@charset "UTF-8";
/*normalize*/
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, footer, header, nav, section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption, figure, main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: inherit;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details, menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/*slick.css*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list, .slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after, .slick-track:before {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*slick-theme*/
.slick-loading .slick-list {
  background: #fff url(./ajax-loader.gif) center center no-repeat;
}

@font-face {
  font-family: slick;
  font-weight: 400;
  font-style: normal;
  src: url(./fonts/slick.eot);
  src: url(./fonts/slick.eot?#iefix) format("embedded-opentype"), url(./fonts/slick.woff) format("woff"), url(./fonts/slick.ttf) format("truetype"), url(./fonts/slick.svg#slick) format("svg");
}
.slick-next, .slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0;
}

.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
  color: transparent;
  outline: 0;
  background: 0 0;
}

.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
  opacity: 1;
}

.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
  opacity: 0.25;
}

.slick-next:before, .slick-prev:before {
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0;
}

.slick-dots li button:focus, .slick-dots li button:hover {
  outline: 0;
}

.slick-dots li button:focus:before, .slick-dots li button:hover:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: slick;
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #000;
}

/*fancybox*/
body.fancybox-active {
  overflow: hidden;
}

body.fancybox-iosfix {
  position: fixed;
  left: 0;
  right: 0;
}

.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99992;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption-wrap, .fancybox-infobar, .fancybox-toolbar {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s, visibility 0s linear 0.25s;
  box-sizing: border-box;
}

.fancybox-show-caption .fancybox-caption-wrap, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.25s, visibility 0s;
}

.fancybox-infobar {
  top: 0;
  left: 0;
  font-size: 13px;
  padding: 0 10px;
  height: 44px;
  min-width: 44px;
  line-height: 44px;
  color: #ccc;
  text-align: center;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
  mix-blend-mode: exclusion;
}

.fancybox-toolbar {
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
}

.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translateZ(0);
}

.fancybox-is-closing .fancybox-stage {
  overflow: visible;
}

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block;
}

.fancybox-slide--image {
  overflow: visible;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--video .fancybox-content, .fancybox-slide--video iframe {
  background: #000;
}

.fancybox-slide--map .fancybox-content, .fancybox-slide--map iframe {
  background: #e5e3df;
}

.fancybox-slide--next {
  z-index: 99995;
}

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box;
}

.fancybox-slide > base, .fancybox-slide > link, .fancybox-slide > meta, .fancybox-slide > script, .fancybox-slide > style, .fancybox-slide > title {
  display: none;
}

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}

.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: zoom-in;
}

.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-image, .fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff;
}

.fancybox-iframe {
  display: block;
  padding: 0;
  border: 0;
  height: 100%;
}

.fancybox-error, .fancybox-iframe {
  margin: 0;
  width: 100%;
  background: #fff;
}

.fancybox-error {
  padding: 40px;
  max-width: 380px;
  cursor: default;
}

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font-size: 16px;
  line-height: 20px;
}

.fancybox-button {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 10px;
  border: 0;
  border-radius: 0;
  background: rgba(30, 30, 30, 0.6);
  transition: color 0.3s ease;
  cursor: pointer;
  outline: none;
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:focus, .fancybox-button:hover {
  color: #fff;
}

.fancybox-button[disabled] {
  color: #ccc;
  cursor: default;
  opacity: 0.6;
}

.fancybox-button svg {
  display: block;
  position: relative;
  overflow: visible;
  shape-rendering: geometricPrecision;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3;
}

.fancybox-button--share svg path {
  stroke-width: 1;
}

.fancybox-button--pause svg path:nth-child(1), .fancybox-button--play svg path:nth-child(2) {
  display: none;
}

.fancybox-button--zoom svg path {
  fill: transparent;
}

.fancybox-navigation {
  display: none;
}

.fancybox-show-nav .fancybox-navigation {
  display: block;
}

.fancybox-navigation button {
  position: absolute;
  top: 50%;
  margin: -50px 0 0;
  z-index: 99997;
  background: transparent;
  width: 60px;
  height: 100px;
  padding: 17px;
}

.fancybox-navigation button:before {
  content: "";
  position: absolute;
  top: 30px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: rgba(30, 30, 30, 0.6);
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
}

.fancybox-navigation .fancybox-button--arrow_right {
  right: 0;
}

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  z-index: 10;
  cursor: pointer;
}

.fancybox-close-small:after {
  content: "×";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 22px/30px Arial, Helvetica Neue, Helvetica, sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background-color: transparent;
  transition: background-color 0.25s;
  box-sizing: border-box;
  z-index: 2;
}

.fancybox-close-small:focus {
  outline: none;
}

.fancybox-close-small:focus:after {
  outline: 1px dotted #888;
}

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee;
}

.fancybox-slide--iframe .fancybox-close-small, .fancybox-slide--image .fancybox-close-small {
  top: 0;
  right: -40px;
}

.fancybox-slide--iframe .fancybox-close-small:after, .fancybox-slide--image .fancybox-close-small:after {
  font-size: 35px;
  color: #aaa;
}

.fancybox-slide--iframe .fancybox-close-small:hover:after, .fancybox-slide--image .fancybox-close-small:hover:after {
  color: #fff;
  background: transparent;
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none;
}

.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 2vw 0;
  background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8));
  pointer-events: none;
}

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none;
}

.fancybox-caption a, .fancybox-caption button, .fancybox-caption select {
  pointer-events: all;
  position: relative;
}

.fancybox-caption a {
  color: #fff;
  text-decoration: underline;
}

.fancybox-slide > .fancybox-loading {
  border: 6px solid rgba(99, 99, 99, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: a 0.8s infinite linear;
  animation: a 0.8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  z-index: 99999;
}

@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  opacity: 1;
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 1;
}

.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-1turn);
  transform: rotate(-1turn);
  opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(1turn);
  transform: rotate(1turn);
  opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1;
}

.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
  opacity: 1;
}

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
}

