html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, footer .footer-copyright .footer-copyright-text p a, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*---------Customs---------*/
*::-webkit-input-placeholder {
  color: #666;
  opacity: 1;
}

*:-moz-placeholder {
  color: #666;
  opacity: 1;
}

*::-moz-placeholder {
  color: #666;
  opacity: 1;
}

*:-ms-input-placeholder {
  color: #666;
  opacity: 1;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
  color: #666;
}

body input:required:valid,
body textarea:required:valid {
  color: #666;
}

html, body {
  height: 100%;
}

body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  position: relative;
  font-size: 16px;
  line-height: 1.5;
  font-family: "Ubuntu", sans-serif;
  min-width: 320px;
  height: 100%;
  overflow-x: hidden;
  color: #000000;
  opacity: 1;
}
body input, body textarea {
  border: #666 1px solid;
  outline: none;
}

.wrapper {
  min-height: 100%;
  -webkit-box-flex: 1;
          flex: 1 0 auto;
}
.wrapper main {
  margin-bottom: 548px;
}

.wrapper .section-padding {
  padding: 50px 0 100px 0;
}
.wrapper .index-section-padding {
  padding: 100px 0 100px 0;
}
.wrapper .section-title {
  padding-bottom: 50px;
}
.wrapper .section-title p, .wrapper .section-title footer .footer-copyright .footer-copyright-text p a, footer .footer-copyright .footer-copyright-text p .wrapper .section-title a {
  padding-top: 25px;
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
}
.wrapper a.main-btn,
.wrapper a.main-btn:hover,
.wrapper a.main-btn:focus,
.wrapper a.main-btn:active,
.wrapper input[type=submit],
.wrapper button.main-btn {
  text-decoration: none;
  outline: none;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  background-color: #f6ae2b;
  border: none;
  border-radius: 50px;
  padding: 0 50px;
  font-size: 16px;
  line-height: 1;
  color: #000000;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 50px;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  cursor: pointer;
}
.wrapper a.main-btn.main-btn-transparent,
.wrapper a.main-btn:hover.main-btn-transparent,
.wrapper a.main-btn:focus.main-btn-transparent,
.wrapper a.main-btn:active.main-btn-transparent,
.wrapper input[type=submit].main-btn-transparent,
.wrapper button.main-btn.main-btn-transparent {
  background-color: #ffffff;
  border: solid 1px #f7af2c;
}
.wrapper .section-btn-margin {
  margin-top: 50px;
}

a.main-btn-transparent.disabled {
  pointer-events: none;
  cursor: default;
  color: #888 !important;
  border: solid 1px #888 !important;
}

a.main-btn.disabled {
  pointer-events: none;
  cursor: default;
  color: #888 !important;
  border: solid 1px transparent !important;
}

.tabs {
  padding-top: 50px;
}
.tabs .tabs-content .tabs-content-item .tabs-content-item-text {
  padding-top: 38px;
}
.tabs .tabs-content .tabs-content-item .tabs-content-item-text p, .tabs .tabs-content .tabs-content-item .tabs-content-item-text footer .footer-copyright .footer-copyright-text p a, footer .footer-copyright .footer-copyright-text p .tabs .tabs-content .tabs-content-item .tabs-content-item-text a {
  font-size: 20px;
  font-weight: 300;
}
.tabs .tabs-content .tabs-content-item.non {
  display: none;
}
.tabs .tabs-content .tabs-content-item.active {
  display: block;
}
.tabs .tabs-btn a {
  padding-right: 18px;
  padding-left: 18px;
}
.tabs .tabs-btn a img {
  padding-right: 20px;
}
.tabs .tabs-btn a:hover, .tabs .tabs-btn a:focus, .tabs .tabs-btn a:active {
  padding-right: 18px;
  padding-left: 18px;
}
.tabs .tabs-btn a:first-child {
  margin-right: 50px;
}

/* Custom Select */
.select {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 256px;
  height: 50px;
  background: #fff;
  border: solid 1px #f7af2c;
  text-decoration: none;
  outline: none;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 50px;
  line-height: 3;
  overflow: hidden;
  padding: 0 25px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none !important;
  /* Arrow */
}
.select select {
  -webkit-box-flex: 1;
          flex: 1;
  color: #000;
  cursor: pointer;
  outline: none;
  background-color: #fff;
  border: 1px solid transparent;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none !important;
}
.select:after {
  content: url(../images/vector-arrow.svg);
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 25px;
  cursor: pointer;
  pointer-events: none;
  -webkit-transition: 0.25s all ease;
  transition: 0.25s all ease;
  color: #A0A0A0;
  outline: none;
  height: 100%;
  background-color: #ffffff;
}

.grid-tabs {
  display: inline-grid;
  display: -ms-inline-grid;
  width: 440px;
  -ms-grid-columns: 50% 50%;
  grid-template-columns: repeat(2, 50%);
  -ms-grid-row: 52px;
  grid-auto-rows: 52px;
  text-align: center;
  -webkit-box-align: center;
          align-items: center;
}
.grid-tabs .grid-item-1,
.grid-tabs .grid-item-2,
.grid-tabs .grid-item-3,
.grid-tabs .grid-item-4 {
  display: block;
  height: 100%;
  font-size: 16px;
  color: #404040;
  text-decoration: none;
  line-height: 48px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
}
.grid-tabs .grid-item-1 {
  border-bottom-left-radius: 35px;
  border-top-left-radius: 35px;
  border-right: none;
  background-color: #ffffff;
  -ms-grid-column: 1;
}
.grid-tabs .grid-item-1.active {
  height: 100%;
  background-color: #33579a;
  color: #ffffff;
}
.grid-tabs .grid-item-2 {
  border-bottom-right-radius: 35px;
  border-top-right-radius: 35px;
  border-left: none;
  background-color: #ffffff;
  -ms-grid-column: 4;
}
.grid-tabs .grid-item-2.active {
  height: 100%;
  background-color: #33579a;
  color: #ffffff;
}
.grid-tabs .grid-item-3 {
  border-left: none;
  background-color: #ffffff;
  -ms-grid-column: 2;
}
.grid-tabs .grid-item-3.active {
  height: 100%;
  background-color: #33579a;
  color: #ffffff;
}
.grid-tabs .grid-item-4 {
  border-left: none;
  background-color: #ffffff;
  -ms-grid-column: 3;
}
.grid-tabs .grid-item-4.active {
  height: 100%;
  background-color: #33579a;
  color: #ffffff;
}

.checkbox, .radio {
  margin-top: 0;
  padding-bottom: 20px;
  margin-bottom: 0;
}

.radio label,
.checkbox label {
  padding-left: 0;
}

.radio input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 10px 0 0 7px;
}
.radio .radio__text {
  position: relative;
  padding: 0 0 0 35px;
  cursor: pointer;
}
.radio .radio__text:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 24px;
  height: 24px;
  border: 1px solid #33579a;
  border-radius: 50%;
  background: #FFF;
}
.radio .radio__text:after {
  content: "";
  position: absolute;
  top: 9px;
  left: 7px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #33579a;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.radio input:checked + .radio__text:after {
  opacity: 1;
}

.checkbox input[type=checkbox] {
  display: none;
}
.checkbox input[type=checkbox] {
  display: none;
}
.checkbox input[type=checkbox] + label:before {
  content: "";
  color: transparent;
  display: inline-block;
  border: 1px solid #33579a;
  font-size: 20px;
  line-height: 22px;
  margin: -7px 15px 0 0;
  height: 20px;
  width: 20px;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: color ease 0.3s;
  transition: color ease 0.3s;
}
.checkbox input[type=checkbox]:checked + label:before {
  color: #33579a;
  content: "";
  background-size: 12px 8px;
  background-image: url(/images/check.svg);
  background-repeat: no-repeat;
  background-position: 50%;
}

.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.no-padding {
  padding: 0;
}

.no-padding-bottom {
  padding-bottom: 0;
}

.no-padding-top {
  padding-top: 0;
}

