body {
  background: #ffffff;
  color: #1a1a1a;
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 1.57;
  font-family: 'Adelle Sans', sans-serif;
  -webkit-font-smoothing: antialiased; }
@media all and (min-width: 768px) {
  body {
    font-size: 21px; } }

form, fieldset {
  margin: 0;
  padding: 0;
  border-width: 0; }

input, select, textarea, button {
  font-family: 'Adelle Sans', serif;
  font-size: 16px;
  color: #B78677;
  resize: none; }

input:focus, select:focus, textarea:focus, button:focus, a:focus, a:active {
  outline: none !important; }

input[type=text], input[type=password], input[type=submit], input[type=button], input[type=email], input[type=number], input[type=tel], textarea {
  -webkit-appearance: none; }

table {
  border-spacing: 0; }

td, th {
  padding: 0; }

img {
  vertical-align: bottom; }

a img {
  border-width: 0; }

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s; }

input, select, textarea, button {
  transition: all 0.3s; }

a:focus, a:hover {
  outline-width: 0;
  text-decoration: none;
  color: inherit; }

#all {
  min-width: 320px;
  overflow: hidden;
  min-height: 100%;
  height: 100%;
  position: relative; }

.none {
  display: none; }

* {
  margin-top: 0;
  margin-bottom: 0;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  -moz-text-size-adjust: none;
  box-sizing: border-box; }

.btn {
  font-family: Lucida Bright, serif;
  border: 1px solid #B78677;
  color: #464646;
  border-radius: 0;
  padding: 0 30px 0 20px;
  font-size: 15px;
  line-height: 38px;
  transition: all 0.3s;
  overflow: hidden;
  position: relative; }
.btn.btn-dark {
  background-color: #B78677;
  border-width: 0;
  height: 57px;
  width: 177px;
  font-size: 29px;
  line-height: 57px;
  color: white; }
.btn.btn-dark:hover {
  background-color: #464646;
  color: white; }

button.btn {
  background-color: #B78677;
  color: white;
  border-width: 0;
  font-size: 29px;
  line-height: 1.275;
  text-align: center; }