.fancybox-share {
  padding: 30px;
  border-radius: 3px;
  background: #f4f4f4;
  max-width: 90%;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  margin: 0 0 20px;
  font-size: 35px;
  font-weight: 700;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

p.fancybox-share__links {
  margin-right: -10px;
}

.fancybox-share__button {
  display: inline-block;
  text-decoration: none;
  margin: 0 10px 10px 0;
  padding: 0 15px;
  min-width: 130px;
  border: 0;
  border-radius: 3px;
  background: #fff;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  transition: all 0.2s;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  position: relative;
  top: -1px;
  width: 25px;
  height: 25px;
  margin-right: 7px;
  vertical-align: middle;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  box-sizing: border-box;
  width: 100%;
  margin: 10px 0 0;
  padding: 10px 15px;
  background: transparent;
  color: #5d5b5b;
  font-size: 14px;
  outline: none;
  border: 0;
  border-bottom: 2px solid #d7d7d7;
}

.fancybox-thumbs {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 212px;
  margin: 0;
  padding: 2px 2px 4px;
  background: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  box-sizing: border-box;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-y: hidden;
  overflow-x: auto;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs > ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0;
  white-space: nowrap;
}

.fancybox-thumbs-x > ul {
  overflow: hidden;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  padding: 0;
  margin: 2px;
  width: 100px;
  height: 75px;
  max-width: calc(50% - 4px);
  max-height: calc(100% - 8px);
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
}

li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}

.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-thumbs > ul > li:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1;
}

