        @font-face {
          font-family: Akrobat;
          src: url(../fonts/Akrobat-Light.eot);
          src: url(../fonts/Akrobat-Light.eot?#iefix) format("embedded-opentype"), url(../fonts/Akrobat-Light.woff) format("woff"), url(../fonts/Akrobat-Light.ttf) format("truetype");
          font-weight: 300;
          font-style: normal;
        }
        @font-face {
          font-family: Akrobat;
          src: url(../fonts/Akrobat-Regular.eot);
          src: url(../fonts/Akrobat-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/Akrobat-Regular.woff) format("woff"), url(../fonts/Akrobat-Regular.ttf) format("truetype");
          font-weight: 400;
          font-style: normal;
        }
        @font-face {
          font-family: Akrobat;
          src: url(../fonts/Akrobat-Bold.eot);
          src: url(../fonts/Akrobat-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/Akrobat-Bold.woff) format("woff"), url(../fonts/Akrobat-Bold.ttf) format("truetype");
          font-weight: 700;
          font-style: normal;
        }
        @font-face {
          font-family: Akrobat;
          src: url(../fonts/Akrobat-Black.eot);
          src: url(../fonts/Akrobat-Black.eot?#iefix) format("embedded-opentype"), url(../fonts/Akrobat-Black.woff) format("woff"), url(../fonts/Akrobat-Black.ttf) format("truetype");
          font-weight: 900;
          font-style: normal;
        }
        @font-face {
          font-family: icomoon;
          src: url(../fonts/icomoon/icomoon.eot?liz1qd);
          src: url(../fonts/icomoon/icomoon.eot?liz1qd#iefix) format("embedded-opentype"), url(../fonts/icomoon/icomoon.ttf?liz1qd) format("truetype"), url(../fonts/icomoon/icomoon.woff?liz1qd) format("woff"),
            url(../fonts/icomoon/icomoon.svg?liz1qd#icomoon) format("svg");
          font-weight: 400;
          font-style: normal;
        }
.loader-build,
.spinner {
  -webkit-box-sizing: border-box;
}
.loader-build {
  margin-left: auto;
  margin-right: auto;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-12,
.dc-input > input,
.form-calc-wrap,
.test-tooltip,
img {
  max-width: 100%;
}
.col-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.dc-btn,
.dc-btn .arrow {
  display: inline-block;
  position: relative;
}
.dc-btn {
  font-weight: 400;
  color: #000;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  padding: 8px 20px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 5px;
  text-decoration: none;
  border: 1px solid transparent;
  outline: 0;
}
.dc-btn .arrow {
  padding-right: 15px;
}
.dc-btn .arrow::after {
  content: "";
  display: block;
  position: absolute;
  width: 7px;
  height: 11px;
  background: url(../img/svg/right.svg) center top no-repeat;
  background-size: 100% 100%;
  right: 0;
  top: 55%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.dc-btn.-lg {
  padding: 10px 25px;
  font-size: 16px;
}
.dc-btn.-sm {
  padding: 5px 15px;
  font-size: 12px;
}
.dc-btn.-block {
  display: block;
  width: 100%;
}
.dc-btn.-primary {
  border-radius: 38px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#f9c766), color-stop(19%, #f6bd3a), color-stop(27%, #f6bd3a), to(#ffe7a4));
  background-image: linear-gradient(to top, #f9c766 0, #f6bd3a 19%, #f6bd3a 27%, #ffe7a4 100%);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
  color: #353535;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.72px;
  padding: 24px 25px;
  background-color: #007bff;
  border: none !important;
  -webkit-transition: none;
  transition: none;
  -webkit-box-shadow: 0 3px 0 0 #dc9e55, 0 10px 20px rgba(220, 158, 85, 0.2);
  box-shadow: 0 3px 0 0 #dc9e55, 0 10px 20px rgba(220, 158, 85, 0.2);
}
.dc-btn.-primary:hover {
  -webkit-box-shadow: 0 3px 0 0 #d9b080, 0 10px 20px rgba(220, 158, 85, 0.2);
  box-shadow: 0 3px 0 0 #d9b080, 0 10px 20px rgba(220, 158, 85, 0.2);
  background-image: -webkit-gradient(linear, left bottom, left top, from(#f2d59e), color-stop(19%, #f5cc6e), color-stop(27%, #f5cc6e), to(#ffe7a4));
  background-image: linear-gradient(to top, #f2d59e 0, #f5cc6e 19%, #f5cc6e 27%, #ffe7a4 100%);
  border-color: transparent;
}
.dc-btn.-primary:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  top: 3px;
}
.dc-btn.-secondary {
  color: #fff;
  background-color: #444;
  border-color: #444;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.dc-btn.-secondary:hover {
  background-color: #373737;
  border-color: #373737;
}
.dc-btn.-outline-primary {
  border-color: #6291ae;
  border-width: 2px;
  color: #6291ae;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.28px;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
  padding: 11px 30px 14px;
  border-radius: 25px;
}
.dc-btn.-outline-primary .icon-phone,
.dc-btn.-outline-primary .phone-t {
  -webkit-transition: color 0.2s ease;
  display: inline-block;
  vertical-align: middle;
}
.dc-btn.-outline-primary .phone-t {
  border-bottom: 1px solid #6291ae;
  line-height: 1.1;
  transition: color 0.2s ease;
}
.dc-btn.-outline-primary .icon-phone {
  transition: color 0.2s ease;
  margin-right: 9px;
  position: relative;
  top: 0;
}
.dc-btn.-outline-primary .icon-phone > :before {
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.dc-btn.-outline-primary:hover {
  background-color: #6291ae;
  color: #fff;
}
.dc-btn.-outline-primary:hover .phone-t {
  border-color: transparent;
}
.dc-btn.-outline-primary:hover .icon-phone > :before {
  color: #fff;
}
.dc-btn.-outline-secondary {
  border-color: #444;
  color: #444;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.dc-btn.-outline-secondary:hover {
  background-color: #444;
  color: #fff;
}
.dc-btn.-gradient {
  overflow: hidden;
  color: #fff;
  border: none;
  background-color: #3f70d5;
  background-image: -webkit-gradient(linear, left top, right top, from(#3f70d5), to(#7fbc51));
  background-image: linear-gradient(to right, #3f70d5 0, #7fbc51 100%);
  background-repeat: repeat-y;
  background-position: 150px 0;
  -webkit-transition: background-position 0.2s ease;
  transition: background-position 0.2s ease;
}
.dc-btn.-gradient:hover {
  background-position: 0 0;
}
.dc-btn:disabled {
  background: #ddd !important;
  border-color: #ddd !important;
  cursor: default !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.dc-btn:disabled:after {
  display: none;
}
.test-tab .agree-wrap {
  padding-top: 22px;
}
.test-tab .dc-btn {
  font-size: 20px;
}
.test-tab .dc-input {
  margin-bottom: 20px;
}
.test-tab .dc-input > input {
  border: 2px solid #d1ac81;
  background-color: #edf2f5 !important;
}
.test-tab .dc-input > input:focus,
.test-tab .dc-input > input:not([value=""]) {
  background-color: #edf2f5 !important;
  border: 2px solid #d1ac81;
}
.test-tab .dc-input > input:focus ~ .floating-l,
.test-tab .dc-input > input:not([value=""]) ~ .floating-l {
  background-color: #edf2f5;
  border-radius: 8px !important;
  color: #6291ae;
  top: -12px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.dc-input {
  position: relative;
}
.dc-input .floating-l {
  position: absolute;
  white-space: nowrap;
  text-align: center;
  display: inline-block;
  padding-left: 2px;
  padding-right: 2px;
  left: 50%;
  top: 50%;
  pointer-events: none;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 18px;
  color: #9ea8af;
  letter-spacing: 0.36px;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
}
.dc-input > input {
  display: block;
  width: 100%;
  outline: 0;
  margin: 0;
  text-align: left;
  font-size: 14px;
  padding: 10px 12px;
  background: #fff;
  border: 1px solid #ddd;
  color: #000;
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color 0.1s ease;
  transition: border-color 0.1s ease;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
.dc-input > input:focus,
.dc-input > input:not([value=""]) {
  background-color: #fff !important;
  border-color: rgba(98, 145, 174, 0.3) !important;
}
.dc-input > input:focus ~ .floating-l,
.dc-input > input:not([value=""]) ~ .floating-l {
  background-color: #fff;
  color: #6291ae;
  top: -12px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.dc-input > input::-webkit-input-placeholder {
  color: #000;
}
.dc-input > input:-moz-placeholder {
  color: #000;
}
.dc-input > input::-moz-placeholder {
  color: #000;
}
.dc-input > input:-ms-input-placeholder {
  color: #000;
}
.dc-input > input:focus {
  border-color: #85b7d9;
}
.dc-input.-bg-primary > input {
  border-color: #f7f7f7;
  background-color: #f7f7f7;
  border-radius: 35px;
  height: 70px;
  text-align: center;
  font-size: 18px;
  color: #9ea8af;
  letter-spacing: 0.36px;
}
.dc-input.-bg-primary > input::-webkit-input-placeholder {
  color: #9ea8af;
  letter-spacing: 0.36px;
}
.dc-input.-bg-primary > input:-moz-placeholder {
  color: #9ea8af;
  letter-spacing: 0.36px;
}
.dc-input.-bg-primary > input::-moz-placeholder {
  color: #9ea8af;
  letter-spacing: 0.36px;
}
.dc-input.-bg-primary > input:-ms-input-placeholder {
  color: #9ea8af;
  letter-spacing: 0.36px;
}
.button,
.test-wrap {
  overflow: hidden;
}
.check-btn::after {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.dc-btn + .btn-note {
  margin-top: 30px;
}
.test-line {
  margin-bottom: 30px;
}
.checked {
  padding-left: 25px;
}
.agree-wrap {
  color: #676a75;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: 0.28px;
}
.checked {
  position: relative;
  cursor: pointer;
  margin-bottom: 15px;
}
.checked span:not(.check-btn) a {
  color: #676a75;
}
.checked span:not(.check-btn) a:hover {
  text-decoration: none;
}
.checked.active .check-btn:after {
  opacity: 0;
}
.check-btn {
  width: 15px;
  height: 15px;
  border-radius: 3px;
  background-color: #efefef;
  position: absolute;
  top: 2px;
  left: 0;
}
.check-btn::after {
  font-family: icomoon !important;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 1px;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  font-size: 9px;
}
.check-btn::after {
  content: "\e908";
  color: #6291ae
}
.checkinpup span.circle-span:before {
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.test-left {
  position: relative;
}
.test-wrap {
  padding-bottom: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  font-family: Akrobat;
  color: #000;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  line-height: 1.2;
}
.checkinpup label,
.choose-checkbox {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
}
.tst-l-wrap {
  width: 50%;
  padding: 0 15px;
}
.test-title {
  font-size: 36px;
  font-weight: 900;
  line-height: 44px;
  color: #2a2b2b;
}
.test-tab {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
  padding-bottom: 40px;
}
.test-tab_active {
  position: relative;
  height: auto;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.checkinpup {
  color: #272727;
  font-size: 16px;
}
.checkinpup:not(:last-child) {
  margin-bottom: 17px;
}
.checkinpup:last-child {
  margin-bottom: 20px;
}
.checkinpup label {
  padding-bottom: 1px;
  position: relative;
  cursor: pointer;
  font-size: 22px;
  font-weight: 300;
  color: #323849;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.checkinpup input {
  display: none !important;
}
.checkinpup input:checked ~ span.circle-span {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#f9c766), color-stop(19%, #f6bd3a), to(#ffe7a4));
  background-image: linear-gradient(to top, #f9c766 0, #f6bd3a 19%, #ffe7a4 100%);
}
.checkinpup input:checked ~ span.circle-span:before {
  opacity: 1;
}
.checkinpup span.circle-span {
  -webkit-box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.05);
  background-color: #e6edf2;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 19px;
  position: relative;
  width: 36px;
  height: 36px;
  border-radius: 50%;
}
.checkinpup span.circle-span:before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  opacity: 0;
}
.test-right::after,
.test-right::before {
  content: "";
  top: 0;
  border-radius: 10px;
  background-color: #fff;
  display: block;
}
.last-spiner,
.start-txt {
  -ms-transform: translate(-50%, -50%);
}
.test-right {
  padding: 20px;
  position: relative;
}
.test-right > * {
  position: relative;
  z-index: 3;
}
.test-right::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 10px 20px rgba(52, 58, 62, 0.1);
  box-shadow: 0 10px 20px rgba(52, 58, 62, 0.1);
  z-index: 1;
}
.test-right::before {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: -10px;
  -webkit-box-shadow: 0 10px 30px rgba(52, 58, 62, 0.1);
  box-shadow: 0 10px 30px rgba(52, 58, 62, 0.1);
  z-index: 0;
}
.button:after,
.content-wrap::before {
  content: "";
}
.test-right-top img {
  display: block;
}
.start-txt {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  margin-top: 20px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 30px;
  font-weight: 900;
  line-height: 36px;
  color: #2a2b2b;
}
.start-txt span {
  font-size: 20px;
  font-weight: 300;
  color: #2a2b2b;
  display: block;
}
.content-wrap {
  position: relative;
}
.content-wrap .img-prev {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.content-wrap::before {
  background: url(../img/start.png) center top no-repeat;
  width: 117px;
  height: 80px;
  position: absolute;
  top: 103px;
  left: 150px;
  z-index: 2;
}
.content-wrap::after,
.test-dots::after {
  content: "";
}
.content-wrap::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
}
.content-wrap.pseudo-remove .start-txt,
.content-wrap.pseudo-remove:after,
.content-wrap.pseudo-remove:before {
  display: none !important;
}
.content-wrap.pseudo-remove .img-prev {
  -webkit-filter: none;
  filter: none;
}
.content-wrap_bg:before {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  background-color: rgba(255, 255, 255, 0.9) !important;
  background-image: none;
}
.content-wrap_bg .start-txt {
  display: none;
}
.content-wrap_bg:after {
  display: none !important;
}
.last-spiner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}
.last-spiner_active {
  opacity: 1;
  z-index: 10;
  width: 100%;
}
.loader-build,
.spinner {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border-width: 2px;
  border-style: solid;
}
        @-webkit-keyframes rotate {
          from {
            -webkit-transform: rotate(0);
            transform: rotate(0);
          }
          to {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
          }
        }
        @keyframes rotate {
          from {
            -webkit-transform: rotate(0);
            transform: rotate(0);
          }
          to {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
          }
        }
.loader-build:before,
.test-line .test-txt {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.loader-build {
  border-color: #6291ae;
  box-sizing: border-box;
  position: relative;
}
.loader-build.active:before {
  opacity: 1 !important;
}
        .area-block,
.loader-build:before {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
}
.loader-build:before {
  transition: opacity 0.2s ease;
  font-family: icomoon !important;
  font-size: 24px !important;
  z-index: 10;
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.list,
.spinner {
  position: relative;
}
.spinner {
  border-color: transparent transparent #bbd3e2;
  -webkit-animation: rotate 1.5s linear 0s infinite;
  animation: rotate 1.5s linear 0s infinite;
  top: -2px;
  left: -2px;
  box-sizing: border-box;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.test-tooltip,
.test-tooltip-item {
  position: absolute;
}
.list li {
  padding-top: 12px;
  text-align: center;
  width: 100%;
  display: none;
  font-size: 30px;
  font-weight: 900;
  line-height: 36px;
  color: #2a2b2b;
}
.list li.active {
  display: block;
}
.button:after,
.rangeslider,
.rangeslider__fill,
.test-dots::after {
  display: block;
}
.test-tooltip {
  width: 424px;
  left: 20px;
  bottom: 20px;
}
.test-tooltip-item {
  -webkit-box-shadow: 0 8px 20px rgba(19, 108, 189, 0.1);
  box-shadow: 0 8px 20px rgba(19, 108, 189, 0.1);
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  bottom: 0;
  left: 0;
  padding: 12px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.test-tooltip-item_active {
  opacity: 1;
  visibility: visible;
}
.test-tooltip-item__img {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.test-tooltip-item__text {
  padding-left: 18px;
}
.test-tooltip-item__top {
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
  color: #2a2b2b;
}
.test-tooltip-item__btm {
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  color: #6a6a6a;
}
.test-line {
  height: 50px;
  -webkit-box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.05);
  border-radius: 25px;
  background-color: #e6edf2;
  position: relative;
  padding: 5px;
}
.test-dots,
.test-dots::after {
  height: 100%;
  border-radius: 20px;
}
.test-line .test-txt {
  text-shadow: 0 6px 20px rgba(0, 0, 0, 0.51);
  font-size: 18px;
  font-weight: 300;
  white-space: nowrap;
  color: #fff;
  position: absolute;
  z-index: 3;
  left: 50%;
  transform: translate(-50%, -50%);
}
.test-dots {
  width: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#6291ae), to(#96bcd4));
  background-image: linear-gradient(to top, #6291ae 0, #96bcd4 100%);
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}
.test-dots::after {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  background: url(../img/step.png) left top repeat-x;
}
.test-title-sm {
  margin-top: 12px;
  font-size: 18px;
  font-weight: 300;
  color: #323849;
}
.checked-wrap {
  padding-top: 50px;
  padding-bottom: 10px;
}
.button_disable {
  background: #d5d5d5 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  cursor: default;
}
.button_disable:active {
  top: 0 !important;
}
.button_disable:after {
  opacity: 0 !important;
  -webkit-animation-name: initial !important;
  animation-name: initial !important;
  -webkit-animation-duration: initial !important;
  animation-duration: initial !important;
  -webkit-animation-timing-function: initial !important;
  animation-timing-function: initial !important;
  -webkit-animation-delay: initial !important;
  animation-delay: initial !important;
  -webkit-animation-iteration-count: initial !important;
  animation-iteration-count: initial !important;
  -webkit-animation-direction: initial !important;
  animation-direction: initial !important;
  -webkit-animation-fill-mode: none !important;
  animation-fill-mode: none !important;
}
.button_next {
  width: 260px;
}
.button:after {
  width: 28px;
  height: 300px;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  left: -30px;
  top: -150px;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0.05s;
  animation-delay: 0.05s;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  -webkit-animation-name: radiance;
  animation-name: radiance;
  -webkit-animation-duration: 2.8s;
  animation-duration: 2.8s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
.button_next:after {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0.05s;
  animation-delay: 0.05s;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  -webkit-animation-name: radiancen;
  animation-name: radiancen;
  -webkit-animation-duration: 2.3s;
  animation-duration: 2.3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
        @-webkit-keyframes radiance {
          0% {
            left: 0;
            margin-left: -30px;
          }
          100%,
          40% {
            left: 100%;
            margin-left: 40px;
          }
        }
        @keyframes radiance {
          0% {
            left: 0;
            margin-left: -30px;
          }
          100%,
          40% {
            left: 100%;
            margin-left: 40px;
          }
        }
        @-webkit-keyframes radiancen {
          0% {
            left: 0;
            margin-left: -30px;
          }
          100%,
          40% {
            left: 100%;
            margin-left: 40px;
          }
        }
        @keyframes radiancen {
          0% {
            left: 0;
            margin-left: -30px;
          }
          100%,
          40% {
            left: 100%;
            margin-left: 40px;
          }
        }
.choose-checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-bottom: 20px;
  margin-left: -12px;
  margin-right: -12px;
}
.item-catalog,
.range-wrap__btm {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
}
.choose-checkbox span:first-child {
  padding-left: 0 !important;
}
.choose-checkbox span:last-child {
  padding-right: 0 !important;
}
.choose-checkbox span,
.choose-checkbox > * {
  white-space: nowrap;
  font-size: 18px;
  font-weight: 900;
  color: #2a2b2b;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 5px;
}
.range-wrap {
  position: relative;
  padding-top: 80px;
  padding-bottom: 140px;
}
.range-wrap__top {
  outline: 0;
  border: none;
  -webkit-box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.05);
  border-radius: 25px 25px 0 0;
  background-color: #e6edf2;
  width: 100%;
  height: 80px;
  position: absolute;
  left: 0;
  top: 5px;
  padding-left: 45px;
  font-size: 30px;
  font-weight: 400;
  color: #323849;
}
.range-wrap__btm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.range-wrap__item {
  font-size: 14px;
  font-weight: 400;
  color: #323849;
  width: 1px;
  height: 20px;
  background-color: rgba(184, 184, 184, 0.3);
  position: relative;
}
.range-wrap__item span {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.rangeslider {
  background: #e6edf2;
  position: relative;
}
.rangeslider--horizontal {
  height: 5px;
  width: 100%;
  z-index: 5;
}
.rangeslider--vertical {
  width: 20px;
  min-height: 150px;
  max-height: 100%;
}
.rangeslider--disabled {
  filter: alpha(Opacity=40);
  opacity: 0.4;
}
.rangeslider__fill {
  background: #5395f3;
  position: absolute;
}
.rangeslider--horizontal .rangeslider__fill {
  top: 0;
  height: 100%;
}
.rangeslider--vertical .rangeslider__fill {
  bottom: 0;
  width: 100%;
}
.rangeslider__handle {
  background: #fff;
  border: 1px solid #ccc;
  cursor: pointer;
  display: inline-block;
  -webkit-box-shadow: 0 4px 7px rgba(0, 0, 0, 0.16);
  box-shadow: 0 4px 7px rgba(0, 0, 0, 0.16);
  width: 26px;
  height: 26px;
  position: absolute;
  background-size: 100%;
  border-radius: 50%;
}
.rangeslider--active .rangeslider__handle,
.rangeslider__handle:active {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
  background-size: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.12)));
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
}
.rangeslider--horizontal .rangeslider__handle {
  top: -10px;
  touch-action: pan-y;
  -ms-touch-action: pan-y;
}
.rangeslider--vertical .rangeslider__handle {
  left: -10px;
  touch-action: pan-x;
  -ms-touch-action: pan-x;
}
input[type="range"]:focus + .rangeslider .rangeslider__handle {
  -webkit-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
  box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
}
.test-title-last {
  font-size: 30px;
  font-weight: 900;
  line-height: 36px;
  color: #2a2b2b;
}
.test-md {
  margin-top: 15px;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
  color: #323849;
}
.form-calc-wrap {
  width: 470px;
}
.form-calc-wrap > * {
  width: 100% !important;
}
.row-catalogs {
  padding-top: 28px;
  margin-bottom: -10px;
}
.row-catalogs > :first-child .item-catalog__img {
  position: relative;
  top: -18px;
}
.row-catalogs > :last-child .item-catalog__img {
  position: relative;
  top: -8px;
}
.item-catalog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.item-catalog__img {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.item-catalog__img img {
  display: block;
}
.item-catalog__txt {
  font-size: 18px;
  font-weight: 900;
  line-height: 24px;
  color: #2a2b2b;
  white-space: nowrap;
}
.icon-scs:before,.loader-build:before {
  content: "\e90c";
  color: #fff
}
.spinner_full {
  background-color: #6291ae;
  border-bottom-color: #6291ae;
}

/*@media (max-width: 1229.98px) {*/
  .test-tooltip-item__img {
    display: none;
  }
  .test-title {
    font-size: 29px;
    line-height: 1.2;
  }
  .checkinpup:not(:last-child) {
    margin-bottom: 12px;
  }
  .checkinpup label {
    font-size: 16px;
  }
  .start-txt {
    font-size: 24px;
    line-height: 1.2;
  }
  .content-wrap::before {
    top: 50px;
  }
  .test-tooltip {
    max-width: 95%;
    left: 10px;
    bottom: 10px;
  }
  .test-tooltip-item__text {
    padding-left: 0;
  }
  .test-tooltip-item__top {
    font-size: 17px;
  }
  .test-tooltip-item__btm {
    font-size: 14px;
    line-height: 1.2;
  }
  .test-line {
    height: 40px;
  }
  .checked-wrap {
    padding-top: 20px;
  }
  .range-wrap {
    padding-bottom: 80px;
  }
  .row-catalogs {
    margin-bottom: 10px;
  }
/*}*/

/*@media (max-width: 991.98px) {*/
  .dc-btn.-primary {
    font-size: 16px;
    padding: 18px 20px;
  }
  .dc-btn.-outline-primary {
    font-size: 13px;
    padding: 10px 25px 13px;
  }
  .test-tab .dc-btn {
    font-size: 16px;
  }
  .test-tab .dc-input > input:focus ~ .floating-l,
  .test-tab .dc-input > input:not([value=""]) ~ .floating-l {
    top: -10px;
  }
  .dc-input .floating-l {
    font-size: 15px;
  }
  .dc-input > input:focus ~ .floating-l,
  .dc-input > input:not([value=""]) ~ .floating-l {
    top: -10px;
  }
  .dc-btn + .btn-note {
    margin-top: 20px;
  }
  .test-title {
    font-size: 23px;
  }
  .checkinpup:last-child {
    margin-bottom: 10px;
  }
  .checkinpup span.circle-span {
    width: 24px;
    height: 24px;
    margin-right: 10px;
  }
  .start-txt {
    font-size: 17px;
  }
  .start-txt span {
    font-size: 16px;
    margin-top: 5px;
  }
  .list li {
    font-size: 24px;
    line-height: 1.1;
  }
  .range-wrap {
    padding-bottom: 50px;
  }
  .test-title-last {
    font-size: 24px;
    line-height: 1.2;
  }
  .test-md {
    font-size: 20px;
    line-height: 1.2;
  }
  .item-catalog__img {
    height: 95px;
    overflow: hidden;
    position: relative;
  }
/*}*/

@media (min-width: 768px) {
  .row-catalogs {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media (min-width: 992px) {
  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 1230px) {
  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .test-tab .dc-btn {
    padding-top: 22px;
    padding-bottom: 22px;
  }
  .test-title-last {
    white-space: nowrap;
  }
}
@media (max-width: 767.98px) {
  .test-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }
  .test-tab .dc-input {
    margin-bottom: 14px;
  }
  .test-wrap {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .tst-l-wrap {
    width: 100%;
  }
  .test-right {
    padding: 15px;
  }
  .range-wrap {
    padding-top: 60px;
  }
  .range-wrap__top {
    font-size: 22px;
    padding-top: 15px;
    padding-left: 30px;
    height: 60px;
  }
}
@media (max-width: 575.98px) {
  .dc-btn.-primary {
    font-size: 14px;
    padding: 12px 15px;
  }
  .test-tab .floating-l {
    font-size: 11px !important;
  }
  .agree-wrap {
    letter-spacing: 0;
    font-size: 12px;
  }
  .list li,
  .test-title {
    font-size: 18px;
  }
  .agree-wrap br {
    display: none;
  }
  .checked {
    margin-bottom: 10px;
  }
  .test-tab {
    padding-bottom: 20px;
  }
  .start-txt {
    white-space: nowrap;
  }
  .content-wrap::before {
    top: 10px;
    left: 30px;
  }
  .test-line {
    height: 30px;
    padding: 3px;
    margin-bottom: 20px;
  }
  .test-line .test-txt {
    font-size: 16px;
  }
  .range-wrap {
    padding-bottom: 40px;
  }
  .test-title-last {
    font-size: 20px;
  }
  .test-md {
    font-size: 18px;
  }
  .form-calc-wrap {
    padding-top: 20px;
  }
  .row-catalogs > :first-child .item-catalog__img {
    top: 0;
  }
  .row-catalogs > :last-child .item-catalog__img {
    top: 0;
  }
  .item-catalog__img {
    width: 50px;
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .test-tooltip-item__top {
    font-size: 15px;
    margin-bottom: 5px;
  }
  .test-tooltip-item__btm {
    font-size: 11px;
  }
}