button.btn:hover {
  color: white;
  background-color: #464646; }
button.btn:focus {
  color: white; }
button.btn.btn-main {
  background-color: #464646;
  height: 57px;
  width: 100%; }
@media all and (min-width: 768px) {
  button.btn.btn-main {
    width: 177px; } }
button.btn.btn-main:hover {
  background-color: #B78677; }

.alert {
  border-radius: 0; }

.alert-success {
  border-color: #72f07b; }

.alert-danger {
  border-color: #b35b5b; }

.form-group {
  margin-bottom: 0;
  overflow: hidden;
  margin-bottom: 13px; }
.form-group + .form-group {
  margin-top: -1px; }
.form-group.has-error .form-control {
  box-shadow: none;
  border-color: #b35b5b; }
.form-group.has-success .form-control {
  box-shadow: none;
  border-color: #72f07b; }
.form-group label {
  font-weight: normal; }

.form-control {
  background-color: white;
  border-width: 0;
  border-radius: 0;
  padding: 10px 40px 10px 40px;
  border: 1px solid #eef4ed;
  height: 50px;
  font-size: 16px;
  width: 100%; }
.form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-style: italic;
  color: #7a7a7a; }
.form-control::-moz-placeholder {
  /* Firefox 19+ */
  font-style: italic;
  color: #7a7a7a; }
.form-control:-ms-input-placeholder {
  /* IE 10+ */
  font-style: italic;
  color: #7a7a7a; }
.form-control:-moz-placeholder {
  /* Firefox 18- */
  font-style: italic;
  color: #7a7a7a; }
.form-control:focus {
  box-shadow: none;
  border-color: #eef4ed; }

textarea.form-control {
  height: 270px;
  padding: 40px; }

.checkbox {
  position: relative;
  padding-left: 60px;
  margin-bottom: 27px; }
@media all and (min-width: 768px) {
  .checkbox {
    padding-left: 87px; } }
.checkbox input {
  margin-left: 0;
  position: absolute;
  left: -10000px; }
.checkbox input:checked + .cr span {
  opacity: 1; }
.checkbox label {
  display: block;
  padding: 0;
  margin: 0; }
.checkbox .cr {
  border: 1px solid #eef4ed;
  width: 32px;
  height: 32px;
  position: relative;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ffffff; }
.checkbox .cr span {
  position: absolute;
  text-align: center;
  width: 30px;
  height: 30px;
  left: 0;
  line-height: 30px;
  text-align: center;
  color: #1a1a1a;
  font-size: 16px;
  opacity: 0;
  transition: all 0.3s; }

.text .kalkulator {
  max-width: 680px;
  margin: 40px auto; }
.text .kalkulator h4 {
  font-size: 24px;
  font-weight: normal;
  font-family: "Adelle Sans",sans-serif;
  margin-bottom: 24px;
  margin-top: 70px; }
.text .kalkulator h4:first-child {
  margin-top: 0; }
.text .kalkulator .input-line {
  overflow: hidden;
  margin-bottom: 30px; }
.text .kalkulator .input-line label {
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
  font-family: Adelle Sans,sans-serif; }
@media all and (min-width: 768px) {
  .text .kalkulator .input-line label {
    float: left;
    width: 50%;
    padding-right: 30px; } }
.text .kalkulator .input-line span {
  display: block;
  position: relative; }
@media all and (min-width: 768px) {
  .text .kalkulator .input-line span {
    float: right;
    width: 50%;
    padding-left: 30px; } }
.text .kalkulator .input-line input, .text .kalkulator .input-line select {
  border-width: 0;
  border-bottom: 1px solid #e8e8e8;
  border-radius: 0;
  transition: all 0.3s;
  font-size: 30px;
  color: #1a1a1a;
  height: 60px;
  padding: 0;
  box-shadow: none;
  font-family: Adelle Sans, sans-serif;
  width: 100%;
  background-color: white; }
.text .kalkulator .input-line input:focus, .text .kalkulator .input-line select:focus {
  border-bottom-color: #444444;
  box-shadow: none; }
.text .kalkulator .input-line input option, .text .kalkulator .input-line select option {
  padding: 0; }
.text .kalkulator .input-line input {
  padding-left: 3px; }
.text .kalkulator .input-line select {
  -webkit-appearance: none;
  -moz-appearance: none; }
.text .kalkulator .input-line .select:after {
  content: "";
  position: absolute;
  border-top: 7px solid #1a1a1a;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  right: 4px;
  top: 50%;
  margin-top: -4px;
  pointer-events: none; }
.text .kalkulator p {
  border: 1px solid #1a1a1a;
  overflow: hidden;
  margin-top: 80px; }
.text .kalkulator p > span {
  text-align: center;
  font-size: 14px;
  font-family: Adelle Sans,sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 42px;
  padding: 68px 0 66px 0;
  display: block; }
@media all and (min-width: 768px) {
  .text .kalkulator p > span {
    float: left;
    width: 50%; } }
.text .kalkulator p strong {
  text-align: center;
  background-color: #1a1a1a;
  color: white;
  font-size: 14px;
  font-family: Adelle Sans,sans-serif;
  line-height: 42px;
  padding: 68px 0 66px 0;
  display: block; }
@media all and (min-width: 768px) {
  .text .kalkulator p strong {
    float: left;
    width: 50%; } }
.text .kalkulator p strong span {
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
  margin-top: 5px;
  line-height: 1.5;
  text-transform: uppercase; }
.text .kalkulator p strong .result {
  font-weight: bold;
  font-size: 47px;
  vertical-align: middle;
  line-height: 42px; }

#all-inner {
  position: relative;
  left: 0;
  transform: translate3d(0, 0);
  transition: all 2s; }
.show-menu #all-inner {
  left: 280px; }
@media all and (min-width: 480px) {
  .show-menu #all-inner {
    left: 380px; } }
@media all and (min-width: 768px) {
  .show-menu #all-inner {
    left: 422px; } }
.show-menu #all-inner .full-list {
  box-shadow: 0 0 0 2000px rgba(255, 255, 255, 0.8);
  left: 0; }
.show-menu #all-inner .menu-link button span:nth-child(1) {
  transform: rotate(45deg); }
.show-menu #all-inner .menu-link button span:nth-child(2) {
  opacity: 0; }
.show-menu #all-inner .menu-link button span:nth-child(3) {
  transform: rotate(-45deg); }

header {
  border-bottom: 1px solid #e8e8e8;
  position: relative;
  text-align: center;
  height: 75px;
  color: #1a1a1a; }
header ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  float: right;
  font-size: 15px;
  line-height: 28px;
  position: absolute;
  right: 0;
  top: 26px;
  display: none; }
@media all and (min-width: 768px) {
  header ul {
    display: block; } }
header ul li {
  display: inline-block;
  padding-right: 20px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Adelle Sans', sans-serif;
  color: #8a8a8a; }
header ul li:last-child {
  padding-right: 45px; }
header ul li a:hover {
  color: #4f4f4f; }
header .title {
  margin: 0;
  position: absolute;
  left: 0;
  font-size: 15px;
  padding-left: 44px;
  top: 24px;
  line-height: 28px;
  white-space: nowrap;
  overflow: hidden;
  max-width: 40%;
  text-overflow: ellipsis;
  display: none; }
@media all and (min-width: 1050px) {
  header .title {
    display: block; } }
header .title span {
  font-family: Adelle Sans, sans-serif;
  display: inline-block;
  font-weight: 500; }
header .title span:after {
  content: " ";
  display: inline-block;
  width: 18px;
  height: 1px;
  background-color: #1a1a1a;
  vertical-align: middle;
  margin-left: 9px;
  margin-right: 8px; }
header .title__icon {
  padding: 10px 0 10px 50px;
  background: transparent url(/platforma/assets/images/kursy.png) no-repeat center left;
  margin-left: -30px; }
header .brand {
  margin: 0;
  padding-top: 14px; }

.menu-link {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 13; }
@media all and (min-width: 1050px) {
  .menu-link {
    top: 75px; } }
.menu-link button {
  width: 95px;
  height: 74px;
  border-width: 0;
  background: transparent; }
@media all and (min-width: 1050px) {
  .menu-link button {
    width: 105px; } }
.menu-link button span {
  width: 21px;
  height: 3px;
  background-color: #1a1a1a;
  display: block;
  margin: 5px auto;
  opacity: 1;
  transition: all 1s ease-out;
  transform: rotate(0deg);
  transform-origin: -1px 1px; }
.menu-link button span:last-child {
  display: none; }

.full-list {
  position: fixed;
  height: 100%;
  overflow: auto;
  left: 0;
  top: 0;
  width: 280px;
  height: 100%;
  background-color: #1a1a1a;
  color: white;
  z-index: 11;
  left: -280px;
  box-shadow: 0 0 0 2000px rgba(255, 255, 255, 0);
  transition: left 2s, box-shadow 2s; }
@media all and (min-width: 480px) {
  .full-list {
    width: 380px;
    left: -380px; } }
@media all and (min-width: 768px) {
  .full-list {
    width: 422px;
    left: -422px; } }
@media all and (min-width: 1050px) {
  .full-list {
    padding-top: 75px; } }
.full-list p {
  color: #404040;
  font-size: 18px;
  margin: 0;
  font-family: Adelle Sans, sans-serif;
  padding: 23px 30px;
  border-bottom: 1px solid #404040; }
@media all and (min-width: 768px) {
  .full-list p {
    padding: 23px 75px; } }
.full-list .list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  counter-reset: sekcja; }
.full-list .list > li {
  border-bottom: 1px solid #404040;
  display: block;
  position: relative; }
.full-list .list > li:first-child > a:after {
  counter-increment: none; }
.full-list .list > li.open-visible .open-submenu {
  transform: rotate(90deg); }
.full-list .list > li.open-visible ul {
  max-height: 1600px; }
.full-list .list > li .open-submenu {
  color: #404040;
  font-size: 16px;
  position: absolute;
  left: 3px;
  top: 30px;
  border-width: 0;
  background-color: transparent;
  padding: 0 5px;
  cursor: pointer;
  transition: all 0.3s;
  transform: rotate(0deg); }
@media all and (min-width: 768px) {
  .full-list .list > li .open-submenu {
    left: 39px; } }
.full-list .list > li .open-submenu:hover {
  color: white; }
.full-list .list > li.open {
  background-color: #121212; }
.full-list .list > li a:hover {
  opacity: 0.6; }
.full-list .list > li > a, .full-list .list > li > span {
  font-weight: 300;
  font-size: 17px;
  display: block;
  position: relative;
  padding: 24px 65px 24px 75px;
  line-height: 24px;
  opacity: 1; }
@media all and (min-width: 768px) {
  .full-list .list > li > a, .full-list .list > li > span {
    padding: 24px 85px 24px 120px;
    font-size: 20px; } }
.full-list .list > li > a:before, .full-list .list > li > span:before {
  content: " ";
  width: 6px;
  height: 6px;
  background-color: #404040;
  position: absolute;
  right: 25px;
  top: 34px;
  border-radius: 6px; }
@media all and (min-width: 768px) {
  .full-list .list > li > a:before, .full-list .list > li > span:before {
    right: 45px; } }
.full-list .list > li > a:after, .full-list .list > li > span:after {
  counter-increment: sekcja;
  content: counters(sekcja,".",decimal-leading-zero) ".";
  position: absolute;
  left: 29px;
  top: 25px; }
@media all and (min-width: 768px) {
  .full-list .list > li > a:after, .full-list .list > li > span:after {
    left: 74px; } }
.full-list .list > li > a.done, .full-list .list > li > span.done {
  color: #FCF114;
  text-decoration: line-through; }
.full-list .list > li > a.done:before, .full-list .list > li > span.done:before {
  font-family: 'FontAwesome';
  content: "\f00c";
  background-color: transparent;
  width: auto;
  height: auto;
  border-radius: 0;
  right: 21px;
  top: 20px;
  font-size: 17px; }
@media all and (min-width: 768px) {
  .full-list .list > li > a.done:before, .full-list .list > li > span.done:before {
    right: 41px; } }
.full-list .list > li ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  counter-reset: sekcja;
  max-height: 0;
  transition: all 1s;
  overflow: hidden; }
.full-list .list > li ul li:last-child {
  padding-bottom: 42px; }
.full-list .list > li ul li a, .full-list .list > li ul li span {
  display: block;
  font-size: 17px;
  line-height: 21px;
  font-weight: 300;
  padding: 11px 65px 12px 75px;
  position: relative;
  opacity: 1; }
@media all and (min-width: 768px) {
  .full-list .list > li ul li a, .full-list .list > li ul li span {
    padding: 11px 85px 12px 120px; } }
.full-list .list > li ul li a:before, .full-list .list > li ul li span:before {
  content: " ";
  width: 6px;
  height: 6px;
  background-color: #404040;
  position: absolute;
  right: 25px;
  top: 19px;
  border-radius: 6px; }
@media all and (min-width: 768px) {
  .full-list .list > li ul li a:before, .full-list .list > li ul li span:before {
    right: 45px; } }
.full-list .list > li ul li a:after, .full-list .list > li ul li span:after {
  counter-increment: sekcja;
  content: counters(sekcja,".") ".";
  position: absolute;
  left: 29px;
  top: 11px; }
@media all and (min-width: 768px) {
  .full-list .list > li ul li a:after, .full-list .list > li ul li span:after {
    left: 74px; } }
.full-list .list > li ul li a.done, .full-list .list > li ul li span.done {
  color: #FCF114;
  text-decoration: line-through; }
.full-list .list > li ul li a.done:before, .full-list .list > li ul li span.done:before {
  font-family: 'FontAwesome';
  content: "\f00c";
  background-color: transparent;
  width: auto;
  height: auto;
  border-radius: 0;
  right: 21px;
  top: 14px;
  font-size: 17px; }
@media all and (min-width: 768px) {
  .full-list .list > li ul li a.done:before, .full-list .list > li ul li span.done:before {
    right: 41px; } }

@media all and (min-width: 1050px) {
  .is-fixed nav {
    height: 75px; }
  .is-fixed .menu-link {
    top: 0; }
  .is-fixed #menu-bar {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 75px;
    z-index: 10;
    transition: all 2s; }
  .is-fixed .progress-section-outer {
    position: fixed;
    left: 0;
    top: 75px;
    width: 100%;
    height: 75px;
    z-index: 10;
    transition: all 2s; }
  .is-fixed.show-menu #menu-bar {
    left: 422px; }
  .is-fixed.show-menu .progress-section-outer {
    left: 422px; } }
#menu-bar {
  background-color: white; }

.page-nav {
  border-bottom: 1px solid #e8e8e8;
  position: relative;
  color: #1a1a1a;
  height: 150px;
  z-index: 12; }
@media all and (min-width: 1050px) {
  .page-nav {
    height: 75px; } }
.page-nav .name {
  text-align: center;
  margin: 0;
  font-size: 19px;
  height: 74px;
  line-height: 74px;
  border-bottom: 1px solid #e8e8e8; }
@media all and (min-width: 1050px) {
  .page-nav .name {
    border-bottom-width: 0;
    padding-left: 350px;
    padding-right: 350px; } }
.page-nav .name span {
  display: inline-block;
  vertical-align: middle;
  line-height: 24px;
  position: relative;
  z-index: 100;
  mix-blend-mode: difference;
  color: #d1d1d1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  pointer-events: none;
  max-width: 100%; }
.page-nav .name span strong {
  font-family: Adelle Sans, sans-serif;
  font-weight: 500;
  margin-right: 10px; }
.page-nav .prev-next {
  list-style-type: none;
  margin: 0;
  padding: 0; }
@media all and (min-width: 1050px) {
  .page-nav .prev-next {
    position: relative; } }
.page-nav .prev-next .prev {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 14px 21px;
  border-left: 1px solid #e8e8e8;
  width: 50%;
  cursor: pointer;
  display: none;
  transition: all 0.3s; }
@media all and (min-width: 768px) {
  .page-nav .prev-next .prev {
    display: block; } }
@media all and (min-width: 1050px) {
  .page-nav .prev-next .prev {
    bottom: auto;
    left: 105px;
    right: 50%;
    width: auto;
    top: 0; }
  .page-nav .prev-next .prev:hover:before {
    width: 100%; }
  .page-nav .prev-next .prev:hover i:before {
    color: white;
    border-color: #1a1a1a; }
  .page-nav .prev-next .prev:hover span.nor {
    display: none; }
  .page-nav .prev-next .prev:hover span:last-child {
    display: block; } }
.page-nav .prev-next .prev:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background-color: #1a1a1a;
  transition: all 0.3s;
  z-index: -1; }
.page-nav .prev-next .prev a {
  display: block; }
.page-nav .prev-next .prev a .fa {
  display: inline; }
.page-nav .prev-next .prev a i:before {
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 45px;
  height: 45px;
  border-radius: 40px;
  position: absolute;
  text-align: center;
  line-height: 43px;
  font-size: 18px;
  top: 14px;
  transition: all 0.3s; }
.page-nav .prev-next .prev span.nor {
  font-size: 12px;
  font-family: Adelle Sans, sans-serif;
  line-height: 45px;
  letter-spacing: 1px;
  padding-left: 64px; }
.page-nav .prev-next .prev span:last-child {
  color: white;
  display: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  padding-left: 64px; }
.page-nav .prev-next .prev span:last-child strong {
  line-height: 45px;
  font-family: Adelle Sans, sans-serif;
  font-weight: normal;
  font-size: 16px;
  margin-right: 10px;
  font-weight: 500; }
.page-nav .prev-next .next {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 14px 16px 14px 21px;
  width: 100%;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s; }
@media all and (min-width: 768px) {
  .page-nav .prev-next .next {
    text-align: right;
    width: 50%; } }
@media all and (min-width: 1050px) {
  .page-nav .prev-next .next {
    bottom: auto;
    top: 0;
    padding-right: 46px; }
  .page-nav .prev-next .next:hover:before {
    width: 100%; }
  .page-nav .prev-next .next:hover .link-done .normal, .page-nav .prev-next .next:hover .link-done .normal1 {
    display: none; }
  .page-nav .prev-next .next:hover .link-done .normal i:before, .page-nav .prev-next .next:hover .link-done .normal1 i:before {
    opacity: 0; }
  .page-nav .prev-next .next:hover .link-done .hover {
    display: block; } }
.page-nav .prev-next .next:before {
  content: " ";
  position: absolute;
  right: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background-color: #1a1a1a;
  transition: all 0.3s;
  z-index: -1; }
.page-nav .prev-next .next .link-done {
  background-color: transparent;
  border-width: 0;
  color: #1a1a1a;
  margin: 0;
  font-size: 16px; }
.page-nav .prev-next .next .link-done .normal > span:first-child {
  font-size: 12px;
  font-family: Adelle Sans, sans-serif;
  line-height: 45px;
  letter-spacing: 1px; }
.page-nav .prev-next .next .link-done .normal i {
  position: relative;
  display: inline-block;
  background-color: #FCF114;
  width: 125px;
  border-radius: 30px;
  height: 45px;
  vertical-align: middle;
  margin-left: 18px;
  text-align: center; }
.page-nav .prev-next .next .link-done .normal i .border-top {
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  overflow: hidden; }
.page-nav .prev-next .next .link-done .normal i .border-top:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 45px;
  border-radius: 30px; }
.page-nav .prev-next .next .link-done .normal i .fa {
  position: absolute;
  left: 1px;
  top: 1px;
  right: 1px;
  bottom: 1px;
  text-align: center;
  border-radius: 30px;
  line-height: 43px; }
.page-nav .prev-next .next .link-done .normal1 span {
  font-size: 12px;
  font-family: Adelle Sans, sans-serif;
  line-height: 45px;
  letter-spacing: 1px; }
.page-nav .prev-next .next .link-done .normal1 i {
  display: inline-block;
  width: 64px;
  text-align: right; }
.page-nav .prev-next .next .link-done .normal1 i:before {
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 45px;
  height: 45px;
  border-radius: 40px;
  position: absolute;
  text-align: center;
  line-height: 43px;
  font-size: 18px;
  top: 14px;
  right: 44px;
  opacity: 1;
  transition: all 0.3s; }
.page-nav .prev-next .next .link-done .hover {
  color: white;
  display: none;
  white-space: nowrap;
  overflow: hidden; }
.page-nav .prev-next .next .link-done .hover.colored-hover i {
  width: 125px; }
.page-nav .prev-next .next .link-done .hover strong {
  line-height: 45px;
  font-family: Adelle Sans, sans-serif;
  font-weight: normal;
  font-size: 16px;
  margin-right: 10px;
  font-weight: 500; }
.page-nav .prev-next .next .link-done .hover i {
  display: inline-block;
  width: 44px;
  margin-left: 18px;
  text-align: center; }

.progress-section {
  border-bottom: 1px solid #e8e8e8;
  color: #1a1a1a;
  position: relative;
  background-color: white;
  display: none; }
@media all and (min-width: 480px) {
  .progress-section {
    display: block; } }
@media all and (min-width: 1050px) {
  .progress-section:hover:after {
    opacity: 1;
    visibility: visible; }
  .progress-section:hover ul a, .progress-section:hover ul li > span {
    opacity: 1;
    visibility: visible; } }
.progress-section:after {
  content: " ";
  width: 100%;
  left: 0;
  height: 412px;
  pointer-events: none;
  position: absolute;
  top: 19px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMjAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(20%, #ffffff), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -moz-linear-gradient(top, #ffffff 0%, #ffffff 20%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 20%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #ffffff 20%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s; }
.progress-section ul {
  display: table;
  list-style-type: none;
  margin: 0;
  padding: 0;
  background-color: #FCF114;
  width: 100%;
  position: relative;
  z-index: 2; }
.progress-section ul li {
  display: table-cell;
  position: relative;
  height: 18px;
  width: 5%; }
.progress-section ul li:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: white;
  color: #1a1a1a; }
.progress-section ul li:after {
  width: 6px;
  height: 6px;
  background-color: #e0e0e0;
  border-radius: 40px;
  position: absolute;
  content: " ";
  left: 50%;
  top: 6px;
  margin-left: -3px; }
.progress-section ul li.active:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent url(../images/layer1.png) no-repeat center; }
.progress-section ul li.active:after {
  display: none; }
.progress-section ul li.active a {
  color: #1a1a1a; }
.progress-section ul li.done:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent url(../images/layer.png) no-repeat center; }
.progress-section ul li.done:after {
  display: none; }
.progress-section ul li.done a {
  color: #1a1a1a; }
.progress-section ul li.novisible a {
  color: transparent !important; }
.progress-section ul li.novisible a:before {
  color: transparent !important; }
.progress-section ul li > a, .progress-section ul li > span {
  position: absolute;
  font-size: 12px;
  line-height: 17px;
  text-align: center;
  top: 32px;
  width: 100%;
  color: transparent;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s; }
.progress-section ul li > a:before, .progress-section ul li > span:before {
  display: block;
  border: 1px solid #e9e9e9;
  background-color: white;
  border-radius: 30px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  margin: 0 auto 10px auto;
  font-size: 16px; }
.progress-section ul li > a strong, .progress-section ul li > span strong {
  font-weight: 500;
  font-family: Adelle Sans, sans-serif;
  display: block; }
.progress-section ul li > a span, .progress-section ul li > span span {
  display: block;
  max-width: 105px;
  margin: 0 auto;
  font-family: 'Adelle Sans', sans-serif; }

.block {
  max-width: 810px;
  margin: 0 auto;
  padding: 0 30px; }

footer {
  font-size: 14px;
  color: #a5a5a5;
  text-align: center;
  font-family: Adelle Sans, sans-serif;
  padding-bottom: 46px;
  padding-top: 55px; }

.subtitle {
  font-size: 14px;
  font-family: Adelle Sans, sans-serif;
  letter-spacing: 1px; }

.layer-popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.8);
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s; }
.layer-popup.show {
  visibility: visible;
  opacity: 1; }

.popup-outer {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1100;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s, visibility 0.3s; }
.popup-outer.show {
  visibility: visible;
  opacity: 1; }
.popup-outer .popup-inner {
  border: 1px solid #e8e8e8;
  background-color: white;
  box-shadow: 0 10px 70px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  max-width: 616px;
  position: relative; }
.popup-outer .subtitle {
  text-align: center;
  padding-top: 45px;
  text-transform: uppercase; }
.popup-outer h2 {
  font-size: 24px;
  text-align: center;
  font-weight: 500;
  padding-top: 16px; }
.popup-outer dl {
  padding: 5px 15px 15px 15px;
  font-size: 14px;
  font-family: Adelle Sans, sans-serif;
  letter-spacing: 1px;
  line-height: 1.6em; }
@media all and (min-width: 768px) {
  .popup-outer dl {
    padding: 23px 60px 45px 60px; } }
.popup-outer dl dt {
  font-weight: normal; }
@media all and (min-width: 768px) {
  .popup-outer dl dt {
    float: left; } }
.popup-outer dl dd {
  font-weight: normal;
  min-height: 1.6em; }
@media all and (min-width: 768px) {
  .popup-outer dl dd {
    margin-left: 200px; } }
.popup-outer form {
  padding: 5px 15px 15px 15px; }
@media all and (min-width: 768px) {
  .popup-outer form {
    padding: 23px 60px 45px 60px; } }
.popup-outer form label {
  font-size: 14px;
  color: #a5a5a5;
  display: block;
  font-family: Adelle Sans, sans-serif;
  font-weight: normal;
  margin-bottom: 0; }
.popup-outer form .form-group {
  padding-top: 37px; }
.popup-outer form .form-control {
  border-width: 0;
  border-bottom: 1px solid #e8e8e8;
  border-radius: 0;
  transition: all 0.3s;
  font-size: 22px;
  color: #666666;
  height: 47px;
  font-weight: 300;
  padding: 0;
  box-shadow: none;
  font-family: Adelle Sans, sans-serif; }
.popup-outer form .form-control:focus {
  border-bottom-color: #444444;
  box-shadow: none; }
.popup-outer form textarea.form-control {
  background: transparent url(../images/main/textarea.png);
  height: 240px;
  line-height: 60px; }
.popup-outer .button {
  text-align: center; }
.popup-outer .btn {
  background-color: #1a1a1a;
  font-family: Adelle Sans, sans-serif;
  color: white;
  letter-spacing: 1px;
  border-radius: 0;
  font-size: 12px;
  padding: 9px 24px;
  line-height: 23px;
  margin-top: 38px; }
.popup-outer .btn:hover {
  background-color: #343434; }
.popup-outer .button-close {
  position: absolute;
  right: 0;
  top: -42px;
  width: 42px;
  height: 42px;
  padding: 0;
  border-width: 0;
  background: transparent url(../images/close.png) no-repeat center; }
@media all and (min-width: 768px) {
  .popup-outer .button-close {
    right: -42px; } }
.popup-outer .button-close span {
  display: none; }

.inline-form {
  margin: 60px 0; }
.inline-form .group {
  display: none;
  font-size: 18px; }
@media all and (min-width: 768px) {
  .inline-form .group {
    padding-left: 87px; } }
.inline-form .group .item-avatar {
  position: absolute;
  left: -87px;
  top: 0;
  text-align: center;
  color: #bdbdbd;
  font-size: 12px;
  font-family: 'Adelle Sans', sans-serif;
  width: 65px;
  display: none; }
@media all and (min-width: 768px) {
  .inline-form .group .item-avatar {
    display: block; } }
.inline-form .group .item-avatar img {
  border-radius: 50px;
  border: 2px solid white;
  margin-bottom: 14px;
  display: block; }
.inline-form .group .form-title {
  display: block;
  background-color: white;
  padding: 30px 40px;
  margin-bottom: 20px;
  font-size: 18px;
  position: relative;
  background-color: #e4edef; }
.inline-form .group .form-title:before {
  content: " ";
  position: absolute;
  border-right: 9px solid #e4edef;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  left: -9px;
  top: 33px;
  display: none; }
@media all and (min-width: 768px) {
  .inline-form .group .form-title:before {
    display: block; } }
.inline-form .group:first-child {
  display: block; }
.inline-form .group.show {
  display: block; }
.inline-form .group .answer {
  position: relative;
  font-size: 18px;
  background-color: white;
  padding: 30px 40px;
  margin-bottom: 20px;
  font-size: 18px;
  display: inline-block;
  background-color: #e4edef; }
.inline-form .group .answer:before {
  content: " ";
  position: absolute;
  border-right: 9px solid #e4edef;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  left: -9px;
  top: 33px; }
.inline-form .group .checkboxs {
  display: table;
  width: 100%;
  margin: 36px 0; }
.inline-form .group .checkbox {
  display: table-cell;
  width: 33.33%;
  border-left: 1px dashed #e2e2e2;
  text-align: center;
  margin: 0;
  padding-left: 15px;
  padding-right: 15px; }
.inline-form .group .checkbox:first-child {
  border-left-width: 0; }
.inline-form .group .checkbox .cr {
  position: static;
  display: inline-block;
  border: 1px solid #E4EDEF;
  color: #E4EDEF;
  border-radius: 30px;
  position: relative;
  margin-bottom: 10px;
  transition: all 0.3s;
  line-height: 29px;
  font-size: 16px;
  font-family: 'Adelle Sans', sans-serif; }
.inline-form .group .checkbox .cr:hover {
  background-color: #E4EDEF;
  color: white; }
.inline-form .group .checkbox .cr:hover span {
  opacity: 1; }
.inline-form .group .checkbox .cr .fa {
  color: white; }
.inline-form .group .checkbox input[disabled] + .cr:hover {
  background-color: transparent;
  color: #badcc1; }
.inline-form .group .checkbox input[disabled]:checked + .cr:hover {
  background-color: #E4EDEF;
  color: white; }
.inline-form .group .checkbox input[disabled]:checked:before {
  color: transparent; }
.inline-form .group .checkbox input:checked + .cr {
  background-color: #E4EDEF; }
.inline-form .group .checkbox input:checked + .cr + .label-text {
  font-weight: bold; }
.inline-form .group .checkbox .label-text {
  font-size: 14px;
  line-height: 20px;
  display: block; }

@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(3px); }
  50% {
    -webkit-transform: translateY(-3px); } }
@keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(3px); }
  50% {
    -webkit-transform: translateY(-3px); } }
.loader {
  display: inline-block;
  vertical-align: middle; }
.loader span {
  display: inline-block;
  background-color: #1a1a1a;
  border-radius: 10px;
  width: 7px;
  height: 7px;
  margin-left: 10px;
  vertical-align: middle;
  animation: bounce 0.8s infinite;
  -webkit-animation: bounce 0.8s infinite;
  animation-fill-mode: both; }
.loader span:first-child {
  margin-left: 0; }
.loader span + span {
  animation-delay: 0.1s; }
.loader span + span + span {
  animation-delay: 0.2s; }

#content {
  color: #1a1a1a;
  padding-top: 89px;
  padding-bottom: 70px; }
@media all and (min-width: 1050px) {
  #content {
    padding-top: 139px; } }