@media (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px);
  }
}
@font-face {
  font-family: RFTONE;
  src: url("../fonts/RFTone-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: RFTONE;
  src: url("../fonts/RFTone-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: RFTONE;
  src: url("../fonts/RFTone-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: RFTONE;
  src: url("../fonts/RFTone-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: RFDEWI;
  src: url("../fonts/RFDewi-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
}

input, textarea, button {
  font-family: RFTONE;
}

.inputWrap {
  position: relative;
}

.inputWrap .input-desc {
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  font-size: 17px;
  font-weight: 300;
  color: #5F5F5F;
}

.inputWrap .input-desc + input {
  padding-left: 60px;
}

input, textarea {
  background: #FFFFFF;
  border: 1px solid #D3D3D3;
  box-sizing: border-box;
  border-radius: 2px;
  font-size: 16px;
  padding: 23px;
  width: 100%;
  transition: 0.25s;
}

textarea {
  max-height: 100%;
  transition: 0s;
  resize: none;
}

input::placeholder,
textarea::placeholder {
  color: #676767;
}

input:focus,
textarea:focus {
  border-color: rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 15px rgba(30, 30, 30, 0.1), inset 1.414px 1.414px 6px 0px rgba(30, 30, 30, 0.1);
}

input:focus::placeholder,
textarea:focus::placeholder {
  opacity: 0.2;
}

.input-tel {
  background-position: 18px 50%;
  background-repeat: no-repeat;
  background-image: url(../img/icon/tel.png);
}

.input-email {
  background-position: 18px 50%;
  background-repeat: no-repeat;
  background-image: url(../img/icon/email.png);
}

.input-name {
  background-position: 18px 50%;
  background-repeat: no-repeat;
  background-image: url(../img/icon/man.png);
}

.is-error input, .is-error input:focus {
  border-color: red;
}

.inp-sucWrap {
  position: relative;
}

.inp-sucWrap.sm {
  display: inline-block;
}

.is-success input {
  border-color: #00A310;
}

body,
.fancybox-container {
  font-family: RFTONE;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.4;
}

a {
  display: inline-block;
  text-decoration: none;
  transition: 0.25s;
}

img {
  max-width: 100%;
}

.wrapper {
  position: relative;
  margin: auto;
  min-width: 320px;
  /*max-width: 1920px;*/
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.wrapper.full-sceen {
  max-width: none;
}

.page-content {
  flex-grow: 1;
}

.header,
.footer {
  flex-shrink: 0;
}

.container-fluid {
  width: 100%;
  padding-left: 80px;
  padding-right: 80px;
}

.container {
  position: relative;
  z-index: 1;
  width: 1440px;
  margin: auto;
}

.caption {
  font-weight: 600;
  font-size: 50px;
  line-height: 1.4;
}

.oh {
  overflow: hidden;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.oh {
  overflow: hidden !important;
}

.dn {
  display: none !important;
}

@keyframes gloss {
  0% {
    left: -75px;
  }
  15%, 100% {
    left: 120%;
  }
}
.gloss {
  position: relative;
  overflow: hidden;
}

.gloss:before {
  background: #fff;
  content: "";
  height: 300px;
  left: -75px;
  opacity: 0.3;
  position: absolute;
  top: -50px;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 50px;
  z-index: 1;
  -webkit-animation: gloss 3s ease-out 0s infinite;
  animation: gloss 3s ease-out 0s infinite;
}

h1, h2, h3, h4 {
  margin: 0;
  line-height: 1.4;
}

.btn {
  text-align: center;
  font-size: 16px;
  max-width: 100%;
  border: 1px solid #D3D3D3;
  color: #717171;
  border-radius: 2px;
  padding: 14px 23px 16px;
  transition: 0.25s;
}

.btn:hover {
  cursor: pointer;
  border-color: #f7ad26;
  background: #f7ad26;
  color: #000;
}

.btn span {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.4);
}

.btn:hover span {
  border-bottom-color: transparent;
}

.btn.btn-style1 {
  background: #FFCC00;
  color: #000;
  border-color: #FFCC00;
  padding: 25px 77px;
}

.btn.btn-style1:hover {
  background: #f7ad26;
  border-color: #f7ad26;
}

.btn.btn-style2 {
  background: #00A4D9;
  border-color: #00A4D9;
  color: #fff;
}

.btn.btn-style2:hover {
  background: #008cb7;
  border-color: #008cb7;
}

/*---------   Start block Header  ---------------*/
.header {
  padding: 20px 0;
  border-bottom: 1px solid #DEDEDE;
}
.header .h-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .h-content .col {
  display: flex;
  align-items: center;
}
.logo {
  font-size: 26px;
  font-weight: bold;
  color: #000;
}

.logo span {
  color: #00A4D9;
}

.nav-list {
  list-style: none;
  display: flex;
  align-items: center;
}

.h-content .nav-list {
  margin-left: 60px;
}

.nav-list li + li {
  margin-left: 30px;
}

.nav-list a {
  font-size: 16px;
  color: #717171;
}

.nav-list a:hover {
  color: red;
}

.phone {
  font-size: 22px;
  color: #000;
  font-weight: 600;
}

.h-content .btn {
  margin-left: 20px;
}

.h-content .colored-link {
  margin-left: 35px;
}

.colored-link:hover {
  color: red;
}

.colored-link {
  color: #00A4D9;
  font-weight: 600;
}

.main-section {
  position: relative;
  border-bottom: 1px solid #DEDEDE;
}

.main-content {
  padding-top: 55px;
  padding-bottom: 80px;
}

.main-section .caption {
  font-size: 48px;
}

.caption .colored {
  color: #00A4D9;
}

.main-content p {
  font-size: 32px;
  font-weight: 300;
  margin-top: 5px;
}

.main-content p strong {
  font-weight: bold;
}

.main-content .text {
  margin-top: 20px;
  font-size: 22px;
}

.main-content .text img {
  margin: 0 5px;
}

.main-content .btn {
  margin-top: 30px;
}

.main-section .panel {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: flex;
}

.main-section .panel .imgWrap {
  width: 360px;
}

.main-section .panel .imgWrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-section .panel .stats, .ls-content .col3 .stats {
  width: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.main-section .panel .numbers, .ls-content .col3 .numbers {
  font-family: RFDEWI;
  font-size: 70px;
  font-weight: 600;
  color: #00A4D9;
}

.main-section .panel .desc, .ls-content .col3 .desc {
  font-size: 18px;
  color: #717171;
  margin-top: 5px;
  line-height: 1.3;
}

.slide {
  display: none;
}

.advantages-section {
  background: #272727;
  color: #fff;
  padding-top: 80px;
  padding-bottom: 110px;
}

.advantages-section .caption {
  text-align: center;
}

.advantages-section .caption-desc {
  text-align: center;
  font-size: 22px;
  font-weight: 300;
  margin-top: 10px;
  line-height: 1.5;
}

.adv-list {
  display: flex;
  margin: 70px -15px 0;
}

.adv-list .adv-item {
  padding: 0 15px;
  width: 33.3334%;
}

.adv-list .item-content {
  position: relative;
  height: 100%;
  background: #fff;
  color: #000;
  border-radius: 5px;
}

.adv-list .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  object-fit: cover;
  border-radius: 5px 5px 0 0;
}

.adv-list .item-body {
  position: relative;
  z-index: 2;
  padding: 190px 45px 45px;
}

.adv-list h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 10px;
}

.adv-list p {
  font-size: 18px;
}

.adv-list .btn {
  margin-top: 20px;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.animate-text {
  position: absolute;
  z-index: 2;
  top: -133px;
  right: -90px;
  animation: rotate 15s linear infinite;
}

.adv-brend_list {
  margin-top: 80px;
  pointer-events: none;
}

.adv-brend_list * {
  user-select: none;
}

.adv-brend_scroll {
  display: flex;
  margin: 0 -21px;
}

.adv-brend_scroll .brend-item {
  padding: 0 21px;
}

.brend-text {
  margin-top: 40px;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
}

.advantages-section .btnWrap {
  text-align: center;
  margin-top: 70px;
}

.advantages-section .btnWrap .btn {
  padding: 25px 40px;
}

.step-section {
  margin-top: 80px;
  padding-bottom: 90px;
}

.step-section .caption {
  text-align: center;
  font-weight: 300;
}

.step-list {
  display: flex;
  margin-top: 90px;
}

.step-list .step-item {
  width: 25%;
}

.step-list .item-content {
  text-align: center;
}

.step-list .imgWrap {
  position: relative;
  width: 140px;
  height: 140px;
  border: 1px solid #DEDEDE;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 35px;
}

.step-list .sm-text {
  color: #525252;
  font-size: 17px;
  margin-bottom: 10px;
}

.step-list p {
  font-size: 20px;
}

.step-list .numb {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 53px;
  height: 53px;
  border-radius: 50%;
  background: #272727;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
}

.step-list .numb span {
  margin-top: 2px;
}

.last-step-section {
  border-top: 1px solid #CFCFCF;
}

.ls-content {
  display: flex;
}

.ls-content .col1 {
  position: relative;
  width: 100%;
}

.ls-content .col2 {
  width: 735px;
  flex-shrink: 0;
  border-left: 1px solid #CFCFCF;
}

.ls-content .col3 {
  width: 360px;
  flex-shrink: 0;
  border-left: 1px solid #CFCFCF;
}

.ls-content .city-img {
  position: absolute;
  z-index: 2;
  max-width: none;
  bottom: 0;
  right: 90px;
}

.ls-item {
  padding: 45px 50px 45px 120px;
}

.ls-item .numb {
  width: 53px;
  height: 53px;
  border-radius: 50%;
  background: #272727;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.ls-item .numb span {
  margin-top: 2px;
}

.ls-item h3 {
  font-size: 50px;
  font-weight: 600;
  line-height: 1.3;
}

.ls-item .btn {
  margin-top: 30px;
}

.ls-item p {
  font-size: 20px;
  font-weight: 300;
  margin-top: 20px;
}

.ls-content .col3 .stats {
  height: 100%;
}

.footer {
  padding-top: 40px;
  padding-bottom: 50px;
  border-top: 1px solid #CFCFCF;
}

.footer .link {
  color: #717171;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.footer .link:hover {
  border-bottom-color: transparent;
  color: red;
}

.f-content {
  display: flex;
  justify-content: space-between;
}

.f-content .col1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 340px;
}

.f-content .col2 {
  width: 370px;
  margin-right: auto;
  margin-left: 150px;
}

.f-content .col1 .link + .link {
  margin-top: 10px;
}

.f-content .info {
  font-size: 16px;
  color: #717171;
  font-weight: 300;
}

.f-content .row {
  display: flex;
  align-items: center;
}

.f-content .phone {
  color: #717171;
}

.f-content .row .btn {
  margin-left: 20px;
}

.f-content .col2 address {
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  margin-top: 20px;
}

.f-content .col2 .link {
  margin-top: 15px;
}

.dev {
  display: flex;
  align-items: center;
}

.dev img {
  margin-top: -2px;
  flex-shrink: 0;
  margin-right: 10px;
}

.calc-section {
  position: relative;
}

.calc-content {
  position: relative;
  z-index: 3;
}

.calc-content > .col1 {
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  width: 560px;
  padding-left: 230px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100vh;
  background: #fff;
}

.calc-content > .col2 {
  position: relative;
  width: 100%;
  max-width: 1645px;
  padding-left: 560px;
}

.last-step .calc-content > .col2 {
  max-width: none;
}

.calc-content .nav-head {
  padding: 50px 30px 50px 0;
}

.calc-content .nav-body {
  position: relative;
  padding: 30px 30px 55px 0;
}

.calc-content .nav-body:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 100vw;
  height: 1px;
  background: #CFCFCF;
}

.calc-bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  max-width: none;
  width: calc(100% + 240px);
  height: 100%;
  min-height: 100vh;
  object-fit: cover;
}

.colored-overlay {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background: #F4F5F9;
  transition: opacity 0.2s;
}

.colored-overlay.hidden {
  opacity: 0;
  transition: opacity 1s;
}

.calc-content .logo {
  margin-bottom: 50px;
}

.calc-quest-navigation {
  position: relative;
  padding-left: 40px;
  padding-right: 20px;
}

.calc-quest-navigation:before {
  position: absolute;
  content: "";
  top: 7px;
  bottom: 7px;
  left: 11px;
  width: 3px;
  background: #EDEDED;
}

.quest-nav_item {
  position: relative;
  padding-bottom: 25px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  cursor: pointer;
}

.quest-nav_item * {
  user-select: none;
}

.quest-nav_item:last-child {
  padding-bottom: 0;
}

.quest-nav_item:before {
  position: absolute;
  z-index: 2;
  content: "";
  top: -3px;
  left: -41px;
  width: 21px;
  height: 21px;
  background: #EFEFEF;
  border: 3px solid #FFFFFF;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}

.quest-nav_item.active:before {
  background: #00A4D9;
  transition: 0.25s 0.1s;
}

.quest-nav_item:after {
  position: absolute;
  content: "";
  top: 10px;
  height: 0;
  left: -29px;
  background: #00A4D9;
  width: 3px;
  transition: 0.5s;
}

.quest-nav_item.active:after {
  height: 50%;
}

.quest-nav_item.active.complete:after {
  height: 100%;
}

.calc-quest-navigation .quest {
  position: relative;
  font-size: 16px;
  transition: 0.25s;
}

.quest-nav_item:hover .quest {
  color: red;
}

.calc-quest-navigation .quest:before {
  position: absolute;
  content: "";
  top: -10px;
  left: calc(100% + 13px);
  width: 18px;
  height: 14px;
  background: url(../img/icons/complete.svg);
  opacity: 0;
  transition: 0.5s;
}

.quest-nav_item.active.complete .quest:before {
  top: 2px;
  opacity: 1;
}

.calc-quest-navigation .answ {
  font-size: 14px;
  font-weight: 300;
  color: #5F5F5F;
  margin-top: 3px;
  min-height: 19px;
}

.nav-body .text-sm {
  color: #A1A1A1;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.nav-body .btn {
  margin-top: 13px;
}

.vertical-scrol-style {
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: thin;
}

.vertical-scrol-style::-webkit-scrollbar {
  width: 6px;
  background: rgba(0, 0, 0, 0.05);
}

.vertical-scrol-style::-webkit-scrollbar:disabled {
  width: 0;
}

.vertical-scrol-style::-webkit-scrollbar-thumb {
  border: none;
  background: rgba(0, 0, 0, 0.2);
}

.menu-scroll::-webkit-scrollbar-track {
  border: none;
  background: rgba(0, 0, 0, 0.2);
}

.quiz-quest {
  position: relative;
  width: 100%;
  padding: 50px 40px 50px 75px;
  display: none;
  min-height: 100vh;
}

.quiz-quest.active {
  display: block;
}

.quiz-quest_head {
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.quiz-quest_head .text {
  font-size: 18px;
  margin-bottom: 20px;
}

.quiz-quest_head .caption {
  font-size: 40px;
  font-weight: normal;
}

.quest-position_text {
  font-size: 14px;
  color: #5F5F5F;
  font-weight: 300;
}

.quiz-quest_content {
  padding-top: 35px;
  display: flex;
}

.quiz-quest_content .col1 {
  width: 100%;
}

.quiz-quest_content .col2 {
  width: 340px;
  flex-shrink: 0;
}

.manager-block {
  background: #fff;
  padding: 30px 35px;
  border-radius: 2px;
}

.manager-block .text {
  font-size: 16px;
  font-weight: 300;
}

.manager-block .manager-row {
  display: flex;
  align-items: center;
  margin-top: 25px;
}

.manager-block .manager-ava {
  width: 61px;
  height: 61px;
  border-radius: 50%;
}

.manager-block .manager-desc {
  margin-left: 20px;
}

.manager-block .pos {
  margin-top: 4px;
  font-size: 13px;
  font-weight: 300;
}

.quest-row_content {
  display: flex;
  align-items: center;
  align-items: center;
  margin-top: 15px;
}

.quest-input_content input {
  font-size: 22px;
  padding: 23px 23px 20px;
}

.input-size-sm input {
  width: 160px;
}

.input-size-md input {
  width: 225px;
}

.quest-input_content input::placeholder {
  color: #D3D3D3;
}

.quiz-quest_content .quest-name {
  margin-top: 10px;
  font-size: 24px;
  line-height: 1.4;
  max-width: 550px;
  padding-right: 15px;
}

.quiz-quest_content .quest-name_desc {
  margin-top: 10px;
  margin-bottom: 30px;
  padding-right: 15px;
}

.quest-name_desc.sm {
  font-size: 13px;
  font-weight: 300;
  color: #636363;
}

.quest-input_content .inputWrap + .inputWrap {
  margin-left: 15px;
}

.quest-row_content .row-text {
  font-size: 17px;
  font-weight: 300;
  margin-left: 20px;
}

.quiz-quest_content .btnWrap {
  margin-top: 60px;
}

.quiz-quest_content .btn {
  padding: 23px 45px;
}

.quiz-quest_content .btn + .btn {
  margin-left: 16px;
}

.checkbox-radio_list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.checkbox-radio_list > * + * {
  margin-top: 12px;
}

.checkbox-item {
  position: relative;
  padding-left: 32px;
  user-select: none;
  transition: 0.25s;
}

.checkbox-item:hover {
  color: red;
  cursor: pointer;
}

.checkbox-item:before {
  position: absolute;
  content: "";
  top: 1px;
  left: 0;
  width: 17px;
  height: 17px;
  background: #FFFFFF;
  border: 1px solid #D3D3D3;
  border-radius: 3px;
  transition: 0.25s;
}

.checkbox-item.active:before {
  background: #FFEBA0;
  border-color: #DAC476;
}

.checkbox-item:after {
  position: absolute;
  content: "";
  top: 1px;
  left: 4px;
  width: 15px;
  height: 13px;
  background: url(../img/icons/checkbox.svg);
  opacity: 0;
  transition: 0.25s;
}

.checkbox-item.active:after {
  opacity: 1;
}

.quiz-quest .link {
  color: #00A4D9;
  font-size: 16px;
  font-weight: 600;
  border-bottom: 1px solid #00A4D9;
}

.quiz-quest .link:hover {
  border-bottom-color: transparent;
}

.additional-textarea {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.additional-textarea textarea {
  height: 200px;
  max-width: 475px;
  margin-top: 20px;
}

.quiz-modal_content {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: calc(100vh - 100px);
}

.quiz-modal {
  background: #fff;
  width: 100%;
  max-width: 760px;
  box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.05);
  border-radius: 2px;
}

.quiz-modal_body {
  padding: 45px 50px 45px;
}

.quiz-modal .text-sm {
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  color: #7C7070;
  margin-bottom: 5px;
}

.progres-barWrap {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 340px;
  margin: auto;
}

.progres-barWrap .percent-text {
  font-size: 15px;
  font-weight: 600;
  margin-left: 8px;
  flex-shrink: 0;
}

.progres-bar {
  position: relative;
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.1);
  border-radius: 100px;
  height: 24px;
  padding: 3px;
}

.progres-bar:before {
  position: absolute;
  content: "";
  top: 3px;
  right: 3px;
  bottom: 3px;
  left: 3px;
  border-radius: 100px;
  background: #FBFBFB;
  box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.15);
}

.progres-bar .bar {
  position: relative;
  z-index: 2;
  margin-left: 1px;
  width: 99%;
  height: 100%;
  overflow: hidden;
  border-radius: 100px;
  background: linear-gradient(180deg, #FECE54 0%, #FFB800 100%);
}

@keyframes progressBar {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 35px 0;
  }
}
.progres-bar .lines {
  width: 100%;
  height: 100%;
  background: url(../img/icons/lines.png);
  background-repeat: repeat-x;
  animation: progressBar 2s linear infinite;
  opacity: 0.3;
}

.quiz-modal .title {
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  margin-top: 15px;
}

.quiz-modal .desc {
  text-align: center;
  font-size: 17px;
  font-weight: 300;
  color: #525252;
  margin-top: 10px;
}

.quiz-form_content {
  width: 320px;
  max-width: 100%;
  margin: 20px auto 0;
}

.input-desc-top {
  position: relative;
}

.input-desc-top .input-desc {
  position: absolute;
  top: 10px;
  left: 23px;
  color: #9A9A9A;
  font-size: 13px;
  line-height: 1.4;
  transform: none;
}

.input-desc-top input {
  padding: 30px 23px 17px !important;
}

.quiz-modal .btnWrap {
  margin-top: 16px;
}

.quiz-modal .btn {
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
}

.policy {
  margin-top: 16px;
  position: relative;
  padding-left: 23px;
  font-size: 10px;
  color: #8B8B8B;
}

.policy:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 13px;
  height: 13px;
  background: url(../img/icons/policy-check.svg);
}

.policy a {
  color: #8B8B8B;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.policy a:hover {
  border-bottom-color: transparent;
}

.quiz-modal_footer {
  background: #F5F5F5;
  border-radius: 0 0 2px 2px;
}

.quiz-modal_row {
  display: flex;
  padding: 45px 55px 40px;
}

.quiz-modal_row .col {
  width: 50%;
}

.quiz-modal_row .col + .col {
  margin-left: 30px;
}

.quiz-modal_row .adv-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 9px;
}

.quiz-modal_row .adv-desc {
  font-weight: 300;
}

.quiz-modal_row .adv-desc strong {
  font-weight: 600;
}

.h-content .user-sm_row {
  margin-left: 75px;
}

.user-sm_row {
  display: flex;
  align-items: center;
}

.user-sm_row .ava {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  flex-shrink: 0;
}

.user-sm_row .user-col {
  margin-left: 15px;
}

.user-sm_row .name {
  font-size: 17px;
  font-weight: 600;
  color: #717171;
}

.user-sm_row .colored-link {
  margin-left: 0;
  font-size: 16px;
}

.feedback-section {
  position: relative;
}

.feedback-section .container {
  height: 100%;
  display: flex;
  align-items: center;
}

.feedback-content {
  padding-top: 100px;
  padding-bottom: 100px;
}

.feedback-section .caption {
  max-width: 800px;
}

.feedback-section .caption-desc {
  font-size: 22px;
  color: #5E5E5E;
  max-width: 540px;
  margin-top: 15px;
}

.feedback-section .btnWrap {
  margin-top: 30px;
}

.feedback-section .btn {
  padding: 22px 30px;
  font-size: 18px;
}

.right-bar_content {
  display: flex;
  height: 100%;
}

.right-bar_content {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}

.bar-content_md {
  width: 420px;
  height: 100%;
}

.perset-info {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #DEDEDE;
}

.perset-info .circle {
  width: 140px;
  height: 140px;
  border: 3px solid #DDF7FF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-weight: 600;
  color: #00A4D9;
}

.perset-info .circle span {
  margin-top: 7px;
}

.perset-info .text {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  color: #00A4D9;
  margin-top: 25px;
}

.bar-content_sm {
  width: 360px;
  height: 100%;
}

.bar-content_sm .img-overlay {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.whith-animate {
  position: relative;
}

@keyframes circleRotate {
  0% {
    opacity: 1;
    transform: rotate(0deg);
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: rotate(360deg);
  }
}
.whith-animate:before {
  position: absolute;
  content: "";
  /*box-sizing: border-box;*/
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transform-origin: center;
  border-left: 3px solid #00A4D9;
  border-right: 3px solid #00A4D9;
  animation: circleRotate 3s linear infinite;
}

.projects-bg_area {
  position: absolute;
  width: 100%;
  height: 100%;
  background: white;
  padding-left: 600px;
}

.projects-bg_area:before {
  position: absolute;
  z-index: 2;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
}

.projects-bg_area:after {
  position: absolute;
  z-index: 2;
  content: "";
  bottom: 0;
  left: 0;
  width: 20vw;
  height: 20vw;
  border-radius: 50%;
  background: #000;
}

.projects-bg_area .projects-bg {
  position: relative;
  transform: translateY(-100%);
}

.last-step .projects-bg_area .projects-bg {
  transform: translateY(0);
  transition: transform 20s linear;
}

.last-step .quiz-quest:before {
  position: absolute;
  z-index: -1;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(29.15deg, rgba(0, 0, 0, 0.7) 9%, rgba(255, 255, 255, 0) 58%), rgba(255, 255, 255, 0);
}

.last-step .quiz-quest {
  padding-left: 0;
  padding-right: 0;
}

.mmenu {
  display: none;
}

.main-bg {
  display: none;
}

.slick-dots {
  position: relative;
  bottom: 0;
  margin-top: 45px;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-dots li button {
  display: none;
}

.slick-dots li {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #D2D2D2;
}

.slick-dots li.slick-active {
  background: #00A4D9;
}

.desktophidden {
  display: none !important;
}

.vertical-project-slider:before {
  position: absolute;
  z-index: 2;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
}

.vertical-project-slider {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  padding-left: 560px;
}

.vertical-project-slider .slide-img img {
  margin: auto;
}

.mobile-menu {
  position: fixed;
  z-index: 15;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
}

.mobile-menu.active {
  display: block;
}

.mobile-overlay {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  cursor: pointer;
  opacity: 0;
}

.mobile-menu.active.anim .mobile-overlay {
  opacity: 1;
  transition: 0.25s;
}

.mobile-menu_content {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 320px;
  background: #fff;
  transform: translateX(-100%);
}

.mobile-menu.active.anim .mobile-menu_content {
  transform: translateX(0);
  transition: 0.25s;
}

.mobile-menu .logo {
  font-size: 26px !important;
}

.mobile-body {
  padding: 25px;
}

.mobile-nav {
  list-style: none;
  margin-top: 15px;
}

.mobile-nav a {
  color: #717171;
  font-size: 16px;
  text-transform: uppercase;
}

.mobile-nav li + li {
  margin-top: 18px;
}

.mobile-nav .colored-link {
  color: #000;
  font-weight: 600;
  color: #00A4D9;
}

.fwe600 {
  font-weight: 600;
}

.mobile-footer {
  padding: 50px 25px 50px;
}

.mobile-menu_content .phone {
  font-size: 22px;
  margin-bottom: 12px;
}

.mobile-menu_content .btn {
  margin-bottom: 30px;
  padding: 12px 18px 14px;
}

.mobile-menu_content .link {
  color: #00A4D9;
  border-bottom: 1px solid #00A4D9;
  margin-bottom: 15px;
}

.mobile-menu_content .address, .mobile-menu_content .company-info {
  font-weight: 300;
  color: #717171;
}

.mobile-menu_content .company-info {
  position: relative;
  padding-top: 30px;
  margin-top: 35px;
  margin-bottom: 10px;
}

.mobile-menu_content .company-info:before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  width: calc(100% + 50px);
  height: 1px;
  background: #E2E2E2;
  transform: translateX(-50%);
}

.mobile-menu_content .policy-link {
  color: #717171;
  font-size: 16px;
  font-weight: 300;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.mobile-menu_content .policy-link + .policy-link {
  margin-top: 10px;
}

.mobile-overlay img {
  position: absolute;
  top: 20px;
  right: 20px;
}

.required-error input {
  border-color: red;
}

@media only screen and (max-width: 1600px) {
  .h-content .user-sm_row {
    margin-left: 25px;
  }
}
@media only screen and (max-width: 1500px) {
  .bar-content_md {
    width: 340px;
  }

  .bar-content_sm {
    width: 260px;
  }

  .quiz-quest_content .btnWrap {
    margin-top: 30px;
  }

  .container, .container-fluid {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-list a {
    font-size: 15px;
  }

  .h-content .nav-list {
    margin-left: 30px;
  }

  .main-content {
    max-width: 500px;
  }

  .quiz-quest {
    padding-left: 40px;
    padding-right: 40px;
  }

  .main-content br {
    display: none;
  }

  .step-list p {
    font-size: 18px;
  }

  .ls-item {
    padding-left: 70px;
  }

  .calc-content > .col1 {
    padding-left: 40px;
    width: 330px;
  }

  .calc-content > .col2 {
    max-width: none;
    padding-left: 330px;
  }

  .quest-input_content input {
    font-size: 20px;
  }

  .quest-input_content input {
    /*width: 180px;*/
  }

  .quiz-quest_content .col2 {
    width: 300px;
  }

  .manager-block {
    padding: 25px;
  }

  .quiz-quest_content .btn + .btn {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 1250px) {
  .feedback-section .bar-content_sm {
    display: none;
  }

  .h-content .user-sm_row {
    display: none;
  }

  .colored-overlay.hidden {
    opacity: 1;
  }

  .last-step .quiz-quest:before {
    display: none;
  }

  .footer {
    /*border-top: none;*/
  }

  .desktophidden {
    display: block !important;
  }

  .projects-bg_area {
    display: none !important;
  }

  .calc-content > .col1 {
    display: none !important;
  }

  .calc-content > .col2 {
    padding-left: 0;
  }

  .f-content .row .btn {
    margin-left: 0;
  }

  .main-section .panel .imgWrap {
    display: none;
  }

  .main-section .panel .stats {
    border-left: 1px solid #DEDEDE;
  }

  .adv-list {
    flex-wrap: wrap;
    margin: 40px -10px 0;
  }

  .adv-list .adv-item {
    width: 50%;
    padding: 10px;
  }

  .animate-text {
    display: none;
  }

  .adv-brend_list {
    margin-top: 60px;
    pointer-events: initial;
    overflow-y: hidden;
    overflow-x: scroll;
  }

  .adv-brend_scroll {
    width: 1000px;
  }

  .advantages-section .btnWrap {
    margin-top: 40px;
  }

  .step-list {
    flex-wrap: wrap;
    margin: 40px 20px 0;
  }

  .step-list .step-item {
    width: 50%;
    padding: 20px;
  }

  .step-list p br {
    display: none;
  }

  .ls-content .col3, .ls-content .col1 {
    display: none;
  }

  .ls-content .col2 {
    border: none;
    max-width: 100%;
    width: 750px;
    margin: auto;
  }

  .ls-item {
    padding: 0;
  }

  .f-content {
    flex-wrap: wrap;
    text-align: center;
  }

  .f-content > * {
    width: 100% !important;
  }

  .f-content .col1 {
    position: relative;
    order: 2;
    align-items: center;
    margin-top: 50px;
    padding-top: 35px;
  }

  .f-content .col1:before {
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    width: 100vw;
    height: 1px;
    transform: translateX(-50%);
    background: #E2E2E2;
  }

  .f-content .col2 {
    margin-left: 0;
    order: 1;
  }

  .f-content .col3 {
    order: 3;
    margin-top: 25px;
  }

  .f-content .row {
    flex-direction: column;
    justify-content: flex-start;
  }

  .f-content .phone {
    color: #000;
    font-size: 35px;
    margin-bottom: 15px;
  }

  .f-content .col2 address {
    max-width: 250px;
    margin: 17px auto 0;
  }

  .f-content .info {
    order: -1;
    margin-top: 0;
    margin-bottom: 15px;
  }

  .dev {
    justify-content: center;
  }

  .last-step-section {
    border: none;
    background: #00A310;
    color: #fff;
    text-align: center;
    padding: 70px 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .ls-item .numb {
    background: #fff;
    color: #000;
    margin: 0 auto 20px;
  }
}
@media only screen and (max-width: 950px) {
  .feedback-content {
    width: 100%;
    position: relative;
    color: #fff;
  }

  .h-content .rightMenu {
    display: none !important;
  }

  .feedback-content .btn {
    background: #fff;
    color: #717171;
  }

  .feedback-section .caption-desc {
    font-size: 20px;
    color: #fff;
  }

  .feedback-bg {
    display: block !important;
    position: absolute;
    z-index: -1;
    top: 0;
    left: -25px;
    width: calc(100% + 50px);
    height: 100%;
    max-width: none;
    object-fit: cover;
  }

  .perset-info {
    border-left: none;
  }

  .right-bar_content {
    position: relative;
    justify-content: center;
  }

  .perset-info {
    padding-top: 55px;
    padding-bottom: 60px;
  }

  .quiz-modal_footer {
    display: none;
  }

  .last-step .quiz-quest {
    padding: 80px 20px;
  }

  .checkbox-radio_list {
    max-height: 260px;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-width: thin;
  }

  .menu-scroll::-webkit-scrollbar {
    width: 6px;
  }

  .menu-scroll::-webkit-scrollbar:disabled {
    width: 0;
  }

  .menu-scroll::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #00A4D9;
  }

  .menu-scroll::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #fff;
  }

  .quiz-quest_head {
    padding: 80px 20px;
    border-bottom: none;
    background: url(../img/main-bg.jpg);
    background-size: cover;
    background-position: center;
    color: #fff;
  }

  .quiz-quest_head .progres-barWrap {
    display: flex !important;
    margin-left: 0;
    margin-top: 20px;
  }

  .quiz-quest_content .btnWrap .js-btn-prev {
    font-size: 0;
    padding: 0;
    width: 70px;
    height: 70px;
    background: url(../img/icons/back.svg);
    background-repeat: no-repeat;
    background-position: center;
  }

  .quiz-quest_content .btnWrap {
    display: flex;
    align-items: center;
  }

  .quiz-quest_content {
    padding: 80px 20px;
  }

  .quiz-quest_content .col2 {
    display: none;
  }

  .vertical-project-slider {
    display: none;
  }

  .quiz-quest_head .text {
    font-weight: 300;
  }

  .quiz-quest_head > * {
    position: relative;
    z-index: 2;
  }

  .colored-overlay {
    background: #F5F5F5;
  }

  .quiz-quest {
    padding: 0;
  }

  .h-content .nav-list {
    display: none;
  }

  .main-content {
    max-width: 550px;
    margin: auto;
  }

  .main-section .panel {
    position: relative;
    height: auto;
    justify-content: center;
    padding: 45px 0;
  }

  .main-section {
    border-bottom: none;
    color: #fff;
    text-align: center;
  }

  .main-section .panel .stats {
    border-left: none;
  }

  .main-bg {
    position: absolute;
    z-index: -1;
    display: block;
    top: 0;
    left: 50%;
    width: 100vw;
    height: 100%;
    object-fit: cover;
    transform: translateX(-50%);
  }

  .main-content .text img {
    filter: invert(1) brightness(2);
  }

  /*menu start*/
  .mmenu {
    position: relative;
    display: block !important;
    width: 25px;
    margin-right: 25px;
  }

  .mmenu:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    width: 200%;
    height: 250%;
    transform: translate(-50%, -50%);
  }

  .mmenu .m-line {
    width: 100%;
    height: 2px;
    background: #000;
  }

  .mmenu .m-line + .m-line {
    margin-top: 4px;
  }

  /*menu end*/
  .main-section .panel .numbers, .ls-content .col3 .numbers {
    line-height: 1;
  }

  .main-section .panel .desc, .ls-content .col3 .desc {
    margin-top: 10px;
  }

  .caption, .ls-item h3 {
    font-size: 40px;
  }

  .advantages-section .caption-desc br {
    display: none;
  }

  .adv-list {
    justify-content: center;
  }

  .adv-list .adv-item {
    width: 420px;
    max-width: 100%;
  }

  .step-section {
    margin-top: 60px;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 600px) {
  .modal-standart_content .title {
    font-size: 24px;
  }

  .modal-standart_content .desc {
    font-size: 16px;
  }

  .modal-standart_content .btn {
    padding-left: 25px;
    padding-right: 25px;
  }

  .feedback-content {
    padding-top: 65px;
    padding-bottom: 75px;
  }

  .quiz-modal .desc br {
    display: none;
  }

  .quiz-form_content {
    margin-left: 0;
  }

  .quiz-modal_body {
    padding: 35px 25px 45px;
  }

  .quiz-modal .title, .quiz-modal .desc {
    text-align: left;
  }

  .quiz-modal {
    background: #F5F5F5;
  }

  .quiz-modal .text-sm, .quiz-modal .progres-barWrap {
    display: none;
  }

  .quiz-modal .title {
    margin-top: 0;
  }

  .last-step .quiz-quest .quiz-quest_head {
    display: block !important;
  }

  .last-step .quiz-quest {
    padding: 0;
  }

  .quiz-quest_head {
    padding: 20px 25px 40px;
  }

  .inputWrap .input-desc {
    left: 15px;
  }

  .inputWrap .input-desc + input {
    padding-left: 40px;
  }

  .quest-input_content input {
    padding: 17px 15px 15px;
  }

  .quest-input_content .inputWrap + .inputWrap {
    margin-left: 10px;
  }

  .quiz-quest_head .text br {
    display: none;
  }

  .quiz-quest_head .text {
    font-size: 15px;
  }

  .quiz-quest_head .caption {
    font-size: 26px;
  }

  .quiz-quest_head .progres-barWrap {
    width: 100%;
  }

  .quiz-quest_content {
    padding: 25px 25px 40px;
  }

  .input-size-sm input {
    width: 120px;
  }

  .input-size-md input {
    width: 200px;
  }

  .quest-row_content .row-text {
    font-size: 17px;
    font-weight: 700;
    margin-left: 15px;
  }

  .mmenu {
    width: 17px;
    margin-right: 16px;
  }

  .mmenu .m-line + .m-line {
    margin-top: 2px;
  }

  .logo {
    font-size: 18px;
  }

  .phone {
    font-size: 16px;
  }

  .header {
    padding: 16px 0;
  }

  .header .container-fluid {
    padding-left: 25px;
    padding-right: 25px;
  }

  .main-content {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .main-section .caption, .main-content p {
    font-size: 28px;
  }

  .main-content .text {
    font-size: 18px;
  }

  .main-content .text img {
    max-width: 43px;
    vertical-align: middle;
    margin-top: -2px;
  }

  .caption, .ls-item h3 {
    font-size: 28px;
  }

  .advantages-section .caption-desc {
    font-size: 18px;
  }

  .adv-list {
    margin-top: 25px;
  }

  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .adv-list .item-body {
    padding-top: 170px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .adv-list h3 {
    font-size: 24px;
  }

  .adv-list .adv-item {
    padding: 13px 10px;
  }

  .adv-brend_list {
    margin-top: 30px;
  }

  .brend-text {
    margin-top: 20px;
  }

  .advantages-section {
    padding-top: 50px;
    padding-bottom: 80px;
  }

  .step-section {
    margin-top: 50px;
  }

  .step-list {
    justify-content: center;
  }

  .step-list .step-item {
    width: 100%;
    max-width: 340px;
  }
}
@media only screen and (max-width: 360px) {
  .mobile-menu_content {
    width: 100%;
  }

  .mobile-overlay {
    left: auto;
    right: 20px;
    top: 20px;
    width: 20px;
    height: 20px;
    z-index: 2;
    background: transparent;
  }

  .mobile-overlay img {
    top: 0;
    right: 0;
    filter: invert(1);
  }

  .f-content .phone {
    font-size: 30px;
  }

  .quiz-quest_content .btn {
    padding: 23px;
  }

  .quest-row_content .row-text {
    font-size: 15px;
  }

  .quiz-quest_head, .quiz-quest_content {
    padding-left: 15px;
    padding-right: 15px;
  }

  .quest-input_content .inputWrap + .inputWrap {
    margin-left: 5px;
  }

  .quest-row_content .row-text {
    margin-left: 10px;
  }

  .header .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .mmenu {
    margin-right: 15px;
  }

  .logo {
    font-size: 16px;
  }

  .phone {
    font-size: 14px;
  }

  .h-content .logo {
    margin-top: -2px;
  }

  .adv-list h3 {
    font-size: 22px;
  }

  .adv-list .item-body {
    padding-top: 140px;
  }

  .adv-list p {
    font-size: 16px;
  }

  .step-list {
    margin-top: 20px;
  }
}

/*# sourceMappingURL=style.index.min.css.map */