img {
  outline: none;
}
img:focus {
  outline: none;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-responsive.img-width {
  width: 100%;
}

.wallpaper-opacity {
  position: fixed;
  background: #000;
  opacity: 0;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

img.active-opacity {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  margin: auto;
  z-index: 1001;
  border: 15px solid #ececec;
  max-width: 100%;
}

a.link {
  text-decoration: none;
  outline: none;
  color: #000000;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
a.link:hover, a.link:focus, a.link:active {
  color: #122850;
  text-shadow: 0 0 1px #122850, 0 0 0.65px #122850;
  line-height: 1.5;
  outline: none;
  text-decoration: none;
}

.nowrap {
  white-space: nowrap;
}

.br-text {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  display: block;
  font-family: "Montserrat", sans-serif;
  line-height: 1.5;
}
h1 .br-text, h2 .br-text, h3 .br-text, h4 .br-text, h5 .br-text, h6 .br-text {
  display: block;
}

h1 {
  font-size: 38px;
  font-weight: 400;
}

h2 {
  font-size: 46px;
  font-weight: bold;
}

h3 {
  font-size: 30px;
  font-weight: 500;
}

h4 {
  font-size: 1em;
}

h5 {
  font-size: 0.83em;
}

h6 {
  font-size: 0.67em;
}

.h1-title {
  font-weight: bold;
}

header .navbar {
  min-height: 100px;
  margin-bottom: 0;
  border: none;
  z-index: 999;
  background-color: transparent;
  box-shadow: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
header .navbar .navbar-header .logo-text {
  padding: 26px 0;
  font-size: 14px;
  font-weight: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
header .navbar .navbar-header .navbar-brand {
  padding: 21px 50px 19px 0;
  height: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
header .navbar .navbar-header .navbar-brand img {
  height: 60px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
header .navbar .navbar-header .z-index {
  position: relative;
  z-index: 200;
}
header .navbar .navbar-nav {
  position: relative;
  z-index: 200;
}
header .navbar .navbar-nav > li {
  padding: 41px 25px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
header .navbar .navbar-nav > li > a {
  padding: 0;
  color: #000000;
}
header .navbar .navbar-nav .telephone, header.header-pages .navbar .js-fixed-top .navbar-nav .search, header.header-pages .js-fixed-top .navbar .navbar-nav .search, header .navbar .navbar-nav .search {
  padding: 24px 25px 24px 25px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
header .navbar .navbar-nav .telephone .dropdown-toggle, header .navbar .navbar-nav .search .dropdown-toggle {
  line-height: 1;
}
header .navbar .navbar-nav .telephone .dropdown-toggle img, header .navbar .navbar-nav .search .dropdown-toggle img {
  width: 50px;
  height: 50px;
}
header .navbar .navbar-nav .search .dropdown-menu {
  left: 31px;
  width: 346px;
  top: 100px;
}
header .navbar .navbar-nav .search .dropdown-menu label {
  width: 100%;
  position: relative;
}
header .navbar .navbar-nav .search .dropdown-menu label button {
  position: absolute;
  right: 0;
  top: 0;
  background-color: transparent;
  border: none;
  outline: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  width: 50px;
  border-radius: 30px;
}
header .navbar .navbar-nav .search .dropdown-menu label input {
  border-radius: 30px;
  border: none;
  width: 100%;
  padding: 0 30px;
}
header .navbar .navbar-nav > .index-menu-popup a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  justify-content: space-around;
  height: 50px;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 25px;
  margin-bottom: 25px;
  color: #ffffff !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
header .navbar .navbar-right .dropdown-menu {
  padding: 13px 0;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  border-radius: 30px;
  left: 31px;
  top: 100px;
}
header .navbar .navbar-right .dropdown-menu > li > a {
  padding: 15px 0;
}
header .navbar .navbar-right .dropdown-menu > li > a:hover {
  background-color: transparent;
}
header .navbar-default .navbar-nav > li > a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
header .navbar-default .navbar-nav > .open > a,
header .navbar-default .navbar-nav > .open > a:focus,
header .navbar-default .navbar-nav > .open > a:hover {
  background-color: transparent;
}
header .navbar-default .navbar-nav > .index-menu-popup {
  padding: 0 0 0 25px;
}
header .js-navbar-default {
  background-color: #ffffff;
  box-shadow: 0 4px 8px 0 rgba(28, 58, 104, 0.2);
}

header.header-pages {
  padding-top: 100px;
}
header.header-pages .navbar {
  min-height: 70px;
}
header.header-pages .js-fixed-top {
  z-index: 900;
  box-shadow: 0 4px 8px 0 rgba(28, 58, 104, 0.2);
}
header.header-pages .js-fixed-top .navbar-nav .telephone, header.header-pages .js-fixed-top .navbar-nav .search {
  padding: 9px 25px;
}
header.header-pages .js-fixed-top .navbar-nav > .index-menu-popup a {
  margin-top: 10px;
  margin-bottom: 10px;
}
header.header-pages .js-fixed-top .navbar-nav > li {
  padding: 26px 25px;
}
header.header-pages .js-fixed-top .navbar-nav > li > a,
header.header-pages .js-fixed-top .navbar-nav > li .js-fixed-top .navbar-text {
  padding: 0;
  line-height: 18px;
  color: #000000;
}
header.header-pages .js-fixed-top .navbar-brand {
  height: auto;
  padding: 15px 0;
}
header.header-pages .js-fixed-top .navbar-brand img {
  height: 40px;
}
header.header-pages .js-fixed-top .navbar-text {
  padding: 0;
  line-height: 18px;
}
header.header-pages .navbar-default .navbar-nav > .index-menu-popup {
  padding: 0 0 0 25px;
}
header.header-pages .navbar-default .navbar-nav > li {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
header.header-pages .navbar-default .navbar-nav > li > a:hover,
header.header-pages .navbar-default .navbar-nav > li > a:focus {
  color: #122850;
  text-shadow: 0 0 0.65px #122850, 0 0 0.65px #122850;
  font-weight: 400;
}
header.header-pages .navbar-default .navbar-nav > li > a.active {
  position: relative;
  text-shadow: 0 0 0.65px #122850, 0 0 0.65px #122850;
}
header.header-pages .navbar-default .navbar-nav > li > a.active:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #122850;
}

.back-section {
  padding-top: 50px;
}
.back-section .back-section-content {
  display: inline-block;
  color: #464646;
}
.back-section .back-section-content .back-section-content-img,
.back-section .back-section-content .back-section-content-text {
  float: left;
  height: 24px;
  line-height: 24px;
}
.back-section .back-section-content .back-section-content-img {
  padding-right: 12px;
}

.wrapper .main-page {
  position: relative;
  background-color: #f5fcff;
}
.wrapper .main-page .header-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 1043px;
  background: url(../images/header-bg.png) no-repeat 50% 100%;
  background-size: cover;
  height: 670px;
  z-index: 100;
}
.wrapper .main-page .b-background {
  background-color: #f2bd13;
  z-index: 100;
  margin-right: -15px;
}
.wrapper .main-page .single-item {
  margin: 0;
  max-height: 670px;
  height: 670px;
}
.wrapper .main-page .single-item .slick-slide {
  outline: none;
}
.wrapper .main-page .single-item .slick-list, .wrapper .main-page .single-item .slick-list .slick-track {
  height: 100%;
  z-index: 101;
}
.wrapper .main-page .single-item .slieder-img {
  height: 670px;
}
.wrapper .main-page .single-item .slieder-img img {
  width: 100%;
  height: 100%;
}
.wrapper .main-page .single-item .slider-title {
  padding-top: 174px;
}
.wrapper .main-page .single-item .slider-title p, .wrapper .main-page .single-item .slider-title footer .footer-copyright .footer-copyright-text p a, footer .footer-copyright .footer-copyright-text p .wrapper .main-page .single-item .slider-title a {
  font-size: 38px;
  line-height: 1.5;
}
.wrapper .main-page .single-item .slick-dots {
  bottom: 125px;
  text-align: left;
  z-index: 101;
  left: 10px;
}
.wrapper .main-page .single-item .slick-dots li.slick-active button:before {
  color: #ffffff;
}
.wrapper .main-page .single-item .slick-dots li button:before {
  font-size: 10px;
  color: #ffffff;
}
.wrapper .kep {
  position: relative;
  z-index: 101;
  margin-top: -100px;
  padding-bottom: 100px;
}
.wrapper .kep:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../images/kep-subtract-1.png) no-repeat 50% 50%;
  width: 183px;
  height: 240px;
}
.wrapper .kep:before {
  content: "";
  position: absolute;
  top: 100px;
  right: 0;
  background: url(../images/kep-subtract-2.png) no-repeat 50% 50%;
  width: 179px;
  height: 641px;
}
.wrapper .kep .kep-item {
  color: #ffffff;
  border-radius: 20px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  background-image: -webkit-gradient(linear, left bottom, left top, from(#1a7cbf), to(#0163ad));
  background-image: linear-gradient(to top, #1a7cbf, #0163ad);
}
.wrapper .kep .kep-item .kep-item-box {
  padding: 30px 30px 50px 30px;
}
.wrapper .kep .kep-item .kep-item-box .kep-item-box-text {
  padding-top: 12px;
  font-size: 20px;
}
.wrapper .kep .kep-item.disabled {
  background: linear-gradient(258.29deg, #AACCE1 -9.04%, #98B5C9 69.51%);
}
.wrapper .kep .kep-title {
  padding: 75px 0 80px 0;
}
.wrapper .kep .kep-list ul li {
  display: none;
  -webkit-box-align: center;
          align-items: center;
  padding-bottom: 42px;
}
.wrapper .kep .kep-list ul li:last-child {
  padding-bottom: 0;
}
.wrapper .kep .kep-list ul li img {
  padding-right: 20px;
}
.wrapper .kep .kep-animation {
  margin-top: -140px;
}
.wrapper .map {
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  background-image: -webkit-gradient(linear, left bottom, left top, from(#3a9bd5), to(#0063ad));
  background-image: linear-gradient(to top, #3a9bd5, #0063ad);
  color: #ffffff;
}
.wrapper .map .map-text p, .wrapper .map .map-text footer .footer-copyright .footer-copyright-text p a, footer .footer-copyright .footer-copyright-text p .wrapper .map .map-text a {
  font-size: 18px;
}
.wrapper .map a.main-btn-transparent {
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
}
.wrapper .map a.main-btn-transparent:hover {
  background-color: transparent;
  border: 1px solid #ffffff;
}
.wrapper .map .map-img {
  padding-top: 69px;
}
.wrapper .video {
  position: relative;
}
.wrapper .video:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/video-img.png) no-repeat 50% 50%;
  width: 231px;
  height: 201px;
}
.wrapper .video:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(../images/video-img-2.png) no-repeat 50% 50%;
  width: 362px;
  height: 470px;
}
.wrapper .video .section-btn-margin {
  text-align: center;
}
.wrapper .video .videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  border-radius: 20px;
  overflow: hidden;
}
.wrapper .video .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wrapper .video .video-text {
  padding-bottom: 50px;
  text-align: center;
}
.wrapper .video .video-text p, .wrapper .video .video-text footer .footer-copyright .footer-copyright-text p a, footer .footer-copyright .footer-copyright-text p .wrapper .video .video-text a {
  font-size: 18px;
}
.wrapper .news {
  background-color: #FCFCFC;
}
.wrapper .news .news-slider .slider-nav {
  padding-bottom: 40px;
  font-size: 20px;
  color: #323232;
}
.wrapper .news .news-slider .slider-nav .slick-track {
  width: 100% !important;
}
.wrapper .news .news-slider .slider-nav .slick-track .slick-slide {
  outline: none;
  position: relative;
  width: 160px !important;
  text-align: center;
  margin: 0 2px 0 2px;
}
.wrapper .news .news-slider .slider-nav .slick-track .slick-slide:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #C4C4C4;
}
.wrapper .news .news-slider .slider-nav .slick-track .slick-slide.slick-current:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #f6ae2b;
}
.wrapper .news .news-slider .slider-for .news-slider-item {
  padding-bottom: 30px;
}
.wrapper .news .news-slider .slider-for .news-slider-item:last-child {
  padding-bottom: 0;
}
.wrapper .news .news-slider .slider-for .news-slider-item .news-slider-title p, .wrapper .news .news-slider .slider-for .news-slider-item .news-slider-title footer .footer-copyright .footer-copyright-text p a, footer .footer-copyright .footer-copyright-text p .wrapper .news .news-slider .slider-for .news-slider-item .news-slider-title a {
  font-size: 20px;
}
.wrapper .news .news-slider .slider-for .news-slider-item .news-slider-date p, .wrapper .news .news-slider .slider-for .news-slider-item .news-slider-date footer .footer-copyright .footer-copyright-text p a, footer .footer-copyright .footer-copyright-text p .wrapper .news .news-slider .slider-for .news-slider-item .news-slider-date a {
  color: RGBA(0, 0, 0, 0.4);
}
.wrapper .news .news-slider .slider-for .slick-slide {
  outline: none;
}

.wrapper .landing-page .landing-page-bg {
  width: 850px;
  height: 640px;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../images/landing-bg.png) no-repeat 50% 100%;
  background-size: cover;
}
.wrapper .landing-page .single-item {
  max-height: 640px;
  height: 640px;
}
.wrapper .landing-page .single-item .landing-page-title {
  padding-top: 74px;
  padding-bottom: 80px;
}
.wrapper .landing-page .single-item .landing-page-title h1 {
  font-size: 46px;
}
.wrapper .landing-page .single-item .landing-page-title h1 span {
  font-weight: bold;
}
.wrapper .landing-page .single-item .landing-page-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  width: 550px;
  height: 36px;
}
.wrapper .landing-page .single-item .landing-page-row .landing-page-row-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  margin-right: 35px;
}
.wrapper .landing-page .single-item .landing-page-row .landing-page-row-item .landing-page-row-item-img {
  height: 100%;
  padding-right: 25px;
}
.wrapper .landing-page .single-item .landing-page-row .landing-page-row-item .landing-page-row-item-img img {
  width: 100%;
  height: 100%;
}
.wrapper .landing-page .single-item .landing-page-row .landing-page-row-item .landing-page-row-item-text p, .wrapper .landing-page .single-item .landing-page-row .landing-page-row-item .landing-page-row-item-text footer .footer-copyright .footer-copyright-text p a, footer .footer-copyright .footer-copyright-text p .wrapper .landing-page .single-item .landing-page-row .landing-page-row-item .landing-page-row-item-text a {
  line-height: 18px;
}
.wrapper .landing-page .single-item .landing-page-row .landing-page-row-item .landing-page-row-item-text span {
  display: block;
}
.wrapper .landing-page .single-item .landing-page-btn {
  margin-top: 95px;
}
.wrapper .landing-page .landing-page-image {
  position: relative;
  padding-top: 180px;
}
.wrapper .landing-page .landing-page-image img {
  position: relative;
  z-index: 20;
}
.wrapper .landing-page .landing-page-image img:last-child {
  position: absolute;
  top: 0;
  height: 640px;
  left: -60px;
  width: 850px;
  z-index: 10;
}
.wrapper .landing-header .navbar {
  background-color: #ffffff;
  box-shadow: 0 4px 8px rgba(28, 58, 104, 0.2);
}
.wrapper .landing-header .navbar .navbar-header .logo-text {
  width: 185px;
  color: #33579A;
  padding: 0;
  padding-top: 15px;
}
.wrapper main .esignature .landing-faq .esignature-faq-title {
  width: 600px;
  margin: 0 auto;
}
.wrapper main .esignature .landing-faq .esignature-faq-title h2 {
  font-size: 38px;
}
.wrapper main .esignature .landing-faq .esignature-faq-title span {
  font-weight: normal;
}
.wrapper main .esignature .landing-faq .esignature-faq-text {
  width: 100%;
  font-size: 22px;
}
.wrapper main .landing-country {
  position: relative;
}
.wrapper main .landing-country:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 279px;
  height: 367px;
  background: url("../images/landing-country-bg.png") no-repeat 50% 50%;
}
.wrapper main .landing-country .landing-country-title {
  text-align: center;
}
.wrapper main .landing-country .landing-country-title h3 {
  font-size: 38px;
  font-weight: normal;
}
.wrapper main .landing-country .landing-country-title h3 span {
  font-weight: bold;
}
.wrapper main .landing-country .landing-country-items .landing-country-items-title {
  text-align: center;
  font-size: 22px;
  padding-bottom: 72px;
}
.wrapper main .landing-country .landing-country-items-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
}
.wrapper main .landing-country .landing-country-items-row .item {
  width: 16.7%;
  min-height: 200px;
  text-align: center;
  padding: 0 15px;
  color: #000000;
  text-decoration: none;
}
.wrapper main .landing-country .landing-country-items-row .item .row-box-img {
  min-height: 120px;
}
.wrapper main .landing-country .landing-country-items-row .item .row-box-text {
  padding-top: 52px;
  min-height: 80px;
}
.wrapper main .landing-country .landing-country-items-row .item .row-box-text p, .wrapper main .landing-country .landing-country-items-row .item .row-box-text footer .footer-copyright .footer-copyright-text p a, footer .footer-copyright .footer-copyright-text p .wrapper main .landing-country .landing-country-items-row .item .row-box-text a {
  font-size: 14px;
}
.wrapper main .landing-price .landing-price-title {
  width: 600px;
  margin: 0 auto;
  text-align: center;
}
.wrapper main .landing-price .landing-price-title h2 {
  font-size: 38px;
}
.wrapper main .landing-price .landing-price-title span {
  font-weight: normal;
}
.wrapper main .landing-price .landing-price-title p, .wrapper main .landing-price .landing-price-title footer .footer-copyright .footer-copyright-text p a, footer .footer-copyright .footer-copyright-text p .wrapper main .landing-price .landing-price-title a {
  font-family: "Ubuntu", sans-serif;
}
.wrapper main .landing-price .landing-price-image {
  margin-left: -170px;
}
.wrapper main .landing-price .landing-price-item {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  text-align: center;
  min-height: 506px;
}
.wrapper main .landing-price .landing-price-item .item-box-title {
  font-size: 24px;
  color: #323232;
  padding-top: 36px;
  min-height: 108px;
  box-sizing: content-box;
}
.wrapper main .landing-price .landing-price-item .item-box-title p span, footer .footer-copyright .footer-copyright-text p .wrapper main .landing-price .landing-price-item .item-box-title a span {
  display: block;
  font-weight: bold;
}
.wrapper main .landing-price .landing-price-item .item-box-price p:first-child, .wrapper main .landing-price .landing-price-item .item-box-price footer .footer-copyright .footer-copyright-text p a:first-child, footer .footer-copyright .footer-copyright-text p .wrapper main .landing-price .landing-price-item .item-box-price a:first-child {
  font-size: 52px;
  padding-top: 36px;
}
.wrapper main .landing-price .landing-price-item .item-box-price p:first-child span, .wrapper main .landing-price .landing-price-item .item-box-price footer .footer-copyright .footer-copyright-text p a:first-child span, footer .footer-copyright .footer-copyright-text p .wrapper main .landing-price .landing-price-item .item-box-price a:first-child span {
  display: block;
  font-size: 18px;
  color: RGBA(0, 0, 0, 0.3);
}
.wrapper main .landing-price .landing-price-item .item-box-price p:last-child, .wrapper main .landing-price .landing-price-item .item-box-price footer .footer-copyright .footer-copyright-text p a:last-child, footer .footer-copyright .footer-copyright-text p .wrapper main .landing-price .landing-price-item .item-box-price a:last-child {
  position: relative;
  font-size: 16px;
  color: RGBA(0, 0, 0, 0.8);
  margin-top: 61px;
  margin-bottom: 42px;
}
.wrapper main .landing-price .landing-price-item .item-box-price p:last-child:before, .wrapper main .landing-price .landing-price-item .item-box-price footer .footer-copyright .footer-copyright-text p a:last-child:before, footer .footer-copyright .footer-copyright-text p .wrapper main .landing-price .landing-price-item .item-box-price a:last-child:before {
  content: "";
  position: absolute;
  top: -16px;
  left: 50%;
  width: 220px;
  height: 1px;
  margin-left: -110px;
  background-color: RGBA(0, 0, 0, 0.4);
}
.wrapper main .landing-kep {
  background-color: RGBA(1, 99, 173, 0.1);
  position: relative;
}
.wrapper main .landing-kep:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 180px;
  height: 237px;
  background: url("../images/landing-address-bg-img.png") no-repeat 50% 50%;
}
.wrapper main .landing-kep .landing-kep-title {
  width: 497px;
  margin: 0 auto;
  text-align: center;
}
.wrapper main .landing-kep .landing-kep-title h2 {
  font-weight: 600;
  font-size: 38px;
}
.wrapper main .landing-kep .landing-kep-images {
  padding-top: 82px;
}
.wrapper main .landing-kep .landing-kep-images img {
  width: 100%;
}
.wrapper main .landing-kep .about-address .about-address-item {
  box-shadow: none;
  padding: 73px 0;
}
.wrapper main .landing-kep .about-address .landing-kep-address-title {
  width: 337px;
  font-size: 22px;
}
.wrapper main .landing-footer {
  background-color: #F6F6F6;
}
.wrapper main .landing-footer .landing-footer-title h2 {
  font-size: 30px;
}
.wrapper main .landing-footer .landing-footer-text {
  padding: 52px 0 90px 0;
}
.wrapper main .landing-footer .landing-footer-text p, .wrapper main .landing-footer .landing-footer-text footer .footer-copyright .footer-copyright-text p a, footer .footer-copyright .footer-copyright-text p .wrapper main .landing-footer .landing-footer-text a {
  font-size: 22px;
}

main {
  position: relative;
}
main .typical-page .typical-page-content {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
main .typical-page .typical-page-content img {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
main .typical-page .typical-page-content .active-opacity {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
main .typical-page .typical-page-content .typical-page-content-text p, main .typical-page .typical-page-content .typical-page-content-text footer .footer-copyright .footer-copyright-text p a, footer .footer-copyright .footer-copyright-text p main .typical-page .typical-page-content .typical-page-content-text a {
  padding: 15px 0;
}
main .typical-page .typical-page-content .typical-page-content-text p:first-child, main .typical-page .typical-page-content .typical-page-content-text footer .footer-copyright .footer-copyright-text p a:first-child, footer .footer-copyright .footer-copyright-text p main .typical-page .typical-page-content .typical-page-content-text a:first-child {
  padding-top: 0;
}
main .typical-page .typical-page-content .typical-page-content-text p:last-child, main .typical-page .typical-page-content .typical-page-content-text footer .footer-copyright .footer-copyright-text p a:last-child, footer .footer-copyright .footer-copyright-text p main .typical-page .typical-page-content .typical-page-content-text a:last-child {
  padding-bottom: 0;
}
main .typical-page .typical-page-content ul {
  padding: 15px 0;
}
main .typical-page .typical-page-content table {
  border-collapse: collapse;
  border: 1px solid grey;
  padding: 15px 0;
}
main .typical-page .typical-page-content table th {
  border: 1px solid grey;
}
main .typical-page .typical-page-content table td {
  border: 1px solid grey;
  padding: 7px 15px;
}
main .score-fop .entity-form {
  padding-top: 50px;
}
main .score-fop .entity-form .entity-form-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
          align-items: flex-end;
  font-size: 20px;
  padding-bottom: 55px;
}
main .score-fop .entity-form .entity-form-item:last-child {
  padding-bottom: 0;
}
main .score-fop .entity-form .entity-form-item .entity-form-item-box-title {
  padding-bottom: 26px;
}
main .score-fop .entity-form .entity-form-item .entity-form-item-box-radio {
  padding-left: 15px;
}
main .score-fop .entity-form .entity-form-item .entity-form-item-box-radio .radio:last-child {
  padding-bottom: 0;
}
main .score-fop .entity-form .entity-form-item-box .flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
main .score-fop .entity-form .entity-form-item-box .flex-row .entity-form-item-box-checkbox {
  padding-right: 138px;
  padding-left: 15px;
}
main .score-fop .entity-form .entity-form-item-box .flex-row .entity-form-item-box-checkbox:last-child {
  padding-right: 0;
}
main .score-fop .entity-form .entity-form-item-box .flex-row .entity-form-item-box-checkbox .checkbox:last-child {
  padding-bottom: 0;
}
main .score-fop .entity-form .section-btn-margin {
  margin-top: 0;
}
main .score-fop .score-fop-content-form .score-fop-content-form-img {
  margin-top: -136px;
}
main .score-fop .grid-tabs .grid-item-2 {
  -ms-grid-column: 2;
}
main .score-popup-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}
main .score-popup-bg .score-popup-bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(246, 246, 246, 0.7);
  z-index: 2;
}
main .score-popup-bg .score-popup-window {
  width: 364px;
  height: 410px;
  border-radius: 20px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  background-color: #fff;
  text-align: center;
  padding: 50px 36px;
  z-index: 3;
}
main .score-popup-bg .score-popup-window .score-popup-window-img {
  height: 100px;
}
main .score-popup-bg .score-popup-window .score-popup-window-text {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  padding-top: 50px;
}
main .score-popup-bg .score-popup-window .section-btn-margin a:not(.main-btn) {
  display: inline-block;
  color: RGBA(0, 0, 0, 0.6);
  margin-top: 50px;
  text-decoration: none;
}
main .score-popup-bg .score-popup-window .section-btn-margin a.section-btn-margin-link {
  color: #0063ad;
  margin-top: 45px;
}
main .score-popup-bg .score-popup-window.ready-score {
  height: auto;
}
main .score-popup-bg .score-popup-window.ready-score .score-popup-window-text p.add-info, main .score-popup-bg .score-popup-window.ready-score .score-popup-window-text footer .footer-copyright .footer-copyright-text p a.add-info, footer .footer-copyright .footer-copyright-text p main .score-popup-bg .score-popup-window.ready-score .score-popup-window-text a.add-info {
  font-size: 16px;
  font-weight: normal;
  padding-top: 50px;
}
main .score-form .score-form-content-form-main .form-main-title.score-result {
  padding-bottom: 25px;
}
main .score-form .score-form-content-form-main .form-main-title.score-result p, main .score-form .score-form-content-form-main .form-main-title.score-result footer .footer-copyright .footer-copyright-text p a, footer .footer-copyright .footer-copyright-text p main .score-form .score-form-content-form-main .form-main-title.score-result a {
  font-size: 20px;
  font-weight: 500;
  color: #000000;
}
main .score-form .score-form-content-form-main .form-main-title {
  padding-bottom: 25px;
}
main .score-form .score-form-content-form-main .form-main-title p, main .score-form .score-form-content-form-main .form-main-title footer .footer-copyright .footer-copyright-text p a, footer .footer-copyright .footer-copyright-text p main .score-form .score-form-content-form-main .form-main-title a {
  color: RGBA(0, 0, 0, 0.6);
}
main .score-form .score-form-content-form-main .score-form-content-form-main-row .input-column input {
  width: 100%;
  height: 50px;
  border-radius: 30px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding-left: 15px;
  margin-bottom: 25px;
}
main .score-form .score-form-content-form-main .score-form-content-form-main-row .input-column input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
  line-height: 1.5;
}
main .score-form .score-form-content-form-main .score-form-content-form-main-row .input-column input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.2);
  line-height: 1.5;
}
main .score-form .score-form-content-form-main .score-form-content-form-main-row .input-column input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
  line-height: 1.5;
}
main .score-form .score-form-content-form-main .score-form-content-form-main-row .input-column input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
  line-height: 1.5;
}
main .score-form .score-form-content-form-main .score-form-content-form-main-row .input-column input::placeholder {
  color: rgba(0, 0, 0, 0.2);
  line-height: 1.5;
}
main .score-form .score-form-content-form-main .score-form-content-form-main-row .input-column input:last-child {
  margin-bottom: 0;
}
main .score-form .score-form-content-form-main .score-form-content-form-main-row input {
  width: 100%;
}
main .score-form .score-form-content-form-main .change-result {
  border-left: 1px solid RGBA(0, 0, 0, 0.6);
  min-height: 424px;
  padding-left: 20px;
}
main .score-form .score-form-content-form-main .change-result .change-result-title_desktop {
  border-bottom: 1px solid RGBA(0, 0, 0, 0.6);
}
main .score-form .score-form-content-form-main .change-result .change-result-title {
  border-bottom: 1px solid RGBA(0, 0, 0, 0.6);
  display: none;
}
main .score-form .score-form-content-form-main .change-result .change-result-title_row, main .score-form .score-form-content-form-main .change-result .change-result-title_desktop_row {
  margin-left: -30px;
  padding-left: 30px;
}
main .score-form .score-form-content-form-main .change-result .change-result-title_row .item, main .score-form .score-form-content-form-main .change-result .change-result-title_desktop_row .item {
  float: left;
  text-align: right;
}
main .score-form .score-form-content-form-main .change-result .change-result-title_row .item.item-box-1, main .score-form .score-form-content-form-main .change-result .change-result-title_desktop_row .item.item-box-1,
main .score-form .score-form-content-form-main .change-result .change-result-title_row .item.item-box-2,
main .score-form .score-form-content-form-main .change-result .change-result-title_desktop_row .item.item-box-2 {
  width: 25%;
}
main .score-form .score-form-content-form-main .change-result .change-result-title_row .item.item-box-3, main .score-form .score-form-content-form-main .change-result .change-result-title_desktop_row .item.item-box-3 {
  width: 50%;
}
main .score-form .score-form-content-form-main .change-result .change-result-title_desktop_row {
  border-bottom: 1px solid RGBA(0, 0, 0, 0.6);
}
main .score-form .score-form-content-form-main .change-result .change-result-items {
  padding-top: 5px;
}
main .score-form .score-form-content-form-main .change-result .change-result-items .item {
  float: left;
  text-align: right;
}
main .score-form .score-form-content-form-main .change-result .change-result-items .item.item-box-1,
main .score-form .score-form-content-form-main .change-result .change-result-items .item.item-box-2 {
  width: 25%;
}
main .score-form .score-form-content-form-main .change-result .change-result-items .item.item-box-1 label input,
main .score-form .score-form-content-form-main .change-result .change-result-items .item.item-box-2 label input {
  width: 45px;
  height: 26px;
  border-radius: 13px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
main .score-form .score-form-content-form-main .change-result .change-result-items .item.item-box-1 label span.plus,
main .score-form .score-form-content-form-main .change-result .change-result-items .item.item-box-2 label span.plus {
  padding-left: 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
main .score-form .score-form-content-form-main .change-result .change-result-items .item.item-box-1 label span.minus,
main .score-form .score-form-content-form-main .change-result .change-result-items .item.item-box-2 label span.minus {
  padding-right: 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
main .score-form .score-form-content-form-main .change-result .change-result-items .item.item-box-3 {
  width: 50%;
}
main .score-form .score-form-content-form-main .change-result .change-result-item {
  padding-bottom: 32px;
}
main .score-form .score-form-content-form-main .change-result .change-result-item:last-child {
  padding-bottom: 0;
}
main .none {
  display: none;
}
main .wrapper-sidebar .sidebar {
  padding-top: 50px;
  padding-bottom: 100px;
}
main .wrapper-sidebar .sidebar .list-unstyled {
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  padding: 15px 20px;
  border-radius: 15px;
}
main .wrapper-sidebar .sidebar .list-unstyled li {
  padding: 15px 0;
}
main .wrapper-sidebar .sidebar .list-unstyled li a {
  text-decoration: none;
  color: #000000;
}
main .wrapper-sidebar .sidebar .list-unstyled li a:hover {
  color: #33579a;
}
main .wrapper-sidebar .sidebar .list-unstyled li a.active {
  color: #33579a;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
main .wrapper-sidebar .sidebar .list-unstyled li a.active img {
  padding-right: 10px;
}
main .wrapper-sidebar .sidebar .main-btn {
  width: 100%;
}
main .all-news .all-news-content-title,
main .all-news .all-documents-content-title,
main .all-documents .all-news-content-title,
main .all-documents .all-documents-content-title {
  text-align: center;
}
main .all-news .all-news-content-text-item .all-news-content-text-item-box,
main .all-documents .all-news-content-text-item .all-news-content-text-item-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
          align-items: flex-start;
}
main .all-news .all-news-content-text-item .all-news-content-text-item-box .item-box-img,
main .all-documents .all-news-content-text-item .all-news-content-text-item-box .item-box-img {
  padding-right: 25px;
}
main .all-news .all-news-content-text-item .all-news-content-text-item-box .item-box-img img,
main .all-documents .all-news-content-text-item .all-news-content-text-item-box .item-box-img img {
  width: 100px;
  max-width: 100px;
}
main .all-news .all-news-content-text-item .item-box-content .item-box-content-title,
main .all-documents .all-news-content-text-item .item-box-content .item-box-content-title {
  padding-bottom: 12px;
}
main .all-news .all-news-content-text-item .item-box-content .item-box-content-title p, main .all-news .all-news-content-text-item .item-box-content .item-box-content-title footer .footer-copyright .footer-copyright-text p a, footer .footer-copyright .footer-copyright-text p main .all-news .all-news-content-text-item .item-box-content .item-box-content-title a,
main .all-documents .all-news-content-text-item .item-box-content .item-box-content-title p,
main .all-documents .all-news-content-text-item .item-box-content .item-box-content-title footer .footer-copyright .footer-copyright-text p a,
footer .footer-copyright .footer-copyright-text p main .all-documents .all-news-content-text-item .item-box-content .item-box-content-title a {
  font-size: 20px;
  font-weight: 500;
}
main .all-news .all-news-content-text-item .item-box-content .item-box-content-title p a, footer .footer-copyright .footer-copyright-text p main .all-news .all-news-content-text-item .item-box-content .item-box-content-title a a,
main .all-documents .all-news-content-text-item .item-box-content .item-box-content-title p a,
footer .footer-copyright .footer-copyright-text p main .all-documents .all-news-content-text-item .item-box-content .item-box-content-title a a {
  color: #000;
  text-decoration: none;
}
main .all-news .all-news-content-text-item .item-box-content .item-box-content-date,
main .all-documents .all-news-content-text-item .item-box-content .item-box-content-date {
  color: #868686;
}
main .all-news .all-news-content-text .all-news-content-text-item,
main .all-documents .all-news-content-text .all-news-content-text-item {
  padding-bottom: 25px;
}
main .all-news .all-news-content-text .all-news-content-text-item:last-child,
main .all-documents .all-news-content-text .all-news-content-text-item:last-child {
  padding-bottom: 0;
}
main .all-news .all-news-content-text .all-news-content-text-links,
main .all-documents .all-news-content-text .all-news-content-text-links {
  padding-bottom: 50px;
}
main .all-news .all-news-content-text .all-news-content-text-links a,
main .all-documents .all-news-content-text .all-news-content-text-links a {
  text-decoration: none;
  color: #323232;
  font-size: 20px;
  position: relative;
  padding: 0 15px;
}
main .all-news .all-news-content-text .all-news-content-text-links a:before,
main .all-documents .all-news-content-text .all-news-content-text-links a:before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #C4C4C4;
}
main .all-news .all-news-content-text .all-news-content-text-links a.active,
main .all-documents .all-news-content-text .all-news-content-text-links a.active {
  font-weight: 500;
  position: relative;
}
main .all-news .all-news-content-text .all-news-content-text-links a.active:after,
main .all-documents .all-news-content-text .all-news-content-text-links a.active:after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #F6AE2B;
}
main .current-news .current-news-content-title,
main .current-news .current-faq-content-title,
main .current-news .current-document-content-title,
main .current-faq .current-news-content-title,
main .current-faq .current-faq-content-title,
main .current-faq .current-document-content-title,
main .current-document .current-news-content-title,
main .current-document .current-faq-content-title,
main .current-document .current-document-content-title {
  text-align: center;
}
main .all-faq {
  padding-right: 100px;
  padding-left: 100px;
}
main .all-faq .all-faq-content-title {
  text-align: center;
}
main .all-faq .all-faq-content-text .all-faq-content-text-item {
  padding-bottom: 50px;
}
main .all-faq .all-faq-content-text .all-faq-content-text-item a {
  font-size: 20px;
  font-weight: 500;
  color: #000;
  text-decoration: none;
}
main .all-faq .all-faq-content-text .all-faq-content-text-item:last-child {
  padding-bottom: 0;
}
main .all-documents .all-documents-content-text .all-documents-content-text-item-box {
  text-align: center;
  color: #000;
  text-decoration: none;
}
main .all-documents .all-documents-content-text .all-documents-content-text-item-box .item-box-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 12px;
  min-height: 54px;
  line-height: 1;
  font-size: 16px;
  height: 48px;
  vertical-align: middle;
}
main .all-documents .all-documents-content-text .all-documents-content-text-item-box .item-box-img {
  max-width: 208px;
  width: 208px;
  margin: 0 auto;
}
main .all-documents .all-documents-content-text .all-documents-content-text-item-box .item-box-img img {
  width: 100%;
}
main .all-documents .all-documents-content-text .all-documents-content-text-row {
  padding-bottom: 50px;
}
main .all-documents .all-documents-content-text .all-documents-content-text-row:last-child {
  padding-bottom: 0;
}
main .current-document .current-document-content .custom_paging {
  position: absolute;
  top: -25px;
  left: 50%;
  padding: 0;
}
main .current-document .current-document-content .custom_paging li {
  display: none;
  color: RGBA(0, 0, 0, 0.4);
  font-size: 16px;
}
main .current-document .current-document-content .custom_paging li.slick-active {
  display: block;
}
main .current-document .current-document-content .slick-slide {
  outline: none;
  text-align: center;
}
main .current-document .current-document-content .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 100;
}
main .current-document .current-document-content .slick-arrow.prev {
  left: 0;
}
main .current-document .current-document-content .slick-arrow.next {
  right: 0;
}
main .current-document .current-document-slider-item .current-document-slider-item-img img {
  margin: 0 auto;
}
main .newEcp .newEcp-content .newEcp-content-stepOne {
  background: url("../images/newEcpBgStep-1.png") no-repeat 50% 50%;
  background-size: contain;
}
main .newEcp .newEcp-content .newEcp-content-stepOne .newEcp-content-stepOne-title h1 {
  font-weight: bold;
}
main .newEcp .newEcp-content-stepOne-text .stepOne-text-description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
main .newEcp .newEcp-content-stepOne-text .stepOne-text-description .stepOne-text-description-num span {
  display: inline-block;
  text-align: center;
  line-height: 67px;
  width: 67px;
  height: 67px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#3a9bd5), to(#0063ad));
  background-image: linear-gradient(to top, #3a9bd5, #0063ad);
  border-radius: 50%;
  font-size: 40px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
}
main .newEcp .newEcp-content-stepOne-text .stepOne-text-description-item {
  padding-left: 20px;
}
main .newEcp .newEcp-content-stepOne-text .stepOne-text-description-item .stepOne-text-description-shortText {
  padding-top: 27px;
}
main .newEcp .newEcp-content-stepOne-text .stepOne-text-description-item .stepOne-text-description-shortText p, main .newEcp .newEcp-content-stepOne-text .stepOne-text-description-item .stepOne-text-description-shortText footer .footer-copyright .footer-copyright-text p a, footer .footer-copyright .footer-copyright-text p main .newEcp .newEcp-content-stepOne-text .stepOne-text-description-item .stepOne-text-description-shortText a {
  font-size: 20px;
}
main .newEcp .newEcp-content-stepOne-text .stepOne-text-description-item .stepOne-text-description-item-btn a:first-child {
  margin-right: 50px;
}
main .newEcp .newEcp-content-stepTwo {
  background: #BFE3F2;
}
main .newEcp .newEcp-content-stepTwo .stepTwo-text-description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
main .newEcp .newEcp-content-stepTwo .stepTwo-text-description .stepTwo-text-description-num span {
  display: inline-block;
  text-align: center;
  line-height: 67px;
  width: 67px;
  height: 67px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#3a9bd5), to(#0063ad));
  background-image: linear-gradient(to top, #3a9bd5, #0063ad);
  border-radius: 50%;
  font-size: 40px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
}
main .newEcp .newEcp-content-stepTwo .stepTwo-text-description .stepTwo-text-description-item {
  padding-left: 20px;
}
main .newEcp .newEcp-content-stepTwo .stepTwo-text-description .stepTwo-text-description-item .stepTwo-text-description-shortText {
  padding-top: 27px;
}
main .newEcp .newEcp-content-stepTwo .stepTwo-text-description .stepTwo-text-description-item .stepTwo-text-description-shortText p, main .newEcp .newEcp-content-stepTwo .stepTwo-text-description .stepTwo-text-description-item .stepTwo-text-description-shortText footer .footer-copyright .footer-copyright-text p a, footer .footer-copyright .footer-copyright-text p main .newEcp .newEcp-content-stepTwo .stepTwo-text-description .stepTwo-text-description-item .stepTwo-text-description-shortText a {
  font-size: 20px;
  color: RGBA(0, 0, 0, 0.8);
  font-weight: 300;
}
main .newEcp .newEcp-content-stepThree {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(120, 192, 224, 0.4)), color-stop(58.85%, rgba(232, 248, 255, 0)));
  background: linear-gradient(180deg, rgba(120, 192, 224, 0.4) 0%, rgba(232, 248, 255, 0) 58.85%);
}
main .newEcp .newEcp-content-stepThree .stepThree-text-description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
main .newEcp .newEcp-content-stepThree .stepThree-text-description .stepThree-text-description-num span {
  display: inline-block;
  text-align: center;
  line-height: 67px;
  width: 67px;
  height: 67px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#3a9bd5), to(#0063ad));
  background-image: linear-gradient(to top, #3a9bd5, #0063ad);
  border-radius: 50%;
  font-size: 40px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
}
main .newEcp .newEcp-content-stepThree .stepThree-text-description .stepThree-text-description-item {
  padding-left: 20px;
}
main .newEcp .newEcp-content-stepThree .stepThree-text-description .stepThree-text-description-item .stepThree-text-description-shortText {
  padding-top: 27px;
}
main .newEcp .newEcp-content-stepThree .stepThree-text-description .stepThree-text-description-item .stepThree-text-description-shortText p, main .newEcp .newEcp-content-stepThree .stepThree-text-description .stepThree-text-description-item .stepThree-text-description-shortText footer .footer-copyright .footer-copyright-text p a, footer .footer-copyright .footer-copyright-text p main .newEcp .newEcp-content-stepThree .stepThree-text-description .stepThree-text-description-item .stepThree-text-description-shortText a {
  font-size: 20px;
  color: RGBA(0, 0, 0, 0.8);
  font-weight: 300;
}
main .newEcp .newEcp-content-stepThree .stepThree-text-description .stepThree-text-description-item .live-search {
  padding: 50px 0;
}
main .newEcp .newEcp-content-stepThree .stepThree-text-description .stepThree-text-description-item .live-search .live-search-text {
  padding-top: 10px;
  color: RGBA(0, 0, 0, 0.6);
}
main .newEcp .newEcp-content-stepThree .live-search-result .live-search-result-title {
  border: none;
  color: RGBA(0, 0, 0, 0.4);
}
main .newEcp .newEcp-content-stepThree .live-search-result .live-search-result-body {
  max-height: 450px;
  overflow-x: hidden;
}
main .newEcp .newEcp-content-stepThree .live-search-result .live-search-result-body .live-search-result-body-item {
  padding: 12px 0;
}
main .newEcp .newEcp-content-stepThree .live-search-result .live-search-result-body .live-search-result-body-item .live-search-result-body-tel span {
  display: block;
}
main .newEcp .newEcp-content-stepFour {
  background: none !important;
}
main .newEcp .newEcp-content-stepFour .stepOne-text-description-shortText p, main .newEcp .newEcp-content-stepFour .stepOne-text-description-shortText footer .footer-copyright .footer-copyright-text p a, footer .footer-copyright .footer-copyright-text p main .newEcp .newEcp-content-stepFour .stepOne-text-description-shortText a {
  font-weight: 300;
  font-size: 20px;
  line-height: 150%;
}
main .newEcp .additionally {
  padding-bottom: 100px;
}
main .newEcp .additionally .additionally-item .additionally-item-box {
  border-radius: 20px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  text-align: center;
}
main .newEcp .additionally .additionally-item .additionally-item-box .additionally-item-box-img {
  padding-top: 80px;
}
main .newEcp .additionally .additionally-item .additionally-item-box .additionally-item-box-img p, main .newEcp .additionally .additionally-item .additionally-item-box .additionally-item-box-img footer .footer-copyright .footer-copyright-text p a, footer .footer-copyright .footer-copyright-text p main .newEcp .additionally .additionally-item .additionally-item-box .additionally-item-box-img a {
  width: 558px;
  margin: 0 auto;
  padding-top: 13px;
}
main .esignature .grid-tabs .grid-item-2 {
  -ms-grid-column: 2;
}
main .esignature .grid-tabs .grid-item-3 {
  -ms-grid-column: 3;
}
main .esignature .esignature-main .esignature-main-title {
  padding-top: 78px;
}
main .esignature .esignature-main .esignature-main-title p, main .esignature .esignature-main .esignature-main-title footer .footer-copyright .footer-copyright-text p a, footer .footer-copyright .footer-copyright-text p main .esignature .esignature-main .esignature-main-title a {
  font-size: 19px;
}
main .esignature .esignature-using .esignature-using-title {
  text-align: center;
}
main .esignature .esignature-using .grid-tabs {
  width: 100%;
  -ms-grid-columns: (33%)[3];
  grid-template-columns: repeat(3, 33%);
}
main .esignature .esignature-using .tabs-content {
  padding-top: 50px;
}
main .esignature .esignature-using .tabs-content .tabs-content-item .tabs-content-item-title {
  text-align: center;
  font-size: 20px;
  padding-bottom: 50px;
}
main .esignature .esignature-using .tabs-content .tabs-content-item .esignature-tabs-item {
  padding: 22px 0 28px 0;
}
main .esignature .esignature-using .tabs-content .tabs-content-item .esignature-tabs-item .esignature-tabs-item-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: start;
          justify-content: flex-start;
  min-height: 92px;
}
main .esignature .esignature-using .tabs-content .tabs-content-item .esignature-tabs-item .esignature-tabs-item-row .item-row-img {
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  margin: 0 24px 0 42px;
  text-align: center;
}
main .esignature .esignature-using .tabs-content .tabs-content-item .esignature-tabs-item .esignature-tabs-item-row .item-row-text {
  font-size: 14px;
}
main .esignature .esignature-using .tabs-content .tabs-content-item .esignature-tabs-item_bg {
  background: -webkit-gradient(linear, left top, right top, from(#FFFFFF), color-stop(10.77%, #F6F6F6), color-stop(89.08%, #F6F6F6), color-stop(99.2%, #FFFFFF));
  background: linear-gradient(90deg, #FFFFFF 0%, #F6F6F6 10.77%, #F6F6F6 89.08%, #FFFFFF 99.2%);
}
main .esignature .esignature-price {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#f8f9fc), to(#ebf1fa));
  background-image: linear-gradient(to top, #f8f9fc, #ebf1fa);
}
main .esignature .esignature-price .esignature-price-title {
  text-align: center;
}
main .esignature .esignature-price .esignature-price-title p, main .esignature .esignature-price .esignature-price-title footer .footer-copyright .footer-copyright-text p a, footer .footer-copyright .footer-copyright-text p main .esignature .esignature-price .esignature-price-title a {
  font-family: "Ubuntu", sans-serif;
}
main .esignature .esignature-price .esignature-price-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}
main .esignature .esignature-price .esignature-price-row .esignature-price-row-item {
  text-align: center;
  border-radius: 20px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  width: 340px;
  min-width: 340px;
  margin: 0 15px;
}
main .esignature .esignature-price .esignature-price-row .esignature-price-row-item .esignature-price-row-item-box {
  padding: 50px 0;
}
main .esignature .esignature-price .esignature-price-row .esignature-price-row-item .item-box-name p, main .esignature .esignature-price .esignature-price-row .esignature-price-row-item .item-box-name footer .footer-copyright .footer-copyright-text p a, footer .footer-copyright .footer-copyright-text p main .esignature .esignature-price .esignature-price-row .esignature-price-row-item .item-box-name a {
  font-size: 24px;
  font-weight: bold;
}
main .esignature .esignature-price .esignature-price-row .esignature-price-row-item .item-box-text {
  padding: 31px 0 71px 0;
}
main .esignature .esignature-price .esignature-price-row .esignature-price-row-item .item-box-text p, main .esignature .esignature-price .esignature-price-row .esignature-price-row-item .item-box-text footer .footer-copyright .footer-copyright-text p a, footer .footer-copyright .footer-copyright-text p main .esignature .esignature-price .esignature-price-row .esignature-price-row-item .item-box-text a {
  font-size: 18px;
}
main .esignature .esignature-price .esignature-price-row .esignature-price-row-item .item-box-price p, main .esignature .esignature-price .esignature-price-row .esignature-price-row-item .item-box-price footer .footer-copyright .footer-copyright-text p a, footer .footer-copyright .footer-copyright-text p main .esignature .esignature-price .esignature-price-row .esignature-price-row-item .item-box-price a {
  font-family: "Ubuntu", sans-serif;
  font-size: 52px;
}
main .esignature .esignature-price .esignature-price-row .esignature-price-row-item .item-box-price p span, footer .footer-copyright .footer-copyright-text p main .esignature .esignature-price .esignature-price-row .esignature-price-row-item .item-box-price a span {
  display: block;
  font-size: 18px;
  color: RGBA(0, 0, 0, 0.3);
}
main .esignature .esignature-price .esignature-price-row .esignature-price-row-item .item-box-price p.item-box-price-year, main .esignature .esignature-price .esignature-price-row .esignature-price-row-item .item-box-price footer .footer-copyright .footer-copyright-text p a.item-box-price-year, footer .footer-copyright .footer-copyright-text p main .esignature .esignature-price .esignature-price-row .esignature-price-row-item .item-box-price a.item-box-price-year {
  position: relative;
  font-size: 16px;
  color: RGBA(0, 0, 0, 0.8);
  margin-top: 52px;
}
main .esignature .esignature-price .esignature-price-row .esignature-price-row-item .item-box-price p.item-box-price-year:after, main .esignature .esignature-price .esignature-price-row .esignature-price-row-item .item-box-price footer .footer-copyright .footer-copyright-text p a.item-box-price-year:after, footer .footer-copyright .footer-copyright-text p main .esignature .esignature-price .esignature-price-row .esignature-price-row-item .item-box-price a.item-box-price-year:after {
  content: "";
  position: absolute;
  top: -16px;
  left: 50%;
  width: 220px;
  height: 1px;
  background-color: RGBA(0, 0, 0, 0.3);
  margin-left: -110px;
}
main .esignature .esignature-price .esignature-price-additionally {
  padding-top: 83px;
}
main .esignature .esignature-price .esignature-price-additionally .esignature-price-additionally-title {
  text-align: center;
  padding-bottom: 52px;
}
main .esignature .esignature-price .esignature-price-additionally .esignature-price-additionally-title p, main .esignature .esignature-price .esignature-price-additionally .esignature-price-additionally-title footer .footer-copyright .footer-copyright-text p a, footer .footer-copyright .footer-copyright-text p main .esignature .esignature-price .esignature-price-additionally .esignature-price-additionally-title a {
  font-size: 30px;
  font-family: "Montserrat", sans-serif;
}
main .esignature .esignature-price .esignature-price-additionally .esignature-price-additionally-row .additionally-row-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  padding-bottom: 48px;
}
main .esignature .esignature-price .esignature-price-additionally .esignature-price-additionally-row .additionally-row-item p.additionally-row-item-text, main .esignature .esignature-price .esignature-price-additionally .esignature-price-additionally-row .additionally-row-item footer .footer-copyright .footer-copyright-text p a.additionally-row-item-text, footer .footer-copyright .footer-copyright-text p main .esignature .esignature-price .esignature-price-additionally .esignature-price-additionally-row .additionally-row-item a.additionally-row-item-text {
  font-size: 18px;
}
main .esignature .esignature-price .esignature-price-additionally .esignature-price-additionally-row .additionally-row-item p.additionally-row-item-num, main .esignature .esignature-price .esignature-price-additionally .esignature-price-additionally-row .additionally-row-item footer .footer-copyright .footer-copyright-text p a.additionally-row-item-num, footer .footer-copyright .footer-copyright-text p main .esignature .esignature-price .esignature-price-additionally .esignature-price-additionally-row .additionally-row-item a.additionally-row-item-num {
  width: 260px;
  padding: 0 30px;
  font-size: 52px;
  font-family: "Montserrat", sans-serif;
}
main .esignature .esignature-price .esignature-price-additionally .esignature-price-additionally-row .additionally-row-item p.additionally-row-item-num span, main .esignature .esignature-price .esignature-price-additionally .esignature-price-additionally-row .additionally-row-item footer .footer-copyright .footer-copyright-text p a.additionally-row-item-num span, footer .footer-copyright .footer-copyright-text p main .esignature .esignature-price .esignature-price-additionally .esignature-price-additionally-row .additionally-row-item a.additionally-row-item-num span {
  font-size: 18px;
}
main .esignature .esignature-price .esignature-price-additionally .esignature-price-additionally-row .additionally-row-item p.additionally-row-item-num span:first-child, main .esignature .esignature-price .esignature-price-additionally .esignature-price-additionally-row .additionally-row-item footer .footer-copyright .footer-copyright-text p a.additionally-row-item-num span:first-child, footer .footer-copyright .footer-copyright-text p main .esignature .esignature-price .esignature-price-additionally .esignature-price-additionally-row .additionally-row-item a.additionally-row-item-num span:first-child {
  padding-right: 5px;
}
main .esignature .esignature-price .esignature-price-additionally .esignature-price-additionally-row .additionally-row-item:last-child {
  padding-bottom: 0;
}
main .esignature .esignature-how .esignature-how-title {
  text-align: center;
}
main .esignature .esignature-how .esignature-how-content {
  padding-top: 40px;
}
main .esignature .esignature-how .esignature-how-content .esignature-how-content-item {
  position: relative;
  text-align: center;
  padding: 0 90px;
}
main .esignature .esignature-how .esignature-how-content .esignature-how-content-item .content-item-title {
  font-size: 30px;
  padding: 30px 0 15px 0;
}
main .esignature .esignature-how .esignature-how-content .esignature-how-content-item .content-item-text p, main .esignature .esignature-how .esignature-how-content .esignature-how-content-item .content-item-text footer .footer-copyright .footer-copyright-text p a, footer .footer-copyright .footer-copyright-text p main .esignature .esignature-how .esignature-how-content .esignature-how-content-item .content-item-text a {
  font-size: 20px;
  color: RGBA(0, 0, 0, 0.7);
}
main .esignature .esignature-how .esignature-how-content .esignature-how-content-item_border:last-child:after {
  content: "";
  position: absolute;
  left: -15px;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: RGBA(0, 0, 0, 0.7);
}
main .esignature .esignature-video .esignature-video-text p, main .esignature .esignature-video .esignature-video-text footer .footer-copyright .footer-copyright-text p a, footer .footer-copyright .footer-copyright-text p main .esignature .esignature-video .esignature-video-text a {
  font-size: 20px;
}
main .esignature .esignature-video .videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  border-radius: 20px;
  overflow: hidden;
}
main .esignature .esignature-video .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
main .esignature .esignature-faq .esignature-faq-title {
  text-align: center;
}
main .esignature .esignature-faq .esignature-faq-text {
  width: 455px;
  margin: 0 auto;
  text-align: center;
}
main .esignature .esignature-faq .esignature-faq-text p, main .esignature .esignature-faq .esignature-faq-text footer .footer-copyright .footer-copyright-text p a, footer .footer-copyright .footer-copyright-text p main .esignature .esignature-faq .esignature-faq-text a {
  font-size: 20px;
}
main .esignature .esignature-faq .esignature-faq-list {
  padding-top: 50px;
}
main .esignature .esignature-faq .esignature-faq-list .esignature-faq-list-item {
  border-radius: 38px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #e0e0e0;
  padding: 23px 30px;
  margin-bottom: 25px;
}
main .esignature .esignature-faq .esignature-faq-list .esignature-faq-list-item .esignature-faq-list-item-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  background-color: #ffffff;
  cursor: pointer;
}
main .esignature .esignature-faq .esignature-faq-list .esignature-faq-list-item .esignature-faq-list-item-box .esignature-faq-item-list-text p, main .esignature .esignature-faq .esignature-faq-list .esignature-faq-list-item .esignature-faq-list-item-box .esignature-faq-item-list-text footer .footer-copyright .footer-copyright-text p a, footer .footer-copyright .footer-copyright-text p main .esignature .esignature-faq .esignature-faq-list .esignature-faq-list-item .esignature-faq-list-item-box .esignature-faq-item-list-text a {
  font-size: 20px;
}
main .esignature .esignature-faq .esignature-faq-list .esignature-faq-list-item .esignature-faq-list-item-box .esignature-faq-item-list-img {
  font-size: 20px;
  color: #C7E8B9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
main .esignature .esignature-faq .esignature-faq-list .esignature-faq-list-item .esignature-faq-item-answer {
  display: none;
}
main .esignature .esignature-faq .esignature-faq-list .esignature-faq-list-item .esignature-faq-item-answer .esignature-faq-item-answer-box {
  padding-top: 25px;
}
main .esignature .esignature-faq .esignature-faq-list .esignature-faq-list-item .esignature-faq-item-answer .esignature-faq-item-answer-box p, main .esignature .esignature-faq .esignature-faq-list .esignature-faq-list-item .esignature-faq-item-answer .esignature-faq-item-answer-box footer .footer-copyright .footer-copyright-text p a, footer .footer-copyright .footer-copyright-text p main .esignature .esignature-faq .esignature-faq-list .esignature-faq-list-item .esignature-faq-item-answer .esignature-faq-item-answer-box a {
  padding-bottom: 30px;
}
main .esignature .esignature-faq .esignature-faq-list .esignature-faq-list-item .esignature-faq-item-answer .esignature-faq-item-answer-box p:last-child, main .esignature .esignature-faq .esignature-faq-list .esignature-faq-list-item .esignature-faq-item-answer .esignature-faq-item-answer-box footer .footer-copyright .footer-copyright-text p a:last-child, footer .footer-copyright .footer-copyright-text p main .esignature .esignature-faq .esignature-faq-list .esignature-faq-list-item .esignature-faq-item-answer .esignature-faq-item-answer-box a:last-child {
  padding-bottom: 0;
}
main .esignature .esignature-faq .esignature-faq-list .esignature-faq-list-item:last-child {
  margin-bottom: 0;
}
main .renewal .renewal-main .renewal-main-list p, main .renewal .renewal-main .renewal-main-list footer .footer-copyright .footer-copyright-text p a, footer .footer-copyright .footer-copyright-text p main .renewal .renewal-main .renewal-main-list a {
  font-size: 20px;
}
main .renewal .renewal-main .renewal-main-list ul {
  padding-top: 32px;
  padding-left: 27px;
  list-style-type: disc;
}
main .renewal .renewal-main .renewal-main-list ul li {
  padding-bottom: 30px;
}
main .renewal .renewal-main .renewal-main-list ul li:last-child {
  padding-bottom: 0;
}
main .renewal .renewal-auto {
  background: #F8F8F8;
}
main .token-slider {
  background-color: #F6F6F6;
}
main .token-slider .token-works {
  margin-top: -103px;
  margin-bottom: 50px;
}
main .token-slider .token {
  margin-top: -112px;
  margin-bottom: 50px;
}
main .token-slider .token-slider-btn {
  text-align: center;
}
main .token-slider .slick-slide {
  background-size: contain;
  padding: 105px 0;
  outline: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
main .token-slider .slick-slide .slick-item .slick-item-box {
  position: relative;
  width: 40%;
  margin-left: 52%;
  min-height: 166px;
}
main .token-slider .slick-slide .slick-item .slick-item-box .slick-item-box-btn {
  -webkit-transform: scale(0.67);
  transform: scale(0.67);
  position: absolute;
  right: -12px;
  bottom: 0;
}
main .token-slider .slick-slide .slick-item .slick-item-box .slick-item-box-title h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}
main .token-slider .slick-slide .slick-item .slick-item-box .slick-item-box-text {
  min-height: 50px;
}
main .token-slider .slick-slide .slick-item .slick-item-box .slick-item-box-text p, main .token-slider .slick-slide .slick-item .slick-item-box .slick-item-box-text footer .footer-copyright .footer-copyright-text p a, footer .footer-copyright .footer-copyright-text p main .token-slider .slick-slide .slick-item .slick-item-box .slick-item-box-text a {
  line-height: 1.5;
  font-size: 11px;
}
main .token-slider .slick-center {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
main .token-slider .slick-center .slick-item-box {
  width: 50%;
}
main .token-slider .child {
  width: 100%;
}
main .token-slider .slide:not(.slick-active) {
  cursor: pointer;
}
main .token .token-main .token-main-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  text-align: center;
  padding-top: 50px;
  width: 670px;
}
main .token .token-main .token-main-row .token-main-row-item .token-main-row-item-box-img {
  height: 60px;
  margin: 0 auto;
}
main .token .token-main .token-main-row .token-main-row-item .token-main-row-item-box-img img {
  height: 100%;
  margin: 0 auto;
}
main .token .token-main .token-main-row .token-main-row-item .token-main-row-item-box-img-text {
  padding-top: 16px;
}
main .token .token-main .token-main-row .token-main-row-item .token-main-row-item-box-img-text p, main .token .token-main .token-main-row .token-main-row-item .token-main-row-item-box-img-text footer .footer-copyright .footer-copyright-text p a, footer .footer-copyright .footer-copyright-text p main .token .token-main .token-main-row .token-main-row-item .token-main-row-item-box-img-text a {
  font-size: 14px;
}
main .token .token-main .token-main-img {
  margin-top: 20px;
}
main .token .token-main .token-main-img img {
  width: 100%;
}
main .token .key {
  min-height: 800px;
  padding-top: 0;
}
main .token .key .tabs {
  padding-top: 0;
}
main .token .key .grid-tabs {
  width: 100%;
  -ms-grid-columns: 242px 286px 200px 386px;
  grid-template-columns: 242px 286px 200px 386px;
}
main .token .key .key-title {
  text-align: center;
  padding: 38px 0 80px 0;
}
main .token .key .key-title p, main .token .key .key-title footer .footer-copyright .footer-copyright-text p a, footer .footer-copyright .footer-copyright-text p main .token .key .key-title a {
  font-weight: 300;
  color: #6a0000;
}
main .token .key .tabs-content {
  min-height: 373px;
}
main .token .key .key-item .key-item-box .key-item-box-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
          align-items: end;
}
main .token .key .key-item .key-item-box .key-item-box-name p, main .token .key .key-item .key-item-box .key-item-box-name footer .footer-copyright .footer-copyright-text p a, footer .footer-copyright .footer-copyright-text p main .token .key .key-item .key-item-box .key-item-box-name a {
  line-height: 1.5;
}
main .token .key .key-item .key-item-box .key-item-box-name .key-description span {
  display: block;
  padding-top: 2px;
  font-size: 14px;
  color: #a0a0a0;
}
main .token .key .key-item .key-item-box .key-item-box-name .key-price {
  font-weight: 700;
  font-size: 15px;
}
main .token .key .key-item .key-item-box .key-item-box-info {
  padding: 28px 0 18px 0;
}
main .token .key .key-item .key-item-box .key-item-box-info .box-info-img {
  position: relative;
  border-radius: 10px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  overflow: hidden;
  max-height: 155px;
}
main .token .key .key-item .key-item-box .key-item-box-info .box-info-img span {
  position: absolute;
  bottom: 12px;
  right: 16px;
}
main .token .key .key-item .key-item-box .key-item-box-info .box-info-img img {
  width: 100%;
}
main .token .key .key-item .key-item-box .key-item-box-info .box-info-img span > img {
  height: auto;
}
main .token .key .key-item .key-item-box .key-item-box-info .box-info-text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  background-color: #ffffff;
}
main .token .key .key-item .key-item-box .key-item-box-info .box-info-text ul {
  list-style-type: disc;
}
main .token .key .key-item .key-item-box .key-item-box-info .box-info-text ul li {
  padding: 3px 0;
}
main .token .key .key-item .key-item-box .key-item-box-info .box-info-img:hover .box-info-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
          justify-content: end;
  -webkit-box-align: center;
          align-items: center;
  cursor: pointer;
  padding: 0 10px 0 30px;
  font-size: 14px;
  line-height: 1.5;
}
main .token .key .key-item .key-item-box .key-item-box-choise {
  padding-bottom: 18px;
}
main .token .key .key-item .key-item-box .key-item-box-choise .select-number {
  float: right;
  border-radius: 20px;
  background-color: #e8e8e8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  padding: 3px;
}
main .token .key .key-item .key-item-box .key-item-box-choise .select-number .select-number-result {
  width: 34px;
  text-align: center;
}
main .token .key .key-item .key-item-box .key-item-box-choise .select-number .select-number-sign {
  width: 34px;
  height: 34px;
  border-radius: 20px;
  background-color: #fff;
  line-height: 34px;
  text-align: center;
  font-size: 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
main .token .key .key-item .key-item-box .key-item-box-choise .select-check {
  float: left;
  line-height: 40px;
  font-size: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
main .token .key .key-item .key-item-box .key-item-box-choise .select-check input {
  margin: 0 18px 0 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 18px;
  height: 18px;
}
main .token .key .key-supplementary-agreement {
  padding: 17px 0 38px 0;
  line-height: 1.5;
  color: #6e6e6e;
}
main .token .key .key-supplementary-agreement > p, main .token .key footer .footer-copyright .footer-copyright-text p .key-supplementary-agreement > a, footer .footer-copyright .footer-copyright-text p main .token .key .key-supplementary-agreement > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  color: #6a0000;
  padding-bottom: 20px;
}
main .token .key .key-supplementary-agreement > p > img, main .token .key footer .footer-copyright .footer-copyright-text p .key-supplementary-agreement > a > img, footer .footer-copyright .footer-copyright-text p main .token .key .key-supplementary-agreement > a > img {
  width: 22px;
  margin-right: 15px;
}
main .token .key .key-supplementary-agreement label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  line-height: 1.5;
}
main .token .key .key-supplementary-agreement input {
  width: 18px;
  height: 18px;
  margin-top: 0;
  margin-right: 18px;
}
main .token .key .key-sum {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.14;
  padding-bottom: 16px;
}
main .token .key .key-sum-text {
  font-size: 20px;
  color: #6e6e6e;
}
main .token .key .section-btn-margin {
  text-align: center;
}
main .token .key .section-btn-margin a,
main .token .key .section-btn-margin button {
  margin: 0 25px;
}
main .token .key .key-download-btn a.light,
main .token .key a.key-download-btn.light {
  border: solid 1px #323232;
  background-color: transparent;
}
main .token .key a.disabled,
main .token .key button.disabled {
  opacity: 0.4;
  cursor: default;
}
main .token .key .key-form {
  padding: 55px 0 72px 0;
}
main .token .key .token-form .token-form-title,
main .token .key .token-docs .token-docs-title {
  text-align: center;
}
main .token .key .token-form .token-form-title p, main .token .key .token-form .token-form-title footer .footer-copyright .footer-copyright-text p a, footer .footer-copyright .footer-copyright-text p main .token .key .token-form .token-form-title a,
main .token .key .token-docs .token-docs-title p,
main .token .key .token-docs .token-docs-title footer .footer-copyright .footer-copyright-text p a,
footer .footer-copyright .footer-copyright-text p main .token .key .token-docs .token-docs-title a {
  font-size: 28px;
}
main .token .key .token-form .token-form-title span,
main .token .key .token-docs .token-docs-title span {
  display: inline-block;
  font-size: 14px;
  color: #6A0000;
  padding: 25px 0;
}
main .token .key .key-form form input,
main .token .key .key-form form select {
  width: 300px;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  border: solid 1px #979797;
  outline: none;
  padding: 10px;
  margin-bottom: 0;
}
main .token .key .key-form form label {
  position: relative;
  width: auto;
}
main .token .key .key-form form label > span {
  position: absolute;
  top: 0;
  right: -8px;
  font-size: 14px;
  color: #972d2d;
}
main .token .key .key-form form label {
  margin: 9px 0;
}
main .token .key .key-form form label:first-child {
  margin-top: 0;
}
main .token .key .key-form form select {
  margin-top: 9px;
}
main .token .key .key-form .key-sum-info {
  border-left: 2px solid #a0a0a0;
  padding-left: 17px;
}
main .token .key .key-form .key-sum-info .mobile-form-title span {
  float: left;
}
main .token .key .key-form .key-sum-info .mobile-form-title .mobile-form-edit {
  float: left;
  padding-left: 15px;
  padding-top: 3px;
}
main .token .key .key-form .key-sum-info .key-sum-info-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
main .token .key .key-form .key-sum-info .key-sum-info-title .get-edit-form {
  cursor: pointer;
}
main .token .key .key-form .key-sum-info .key-sum-info-title p, main .token .key .key-form .key-sum-info .key-sum-info-title footer .footer-copyright .footer-copyright-text p a, footer .footer-copyright .footer-copyright-text p main .token .key .key-form .key-sum-info .key-sum-info-title a {
  font-weight: 700;
  line-height: 1.5;
  color: #404032;
  padding-right: 21px;
}
main .token .key .key-form .key-sum-info .key-sum-result {
  padding-top: 34px;
}
main .token .key .key-form .key-sum-info .key-sum-result .key-sum-result-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 2fr 1fr 1fr 1fr 0.3fr;
  grid-template-columns: 2fr 2fr 1fr 1fr 1fr 0.3fr;
  padding-bottom: 10px;
}
main .token .key .key-form .key-sum-info .key-sum-result .key-sum-result-item p, main .token .key .key-form .key-sum-info .key-sum-result .key-sum-result-item footer .footer-copyright .footer-copyright-text p a, footer .footer-copyright .footer-copyright-text p main .token .key .key-form .key-sum-info .key-sum-result .key-sum-result-item a {
  font-size: 14px;
  line-height: 1.57;
  color: #a0a0a0;
}
main .token .key .key-form .key-sum-info .key-sum-result .key-sum-result-item p:last-child, main .token .key .key-form .key-sum-info .key-sum-result .key-sum-result-item footer .footer-copyright .footer-copyright-text p a:last-child, footer .footer-copyright .footer-copyright-text p main .token .key .key-form .key-sum-info .key-sum-result .key-sum-result-item a:last-child {
  text-align: right;
}
main .token .key .key-form .key-sum-info .key-sum-result .key-sum-result-item p .quantity, footer .footer-copyright .footer-copyright-text p main .token .key .key-form .key-sum-info .key-sum-result .key-sum-result-item a .quantity {
  padding: 0 5px;
}
main .token .key .key-form .key-sum-info .key-sum-result .key-sum-result-item p span.minus, footer .footer-copyright .footer-copyright-text p main .token .key .key-form .key-sum-info .key-sum-result .key-sum-result-item a span.minus,
main .token .key .key-form .key-sum-info .key-sum-result .key-sum-result-item p span.plus,
footer .footer-copyright .footer-copyright-text p main .token .key .key-form .key-sum-info .key-sum-result .key-sum-result-item a span.plus {
  color: #565656;
  font-weight: 700;
  background-color: #efefef;
  padding: 1px 2px;
  min-width: 100px;
  cursor: pointer;
  border-radius: 4px;
  display: none;
}
main .token .key .key-form .key-sum-info .key-sum-result .key-sum-result-item p span.minus, footer .footer-copyright .footer-copyright-text p main .token .key .key-form .key-sum-info .key-sum-result .key-sum-result-item a span.minus {
  padding: 1px 4px;
}
main .token .key .key-form .key-sum-info .key-sum-result .key-sum-result-item p span.minus.disabled, footer .footer-copyright .footer-copyright-text p main .token .key .key-form .key-sum-info .key-sum-result .key-sum-result-item a span.minus.disabled,
main .token .key .key-form .key-sum-info .key-sum-result .key-sum-result-item p span.plus.disabled,
footer .footer-copyright .footer-copyright-text p main .token .key .key-form .key-sum-info .key-sum-result .key-sum-result-item a span.plus.disabled {
  cursor: default;
  color: #ccc6c6;
}
main .token .key .key-form .key-sum-info .key-sum-result .key-sum-result-item p span.delete-token, footer .footer-copyright .footer-copyright-text p main .token .key .key-form .key-sum-info .key-sum-result .key-sum-result-item a span.delete-token {
  color: #d41f1f;
  font-weight: 700;
  background-color: #efefef;
  padding: 3px 5px;
  cursor: pointer;
  border-radius: 4px;
  display: none;
}
main .token .key .key-form .key-sum-info .key-sum-final-price {
  padding-top: 67px;
}
main .token .key .key-form .key-sum-info .key-sum-final-price .final-price-num {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.14;
  padding-bottom: 16px;
}
main .token .key .key-form .key-sum-info .key-sum-final-price .final-price-info {
  font-size: 20px;
  line-height: 1.2;
  color: #6e6e6e;
}
main .token .key .kzi-info .kzi-info-step .kzi-info-step-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  justify-content: space-around;
}
main .token .key .kzi-info .kzi-info-step .kzi-info-step-row:first-child {
  padding-bottom: 8px;
}
main .token .key .kzi-info .kzi-info-step .kzi-info-step-row .step-row-num {
  width: 31px;
  height: 31px;
  border-radius: 50%;
  border: 1px solid #479229;
  color: #479229;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}
main .token .key .kzi-info .kzi-info-step .kzi-info-step-row .step-row-num:nth-child(2) {
  position: relative;
}
main .token .key .kzi-info .kzi-info-step .kzi-info-step-row .step-row-num:nth-child(2):before {
  content: "";
  position: absolute;
  top: 50%;
  left: -210px;
  width: 200px;
  height: 2px;
  background-color: #479229;
}
main .token .key .kzi-info .kzi-info-step .kzi-info-step-row .step-row-num:nth-child(2):after {
  content: "";
  position: absolute;
  top: 50%;
  right: -210px;
  width: 200px;
  height: 2px;
  background-color: #479229;
}
main .token .key .kzi-info .kzi-info-step .kzi-info-step-row .step-row-text {
  min-width: 130px;
  text-align: center;
  position: relative;
}
main .token .key .kzi-info .kzi-info-title {
  text-align: center;
  padding-bottom: 54px;
}
main .token .key .kzi-info .kzi-info-title p, main .token .key .kzi-info .kzi-info-title footer .footer-copyright .footer-copyright-text p a, footer .footer-copyright .footer-copyright-text p main .token .key .kzi-info .kzi-info-title a {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: #505050;
}
main .token .key .kzi-info .kzi-info-step .kzi-info-step-row .step-row-text .step-row-text-info button {
  background-color: transparent;
  border: none;
  outline: none;
}
main .token .key .kzi-info .kzi-info-step .kzi-info-step-row .step-row-text .step-row-text-info {
  position: absolute;
  top: -18px;
  right: -18px;
}
main .token .key .kzi-info .kzi-info-step .kzi-info-step-row .step-row-text .step-row-text-info button img {
  width: 18px;
  height: 18px;
}
main .token .key .key-sum-btn .key-score {
  width: 300px;
}
main .token .key .key-download-bg {
  padding: 65px 0;
}
main .token .key .key-download {
  position: relative;
  border-radius: 14px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.16);
  background-color: #fefefe;
}
main .token .key .key-download .key-download-close {
  position: absolute;
  right: 10px;
  top: 10px;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
  cursor: pointer;
}
main .token .key .section-btn-margin a {
  cursor: pointer;
}
main .token .key .key-download .key-download-title {
  text-align: center;
  padding-top: 54px;
}
main .token .key .key-download .key-download-title h2 {
  font-size: 28px;
  line-height: 1.29;
  padding-bottom: 18px;
}
main .token .key .key-download .key-download-title p, main .token .key .key-download .key-download-title footer .footer-copyright .footer-copyright-text p a, footer .footer-copyright .footer-copyright-text p main .token .key .key-download .key-download-title a {
  line-height: 1.75;
  color: #6a0000;
}
main .token .key .key-download .key-download-item {
  padding: 54px 0;
}
main .token .key .key-download .key-download-item .key-download-item-box {
  text-align: center;
}
main .token .key .key-download .key-download-item .key-download-item-box .item-box-title p, main .token .key .key-download .key-download-item .key-download-item-box .item-box-title footer .footer-copyright .footer-copyright-text p a, footer .footer-copyright .footer-copyright-text p main .token .key .key-download .key-download-item .key-download-item-box .item-box-title a {
  line-height: 1.5;
}
main .token .key .key-download .key-download-item .key-download-item-box .item-box-img {
  display: block;
  padding: 36px 0 18px 0;
}
main .token .key .key-download .key-download-item .key-download-item-box .item-box-link {
  line-height: 1.5;
  color: #3d5e81;
}
main .token .key .key-download .key-download-all {
  padding-bottom: 51px;
}
main .token .key .key-download .key-download-all a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  color: #3d5e81;
}
main .token .key .key-download .key-download-all a p, main .token .key .key-download .key-download-all a footer .footer-copyright .footer-copyright-text p a, footer .footer-copyright .footer-copyright-text p main .token .key .key-download .key-download-all a a {
  padding-left: 18px;
  line-height: 1.5;
}
main .token .key .key-download-btn {
  text-align: center;
}
main .token .key .key-download-btn button,
main .token .key .key-download-btn a,
main .token .key a.key-download-btn {
  display: inline-block;
  width: 272px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  text-align: center;
  color: #323232;
  text-decoration: none;
  background-color: #f5ca21;
}
main .token .key .key-download-btn button.light,
main .token .key .key-download-btn a.light,
main .token .key a.key-download-btn.light {
  border: solid 1px #323232;
  background-color: transparent;
}
main .token .key .key-download-btn button.light {
  width: 145px;
  margin-right: 25px;
  position: relative;
  top: 2px;
}
main .token .key .tab-content > .tab-pane {
  min-height: 371px;
}
main .token .key a.key-download-btn {
  margin-left: 25px;
}
main .token .token-works .token-works-item .token-works-item-box {
  padding: 13px 23px 21px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  background-color: #ffffff;
}
main .token .token-works .token-works-item .token-works-item-box .item-box-title p, main .token .token-works .token-works-item .token-works-item-box .item-box-title footer .footer-copyright .footer-copyright-text p a, footer .footer-copyright .footer-copyright-text p main .token .token-works .token-works-item .token-works-item-box .item-box-title a {
  font-size: 22px;
  font-weight: bold;
}
main .token .token-works .token-works-item .token-works-item-box .item-box-text {
  padding: 32px 0 37px 0;
}
main .token .token-works .token-works-item .token-works-item-box .item-box-text p, main .token .token-works .token-works-item .token-works-item-box .item-box-text footer .footer-copyright .footer-copyright-text p a, footer .footer-copyright .footer-copyright-text p main .token .token-works .token-works-item .token-works-item-box .item-box-text a {
  color: #646464;
}
main .token .token-works .token-works-item .token-works-item-box .item-box-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
main .token .token-works .token-works-item .token-works-item-box .item-box-link a {
  text-decoration: none;
  color: #646464;
  padding-right: 10px;
}
main .token .token-video {
  padding-top: 100px;
}
main .contracts .contracts-content-title {
  text-align: center;
}
main .contracts .contracts-content-title-text {
  padding: 19px 0 50px 0;
}
main .contracts .contracts-content-title-text p, main .contracts .contracts-content-title-text footer .footer-copyright .footer-copyright-text p a, footer .footer-copyright .footer-copyright-text p main .contracts .contracts-content-title-text a {
  font-size: 14px;
  padding-bottom: 19px;
}
main .contracts .contracts-content-title-text p:last-child, main .contracts .contracts-content-title-text footer .footer-copyright .footer-copyright-text p a:last-child, footer .footer-copyright .footer-copyright-text p main .contracts .contracts-content-title-text a:last-child {
  padding-bottom: 0;
}
main .contracts .contracts-content-title-text-important {
  padding-bottom: 50px;
  text-align: center;
}
main .contracts .contracts-content-slider .slider-nav .slick-slide p, main .contracts .contracts-content-slider .slider-nav .slick-slide footer .footer-copyright .footer-copyright-text p a, footer .footer-copyright .footer-copyright-text p main .contracts .contracts-content-slider .slider-nav .slick-slide a {
  border-bottom: 2px solid #E5E5E5;
  margin-right: 2px;
}
main .contracts .contracts-content-slider .slider-nav .slick-slide.slick-current p, main .contracts .contracts-content-slider .slider-nav .slick-slide.slick-current footer .footer-copyright .footer-copyright-text p a, footer .footer-copyright .footer-copyright-text p main .contracts .contracts-content-slider .slider-nav .slick-slide.slick-current a {
  border-bottom: 2px solid #F6AE2B;
}
main .contracts .contracts-content-slider .contracts-content-slider-row .slider-row-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 25px 0;
}
main .contracts .contracts-content-slider .contracts-content-slider-row .slider-row-item:first-child {
  padding-top: 50px;
}
main .contracts .contracts-content-slider .contracts-content-slider-row .slider-row-item:last-child {
  padding-bottom: 0;
}
main .contracts .contracts-content-slider .contracts-content-slider-row .slider-row-item .slider-row-item-text {
  width: 385px;
}
main .contracts .contracts-content-slider .contracts-content-slider-row .slider-row-item .slider-row-item-text p, main .contracts .contracts-content-slider .contracts-content-slider-row .slider-row-item .slider-row-item-text footer .footer-copyright .footer-copyright-text p a, footer .footer-copyright .footer-copyright-text p main .contracts .contracts-content-slider .contracts-content-slider-row .slider-row-item .slider-row-item-text a {
  font-size: 14px;
}
main .contracts .contracts-content-slider .contracts-content-slider-row .slider-row-item .slider-row-item-download {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
main .contracts .contracts-content-slider .contracts-content-slider-row .slider-row-item .slider-row-item-download span.format {
  padding-right: 83px;
  font-size: 14px;
}
main .contracts .contracts-content-slider .contracts-content-slider-row .slider-row-item .slider-row-item-date {
  color: RGBA(0, 0, 0, 0.4);
}
main .contracts .contracts-content-slider .slick-slide {
  outline: none;
}
main .legislation .legislation-content .legislation-content-title {
  text-align: center;
}
main .legislation .legislation-content .legislation-content-list .legislation-content-list-item {
  padding-bottom: 50px;
}
main .legislation .legislation-content .legislation-content-list .legislation-content-list-item .legislation-content-list-item-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  background-color: #ffffff;
  cursor: pointer;
  border-bottom: 1px solid #F6AE2B;
}
main .legislation .legislation-content .legislation-content-list .legislation-content-list-item .legislation-content-list-item-box .legislation-content-list-text p, main .legislation .legislation-content .legislation-content-list .legislation-content-list-item .legislation-content-list-item-box .legislation-content-list-text footer .footer-copyright .footer-copyright-text p a, footer .footer-copyright .footer-copyright-text p main .legislation .legislation-content .legislation-content-list .legislation-content-list-item .legislation-content-list-item-box .legislation-content-list-text a {
  font-size: 20px;
  font-weight: 500;
}
main .legislation .legislation-content .legislation-content-list .legislation-content-list-item .legislation-content-list-item-box .legislation-content-list-img img {
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
main .legislation .legislation-content .legislation-content-list .legislation-content-list-item .legislation-content-list-item-answer {
  display: none;
}
main .legislation .legislation-content .legislation-content-list .legislation-content-list-item .legislation-content-list-item-answer .legislation-content-list-item-answer-box {
  padding: 17px 0;
}
main .legislation .legislation-content .legislation-content-list .legislation-content-list-item .legislation-content-list-item-answer .legislation-content-list-item-answer-box a {
  color: #000000;
}
main .legislation .legislation-content .legislation-content-list .legislation-content-list-item .legislation-content-list-item-answer .legislation-content-list-item-answer-box:first-child {
  padding-top: 50px;
}
main .legislation .legislation-content .legislation-content-list .legislation-content-list-item:last-child {
  padding-bottom: 0;
}
main .legislation .legislation-content .legislation-content-list .legislation-content-list-item.active .legislation-content-list-item-box .legislation-content-list-img img {
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
main .services .services-main {
  padding-top: 78px;
}
main .services .services-qualified .services-qualified-title {
  text-align: center;
}
main .services .services-qualified .services-qualified-title h3 {
  font-weight: normal;
}
main .services .services-qualified .services-qualified-item {
  padding-bottom: 50px;
}
main .services .services-qualified .services-qualified-item .services-qualified-item-box .qualified-item-box-title {
  position: relative;
  background: #EEF4FE;
  font-size: 18px;
}
main .services .services-qualified .services-qualified-item .services-qualified-item-box .qualified-item-box-title p, main .services .services-qualified .services-qualified-item .services-qualified-item-box .qualified-item-box-title footer .footer-copyright .footer-copyright-text p a, footer .footer-copyright .footer-copyright-text p main .services .services-qualified .services-qualified-item .services-qualified-item-box .qualified-item-box-title a {
  padding: 20px;
}
main .services .services-qualified .services-qualified-item .services-qualified-item-box .qualified-item-box-date {
  background: #DCE7F9;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
main .services .services-qualified .services-qualified-item .services-qualified-item-box .qualified-item-box-date p, main .services .services-qualified .services-qualified-item .services-qualified-item-box .qualified-item-box-date footer .footer-copyright .footer-copyright-text p a, footer .footer-copyright .footer-copyright-text p main .services .services-qualified .services-qualified-item .services-qualified-item-box .qualified-item-box-date a {
  font-size: 18px;
  font-weight: 500;
  padding: 20px 12px;
}
main .services .services-qualified .services-qualified-item .services-qualified-item-box .qualified-item-box-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  border-bottom: 1px solid #F0F0F0;
  margin-left: 20px;
}
main .services .services-qualified .services-qualified-item .services-qualified-item-box .qualified-item-box-row .qualified-item-box-row-price {
  font-family: "Montserrat", sans-serif;
}
main .services .services-qualified .services-qualified-item .services-qualified-item-box .qualified-item-box-row .qualified-item-box-row-price p, main .services .services-qualified .services-qualified-item .services-qualified-item-box .qualified-item-box-row .qualified-item-box-row-price footer .footer-copyright .footer-copyright-text p a, footer .footer-copyright .footer-copyright-text p main .services .services-qualified .services-qualified-item .services-qualified-item-box .qualified-item-box-row .qualified-item-box-row-price a {
  font-size: 50px;
}
main .services .services-qualified .services-qualified-item .services-qualified-item-box .qualified-item-box-row .qualified-item-box-row-price p span, footer .footer-copyright .footer-copyright-text p main .services .services-qualified .services-qualified-item .services-qualified-item-box .qualified-item-box-row .qualified-item-box-row-price a span {
  font-size: 16px;
}
main .services .services-qualified .services-qualified-item .services-qualified-item-box .services-qualified-item-box-btn {
  padding-top: 50px;
  text-align: center;
}
main .services .services-qualified .services-qualified-item:last-child {
  padding-bottom: 0;
}
main .services .services-more .services-more-title {
  text-align: center;
}
main .services .services-more .services-more-title h3 {
  font-weight: normal;
}
main .services .services-more .services-more-item .services-more-item-box-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
main .services .services-more .services-more-item .services-more-item-box-row .more-item-box-row-text {
  width: 65%;
}
main .services .services-more .services-more-item .services-more-item-box-row .more-item-box-row-price {
  width: 35%;
  text-align: right;
}
main .services .services-more .services-more-item .services-more-item-box-row .more-item-box-row-price p, main .services .services-more .services-more-item .services-more-item-box-row .more-item-box-row-price footer .footer-copyright .footer-copyright-text p a, footer .footer-copyright .footer-copyright-text p main .services .services-more .services-more-item .services-more-item-box-row .more-item-box-row-price a {
  font-size: 50px;
}
main .services .services-more .services-more-item .services-more-item-box-row .more-item-box-row-price p span, footer .footer-copyright .footer-copyright-text p main .services .services-more .services-more-item .services-more-item-box-row .more-item-box-row-price a span {
  font-size: 16px;
}
main .services .services-more .services-more-item .services-more-item-box-btn {
  padding-top: 50px;
  text-align: center;
}
main .services .services-others .services-others-title {
  text-align: center;
  padding-bottom: 38px;
}
main .services .services-others .services-others-title h3 {
  font-weight: normal;
}
main .services .services-others .services-others-item .services-others-item-box .services-others-item-main {
  text-align: center;
  padding: 100px 0 50px 0;
}
main .services .services-others .services-others-item .services-others-item-box .services-others-item-main h3 {
  font-weight: normal;
}
main .services .services-others .services-others-item .services-others-item-box .others-item-box-title {
  background: #EEF4FE;
  padding: 20px;
  font-size: 18px;
}
main .services .services-others .services-others-item .services-others-item-box .others-item-box-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding-left: 20px;
  border-bottom: 1px solid #F0F0F0;
}
main .services .services-others .services-others-item .services-others-item-box .others-item-box-row .others-item-box-row-price {
  font-size: 50px;
}
main .services .services-others .services-others-item .services-others-item-box .others-item-box-row .others-item-box-row-price span {
  font-size: 16px;
}
main .services .services-others .services-others-item .services-others-item-btn {
  text-align: center;
  padding-top: 50px;
}
main .services .services-others .services-others-item .services-others-item-btn a.btn-details {
  padding-right: 50px;
  color: RGBA(0, 0, 0, 0.6);
}
main .search .search-main .search-main-form label {
  position: relative;
}
main .search .search-main .search-main-form label input {
  width: 380px;
  text-decoration: none;
  outline: none;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 50px;
  padding: 0 25px;
  color: #000000;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 50px;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  background-color: #ffffff;
  border: none;
}
main .search .search-main .search-main-form label button {
  position: absolute;
  right: 0;
  top: 0;
  background-color: transparent;
  border: none;
  outline: none;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  width: 50px;
  border-radius: 30px;
}
main .search .search-main .search-result {
  padding-top: 50px;
}
main .search .search-main .search-result .search-result-title {
  padding-bottom: 8px;
}
main .search .search-main .search-result .search-result-title h1, main .search .search-main .search-result .search-result-title h2, main .search .search-main .search-result .search-result-title h3, main .search .search-main .search-result .search-result-title h4, main .search .search-main .search-result .search-result-title h5, main .search .search-main .search-result .search-result-title h6 {
  font-size: 20px;
}
main .search .search-main .search-result .search-result-item {
  padding-top: 33px;
}
main .search .search-main .search-result .search-result-item:last-child {
  padding-bottom: 0;
}
main .search .search-main .search-result .search-result-item .search-result-item-breadcrumbs {
  color: #AAAAAA;
}
main .revoked .revoked-main .revoked-main-list li {
  padding-top: 33px;
  padding-bottom: 33px;
  border-bottom: 1px solid #F0F0F0;
}
main .revoked .revoked-main .revoked-main-list li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
          align-items: center;
  text-align: center;
  color: #000000;
}
main .revoked .revoked-main .revoked-main-list li a p, main .revoked .revoked-main .revoked-main-list li a footer .footer-copyright .footer-copyright-text p a, footer .footer-copyright .footer-copyright-text p main .revoked .revoked-main .revoked-main-list li a a {
  -webkit-box-flex: 1;
          flex-grow: 1;
  width: 15%;
}
main .revoked .revoked-main .revoked-main-list li a p.revoked-main-list-name, main .revoked .revoked-main .revoked-main-list li a footer .footer-copyright .footer-copyright-text p a.revoked-main-list-name, footer .footer-copyright .footer-copyright-text p main .revoked .revoked-main .revoked-main-list li a a.revoked-main-list-name {
  width: 70%;
  text-align: left;
}
main .revoked .revoked-main .revoked-main-list li:first-child {
  padding-top: 0;
}
main .example .example-content .example-content-title {
  text-align: center;
}
main .example .example-content .example-content-text-row-tabs .nav-tabs {
  border: none;
}
main .example .example-content .example-content-text-row-tabs .nav-tabs li a {
  border: none;
  color: #323232;
  border-bottom: 2px solid #C4C4C4;
  font-size: 20px;
}
main .example .example-content .example-content-text-row-tabs .nav-tabs li a:hover {
  background-color: transparent;
}
main .example .example-content .example-content-text-row-tabs .nav-tabs li.active a {
  border-bottom: 2px solid #F6AE2B;
}
main .example .example-content .example-content-text-row-tabs-result .tabs-result-stack-item {
  padding: 25px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
main .example .example-content .example-content-text-row-tabs-result .tabs-result-stack-item > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  color: #000000;
  text-decoration: none;
}
main .example .example-content .example-content-text-row-tabs-result .tabs-result-stack-item:hover {
  background-color: #F5F8FD;
}
main .example .example-content .example-content-text-row-tabs-result .tabs-result-stack-text {
  padding-bottom: 25px;
}
main .example .example-content .example-content-text-row-tabs-result .tabs-result-stack-text .tabs-result-stack-text-info {
  padding-top: 43px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
main .example .example-content .example-content-text-row-tabs-result .tabs-result-stack-text .tabs-result-stack-text-info .text-info-img {
  padding-right: 25px;
}
main .example .example-content .example-content-text-row-tabs-result .tabs-result-stack-info {
  padding-top: 35px;
}
main .example .example-content .example-content-text-row-tabs-result .tabs-result-stack-info p, main .example .example-content .example-content-text-row-tabs-result .tabs-result-stack-info footer .footer-copyright .footer-copyright-text p a, footer .footer-copyright .footer-copyright-text p main .example .example-content .example-content-text-row-tabs-result .tabs-result-stack-info a {
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
}
main .example .example-content .example-content-text-row-tabs-result .tabs-result-stack-info .text-info-desc p, main .example .example-content .example-content-text-row-tabs-result .tabs-result-stack-info .text-info-desc footer .footer-copyright .footer-copyright-text p a, footer .footer-copyright .footer-copyright-text p main .example .example-content .example-content-text-row-tabs-result .tabs-result-stack-info .text-info-desc a {
  font-size: 14px;
}
main .example .example-content .example-content-text-row-tabs-result .tabs-result-example {
  padding-top: 35px;
}
main .example .example-content .example-content-text-row-tabs-result .tabs-result-example .tabs-result-example-item {
  text-align: center;
  min-height: 450px;
}
main .example .example-content .example-content-text-row-tabs-result .tabs-result-example .tabs-result-example-item a {
  display: inline-block;
  text-align: center;
  color: #000000;
  text-decoration: none;
}
main .example .example-content .example-content-text-row-tabs-result .tabs-result-example .tabs-result-example-item .tabs-result-example-item-title {
  padding-bottom: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 12px;
  min-height: 54px;
  line-height: 1;
  font-size: 16px;
  height: 90px;
  vertical-align: middle;
}
main .example .example-content .example-content-text-row-tabs-result .tabs-result-example .tabs-result-example-item .tabs-result-example-item-title p, main .example .example-content .example-content-text-row-tabs-result .tabs-result-example .tabs-result-example-item .tabs-result-example-item-title footer .footer-copyright .footer-copyright-text p a, footer .footer-copyright .footer-copyright-text p main .example .example-content .example-content-text-row-tabs-result .tabs-result-example .tabs-result-example-item .tabs-result-example-item-title a {
  line-height: 18px;
}
main .example .example-content .example-content-text-row-tabs-result .tabs-result-example .tabs-result-example-item .tabs-result-example-item-img {
  max-width: 208px;
  width: 208px;
  margin: 0 auto;
}
main .example .example-content .example-content-text-row-tabs-result .tabs-result-example .tabs-result-example-item .tabs-result-example-item-img img {
  width: 100%;
  max-height: 440px;
}
main .example .example-content .example-content-text-row-info {
  padding-top: 50px;
}
main .example .example-content .example-content-text-row-info .text-row-info-title h3 {
  font-size: 20px;
  color: #323232;
}
main .example .example-content .example-content-text-row-info .text-row-info-desc {
  padding-top: 13px;
  padding-bottom: 41px;
}
main .example .example-content .example-content-text-row-info .text-row-info-desc p, main .example .example-content .example-content-text-row-info .text-row-info-desc footer .footer-copyright .footer-copyright-text p a, footer .footer-copyright .footer-copyright-text p main .example .example-content .example-content-text-row-info .text-row-info-desc a {
  color: #323232;
  font-weight: 300;
}
main .example .example-content .example-content-text-row-info .text-row-info-row .text-row-info-row-item {
  width: 255px;
  height: 231px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  border-radius: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
main .example .example-content .example-content-text-row-info .text-row-info-row .text-row-info-row-item .text-row-info-row-item-title {
  text-align: center;
  max-height: 50px;
  padding: 0 15px;
}
main .regulations .legislation-content-list .legislation-content-list-item-answer .legislation-content-list-item-answer-box a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
}
main .regulations .legislation-content-title p, main .regulations .legislation-content-title footer .footer-copyright .footer-copyright-text p a, footer .footer-copyright .footer-copyright-text p main .regulations .legislation-content-title a {
  font-size: 16px;
}
main .cert-status .example-content-title p, main .cert-status .example-content-title footer .footer-copyright .footer-copyright-text p a, footer .footer-copyright .footer-copyright-text p main .cert-status .example-content-title a {
  font-size: 16px;
  font-family: "Ubuntu", sans-serif;
  text-align: justify;
}
main .cert-status .tabs-result-stack-text .tabs-result-stack-text-desc {
  padding: 34px 0 39px 0;
}
main .cert-status .tabs-result-stack-text .tabs-result-stack-text-desc p, main .cert-status .tabs-result-stack-text .tabs-result-stack-text-desc footer .footer-copyright .footer-copyright-text p a, footer .footer-copyright .footer-copyright-text p main .cert-status .tabs-result-stack-text .tabs-result-stack-text-desc a {
  padding-bottom: 20px;
}
main .cert-status .tabs-result-stack-text .tabs-result-stack-text-desc p:last-child, main .cert-status .tabs-result-stack-text .tabs-result-stack-text-desc footer .footer-copyright .footer-copyright-text p a:last-child, footer .footer-copyright .footer-copyright-text p main .cert-status .tabs-result-stack-text .tabs-result-stack-text-desc a:last-child {
  padding-bottom: 0;
}
main .cert-status .tabs-result-stack-text .tabs-result-stack-text-list > p, main .cert-status .tabs-result-stack-text footer .footer-copyright .footer-copyright-text p .tabs-result-stack-text-list > a, footer .footer-copyright .footer-copyright-text p main .cert-status .tabs-result-stack-text .tabs-result-stack-text-list > a {
  padding-bottom: 20px;
}
main .cert-status .tabs-result-stack-text .tabs-result-stack-text-list ul {
  list-style-type: disc;
}
main .cert-status .tabs-result-stack-text .tabs-result-stack-text-list ul li {
  padding-bottom: 20px;
  text-overflow: clip;
  white-space: normal;
}
main .cert-status .tabs-result-stack-text .tabs-result-stack-text-list ul li:last-child {
  padding-bottom: 0;
}
main .about .about-main {
  background-color: #E6ECF7;
}
main .about .about-main .about-main-row .about-main-row-title {
  padding-bottom: 13px;
}
main .about .about-main .about-main-row .about-main-row-title h3 {
  font-weight: normal;
}
main .about .about-main .about-main-row .about-main-row-item {
  padding: 20px;
  font-family: "Montserrat", sans-serif;
  border: 1px solid #9DA8BC;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
  border-radius: 25px;
  min-height: 274px;
}
main .about .about-main .about-main-row .about-main-row-item .about-main-row-item-box-img img {
  max-width: 60px;
}
main .about .about-main .about-main-row .about-main-row-item .about-main-row-item-box-info {
  padding: 25px 0;
}
main .about .about-main .about-main-row .about-main-row-item .about-main-row-item-box-info p, main .about .about-main .about-main-row .about-main-row-item .about-main-row-item-box-info footer .footer-copyright .footer-copyright-text p a, footer .footer-copyright .footer-copyright-text p main .about .about-main .about-main-row .about-main-row-item .about-main-row-item-box-info a {
  font-size: 46px;
}
main .about .about-main .about-main-row .about-main-row-item .about-main-row-item-box-description {
  font-size: 20px;
}
main .about .about-certificate .about-certificate-title {
  text-align: center;
}
main .about .about-certificate .about-certificate-result .about-certificate-row-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  padding: 34px 20px 33px 20px;
  border-bottom: 1px solid #F0F0F0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-decoration: none;
  color: #000000;
}
main .about .about-certificate .about-certificate-result .about-certificate-row-item:hover {
  background: #F5F8FD;
}
main .about .about-certificate .about-certificate-result .about-certificate-row-item .about-certificate-float {
  float: left;
  width: 25%;
}
main .about .about-certificate .about-certificate-result .about-certificate-row-item .about-certificate-float:first-child {
  width: 50%;
}
main .about .about-certificate .about-certificate-result .about-certificate-row-item .about-certificate-float:last-child {
  text-align: center;
}
main .about .about-certificate .about-certificate-result .about-certificate-row-item:first-child {
  padding: 0 20px 0 20px;
  border-bottom: 1px solid transparent;
  color: RGBA(0, 0, 0, 0.4);
}
main .about .about-certificate .about-certificate-result .about-certificate-row-item:first-child:hover {
  background: inherit;
}
main .about .about-address .about-address-title {
  text-align: center;
}
main .about .about-address .about-address-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  padding: 25px;
}
main .about .about-address .about-address-item .about-address-item-img {
  padding-right: 15px;
}
main .about .about-address .about-address-item .about-address-item-info .about-address-item-info-street {
  padding-top: 23px;
}
main .about .about-address .section-btn-margin {
  text-align: center;
}
main .about .about-map {
  background: RGBA(242, 193, 78, 0.2);
}
main .about .about-map .stepTwo-text-description-title p:last-child, main .about .about-map .stepTwo-text-description-title footer .footer-copyright .footer-copyright-text p a:last-child, footer .footer-copyright .footer-copyright-text p main .about .about-map .stepTwo-text-description-title a:last-child {
  font-size: 16px;
  color: #323232;
  width: 275px;
}
main .about .about-map .about-map-important {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
}
main .about .about-map .about-map-important img {
  width: 40px;
}
main .about .about-map .about-map-important p, main .about .about-map .about-map-important footer .footer-copyright .footer-copyright-text p a, footer .footer-copyright .footer-copyright-text p main .about .about-map .about-map-important a {
  padding-left: 20px;
  font-size: 10px;
  color: #323232;
  width: 300px;
}
main .about .about-map .stepThree-text-description .stepThree-text-description-item .live-search {
  padding-top: 0;
}
main .about .about-map .live-search-result {
  padding-left: 20px;
}
main .about .about-video {
  text-align: center;
}
main .about .about-video .videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  border-radius: 20px;
  overflow: hidden;
}
main .about .about-video .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
main .about .about-slider {
  background: rgba(157, 195, 194, 0.25);
}
main .about .about-slider .about-slider-bg {
  background: url(../images/about-slider-bg.png) no-repeat 50% 50%;
  background-size: contain;
}
main .about .about-slider .single-item .slick-slide {
  outline: none;
}
main .about .about-slider .single-item .single-item-box .single-item-box-text {
  padding: 60px 0;
}
main .about .about-slider .single-item .single-item-box .single-item-box-text p, main .about .about-slider .single-item .single-item-box .single-item-box-text footer .footer-copyright .footer-copyright-text p a, footer .footer-copyright .footer-copyright-text p main .about .about-slider .single-item .single-item-box .single-item-box-text a {
  font-family: "Montserrat", sans-serif;
  font-size: 29px;
}
main .about .about-slider .single-item .slick-dots {
  bottom: 0;
  text-align: left;
}
main .about .about-slider .single-item .slick-dots li button:before {
  font-size: 30px;
  opacity: 0.6;
  color: #C4C4C4;
}
main .about .about-slider .single-item .slick-dots li.slick-active button:before {
  color: #C4C4C4;
  opacity: 1;
}
main .about .about-partners .about-partners-item-btn {
  text-align: center;
}
main .about .about-partners .about-partners-title {
  text-align: center;
}
main .about .about-partners .about-partners-item {
  text-align: center;
}
main .about .about-partners .about-partners-item .about-partners-item-text {
  padding: 42px 0 32px 0;
  font-size: 20px;
  font-weight: 300;
}
main .about .about-partners .about-partners-item__position {
  position: relative;
}
main .about .about-partners .about-partners-item__position:after {
  content: "";
  position: absolute;
  left: -114px;
  top: 50%;
  margin-top: -84px;
  width: 1px;
  height: 200px;
  background-color: RGBA(0, 0, 0, 0.4);
}
main .about .about-partners .about-partners-dop {
  text-align: center;
  padding: 50px 0 100px 0;
}
main .about .about-partners .about-partners-row .about-partners-item {
  padding: 30px 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  max-height: 188px;
}
main .about .about-partners .about-partners-row .about-partners-item .about-partners-item-box-title {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: bold;
  height: 55px;
  margin-bottom: 25px;
}
main .about .about-partners .about-partners-row .about-partners-item .about-partners-item-box-title p, main .about .about-partners .about-partners-row .about-partners-item .about-partners-item-box-title footer .footer-copyright .footer-copyright-text p a, footer .footer-copyright .footer-copyright-text p main .about .about-partners .about-partners-row .about-partners-item .about-partners-item-box-title a {
  height: 100%;
}
main .about .about-partners .about-partners-row .about-partners-item .about-partners-item-box-title p span, footer .footer-copyright .footer-copyright-text p main .about .about-partners .about-partners-row .about-partners-item .about-partners-item-box-title a span {
  display: block;
  color: RGBA(0, 0, 0, 0.2);
  font-size: 16px;
}
main .about .about-partners .about-partners-row .about-partners-item .about-partners-item-box-address {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}
main .about .about-partners .about-partners-row .about-partners-item .about-partners-item-box-address .about-partners-item-box-address-text {
  text-align: left;
  padding-left: 25px;
}
main .ppo .section-title {
  padding-bottom: 0;
}
main .ppo .ppo-main {
  padding-bottom: 120px;
}
main .ppo .ppo-main .ppo-main-title p, main .ppo .ppo-main .ppo-main-title footer .footer-copyright .footer-copyright-text p a, footer .footer-copyright .footer-copyright-text p main .ppo .ppo-main .ppo-main-title a {
  width: 100%;
  max-width: 516px;
  font-size: 20px;
}
main .ppo .ppo-main .ppo-main-row {
  padding-top: 80px;
}
main .ppo .ppo-main .ppo-main-row:last-child {
  padding-top: 120px;
}
main .ppo .kind {
  padding: 80px 0;
  background: RGBA(191, 227, 242, 0.8);
}
main .ppo .kind .kind-title {
  text-align: center;
}
main .ppo .kind .kind-row {
  padding: 80px 0;
}
main .ppo .kind .kind-row .kind-row-item {
  text-align: center;
}
main .ppo .kind .kind-row .kind-row-item .kind-row-item-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  height: 130px;
}
main .ppo .kind .kind-row .kind-row-item .kind-row-item-title p, main .ppo .kind .kind-row .kind-row-item .kind-row-item-title footer .footer-copyright .footer-copyright-text p a, footer .footer-copyright .footer-copyright-text p main .ppo .kind .kind-row .kind-row-item .kind-row-item-title a {
  font-size: 30px;
}
main .ppo .kind .kind-row .kind-row-item .kind-row-item-description p, main .ppo .kind .kind-row .kind-row-item .kind-row-item-description footer .footer-copyright .footer-copyright-text p a, footer .footer-copyright .footer-copyright-text p main .ppo .kind .kind-row .kind-row-item .kind-row-item-description a {
  font-weight: 300;
  font-size: 18px;
  color: RGBA(0, 0, 0, 0.7);
}
main .ppo .kind .kind-row .kind-row-item .kind-row-item-description p:first-child, main .ppo .kind .kind-row .kind-row-item .kind-row-item-description footer .footer-copyright .footer-copyright-text p a:first-child, footer .footer-copyright .footer-copyright-text p main .ppo .kind .kind-row .kind-row-item .kind-row-item-description a:first-child {
  padding: 20px 0 36px 0;
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
main .ppo .kind .kind-row .kind-row-item .kind-row-item-box {
  height: 213px;
  background: RGBA(191, 227, 242, 0.4);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
main .ppo .kind .kind-row .kind-row-item .kind-row-item-box .kind-row-item-box-date {
  background-color: RGBA(255, 255, 255, 0.4);
}
main .ppo .kind .kind-row .kind-row-item .kind-row-item-box .kind-row-item-box-date p, main .ppo .kind .kind-row .kind-row-item .kind-row-item-box .kind-row-item-box-date footer .footer-copyright .footer-copyright-text p a, footer .footer-copyright .footer-copyright-text p main .ppo .kind .kind-row .kind-row-item .kind-row-item-box .kind-row-item-box-date a {
  padding: 21px 0;
  font-size: 18px;
}
main .ppo .kind .kind-row .kind-row-item .kind-row-item-box .kind-row-item-box-price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  height: calc(100% - 69px);
}
main .ppo .kind .kind-row .kind-row-item .kind-row-item-box .kind-row-item-box-price p, main .ppo .kind .kind-row .kind-row-item .kind-row-item-box .kind-row-item-box-price footer .footer-copyright .footer-copyright-text p a, footer .footer-copyright .footer-copyright-text p main .ppo .kind .kind-row .kind-row-item .kind-row-item-box .kind-row-item-box-price a {
  font-size: 50px;
}
main .ppo .kind .kind-row .kind-row-item .kind-row-item-box .kind-row-item-box-price p span, footer .footer-copyright .footer-copyright-text p main .ppo .kind .kind-row .kind-row-item .kind-row-item-box .kind-row-item-box-price a span {
  font-size: 24px;
  font-weight: 300;
}
main .ppo .kind .kind-row .kind-row-title {
  padding-top: 20px;
  padding-bottom: 40px;
  text-align: center;
}
main .ppo .kind .kind-row .kind-row-title p, main .ppo .kind .kind-row .kind-row-title footer .footer-copyright .footer-copyright-text p a, footer .footer-copyright .footer-copyright-text p main .ppo .kind .kind-row .kind-row-title a {
  font-size: 30px;
  color: #323232;
  font-weight: 400;
}
main .ppo .kind .kind-row .kind-row-title span {
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  font-size: 18px;
}
main .ppo .kind .kind-row .kind-row-item-box-product {
  text-align: center;
}
main .ppo .kind .kind-row:last-child {
  padding: 0;
}
main .ppo .how {
  padding: 80px 0;
}
main .ppo .how .how-title {
  text-align: center;
}
main .ppo .how .one {
  padding: 82px 0 120px 0;
}
main .ppo .how .steps-row .steps-row-title {
  position: relative;
  width: 337px;
}
main .ppo .how .steps-row .steps-row-title p, main .ppo .how .steps-row .steps-row-title footer .footer-copyright .footer-copyright-text p a, footer .footer-copyright .footer-copyright-text p main .ppo .how .steps-row .steps-row-title a {
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
}
main .ppo .how .steps-row .steps-row-title:before {
  content: "1";
  position: absolute;
  left: -82px;
  top: 0;
  width: 67px;
  height: 67px;
  background: linear-gradient(261.98deg, #3A9BD5 -9.04%, #0063AD 69.51%);
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 42px;
  color: #ffffff;
  border-radius: 50%;
}
main .ppo .how .steps-row .steps-row-description p, main .ppo .how .steps-row .steps-row-description footer .footer-copyright .footer-copyright-text p a, footer .footer-copyright .footer-copyright-text p main .ppo .how .steps-row .steps-row-description a {
  padding: 27px 0 67px 0;
  font-size: 20px;
}
main .ppo .how .steps-row .steps-row-btn a {
  text-decoration: none;
  outline: none;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  background-color: #f6ae2b;
  border: none;
  border-radius: 50px;
  padding: 0 50px;
  font-size: 16px;
  line-height: 1;
  color: #000000;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 50px;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  cursor: pointer;
}
main .ppo .how .two {
  padding: 120px 0 100px 0;
  background: #F6F6F6;
}
main .ppo .how .two .steps-row-title:before {
  content: "2";
}
main .ppo .how .two .steps-row-description {
  position: relative;
}
main .ppo .how .two .steps-row-description span {
  position: absolute;
  right: 0;
  top: 0;
  width: 26px;
  height: 26px;
}
main .ppo .how .two .steps-row-description span:before {
  content: "i";
  position: absolute;
  width: 26px;
  height: 26px;
  background: rgba(255, 255, 255, 0.2);
  border: 2px solid #3D5E81;
  box-sizing: border-box;
  border-radius: 50%;
  color: #33579A;
  text-align: center;
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
}
main .ppo .how .two .tabs .grid-tabs {
  width: 560px;
}
main .ppo .how .two .tabs .tabs-content .tabs-content-item-text {
  margin-bottom: 12px;
}
main .ppo .how .two .tabs .tabs-content .tabs-content-item-text p, main .ppo .how .two .tabs .tabs-content .tabs-content-item-text footer .footer-copyright .footer-copyright-text p a, footer .footer-copyright .footer-copyright-text p main .ppo .how .two .tabs .tabs-content .tabs-content-item-text a {
  font-size: 14px;
  color: #323232;
  opacity: 0.4;
}
main .ppo .how .two .tabs .tabs-content .tabs-content-item-row {
  padding: 25px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-bottom: 1px solid #A0CFE2;
}
main .ppo .how .two .tabs .tabs-content .tabs-content-item-row:last-child {
  border-bottom: 1px solid transparent;
}
main .ppo .how .two .tabs .tabs-content .tabs-content-item-row a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  color: #000000;
  text-decoration: none;
}
main .ppo .how .two .tabs .tabs-content .tabs-content-item-row:hover {
  background: #EFEFEF;
}
main .ppo .how .two .tabs .tabs-content .tabs-content-item-row-name {
  width: 70%;
}
main .ppo .how .two .tabs .tabs-content .tabs-content-item-row-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  width: 30%;
}
main .ppo .how .two .tabs .tabs-content .tabs-content-item-row-info .format {
  color: #323232;
  opacity: 0.4;
}
main .ppo .how .two .steps-row-i {
  display: none;
  width: 562px;
  position: relative;
  left: 65px;
  margin-top: 100px;
}
main .ppo .how .two .steps-row-i:after {
  content: "i";
  position: absolute;
  left: -36px;
  top: -16px;
  width: 26px;
  height: 26px;
  background: rgba(255, 255, 255, 0.2);
  border: 2px solid #3D5E81;
  box-sizing: border-box;
  border-radius: 50%;
  color: #33579A;
  text-align: center;
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  cursor: pointer;
}
main .ppo .how .two .steps-row-i p, main .ppo .how .two .steps-row-i footer .footer-copyright .footer-copyright-text p a, footer .footer-copyright .footer-copyright-text p main .ppo .how .two .steps-row-i a {
  font-style: italic;
  font-weight: 300;
  color: #323232;
}
main .ppo .how .three {
  padding: 60px 0;
}
main .ppo .how .three .stepTwo-text-description-title {
  position: relative;
}
main .ppo .how .three .stepTwo-text-description-title p, main .ppo .how .three .stepTwo-text-description-title footer .footer-copyright .footer-copyright-text p a, footer .footer-copyright .footer-copyright-text p main .ppo .how .three .stepTwo-text-description-title a {
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
}
main .ppo .how .three .stepTwo-text-description-title:before {
  content: "4";
  position: absolute;
  left: -82px;
  top: 0;
  width: 67px;
  height: 67px;
  background: linear-gradient(261.98deg, #3A9BD5 -9.04%, #0063AD 69.51%);
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 42px;
  color: #ffffff;
  border-radius: 50%;
}
main .ppo .how .three .regions {
  display: none;
}
main .ppo .how .four .steps-row-title:before {
  content: "3";
  position: absolute;
  left: -82px;
  top: 0;
  width: 67px;
  height: 67px;
  background: linear-gradient(261.98deg, #3A9BD5 -9.04%, #0063AD 69.51%);
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 42px;
  color: #ffffff;
  border-radius: 50%;
}
main .ppo .how .four .steps-row .steps-row-description p, main .ppo .how .four .steps-row .steps-row-description footer .footer-copyright .footer-copyright-text p a, footer .footer-copyright .footer-copyright-text p main .ppo .how .four .steps-row .steps-row-description a {
  font-style: italic;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
}
main .score-rro .entity-form .entity-form-item-box .flex-row .entity-form-item-box-checkbox {
  padding-right: 30px;
}
main .score-rro .entity-form .entity-form-item-box .flex-row .entity-form-item-box-checkbox .checkbox {
  padding-bottom: 25px;
}
main .score-rro .entity-form .entity-form-item-box .flex-row .entity-form-item-box-checkbox .checkbox:first-child {
  padding-top: 5px;
}
main .score-rro .entity-form .entity-form-item-box .flex-row .entity-form-item-box-calculate .change-result-count {
  width: 110px;
  height: 40px;
  border: 1px solid #B0BBD0;
  border-radius: 20px;
  margin-bottom: 12px;
}
main .score-rro .entity-form .entity-form-item-box .flex-row .entity-form-item-box-calculate .change-result-count label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
  -webkit-box-align: center;
          align-items: center;
  height: 100%;
}
main .score-rro .entity-form .entity-form-item-box .flex-row .entity-form-item-box-calculate .change-result-count label span {
  width: 35%;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 50px;
  font-weight: 200;
  line-height: 40px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
main .score-rro .entity-form .entity-form-item-box .flex-row .entity-form-item-box-calculate .change-result-count label span:first-child {
  margin-top: -8px;
}
main .score-rro .entity-form .entity-form-item-box .flex-row .entity-form-item-box-calculate .change-result-count label input {
  width: 30%;
  border: none;
  text-align: center;
  padding: 0;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 18px;
  height: 100%;
  line-height: 40px;
  font-weight: 500;
}
main .newCert .newCert-main {
  padding: 80px 0 175px 0;
  background-color: #F2F6FF;
}
main .newCert .newCert-main .newCert-main-title {
  padding-bottom: 50px;
}
main .newCert .newCert-main .newCert-main-title h1 {
  font-weight: bold;
  font-size: 38px;
  line-height: 1.5;
}
main .newCert .newCert-main .newCert-main-title p, main .newCert .newCert-main .newCert-main-title footer .footer-copyright .footer-copyright-text p a, footer .footer-copyright .footer-copyright-text p main .newCert .newCert-main .newCert-main-title a {
  padding-top: 25px;
  font-size: 20px;
  line-height: 1.5;
  max-width: 416px;
  width: 100%;
}
main .newCert .newCert-main .newCert-main-info {
  max-width: 416px;
  width: 100%;
}
main .newCert .newCert-main .newCert-main-info p, main .newCert .newCert-main .newCert-main-info footer .footer-copyright .footer-copyright-text p a, footer .footer-copyright .footer-copyright-text p main .newCert .newCert-main .newCert-main-info a {
  font-weight: 300;
}
main .newCert .newCert-main .newCert-main-btn {
  padding-top: 75px;
}
main .cloudkey .cloudkey-main {
  padding-bottom: 70px;
  background: linear-gradient(256.38deg, #F8F9FC 5.82%, #EBF1FA 87.63%);
}
main .cloudkey .cloudkey-main .cloudkey-main-row {
  padding-top: 80px;
}
main .cloudkey .cloudkey-main .cloudkey-main-row .cloudkey-main-title h1 span.marker {
  color: #295A9C;
  font-weight: bold;
}
main .cloudkey .cloudkey-main .cloudkey-main-row .cloudkey-main-title p, main .cloudkey .cloudkey-main .cloudkey-main-row .cloudkey-main-title footer .footer-copyright .footer-copyright-text p a, footer .footer-copyright .footer-copyright-text p main .cloudkey .cloudkey-main .cloudkey-main-row .cloudkey-main-title a {
  max-width: 100%;
  width: 475px;
  font-size: 38px;
  line-height: 140%;
}
main .cloudkey .cloudkey-main .cloudkey-main-row .cloudkey-main-title p span.marker, footer .footer-copyright .footer-copyright-text p main .cloudkey .cloudkey-main .cloudkey-main-row .cloudkey-main-title a span.marker {
  font-weight: 700;
  color: #295A9C;
}
main .cloudkey .cloudkey-main .cloudkey-main-row .cloudkey-main-btn a {
  text-decoration: none;
  outline: none;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  background-color: #f6ae2b;
  border: none;
  border-radius: 50px;
  padding: 0 50px;
  font-size: 16px;
  line-height: 1;
  color: #000000;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 50px;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  cursor: pointer;
}
main .cloudkey .comfortable {
  padding: 80px 0;
}
main .cloudkey .comfortable .comfortable-title {
  text-align: center;
}
main .cloudkey .comfortable .comfortable-title h2 {
  font-size: 38px;
}
main .cloudkey .comfortable .comfortable-btn {
  text-align: center;
}
main .cloudkey .comfortable .comfortable-btn a {
  text-decoration: none;
  outline: none;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  background-color: #f6ae2b;
  border: none;
  border-radius: 50px;
  padding: 0 50px;
  font-size: 16px;
  line-height: 1;
  color: #000000;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 50px;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  cursor: pointer;
}
main .cloudkey .comfortable .comfortable-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
main .cloudkey .comfortable .comfortable-list .comfortable-list-text {
  padding-left: 48px;
}
main .cloudkey .comfortable .comfortable-list .comfortable-list-text ul li {
  padding-bottom: 32px;
}
main .cloudkey .comfortable .comfortable-list .comfortable-list-text ul li p, main .cloudkey .comfortable .comfortable-list .comfortable-list-text ul li footer .footer-copyright .footer-copyright-text p a, footer .footer-copyright .footer-copyright-text p main .cloudkey .comfortable .comfortable-list .comfortable-list-text ul li a {
  padding-top: 8px;
  font-weight: bold;
  font-size: 20px;
  line-height: 150%;
}
main .cloudkey .comfortable .comfortable-list .comfortable-list-text ul li span {
  color: #646464;
}
main .cloudkey .comfortable .comfortable-list .comfortable-list-text ul li:last-child {
  padding-bottom: 0;
}
main .cloudkey .frame {
  background: linear-gradient(256.38deg, #F8F9FC 5.82%, #EBF1FA 87.63%);
  padding: 80px 0;
}
main .cloudkey .frame .frame-title {
  text-align: center;
}
main .cloudkey .frame .frame-title h2 {
  font-size: 38px;
}
main .cloudkey .frame .frame-video .videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  border-radius: 20px;
  overflow: hidden;
}
main .cloudkey .frame .frame-video .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  outline-width: 0;
}
main .cloudkey .qr {
  padding: 80px 0;
}
main .cloudkey .qr .qr-title {
  text-align: center;
}
main .cloudkey .qr .qr-title h2 {
  font-size: 38px;
}
main .cloudkey .qr .qr-item {
  padding-top: 163px;
  text-align: center;
}
main .cloudkey .qr .qr-item .qr-item-google-img,
main .cloudkey .qr .qr-item .qr-item-apple-img {
  padding: 24px 0;
}
main .cloudkey .qr .qr-item .qr-item-google-description,
main .cloudkey .qr .qr-item .qr-item-apple-description {
  color: #646464;
  line-height: 1.5;
}
main .cloudkey .qr .qr-main-img img {
  width: 100%;
}
main .cloudkey .services {
  padding: 80px 0;
}
main .cloudkey .services .services-title {
  text-align: center;
}
main .cloudkey .services .services-title h2 {
  font-size: 38px;
}
main .cloudkey .services .services-title h2 span.marker {
  color: #295A9C;
}
main .cloudkey .services .services-e {
  text-align: center;
  padding-top: 80px;
}
main .cloudkey .services .services-e .services-e-title h3 {
  font-size: 38px;
}
main .cloudkey .services .services-e .services-e-title h3 span.marker {
  color: #295A9C;
}
main .cloudkey .services .services-e .services-e-logo {
  padding: 60px 0 16px 0;
}
main .cloudkey .services .services-e p, main .cloudkey .services .services-e footer .footer-copyright .footer-copyright-text p a, footer .footer-copyright .footer-copyright-text p main .cloudkey .services .services-e a {
  font-size: 18px;
  line-height: 150%;
  opacity: 0.8;
}
main .cloudkey .price {
  background: linear-gradient(256.38deg, #F8F9FC 5.82%, #EBF1FA 87.63%);
  padding: 80px 0;
}
main .cloudkey .price .price-title {
  text-align: center;
}
main .cloudkey .price .price-title h2 {
  font-size: 38px;
}
main .cloudkey .price .price-title h2 span.marker {
  color: #295A9C;
}
main .cloudkey .price .price-row .price-row-item {
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  text-align: center;
}
main .cloudkey .price .price-row .price-row-item .price-row-item-box {
  padding: 60px 0;
}
main .cloudkey .price .price-row .price-row-item .price-row-item-box .price-row-item-box-title {
  color: #646464;
  font-size: 18px;
  line-height: 150%;
  padding-bottom: 48px;
}
main .cloudkey .price .price-row .price-row-item .price-row-item-box .price-row-item-box-title p, main .cloudkey .price .price-row .price-row-item .price-row-item-box .price-row-item-box-title footer .footer-copyright .footer-copyright-text p a, footer .footer-copyright .footer-copyright-text p main .cloudkey .price .price-row .price-row-item .price-row-item-box .price-row-item-box-title a {
  font-weight: bold;
  font-size: 24px;
  line-height: 150%;
  padding-bottom: 16px;
  color: #000;
}
main .cloudkey .price .price-row .price-row-item .price-row-item-box .price-row-item-box-title span {
  display: block;
  margin: 0 auto;
  width: 190px;
  max-width: 100%;
}
main .cloudkey .price .price-row .price-row-item .price-row-item-box .price-row-item-box-price .price-row-item-box-price-year p, main .cloudkey .price .price-row .price-row-item .price-row-item-box .price-row-item-box-price .price-row-item-box-price-year footer .footer-copyright .footer-copyright-text p a, footer .footer-copyright .footer-copyright-text p main .cloudkey .price .price-row .price-row-item .price-row-item-box .price-row-item-box-price .price-row-item-box-price-year a {
  font-size: 52px;
  line-height: 150%;
}
main .cloudkey .price .price-row .price-row-item .price-row-item-box .price-row-item-box-price .price-row-item-box-price-year span {
  display: block;
  font-size: 18px;
  line-height: 150%;
  color: #646464;
}
main .cloudkey .price .price-row .price-row-item .price-row-item-box .price-row-item-box-price .price-row-item-box-price-year.two {
  position: relative;
  margin-top: 80px;
}
main .cloudkey .price .price-row .price-row-item .price-row-item-box .price-row-item-box-price .price-row-item-box-price-year.two p, main .cloudkey .price .price-row .price-row-item .price-row-item-box .price-row-item-box-price .price-row-item-box-price-year.two footer .footer-copyright .footer-copyright-text p a, footer .footer-copyright .footer-copyright-text p main .cloudkey .price .price-row .price-row-item .price-row-item-box .price-row-item-box-price .price-row-item-box-price-year.two a {
  font-size: 20px;
  line-height: 150%;
  color: #000000;
}
main .cloudkey .price .price-row .price-row-item .price-row-item-box .price-row-item-box-price .price-row-item-box-price-year.two:before {
  content: "";
  position: absolute;
  top: -32px;
  left: 50%;
  margin-left: -110px;
  width: 220px;
  height: 1px;
  background-color: #F9B233;
}
main .cloudkey .price .price-row .price-row-item .price-row-item-box .price-row-item-box-btn {
  padding-top: 32px;
}
main .cloudkey .price .price-row .price-row-item .price-row-item-box .price-row-item-box-btn a {
  text-decoration: none;
  outline: none;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  background-color: #f6ae2b;
  border: none;
  border-radius: 50px;
  padding: 0 50px;
  font-size: 16px;
  line-height: 1;
  color: #000000;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 50px;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  cursor: pointer;
}
main .cloudkey .how {
  padding: 80px 0;
}
main .cloudkey .how .how-title {
  text-align: center;
}
main .cloudkey .how .how-title h2 {
  font-size: 38px;
}
main .cloudkey .how .how-item .how-item-box-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
main .cloudkey .how .how-item .how-item-box-title .how-item-box-title-number {
  display: inline-block;
  text-align: center;
  line-height: 65px;
  width: 65px;
  height: 65px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#3a9bd5), to(#0063ad));
  background-image: linear-gradient(to top, #3a9bd5, #0063ad);
  border-radius: 50%;
  font-size: 40px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
}
main .cloudkey .how .how-item .how-item-box-title .how-item-box-title-text {
  padding-left: 30px;
  width: 400px;
  max-width: 100%;
}
main .cloudkey .how .how-item .how-item-box-title .how-item-box-title-text > p, main .cloudkey .how .how-item .how-item-box-title footer .footer-copyright .footer-copyright-text p .how-item-box-title-text > a, footer .footer-copyright .footer-copyright-text p main .cloudkey .how .how-item .how-item-box-title .how-item-box-title-text > a {
  font-size: 30px;
  line-height: 150%;
}
main .cloudkey .how .how-item .how-item-box-title .how-item-box-title-text .how-item-box-description {
  margin: 16px 0 56px 0;
  min-height: 72px;
}
main .cloudkey .how .how-item .how-item-box-title .how-item-box-title-text .how-item-box-description p, main .cloudkey .how .how-item .how-item-box-title .how-item-box-title-text .how-item-box-description footer .footer-copyright .footer-copyright-text p a, footer .footer-copyright .footer-copyright-text p main .cloudkey .how .how-item .how-item-box-title .how-item-box-title-text .how-item-box-description a {
  font-size: 16px;
  line-height: 150%;
  color: #646464;
}
main .cloudkey .how .how-item .how-item-box-title .how-item-box-title-text .how-item-box-btn a {
  text-decoration: none;
  outline: none;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  background-color: #f6ae2b;
  border: none;
  border-radius: 50px;
  padding: 0 50px;
  font-size: 16px;
  line-height: 1;
  color: #000000;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 50px;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  cursor: pointer;
}
main .cloudkey .how .how-item .how-item-box-title .how-item-box-title-text .how-item-box-btn a.main-btn-transparent {
  background-color: transparent;
  border: 1px solid #f6ae2b;
}
main .cloudkey .why {
  padding: 80px 0;
  background: linear-gradient(256.38deg, #F8F9FC 5.82%, #EBF1FA 87.63%);
}
main .cloudkey .why .why-row-image img {
  max-width: 100%;
}
main .cloudkey .why .why-title h2 {
  font-size: 38px;
}
main .cloudkey .why .why-btn a {
  text-decoration: none;
  outline: none;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  background-color: #f6ae2b;
  border: none;
  border-radius: 50px;
  padding: 0 50px;
  font-size: 16px;
  line-height: 1;
  color: #000000;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 50px;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  cursor: pointer;
}
main .cloudkey .newEcp .cloudkey-list {
  background: transparent;
}
main .cloudkey .newEcp .ewEcp-content-stepThree-img img {
  margin-left: -195px;
}
main .cloudkey .newEcp .stepThree-text-description-item {
  padding-bottom: 150px;
}

footer {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#3a93d5), to(#0063ad));
  background-image: linear-gradient(to top, #3a93d5, #0063ad);
  margin-top: -548px;
  height: 548px;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
}
footer .footer-mini-logo {
  padding: 30px 0;
}
footer .footer-menu {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
  padding-top: 91px;
}
footer .footer-menu .footer-menu-list .footer-menu-list-item-address {
  padding-bottom: 52px;
}
footer .footer-menu .footer-menu-list .footer-menu-list-item-address .footer-menu-list-item-box-title {
  padding-bottom: 0;
}
footer .footer-menu .footer-menu-list .dropdown-backdrop {
  display: none;
}
footer .footer-menu .footer-menu-list ul li,
footer .footer-menu .footer-menu-list ul.nav li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
footer .footer-menu .footer-menu-list ul li:first-child,
footer .footer-menu .footer-menu-list ul.nav li:first-child {
  padding-top: 0;
}
footer .footer-menu .footer-menu-list ul li:last-child,
footer .footer-menu .footer-menu-list ul.nav li:last-child {
  padding-bottom: 0;
}
footer .footer-menu .footer-menu-list ul li > span,
footer .footer-menu .footer-menu-list ul.nav li > span {
  padding-right: 15px;
}
footer .footer-menu .footer-menu-list ul li p, footer .footer-menu .footer-menu-list ul li .footer-copyright .footer-copyright-text p a, footer .footer-copyright .footer-copyright-text p .footer-menu .footer-menu-list ul li a,
footer .footer-menu .footer-menu-list ul.nav li p {
  line-height: 2.2;
}
footer .footer-menu .footer-menu-list ul li p > span, footer .footer-menu .footer-menu-list ul li .footer-copyright .footer-copyright-text p a > span, footer .footer-copyright .footer-copyright-text p .footer-menu .footer-menu-list ul li a > span,
footer .footer-menu .footer-menu-list ul.nav li p > span {
  display: block;
}
footer .footer-menu .footer-menu-list ul li a,
footer .footer-menu .footer-menu-list ul.nav li a {
  color: #ffffff;
  display: inline-block;
  cursor: default;
}
footer .footer-menu .footer-menu-list ul li a:hover, footer .footer-menu .footer-menu-list ul li a:focus, footer .footer-menu .footer-menu-list ul li a:active,
footer .footer-menu .footer-menu-list ul.nav li a:hover,
footer .footer-menu .footer-menu-list ul.nav li a:focus,
footer .footer-menu .footer-menu-list ul.nav li a:active {
  text-shadow: 0 0 1px #ffffff, 0 0 0.65px #ffffff;
}
footer .footer-menu .footer-menu-list ul li a.tel-links,
footer .footer-menu .footer-menu-list ul.nav li a.tel-links {
  display: block;
  cursor: pointer;
}
footer .footer-menu .footer-menu-list ul li.links,
footer .footer-menu .footer-menu-list ul.nav li.links {
  padding-top: 30px;
}
footer .footer-menu .footer-menu-list ul li.links p, footer .footer-menu .footer-menu-list ul li.links .footer-copyright .footer-copyright-text p a, footer .footer-copyright .footer-copyright-text p .footer-menu .footer-menu-list ul li.links a,
footer .footer-menu .footer-menu-list ul.nav li.links p {
  color: RGBA(255, 255, 255, 0.4);
}
footer .footer-menu .footer-menu-list ul li.links p a.social-links, footer .footer-copyright .footer-copyright-text p .footer-menu .footer-menu-list ul li.links a a.social-links,
footer .footer-menu .footer-menu-list ul.nav li.links p a.social-links {
  padding: 0 15px;
}
footer .footer-menu .footer-menu-list ul li.links p a.social-links:first-child, footer .footer-copyright .footer-copyright-text p .footer-menu .footer-menu-list ul li.links a a.social-links:first-child,
footer .footer-menu .footer-menu-list ul.nav li.links p a.social-links:first-child {
  padding-left: 0;
}
footer .footer-menu .footer-menu-list ul li.links p a.social-links:last-child, footer .footer-copyright .footer-copyright-text p .footer-menu .footer-menu-list ul li.links a a.social-links:last-child,
footer .footer-menu .footer-menu-list ul.nav li.links p a.social-links:last-child {
  padding-right: 0;
}
footer .footer-menu .footer-menu-list ul li.footer-menu-list-item-box-phone,
footer .footer-menu .footer-menu-list ul.nav li.footer-menu-list-item-box-phone {
  padding: 39px 0 49px 0;
}
footer .footer-menu .footer-menu-list ul li.dropdown > div,
footer .footer-menu .footer-menu-list ul.nav li.dropdown > div {
  width: 100%;
  position: relative;
}
footer .footer-menu .footer-menu-list ul li.dropdown > div:before,
footer .footer-menu .footer-menu-list ul.nav li.dropdown > div:before {
  content: "";
  position: absolute;
  right: 0;
  top: 5px;
}
footer .footer-menu .footer-menu-list ul .open > a,
footer .footer-menu .footer-menu-list ul .open > a:focus,
footer .footer-menu .footer-menu-list ul .open > a:hover,
footer .footer-menu .footer-menu-list ul.nav .open > a,
footer .footer-menu .footer-menu-list ul.nav .open > a:focus,
footer .footer-menu .footer-menu-list ul.nav .open > a:hover {
  background-color: inherit;
}
footer .footer-menu .footer-menu-list ul.my_dropdown-menu {
  padding-top: 18px;
}
footer .footer-menu .footer-menu-list ul.my_dropdown-menu li a {
  text-transform: initial;
  font-weight: normal;
  font-size: 18px;
  cursor: pointer;
}
footer .footer-menu .footer-menu-list ul.my_dropdown-menu li a:hover, footer .footer-menu .footer-menu-list ul.my_dropdown-menu li a:focus, footer .footer-menu .footer-menu-list ul.my_dropdown-menu li a:active {
  line-height: 2.2;
}
footer .footer-menu .footer-menu-list .footer-menu-list-item-box-title {
  padding-bottom: 18px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  font-weight: bold;
  text-transform: uppercase;
}
footer .footer-social .footer-social-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
          align-items: center;
}
footer .footer-social .footer-social-row .footer-social-icon:first-child {
  padding-right: 30px;
}
footer .footer-copyright {
  padding: 30px 0 20px 0;
}
footer .footer-copyright .footer-copyright-text p, footer .footer-copyright .footer-copyright-text p a {
  color: RGBA(255, 255, 255, 0.4);
}
.modal {
  background-color: rgba(37, 34, 34, 0.38);
}
.modal .modal-content {
  background: #FFFFFF;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.modal .modal-content button.close {
  position: absolute;
  right: 12px;
  top: 12px;
  outline: none;
}
.modal .searchEcp-height {
  height: 642px;
}
.modal .searchEcp-height .message {
  display: none;
}
.modal .searchEcp-height .section-title {
  width: 790px;
  padding-top: 30px;
}
.modal .searchEcp-height .section-title h2 {
  font-weight: normal;
  color: #757575;
}
.modal .searchEcp-height .section-title p, .modal .searchEcp-height .section-title footer .footer-copyright .footer-copyright-text p a, footer .footer-copyright .footer-copyright-text p .modal .searchEcp-height .section-title a {
  width: 604px;
  padding-top: 45px;
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  color: #989898;
}
.modal .searchEcp-height .popup-row {
  height: 100%;
}
.modal .searchEcp-height .popup-row .tabs {
  height: 100%;
}
.modal .popup-row .tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0;
}
.modal .popup-row .tabs .grid-tabs {
  position: relative;
  width: 108px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
.modal .popup-row .tabs .grid-tabs .grid-item-1,
.modal .popup-row .tabs .grid-tabs .grid-item-2,
.modal .popup-row .tabs .grid-tabs .grid-item-3,
.modal .popup-row .tabs .grid-tabs .grid-item-4 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  width: 108px;
  border-radius: 0;
  height: 133px;
  line-height: 1.5;
  color: #646464;
  box-shadow: none;
  background-color: #F4F4F4;
}
.modal .popup-row .tabs .grid-tabs .grid-item-1 span,
.modal .popup-row .tabs .grid-tabs .grid-item-2 span,
.modal .popup-row .tabs .grid-tabs .grid-item-3 span,
.modal .popup-row .tabs .grid-tabs .grid-item-4 span {
  width: 108px;
}
.modal .popup-row .tabs .grid-tabs .grid-item-1.active,
.modal .popup-row .tabs .grid-tabs .grid-item-2.active,
.modal .popup-row .tabs .grid-tabs .grid-item-3.active,
.modal .popup-row .tabs .grid-tabs .grid-item-4.active {
  background-color: #E5E5E5;
  color: #000000;
}
.modal .popup-row .tabs .grid-tabs .grid-item-1 {
  -ms-grid-column: 1;
}
.modal .popup-row .tabs .grid-tabs .grid-item-2 {
  -ms-grid-column: 2;
}
.modal .popup-row .tabs .grid-tabs .grid-item-3 {
  -ms-grid-column: 3;
}
.modal .popup-row .tabs .grid-tabs .grid-tabs-bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #F4F4F4;
}
.modal .tabs-content {
  padding: 50px 50px 0 50px;
  width: 100%;
}
.modal .tabs-content .tabs-content-item .popup-input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  padding: 50px 0;
}
.modal .tabs-content .tabs-content-item .popup-input label {
  position: relative;
  padding-right: 60px;
}
.modal .tabs-content .tabs-content-item .popup-input label input {
  max-width: 265px;
  text-decoration: none;
  outline: none;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 50px;
  padding: 0 25px 0 52px;
  font-size: 16px;
  line-height: 1;
  color: #000000;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 50px;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  background-color: #ffffff;
  border: solid 1px #f7af2c;
}
.modal .tabs-content .tabs-content-item .popup-input label img {
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -11px;
}
.modal .tabs-content .tabs-content-item .popup-input label ::-webkit-input-placeholder {
  font-size: 14px;
}
.modal .tabs-content .tabs-content-item .popup-input label ::-moz-placeholder {
  font-size: 14px;
}
.modal .tabs-content .tabs-content-item .popup-input label :-ms-input-placeholder {
  font-size: 14px;
}
.modal .tabs-content .tabs-content-item .popup-input label :-moz-placeholder {
  font-size: 14px;
}
.modal .tabs-content .overflow-img {
  display: block;
  text-align: center;
}
.modal .tabs-content .popup-input-result {
  display: none;
}
.modal .tabs-content .popup-input-result .overflow {
  max-height: 338px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.modal .tabs-content .popup-input-result .popup-input-result-row {
  display: -ms-inline-grid;
  display: inline-grid;
  width: 100%;
  -ms-grid-columns: 42% 25% 20% 13%;
  grid-template-columns: 42% 25% 20% 13%;
  border-bottom: 1px solid RGBA(0, 0, 0, 0.4);
  padding: 32px 0;
}
.modal .tabs-content .popup-input-result .popup-input-result-row .result-item-title {
  padding-bottom: 32px;
}
.modal .tabs-content .popup-input-result .popup-input-result-row .result-item-title p, .modal .tabs-content .popup-input-result .popup-input-result-row .result-item-title footer .footer-copyright .footer-copyright-text p a, footer .footer-copyright .footer-copyright-text p .modal .tabs-content .popup-input-result .popup-input-result-row .result-item-title a {
  color: RGBA(0, 0, 0, 0.4);
}
.modal .tabs-content .popup-input-result .popup-input-result-row .popup-input-result-item .result-item-use {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  height: 30px;
}
.modal .tabs-content .popup-input-result .popup-input-result-row .popup-input-result-item div:last-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
.modal .tabs-content .popup-input-result .popup-input-result-row .popup-input-result-item .result-item-img {
  -webkit-box-pack: center;
          justify-content: center;
}
.modal .tabs-content .popup-input-result .popup-input-result-row .popup-input-result-item .result-item-name {
  padding-right: 10px;
}
.modal .tabs-content .popup-input-result .popup-input-result-row .popup-input-result-item .result-item-date {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: start !important;
          align-items: flex-start !important;
}
.modal .tabs-content .popup-input-result .popup-input-result-row .popup-input-result-item .result-item-date .info {
  color: #EB5757;
  font-size: 10px;
}
.modal .tabs-content .popup-input-result .popup-input-result-row:first-child {
  padding-top: 0;
}
.modal .tabs-content .popup-input-result .popup-input-result-row .popup-input-result-item {
  -ms-grid-column: 1;
}
.modal .tabs-content .popup-input-result .popup-input-result-row .popup-input-result-item:nth-child(2) {
  -ms-grid-column: 2;
}
.modal .tabs-content .popup-input-result .popup-input-result-row .popup-input-result-item:nth-child(3) {
  -ms-grid-column: 3;
}
.modal .tabs-content .popup-input-result .popup-input-result-row .popup-input-result-item:nth-child(4) {
  -ms-grid-column: 4;
}
.modal .tabs-content .popup-input-result .popup-input-result-row__border {
  border-bottom: 1px solid transparent;
  padding-right: 17px;
  padding-bottom: 0;
}
.modal .tabs-content .popup-input-result .popup-input-result-row__border .popup-input-result-item {
  -ms-grid-column: 1;
}
.modal .tabs-content .popup-input-result .popup-input-result-row__border .popup-input-result-item:nth-child(2) {
  -ms-grid-column: 2;
}
.modal .tabs-content .popup-input-result .popup-input-result-row__border .popup-input-result-item:nth-child(3) {
  -ms-grid-column: 3;
}
.modal .tabs-content .popup-input-result .popup-input-result-row__border .popup-input-result-item:nth-child(4) {
  -ms-grid-column: 4;
}
.modal .custom-width .modal-content {
  padding: 50px;
}
.modal .custom-width .modal-content-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
.modal .custom-width .modal-content-row .modal-header {
  border: none;
}
.modal .custom-width .modal-content-row .modal-header p, .modal .custom-width .modal-content-row .modal-header footer .footer-copyright .footer-copyright-text p a, footer .footer-copyright .footer-copyright-text p .modal .custom-width .modal-content-row .modal-header a {
  font-family: "Montserrat", sans-serif;
  font-size: 38px;
}
.modal .custom-width .modal-body .modal-body-form .modal-body-form-inputs input, .modal .custom-width .modal-body .modal-body-form .modal-body-form-inputs select, .modal .custom-width .modal-body .modal-body-form .modal-body-form-inputs textarea {
  width: 100%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  border-radius: 30px;
  text-decoration: none;
  outline: none;
  background-color: #ffffff;
  border: none;
  padding: 0 25px;
  font-size: 16px;
  line-height: 1;
  color: #000000;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 50px;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 25px;
}
.modal .custom-width .modal-body .modal-body-form .modal-body-form-inputs input:last-child, .modal .custom-width .modal-body .modal-body-form .modal-body-form-inputs select:last-child, .modal .custom-width .modal-body .modal-body-form .modal-body-form-inputs textarea:last-child {
  margin-bottom: 0;
}
.modal .custom-width .modal-body .modal-body-form .modal-body-form-inputs textarea {
  height: 100px;
  resize: none;
  padding: 13px 25px;
}
.modal .custom-width .modal-body .modal-body-form .modal-body-form-inputs .select {
  width: auto;
  margin-bottom: 25px;
  border: none;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
}
.modal .custom-width .modal-body .modal-body-form .modal-body-form-inputs .select select {
  box-shadow: none;
  padding: 0;
  color: RGBA(50, 50, 50, 0.4);
}
.modal .custom-width .modal-body .modal-body-form .section-btn-margin {
  margin-top: 25px;
  text-align: center;
}
.modal .custom-width .modal-body .modal-body-form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: RGBA(50, 50, 50, 0.4);
}
.modal .custom-width .modal-body .modal-body-form ::-moz-placeholder {
  /* Firefox 19+ */
  color: RGBA(50, 50, 50, 0.4);
}
.modal .custom-width .modal-body .modal-body-form :-ms-input-placeholder {
  /* IE 10+ */
  color: RGBA(50, 50, 50, 0.4);
}
.modal .custom-width .modal-body .modal-body-form :-moz-placeholder {
  /* Firefox 18- */
  color: RGBA(50, 50, 50, 0.4);
}

.modal-body {
  max-height: calc(100vh - 210px);
}

.modal-open {
  overflow: hidden;
  padding-right: 0 !important;
}

.services .modal {
  background-color: rgba(246, 246, 246, 0.7);
}
.services .modal .modal-content {
  padding: 50px 12px;
}
.services .modal .modal-content .modal-body,
.services .modal .modal-content .modal-header {
  padding: 0;
  border: none;
}
.services .modal .modal-content .modal-img {
  text-align: center;
}
.services .modal .modal-content .modal-header {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  padding: 50px 0;
}
.services .modal .modal-content .modal-body .modal-body-form {
  text-align: center;
  padding: 10px;
}
.services .modal .modal-content .modal-body .modal-body-form input {
  width: 100%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  border-radius: 30px;
  box-sizing: border-box;
  padding: 13px 15px;
  border: none;
  margin-bottom: 25px;
}
.services .modal .modal-content .modal-body .modal-body-form input:last-child {
  margin-bottom: 0;
}
.services .modal .modal-content .modal-body .modal-body-form .section-btn-margin {
  margin-top: 25px;
}
.services .modal-ready .modal-body-text {
  text-align: center;
  font-size: 20px;
}
.services .modal-ready .section-btn-margin button {
  width: 100%;
}

.newEcp .modal {
  background-color: rgba(246, 246, 246, 0.7);
}
.newEcp .modal .modal-content {
  padding: 50px 25px;
}
.newEcp .modal .modal-content .modal-body,
.newEcp .modal .modal-content .modal-header {
  padding: 0;
  border: none;
}
.newEcp .modal .modal-content .modal-img {
  text-align: center;
}
.newEcp .modal .modal-content .modal-header {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  font-family: "Montserrat", sans-serif;
  padding: 50px 0;
}
.newEcp .modal .modal-content .modal-header span {
  padding-top: 7px;
  font-size: 20px;
  font-family: "Ubuntu", sans-serif;
  font-weight: normal;
}
.newEcp .modal .modal-content .modal-body .modal-body-form input {
  width: 100%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  border-radius: 30px;
  box-sizing: border-box;
  padding: 13px 15px;
  border: 1px solid transparent;
  margin-bottom: 25px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none !important;
}
.newEcp .modal .modal-content .modal-body .modal-body-form input:last-child {
  margin-bottom: 0;
}
.newEcp .modal .modal-content .modal-body .modal-body-form input[type=submit] {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  border-radius: 30px;
  box-sizing: border-box;
  padding: 13px 15px;
  border: none;
  margin-bottom: 25px;
}
.newEcp .modal .modal-content .modal-body .modal-body-form input[type=submit]:last-child {
  margin-bottom: 0;
}
.newEcp .get-form-spec .section-btn-margin {
  margin-top: 25px;
  text-align: center;
}
.newEcp .get-form-spec .section-btn-margin input {
  width: 100%;
}
.newEcp .get-form-spec .section-btn-margin p, .newEcp .get-form-spec .section-btn-margin footer .footer-copyright .footer-copyright-text p a, footer .footer-copyright .footer-copyright-text p .newEcp .get-form-spec .section-btn-margin a {
  cursor: pointer;
}

#infoModal .modal-header {
  position: relative;
  border-bottom: 1px solid transparent;
  text-align: center;
  padding: 0;
}

#infoModal .modal-header .close {
  position: absolute;
  right: -58px;
  top: -40px;
  font-size: 28px;
  font-weight: 100;
  color: #000000 !important;
  text-shadow: none;
  opacity: 1;
}