@media all and (min-width: 1050px) {
  #content.show h1 {
    opacity: 1;
    transform: translate(0, 0); }
  #content.show .no {
    opacity: 1;
    transform: translate(0, 0); }
  #content.show .summary {
    opacity: 1;
    transform: translate(0, 0); }
  #content.show .text {
    opacity: 1;
    transform: translate(0, 0); } }
#content + .start-section {
  border-top: 1px solid #e8e8e8; }
#content .no {
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'Adelle Sans', sans-serif;
  margin-bottom: 29px; }
@media all and (min-width: 1050px) {
  #content .no {
    opacity: 0;
    transform: translate(0, 30px);
    transition: all 1s; } }
#content .no strong {
  display: block;
  font-weight: 500;
  font-size: 32px;
  padding-top: 21px; }
#content h1 {
  font-size: 40px;
  font-weight: 500;
  text-align: center;
  max-width: 960px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto 68px auto;
  font-weight: 500; }
@media all and (min-width: 768px) {
  #content h1 {
    font-size: 55px; } }
@media all and (min-width: 1050px) {
  #content h1 {
    opacity: 0;
    transform: translate(0, 30px);
    transition: all 1s;
    transition-delay: 0.3s; } }
#content .summary {
  max-width: 960px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto 37px auto;
  text-align: center;
  font-size: 21px;
  font-style: italic; }
