@charset "utf-8";
@font-face {
  font-family: 'MuseoSansCyrl';
  src: url('../fonts/MuseoSansCyrl/MuseoSansCyrl_Light.woff') format('woff');
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: 'MuseoSansCyrl';
  src: url('../fonts/MuseoSansCyrl/MuseoSansCyrl_Medium.woff') format('woff');
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: 'MuseoSansCyrl';
  src: url('../fonts/MuseoSansCyrl/MuseoSansCyrl_Bold.woff') format('woff');
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: 'MuseoSansCyrl';
  src: url('../fonts/MuseoSansCyrl/MuseoSansCyrl_900.woff') format('woff');
  font-style: normal;
  font-weight: 900;
}
@font-face {
  font-family: 'IntroScriptR-H2Base';
  src: url('../fonts/IntroScriptR-H2Base.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'Courier';
  src: url('../fonts/Courier.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
/*
font-family:'MuseoSansCyrl', Arial, Helvetica, sans-serif;
font-family:'IntroScriptR-H2Base', Arial, Helvetica, sans-serif;
font-family:'Courier', Arial, Helvetica, sans-serif;
*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.clearfix:after,
form:after,
.container:after,
.radio_wrapp:after,
.form_popup:after,
.popup_top:after,
.white_sec:after,
.open_block_hold:after,
.param_sec:after,
.param_sec .param_item:after {
  content: ' ';
  clear: both;
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  font-size: 0;
}
html,
body {
  width: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
}
html {
  font: 300 18px/1.35 'MuseoSansCyrl', Arial, Helvetica, sans-serif;
  color: #32325c;
}
body {
  text-align: left;
  background: #eef2f7;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  max-height: 9001em;
}
fieldset,
form,
figure,
legend {
  outline: none;
  border: none;
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
img {
  border: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
b,
strong {
  font-weight: bold;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
dfn,
address {
  font-style: normal;
}
dfn {
  font-weight: 700;
}
/* Input */
input,
textarea,
select,
button {
  font: 300 15px 'MuseoSansCyrl', Arial, Helvetica, sans-serif;
  color: #32325c;
  outline: none;
  line-height: normal;
  background: none;
  -webkit-appearance: none;
}
input,
textarea,
select {
  margin: 0;
  border: 1px solid #f3f6f9;
  outline: none;
  border-radius: 5px;
  padding: 3px 14px;
  background: #f3f6f9;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  height: 40px;
}
.white-popup input,
.white-popup textarea,
.white-popup select {
  height: 50px;
  padding: 3px 20px;
  font-size: 18px;
}
input:focus,
textarea:focus,
select:focus {
  border-color: rgba(190, 176, 244, 0.4);
  background: #fff;
  -webkit-box-shadow: 0 2px 10px 0 rgba(86, 62, 142, 0.1);
  box-shadow: 0 2px 10px 0 rgba(86, 62, 142, 0.1);
}
select {
  color: #8e6ed6;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: none;
  cursor: pointer;
}
button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner {
  padding: 0;
  border: 0 none;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"] + label,
input[type="radio"] + label {
  cursor: pointer;
}
::-webkit-input-placeholder {
  color: #8798aa;
  opacity: 1;
}
::-moz-placeholder {
  color: #8798aa;
  opacity: 1;
}
:-moz-placeholder {
  color: #8798aa;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #8798aa;
  opacity: 1;
}
textarea {
  resize: none;
  height: 300px;
  padding: 17px 14px;
}
[hidden],
template {
  display: none;
}
.input {
  margin-bottom: 20px;
}
.input input,
.input textarea,
.input select {
  width: 100%;
}
.input input[type="button"],
.input input[type="reset"],
.input input[type="submit"],
.input input[type="checkbox"],
.input input[type="radio"] {
  width: auto;
}
.input_small {
  width: 285px;
  max-width: 100%;
}
.input_litl {
  width: 200px;
  max-width: 100%;
}
label {
  display: block;
  margin: 0 0 13px;
  font-size: 15px;
  line-height: 1;
  color: #8798aa;
}
/* END Input */
/* Table */
table {
  width: 100%;
  border-collapse: collapse;
}
td,
th {
  vertical-align: middle;
  text-align: left;
  border: 1px solid #333;
  padding: 9px 10px;
}
.table-responsive {
  width: 100%;
}
.table-responsive table {
  margin-bottom: 0 !important;
}
/* END Table */
p,
article {
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
p,
ul,
ol,
table,
form,
.form_popup,
.table-responsive {
  margin: 0 0 24px;
}
ul,
ol {
  padding: 0 0 0 18px;
}
li {
  margin: 0 0 9px;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 700;
  line-height: 1.22;
  font-size: 46px;
  color: #32325c;
  margin: 0 0 50px;
}
h2,
.h2 {
  font-size: 36px;
  line-height: 0.94;
}
h3,
.h3 {
  font-size: 18px;
  line-height: 1.1;
  margin-bottom: 20px;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0.02rem;
  margin-bottom: 30px;
}
a {
  cursor: pointer;
  color: #8e6ed6;
  text-decoration: none;
  outline: none;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
a:hover {
  color: #32325c;
  text-decoration: none;
}
.nowrap {
  white-space: nowrap;
}
.nofloat {
  height: 100%;
  overflow: hidden;
}
.inline {
  display: inline-block;
  vertical-align: top;
}
.outtaHere {
  display: none;
  position: absolute;
  left: -10000px;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.flex,
.half_hold,
.arr_hold,
.header .header_top,
.header .header_right,
.logo,
.main_menu ul,
.user_hold .user_in,
.footer .footer_cont,
.footer .copy_hold,
.white-popup .btn_hold,
.popup_bottom,
.done_blk,
.offer_pr_sec .offer_pr_hold,
.offer_pr_sec .price_hold,
.top_nav .top_nav_hold,
.white_sec_bottom,
.white_sec_bottom_grey,
.info_sm_blk,
.adv_sec .adv_hold,
.adv_sec2 .adv_sec2_hold,
.adv_sec2 .adv_sec2_item_title,
.partn_sec .partn_sec_hold,
.partn_sec .partn_item,
.input_hold,
.input_hold .input,
.more_info dl,
.wrapp_ex,
.tab_list,
.tab_title_hold,
.open_block_hold .open_block_top,
.open_block_hold .open_block_label_hold,
.about_sec .about_sec_hold,
.adr_info_half,
.how_work_sec .how_work_sec_top,
.param_sec .param_item dl,
.document_sec_top .document_sec_top_left ul li {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.half {
  width: 47.7%;
  flex-shrink: 0;
}
.wrapper,
.footer {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  z-index: 1;
}
.wrapper {
  min-height: 100vh;
}
.container {
  width: 990px;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
}
.content:after {
  content: ' ';
  clear: both;
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  font-size: 0;
}
.video {
  width: 100%;
  margin: 0 auto 17px;
  overflow: hidden;
  text-align: center;
  position: relative;
  padding-bottom: 56%;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.phone_num {
  cursor: default;
  color: #333;
  text-decoration: none;
}
.btn {
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
  cursor: pointer;
  max-width: 100%;
  position: relative;
  z-index: 1;
  line-height: 1.2;
  height: 40px;
  min-height: 40px;
  min-width: 186px;
  color: #8e6ed6;
  font-size: 15px;
  font-weight: 300;
  padding: 5px 30px;
  border: 1px solid #8e6ed6;
  border-radius: 5px;
  background: none;
}
.btn:hover {
  text-decoration: none;
  color: #8e6ed6;
}
.btn:active {
  position: relative;
  top: 1px;
}
.btn .btn_in {
  position: relative;
  text-decoration: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  z-index: 1;
}
/* ripple_effect */
.ink {
  display: block;
  position: absolute;
  border-radius: 100%;
  transform: scale(0);
  background: #8e6ed6;
  opacity: 0.2;
}
/*animation effect*/
.ink.animate {
  animation: ripple 0.65s linear;
  -webkit-animation: ripple 0.65s linear;
}
@keyframes ripple {
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}
@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}
/* end ripple_effect */
.btn_big {
  height: 50px;
  min-height: 50px;
  min-width: 300px;
  max-width: 100%;
  font-size: 18px;
  font-weight: 500;
}
.btn_mid {
  height: 50px;
  min-height: 50px;
  min-width: 250px;
  max-width: 100%;
  font-size: 18px;
  font-weight: 300;
}
.btn_large {
  min-width: 250px;
  max-width: 100%;
}
.btn_purpl {
  color: #fff;
  background: #8e6ed6;
  -webkit-box-shadow: 0 2px 5px 0 rgba(114, 86, 182, 0.25);
  box-shadow: 0 2px 5px 0 rgba(114, 86, 182, 0.25);
  border: none;
}
.btn_purpl:hover {
  color: #fff;
}
.btn_purpl .ink {
  background: #fff;
}
.btn_dark {
  color: #fff;
  background: #5c5e8d;
  border: none;
  -webkit-box-shadow: 0 2px 5px 0 rgba(92, 94, 141, 0.25);
  box-shadow: 0 2px 5px 0 rgba(92, 94, 141, 0.25);
}
.btn_dark:hover {
  color: #fff;
}
.btn_dark .ink {
  background: #fff;
}
.btn_white:hover {
  background: #8e6ed6;
}
.btn_white:hover:hover {
  color: #fff;
}
.btn_white:hover .ink {
  background: #fff;
}
.nonActive {
  cursor: default !important;
  box-shadow: none !important;
  color: #fff !important;
  background: rgba(135, 152, 170, 0.25) !important;
  border: none !important;
}
.nonActive .ink {
  display: none !important;
}
.nonActive:active {
  position: relative;
  top: auto;
}
.btn_w_arr {
  height: 45px;
  min-height: 45px;
}
.btn_w_arr .btn_w_arr_txt {
  position: relative;
  padding-right: 26px;
  background: url("../img/icon/arr_r_purpl_ico.svg") no-repeat 100% 50%;
  background-size: 15px 10px;
}
.btn_w_arr .arr_r_ico {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -6px;
}
.btn_w_arr:hover {
  background: #8e6ed6;
}
.btn_w_arr:hover .btn_w_arr_txt {
  background-image: url(../img/icon/arr_r_white_ico.svg);
}
.btn_w_arr:hover:hover {
  color: #fff;
}
.btn_w_arr:hover .ink {
  background: #fff;
}
.jquery_btn {
  position: relative;
  padding-left: 30px;
  background: url("../img/icon/jquery_logo.svg") no-repeat 0 50%;
  background-size: 19px 19px;
}
.red_text {
  color: #ff5252 !important;
}
.purpl_text {
  color: #8e6ed6 !important;
}
.dark_text {
  color: #32325c !important;
}
.grey_text {
  color: #8798aa !important;
}
.bg_gradient {
  background: #e6ebf1;
  background: -moz-linear-gradient(left, #e6ebf1 0%, #fff 100%);
  background: -webkit-linear-gradient(left, #e6ebf1 0%, #fff 100%);
  background: linear-gradient(to right, #e6ebf1 0%, #fff 100%);
}
.arr_r_ico,
.arr_l_ico {
  display: inline-block;
  width: 16px;
  height: 18px;
  overflow: hidden;
  line-height: 1;
}
.arr_r_ico svg,
.arr_l_ico svg {
  width: 100%;
  stroke: #8e6ed6;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.arr_r_ico {
  margin-left: 9px;
}
.arr_l_ico {
  margin-right: 5px;
}
.arr_hold {
  align-items: center;
  flex-wrap: nowrap;
}
.arr_hold:hover .arr_r_ico svg,
.arr_hold:hover .arr_l_ico svg {
  stroke: #32325c !important;
}
.arr_hold:hover .arr_r_ico {
  animation: rrright 0.7s linear infinite;
  -webkit-animation: rrright 0.7s linear infinite;
}
.arr_hold:hover .arr_l_ico {
  animation: llleft 0.7s linear infinite;
  -webkit-animation: llleft 0.7s linear infinite;
}
@keyframes rrright {
  0% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(-1px, 0);
    -ms-transform: translate(-1px, 0);
    transform: translate(-1px, 0);
  }
  50% {
    -webkit-transform: translate(-2px, 0);
    -ms-transform: translate(-2px, 0);
    transform: translate(-2px, 0);
  }
  75% {
    -webkit-transform: translate(-1px, 0);
    -ms-transform: translate(-1px, 0);
    transform: translate(-1px, 0);
  }
}
@-webkit-keyframes rrright {
  0% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(-1px, 0);
    -ms-transform: translate(-1px, 0);
    transform: translate(-1px, 0);
  }
  50% {
    -webkit-transform: translate(-2px, 0);
    -ms-transform: translate(-2px, 0);
    transform: translate(-2px, 0);
  }
  75% {
    -webkit-transform: translate(-1px, 0);
    -ms-transform: translate(-1px, 0);
    transform: translate(-1px, 0);
  }
}
@keyframes llleft {
  0% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(1px, 0);
    -ms-transform: translate(1px, 0);
    transform: translate(1px, 0);
  }
  50% {
    -webkit-transform: translate(2px, 0);
    -ms-transform: translate(2px, 0);
    transform: translate(2px, 0);
  }
  75% {
    -webkit-transform: translate(1px, 0);
    -ms-transform: translate(1px, 0);
    transform: translate(1px, 0);
  }
}
@-webkit-keyframes llleft {
  0% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(1px, 0);
    -ms-transform: translate(1px, 0);
    transform: translate(1px, 0);
  }
  50% {
    -webkit-transform: translate(2px, 0);
    -ms-transform: translate(2px, 0);
    transform: translate(2px, 0);
  }
  75% {
    -webkit-transform: translate(1px, 0);
    -ms-transform: translate(1px, 0);
    transform: translate(1px, 0);
  }
}
/* H E A D E R */
.slideout-menu {
  display: none !important;
}
#menu_label,
#slide_panel_mobile_menu,
.mobile_menu {
  display: none;
}
.header {
  position: relative;
  padding: 45px 0 0;
  margin-bottom: 66px;
}
.header .header_top {
  align-items: center;
}
.header .header_right {
  align-items: center;
}
.logo {
  align-items: center;
  justify-content: flex-start;
  font-size: 18px;
  font-weight: 900;
  color: #32325c;
  line-height: 1;
  flex-wrap: nowrap;
  text-decoration: none !important;
  margin-right: 15px;
}
.logo .logo_img {
  display: inline-block;
  overflow: hidden;
  flex-shrink: 0;
  height: 30px;
  margin: 0 10px 0 0;
}
.logo img {
  height: 100%;
}
.logo .logo_txt {
  display: inline-block;
  padding-top: 1px;
}
/* M A I N _ M E N U */
.main_menu {
  padding: 0;
  margin: 0;
}
.main_menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  align-items: center;
  justify-content: flex-end;
}
.main_menu ul li {
  margin: 0;
  padding: 0 18px;
  position: relative;
}
.main_menu ul li .menu_item {
  font-size: 18px;
  font-weight: 300;
  color: #8e6ed6;
  text-decoration: none;
  padding: 6px 0;
  position: relative;
}
.main_menu ul .menu_item:hover {
  color: #32325c;
}
.main_menu ul .active .menu_item {
  color: #32325c;
  font-weight: 500;
}
.main_menu ul .active .menu_item:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: #32325c;
}
/* end M A I N _ M E N U */
.close_btn {
  display: block;
  width: 20px;
  height: 20px;
  position: relative;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  cursor: pointer;
}
.close_btn:before,
.close_btn:after {
  content: '';
  display: block;
  position: absolute;
  background: #8e6ed6;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.close_btn:before {
  height: 2px;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -1px;
}
.close_btn:after {
  width: 2px;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -1px;
}
.user_hold {
  line-height: 1;
  font-size: 18px;
  font-weight: 300;
  margin-left: 18px;
}
.user_hold a {
  text-decoration: none;
}
.user_hold a:hover {
  text-decoration: none;
}
.user_hold .user_in {
  align-items: center;
  justify-content: flex-end;
  flex-wrap: nowrap;
}
.user_hold .name {
  display: inline-block;
  position: relative;
  padding: 3px 0 8px;
  font-size: 18px;
  font-weight: 500;
  color: #32325c;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
  white-space: nowrap;
  max-width: 200px;
  line-height: 1;
  top: 2px;
}
.user_hold .name:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: #32325c;
}
.user_hold .slash {
  font-size: 18px;
  font-weight: 500;
  color: #8e6ed6;
  display: inline-block;
  margin: 0 10px;
}
/* end H E A D E R */
/* F O O T E R */
.footer {
  background: #5c5e8d;
  color: #e6ebf1;
  font-size: 14px;
  line-height: 1.1;
  padding-top: 44px;
}
.footer a {
  color: #beb0f4;
  text-decoration: none;
}
.footer a:hover {
  text-decoration: none;
  color: #DED7F9;
}
.footer .footer_cont {
  align-items: center;
}
.footer .copy_hold {
  align-items: center;
  justify-content: flex-start;
}
.footer .copy {
  margin: 0 41px 0 0;
}
/* end F O O T E R */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-preloader a:hover {
  color: #fff;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 17px;
  height: 17px;
  line-height: 0;
  font-size: 0;
  position: absolute;
  right: 21px !important;
  top: 18px !important;
  text-decoration: none;
  opacity: 1 !important;
  padding: 0 0 18px 10px;
  background: url("../img/icon/close_ico.svg") no-repeat center !important;
  background-size: 17px 17px !important;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: -55px 0 0;
  top: 50%;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.white-popup {
  position: relative;
  background: #fff;
  width: auto;
  max-width: 600px;
  margin: 20px auto;
  border-radius: 10px;
  padding: 52px 0 0;
  font-size: 18px;
  font-weight: 300;
  -webkit-box-shadow: 0 5px 25px 0 rgba(50, 50, 92, 0.5);
  box-shadow: 0 5px 25px 0 rgba(50, 50, 92, 0.5);
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: scale(0.8);
}
.white-popup .pop_title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 16px;
}
.white-popup .pop_title2 {
  font-size: 21px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 15px;
}
.white-popup .small_txt {
  font-size: 15px;
  line-height: 1.4;
}
.white-popup .litl_txt {
  font-size: 13px;
  line-height: 1.2;
  color: #8798aa;
}
.white-popup p {
  margin-bottom: 39px;
}
.white-popup p.small_txt {
  margin-bottom: 21px;
}
.white-popup .remem1 {
  display: inline-block;
  margin-bottom: 20px;
}
.white-popup .flex {
  padding-top: 4px;
}
.white-popup .btn_hold {
  margin-bottom: 17px;
  padding-top: 21px;
  align-items: center;
  flex-wrap: nowrap;
}
.white-popup .btn_hold .btn + .litl_txt {
  padding: 0 5% 0 29px;
}
.white-popup .line + .btn_hold {
  padding-top: 9px;
}
.white-popup_big {
  max-width: 700px;
}
.white-popup_small {
  max-width: 500px;
  text-align: center;
}
/*====== Zoom effect ======*/
.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
  background: #080808;
}
/* animate in */
.mfp-ready .white-popup {
  opacity: 1;
  transform: scale(1);
}
.mfp-ready.mfp-bg {
  opacity: 0.24;
}
/* animate out */
.mfp-removing .white-popup {
  transform: scale(0.8);
  opacity: 0;
}
.mfp-removing.mfp-bg {
  opacity: 0;
}
/* end Magnific Popup CSS */
.soc_hold {
  line-height: 0;
  font-size: 0;
  text-align: right;
}
.soc_hold a {
  display: inline-block;
  vertical-align: top;
  background: rgba(135, 152, 170, 0.35);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  margin: 5px 0 5px 15px;
}
.soc_hold a:hover {
  background: rgba(135, 152, 170, 0.9);
}
.soc_hold a img {
  width: 53%;
  max-height: 53%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* C U S T O M  R A D I O */
.radio_wrapp {
  padding: 10px 0 0;
  margin-bottom: 4px;
}
.radio_wrapp .custom_radio_hold {
  width: 100%;
}
.custom_radio_hold {
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  align-items: center;
  position: relative;
  padding-left: 34px;
  font-size: 15px;
  font-weight: 300;
  line-height: 1;
  min-height: 25px;
  margin: 0 10px 12px 0;
  color: #585a83;
}
.custom_radio_hold input[type="radio"] {
  display: none;
  position: absolute;
  left: -10000px;
}
.custom_radio_hold .custom_radio {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  border: 2px solid rgba(135, 152, 170, 0.3);
  border-radius: 50%;
  cursor: pointer;
  background: none;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.custom_radio_hold .custom_radio:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 50%;
  background: #8e6ed6;
  border-radius: 50%;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.custom_radio_hold input[type="radio"]:checked + .custom_radio {
  border-color: #beb0f4;
  background: rgba(222, 215, 249, 0.5);
}
.custom_radio_hold input[type="radio"]:checked + .custom_radio:after {
  margin: 4px;
}
/* end C U S T O M  R A D I O */
/* C U S T O M  C H E C K B O X */
.custom_checkbox_hold {
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  align-items: center;
  position: relative;
  padding-left: 36px;
  font-size: 18px;
  line-height: 1;
  min-height: 25px;
  margin: 0 10px 20px 0;
  color: #585a83;
}
.custom_checkbox_hold input[type="checkbox"] {
  display: none;
  position: absolute;
  left: -10000px;
}
.custom_checkbox_hold .custom_checkbox {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  border: 2px solid rgba(135, 152, 170, 0.5);
  cursor: pointer;
  border-radius: 5px;
}
.custom_checkbox_hold .custom_checkbox:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 50%;
  background: #8e6ed6;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  border-radius: 3px;
}
.custom_checkbox_hold input[type="checkbox"]:checked + .custom_checkbox:after {
  margin: 4px;
}
/* end C U S T O M  C H E C K B O X */
.form_popup .btn {
  min-width: 250px;
}
.popup_top {
  padding: 0 50px;
  margin-bottom: 11px;
}
.popup_bottom {
  align-items: center;
  background: #f3f6f9;
  height: 80px;
  min-height: 80px;
  padding: 10px 50px;
}
.list_purpl,
.list_purpl2 {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list_purpl li,
.list_purpl2 li {
  margin: 0;
  padding: 0 0 0 15px;
  position: relative;
}
.list_purpl li:before,
.list_purpl2 li:before {
  content: '';
  display: block;
  position: absolute;
  top: 9px;
  left: 0;
  width: 6px;
  height: 6px;
  background: #beb0f4;
  border-radius: 50%;
}
.list_purpl2 {
  padding-left: 5px;
  margin-bottom: 16px;
}
.purpl_block {
  background: rgba(190, 176, 244, 0.2);
  overflow: hidden;
  border-radius: 5px;
  padding: 34px 40px;
  color: #563e8e;
  margin: 26px 0 8px;
}
.purpl_block .purpl_block_title {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.44;
  margin-bottom: 12px;
}
.line {
  display: block;
  height: 2px;
  background: #e6ebf1;
  margin: 39px 0 30px;
}
.done_blk {
  justify-content: flex-start;
  flex-wrap: nowrap;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.4;
  padding: 21px 0 0;
}
.done_blk .done_blk_img {
  flex-shrink: 0;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 20px 0 rgba(50, 50, 92, 0.15);
  box-shadow: 0 0 20px 0 rgba(50, 50, 92, 0.15);
  width: 100px;
  height: 100px;
  position: relative;
}
.done_blk .done_blk_img img {
  max-width: 46px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.done_blk .done_blk_title {
  font-weight: 700;
  color: #24b47e;
}
.done_blk .done_blk_txt {
  padding: 9px 0 0 30px;
}
/* offer_sec */
.offer_pr_sec {
  padding: 30px 0 86px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.offer_pr_sec:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 433px;
  background: #5c5e8d;
}
.offer_pr_sec .offer_pr_top {
  margin-bottom: 41px;
  font-size: 15px;
  line-height: 1;
}
.offer_pr_sec .offer_pr_top .h2,
.offer_pr_sec .offer_pr_top .h1 {
  margin-bottom: 18px;
}
.offer_pr_sec .offer_pr_hold {
  margin: 0 0 40px;
  align-items: stretch;
  flex-wrap: nowrap;
  border-radius: 15px;
  background: #fff;
  -webkit-box-shadow: 0 5px 25px 0 rgba(67, 73, 108, 0.1);
  box-shadow: 0 5px 25px 0 rgba(67, 73, 108, 0.1);
  overflow: hidden;
}
.offer_pr_sec .green_txt,
.offer_pr_sec .small_green_txt {
  color: #24b47e !important;
}
.offer_pr_sec .offer_pr_item {
  border-left: 2px solid #eef2f7;
  width: 25%;
  margin: 0;
  flex-shrink: 0;
  position: relative;
  font-size: 15px;
  text-align: center;
  line-height: 1.2;
  padding: 43px 26px 79px;
  color: #5c5e8d;
}
.offer_pr_sec .offer_pr_item:first-child {
  border: none;
}
.offer_pr_sec .offer_pr_item .btn {
  padding-left: 5px;
  padding-right: 5px;
  width: auto;
  position: absolute;
  bottom: 38px;
  left: 26px;
  right: 26px;
}
.offer_pr_sec .offer_pr_item .btn:active {
  top: auto;
}
.offer_pr_sec .item_top {
  margin-bottom: 14px;
  line-height: 1.2;
}
.offer_pr_sec .item_top .titl {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #32325c;
}
.offer_pr_sec .price_hold {
  line-height: 1;
  align-items: center;
  justify-content: center;
  margin-bottom: 39px;
  position: relative;
  padding-top: 24px;
}
.offer_pr_sec .price_hold .price_num {
  font-size: 46px;
  font-weight: bold;
  letter-spacing: -1px;
  margin-bottom: 3px;
  flex-shrink: 0;
  width: 100%;
  color: #32325c;
}
.offer_pr_sec .price_hold .green_txt {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  padding-top: 13px;
  margin-bottom: 6px;
  display: inline-block;
  width: 100%;
}
.offer_pr_sec .price_hold .small_green_txt {
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
}
.offer_pr_sec .price_hold .price_num_del {
  font-size: 18px;
  font-weight: 700;
  color: #beb0f4;
  letter-spacing: -1px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.offer_pr_sec .txt {
  margin-bottom: 29px;
  text-align: left;
  position: relative;
}
.offer_pr_sec .list_purpl li {
  padding-left: 12px;
  margin-bottom: 10px;
}
.offer_pr_sec .list_purpl li:before {
  top: 6px;
}
.offer_pr_sec .offer_pr_txt {
  font-size: 21px;
  line-height: 1.33;
  margin: 0 auto;
  max-width: 600px;
  color: #fff;
}
.offer_pr_sec .offer_pr_txt a {
  color: #beb0f4;
  text-decoration: none;
}
.offer_pr_sec .offer_pr_txt a:hover {
  text-decoration: none;
  color: #DED7F9;
}
.offer_pr_sec .offer_pr_label {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 50px 50px 0;
  border-color: transparent #beb0f4 transparent transparent;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.offer_pr_sec .offer_pr_label .offer_pr_label_txt {
  display: inline-block;
  position: absolute;
  top: 8px;
  right: -42px;
  font-size: 15px;
  font-weight: 900;
  color: #fff;
  line-height: 1;
  z-index: 2;
}
.offer_pr_sec_grey {
  background: #f6f9fc;
}
.offer_pr_sec2 {
  text-align: left;
  padding-top: 8px;
}
.offer_pr_sec2 .offer_pr_top {
  font-size: 21px;
  font-weight: 300;
  line-height: 1.33;
  margin-bottom: 50px;
}
.offer_pr_sec2 .offer_pr_txt {
  margin: 0;
}
/* end offer_sec */
.top_nav {
  margin: -2px 0 10px;
}
.top_nav a {
  text-decoration: none;
}
.top_nav a:hover {
  text-decoration: none;
}
.top_nav .top_nav_hold {
  align-items: center;
  justify-content: flex-start;
}
.q_mark_hold {
  position: relative;
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}
.q_mark_hold .q_mark_ico {
  display: inline-block;
  cursor: pointer;
  width: 17px;
  height: 17px;
}
.q_mark_hold .q_mark_ico svg {
  width: 100%;
}
.q_mark_hold .q_mark_text {
  white-space: normal;
  display: block;
  position: absolute;
  background: #fff;
  padding: 20px;
  border-radius: 5px;
  bottom: 100%;
  left: 50%;
  max-width: 350px;
  min-width: 250px;
  font-size: 15px;
  line-height: 1.1;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-box-shadow: 0 5px 25px 0 rgba(50, 50, 92, 0.5);
  box-shadow: 0 5px 25px 0 rgba(50, 50, 92, 0.5);
  z-index: -10;
  visibility: hidden;
  opacity: 0;
}
.q_mark_hold:hover .q_mark_text {
  opacity: 1;
  visibility: visible;
  z-index: 50;
}
.white_sec {
  position: relative;
  z-index: 1;
  padding-bottom: 1px;
  margin-bottom: -1px;
}
.white_sec:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 180px;
  background: #5c5e8d;
  z-index: -1;
}
.white_sec_hold {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0 5px 25px 0 rgba(50, 50, 92, 0.15);
  box-shadow: 0 5px 25px 0 rgba(50, 50, 92, 0.15);
  padding: 40px 40px 0;
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}
.white_sec_hold .h5,
.white_sec_hold .h6 {
  padding-top: 10px;
}
.white_sec_hold .h6 {
  margin-bottom: 39px;
}
.white_sec_bottom,
.white_sec_bottom_grey {
  align-items: center;
  height: 130px;
  min-height: 130px;
  margin: 0 -40px;
  padding: 10px 40px;
}
.white_sec_bottom_grey {
  background: #f3f6f9;
}
.info_sm_blk {
  background: #f1eefc;
  border-radius: 5px;
  overflow: hidden;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  height: 70px;
  padding: 10px 20px;
  margin-bottom: 42px;
}
.info_sm_blk.green{
  background: #daf1d3;
}
.info_sm_blk .info_sm_img {
  display: inline-block;
  width: 30px;
  height: 30px;
  overflow: hidden;
  margin: 0 20px 0 0;
}
.info_sm_blk .info_sm_img img {
  width: 100%;
}
.info_sm_blk .info_sm_txt {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  overflow-x: auto;
  color: #563e8e;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.06rem;
}
.info_sm_blk .info_any_txt {
  display: inline-block;
  color: #563e8e;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.06rem;
}
.btn_hold_big {
  padding-top: 16px;
  margin-bottom: 46px;
}
.lihe_h {
  display: block;
  line-height: 0;
  font-size: 0;
  width: 100%;
  border-bottom: 2px solid #e6ebf1;
  padding-top: 26px;
  margin: 0 0 39px;
}
.sm_text {
  font-size: 15px;
  line-height: 1.4;
}
.sm_text p {
  margin: 0 0 21px;
}
.main {
  float: left;
  width: 64.7%;
}
.main2 {
  float: left;
  width: 65%;
}
.aside_r {
  float: right;
  width: 29.6%;
}
.aside_r2 {
  float: right;
  width: 29%;
}
.arr_down {
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 15px;
  margin: 0 3px 0 0;
  line-height: 1;
  position: relative;
  top: -2px;
}
.arr_down img {
  width: 100%;
  height: 100%;
}
.doc_ico {
  display: inline-block;
  height: 55px;
  width: 50px;
  line-height: 1;
  text-align: left;
}
.doc_ico img {
  max-height: 100%;
}
.doc_d {
  position: relative;
  padding-top: 74px;
  margin: 27px 0 20px;
}
.doc_d a {
  display: inline-block;
  font-size: 15px;
  line-height: 1.4;
  color: #585a83;
  text-decoration: none;
}
.doc_d a:hover {
  color: #8e6ed6;
  text-decoration: none;
}
.doc_d .doc_ico {
  position: absolute;
  top: 0;
  left: 0;
}
.doc_d a:hover .arr_down {
  animation: dddown 0.7s linear infinite;
  -webkit-animation: dddown 0.7s linear infinite;
}
@keyframes dddown {
  0% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(0, -1px);
    -ms-transform: translate(0, -1px);
    transform: translate(0, -1px);
  }
  50% {
    -webkit-transform: translate(0, -2px);
    -ms-transform: translate(0, -2px);
    transform: translate(0, -2px);
  }
  75% {
    -webkit-transform: translate(0, -1px);
    -ms-transform: translate(0, -1px);
    transform: translate(0, -1px);
  }
}
@-webkit-keyframes dddown {
  0% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(0, -1px);
    -ms-transform: translate(0, -1px);
    transform: translate(0, -1px);
  }
  50% {
    -webkit-transform: translate(0, -2px);
    -ms-transform: translate(0, -2px);
    transform: translate(0, -2px);
  }
  75% {
    -webkit-transform: translate(0, -1px);
    -ms-transform: translate(0, -1px);
    transform: translate(0, -1px);
  }
}
.body_bg {
  position: absolute;
  top: -240px;
  left: -150px;
  right: -150px;
  height: 830px;
  z-index: -1;
  -webkit-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  transform: rotate(-15deg);
  background: #e6ebf1;
  background: -moz-linear-gradient(left, #e6ebf1 0%, #fff 100%);
  background: -webkit-linear-gradient(left, #e6ebf1 0%, #fff 100%);
  background: linear-gradient(to right, #e6ebf1 0%, #fff 100%);
}
.top_sec {
  padding: 4px 0 0;
  font-size: 21px;
  line-height: 28px;
  margin: 0;
}
.top_sec .h1 {
  margin-bottom: 23px;
}
.top_sec .top_sec_cont {
  width: 630px;
  max-width: 630px;
  min-height: 483px;
  position: relative;
  padding-bottom: 80px;
  z-index: 1;
}
.top_sec p {
  margin-bottom: 42px;
}
.top_sec .top_sec_img {
  position: absolute;
  bottom: 262px;
  right: 15px;
  width: 274px;
  max-height: 100%;
  overflow: hidden;
  height: 204px;
  text-align: right;
}
.top_sec .top_sec_img img {
  max-height: 100%;
}
.top_sec .top_sec_img .top_sec_img_txt {
  font-family: 'IntroScriptR-H2Base', Arial, Helvetica, sans-serif;
  font-size: 21px;
  line-height: 1.1;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  color: #8798aa;
  z-index: 1;
}
.top_sec .top_sec_img2 {
  position: absolute;
  text-align: right;
  right: 151px;
  bottom: 0;
  width: 346px;
  max-height: 100%;
  overflow: hidden;
  height: 242px;
}
.top_sec .top_sec_img2 img {
  max-height: 100%;
}
.adv_sec {
  text-align: center;
  padding: 100px 0 0;
  background: #fff;
  background: -moz-linear-gradient(top, #fff 0%, #e6ebf1 100%);
  background: -webkit-linear-gradient(top, #fff 0%, #e6ebf1 100%);
  background: linear-gradient(to bottom, #fff 0%, #e6ebf1 100%);
}
.adv_sec .h2 {
  margin-bottom: 104px;
}
.adv_sec .adv_hold {
  position: relative;
  margin-bottom: 40px;
}
.adv_sec .adv_hold:before {
  content: '';
  display: block;
  position: absolute;
  overflow: hidden;
  top: 0;
  bottom: 7px;
  left: 50%;
  width: 3px;
  margin-left: -1px;
  background: url("../img/icon/dots_bg.png") repeat-y 50% 0;
  background-size: 3px auto;
}
.adv_sec .adv_hold:after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: -10px;
  background: url("../img/icon/arr_line_down_ico.svg") no-repeat center;
  width: 40px;
  height: 20px;
  margin-left: -20px;
}
.adv_sec .adv_item {
  flex-shrink: 0;
  width: 42.7%;
  position: relative;
  padding: 0 0 0 130px;
  text-align: left;
  font-size: 15px;
  line-height: 1.4;
  color: #515e7f;
  margin: 0 7.3% 66px 0;
}
.adv_sec .adv_item:nth-child(even) {
  margin-right: 0;
  margin-left: 7.3%;
}
.adv_sec .land_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 25px 0 rgba(88, 90, 131, 0.05);
  box-shadow: 0 0 25px 0 rgba(88, 90, 131, 0.05);
  background: #fff;
}
.adv_sec .land_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  overflow: hidden;
  z-index: 1;
  max-width: 55%;
  max-height: 52%;
}
.adv_sec .adv_item_title {
  font-size: 21px;
  font-weight: 700;
  line-height: 1.24;
  color: #32325c;
  margin-bottom: 9px;
}
.adv_sec2 {
  position: relative;
  padding: 38px 0 37px;
}
.adv_sec2:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 201px;
  background: #f6f9fc;
}
.adv_sec2 .adv_sec2_title {
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.4;
  color: #563e8e;
  margin: 0 0 59px;
}
.adv_sec2 .adv_sec2_hold {
  align-items: stretch;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background: #8e6ed6;
  -webkit-box-shadow: 0 5px 25px 0 rgba(86, 62, 142, 0.2);
  box-shadow: 0 5px 25px 0 rgba(86, 62, 142, 0.2);
  font-size: 21px;
  line-height: 1.24;
  color: #fff;
  text-align: left;
  z-index: 1;
}
.adv_sec2 .adv_sec2_hold:before {
  content: '';
  display: block;
  position: absolute;
  top: -90px;
  bottom: -130px;
  left: -10%;
  width: 59%;
  background: #563e8e;
  -webkit-transform: rotate(12deg);
  -ms-transform: rotate(12deg);
  transform: rotate(12deg);
}
.adv_sec2 .adv_sec2_item {
  flex-shrink: 0;
  width: 50%;
  padding: 69px 7.2% 74px;
  position: relative;
  z-index: 1;
}
.adv_sec2 .adv_sec2_item_title {
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.01;
  letter-spacing: 0.03rem;
  text-transform: uppercase;
  color: #fff;
  height: 37px;
  min-height: 37px;
  margin-bottom: 16px;
}
.adv_sec2 .adv_sec2_item_title_img {
  flex-shrink: 0;
  display: inline-block;
  margin: 0 15px 0 0;
}
.adv_sec2 .adv_sec2_item_title_img img {
  max-height: 100%;
}
.partn_sec {
  padding: 66px 0 41px;
  text-align: center;
  background: #f6f9fc;
}
.partn_sec .h2 {
  margin-bottom: 84px;
}
.partn_sec .partn_sec_hold {
  align-items: stretch;
}
.partn_sec .partn_item {
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 25%;
  position: relative;
  overflow: hidden;
  max-height: 99px;
  padding: 0 10px;
  margin: 0 0 53px;
}
.partn_sec .partn_item img {
  max-height: 100%;
}
/* .form */
.form,
.form_ex {
  margin: 0;
}
.form .h4,
.form_ex .h4 {
  margin-bottom: 27px;
}
.form input,
.form_ex input,
.form textarea,
.form_ex textarea,
.form select,
.form_ex select {
  height: 40px;
  padding-left: 19px;
}
.form fieldset,
.form_ex fieldset {
  display: block;
  padding: 0;
  margin: 0 0 28px;
}
.form small,
.form_ex small {
  font-size: 15px;
  font-weight: 300;
  color: #8798aa;
}
.form_ex {
  margin-bottom: 25px;
}
.label {
  font-size: 18px;
  font-weight: 300;
  color: #32325c;
  margin: 0;
  padding: 0 10px 0 0;
}
.input_hold {
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  margin-bottom: 10px;
}
.input_hold .label {
  width: 151px;
  flex-shrink: 0;
}
.input_hold .input {
  flex: 1 1 auto;
  margin: 0;
  height: 40px;
  min-height: 40px;
  justify-content: flex-start;
  align-items: center;
}
.input_hold .input_small {
  flex: 0 0 auto;
  width: 150px;
  max-width: 100%;
}
/* end .form */
.more_info {
  font-size: 13px;
  font-weight: 300;
  line-height: 1.2;
  color: #32325c;
}
.more_info .morinfo_title {
  font-size: 18px;
  font-weight: 700;
  color: #32325c;
  margin: 0 0 27px;
}
.more_info dl {
  margin: 0;
  padding: 0;
  justify-content: flex-start;
  flex-wrap: nowrap;
}

.more_info dl.more_info_oneline{
  margin: 0 0 15px !important;
}

.more_info dl dt,
.more_info dl dd {
  padding: 0;
  margin: 0 0 15px;
  flex-shrink: 0;
}
.more_info dl dt {
  flex-shrink: 0;
  padding-right: 10px;
  width: 151px;
}
.more_info dl dd {
  flex: 1 1 auto;
}
.map_ex {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  overflow: hidden;
  border-radius: 5px;
  margin: 12px 0 30px;
  min-height: 300px;
}
.wrapp_ex {
  align-items: stretch;
  flex-wrap: nowrap;
  margin-bottom: 24px;
}
.wrapp_ex .hold_ex {
  width: 51.3%;
  flex-shrink: 0;
}
.wrapp_ex .map_ex {
  width: 45.4%;
  flex-shrink: 0;
}
/* T A B S */
.tab_list {
  margin: 0;
  padding: 0;
  list-style: none;
  align-items: center;
  justify-content: flex-end;
}
.tab_list li {
  margin: 12px 0;
  padding: 0 0 0 22px;
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  font-weight: 300;
  line-height: 1;
}
.tab_list a {
  text-decoration: none;
  position: relative;
}
.tab_list a:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 0;
  bottom: -5px;
  height: 3px;
  background: #32325c;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.tab_list a:hover,
.tab_list .active {
  text-decoration: none;
  color: #32325c;
}
.tab_list .active {
  cursor: default;
}
.tab_list .active:after {
  width: 100%;
}
.tab_list .arr_r_ico {
  position: relative;
  top: 3px;
}
.tab_blk {
  display: block !important;
  visibility: hidden;
  overflow: hidden;
  height: 0;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.tab_blk.sact {
  visibility: visible;
  height: auto;
  opacity: 1;
  overflow: visible;
}
.tab_title_hold {
  align-items: center;
  flex-wrap: nowrap;
  border-bottom: 2px solid #e6ebf1;
  padding-bottom: 18px;
  margin: 0 0 30px;
  overflow: hidden;
}
.tab_title_hold .tab_title {
  font-size: 18px;
  font-weight: 700;
  color: #32325c;
  text-transform: uppercase;
  line-height: 1;
  margin: 0;
}
/* end T A B S */
.open_block_hold {
  background: #f3f6f9;
  padding: 0 40px;
}
.open_block_hold .open_block_top {
  height: 70px;
  min-height: 70px;
  padding: 10px 0;
  align-items: center;
  position: relative;
}
.open_block_hold .open_block_top:after {
  content: '';
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #8798aa;
  opacity: 0.25;
}
.open_block_hold .open_block_label_hold {
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
.open_block_hold .open_block_img {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  margin: 0 10px 0 0;
}
.open_block_hold .open_block_img img {
  width: 100%;
}
.open_block_hold .open_block_label {
  font-size: 15px;
  font-weight: 300;
  color: #8e6ed6;
  padding: 0 22px 0 0;
  position: relative;
  line-height: 1;
  cursor: pointer;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.open_block_hold .open_block_label:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -3px;
  width: 14px;
  height: 9px;
  background: url("../img/icon/arr_open_down_ico.svg") no-repeat center;
  background-size: 14px 9px;
}
.open_block_hold .open_block_label span:nth-child(2) {
  display: none;
}
.open_block_hold .open_block_label:hover {
  color: #32325c;
}
.open_block_hold .open_block_label:hover:after {
  background-image: url(../img/icon/arr_open_down_dark_ico.svg);
}
.open_block_hold .open_block_content {
  overflow: hidden;
  height: 0;
  visibility: hidden;
  opacity: 0;
}
.open_block_hold.open .open_block_top {
  margin-bottom: 24px;
}
.open_block_hold.open .open_block_top:after {
  display: block;
}
.open_block_hold.open .open_block_label span:nth-child(1) {
  display: none;
}
.open_block_hold.open .open_block_label span:nth-child(2) {
  display: inline;
}
.open_block_hold.open .open_block_label:after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.open_block_hold.open .tab_list a:hover,
.open_block_hold.open .tab_list .active {
  color: #32325c;
}
.open_block_hold.open .tab_list a:after {
  display: block;
}
.open_block_hold.open .open_block_content {
  height: auto;
  visibility: visible;
  opacity: 1;
  margin-bottom: 40px;
}
.white_sec_hold .open_block_hold {
  margin-left: -40px;
  margin-right: -40px;
}
/* CUSTOM SCROLL */
.nano {
  position: relative;
  max-height: 378px;
  overflow: hidden;
}
.nano > .nano-content {
  position: absolute;
  overflow: auto;
  overflow-x: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0 20px 0 0;
}
.nano > .nano-content:focus {
  outline: thin dotted;
}
.nano > .nano-content::-webkit-scrollbar {
  display: none;
}
.has-scrollbar > .nano-content::-webkit-scrollbar {
  display: block;
}
.nano > .nano-pane {
  background: rgba(135, 152, 170, 0.2);
  position: absolute;
  width: 5px;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 1;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  border-radius: 100px;
}
.nano > .nano-pane > .nano-slider {
  background: #8798aa;
  position: relative;
  margin: 0;
  border-radius: 100px;
}
.nano:hover > .nano-pane,
.nano-pane.active,
.nano-pane.flashed {
  opacity: 1;
}
/* end CUSTOM SCROLL */
.ex_sec {
  position: relative;
  overflow: hidden;
}
.ex_sec .white_sec_hold {
  padding-top: 21px;
}
.ex_sec_bg:before {
  content: '';
  display: block;
  position: absolute;
  left: -100%;
  right: -100%;
  bottom: 0;
  height: 64.7%;
  background: #5c5e8d;
  z-index: -1;
  -webkit-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  transform: rotate(-15deg);
}
.txt_imit,
.txt_imit_sm {
  display: block;
  height: 12px;
  border-radius: 100px;
  background: #eef2f7;
  max-width: 100%;
  position: relative;
  top: 2px;
}
.txt_imit_sm {
  width: 150px;
}
.about_sec {
  background: #5c5e8d;
  color: #fff;
  padding: 50px 0 0;
  overflow: hidden;
}
.about_sec .about_sec_hold {
  flex-wrap: nowrap;
  position: relative;
  z-index: 1;
  padding-bottom: 77px;
}
.about_sec .about_sec_title {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.14;
  width: 31%;
  flex-shrink: 0;
  padding: 3px 0 0 40px;
}
.about_sec .big_txt {
  font-size: 46px;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 10px;
  letter-spacing: 0.13rem;
  white-space: nowrap;
}
.about_sec .about_sec_text {
  flex-shrink: 0;
  width: 57.1%;
}
.about_sec .about_sec_img {
  position: absolute;
  left: -132px;
  top: 5px;
  z-index: -1;
  width: 176px;
}
.about_sec .about_sec_img img {
  width: 100%;
}
.sec_header {
  font-size: 21px;
  line-height: 1.33;
  color: #585a83;
  padding-top: 4px;
  margin-bottom: 70px;
}
.sec_header .h1 {
  margin-bottom: 18px;
}
.adr_info_half {
  align-items: stretch;
  flex-wrap: nowrap;
  padding-top: 14px;
  margin-bottom: 21px;
}
.adr_info_half .adr_info_half_l {
  flex-shrink: 0;
  width: 24.9%;
  padding-right: 15px;
  position: relative;
}
.adr_info_half .adr_info_half_l:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 15px;
  right: 0;
  width: 2px;
  background: #e6ebf1;
}
.adr_info_half .adr_info_half_r {
  flex-shrink: 0;
  width: 70.9%;
  padding-right: 19.6%;
}
.adr_info_half .radio_wrapp {
  padding: 0;
}
.auto_compl_hold {
  position: relative;
  z-index: 50;
}
.auto_compl_hold .input {
  position: relative;
  z-index: 2;
}
.auto_compl_hold .auto_compl_blk {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-radius: 5px;
  border: 1px solid #ded7f9;
  overflow: hidden;
  background: #fff;
  -webkit-box-shadow: 0 2px 10px 0 rgba(86, 62, 142, 0.1);
  box-shadow: 0 2px 10px 0 rgba(86, 62, 142, 0.1);
  z-index: 1;
  padding-top: 38px;
}
.auto_compl_hold ul {
  margin: 0 0 3px;
  padding: 15px 14px;
  list-style: none;
  border-top: 1px solid #ded7f9;
}
.auto_compl_hold ul li {
  margin: 0 0 2px;
  padding: 0;
}
.auto_compl_hold .auto_compl_item {
  color: #5c5e8d;
  font-size: 15px;
  font-weight: 300;
  line-height: 1;
  text-decoration: none;
}
.auto_compl_hold .auto_compl_item:hover {
  text-decoration: none;
  color: #5c5e8d;
}
.auto_compl_hold .auto_compl_blk_bottom {
  position: relative;
  font-size: 15px;
  font-weight: 300;
  line-height: 1;
  padding: 13px 0;
  margin: 0 14px 5px;
  border-top: 1px dashed #585a83;
}
.auto_compl_hold .auto_compl_blk_bottom a {
  color: #5c5e8d;
  text-decoration: none;
}
.auto_compl_hold.active input {
  box-shadow: none;
  border: none;
  background: none;
  border-radius: 0;
}
.auto_compl_hold.active .auto_compl_blk {
  display: block;
}
.bd_purpl {
  position: relative;
}
.bd_purpl:before {
  pointer-events: none;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 10px;
  border: 2px solid #beb0f4;
  z-index: 1;
}
/* C U S T O M  S E L E C T */
.custom_select {
  width: 100%;
  position: relative;
}
.custom_select:before {
  content: "";
  display: block;
  pointer-events: none;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  right: 0;
  width: 42px;
  background: url("../img/icon/arr_select_ico.svg") no-repeat center;
  background-size: 14px auto;
}
.custom_select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  padding-right: 35px;
}
.custom_select select::-ms-expand {
  display: none;
}
/* end C U S T O M  S E L E C T */
.blk100 textarea {
  height: 701px;
}
.btn_hold_form {
  padding-top: 13px;
  margin-bottom: 25px;
}
.how_work_sec {
  padding-bottom: 75px;
}
.how_work_sec .sec_header {
  margin-bottom: 43px;
}
.how_work_sec .how_work_sec_block {
  position: relative;
  padding-left: 65.7%;
}
.how_work_sec .how_work_sec_imgBig {
  position: absolute;
  left: -15px;
  top: -13px;
  width: 58.3%;
}
.how_work_sec .how_work_sec_imgSmall {
  position: absolute;
  left: 56%;
  top: 185px;
  width: 8.6%;
}
.how_work_sec .how_work_sec_textHold {
  min-height: 237px;
  border: 2px solid #beb0f4;
  border-radius: 10px;
  -webkit-box-shadow: 2px 0 10px 0 rgba(50, 50, 92, 0.15);
  box-shadow: 2px 0 10px 0 rgba(50, 50, 92, 0.15);
  background: #fff;
}
.how_work_sec .how_work_sec_top {
  align-items: center;
  justify-content: center;
  background: #8e6ed6;
  height: 90px;
  margin: -2px -2px 0;
  border-radius: 10px 10px 0 0;
  padding-top: 4px;
}
.how_work_sec .how_work_sec_top img {
  width: 98px;
}
.how_work_sec .how_work_sec_text {
  padding: 21px 30px 14px;
  font-size: 13px;
  line-height: 18px;
  color: #585a83;
}
.how_work_sec .how_work_sec_text p {
  margin-bottom: 18px;
}
.how_work_sec .how_work_sec_text a {
  font-size: 15px;
  font-weight: 500;
}
.grey_blk_txt {
  color: #8e6ed6;
  border-radius: 5px;
  background: #f3f6f9;
  overflow: hidden;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  padding: 8px 15px;
  font-family: 'Courier', Arial, Helvetica, sans-serif;
}
.grey_blk_hold {
  margin-bottom: 20px;
}
.grey_blk_hold .grey_blk_hold_title {
  color: #8798aa;
  margin-bottom: 10px;
}
.document_sec {
  font-size: 15px;
  line-height: 1.2;
  padding: 0 0 53px;
}
.document_sec p {
  margin-bottom: 18px;
}
.request_sec {
  margin-bottom: 52px;
}
.request_sec .nano {
  max-height: 390px;
}
.request_sec .request_sec_hold {
  background: #f3f6f9;
  border-radius: 10px;
  overflow: hidden;
  padding: 31px 30px 45px;
  font-size: 15px;
  line-height: 1.2;
}
.request_sec .request_sec_top {
  border-bottom: 2px solid #e6ebf1;
  margin-bottom: 21px;
}
.request_sec .request_sec_title {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.01rem;
  margin-bottom: 11px;
  color: #585a83;
}
.request_sec .request_sec_code {
  font-family: 'Courier', Arial, Helvetica, sans-serif;
  display: inline-block;
  margin-bottom: 24px;
}
.param_sec {
  margin-bottom: 37px;
}
.param_sec .param_item {
  font-size: 15px;
  line-height: 1.2;
  color: #32325c;
  margin: 0 0 15px;
}
.param_sec .param_item dl {
  margin: 0;
  padding: 0;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
}
.param_sec .param_item dl dt {
  margin: 0;
  padding: 0 10px 0 0;
  flex-shrink: 0;
  color: #8798aa;
  font-family: 'Courier', Arial, Helvetica, sans-serif;
  width: 170px;
  overflow: hidden;
  line-height: 1.2;
}
.param_sec .param_item dl dd {
  margin: 0;
  padding: 0;
  color: #32325c !important;
  line-height: 1.2;
}
.param_sec .param_item ul {
  margin: 0;
  padding: 9px 0 0 31px;
}
.param_sec .param_item ul li {
  margin: 0 0 10px;
  padding: 0;
  color: #8798aa;
  line-height: 0;
}
.param_sec .param_item ul li:last-child {
  margin: 0;
}
.param_sec .param_item ul li dl dt {
  width: 139px;
}
.param_sec .grey_blk_txt {
  padding: 15px;
}
.plagin_disc_hold {
  padding: 5px 0 0;
  font-size: 15px;
  line-height: 1.2;
}
.plagin_disc_hold .h2 {
  margin-bottom: 19px !important;
}
.plagin_disc_hold ul {
  margin: 0 0 29px;
  padding: 18px 0 26px;
  list-style: none;
  border-bottom: 2px solid #e6ebf1;
}
.plagin_disc_hold ul li {
  margin: 0 0 14px;
  padding: 0;
  font-size: 18px;
}
.plagin_disc_hold .btn_hold {
  margin-bottom: 16px;
}
.plagin_disc_hold .btn {
  min-width: 1px;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
}
.document_sec_top {
  padding: 12px 0 0;
  font-size: 15px;
  line-height: 1.4;
}
.document_sec_top .h2 {
  font-size: 32px;
  margin-bottom: 24px;
}
.document_sec_top .sec_header {
  margin-bottom: 24px;
}
.document_sec_top .sec_header .h2 {
  margin-bottom: 19px;
}
.document_sec_top .document_sec_top_left p {
  margin-bottom: 42px;
}
.document_sec_top .document_sec_top_left p.code{
  margin-bottom: 12px;
}
.document_sec_top .document_sec_top_left .btn_hold {
  padding-bottom: 49px;
  border-bottom: 2px solid #e6ebf1;
  margin-bottom: 43px;
}
.document_sec_top .document_sec_top_left h3,
.document_sec_top .document_sec_top_left .h3 {
  margin-bottom: 5px;
}
.document_sec_top .document_sec_top_left .grey_blk_txt {
  font-size: 15px;
  margin: 8px 0;
}
.document_sec_top .document_sec_top_left .grey_blk_txt.inline {
  display: inline;
}
.document_sec_top .document_sec_top_left ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.document_sec_top .document_sec_top_left ul li {
  margin: 0 0 -2px;
  padding: 0;
  align-items: center;
  justify-content: flex-start;
}
.document_sec_top + .param_sec {
  /*margin-top: -28px;*/
}
/* R E S P O N S I V E */
@media screen and (max-width: 990px) {
  .container {
    width: 100%;
  }
  .table-responsive {
    overflow-y: hidden;
    overflow-x: auto;
  }
  /* M O B I L E  M E N U */
  .main_menu {
    display: none !important;
  }
  .mobile_menu {
    display: block;
    position: fixed;
    max-height: 95vh;
    background: #fff;
    top: 10px;
    left: 10px;
    right: 10px;
    padding: 0;
    margin: 0;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0 1px 7px 0 rgba(142, 110, 214, 0.2);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    transform: translate(0, 10px);
    z-index: -1;
  }
  .mobile_menu .mobile_menu_hold {
    margin: 45px 0;
    overflow: hidden;
    overflow-y: auto;
  }
  .mobile_menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
  }
  .mobile_menu ul li {
    margin: 0;
    padding: 0;
    position: relative;
  }
  .mobile_menu ul li .mob_menu_item {
    display: block;
    font-size: 17px;
    line-height: 1;
    padding: 12px 15px;
  }
  .mobile_menu ul li .mob_menu_item,
  .mobile_menu ul li .mob_menu_item a {
    text-decoration: none;
    color: #8e6ed6;
    display: block;
    padding: 0.625rem 10px;
    text-align: center;
    font-size: 1.5625rem;
    font-weight: 500;
  }
  .mobile_menu ul li .mob_menu_item:hover,
  .mobile_menu ul li.active > .mob_menu_item,
  .mobile_menu ul li.active > .mob_menu_item a {
    color: #32325c;
  }
  .mobile_menu ul li ul {
    padding-left: 20px;
    margin-bottom: 0;
  }
  .mobile_menu .close_btn {
    position: absolute;
    top: 15px;
    right: 14px;
  }
  .mobile_menu .opn_m:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 4px 0 4px;
    border-color: #858585 transparent transparent transparent;
    position: absolute;
    top: 20px;
    right: 10px;
    pointer-events: none;
    z-index: 6;
  }
  .mobile_menu .opn_m.opn:before {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .mobile_menu .arr_open {
    display: block;
    position: absolute;
    top: 10px;
    right: 0;
    width: 22px;
    height: 26px;
    z-index: 5;
  }
  .mobile_menu .in_fall {
    margin: 0 0 10px;
    padding: 0;
    list-style: none;
    display: none;
  }
  .mobile_menu .in_fall li {
    margin: 0;
    padding: 0;
  }
  .mobile_menu .in_fall .in_fall_it {
    display: block;
    text-align: center;
    text-decoration: none;
    font-size: 17px;
    padding: 4px 10px;
  }
  .mobile_menu .in_fall .in_fall_it:hover,
  .mobile_menu .in_fall .active > .in_fall_it {
    color: #32325c;
    text-decoration: none;
  }
  .mobile_menu .opn > .in_fall {
    display: block;
  }
  .mobile_menu .opn_m > .mob_menu_item {
    padding-right: 20px;
  }
  .mobile_menu.open {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    z-index: 250;
  }
  /* SLIDE MENU TOGGLE */
  #menu_label {
    display: block;
    cursor: pointer;
    position: fixed;
    top: 12px;
    right: 10px;
    z-index: 99;
  }
  #menu_label.open {
    display: none;
  }
  /* ICON */
  #nav-toggle {
    width: 33px;
    height: 28px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
  }
  #nav-toggle span:before,
  #nav-toggle span:after {
    content: '';
  }
  #nav-toggle span,
  #nav-toggle span:before,
  #nav-toggle span:after {
    height: 2px;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    background: #8e6ed6;
    border-radius: 3px;
    cursor: pointer;
  }
  #nav-toggle span {
    transition-duration: 0.1s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    left: 5px;
    right: 5px;
    top: 13px;
  }
  #nav-toggle span:before {
    transition: top 0.1s 0.14s ease, opacity 0.1s ease;
    top: -6px;
  }
  #nav-toggle span:after {
    transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    bottom: -6px;
  }
  .slideout-open #nav-toggle span {
    transform: rotate(45deg);
    transition-delay: 0.14s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    background: #32325c;
  }
  .slideout-open #nav-toggle span:before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease, opacity 0.1s 0.14s ease;
  }
  .slideout-open #nav-toggle span:after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    background: #32325c;
  }
  .mobile_menu .reg_list,
  .mobile_menu .lang_ch_hold {
    display: none;
  }
  /* end M O B I L E  M E N U */
  .header {
    padding: 11px 0 0;
    margin-bottom: 40px;
  }
  .user_hold {
    margin: 0;
  }
  .user_hold .name {
    padding: 4px 0;
  }
  .header .header_right {
    padding-right: 40px;
  }
  .offer_pr_sec .offer_pr_top .h2 {
    margin-bottom: 8px !important;
  }
  .offer_pr_sec .offer_pr_hold {
    margin-bottom: 20px;
  }
}
/* end 990px */
@media screen and (max-width: 900px) {
  .offer_pr_sec .offer_pr_hold {
    flex-wrap: wrap;
  }
  .offer_pr_sec .offer_pr_item {
    width: 50%;
  }
  .offer_pr_sec .offer_pr_item:nth-child(3) {
    border: none;
  }
  .offer_pr_sec .offer_pr_item {
    border-bottom: 2px solid #eef2f7 !important;
  }
  .top_sec .top_sec_img .top_sec_img_txt {
    display: none;
  }
  .white_sec_hold {
    padding-left: 15px;
    padding-right: 15px;
  }
  .wrapp_ex {
    flex-direction: column;
  }
  .wrapp_ex .map_ex,
  .wrapp_ex .hold_ex {
    width: 100%;
  }
}
/* end 900px */
@media screen and (max-width: 800px) {
  .offer_pr_sec .offer_pr_txt {
    font-size: 15px;
  }
  .offer_pr_sec {
    padding-bottom: 40px;
  }
  .adv_sec {
    padding-top: 50px;
  }
  .adv_sec .adv_img {
    width: 60px;
    height: 60px;
    border-radius: 10px;
  }
  .adv_sec .adv_item {
    width: 45%;
    padding: 0 0 0 75px;
    margin: 0 5% 40px 0;
  }
  .adv_sec .adv_item:nth-child(even) {
    margin-right: 0;
    margin-left: 5%;
  }
  .adv_sec .h2 {
    margin-bottom: 50px;
  }
  .about_sec {
    padding-top: 20px;
  }
  .about_sec .about_sec_hold {
    flex-direction: column;
    padding-right: 40px;
  }
  .about_sec .about_sec_title {
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
  }
  .about_sec .about_sec_text {
    width: 100%;
  }
  .about_sec .about_sec_img {
    position: absolute;
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
  }
  .tab_title_hold .tab_title {
    margin-bottom: 10px;
  }
  .tab_title_hold {
    flex-direction: column;
    align-items: stretch;
  }
  .tab_list {
    justify-content: space-between;
    margin: 0 0 0 -15px;
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  .tab_list li {
    margin: 8px 0;
    padding: 0 0 0 15px;
  }
  .tab_list li a {
    white-space: nowrap;
  }
}
/* end 800px */
@media screen and (max-width: 768px) {
  .half {
    width: 48%;
  }
  .top_sec .top_sec_cont {
    width: 100%;
    max-width: none;
  }
  h1,
  .h1,
  h2,
  .h2 {
    font-size: 30px;
  }
  html {
    font-size: 16px;
    line-height: 1.2;
  }
  .top_sec {
    font-size: 18px;
    line-height: 1.2;
  }
  .top_sec p {
    margin-bottom: 30px;
  }
  .top_sec .top_sec_cont {
    min-height: 1px;
  }
  .top_sec .top_sec_img {
    top: 0;
    bottom: auto;
    width: 160px;
    height: 204px;
  }
  .adv_sec2 .adv_sec2_title {
    font-size: 25px;
    line-height: 1.2;
    margin: 0 0 30px;
  }
  .adv_sec2 .adv_sec2_hold {
    flex-direction: column;
  }
  .adv_sec2 .adv_sec2_item {
    width: 100%;
    padding: 40px 25px;
  }
  .adv_sec2 .adv_sec2_hold:before {
    display: none;
  }
  .adv_sec2 .adv_sec2_item:first-child {
    background: #563e8e;
  }
  .partn_sec {
    padding: 40px 0 20px;
  }
  .white-popup .btn_hold {
    flex-direction: column;
    padding-top: 0;
  }
  .white-popup .btn_hold .btn {
    margin-bottom: 15px;
  }
  .purpl_block {
    padding: 30px 20px;
    margin-bottom: 15px;
  }
  .white-popup {
    font-size: 16px;
  }
  .list_purpl li:before,
  .list_purpl2 li:before {
    top: 6px;
  }
  .about_sec .about_sec_img {
    right: -20px;
  }
  .q_mark_hold {
    position: static;
  }
  .q_mark_hold .q_mark_text {
    max-width: 100%;
    min-width: 100%;
  }
}
/* end 768px */
@media screen and (max-width: 568px) {
  .header .header_right {
    width: 100%;
    padding: 0;
  }
  .logo {
    margin-bottom: 5px;
  }
  #menu_label {
    top: 11px;
  }
  .user_hold .user_in_btn {
    padding: 4px 0;
  }
  .footer .footer_cont {
    flex-direction: column;
    margin-bottom: 20px;
  }
  .footer .copy_hold {
    flex-direction: column;
    margin-bottom: 15px;
    width: 100%;
  }
  .footer .copy {
    order: 10;
    margin: 15px 0 0;
  }
  .top_sec .top_sec_img,
  .top_sec .top_sec_img2 {
    display: none;
  }
  .top_sec .btn {
    width: 100%;
    min-width: 1px;
  }
  .top_sec .top_sec_cont {
    padding-bottom: 50px;
  }
  .adv_sec .adv_hold:before,
  .adv_sec .adv_hold:after {
    display: none;
  }
  .adv_sec .adv_hold {
    margin: 0;
  }
  .adv_sec .adv_item {
    width: 100%;
    margin: 0 0 40px !important;
  }
  .adv_sec2 .adv_sec2_item_title {
    font-size: 19px;
  }
  .adv_sec2 .adv_sec2_hold {
    font-size: 16px;
  }
  .partn_sec .h2 {
    margin-bottom: 40px;
  }
  .partn_sec .partn_item {
    width: 50%;
    margin-bottom: 30px;
  }
  .partn_sec .partn_sec_hold {
    overflow-y: auto;
    height: 400px;
  }
  .popup_bottom {
    height: auto;
    padding: 20px 20px 10px;
  }
  .popup_bottom_txt {
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
  }
  .soc_hold {
    width: 100%;
    text-align: center;
  }
  .soc_hold a {
    margin: 0 5px 10px;
  }
  .popup_top {
    padding: 0 20px;
  }
  .white-popup {
    padding-top: 40px;
  }
  .white-popup .pop_title {
    font-size: 21px;
  }
  .header {
    margin-bottom: 20px;
  }
  .white-popup p {
    margin-bottom: 20px;
  }
  .mfp-close {
    right: 10px !important;
    top: 10px !important;
  }
  .white-popup {
    padding-top: 30px;
  }
  .white-popup .btn {
    width: 100%;
  }
  .done_blk .done_blk_img {
    width: 50px;
    height: 50px;
    border-radius: 5px;
  }
  .done_blk .done_blk_img img {
    max-width: 55%;
  }
  .done_blk .done_blk_txt {
    padding-left: 20px;
  }
  .purpl_block ul li {
    margin-bottom: 10px;
  }
  .about_sec .about_sec_hold {
    padding-bottom: 20px;
  }
  .input_hold {
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 20px;
  }
  .input_hold .label {
    width: 100%;
    margin-bottom: 10px;
  }
  .more_info dl {
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 15px;
  }
  .more_info dl dt,
  .more_info dl dd {
    margin-bottom: 8px;
  }
  .open_block_hold .open_block_top {
    min-height: 70px;
    padding: 10px 0;
    flex-direction: column;
    align-items: stretch;
    height: auto;
  }
  .open_block_hold .open_block_label_hold {
    margin-bottom: 5px;
  }
}
/* end 568px */
@media screen and (max-width: 530px) {
  .offer_pr_sec .offer_pr_item {
    width: 100%;
  }
  .offer_pr_sec .offer_pr_item {
    border-bottom-width: 2px !important;
  }
  .offer_pr_sec .offer_pr_item:last-child {
    border-bottom: none !important;
  }
}
/* end 530px */
@media (pointer: coarse) {
  .btn .ink {
    display: none !important;
  }
}

.container.examples h2{
  text-transform: uppercase;
}

.empty-field-filler{
  background-color: rgb(243, 246, 249);
  border-radius: 10px;
}