#infoModal .modal-header .modal-title {
  font-size: 28px;
  line-height: 1.29;
}

#infoModal .modal-header p, #infoModal .modal-header footer .footer-copyright .footer-copyright-text p a, footer .footer-copyright .footer-copyright-text p #infoModal .modal-header a {
  font-size: 20px;
  color: #6a0000;
  padding: 36px 0 20px 0;
  line-height: 1.2;
}

#infoModal .modal-content {
  padding: 54px 72px;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  border: solid 1px #e5e5e5;
}

#infoModal .modal-content .modal-body .modal-body-list {
  list-style-type: decimal;
  padding-bottom: 40px;
  color: #505050;
  font-size: 20px;
}

#infoModal .modal-content .modal-body .modal-body-list:last-child {
  padding-bottom: 0;
}

#infoModal .modal-content .modal-body .modal-body-list li {
  line-height: 1.2;
  padding-bottom: 40px;
}

#infoModal .modal-content .modal-body .modal-body-list li:last-child {
  padding-bottom: 0;
}

#infoModal .modal-content .modal-body .modal-body-list li > ul {
  list-style-type: disc;
  padding-top: 18px;
  padding-left: 18px;
}

#infoModal .modal-content .modal-body .modal-body-list li > ul li {
  padding-bottom: 10px;
}