@media all and (min-width: 768px) {
  #content .summary {
    font-size: 24px; } }
@media all and (min-width: 1050px) {
  #content .summary {
    opacity: 0;
    transform: translate(0, 30px);
    transition: transform 1s, opacity 1s;
    transition-delay: 0.6s; } }
#content .text {
  color: #4f4f4f; }
@media all and (min-width: 1050px) {
  #content .text {
    opacity: 0;
    transform: translate(0, 30px);
    transition: transform 1s, opacity 1s;
    transition-delay: 0.9s; } }
#content .text:before {
  content: " ";
  display: block;
  background-color: #e8e8e8;
  height: 1px;
  max-width: 235px;
  margin: 0 auto 47px auto; }

.text h3, .text h4, .text h5 {
  font-weight: 500;
  font-family: Adelle Sans, sans-serif;
  font-size: 32px;
  color: #1a1a1a;
  margin-bottom: 1.4em;
  margin-top: 40px; }
.text h4 {
  font-size: 24px; }
.text h5 {
  font-size: 20px; }
.text p {
  margin-bottom: 1.57em; }
.text ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }
.text ul li {
  position: relative;
  padding-left: 38px;
  margin-bottom: 1.57em; }
.text ul li:before {
  content: " ";
  width: 7px;
  height: 7px;
  background-color: #a7a7a7;
  position: absolute;
  left: 0;
  top: 10px; }
.text img {
  max-width: 100%;
  height: auto; }

.content-form {
  background-color: #E4EDEF;
  padding-bottom: 79px;
  font-size: 16px;
  line-height: 1.73;
  padding-top: 74px; }
@media all and (min-width: 768px) {
  .content-form {
    font-size: 19px;
    padding-top: 80px;
    padding-bottom: 109px; } }
.content-form h2 {
  font-size: 28px;
  font-weight: 500;
  font-family: Adelle Sans, sans-serif;
  color: #1a1a1a;
  padding-bottom: 33px; }
@media all and (min-width: 768px) {
  .content-form h2 {
    font-size: 32px; } }
.content-form h3 {
  font-size: 22px;
  font-weight: 500;
  font-family: Adelle Sans, sans-serif;
  color: #1a1a1a;
  margin-bottom: 47px; }
@media all and (min-width: 768px) {
  .content-form h3 {
    font-size: 24px; } }
.content-form p + h3 {
  margin-top: 50px; }
.content-form form {
  padding-top: 8px; }
.content-form form p {
  margin-bottom: 35px; }
.content-form .form-group {
  padding-bottom: 30px;
  padding-top: 10px; }
.content-form .form-group label {
  display: block;
  position: relative;
  padding-left: 40px;
  margin-bottom: 38px; }