#infoModal .modal-content .modal-body .modal-body-list li > ul li:last-child {
  padding-bottom: 0;
}

.is-mobile main .score-form .score-form-content-form-main .change-result .change-result-title {
  display: block;
}
.is-mobile main .score-form .score-form-content-form-main .change-result .change-result-title_row, .is-mobile main .score-form .score-form-content-form-main .change-result .change-result-title_desktop_row {
  display: block;
}
.is-mobile main .score-form .score-form-content-form-main .change-result .change-result-title_desktop {
  display: none;
}
.is-mobile main .score-form .score-form-content-form-main .change-result .change-result-title_desktop_row {
  display: none;
}

@media (max-width: 1440px) {
  .wrapper .main-page .header-bg {
    left: -21%;
  }
}
@media (max-width: 992px) {
  .hamburger.is-active:hover, .hamburger:hover {
    opacity: 1;
  }

  .hamburger-box {
    width: 32px;
  }

  .hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    background-color: #33579A;
    width: 32px;
    height: 3px;
  }

  .hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before {
    background-color: #33579A;
  }

  .window .header .z-index {
    position: relative;
    z-index: 999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .window .header .z-index .header-b {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 80px;
    -webkit-box-align: center;
            align-items: center;
    width: 100%;
    color: #000000;
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
    padding: 0 30px;
    box-shadow: 0px 4px 8px rgba(28, 58, 104, 0.2);
  }

  .window .header .z-index .header-b .header-logo {
    height: auto;
    padding: 0;
  }
  .window .header .z-index .header-b .header-logo img {
    width: 34px;
  }

  .header.menu-opened .header-b .header-logo {
    width: 0 !important;
  }

  .header.menu-opened .header-b .mob-nav {
    width: 100%;
    text-align: center;
  }

  .header.menu-opened .header-b .mob-nav #menu {
    text-align: center;
    font-weight: normal;
    font-size: 24px;
    padding-left: 0 !important;
  }

  .window {
    position: relative;
    display: block;
    width: 100%;
    box-shadow: 0 0 65px 15px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    background: #F1F1F1;
    margin: 0;
    border-radius: 0;
  }

  .window .header {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-out, background 1s ease-out;
    transition: all 0.5s ease-out, background 1s ease-out;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    z-index: 201;
    height: 80px;
    box-sizing: content-box;
    background-color: rgba(255, 255, 255, 0.94);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    box-shadow: 0px 4px 8px rgba(28, 58, 104, 0.2);
  }

  .header.menu-opened {
    padding: 0;
  }

  .window .header .flex {
    overflow-y: scroll;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
  }

  .window .header .burger-container {
    position: absolute;
    right: 0;
    cursor: pointer;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
  }

  .window .header .burger-container .hamburger {
    padding: 23px;
  }

  .window .header ul.menu {
    position: relative;
    display: block;
    padding: 0;
    list-style: none;
    text-align: center;
    width: 100%;
    max-height: 460px;
    overflow-y: scroll;
    z-index: 999;
  }

  .window .header ul.menu li.menu-item {
    -webkit-transform: scale(1.15) translateY(-30px);
    transform: scale(1.15) translateY(-30px);
    opacity: 0;
    -webkit-transition: opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  }

  .window .header ul.menu li.menu-item:nth-child(1) {
    -webkit-transition-delay: 0.49s;
    transition-delay: 0.49s;
  }

  .window .header ul.menu li.menu-item:nth-child(2) {
    -webkit-transition-delay: 0.49s;
    transition-delay: 0.49s;
  }

  .window .header ul.menu li.menu-item:nth-child(3) {
    -webkit-transition-delay: 0.49s;
    transition-delay: 0.49s;
  }

  .window .header ul.menu li.menu-item:nth-child(4) {
    -webkit-transition-delay: 0.49s;
    transition-delay: 0.49s;
  }

  .window .header ul.menu li.menu-item:nth-child(5) {
    -webkit-transition-delay: 0.49s;
    transition-delay: 0.49s;
  }

  .window .header ul.menu li.menu-item:nth-child(6) {
    -webkit-transition-delay: 0.42s;
    transition-delay: 0.42s;
  }

  .window .header ul.menu li.menu-item:nth-child(7) {
    -webkit-transition-delay: 0.35s;
    transition-delay: 0.35s;
  }

  .window .header ul.menu li.menu-item:nth-child(8) {
    -webkit-transition-delay: 0.28s;
    transition-delay: 0.28s;
  }

  .window .header ul.menu li.menu-item:nth-child(9) {
    -webkit-transition-delay: 0.21s;
    transition-delay: 0.21s;
  }

  .window .header ul.menu li.menu-item:nth-child(10) {
    -webkit-transition-delay: 0.14s;
    transition-delay: 0.14s;
  }

  .window .header ul.menu li.menu-item:nth-child(11) {
    -webkit-transition-delay: 0.07s;
    transition-delay: 0.07s;
  }

  .window .header ul.menu li.menu-item a {
    display: block;
    position: relative;
    color: #000000;
    font-family: "Ek Mukta", sans-serif;
    font-weight: 100;
    text-decoration: none;
    font-size: 22px;
    padding: 18px 0;
    width: 100%;
  }

  .window .header.menu-opened {
    height: 100%;
    -webkit-transition: all 0.3s ease-in, background 0.5s ease-in;
    transition: all 0.3s ease-in, background 0.5s ease-in;
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
    background-color: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
  }

  .window .header.menu-opened .burger-container {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .window .header.menu-opened .burger-container #burger .bar {
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }

  .window .header.menu-opened .burger-container #burger .bar.topBar {
    -webkit-transform: translateY(4px) rotate(45deg);
    transform: translateY(4px) rotate(45deg);
  }

  .window .header.menu-opened .burger-container #burger .bar.btmBar {
    -webkit-transform: translateY(3px) rotate(-45deg);
    transform: translateY(3px) rotate(-45deg);
  }

  .window .header ul.menu li.index-menu-popup {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    justify-content: space-around;
    width: 251px;
    height: 50px;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
    background-color: #33579a;
    border-radius: 25px;
    color: #ffffff !important;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    margin: 50px auto 22px auto;
  }
  .window .header ul.menu li.index-menu-popup a {
    color: #ffffff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    justify-content: space-around;
    text-decoration: none;
  }

  .window .header.menu-opened ul.menu li.menu-item {
    -webkit-transform: scale(1) translateY(0px);
    transform: scale(1) translateY(0px);
    opacity: 1;
  }

  .window .header.menu-opened ul.menu li.menu-item:nth-child(1) {
    -webkit-transition-delay: 0.14s;
    transition-delay: 0.14s;
  }

  .window .header.menu-opened ul.menu li.menu-item:nth-child(2) {
    -webkit-transition-delay: 0.17s;
    transition-delay: 0.17s;
  }

  .window .header.menu-opened ul.menu li.menu-item:nth-child(3) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }

  .window .header.menu-opened ul.menu li.menu-item:nth-child(4) {
    -webkit-transition-delay: 0.24s;
    transition-delay: 0.24s;
  }

  .window .header.menu-opened ul.menu li.menu-item:nth-child(5) {
    -webkit-transition-delay: 0.28s;
    transition-delay: 0.28s;
  }

  .window .header.menu-opened ul.menu li.menu-item:nth-child(6) {
    -webkit-transition-delay: 0.31s;
    transition-delay: 0.31s;
  }

  .window .header.menu-opened ul.menu li.menu-item:nth-child(7) {
    -webkit-transition-delay: 0.35s;
    transition-delay: 0.35s;
  }

  .window .header.menu-opened ul.menu li.menu-item:nth-child(8) {
    -webkit-transition-delay: 0.38s;
    transition-delay: 0.38s;
  }

  .window .header.menu-opened ul.menu li.menu-item:nth-child(9) {
    -webkit-transition-delay: 0.42s;
    transition-delay: 0.42s;
  }

  .window .header.menu-opened ul.menu li.menu-item:nth-child(10) {
    -webkit-transition-delay: 0.45s;
    transition-delay: 0.45s;
  }

  .window .header.menu-opened ul.menu li.menu-item:nth-child(11) {
    -webkit-transition-delay: 0.49s;
    transition-delay: 0.49s;
  }

  .window .header.menu-opened .icon.icon-bag {
    -webkit-transform: translateX(75px);
    transform: translateX(75px);
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }

  .window .content {
    font-family: "Ek Mukta", sans-serif;
    padding: 67px 4% 0;
    text-align: justify;
    overflow: scroll;
    max-height: 100%;
  }

  .window .content::-webkit-scrollbar {
    display: none;
  }

  .window .content h2 {
    margin-bottom: 0;
    letter-spacing: 1px;
  }

  .window .content img {
    width: 95%;
    position: relative;
    display: block;
    margin: 75px auto 75px;
  }

  .window .content img:nth-of-type(2) {
    margin: 75px auto;
  }
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 1100px;
  }

  .modal-sm {
    width: 365px;
  }

  .custom-width {
    width: 725px;
  }

  header .navbar-nav > li > a {
    line-height: 18px;
    padding-bottom: 0;
    padding-top: 0;
  }

  .navbar > .container-fluid .navbar-brand,