.content-form .form-group label .no {
  font-weight: 500;
  font-family: Adelle Sans, sans-serif;
  position: absolute;
  left: 0;
  top: 0; }
.content-form .download {
  list-style-type: none;
  margin: 0;
  padding: 0; }
.content-form .download a {
  display: block;
  position: relative;
  padding: 10px 0 10px 60px; }
@media all and (min-width: 768px) {
  .content-form .download a {
    padding-left: 87px; } }
.content-form .download a:hover i {
  background-color: #1a1a1a;
  color: white; }
.content-form .download i {
  background-color: white;
  border: 1px solid #eaeaea;
  color: #1a1a1a;
  line-height: 43px;
  width: 45px;
  border-radius: 30px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 16px;
  transition: all 0.3s; }
@media all and (min-width: 768px) {
  .content-form .download i {
    left: 9px; } }
@media all and (min-width: 768px) {
  .content-form .cr {
    left: 15px; } }
.content-form .form-textarea {
  position: relative; }
@media all and (min-width: 768px) {
  .content-form .form-textarea {
    padding-left: 87px; } }
.content-form .form-textarea .form-avatar {
  position: absolute;
  left: 0;
  top: 10px;
  display: none; }
@media all and (min-width: 768px) {
  .content-form .form-textarea .form-avatar {
    display: block; } }