.navbar > .container .navbar-brand {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .grid-tabs .grid-item-1,
.grid-tabs .grid-item-2,
.grid-tabs .grid-item-3,
.grid-tabs .grid-item-4 {
    font-size: 14px;
  }

  .wrapper {
    padding-top: 80px;
  }
  .wrapper main {
    margin-bottom: 596px;
  }
  .wrapper main .main-page {
    background-color: #ffffff;
  }
  .wrapper main .main-page .single-item {
    max-height: inherit;
    height: auto;
  }
  .wrapper main .main-page .single-item .slider-title {
    padding-top: 54px;
    text-align: center;
  }
  .wrapper main .main-page .single-item .slider-title p, .wrapper main .main-page .single-item .slider-title footer .footer-copyright .footer-copyright-text p a, footer .footer-copyright .footer-copyright-text p .wrapper main .main-page .single-item .slider-title a {
    font-size: 20px;
  }
  .wrapper main .main-page .single-item .slieder-img {
    height: auto;
    padding: 30px 0;
  }
  .wrapper main .main-page .single-item .slider-btn {
    text-align: center;
  }
  .wrapper main .main-page .single-item .slick-dots {
    bottom: 0;
    left: 0;
    text-align: center;
  }
  .wrapper main .main-page .single-item .slick-dots li button:before {
    color: RGBA(0, 99, 173, 0.4);
  }
  .wrapper main .main-page .single-item .slick-dots li.slick-active button:before {
    color: #0063AD;
  }
  .wrapper main .kep {
    margin-top: 0;
    padding: 35px 0 70px 0;
  }
  .wrapper main .kep:before {
    display: none;
  }
  .wrapper main .kep:after {
    display: none;
  }
  .wrapper main .kep .kep-title {
    padding: 54px 0 13px 0;
  }
  .wrapper main .kep .kep-list ul li {
    padding-bottom: 18px;
  }
  .wrapper main .kep .kep-list ul li p, .wrapper main .kep .kep-list ul li footer .footer-copyright .footer-copyright-text p a, footer .footer-copyright .footer-copyright-text p .wrapper main .kep .kep-list ul li a {
    font-size: 18px;
  }
  .wrapper main .kep .kep-animation {
    margin-top: 0;
    padding-top: 63px;
  }
  .wrapper main .kep .kep-animation img {
    margin: 0 auto;
  }
  .wrapper main .kep .kep-item {
    text-align: center;
    margin-bottom: 25px;
  }
  .wrapper main .kep .kep-item .kep-item-box {
    padding: 23px 22px 35px 22px;
  }
  .wrapper main .kep .kep-item .kep-item-box .kep-item-box-text {
    font-size: 18px;
  }
  .wrapper main .kep .kep-item.mobile-item {
    border-top: 1px solid RGBA(255, 255, 255, 0.3);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  .wrapper main .map {
    text-align: center;
  }
  .wrapper main .map .map-img {
    padding: 22px 0 18px 0;
  }
  .wrapper main .news .news-img {
    display: none;
  }
  .wrapper main .news .news-img img {
    width: 100%;
  }
  .wrapper main .news .news-slider .slider-nav .slick-track .slick-slide {
    width: 155px !important;
    text-align: left;
  }
  .wrapper main .news .section-btn-margin {
    text-align: center;
  }
  .wrapper main .esignature .esignature-price .esignature-price-title {
    text-align: left;
  }
  .wrapper main .esignature .esignature-price .esignature-price-row {
    overflow-x: scroll;
  }
  .wrapper main .esignature .esignature-price .esignature-price-row .esignature-price-row-item {
    width: 258px;
    min-width: 258px;
    margin: 10px 4px;
  }
  .wrapper main .esignature .esignature-price .esignature-price-row .esignature-price-row-item .item-box-name p, .wrapper main .esignature .esignature-price .esignature-price-row .esignature-price-row-item .item-box-name footer .footer-copyright .footer-copyright-text p a, footer .footer-copyright .footer-copyright-text p .wrapper main .esignature .esignature-price .esignature-price-row .esignature-price-row-item .item-box-name a {
    font-size: 20px;
  }
  .wrapper main .esignature .esignature-price .esignature-price-row .esignature-price-row-item .esignature-price-row-item-box {
    padding: 24px 22px 35px;
    text-align: left;
  }
  .wrapper main .esignature .esignature-price .esignature-price-row .esignature-price-row-item .item-box-text {
    padding: 18px 0 8px 0;
  }
  .wrapper main .esignature .esignature-price .esignature-price-row .esignature-price-row-item .item-box-price p.item-box-price-year, .wrapper main .esignature .esignature-price .esignature-price-row .esignature-price-row-item .item-box-price footer .footer-copyright .footer-copyright-text p a.item-box-price-year, footer .footer-copyright .footer-copyright-text p .wrapper main .esignature .esignature-price .esignature-price-row .esignature-price-row-item .item-box-price a.item-box-price-year {
    margin-top: 25px;
  }
  .wrapper main .esignature .esignature-price .esignature-price-row .esignature-price-row-item .section-btn-margin {
    margin-top: 14px;
  }
  .wrapper main .esignature .esignature-price .esignature-price-row .esignature-price-row-item .section-btn-margin a {
    width: 100%;
  }
  .wrapper main .esignature .esignature-price .esignature-price-additionally .esignature-price-additionally-row .additionally-row-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    text-align: center;
  }
  .wrapper main .esignature .esignature-how .esignature-how-title {
    text-align: left;
  }
  .wrapper main .esignature .esignature-how .esignature-how-content .esignature-how-content-item {
    padding: 0;
  }
  .wrapper main .esignature .esignature-how .esignature-how-content .esignature-how-content-item .content-item-title {
    font-size: 24px;
  }
  .wrapper main .esignature .esignature-how .esignature-how-content .esignature-how-content-item .content-item-text {
    font-size: 16px;
  }
  .wrapper main .esignature .esignature-how .esignature-how-content .esignature-how-content-item_border {
    padding-top: 56px;
  }
  .wrapper main .esignature .esignature-how .esignature-how-content .esignature-how-content-item_border:after {
    width: 0;
  }
  .wrapper main .esignature .token-slider .slick-center {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .wrapper main .esignature .token-slider .slick-slide {
    padding: 30px 0;
  }
  .wrapper main .esignature .token-slider .slick-slide .slick-item .slick-item-box {
    padding-top: 15px;
  }
  .wrapper main .esignature .token-slider .token {
    margin-top: 0;
  }
  .wrapper main .esignature .token-slider .token-works {
    margin-top: 0;
  }
  .wrapper main .esignature .token-slider .token-works .token-works-item {
    margin: 10px 0;
  }
  .wrapper main .esignature .token-slider .token-works .token-works-item .token-works-item-box .item-box-text {
    padding: 20px 0 49px 0;
  }
  .wrapper main .token .select {
    width: 100%;
    border: 0.5px solid #33579A;
  }
  .wrapper main .token .select select {
    color: #33579A;
  }
  .wrapper main .about .about-main .about-main-row .about-main-row-item {
    margin-bottom: 25px;
  }
  .wrapper main .about .about-address .about-address-item {
    margin-bottom: 25px;
  }
  .wrapper main .about .about-address .section-btn-margin {
    margin-top: 3px;
  }
  .wrapper main .about .about-map .stepThree-text-description .stepThree-text-description-item {
    padding-left: 0;
  }
  .wrapper main .about .about-map .stepThree-text-description .stepThree-text-description-item .live-search {
    margin-left: 0;
  }
  .wrapper main .about .about-map .live-search-result {
    padding-left: 0;
  }
  .wrapper main .about .about-slider .about-slider-bg {
    background: transparent;
  }
  .wrapper main .about .about-partners {
    padding-bottom: 0;
  }
  .wrapper main .about .about-partners .about-partners-row .about-partners-item {
    margin-bottom: 25px;
  }
  .wrapper main .example .example-content .example-content-text-row-info .text-row-info-row .text-row-info-row-item {
    width: 220px;
    margin-bottom: 25px;
  }

  footer {
    margin-top: -596px;
    height: auto;
  }
  footer .footer-menu {
    padding-top: 54px;
  }
  footer .footer-menu .footer-menu-list ul.nav li.dropdown > div:before {
    content: url(../images/footer-arrow-down.png);
  }
  footer .footer-menu .footer-menu-list ul.nav li.dropdown > div.open:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  footer .footer-menu .footer-menu-list li.dropdown > div ul.my_dropdown-menu {
    display: none;
  }
  footer .footer-menu .footer-menu-list li.dropdown div.open ul.my_dropdown-menu {
    display: block;
  }
  footer .footer-copyright {
    text-align: center;
    font-size: 18px;
  }
  footer .footer-copyright p.last-child, footer .footer-copyright .footer-copyright-text p a.last-child {
    padding-bottom: 53px;
  }
  footer .footer-copyright .row.reorder-xs {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    direction: rtl;
  }
  footer .footer-copyright .row.reorder-xs > [class*=col-] {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    direction: ltr;
  }
}
@media (max-width: 767px) {
  header.header-pages .navbar-fixed-top .navbar-brand {
    padding: 15px;
  }

  .navbar-toggle {
    height: 40px;
    margin: 15px;
  }

  .wrapper {
    padding-top: 80px;
  }
  .wrapper .section-padding {
    padding: 50px 0 70px 0;
  }
  .wrapper .section-title {
    padding-bottom: 30px;
  }
  .wrapper .section-title p, .wrapper .section-title footer .footer-copyright .footer-copyright-text p a, footer .footer-copyright .footer-copyright-text p .wrapper .section-title a {
    font-size: 18px;
    padding-top: 14px;
  }
  .wrapper .section-btn-margin {
    margin-top: 28px;
  }
  .wrapper .landing-page {
    background: linear-gradient(48.62deg, #0063AD 40.75%, #3A93D5 96.65%);
  }
  .wrapper .landing-page .single-item .landing-page-title {
    padding-top: 53px;
    padding-bottom: 36px;
    text-align: center;
    color: #ffffff;
  }
  .wrapper .landing-page .single-item .landing-page-title h1 {
    font-size: 28px;
  }
  .wrapper .landing-page .landing-page-image {
    padding-top: 0;
  }
  .wrapper .landing-page .landing-page-image img {
    width: 100%;
  }
  .wrapper .landing-page .single-item .landing-page-btn {
    margin-top: 40px;
    text-align: center;
    margin-bottom: 50px;
  }
  .wrapper main {
    margin-bottom: 389px;
    padding-top: 0;
  }
  .wrapper main .typical-page .typical-page-content img {
    max-width: 100%;
    height: auto !important;
  }
  .wrapper main .esignature .esignature-main .esignature-main-title p, .wrapper main .esignature .esignature-main .esignature-main-title footer .footer-copyright .footer-copyright-text p a, footer .footer-copyright .footer-copyright-text p .wrapper main .esignature .esignature-main .esignature-main-title a {
    font-size: 18px;
  }
  .wrapper main .esignature .esignature-main .esignature-main-btn {
    text-align: center;
  }
  .wrapper main .esignature .esignature-using .tabs-content .tabs-content-item .esignature-tabs-item .esignature-tabs-item-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    text-align: center;
    min-height: 130px;
  }
  .wrapper main .esignature .esignature-using .tabs-content .tabs-content-item .esignature-tabs-item_bg {
    background: inherit;
  }
  .wrapper main .esignature .esignature-using .select {
    width: 100%;
    border: 0.5px solid #33579A;
  }
  .wrapper main .esignature .esignature-using .select select {
    color: #33579A;
  }
  .wrapper main .esignature .esignature-using .select:after {
    content: url(../images/vector-arrow.svg);
  }
  .wrapper main .esignature .esignature-faq .esignature-faq-text {
    width: 100%;
  }
  .wrapper main .esignature .landing-faq .esignature-faq-title {
    width: 100%;
  }
  .wrapper main .esignature .landing-faq .esignature-faq-title h2 {
    font-size: 28px;
  }
  .wrapper main .score-fop .score-fop-content-form .score-fop-content-form-img {
    display: none;
  }
  .wrapper main .score-fop .grid-tabs {
    width: 100%;
  }
  .wrapper main .score-fop .entity-form .entity-form-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: self-start;
            align-items: self-start;
    padding-bottom: 0;
  }
  .wrapper main .score-fop .entity-form .entity-form-item .entity-form-item-box {
    padding-bottom: 50px;
  }
  .wrapper main .score-fop .entity-form .entity-form-item .entity-form-item-box .entity-form-item-box-radio {
    padding-left: 0;
  }
  .wrapper main .score-fop .entity-form .entity-form-item .entity-form-item-box .entity-form-item-box-radio .checkbox, .wrapper main .score-fop .entity-form .entity-form-item .entity-form-item-box .entity-form-item-box-radio .radio {
    font-size: 24px;
  }
  .wrapper main .score-fop .entity-form .entity-form-item .entity-form-item-box .entity-form-item-box-radio .checkbox .radio__text:before, .wrapper main .score-fop .entity-form .entity-form-item .entity-form-item-box .entity-form-item-box-radio .radio .radio__text:before {
    top: 6px;
  }
  .wrapper main .score-fop .entity-form .entity-form-item .entity-form-item-box .entity-form-item-box-radio .checkbox .radio__text:after, .wrapper main .score-fop .entity-form .entity-form-item .entity-form-item-box .entity-form-item-box-radio .radio .radio__text:after {
    top: 13px;
  }
  .wrapper main .score-fop .entity-form .entity-form-item .entity-form-item-box .flex-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  .wrapper main .score-fop .entity-form .entity-form-item .entity-form-item-box .flex-row .entity-form-item-box-checkbox {
    padding: 0;
  }
  .wrapper main .score-fop .entity-form .entity-form-item .entity-form-item-box .flex-row .entity-form-item-box-checkbox .checkbox, .wrapper main .score-fop .entity-form .entity-form-item .entity-form-item-box .flex-row .entity-form-item-box-checkbox .radio {
    font-size: 24px;
  }
  .wrapper main .score-fop .entity-form .entity-form-item .entity-form-item-box .flex-row .entity-form-item-box-checkbox .checkbox:last-child, .wrapper main .score-fop .entity-form .entity-form-item .entity-form-item-box .flex-row .entity-form-item-box-checkbox .radio:last-child {
    padding-bottom: 20px;
  }
  .wrapper main .score-fop .section-btn-margin input[type=submit] {
    width: 100%;
  }
  .wrapper main .score-form .score-form-content-form-main .row.reorder-xs {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    direction: rtl;
  }
  .wrapper main .score-form .score-form-content-form-main .row.reorder-xs > [class*=col-] {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    direction: ltr;
  }
  .wrapper main .score-form .score-form-content-form-main .form-main-title.score-result {
    display: none;
  }
  .wrapper main .score-form .score-form-content-form-main .change-result {
    border-left: 1px solid transparent;
    padding-left: 0;
    padding-bottom: 50px;
    min-height: auto;
  }
  .wrapper main .score-form .score-form-content-form-main .change-result .change-result-title {
    color: RGBA(0, 0, 0, 0.6);
  }
  .wrapper main .score-form .score-form-content-form-main .change-result .change-result-name {
    font-size: 24px;
  }
  .wrapper main .score-form .score-form-content-form-main .change-result .change-result-title_row,
.wrapper main .score-form .score-form-content-form-main .change-result .change-result-title_desktop_row {
    margin-left: 0;
    padding-left: 0;
    padding-top: 30px;
  }
  .wrapper main .token .token-main .token-main-row {
    width: 100%;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
  .wrapper main .token .token-main .token-main-row .token-main-row-item {
    flex-basis: 50%;
    padding: 20px;
  }
  .wrapper main .token .key .section-btn-margin a, .wrapper main .token .key .section-btn-margin button {
    width: 100%;
    margin-left: 0;
  }
  .wrapper main .token .key .section-btn-margin a {
    margin-bottom: 35px;
  }
  .wrapper main .token .key .key-form {
    padding-bottom: 0;
  }
  .wrapper main .token .key .key-sum,
.wrapper main .token .key .key-sum-text {
    text-align: center;
  }
  .wrapper main .token .key .key-sum-text {
    margin-bottom: 53px;
  }
  .wrapper main .token .key .token-send-form {
    text-align: center;
  }
  .wrapper main .token .key .token-form .token-form-title {
    text-align: left;
  }
  .wrapper main .token .key .token-form form label {
    width: 100%;
  }
  .wrapper main .token .key .token-form form input {
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
    border-radius: 30px;
    width: 100%;
    border: 1px solid transparent;
  }
  .wrapper main .token .key .token-form .key-sum-info {
    border: 2px solid transparent;
    padding-left: 0;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    padding: 22px 12px 35px;
  }
  .wrapper main .newEcp .newEcp-content-stepOne-text .stepOne-text-description-item .stepOne-text-description-shortText,
.wrapper main .newEcp .newEcp-content-stepOne-text .stepOne-text-description-item .stepOne-text-img,
.wrapper main .newEcp .newEcp-content-stepOne-text .stepOne-text-description-item .stepOne-text-description-item-btn {
    margin-left: -87px;
  }
  .wrapper main .newEcp .newEcp-content-stepOne-text .stepOne-text-description-item .stepOne-text-description-shortText {
    padding-top: 22px;
  }
  .wrapper main .newEcp .newEcp-content-stepOne-text .stepOne-text-description-item .stepOne-text-description-item-btn {
    text-align: center;
  }
  .wrapper main .newEcp .newEcp-content-stepOne-text .stepOne-text-description-item .stepOne-text-description-item-btn a {
    margin-right: 0;
  }
  .wrapper main .newEcp .newEcp-content-stepTwo .stepTwo-text-description .stepTwo-text-description-item .stepTwo-text-description-shortText {
    margin: 32px 25px 37px -62px;
    padding: 17px 24px;
    border: 1px solid #000000;
    box-sizing: border-box;
    border-radius: 10px;
  }
  .wrapper main .newEcp .newEcp-content-stepTwo .stepTwo-text-description .stepTwo-text-description-item .stepTwo-text-description-shortText p, .wrapper main .newEcp .newEcp-content-stepTwo .stepTwo-text-description .stepTwo-text-description-item .stepTwo-text-description-shortText footer .footer-copyright .footer-copyright-text p a, footer .footer-copyright .footer-copyright-text p .wrapper main .newEcp .newEcp-content-stepTwo .stepTwo-text-description .stepTwo-text-description-item .stepTwo-text-description-shortText a {
    font-size: 12px;
  }
  .wrapper main .newEcp .newEcp-content-stepTwo .stepTwo-text-description .stepTwo-text-description-item .tabs {
    padding-top: 0;
    margin-left: -87px;
  }
  .wrapper main .newEcp .newEcp-content-stepTwo .stepTwo-text-description .stepTwo-text-description-item .tabs .tabs-content .tabs-content-item .tabs-content-item-text {
    padding-bottom: 13px;
  }
  .wrapper main .newEcp .newEcp-content-stepTwo .stepTwo-text-description .stepTwo-text-description-item .tabs .tabs-btn a {
    width: 100%;
    margin-right: 0;
  }
  .wrapper main .newEcp .newEcp-content-stepTwo .stepTwo-text-description .stepTwo-text-description-item .tabs .tabs-btn a:first-child {
    margin-bottom: 35px;
  }
  .wrapper main .newEcp .newEcp-content-stepTwo .stepTwo-text-description .stepTwo-text-description-item .tabs .grid-tabs {
    -ms-grid-columns: (50%)[2];
    grid-template-columns: repeat(2, 50%);
    width: 100%;
  }
  .wrapper main .newEcp .newEcp-content-stepTwo .stepTwo-text-description .stepTwo-text-description-item .tabs .mobile-grid {
    text-align: center;
  }
  .wrapper main .newEcp .newEcp-content-stepTwo .stepTwo-text-description .stepTwo-text-description-item .tabs .mobile-grid .mobile-grid-other {
    display: inline-block;
    padding-top: 25px;
    color: #000000;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
  }
  .wrapper main .newEcp .newEcp-content-stepThree .stepThree-text-description .stepThree-text-description-item .ewEcp-content-stepThree-img,
.wrapper main .newEcp .newEcp-content-stepThree .stepThree-text-description .stepThree-text-description-item .stepThree-text-description-shortText,
.wrapper main .newEcp .newEcp-content-stepThree .stepThree-text-description .stepThree-text-description-item .live-search {
    margin-left: -87px;
  }
  .wrapper main .newEcp .newEcp-content-stepThree .stepThree-text-description .stepThree-text-description-item .ewEcp-content-stepThree-img {
    padding: 0 22px;
  }
  .wrapper main .newEcp .newEcp-content-stepThree .stepThree-text-description .stepThree-text-description-item .live-search {
    padding: 34px 0 25px 0;
  }
  .wrapper main .newEcp .newEcp-content-stepThree .stepThree-text-description .stepThree-text-description-item .live-search .live-search-select .select {
    width: 100%;
  }
  .wrapper main .newEcp .newEcp-content-stepThree .ewEcp-content-stepThree-img img {
    width: 100%;
  }
  .wrapper main .newEcp .additionally .additionally-item .section-padding {
    padding: 19px 0 58px 0;
  }
  .wrapper main .newEcp .additionally .additionally-item .additionally-item-box .additionally-item-box-img {
    padding: 33px 25px 0 25px;
  }
  .wrapper main .newEcp .additionally .additionally-item .additionally-item-box .additionally-item-box-img img {
    width: 100%;
  }
  .wrapper main .newEcp .additionally .additionally-item .additionally-item-box .additionally-item-box-img p, .wrapper main .newEcp .additionally .additionally-item .additionally-item-box .additionally-item-box-img footer .footer-copyright .footer-copyright-text p a, footer .footer-copyright .footer-copyright-text p .wrapper main .newEcp .additionally .additionally-item .additionally-item-box .additionally-item-box-img a {
    width: 100%;
    color: #646464;
    padding-top: 62px;
  }
  .wrapper main .newEcp .modal .modal-content {
    padding: 30px 16px;
  }
  .wrapper main .newEcp .modal .modal-content .modal-content-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  .wrapper main .newEcp .modal .modal-content .modal-content-row .modal-header {
    padding: 10px 0 30px 0;
  }
  .wrapper main .newEcp .modal .modal-content .modal-content-row .modal-header p, .wrapper main .newEcp .modal .modal-content .modal-content-row .modal-header footer .footer-copyright .footer-copyright-text p a, footer .footer-copyright .footer-copyright-text p .wrapper main .newEcp .modal .modal-content .modal-content-row .modal-header a {
    font-size: 20px;
  }
  .wrapper main .newEcp .modal .modal-content .modal-body .modal-body-form input {
    margin-bottom: 16px;
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
  .wrapper main .newEcp .modal .modal-content .modal-body .modal-body-form .select {
    margin-bottom: 16px;
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
  .wrapper main .newEcp .modal .modal-content .modal-body .modal-body-form input[type=submit] {
    width: 100%;
  }
  .wrapper main .newEcp .modal .modal-content .modal-body .modal-body-form .modal-body-form-inputs textarea:last-child {
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
  .wrapper main .landing-country {
    background: #EFF2F8;
  }
  .wrapper main .landing-country:before {
    background: none;
  }
  .wrapper main .landing-country .landing-country-title h3 {
    font-size: 28px;
  }
  .wrapper main .landing-country .landing-country-items .landing-country-items-title {
    font-size: 16px;
    padding-bottom: 30px;
  }
  .wrapper main .landing-country .landing-country-items-row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (50%)[2];
    grid-template-columns: repeat(2, 50%);
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }
  .wrapper main .landing-country .landing-country-items-row .item {
    width: 100%;
    padding: 0;
    min-height: 150px;
  }
  .wrapper main .landing-country .landing-country-items-row .item .row-box-img {
    height: 80px;
    min-height: auto;
  }
  .wrapper main .landing-country .landing-country-items-row .item .row-box-img img {
    height: 100%;
  }
  .wrapper main .landing-country .landing-country-items-row .item .row-box-text {
    padding-top: 10px;
  }
  .wrapper main .landing-price .landing-price-title {
    width: 100%;
  }
  .wrapper main .landing-price .landing-price-title h2 {
    font-size: 28px;
  }
  .wrapper main .landing-price .landing-price-item {
    margin-bottom: 25px;
  }
  .wrapper main .landing-kep .landing-kep-title {
    width: 100%;
  }
  .wrapper main .landing-kep .landing-kep-title h2 {
    font-size: 28px;
  }
  .wrapper main .landing-kep .about-address .landing-kep-address-title {
    width: 100%;
    text-align: center;
    font-size: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .wrapper main .landing-kep .about-address .about-address-item {
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    padding: 25px;
    margin: 18px 0;
  }
  .wrapper main .landing-kep .landing-kep-btn a {
    text-align: center;
    padding: 0 25px;
    width: 100%;
  }
  .wrapper main .lending-dealers .stepTwo-text-description-title {
    text-align: center;
  }
  .wrapper main .lending-dealers .stepTwo-text-description-title h3 {
    font-size: 22px;
    font-weight: bold;
  }
  .wrapper main .lending-dealers .live-search {
    margin-bottom: 25px;
  }
  .wrapper main .lending-dealers .live-search .select {
    width: 100%;
  }
  .wrapper main .landing-footer {
    text-align: center;
  }
  .wrapper main .landing-footer .landing-footer-title h2 {
    font-weight: bold;
    font-size: 22px;
  }
  .wrapper main .landing-footer .landing-footer-text {
    padding: 30px 0;
  }
  .wrapper main .landing-footer .landing-footer-btn {
    margin-bottom: 50px;
  }
  .wrapper main .landing-footer .landing-footer-img img {
    width: 243px;
  }
  .wrapper main .about-content .about-certificate .newEcp-content-stepThree .regions_map {
    display: none;
  }
  .wrapper main .about-content .about-main .about-main-img img {
    width: 100%;
  }
  .wrapper main .example .example-content .example-content-text-row-info .text-row-info-row .text-row-info-row-item {
    width: 100%;
    margin-bottom: 25px;
  }
  .wrapper main .example .example-content .example-content-text .example-content-text-row-tabs .nav-tabs > li {
    width: 100%;
    text-align: center;
  }
  .wrapper main .all-news .all-news-content-text .all-news-content-text-links a {
    display: block;
    text-align: center;
    margin-bottom: 25px;
  }
  .wrapper main .all-news .all-news-content-text .all-news-content-text-links a:last-child {
    margin-bottom: 0;
  }
  .wrapper main .revoked .revoked-main .renewal-main-img img {
    width: 100%;
  }
  .wrapper main .ppo .ppo-main {
    padding-bottom: 70px;
  }
  .wrapper main .ppo .ppo-main .ppo-main-row {
    padding-top: 50px;
  }
  .wrapper main .ppo .ppo-main .ppo-main-row .ppo-main-img {
    padding-top: 35px;
  }
  .wrapper main .ppo .ppo-main .ppo-main-row:last-child {
    padding-top: 70px;
  }
  .wrapper main .ppo .kind .kind-row .kind-row-item_padding {
    padding-bottom: 35px;
    margin-bottom: 35px;
    border-bottom: 1px solid #848484;
  }
  .wrapper main .ppo .kind .kind-row .kind-row-title {
    padding-top: 0;
  }
  .wrapper main .ppo .how {
    padding-bottom: 0;
  }
  .wrapper main .ppo .how .how-title {
    text-align: left;
    padding: 0 15px;
  }
  .wrapper main .ppo .how .steps-row .steps-row-title p, .wrapper main .ppo .how .steps-row .steps-row-title footer .footer-copyright .footer-copyright-text p a, footer .footer-copyright .footer-copyright-text p .wrapper main .ppo .how .steps-row .steps-row-title a {
    font-size: 24px;
    padding-left: 80px;
  }
  .wrapper main .ppo .how .steps-row .steps-row-description p, .wrapper main .ppo .how .steps-row .steps-row-description footer .footer-copyright .footer-copyright-text p a, footer .footer-copyright .footer-copyright-text p .wrapper main .ppo .how .steps-row .steps-row-description a {
    padding-bottom: 27px;
  }
  .wrapper main .ppo .how .steps-row .steps-row-btn {
    text-align: center;
  }
  .wrapper main .ppo .how .steps-row .steps-row-title:before {
    left: 0;
    top: 3px;
  }
  .wrapper main .ppo .how .one {
    padding: 50px 0 70px 0;
  }
  .wrapper main .ppo .how .one .steps-row .steps-row-img .img-responsive {
    width: 225px;
    margin: 0 auto;
    padding-bottom: 15px;
  }
  .wrapper main .ppo .how .two {
    background: #BFE3F2;
    padding: 70px 0;
  }
  .wrapper main .ppo .how .two .steps-row-description {
    border: 1px solid #000000;
    box-sizing: border-box;
    border-radius: 10px;
    width: 296px;
    margin: 32px auto 35px auto;
  }
  .wrapper main .ppo .how .two .steps-row-description p, .wrapper main .ppo .how .two .steps-row-description footer .footer-copyright .footer-copyright-text p a, footer .footer-copyright .footer-copyright-text p .wrapper main .ppo .how .two .steps-row-description a {
    font-size: 12px;
    padding: 17px 24px;
  }
  .wrapper main .ppo .how .two .steps-row-description span {
    top: -12px;
    right: -14px;
    background: #BFE3F2;
  }
  .wrapper main .ppo .how .two .tabs {
    padding-top: 0;
  }
  .wrapper main .ppo .how .two .tabs .select {
    width: 100%;
  }
  .wrapper main .ppo .how .two .steps-row-img {
    width: 242px;
    margin: 0 auto;
    padding-top: 32px;
  }
  .wrapper main .ppo .how .two .steps-row-img img {
    width: 100%;
  }
  .wrapper main .ppo .how .two .steps-row-i {
    width: auto;
    left: 0;
    margin-top: 32px;
    font-size: 14px;
    padding-left: 24px;
  }
  .wrapper main .ppo .how .two .steps-row-i:after {
    left: -8px;
  }
  .wrapper main .ppo .how .three {
    padding-bottom: 0;
  }
  .wrapper main .ppo .how .three .ewEcp-content-stepThree-img {
    width: 301px;
    margin: 0 auto;
  }
  .wrapper main .ppo .how .three .stepTwo-text-description-title {
    margin-top: 15px;
  }
  .wrapper main .ppo .how .three .stepTwo-text-description-title:before {
    left: -20px;
    top: 3px;
  }
  .wrapper main .ppo .how .three .stepTwo-text-description-title p, .wrapper main .ppo .how .three .stepTwo-text-description-title footer .footer-copyright .footer-copyright-text p a, footer .footer-copyright .footer-copyright-text p .wrapper main .ppo .how .three .stepTwo-text-description-title a {
    font-size: 24px;
    padding-left: 52px;
  }
  .wrapper main .ppo .how .three .stepThree-text-description .stepThree-text-description-item .live-search {
    margin-left: -20px;
  }
  .wrapper main .ppo .esignature-faq .esignature-faq-title {
    text-align: left;
  }
  .wrapper main .ppo .esignature-faq .esignature-faq-title h2 {
    font-size: 24px;
  }
  .wrapper main .ppo .kind .kind-row .kind-row-title p, .wrapper main .ppo .kind .kind-row .kind-row-title footer .footer-copyright .footer-copyright-text p a, footer .footer-copyright .footer-copyright-text p .wrapper main .ppo .kind .kind-row .kind-row-title a {
    font-size: 18px;
  }
  .wrapper main .cloudkey .cloudkey-main .cloudkey-main-row {
    padding-top: 50px;
    text-align: center;
  }
  .wrapper main .cloudkey .cloudkey-main .cloudkey-main-row h1 {
    font-size: 38px;
  }
  .wrapper main .cloudkey .cloudkey-main .cloudkey-main-row .cloudkey-main-title p, .wrapper main .cloudkey .cloudkey-main .cloudkey-main-row .cloudkey-main-title footer .footer-copyright .footer-copyright-text p a, footer .footer-copyright .footer-copyright-text p .wrapper main .cloudkey .cloudkey-main .cloudkey-main-row .cloudkey-main-title a {
    font-size: 28px;
  }
  .wrapper main .cloudkey .cloudkey-main .cloudkey-main-row .cloudkey-main-img {
    padding-top: 24px;
  }
  .wrapper main .cloudkey .cloudkey-main .cloudkey-main-row .cloudkey-main-img img {
    width: 100%;
  }
  .wrapper main .cloudkey .comfortable .comfortable-title h2 {
    font-size: 28px;
  }
  .wrapper main .cloudkey .comfortable .comfortable-img img {
    width: 100%;
  }
  .wrapper main .cloudkey .comfortable .comfortable-btn {
    margin-bottom: 24px;
  }
  .wrapper main .cloudkey .comfortable .comfortable-btn a {
    width: 100%;
  }
  .wrapper main .cloudkey .comfortable .comfortable-list .comfortable-list-img img {
    height: 517px;
  }
  .wrapper main .cloudkey .comfortable .comfortable-list .comfortable-list-text {
    padding-left: 16px;
  }
  .wrapper main .cloudkey .comfortable .comfortable-list .comfortable-list-text ul li {
    padding-bottom: 24px;
  }
  .wrapper main .cloudkey .comfortable .comfortable-list .comfortable-list-text ul li p, .wrapper main .cloudkey .comfortable .comfortable-list .comfortable-list-text ul li footer .footer-copyright .footer-copyright-text p a, footer .footer-copyright .footer-copyright-text p .wrapper main .cloudkey .comfortable .comfortable-list .comfortable-list-text ul li a {
    padding-top: 0;
  }
  .wrapper main .cloudkey .comfortable .comfortable-list .comfortable-list-text ul li:last-child {
    padding-bottom: 0;
  }
  .wrapper main .cloudkey .frame {
    padding: 50px 0;
  }
  .wrapper main .cloudkey .frame .frame-title h2 {
    font-size: 28px;
  }
  .wrapper main .cloudkey .qr .qr-item {
    padding-top: 0;
  }
  .wrapper main .cloudkey .services {
    padding: 50px 0;
  }
  .wrapper main .cloudkey .services .services-title h2 {
    font-size: 28px;
  }
  .wrapper main .cloudkey .services .services-logos .services-logos-img {
    max-height: 100px;
    margin-bottom: 25px;
  }
  .wrapper main .cloudkey .services .services-e {
    padding-top: 30px;
  }
  .wrapper main .cloudkey .services .services-e .services-e-title h3 {
    font-size: 28px;
  }
  .wrapper main .cloudkey .services .services-e .services-e-logo {
    padding: 30px 0 16px 0;
  }
  .wrapper main .cloudkey .price {
    padding: 50px 0 20px 0;
  }
  .wrapper main .cloudkey .price .price-title h2 {
    font-size: 28px;
  }
  .wrapper main .cloudkey .price .price-row .price-row-item {
    margin-bottom: 30px;
  }
  .wrapper main .cloudkey .why .why-title {
    text-align: center;
  }
  .wrapper main .cloudkey .why .why-title h2 {
    font-size: 28px;
  }
  .wrapper main .cloudkey .why .why-btn {
    text-align: center;
  }
  .wrapper main .newEcp .newEcp-content-stepThree.cloudkey-list .stepThree-text-description {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    text-align: center;
  }
  .wrapper main .newEcp .newEcp-content-stepThree.cloudkey-list .stepThree-text-description .stepThree-text-description-item {
    padding-left: 0;
    padding-bottom: 16px;
  }
  .wrapper main .newEcp .newEcp-content-stepThree.cloudkey-list .stepThree-text-description .stepThree-text-description-item .stepTwo-text-description-title h3 {
    font-size: 24px !important;
  }
  .wrapper main .newEcp .newEcp-content-stepThree.cloudkey-list .stepThree-text-description .stepThree-text-description-item .live-search {
    margin-left: 0;
  }
  .wrapper main .newEcp .newEcp-content-stepThree.cloudkey-list .ewEcp-content-stepThree-img img {
    margin-left: 0;
  }

  footer {
    margin-top: -396px;
  }

  h1 {
    font-size: 28px;
    font-weight: 400;
  }

  h2 {
    font-size: 28px;
    font-weight: bold;
  }

  h3 {
    font-size: 22px;
    font-weight: 500;
  }

  h4 {
    font-size: 1em;
  }

  h5 {
    font-size: 0.83em;
  }

  h6 {
    font-size: 0.67em;
  }
}