.content-form .form-textarea .form-avatar img {
  border-radius: 50px;
  border: 2px solid white; }
.content-form .form-textarea label {
  display: block;
  background-color: white;
  padding: 30px 40px;
  margin-bottom: 20px;
  font-size: 18px;
  position: relative; }
@media all and (min-width: 768px) {
  .content-form .form-textarea label:before {
    content: " ";
    position: absolute;
    border-right: 9px solid white;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    left: -9px;
    top: 33px; } }
.content-form .form-textarea .textarea-outer {
  background-color: white;
  padding: 30px 36px; }
.content-form .form-textarea .textarea-outer textarea {
  height: 238px;
  background: white url(../images/textarea.png);
  box-shadow: none;
  padding: 0;
  border-width: 0;
  line-height: 34px; }

.summary-list {
  background-color: #E4EDEF;
  color: #1a1a1a;
  padding-top: 85px;
  padding-bottom: 114px; }
.summary-list h2 {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 66px;
  font-family: Adelle Sans, sans-serif; }
@media all and (min-width: 768px) {
  .summary-list h2 {
    font-size: 32px; } }
.summary-list ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #d0d0d0;
  font-size: 19px; }
.summary-list ul li {
  border-bottom: 1px solid #d0d0d0;
  padding: 27px 0 23px 46px;
  position: relative; }
.summary-list ul li:before {
  content: " ";
  position: absolute;
  border: 1px solid #d1d1d1;
  border-radius: 10px;
  background: transparent url(../images/arrow.png) no-repeat center;
  left: 0;
  top: 27px;
  width: 20px;
  height: 20px; }

.start-section a {
  display: block;
  position: relative;
  padding-top: 96px;
  padding-bottom: 72px; }
@media all and (min-width: 1050px) {
  .start-section a:hover .hover {
    opacity: 1; } }
.start-section p {
  text-align: center;
  color: #1a1a1a; }
.start-section .prepare {
  font-size: 14px;
  font-family: 'Adelle Sans', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px; }
.start-section .button-start {
  font-size: 21px;
  padding-top: 6px;
  font-weight: 500; }
.start-section .button-start i {
  position: relative;
  display: inline-block;
  background-color: #FCF114;
  width: 125px;
  border-radius: 30px;
  height: 45px;
  vertical-align: middle;
  margin-top: 41px; }
.start-section .button-start i .border-top {
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  overflow: hidden; }
.start-section .button-start i .border-top:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 45px;
  border-radius: 30px; }
.start-section .button-start i .fa {
  position: absolute;
  left: 1px;
  top: 1px;
  right: 1px;
  bottom: 1px;
  text-align: center;
  border-radius: 30px;
  line-height: 43px; }
.start-section .hover {
  position: absolute;
  color: white;
  background-color: #1a1a1a;
  opacity: 0;
  left: 0;
  top: 0;
  width: 100%;
  bottom: 0;
  font-size: 21px;
  padding-top: 133px;
  transition: all 0.3s;
  font-weight: 500; }
.start-section .hover strong {
  font-size: 14px;
  font-family: 'Adelle Sans', sans-serif;
  text-transform: uppercase;
  display: block;
  font-weight: normal;
  margin-bottom: 15px;
  letter-spacing: 1px; }
.start-section .hover span {
  font-family: 'Adelle Sans', sans-serif;
  font-weight: 500;
  padding-right: 7px; }
.start-section .hover i {
  position: absolute;
  font-size: 16px;
  right: 20px;
  width: 126px;
  text-align: center;
  top: 167px; }
@media all and (min-width: 1050px) {
  .start-section .hover i {
    right: 50px; } }

.finish {
  padding: 10px 15px; }
@media all and (min-width: 768px) {
  .finish {
    padding: 44px 60px; } }
.finish h3 {
  text-align: center;
  font-size: 30px;
  padding-bottom: 16px; }
.finish p {
  font-family: 'Adelle Sans', sans-serif;
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
  text-align: center; }
.finish .vote {
  text-align: center;
  padding-top: 22px;
  padding-bottom: 44px; }
.finish .vote p {
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-bottom: 5px; }
.finish .vote button {
  border-width: 0;
  background: transparent url(../images/star.png) no-repeat center;
  width: 46px;
  height: 46px; }
.finish .vote button.active {
  background-image: url(../images/star1.png); }
.finish .vote button.active1 {
  background-image: url(../images/star1.png); }
.finish .vote button span {
  display: none; }
.finish .form-control {
  font-size: 14px;
  color: #a5a5a5;
  font-family: 'Adelle Sans', sans-serif;
  padding: 20px 24px;
  border: 1px solid #e8e8e8;
  font-style: normal;
  height: 210px;
  box-shadow: none;
  width: 100%; }
.finish .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-style: normal;
  color: #a5a5a5; }
.finish .form-control::-moz-placeholder {
  /* Firefox 19+ */
  font-style: normal;
  color: #a5a5a5; }
.finish .form-control:-ms-input-placeholder {
  /* IE 10+ */
  font-style: normal;
  color: #a5a5a5; }
.finish .form-control:-moz-placeholder {
  /* Firefox 18- */
  font-style: normal;
  color: #a5a5a5; }
.finish .btn {
  background-color: #1a1a1a;
  font-family: Adelle Sans, sans-serif;
  color: white;
  letter-spacing: 1px;
  border-radius: 0;
  font-size: 12px;
  padding: 3px 24px;
  line-height: 23px;
  margin-top: 38px; }
.finish .btn:hover {
  background-color: #343434; }

#layer {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  color: #1a1a1a;
  padding-left: 15px;
  padding-right: 15px;
  overflow: auto; }
#layer #popup {
  max-width: 990px;
  margin: 0 auto;
  box-shadow: 0 0 70px rgba(0, 0, 0, 0.1);
  background-color: white;
  border: 1px solid #e8e8e8;
  border-radius: 2px;
  margin-top: 96px;
  position: relative; }
#layer .btn-close {
  position: absolute;
  top: -46px;
  right: 0px;
  z-index: 10; }
@media all and (min-width: 1380px) {
  #layer .btn-close {
    right: -50px;
    top: -36px; } }
#layer .btn-close button {
  border-width: 0;
  background-color: transparent;
  width: 50px;
  height: 36px;
  text-align: center;
  background: transparent url(../images/close.png) no-repeat center;
  cursor: pointer; }
#layer .btn-close button span {
  display: none; }
#layer .cols {
  overflow: hidden; }
@media all and (min-width: 768px) {
  #layer .col-left {
    float: left;
    width: 50%; } }
#layer .col-left .hello {
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
  text-align: center;
  margin: 0;
  padding-bottom: 45px;
  padding-top: 48px; }
@media all and (min-width: 768px) {
  #layer .col-left .hello {
    font-size: 33px;
    line-height: 41px;
    padding-top: 68px;
    padding-bottom: 65px; } }
#layer .col-left .hello span {
  display: block; }
#layer .col-right {
  display: table;
  border-left: 1px solid #ebebeb;
  width: 100%; }
@media all and (min-width: 768px) {
  #layer .col-right {
    float: left;
    width: 50%; } }
#layer .col-right p, #layer .col-right a {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 15px;
  margin: 0; }
#layer .col-right p .title, #layer .col-right a .title {
  font-size: 14px;
  font-family: 'Adelle Sans', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
  padding-bottom: 16px; }
#layer .col-right p .nr, #layer .col-right a .nr {
  font-weight: 500;
  font-size: 21px;
  display: block; }
#layer .col-right p .nr strong, #layer .col-right a .nr strong {
  font-weight: 500;
  font-family: 'Adelle Sans', sans-serif;
  margin-right: 10px; }
#layer .col-right p i, #layer .col-right a i {
  border: 1px solid #e9e9e9;
  border-radius: 30px;
  font-size: 14px;
  line-height: 43px;
  width: 45px;
  height: 45px;
  margin-top: 38px; }
#layer .box1 {
  display: table-row;
  height: 211px; }
@media all and (min-width: 768px) {
  #layer .box1 {
    height: 311px; } }
#layer .box1 p {
  border-bottom: 1px solid #ebebeb; }
#layer .box2 {
  display: table-row;
  vertical-align: middle;
  height: 211px;
  background-color: white;
  transition: all 0.3s; }
@media all and (min-width: 768px) {
  #layer .box2 {
    height: 311px; } }
#layer .box2:hover {
  background-color: #1a1a1a;
  color: white; }
#layer .graph {
  width: 240px;
  height: 240px;
  position: relative;
  margin: 0 auto; }
@media all and (min-width: 768px) {
  #layer .graph {
    width: 350px;
    height: 350px; } }
#layer .graph .bg {
  background: #FCF114;
  background-size: 100% 100%;
  position: absolute;
  border-radius: 1000px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }
#layer .graph .bg:before {
  content: " ";
  border: 1px solid #e8e8e8;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 300px; }
#layer .graph .bg .left-side {
  position: absolute;
  left: 0;
  width: 120px;
  height: 100%;
  overflow: hidden;
  top: 0; }
@media all and (min-width: 768px) {
  #layer .graph .bg .left-side {
    width: 175px; } }
#layer .graph .bg .left-side div {
  overflow: hidden;
  width: 120px;
  height: 100%;
  left: 120px;
  position: absolute;
  transform-origin: 0% 50%;
  top: 0; }
@media all and (min-width: 768px) {
  #layer .graph .bg .left-side div {
    width: 175px;
    left: 175px; } }
#layer .graph .bg .left-side div div {
  background-color: white;
  border-radius: 200px;
  width: 240px;
  height: 240px;
  position: absolute;
  left: -120px;
  top: 0; }
@media all and (min-width: 768px) {
  #layer .graph .bg .left-side div div {
    width: 351px;
    height: 351px;
    left: -175px; } }
#layer .graph .bg .right-side {
  position: absolute;
  left: 120px;
  width: 120px;
  height: 100%;
  overflow: hidden;
  top: 0; }
@media all and (min-width: 768px) {
  #layer .graph .bg .right-side {
    left: 175px;
    width: 175px; } }
#layer .graph .bg .right-side div {
  overflow: hidden;
  width: 120px;
  height: 100%;
  left: -120px;
  top: 0;
  position: absolute;
  transform-origin: 100% 50%; }
@media all and (min-width: 768px) {
  #layer .graph .bg .right-side div {
    width: 175px;
    left: -175px; } }
#layer .graph .bg .right-side div div {
  background-color: white;
  border-radius: 200px;
  width: 240px;
  height: 240px;
  position: absolute;
  left: 0;
  top: 0; }
@media all and (min-width: 768px) {
  #layer .graph .bg .right-side div div {
    width: 351px;
    height: 351px; } }
#layer .graph p {
  margin: 0;
  font-family: 'Adelle Sans', sans-serif;
  font-size: 14px;
  text-align: center; }
#layer .graph p .to-left {
  position: absolute;
  left: 0;
  width: 70px;
  line-height: 30px;
  top: 50%;
  margin-top: -15px; }
@media all and (min-width: 768px) {
  #layer .graph p .to-left {
    width: 100px; } }
#layer .graph p .to-right {
  position: absolute;
  right: 0;
  width: 70px;
  line-height: 30px;
  top: 50%;
  margin-top: -15px; }
@media all and (min-width: 768px) {
  #layer .graph p .to-right {
    width: 100px; } }
#layer .graph p strong {
  background-color: white;
  border-radius: 100px;
  font-size: 24px;
  font-weight: 500;
  border: 1px solid #e8e8e8;
  width: 106px;
  height: 106px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -53px 0 0 -53px; }
@media all and (min-width: 768px) {
  #layer .graph p strong {
    width: 146px;
    height: 146px;
    margin: -73px 0 0 -73px;
    font-size: 28px; } }
#layer .graph p strong span {
  font-size: 44px;
  display: block;
  line-height: 1;
  margin-bottom: -5px;
  padding-top: 15px; }
@media all and (min-width: 768px) {
  #layer .graph p strong span {
    font-size: 60px;
    padding-top: 25px; } }
