@charset "UTF-8";

@font-face {
  font-family: "Muller";
  font-display: swap;
  src: url("../fonts/MullerLight.woff2") format("woff2"), url("../fonts/MullerLight.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Muller";
  font-display: swap;
  src: url("../fonts/MullerMedium.woff2") format("woff2"), url("../fonts/MullerMedium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Muller";
  font-display: swap;
  src: url("../fonts/MullerBold.woff2") format("woff2"), url("../fonts/MullerBold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#prenos {display:none}
aside,
nav,
footer,
header,
section {
  display: block;
}

html {
  font-size: 18px;
}

html,
body {
  height: 100%;
  min-width: 320px;
}

body {
  line-height: 1;
  font-family: "Muller", Arial, Tahoma, Verdana;
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: "Muller", Arial, Tahoma, Verdana;
  font-size: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
  background-color: inherit;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

/*
&::-webkit-scrollbar {
	display: none;
}
*/

body {
  color: #232323;
  font-weight: 300;
}

body._lock {
  overflow: hidden;
}

.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

._container {
  padding-left: 18.78vw;
  padding-right: 18.78vw;
}

.ie ._container {
  width: 100vw;
}

.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0px 0px;
}

.button._fw {
  width: 100%;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
textarea:focus {
  outline: none;
}

.input {
  border-radius: 0 !important;
  width: 100%;
  display: block;
  padding: 0px 20px;
}

textarea.input {
  resize: none;
  min-height: 146px;
}

.lottie {
  background-color: #ffffff;
  width: 100%;
  display: block;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  text-align: center;
  opacity: 1;
}

.muller_light {
  font-family: "Muller", Arial, Tahoma, Verdana;
  src: url("fonts/muller_light.otf");
  src: local("☺️"), url("fonts/muller_light.otf") format("otf");
  font-weight: normal;
  font-style: normal;
  letter-spacing: 6px !important;
}

.btn {
  display: inline-block;
  line-height: 1;
  font-weight: 700;
  color: #ffffff;
  background-color: #ee7100;
  -webkit-transition: background-color 0.3s ease 0s;
  -o-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
  padding-top: 17px;
  padding-bottom: 16px;
  padding-left: 31px;
  padding-right: 28px;
}

.btn--search {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 37px;
  padding-right: 37px;
}

.btn--search::before {
  content: "";
  display: block;
  background: url("../img/icons/search.png") 0 0 no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
  margin-right: 26px;
}

._underline {
  display: inline-block;
  position: relative;
}

._underline::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background: #3975ad;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.suptitle {
  font-size: 37px;
  font-weight: 300;
}

.title {
  font-weight: 700;
  letter-spacing: -0.003em;
  line-height: 67px;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fade-in {
  -webkit-animation: fadeIn ease 1s;
          animation: fadeIn ease 1s;
}

.form__error {
  margin-top: 5px;
  position: absolute;
  color: #e12828;
  font-weight: 30;
  font-size: 16px;
}

._hidden {
  display: none;
}

._ibg {
  position: relative;
}

._ibg img {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.sakama {
  width: auto !important;
  height: 100% !important ;
}
.img100 {height: 100% !important;}

body.ie ._ibg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

body.ie ._ibg img {
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

#map {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
  width: 24px;
  height: 40px;
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
}

.swiper-button-next {
  background: url("../img/icons/next.png") 0 0 no-repeat;
  right: 32px;
}

.swiper-button-prev {
  background: url("../img/icons/prev.png") 0 0 no-repeat;
  left: 32px;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  -o-transition-property: transform, opacity, height;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

._tabs-block {
  display: none;
}

._tabs-block._active {
  display: block;
}

.lg-actions .lg-next,
.lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45) !important;
  background-position: center !important;
  background-size: 13px 23px !important;
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  margin-top: -10px;
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
      -ms-transform: translate(0px, -50%);
          transform: translate(0px, -50%);
  z-index: 1080;
}

.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
  color: #fff;
}

.lg-actions .lg-next {
  right: 20px;
  background: url("../img/icons/p-right.svg") 0 0/100% no-repeat;
}

.lg-actions .lg-prev {
  left: 20px;
  background: url("../img/icons/p-left.svg") 0 0/100% no-repeat;
}

@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }

  50% {
    left: -30px;
  }

  100% {
    left: 0;
  }
}

@keyframes lg-right-end {
  0% {
    left: 0;
  }

  50% {
    left: -30px;
  }

  100% {
    left: 0;
  }
}

@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }

  50% {
    left: 30px;
  }

  100% {
    left: 0;
  }
}

@keyframes lg-left-end {
  0% {
    left: 0;
  }

  50% {
    left: 30px;
  }

  100% {
    left: 0;
  }
}

.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  margin-right:2%;
  margin-top:2%;
  width: 35px;
  text-decoration: none !important;
  outline: medium none;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.lg-toolbar .lg-icon:hover {
  color: #fff;
}

.lg-toolbar .lg-close {
  background: url("../img/icons/close.svg") center no-repeat;
}

.lg-toolbar .lg-download {
  display: none;
}

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #eee;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}

.lg-toolbar,
.lg-prev,
.lg-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -webkit-transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}

.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}

.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -o-transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-outer .lg-thumb-outer {
  background-color: #0d0a0a;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  -o-transition-duration: 0s !important;
     transition-duration: 0s !important;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}

.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #fff;
  border-radius: 4px;
  margin-bottom: 5px;
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  -o-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}

.lg-outer .lg-toggle-thumb {
  background-color: #0d0a0a;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
}

.lg-outer .lg-toggle-thumb:after {
  content: "\e1ff";
}

.lg-outer .lg-toggle-thumb:hover {
  color: #fff;
}

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 -58px transparent;
}

.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("../img/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-has-youtube .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 -60px transparent;
}

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}

.lg-outer .lg-has-video.lg-video-playing .lg-object,
.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  -o-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s;
}

.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button:after {
  content: "\e01d";
}

.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
     transition-duration: 0s;
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -o-transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#lg-zoom-in:after {
  content: "\e311";
}

#lg-actual-size {
  font-size: 20px;
}

#lg-actual-size:after {
  content: "\e033";
}

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}

#lg-zoom-out:after {
  content: "\e312";
}

.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  -webkit-box-shadow: 0 0 0 2px white inset;
          box-shadow: 0 0 0 2px white inset;
}

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #fff;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
          box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  -webkit-transition: -webkit-box-shadow 0.3s ease 0s;
  transition: -webkit-box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
  width: 12px;
}

.lg-outer .lg-pager:hover,
.lg-outer .lg-pager:focus {
  -webkit-box-shadow: 0 0 0 8px white inset;
          box-shadow: 0 0 0 8px white inset;
}

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen:after {
  content: "\e20c";
}

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}

.lg-outer.lg-dropdown-active .lg-dropdown,
.lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
     transition-delay: 0s;
  -ms-transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible;
}

.lg-outer.lg-dropdown-active #lg-share {
  color: #fff;
}

.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -ms-transform: translate3d(0, 5px, 0);
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -webkit-transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
  transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
  -o-transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
}

.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #fff;
  right: 16px;
  top: -16px;
}

.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px;
}

.lg-outer .lg-dropdown > li:hover a,
.lg-outer .lg-dropdown > li:hover .lg-icon {
  color: #333;
}

.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}

.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}

.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}

.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}

.lg-outer #lg-share {
  position: relative;
}

.lg-outer #lg-share:after {
  content: "\e80d";
}

.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998;
}

.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e901";
}

.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced;
}

.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e904";
}

.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39;
}

.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e902";
}

.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}

.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e903";
}

.group {
  *zoom: 1;
}

.group:before,
.group:after {
  display: table;
  content: "";
  line-height: 0;
}

.group:after {
  clear: both;
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-outer * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.lg-outer.lg-visible {
  opacity: 1;
}

.lg-outer.lg-css3 .lg-item.lg-prev-slide,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: inherit !important;
  -o-transition-duration: inherit !important;
     transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  -o-transition-timing-function: inherit !important;
     transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  -o-transition-duration: 0s !important;
     transition-duration: 0s !important;
  opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}

.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}

.lg-outer .lg-item {
  background: url("../img/icons/loading.gif") no-repeat scroll center center transparent;
  background-size: 30px;
  display: none !important;
}

.lg-outer.lg-css3 .lg-prev-slide,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}

.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}

.lg-outer .lg-item,
.lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.lg-outer .lg-item:before,
.lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.lg-outer .lg-item.lg-complete {
  background-image: none;
}

.lg-outer .lg-item.lg-current {
  z-index: 1060;
}

.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}

.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-empty-html {
  display: none;
}

.lg-outer.lg-hide-download #lg-download {
  display: none;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: rgba(0, 0, 0, 0.9);
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
  opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-prev-slide,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.popup {
  -webkit-overflow-scrolling: touch;
  z-index: 100;
  padding: 30px 10px;
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: visibility 0.8s ease 0s;
  -o-transition: visibility 0.8s ease 0s;
  transition: visibility 0.8s ease 0s;
  visibility: hidden;
}

.popup::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease 0s;
  -o-transition: opacity 0.8s ease 0s;
  transition: opacity 0.8s ease 0s;
}

.popup.show {
  visibility: visible;
  overflow: auto;
}

.popup.show::before {
  opacity: 1;
}

.popup.show .popup__body {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.popup._active {
  overflow: auto;
  visibility: visible;
}

.popup._active::before {
  opacity: 1;
}

.popup._active .popup__body {
  -webkit-transition: all 0.3s ease 0.2s;
  -o-transition: all 0.3s ease 0.2s;
  transition: all 0.3s ease 0.2s;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.popup__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  align-items: center;
}

.popup__body {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: #ebeef4;
  padding: 117px 65px 115px;
  width: 100%;
  max-width: 550px;
}

.popup .proposal-content {
  width: 100%;
  padding: 0;
}

.popup__close {
  width: 19px;
  height: 19px;
  position: absolute;
  top: 37px;
  right: 44px;
  cursor: pointer;
  z-index: 30;
  background: url("../img/icons/close.svg") 0 0 no-repeat;
  background-size: contain;
  fill: #e3e3e3;
  opacity:.3;
}
.popup__close:hover {
  opacity:1;
}

#lottie_message, #lottie_message2, #lottie_message3 {
    width:100%;
    display:none;
    
}

#lottie_message3 {
    height:550px;
}

#quiz_container {display:none;}

.popup_feedback .proposal-content__title {
  margin-bottom: 42px;
}

.header {
      width: 100%;
      position: absolute;
      left: 0;
      z-index: 55;
}

.testimonials__rate-img img:hover{
    opacity:0.5;
    transition:all .5s;
}

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__logo {
  margin-right: 127px;
}

.header__logo img {
  max-width: 100%;
  max-height: 40px;
}

.header__email {
  margin-right: 20px;
  font-size: 25px;
  font-weight: 300;
  color: #3471b2;
  font-size: 25px;
}

.header__phone {
  display: block;
  margin: 0px 3.5% 0px auto;
  font-weight: 700;
  color: #232323;
  -webkit-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
  font-size: 25px;
  margin-right: 42px;
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.social * + * {
  margin-left: 9px;
}

.social__telegram {
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #70a4d9;
  -webkit-transition: background-color 0.3s ease 0s;
  -o-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
  width: 46px;
  height: 46px;
}

.social__telegram svg {
  margin-left: -3px;
  height: auto;
  width: 31px;
  margin-top: 4px;
}

.social__whatsapp {
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #5fbe6f;
  -webkit-transition: background-color 0.3s ease 0s;
  -o-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
  width: 46px;
  height: 46px;
}

.social__whatsapp svg {
  height: auto;
  width: 21px;
  margin-left: 2px;
}

.intro__container {
  padding-right: 0;
}

.intro__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.intro__content {
  padding-top: 264px;
  padding-right: 60px;
}

.intro__title {
  font-weight: 700;
  color: #232323;
}

.intro__subtitle {
  font-weight: 300;
  color: #232323;
}

.intro__slider {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50vw;
          flex: 0 0 50vw;
  max-width: 961px;
  width: 100%;
  height: 0;
  padding: 0 0 57.569%;
  overflow: hidden;
}

.intro__close {
  margin-bottom: 40px;
  padding: 15px;
  border: 3px solid #ee7100;
  font-size: 18px;
  font-weight: 500;
}

.intro__close p {
  margin-bottom: 10px;
}

.intro__close p:last-child {
  margin-bottom: 0;
}

.intro__close a {
  color: #3975ad;
}

.intro__schedule-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}

.intro__schedule-wrap .schedule__info {
  margin-top: 0;
}

.intro__yandex {
    position: relative;
    margin-bottom: 20px;
}

/* Сost */

.cost {
  background-color: #ebeef3;
  position: relative;
}

.cost .decor1,
.cost .decor2 {
  content: "";
  display: block;
  width: 5.8%;
  height: 9.3vw;
  position: absolute;
  background: url("../img/icons/decor_1.png") 0 0 no-repeat;
  background-size: contain;
}

.cost .decor2 {
  bottom: -4.8%;
  left: 6.4%;
}

.cost .decor1 {
  top: 21%;
  right: 8.2%;
}

.cost__suptitle {
  margin-bottom: 25px;
}

#quiz {
  overflow: hidden;
}

#quiz__left {
  width: 32%;
  float: left;
  min-height: 300px;
  -webkit-transition: all 1.3s ease-in-out;
  -o-transition: all 1.3s ease-in-out;
  transition: all 1.3s ease-in-out;
}

#mockup2 {
  padding: 68px 75px 73px 54px;
  position: absolute;
  display: block;
  z-index: 2;
  font-size: 26px;
  line-height: 138.4615384615%;
  font-weight: 300;
  color: #ffffff;
}

#quiz__left img {
  z-index: 1;
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

#quiz__img {
  width: 100%;
  height: 600px;
  overflow: hidden;
}

#quiz__right {
  float: left;
  width: 68%;
  height: 600px;
  padding-left: 8.7%;
  background-color: #fff;
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.quiz__questions {
  display: none;
  padding-top: 66px;
  overflow: hidden;
  padding-left: 1px;
}

#question_form {
  padding-top: 26px;
}

.quiz__back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  clear: both;
  font-size: 16px;
  line-height: 1;
  font-weight: 300;
  color: #bbc1ca;
  cursor: pointer;
}

.quiz__back::before {
  content: "";
  display: block;
  width: 8px;
  height: 14px;
  margin-right: 17px;
  background: url("../img/icons/back.png") 0 0 no-repeat;
  background-size: contain;
}

.questions-quiz__item {
  position: relative;
  width: 41%;
  padding: 30px 42px 25px;
  font-size: 16px;
  line-height: 162.5%;
  font-weight: 300;
  background-color: #ebeef3;
  cursor: pointer;
  float: left;
  margin-right: 2.3%;
  margin-bottom: 2.3%;
  -webkit-transition: -webkit-box-shadow 0.5s ease 0s;
  transition: -webkit-box-shadow 0.5s ease 0s;
  -o-transition: box-shadow 0.5s ease 0s;
  transition: box-shadow 0.5s ease 0s;
  transition: box-shadow 0.5s ease 0s, -webkit-box-shadow 0.5s ease 0s;
  transition: all .5s;
}

.questions-quiz__item span {
  color: #919191;
}

.questions-quiz__item::after {
   
}

.questions-quiz__item:hover {
  -webkit-box-shadow: 0 0 1px 1px #ee7100;
          box-shadow: 0 0 1px 1px #ee7100;
          background: #fff;
          
}

.questions-quiz__item:hover::after {
  opacity: 1;
  visibility: visible;
}

#question4 .questions-quiz__item {
  height: 133px;
  display: inline-block;
  line-height: 133px;
  padding-top: 0;
  padding-bottom: 0;
}

#question4 .questions-quiz__item::after {
   
}

#question4 .questions-quiz__item > div {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.4;
}

#bar {
  width: 84%;
  height: 2px;
  background: #dce0e6;
  z-index: 1;
  border-radius: 2px;
}

#bar_active {
  z-index: 2;
  width: 10%;
  left: 0;
  float: left;
  height: 2px;
  background: #7999b8;
  border-radius: 2px;
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.quiz__title {
  display: none;
  font-size: 37px;
  font-weight: 300;
  letter-spacing: 0.01em;
}

/* Estimate */

.estimate {
  padding-bottom: 72px;
  margin-bottom: 141px;
  border-bottom: 1px solid #d9dde4;
}

.estimate__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px -13px 65px;
}

.estimate__items li {
  width: 33.333%;
  padding: 0px 13px;
}

.estimate__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.estimate__item p {
  font-weight: 300;
}

.estimate__item p span {
  white-space: nowrap;
}

.estimate__item img {
  width: auto;
}

li:nth-child(3) .estimate__item img {
  margin-right: 24px;
}

.estimate__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 26px;
  font-weight: 300;
}

.estimate__info span {
  display: inline-block;
  white-space: nowrap;
}

#lottie-estimate {
  max-height: 64px;
  height: 44px;
}

.report {
  position: relative;
  margin-bottom: 180px;
}

.report .decor3 {
  content: "";
  display: block;
  width: 5.8%;
  height: 9.3vw;
  position: absolute;
  background: url("../img/icons/decor_1.png") 0 0 no-repeat;
  background-size: contain;
  bottom: 30.8%;
  left: 5.8%;
}

.report .decor4 {
  content: "";
  display: block;
  width: 6.95%;
  height: 5.8vw;
  position: absolute;
  background: url(../img/icons/decor_2.png) 0 0 no-repeat;
  background-size: contain;
  top: 9.2%;
  right: 0;
  z-index: 2;
}

.report__top {
  padding-bottom: 210px;
  position: relative;
}

.report__bgr {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 17px;
  left: 190px;
  z-index: 1;
  pointer-events: none;
  background: url("../img/report_bgr.png") 0 0 no-repeat;
  background-size: cover;
}

.report__bgr img {
  display: none;
}

.report__title {
  max-width: 560px;
  margin-bottom: 30px;
  position: relative;
  z-index: 3;
}

.report__info {
  max-width: 345px;
  padding: 48px 28px 57px 34px;
  border: 5px solid #558ec2;
  position: absolute;
  top: 27px;
  right: 0;
  z-index: 3;
}

.report__info li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 39px;
  font-size: 18px;
  line-height: 138.8888888889%;
  font-weight: 500;
  color: #558ec2;
}

.report__info li:last-child {
  margin-bottom: 0;
}

.report__info li::before {
  content: "+";
  margin-right: 24px;
  font-size: 22px;
  line-height: 113.6363636364%;
  font-weight: 700;
  position: relative;
  top: 2px;
}

.report__bottom {
  padding: 116px 124px 113px;
  background-color: #ebeef3;
  position: relative;
  z-index: 3;
}

.report .btn--search {
  position: relative;
  z-index: 3;
}

.report__slide-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
}

.report__slide-img {
  display: block;
  flex-shrink: 0;
}

.report__slide-img img {
  display: block;
  position: static;
}

.report__slide-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 44px 44px 33px 24px;
}

.report__slide-title {
  font-size: 18.9px;
  line-height: 23px;
  font-weight: 700;
}

.report__slide-btn {
  -ms-flex-item-align: start;
      align-self: flex-start;
  display: inline-block;
  position: relative;
  font-size: 22px;
  line-height: 23px;
  font-weight: 700;
  color: #558ec2;
  text-decoration: none;
}

.report__slide-btn::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #558ec2;
  -webkit-transition: opacity 0.3s ease 0s, visibility 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s, visibility 0.3s ease 0s;
  transition: opacity 0.3s ease 0s, visibility 0.3s ease 0s;
}

#lottie-report {
  width: 400px;
  height: 400px;
  margin-bottom: 30px;
  background-color: transparent;
}

/* Price */

.price {
  margin-bottom: 196px;
  position: relative;
}

.price .decor5 {
  content: "";
  position: absolute;
  width: 3.45%;
  height: 17.3%;
  top: 75.7%;
  right: 5.6%;
  background: url("../img/icons/decor_3.png") 0 0 no-repeat;
  background-size: contain;
}

.price__title {
  margin-bottom: 72px;
}

.price__wrapper {
  padding: 78px 100px 82px;
  margin-bottom: 112px;
  border: 2px solid #ebeef3;
  border-top: 10px solid #ebeef3;
}

.price__info {
  font-size: 26px;
  line-height: 1.1;
  color: #232323;
}

.price__info a {
  color: #3975ad;
  font-weight: 700;
}

.price__info a {
  font-weight: 700;
  color: #3975ad;
}

.price__info a::after {
  height: 2px;
}

.table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 69px;
}

.table__name {
  width: 50.4%;
  padding-right: 15px;
}

.table__price {
  width: 29%;
  padding-right: 15px;
}

.table td {
  padding: 12px 0 9px;
  border-bottom: 1px solid #dde0e4;
  font-size: 16px;
  font-weight: 300;
}

.bonuses {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bonuses__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-bottom: 30px;
}

.bonuses__item p {
  padding-right: 60px;
  font-size: 22px;
  line-height: 150%;
  font-weight: 300;
}

.bonuses__item::before {
  content: "";
  display: block;
  width: 43px;
  min-width: 43px;
  height: 43px;
  margin-right: 32px;
  background: url("../img/icons/check_2.png") 0 0 no-repeat;
  background-size: contain;
  position: relative;
  top: 3px;
}

/* Stages */

.stages {
  margin-bottom: 179px;
  background-color: #4f8ac1;
}

.stages__container {
  padding-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.stages__container--desk {
  display: none;
}

.stages__container--mob {
  display: block;
  padding-top: 116px;
  padding-bottom: 108px;
}

.stages__left {
  width: 38.5%;
  padding: 100px 0px 0px 0px;
}

.stages__title {
  margin-bottom: 55px;
  color: #fff;
}

.stages__tabs {
  position: relative;
}

.stages__nav {
  padding-bottom: 30px;
}

.stages__navitem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 138px;
  padding: 21px 145px 15px 46px;
  position: relative;
  font-size: 22px;
  line-height: 145.4545454545%;
  font-weight: 700;
  color: #ffffff;
  border-bottom: 1px solid #669ed1;
  cursor: pointer;
}

.stages__navitem:last-child {
  border: none;
}

.stages__navitem::after {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 28px;
  top: 50%;
  right: 110px;
  background: url("../img/icons/next_white.png") 0 0 no-repeat;
  background-size: contain;
  -webkit-transform: translate(0px, -50%);
      -ms-transform: translate(0px, -50%);
          transform: translate(0px, -50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0.1s;
  -o-transition: all 0.3s ease 0.1s;
  transition: all 0.3s ease 0.1s;
}

.stages__navitem._active {
  background-color: #5f9ed8;
}

.stages__navitem._active::after {
  opacity: 1;
  visibility: visible;
}

.stages__items {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
}

.stages__tab-block {
  height: 100%;
  padding: 133px 77px 70px 115px;
  background-color: #fff;
}

.stages__tab-block li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 52px;
  font-size: 21px;
  line-height: 29px;
  font-weight: 300;
  color: #232323;
}

.stages__tab-block li:last-child {
  margin-bottom: 0;
}

.stages__tab-block li::before {
  content: "";
  display: block;
  width: 23px;
  min-width: 23px;
  height: 15px;
  margin-right: 40px;
  position: relative;
  top: 11px;
  background: url("../img/icons/check.png") 0 0 no-repeat;
  background-size: contain;
}

.stages__right {
  width: 50vw;
  position: relative;
}

.stages__right-bgr {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.stages__right-bgr img {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease 0s, visibility 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s, visibility 0.3s ease 0s;
  transition: opacity 0.3s ease 0s, visibility 0.3s ease 0s;
}

.stages__right-bgr img._active {
  opacity: 1;
  visibility: visible;
}

.spollers__item {
  margin-bottom: 21px;
}

.spollers__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 43px 52px 37px 52px;
  font-size: 22px;
  line-height: 32px;
  font-weight: 300;
  color: #ffffff;
  background-color: #5f9ed8;
  -webkit-transition: background-color 0.3s ease 0s;
  -o-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
}

.spollers__title::after {
  content: "";
  display: block;
  width: 28px;
  height: 16px;
  margin-left: 15px;
  background: url("../img/icons/arrow_bottom_white.png") 0 0 no-repeat;
  background-size: contain;
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}

.spollers__title._active {
  font-weight: 700;
  background-color: #3a70a3;
  -webkit-transition: background-color 0.3s ease 0s;
  -o-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
}

.spollers__title._active::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.spollers__title._active + .spollers__content {
  background-color: #3a70a3;
}

.spollers__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 31px 31px 77px;
  -webkit-transition: background-color 0.3s ease 0s;
  -o-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
}

.spollers__img img {
  display: block;
  width: 100%;
  max-width: 289px;
  -o-object-fit: cover;
     object-fit: cover;
}

.spollers__list {
  padding-left: 37px;
  padding-top: 11px;
}

.spollers__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 41px;
  font-size: 16.6px;
  line-height: 22px;
  font-weight: 300;
  color: #ffffff;
  list-style: none;
}

.spollers__list li::before {
  content: "";
  display: block;
  width: 18px;
  min-width: 18px;
  height: 12px;
  margin-right: 33px;
  background: url("../img/icons/check_white.png") 0 0 no-repeat;
  background-size: contain;
}

/* About */

.about {
  margin-bottom: 167px;
  position: relative;
}

.about__title {
  margin-bottom: 76px;
}

.about__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 138px;
}

.about__col-left {
  width: 50%;
}

.about__col-left img {
  max-width: 100%;
}

.about__card {
  padding: 27px 100px 20px 57px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  color: #fff;
  background-color: rgba(67, 133, 194, 0.9);
}

.about__name {
  font-size: 26px;
  line-height: 130.7692307692%;
  font-weight: 700;
}

.about__prof {
  font-size: 14px;
  line-height: 242.8571428571%;
  font-weight: 300;
}

.about__col-right {
  width: 50%;
  padding: 17px 0 73px 74px;
}

.about__subtitle {
  margin-bottom: 66px;
  font-size: 26px;
  line-height: 130.7692307692%;
  font-weight: 700;
}

.about__info blockquote {
  margin-bottom: 63px;
  font-size: 22px;
  line-height: 140.9090909091%;
  font-weight: 300;
  font-style: italic;
  color: #276095;
}

.about__info blockquote::before {
  content: "";
  display: block;
  width: auto;
  height: 37px;
  margin-bottom: 38px;
  background: url("../img/icons/left_quote.png") 0 0 no-repeat;
  background-size: contain;
}

.about__info ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  line-height: 205.5555555556%;
  font-weight: 300;
}

.about__info ul li::before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  margin-right: 25px;
  background: #ee7100;
}

.about__bottom {
  position: relative;
}

.about__head {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 70px;
}

.about__head h3 {
  font-size: 42px;
  line-height: 159.5238095238%;
  font-weight: 700;
}

.about .swiper-button-prev {
  margin-right: 40px;
}

.about .swiper-button-next {
  margin-right: 60px;
}

.team__img {
  height: 0;
  padding: 0 0 133%;
}

.team__name {
  margin-bottom: 8px;
  font-size: 19.9px;
  line-height: 165%;
  font-weight: 700;
  color: #ffffff;
}

.team__content {
  overflow: hidden;
  position: absolute;
  width: 100%;
  bottom: 20px;
  left: 0;
  bottom: -7%;
  padding: 0 10%;
  -webkit-transition: bottom 0.3s ease 0s;
  -o-transition: bottom 0.3s ease 0s;
  transition: bottom 0.3s ease 0s;
}

.team__prof {
  font-size: 12px;
  line-height: 125%;
  font-weight: 300;
  color: #ffffff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0.2s;
  -o-transition: all 0.3s ease 0.2s;
  transition: all 0.3s ease 0.2s;
}

.team__card:hover .team__content {
  bottom: 9%;
}

.team__card:hover .team__prof {
  opacity: 1;
  visibility: visible;
}

.testimonials {
  padding: 130px 0px 118px 0px;
  margin-bottom: 134px;
  background-color: #ebeef3;
  position: relative;
}

.testimonials .decor8 {
  content: "";
  position: absolute;
  width: 9.29%;
  height: 21.34%;
  bottom: -10.2%;
  left: 6%;
  background: url("../img/icons/decor_6.png") 0 0 no-repeat;
  background-size: contain;
}

.testimonials__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 73px;
}

.testimonials__title {
  width: 66%;
  margin-right: 15px;
}

.testimonials__yndx {
  width: 24.4%;
  padding-top: 11px;
}

.testimonials__text {
  margin-bottom: 27px;
  font-size: 22px;
  font-weight: 300;
}

.testimonials__rate-img img {
  display: block;
  margin: 0px auto;
  max-width: 100%;
  max-height: 100%;
}

.testimonials__bottom {
  position: relative;
}

.testimonials__slider {
  margin: 0 127px 0px;
}

.testimonials__slider img {
  max-width: 100%;
  height: auto;
}

.testimonials .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.testimonials .swiper-button-next {
  right: 0;
  background-size: contain;
}

.testimonials .swiper-button-prev {
  left: 0;
  background-size: contain;
}

/* Documents */

.documents {
  margin-bottom: 200px;
}

.documents__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  margin-bottom: 55px;
  position: relative;
}

.documents__nav ._active {
  font-weight: bold;
}

.documents__line {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 20px;
  height: 2px;
  background-color: #ee7100;
  -webkit-transition: left 0.3s ease-in-out, width 0.3s ease-in-out;
  -o-transition: left 0.3s ease-in-out, width 0.3s ease-in-out;
  transition: left 0.3s ease-in-out, width 0.3s ease-in-out;
}

.documents__navitem {
  padding: 0 22px;
  padding-bottom: 33px;
  margin-right: 50px;
  font-size: 18px;
  font-weight: 300;
  cursor: pointer;
}

.documents__navitem > span {
  padding: 5px 0px 12px;
  position: relative;
}

.documents__navitem > span::after {
  content: "";
  display: block;
  width: 110%;
  height: 2px;
  background-color: #ee7100;
  position: absolute;
  bottom: 0;
  left: -5%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.documents__navitem > span > span > span {
  font-weight: 700;
  color: #4f8ac1;
}

.documents__more {
  font-size: 20px;
  font-weight: 300;
  color: #4f8ac1;
}

.certificate__list {
  margin-bottom: 63px;
}

.certificate__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.certificate__list li img {
  max-width: 100%;
  margin: 0px auto;
}

.certificate__add-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: -2%;
  margin-left: -2%;
}

.certificate__add-list li {
  width: 16%;
  padding: 0px 1% 2%;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.certificate__add-list li img {
  display: block;
  max-width: 100%;
  margin: 0px auto;
}

.certificate p {
  margin-bottom: 58px;
  font-size: 18px;
  line-height: 177.7777777778%;
  font-weight: 300;
  color: #a5a5a5;
}

.certificate .swiper-slide {
  height: auto;
}

.media__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 25px;
}

.media__list li {
  width: 50%;
  padding-right: 15px;
  margin-bottom: 50px;
}

.media__list p {
  font-size: 18px;
  line-height: 177.7777777778%;
  font-weight: 300;
}

.media__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 39px;
  margin-bottom: 23px;
}

.achievements__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  font-size: 18px;
  line-height: 144.4444444444%;
  font-weight: 300;
}

.achievements__list li::before {
  content: "";
  display: block;
  width: 43px;
  min-width: 43px;
  height: 43px;
  margin-right: 32px;
  background: url("../img/icons/check_2.png") 0 0 no-repeat;
  background-size: contain;
  position: relative;
  top: 3px;
}

/* Guarantee */

.guarantee {
  margin-bottom: 174px;
  position: relative;
}

.guarantee__title {
  margin-bottom: 57px;
}

.guarantee__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 64px;
}

.guarantee__img {
  display: block;
  margin-right: 57px;
  min-width: 118px;
}

.guarantee__img img {
  max-width: 100%;
}

.guarantee__content {
  padding-top: 17px;
}

.guarantee__content p {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.3;
  font-size: calc(12px + 6 * ((100vw - 320px) / 1600));
}

.guarantee__mob-text {
  margin-bottom: 37px;
  font-size: 14px;
  line-height: 21px;
  font-weight: 300;
}

.guarantee__subtitle {
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: 700;
}

.guarantee__info {
  font-size: 22px;
  font-weight: 700;
}

/* Proposal */

.proposal {
  margin-bottom: 211px;
}

.proposal__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.proposal__img {
  width: 50%;
  overflow: hidden;
}

.proposal__content {
  width: 50%;
  background-color: #ebeef3;
  padding: 82px 80px 75px 67px;
}

.input {
  background-color: #fff;
  height: 70px;
  line-height: 70px;
  font-weight: 300;
  font-size: 16px;
}

.input::-webkit-input-placeholder {
  font-size: 16px;
  font-weight: 300;
  color: #84898b;
}

.input::-moz-placeholder {
  font-size: 16px;
  font-weight: 300;
  color: #84898b;
}

.input:-ms-input-placeholder {
  font-size: 16px;
  font-weight: 300;
  color: #84898b;
}

.input::-ms-input-placeholder {
  font-size: 16px;
  font-weight: 300;
  color: #84898b;
}

.input::placeholder {
  font-size: 16px;
  font-weight: 300;
  color: #84898b;
}

.quiz__questions .input {
  background-color: #ebeef3;
}

.quiz__questions .proposal-content {
  padding-right: 80px;
  max-width: 533px;
  margin-left: auto;
}

.quiz__questions .proposal-content__btn-wrapper .btn {
  padding-left: 65px;
  padding-right: 65px;
}

.proposal-content__title {
  margin-bottom: 54px;
  font-size: 36px;
  line-height: 125%;
  font-weight: 700;
}

.proposal-content__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 33px;
}

.proposal-content__nav li {
  margin-right: 37px;
  font-size: 18px;
  font-weight: 300;
  color: #3c3c3c;
  cursor: pointer;
}

.proposal-content__nav li:last-child {
  margin-right: 0;
}

.proposal-content__nav li._active {
  font-weight: 700;
  color:#2c6fac
}

.proposal-content__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.proposal-content__form p,
.proposal-content__form a {
  font-size: 14px;
  line-height: 135.7142857143%;
  font-weight: 300;
  color: #b8b8b8;
}

.proposal-content__form p {
  max-width: 290px;
}

.proposal-content__form a {
  text-decoration: underline;
}

.proposal-content__input {
  width: 100%;
  margin-bottom: 26px;
  position: relative;
}

.proposal-content__btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 44px;
}

.proposal-content__btn-wrapper .btn {
  padding-left: 35px;
  padding-right: 35px;
}

.contacts__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
}

.contacts__col {
  width: 48.9%;
  margin-bottom: 75px;
}

.contacts__col.address,
.contacts__col.schedule {
  width: 37.3%;
}

.schedule__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
  margin-top: 17px;
  font-size: 26px;
  font-weight: 300;
}

.schedule__info img {
  margin-right: 10px;
  margin-bottom: 2px;
}

/*
.schedule__info::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  margin-right: 20px;
  background-color: #61a965;
  border-radius: 50%;
} */

.schedule p {
  font-size: 14px;
  font-weight: 300;
  color: #a0a0a0;
}

.contact-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contact-links__left-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.contact-links__phone {
  display: inline-block;
  margin-bottom: 13px;
  font-size: 42px;
  line-height: 1.3;
  font-weight: 300;
  color: #4f8ac1;
  letter-spacing: -0.02em;
}

.contact-links__phone span {
  font-weight: 700;
}

.contact-links__email {
  font-size: 27px;
  font-weight: 300;
  color: #4f8ac1;
}

.contacts .social {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 15px;
}

.contacts .social * + * {
  margin-left: 12px;
}

.contacts .social__telegram {
  width: 66px;
  height: 66px;
}

.contacts .social__telegram svg {
  width: 44px;
}

.contacts .social__whatsapp {
  width: 66px;
  height: 66px;
}

.contacts .social__whatsapp svg {
  width: 31px;
}

.address p {
  font-size: 32px;
  line-height: 146.875%;
  font-weight: 300;
  color: #4f8ac1;
}

.address__path {
  font-size: 20px;
  font-weight: 700;
  text-decoration: underline;
  color: #4f8ac1;
}

.contacts-middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.contacts-middle__img {
  width: 50%;
  height: 0;
  padding: 0 0 36.5%;
}

.contacts-middle__map {
  width: 50%;
  height: 0;
  padding: 0 0 36.5%;
  background: #ccc;
}

.contacts-bottom {
  padding-top: 95px;
  padding-bottom: 127px;
  background-color: #ebeef3;
  border-bottom: 1px solid #c6cdd8;
}

.contacts-bottom__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.contacts-bottom__col {
  width: 30%;
}

.contacts-bottom__title {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  color: #1e1e1e;
}

.contacts-bottom__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 12px 5px 5px 12px;
}

.contacts-bottom__content p {
  padding: 0px 24px;
  font-size: 16px;
  font-weight: 300;
  color: #908f8f;
}

.contacts-bottom__icon {
  width: 46px;
  height: 46px;
}

.contacts-bottom__icon img {
  max-width: 100%;
}

/* Footer */

.footer {
  padding: 54px 0px 85px;
  background: #ebeef3;
}

.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 6px;
}

.footer__logo {
  max-width: 180px;
  margin-top: -6px;
}

.footer__logo img {
  max-width: 100%;
}

.footer a,
.footer p,
.footer div {
  font-size: 16px;
  line-height: 135.7142857143%;
  font-weight: 300;
  color: #232323;
}

.footer ._underline::after {
  bottom: 2px;
  background: #232323;
}

.page {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

@media (min-width: 160px) {
  .testimonials__rate-img {
    max-width: calc(119px + 73 * (((100vw - 160px)) / ((1760))));
  }
}

@media (min-width: 479.98px) {
  .about .swiper-button-prev,
  .about .swiper-button-next {
    width: 24px;
    height: 44px;
    position: static;
    left: auto;
    right: auto;
    top: auto;
    -webkit-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
    margin-top: 0;
    background-size: contain;
  }
}

@media (min-width: 479.98px) and (min-width: 1260px) {
  .about .swiper-button-prev,
  .about .swiper-button-next {
    width: calc(18px + 6 * (((100vw - 1260px)) / ((660))));
  }

  .about .swiper-button-prev,
  .about .swiper-button-next {
    height: calc(34px + 10 * (((100vw - 1260px)) / ((660))));
  }
}

@media (min-width: 767.98px) {
  .guarantee__mob-text {
    display: none;
  }

  .schedule--mob {
    display: none;
  }
}

@media (min-width: 991.98px) {
  .btn:hover {
    background-color: #d36502;
  }

  ._underline:hover::after {
    opacity: 0;
    visibility: hidden;
  }

  .social__telegram:hover {
    background-color: #5888b9;
  }

  .social__whatsapp:hover {
    background-color: #4d9d5a;
  }

  .report__slide-btn:hover::after {
    opacity: 0;
    visibility: hidden;
  }

  .stages__container--desk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .stages__container--mob {
    display: none;
  }

  .stages__navitem:hover {
    background-color: #5f9ed8;
  }

  .stages__navitem:hover::after {
    opacity: 1;
    visibility: visible;
  }

  .proposal-content__form a:hover {
    text-decoration: none;
  }

  .address__path {
    display: none;
  }
}

@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}

@media (min-width: 1201px) {
  .ie .intro ._container {
    width: 100%;
  }

  .ie .intro .intro__slider #lottie-slider {
    width: 100%;
  }
}

@media (min-width: 1201px) and (min-width: 1260px) {
  .ie .intro .intro__slider #lottie-slider {
    height: calc(598.5px + 301.5 * (((100vw - 1260px)) / ((660))));
  }
}

@media (min-width: 1259.98px) {
  .about .decor6 {
    content: "";
    position: absolute;
    width: 5.89%;
    height: 7.3%;
    top: 31.9%;
    left: 0;
    background: url("../img/icons/decor_4.png") 0 0 no-repeat;
    background-size: contain;
  }

  .about .decor7 {
    content: "";
    position: absolute;
    width: 5.53%;
    height: 17.4%;
    top: 48.3%;
    right: 0;
    background: url("../img/icons/decor_5.png") 0 0 no-repeat;
    background-size: contain;
  }

  .certificate__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .certificate__list li {
    margin: 0px 2% 0 0;
    width: auto !important;
  }

  .certificate__list li {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .guarantee .decor9 {
    content: "";
    position: absolute;
    width: 5.834%;
    height: 49.5%;
    top: 15.3%;
    right: 3.5%;
    background: url("../img/icons/decor_7.png") 0 0 no-repeat;
    background-size: contain;
  }
}

@media (min-width: 1260px) {
  .btn {
    font-size: calc(13px + 7 * (((100vw - 1260px)) / ((660))));
  }

  .btn {
    padding-top: calc(17px + 11 * (((100vw - 1260px)) / ((660))));
  }

  .btn {
    padding-bottom: calc(16px + 6 * (((100vw - 1260px)) / ((660))));
  }

  .btn {
    padding-left: calc(28px + 17 * (((100vw - 1260px)) / ((660))));
  }

  .btn {
    padding-right: calc(28px + 17 * (((100vw - 1260px)) / ((660))));
  }

  .suptitle {
    font-size: calc(24px + 13 * (((100vw - 1260px)) / ((660))));
  }

  .title {
    font-size: calc(37px + 19 * (((100vw - 1260px)) / ((660))));
  }

  .form__error {
    font-size: calc(10.4px + 5.6 * (((100vw - 1260px)) / ((660))));
  }

  .popup__body {
    max-width: calc(370px + 180 * (((100vw - 1260px)) / ((660))));
  }

  .popup__body {
    padding-right: calc(45px + 20 * (((100vw - 1260px)) / ((660))));
  }

  .popup__body {
    padding-left: calc(45px + 20 * (((100vw - 1260px)) / ((660))));
  }

  .popup__body {
    padding-top: calc(80px + 37 * (((100vw - 1260px)) / ((660))));
  }

  .popup__body {
    padding-bottom: calc(80px + 35 * (((100vw - 1260px)) / ((660))));
  }

  .intro__content {
    padding-top: calc(160px + 94 * (((100vw - 1260px)) / ((660))));
  }

  .intro__content {
    padding-right: calc(40px + 20 * (((100vw - 1260px)) / ((660))));
  }

  .intro__close {
    margin-top: -90px;
  }

  .intro__schedule-wrap {
    margin-top: -60px;
  }

  .intro__close + .intro__schedule-wrap {
    margin-top: 0;
  }

  .intro__title {
    font-size: calc(39px + 17 * (((100vw - 1260px)) / ((660))));
  }

  .intro__title {
    line-height: calc(46px + 23 * (((100vw - 1260px)) / ((660))));
  }

  .intro__title {
    margin-bottom: calc(32px + 21 * (((100vw - 1260px)) / ((660))));
  }

  .intro__subtitle {
    font-size: calc(16.3px + 8.7 * (((100vw - 1260px)) / ((660))));
  }

  .intro__subtitle {
    line-height: calc(28px + 10 * (((100vw - 1260px)) / ((660))));
  }

  .intro__subtitle {
    margin-bottom: calc(42px + 27 * (((100vw - 1260px)) / ((660))));
  }

  .cost {
    padding-top: calc(106px + 62 * (((100vw - 1260px)) / ((660))));
  }

  .cost {
    padding-bottom: calc(122px + 60 * (((100vw - 1260px)) / ((660))));
  }

  .cost {
    margin-bottom: calc(112px + 70 * (((100vw - 1260px)) / ((660))));
  }

  .cost__suptitle {
    margin-bottom: calc(13px + 12 * (((100vw - 1260px)) / ((660))));
  }

  .cost__title {
    margin-bottom: calc(43px + 31 * (((100vw - 1260px)) / ((660))));
  }

  #mockup2 {
    padding-top: calc(45px + 23 * (((100vw - 1260px)) / ((660))));
  }

  #mockup2 {
    padding-left: calc(34px + 20 * (((100vw - 1260px)) / ((660))));
  }

  #mockup2 {
    padding-right: calc(34px + 41 * (((100vw - 1260px)) / ((660))));
  }

  #mockup2 {
    font-size: calc(17px + 9 * (((100vw - 1260px)) / ((660))));
  }

  #quiz__img {
    height: calc(394px + 206 * (((100vw - 1260px)) / ((660))));
  }

  #quiz__right {
    padding-top: calc(50px + 15 * (((100vw - 1260px)) / ((660))));
  }

  #quiz__right {
    padding-left: calc(65px + 39 * (((100vw - 1260px)) / ((660))));
  }

  #quiz__right {
    height: calc(394px + 206 * (((100vw - 1260px)) / ((660))));
  }

  .quiz__questions {
    padding-top: calc(42px + 24 * (((100vw - 1260px)) / ((660))));
  }

  .quiz__back {
    font-size: calc(12px + 4 * (((100vw - 1260px)) / ((660))));
  }

  .quiz__back::before {
    width: calc(6px + 2 * (((100vw - 1260px)) / ((660))));
  }

  .quiz__back::before {
    height: calc(11px + 3 * (((100vw - 1260px)) / ((660))));
  }

  .quiz__back::before {
    margin-right: calc(13px + 4 * (((100vw - 1260px)) / ((660))));
  }

  .questions-quiz__item {
    padding-left: calc(5px + 10 * (((100vw - 1260px)) / ((660))));
  }

  .questions-quiz__item {
    padding-right: calc(10px + 10 * (((100vw - 1260px)) / ((660))));
  }

  .questions-quiz__item {
    padding-top: calc(21px + 9 * (((100vw - 1260px)) / ((660))));
  }

  .questions-quiz__item {
    padding-bottom: calc(18px + 7 * (((100vw - 1260px)) / ((660))));
  }

  .questions-quiz__item {
    font-size: calc(11.4px + 5.6 * (((100vw - 1260px)) / ((660))));
  }

  .questions-quiz__item::after {
    
  }

  .questions-quiz__item::after {
     
  }

  #question4 .questions-quiz__item {
    height: calc(75px + 53 * (((100vw - 1260px)) / ((660))));
  }

  #question4 .questions-quiz__item {
    line-height: calc(80px + 53 * (((100vw - 1260px)) / ((660))));
  }

  .quiz__titles {
    height: 55px;
  }

  .quiz__title {
    font-size: calc(23.6px + 13.4 * (((100vw - 1260px)) / ((660))));
  }

  .estimate {
    padding-bottom: calc(47px + 25 * (((100vw - 1260px)) / ((660))));
  }

  .estimate {
    margin-bottom: calc(88px + 53 * (((100vw - 1260px)) / ((660))));
  }

  .estimate__title {
    margin-bottom: calc(50px + 30 * (((100vw - 1260px)) / ((660))));
  }

  .estimate__items {
    margin-bottom: calc(40px + 25 * (((100vw - 1260px)) / ((660))));
  }

  .estimate__item p {
    font-size: calc(12px + 6 * (((100vw - 1260px)) / ((660))));
  }

  .estimate__item p {
    line-height: calc(16px + 9 * (((100vw - 1260px)) / ((660))));
  }

  .estimate__item img {
    max-height: calc(35px + 20 * (((100vw - 1260px)) / ((660))));
  }

  .estimate__item img {
    margin-right: calc(20px + 9 * (((100vw - 1260px)) / ((660))));
  }

  .estimate__info {
    font-size: calc(19px + 7 * (((100vw - 1260px)) / ((660))));
  }

  .estimate__info span {
    padding-top: calc(3px + -3 * (((100vw - 1260px)) / ((660))));
  }

  #lottie-estimate {
    height: calc(39px + 12 * (((100vw - 1260px)) / ((660))));
  }

  .report {
    margin-bottom: calc(113px + 67 * (((100vw - 1260px)) / ((660))));
  }

  .report__top {
    padding-bottom: calc(139px + 71 * (((100vw - 1260px)) / ((660))));
  }

  .report__bgr {
    left: calc(108px + 82 * (((100vw - 1260px)) / ((660))));
  }

  .report__title {
    line-height: calc(42.7px + 24.3 * (((100vw - 1260px)) / ((660))));
  }

  .report__title {
    max-width: calc(390px + 170 * (((100vw - 1260px)) / ((660))));
  }

  .report__title {
    margin-bottom: calc(10px + 20 * (((100vw - 1260px)) / ((660))));
  }

  .report__info {
    max-width: calc(233px + 112 * (((100vw - 1260px)) / ((660))));
  }

  .report__info {
    padding-top: calc(20px + 28 * (((100vw - 1260px)) / ((660))));
  }

  .report__info {
    padding: calc(12px + 16 * (((100vw - 1260px)) / ((660))));
  }

  .report__info {
    padding-bottom: calc(40px + 17 * (((100vw - 1260px)) / ((660))));
  }

  .report__info {
    padding-left: calc(19px + 15 * (((100vw - 1260px)) / ((660))));
  }

  .report__info li {
    font-size: calc(13px + 5 * (((100vw - 1260px)) / ((660))));
  }

  .report__info li {
    margin-bottom: calc(24px + 15 * (((100vw - 1260px)) / ((660))));
  }

  .report__info li::before {
    font-size: calc(13px + 9 * (((100vw - 1260px)) / ((660))));
  }

  .report__info li::before {
    margin-right: calc(13px + 11 * (((100vw - 1260px)) / ((660))));
  }

  .report__bottom {
    padding-top: calc(76px + 40 * (((100vw - 1260px)) / ((660))));
  }

  .report__bottom {
    padding-right: calc(110px + 14 * (((100vw - 1260px)) / ((660))));
  }

  .report__bottom {
    padding-bottom: calc(92px + 21 * (((100vw - 1260px)) / ((660))));
  }

  .report__bottom {
    padding-left: calc(110px + 14 * (((100vw - 1260px)) / ((660))));
  }

  .report__slide-content {
    padding-top: calc(10px + 34 * (((100vw - 1260px)) / ((660))));
  }

  .report__slide-content {
    padding-right: calc(15px + 29 * (((100vw - 1260px)) / ((660))));
  }

  .report__slide-content {
    padding-bottom: calc(10px + 23 * (((100vw - 1260px)) / ((660))));
  }

  .report__slide-content {
    padding-left: calc(12px + 12 * (((100vw - 1260px)) / ((660))));
  }

  .report__slide-title {
    font-size: calc(11.9px + 7 * (((100vw - 1260px)) / ((660))));
  }

  .report__slide-btn {
    font-size: calc(16px + 6 * (((100vw - 1260px)) / ((660))));
  }

  .report__slide-btn {
    line-height: calc(18px + 5 * (((100vw - 1260px)) / ((660))));
  }

  #lottie-report {
    width: calc(280px + 120 * (((100vw - 1260px)) / ((660))));
  }

  #lottie-report {
    height: calc(280px + 120 * (((100vw - 1260px)) / ((660))));
  }

  #lottie-report {
    margin-bottom: calc(10px + 20 * (((100vw - 1260px)) / ((660))));
  }

  .price {
    margin-bottom: calc(122px + 74 * (((100vw - 1260px)) / ((660))));
  }

  .price__title {
    margin-bottom: calc(40px + 32 * (((100vw - 1260px)) / ((660))));
  }

  .price__wrapper {
    padding-top: calc(48px + 30 * (((100vw - 1260px)) / ((660))));
  }

  .price__wrapper {
    padding-right: calc(60px + 40 * (((100vw - 1260px)) / ((660))));
  }

  .price__wrapper {
    padding-bottom: calc(52px + 30 * (((100vw - 1260px)) / ((660))));
  }

  .price__wrapper {
    padding-left: calc(60px + 40 * (((100vw - 1260px)) / ((660))));
  }

  .price__wrapper {
    margin-bottom: calc(72px + 40 * (((100vw - 1260px)) / ((660))));
  }

  .price__info {
    font-size: calc(17px + 9 * (((100vw - 1260px)) / ((660))));
  }

  .table {
    margin-bottom: calc(40px + 29 * (((100vw - 1260px)) / ((660))));
  }

  .table td {
    font-size: calc(10.7px + 5.3 * (((100vw - 1260px)) / ((660))));
  }

  .bonuses__item p {
    font-size: calc(14px + 8 * (((100vw - 1260px)) / ((660))));
  }

  .bonuses__item::before {
    width: calc(30px + 13 * (((100vw - 1260px)) / ((660))));
  }

  .bonuses__item::before {
    min-width: calc(30px + 13 * (((100vw - 1260px)) / ((660))));
  }

  .bonuses__item::before {
    height: calc(30px + 13 * (((100vw - 1260px)) / ((660))));
  }

  .bonuses__item::before {
    margin-right: calc(20px + 12 * (((100vw - 1260px)) / ((660))));
  }

  .stages {
    margin-bottom: calc(112px + 67 * (((100vw - 1260px)) / ((660))));
  }

  .stages__left {
    padding-top: calc(60px + 40 * (((100vw - 1260px)) / ((660))));
  }

  .stages__title {
    margin-bottom: calc(33px + 22 * (((100vw - 1260px)) / ((660))));
  }

  .stages__nav {
    padding-bottom: calc(21px + 9 * (((100vw - 1260px)) / ((660))));
  }

  .stages__navitem {
    min-height: calc(90px + 48 * (((100vw - 1260px)) / ((660))));
  }

  .stages__navitem {
    padding-left: calc(29px + 17 * (((100vw - 1260px)) / ((660))));
  }

  .stages__navitem {
    padding-right: calc(111px + 34 * (((100vw - 1260px)) / ((660))));
  }

  .stages__navitem {
    padding-top: calc(18px + 3 * (((100vw - 1260px)) / ((660))));
  }

  .stages__navitem {
    font-size: calc(14.6px + 7.4 * (((100vw - 1260px)) / ((660))));
  }

  .stages__navitem::after {
    width: calc(10px + 6 * (((100vw - 1260px)) / ((660))));
  }

  .stages__navitem::after {
    height: calc(18px + 10 * (((100vw - 1260px)) / ((660))));
  }

  .stages__navitem::after {
    right: calc(73px + 37 * (((100vw - 1260px)) / ((660))));
  }

  .stages__tab-block {
    padding-top: calc(20px + 73 * (((100vw - 1260px)) / ((660))));
  }

  .stages__tab-block {
    padding-right: calc(40px + 37 * (((100vw - 1260px)) / ((660))));
  }

  .stages__tab-block {
    padding-bottom: calc(50px + 20 * (((100vw - 1260px)) / ((660))));
  }

  .stages__tab-block {
    padding-left: calc(60px + 55 * (((100vw - 1260px)) / ((660))));
  }

  .stages__tab-block li {
    font-size: calc(13.4px + 7.6 * (((100vw - 1260px)) / ((660))));
  }

  .stages__tab-block li {
    margin-bottom: calc(32px + 20 * (((100vw - 1260px)) / ((660))));
  }

  .stages__tab-block li {
    line-height: calc(22px + 7 * (((100vw - 1260px)) / ((660))));
  }

  .stages__tab-block li::before {
    width: calc(15px + 8 * (((100vw - 1260px)) / ((660))));
  }

  .stages__tab-block li::before {
    min-width: calc(15px + 8 * (((100vw - 1260px)) / ((660))));
  }

  .stages__tab-block li::before {
    heightmin-width: calc(10px + 5 * (((100vw - 1260px)) / ((660))));
  }

  .stages__tab-block li::before {
    margin-right: calc(25px + 15 * (((100vw - 1260px)) / ((660))));
  }

  .about {
    margin-bottom: calc(109px + 58 * (((100vw - 1260px)) / ((660))));
  }

  .about__title {
    line-height: calc(49px + 18 * (((100vw - 1260px)) / ((660))));
  }

  .about__title {
    margin-bottom: calc(45px + 31 * (((100vw - 1260px)) / ((660))));
  }

  .about__wrapper {
    margin-bottom: calc(90px + 48 * (((100vw - 1260px)) / ((660))));
  }

  .about__card {
    padding-top: calc(18px + 9 * (((100vw - 1260px)) / ((660))));
  }

  .about__card {
    padding-right: calc(66px + 34 * (((100vw - 1260px)) / ((660))));
  }

  .about__card {
    padding-bottom: calc(14px + 6 * (((100vw - 1260px)) / ((660))));
  }

  .about__card {
    padding-left: calc(37px + 20 * (((100vw - 1260px)) / ((660))));
  }

  .about__name {
    font-size: calc(17px + 9 * (((100vw - 1260px)) / ((660))));
  }

  .about__prof {
    font-size: calc(9px + 5 * (((100vw - 1260px)) / ((660))));
  }

  .about__col-right {
    padding-top: calc(8px + 9 * (((100vw - 1260px)) / ((660))));
  }

  .about__col-right {
    padding-bottom: calc(48px + 25 * (((100vw - 1260px)) / ((660))));
  }

  .about__col-right {
    padding-left: calc(47px + 27 * (((100vw - 1260px)) / ((660))));
  }

  .about__subtitle {
    font-size: calc(17px + 9 * (((100vw - 1260px)) / ((660))));
  }

  .about__subtitle {
    margin-bottom: calc(45px + 21 * (((100vw - 1260px)) / ((660))));
  }

  .about__info blockquote {
    font-size: calc(14.3px + 7.7 * (((100vw - 1260px)) / ((660))));
  }

  .about__info blockquote {
    line-height: calc(21px + 10 * (((100vw - 1260px)) / ((660))));
  }

  .about__info blockquote {
    margin-bottom: calc(43px + 20 * (((100vw - 1260px)) / ((660))));
  }

  .about__info blockquote::before {
    height: calc(25px + 12 * (((100vw - 1260px)) / ((660))));
  }

  .about__info blockquote::before {
    margin-bottom: calc(23px + 15 * (((100vw - 1260px)) / ((660))));
  }

  .about__info ul li {
    font-size: calc(13px + 5 * (((100vw - 1260px)) / ((660))));
  }

  .about__info ul li {
    line-height: calc(24px + 13 * (((100vw - 1260px)) / ((660))));
  }

  .about__info ul li::before {
    width: calc(6px + 3 * (((100vw - 1260px)) / ((660))));
  }

  .about__info ul li::before {
    height: calc(6px + 3 * (((100vw - 1260px)) / ((660))));
  }

  .about__info ul li::before {
    margin-right: calc(17px + 8 * (((100vw - 1260px)) / ((660))));
  }

  .about__head {
    margin-bottom: calc(50px + 20 * (((100vw - 1260px)) / ((660))));
  }

  .about__head h3 {
    font-size: calc(27.5px + 14.5 * (((100vw - 1260px)) / ((660))));
  }

  .about .swiper-button-prev {
    margin-right: calc(22px + 18 * (((100vw - 1260px)) / ((660))));
  }

  .about .swiper-button-next {
    margin-right: calc(40px + 20 * (((100vw - 1260px)) / ((660))));
  }

  .team__name {
    font-size: calc(14.9px + 5 * (((100vw - 1260px)) / ((660))));
  }

  .team__content {
    bottom: calc(-35px + 19 * (((100vw - 1260px)) / ((660))));
  }

  .team__prof {
    font-size: calc(11px + 1 * (((100vw - 1260px)) / ((660))));
  }

  .testimonials {
    padding-bottom: calc(79px + 39 * (((100vw - 1260px)) / ((660))));
  }

  .testimonials {
    margin-bottom: calc(89px + 45 * (((100vw - 1260px)) / ((660))));
  }

  .testimonials {
    padding-top: calc(78px + 52 * (((100vw - 1260px)) / ((660))));
  }

  .testimonials__head {
    margin-bottom: calc(45px + 28 * (((100vw - 1260px)) / ((660))));
  }

  .testimonials__title {
    line-height: calc(49px + 18 * (((100vw - 1260px)) / ((660))));
  }

  .testimonials__text {
    font-size: calc(14.5px + 7.5 * (((100vw - 1260px)) / ((660))));
  }

  .testimonials__text {
    margin-bottom: calc(21px + 6 * (((100vw - 1260px)) / ((660))));
  }

  .testimonials__slider {
    margin-right: calc(82px + 45 * (((100vw - 1260px)) / ((660))));
  }

  .testimonials__slider {
    margin-left: calc(82px + 45 * (((100vw - 1260px)) / ((660))));
  }

  .testimonials .swiper-button-next {
    width: calc(18px + 6 * (((100vw - 1260px)) / ((660))));
  }

  .testimonials .swiper-button-next {
    height: calc(34px + 10 * (((100vw - 1260px)) / ((660))));
  }

  .testimonials .swiper-button-prev {
    width: calc(18px + 6 * (((100vw - 1260px)) / ((660))));
  }

  .testimonials .swiper-button-prev {
    height: calc(34px + 10 * (((100vw - 1260px)) / ((660))));
  }

  .documents {
    margin-bottom: calc(125px + 75 * (((100vw - 1260px)) / ((660))));
  }

  .documents__nav {
    margin-bottom: calc(35px + 20 * (((100vw - 1260px)) / ((660))));
  }

  .documents__navitem {
    padding-right: calc(10px + 12 * (((100vw - 1260px)) / ((660))));
  }

  .documents__navitem {
    padding-left: calc(10px + 12 * (((100vw - 1260px)) / ((660))));
  }

  .documents__navitem {
    padding-bottom: calc(18px + 11 * (((100vw - 1260px)) / ((660))));
  }

  .documents__navitem {
    margin-right: calc(15px + 35 * (((100vw - 1260px)) / ((660))));
  }

  .documents__navitem {
    font-size: calc(12px + 6 * (((100vw - 1260px)) / ((660))));
  }

  .documents__more {
    font-size: calc(13px + 7 * (((100vw - 1260px)) / ((660))));
  }

  .certificate__list {
    margin-bottom: calc(37px + 26 * (((100vw - 1260px)) / ((660))));
  }

  .certificate p {
    margin-bottom: calc(38px + 20 * (((100vw - 1260px)) / ((660))));
  }

  .certificate p {
    font-size: calc(12px + 6 * (((100vw - 1260px)) / ((660))));
  }

  .media__list p {
    font-size: calc(12px + 6 * (((100vw - 1260px)) / ((660))));
  }

  .media__img {
    margin-bottom: calc(15px + 8 * (((100vw - 1260px)) / ((660))));
  }

  .achievements__list li {
    margin-bottom: calc(39px + 21 * (((100vw - 1260px)) / ((660))));
  }

  .achievements__list li {
    font-size: calc(12px + 6 * (((100vw - 1260px)) / ((660))));
  }

  .achievements__list li::before {
    width: calc(30px + 13 * (((100vw - 1260px)) / ((660))));
  }

  .achievements__list li::before {
    min-width: calc(30px + 13 * (((100vw - 1260px)) / ((660))));
  }

  .achievements__list li::before {
    height: calc(30px + 13 * (((100vw - 1260px)) / ((660))));
  }

  .achievements__list li::before {
    margin-right: calc(20px + 12 * (((100vw - 1260px)) / ((660))));
  }

  .guarantee {
    margin-bottom: calc(114px + 60 * (((100vw - 1260px)) / ((660))));
  }

  .guarantee__title {
    margin-bottom: calc(27px + 30 * (((100vw - 1260px)) / ((660))));
  }

  .guarantee__wrapper {
    margin-bottom: calc(46px + 18 * (((100vw - 1260px)) / ((660))));
  }

  .guarantee__img {
    width: calc(78px + 40 * (((100vw - 1260px)) / ((660))));
  }

  .guarantee__img {
    min-width: calc(78px + 40 * (((100vw - 1260px)) / ((660))));
  }

  .guarantee__img {
    margin-right: calc(37px + 20 * (((100vw - 1260px)) / ((660))));
  }

  .guarantee__subtitle {
    font-size: calc(13.4px + 8.6 * (((100vw - 1260px)) / ((660))));
  }

  .guarantee__info {
    font-size: calc(14.3px + 7.7 * (((100vw - 1260px)) / ((660))));
  }

  .proposal {
    margin-bottom: calc(135px + 76 * (((100vw - 1260px)) / ((660))));
  }

  .proposal__content {
    padding-top: calc(52px + 30 * (((100vw - 1260px)) / ((660))));
  }

  .proposal__content {
    padding-right: calc(52px + 28 * (((100vw - 1260px)) / ((660))));
  }

  .proposal__content {
    padding-bottom: calc(53px + 22 * (((100vw - 1260px)) / ((660))));
  }

  .proposal__content {
    padding-left: calc(43px + 24 * (((100vw - 1260px)) / ((660))));
  }

  .input {
    height: calc(45px + 25 * (((100vw - 1260px)) / ((660))));
  }

  .input {
    line-height: calc(45px + 25 * (((100vw - 1260px)) / ((660))));
  }

  .input {
    font-size: calc(10.5px + 5.5 * (((100vw - 1260px)) / ((660))));
  }

  .input::-webkit-input-placeholder {
    font-size: calc(10.5px + 5.5 * (((100vw - 1260px)) / ((660))));
  }

  .input::-moz-placeholder {
    font-size: calc(10.5px + 5.5 * (((100vw - 1260px)) / ((660))));
  }

  .input:-ms-input-placeholder {
    font-size: calc(10.5px + 5.5 * (((100vw - 1260px)) / ((660))));
  }

  .input::-ms-input-placeholder {
    font-size: calc(10.5px + 5.5 * (((100vw - 1260px)) / ((660))));
  }

  .input::placeholder {
    font-size: calc(10.5px + 5.5 * (((100vw - 1260px)) / ((660))));
  }

  .proposal-content__title {
    font-size: calc(22px + 14 * (((100vw - 1260px)) / ((660))));
  }

  .proposal-content__title {
    margin-bottom: calc(34px + 20 * (((100vw - 1260px)) / ((660))));
  }

  .proposal-content__nav {
    margin-bottom: calc(24px + 9 * (((100vw - 1260px)) / ((660))));
  }

  .proposal-content__nav li {
    margin-right: calc(15px + 13 * (((100vw - 1260px)) / ((660))));
  }

  .proposal-content__nav li {
    font-size: calc(12px + 6 * (((100vw - 1260px)) / ((660))));
  }

  .proposal-content__form p,
  .proposal-content__form a {
    font-size: calc(9px + 5 * (((100vw - 1260px)) / ((660))));
  }

  .proposal-content__form p {
    max-width: calc(190px + 100 * (((100vw - 1260px)) / ((660))));
  }

  .proposal-content__input {
    margin-bottom: calc(18px + 8 * (((100vw - 1260px)) / ((660))));
  }

  .proposal-content__btn-wrapper {
    margin-bottom: calc(25px + 19 * (((100vw - 1260px)) / ((660))));
  }

  .contacts__top {
    margin-bottom: calc(24px + 6 * (((100vw - 1260px)) / ((660))));
  }

  .contacts__col {
    margin-bottom: calc(46px + 29 * (((100vw - 1260px)) / ((660))));
  }

  .schedule__info {
    font-size: calc(16px + 10 * (((100vw - 1260px)) / ((660))));
  }

  .schedule__info {
    margin-bottom: calc(9px + 6 * (((100vw - 1260px)) / ((660))));
  }

  .schedule p {
    font-size: calc(9.2px + 4.8 * (((100vw - 1260px)) / ((660))));
  }

  .contact-links__phone {
    font-size: calc(30px + 12 * (((100vw - 1260px)) / ((660))));
  }

  .contact-links__email {
    font-size: calc(18.3px + 8.7 * (((100vw - 1260px)) / ((660))));
  }

  .contacts .social__telegram {
    width: calc(46px + 20 * (((100vw - 1260px)) / ((660))));
  }

  .contacts .social__telegram {
    height: calc(46px + 20 * (((100vw - 1260px)) / ((660))));
  }

  .contacts .social__telegram svg {
    width: calc(31px + 13 * (((100vw - 1260px)) / ((660))));
  }

  .contacts .social__whatsapp {
    width: calc(46px + 20 * (((100vw - 1260px)) / ((660))));
  }

  .contacts .social__whatsapp {
    height: calc(46px + 20 * (((100vw - 1260px)) / ((660))));
  }

  .contacts .social__whatsapp svg {
    width: calc(23px + 8 * (((100vw - 1260px)) / ((660))));
  }

  .address p {
    font-size: calc(22px + 10 * (((100vw - 1260px)) / ((660))));
  }

  .contacts-bottom {
    padding-top: calc(63px + 32 * (((100vw - 1260px)) / ((660))));
  }

  .contacts-bottom {
    padding-bottom: calc(82px + 45 * (((100vw - 1260px)) / ((660))));
  }

  .contacts-bottom__title {
    margin-bottom: calc(11px + 9 * (((100vw - 1260px)) / ((660))));
  }

  .contacts-bottom__title {
    font-size: calc(10.4px + 5.6 * (((100vw - 1260px)) / ((660))));
  }

  .contacts-bottom__content p {
    padding-right: calc(14px + 10 * (((100vw - 1260px)) / ((660))));
  }

  .contacts-bottom__content p {
    padding-left: calc(14px + 10 * (((100vw - 1260px)) / ((660))));
  }

  .contacts-bottom__content p {
    font-size: calc(10.4px + 5.6 * (((100vw - 1260px)) / ((660))));
  }

  .contacts-bottom__icon {
    width: calc(31px + 15 * (((100vw - 1260px)) / ((660))));
  }

  .contacts-bottom__icon {
    height: calc(31px + 15 * (((100vw - 1260px)) / ((660))));
  }

  .footer {
    padding-top: calc(35px + 19 * (((100vw - 1260px)) / ((660))));
  }

  .footer {
    padding-bottom: calc(56px + 29 * (((100vw - 1260px)) / ((660))));
  }

  .footer__logo {
    max-width: calc(147px + 33 * (((100vw - 1260px)) / ((660))));
  }

  .footer__logo {
    max-width: calc(180px + 46 * (((100vw - 1260px)) / ((660))));
  }

  .footer a,
  .footer p,
  .footer div {
    font-size: calc(12px + 5 * (((100vw - 1260px)) / ((660))));
  }
}

@media (min-width: 1266px) {
  .guarantee__subtitle {
    margin-bottom: calc(20px + 10 * (((100vw - 1266px)) / ((654))));
  }
}

@media (min-width: 12260px) {
  .media__list li {
    margin-bottom: calc(32.5px + 17.5 * (((100vw - 12260px)) / ((-10340))));
  }
}

@media (max-width: 1920px) {
  .btn--search::before {
    width: calc(16px + 6 * ((100vw - 320px) / 1600));
  }

  .btn--search::before {
    height: calc(16px + 6 * ((100vw - 320px) / 1600));
  }

  .btn--search::before {
    margin-right: calc(16px + 10 * ((100vw - 320px) / 1600));
  }

  .title {
    line-height: calc(34px + 33 * ((100vw - 320px) / 1600));
  }

  .header {
    top: calc(28px + 32 * ((100vw - 320px) / 1600));
  }

  .header__logo {
    margin-right: calc(20px + 107 * ((100vw - 320px) / 1600));
  }

  .header__logo img {
    max-height: calc(15px + 25 * ((100vw - 320px) / 1600));
  }

  .header__email {
    font-size: calc(15px + 10 * ((100vw - 320px) / 1600));
  }

  .header__phone {
    font-size: calc(15px + 10 * ((100vw - 320px) / 1600));
  }

  .header__phone {
    margin-right: calc(9px + 33 * ((100vw - 320px) / 1600));
  }

  .social * + * {
    margin-left: calc(4px + 5 * ((100vw - 320px) / 1600));
  }

  .social__telegram {
    width: calc(25px + 21 * ((100vw - 320px) / 1600));
  }

  .social__telegram {
    height: calc(25px + 21 * ((100vw - 320px) / 1600));
  }

  .social__telegram svg {
    width: calc(17px + 14 * ((100vw - 320px) / 1600));
  }

  .social__telegram svg {
    margin-top: calc(1px + 3 * ((100vw - 320px) / 1600));
  }

  .social__whatsapp {
    width: calc(25px + 21 * ((100vw - 320px) / 1600));
  }

  .social__whatsapp {
    height: calc(25px + 21 * ((100vw - 320px) / 1600));
  }

  .social__whatsapp svg {
    width: calc(13px + 8 * ((100vw - 320px) / 1600));
  }

  .social__whatsapp svg {
    margin-left: calc(0px + 2 * ((100vw - 320px) / 1600));
  }
}

@media (min-width: 1460px) { 
    .quiz__titles {
    height: 75px;
    }
}





@media (max-width: 1259.98px) {
  ._container {
    padding-left: 23px;
    padding-right: 23px;
  }

  .btn {
    font-size: calc(16px + 4 * ((100vw - 320px) / 1600));
    padding-top: calc(18px + 10 * ((100vw - 320px) / 1600));
    padding-bottom: calc(17px + 5 * ((100vw - 320px) / 1600));
    padding-left: calc(20px + 25 * ((100vw - 320px) / 1600));
    padding-right: calc(20px + 25 * ((100vw - 320px) / 1600));
  }

  .suptitle {
    font-size: 37px;
  }

  .title {
    font-size: calc(32px + 24 * ((100vw - 320px) / 1600));
  }

  .form__error {
    font-size: 14px;
  }

  .intro__container {
    padding-right: 0;
  }

  .intro__title {
    line-height: calc(34px + 35 * ((100vw - 320px) / 1600));
  }

  .intro__title br {
    display: none;
  }

  .intro__subtitle {
    line-height: 38px;
  }

  .intro__slider {
    padding: 0 0 47.569%;
  }

  .cost {
    padding-top: calc(98px + 70 * ((100vw - 320px) / 1600));
    padding-bottom: calc(82px + 100 * ((100vw - 320px) / 1600));
    margin-bottom: calc(89px + 93 * ((100vw - 320px) / 1600));
  }

  .cost .decor1,
  .cost .decor2 {
    display: none;
  }

  .cost__title {
    margin-bottom: calc(30px + 44 * ((100vw - 320px) / 1600));
  }

  #quiz__right {
    padding-top: calc(67px + 29 * ((100vw - 320px) / 1600));
  }

  .quiz__questions {
    padding-top: calc(30px + 36 * ((100vw - 320px) / 1600));
  }

  .quiz__titles {
    height: 40px;
  }

  .quiz__title {
    font-size: calc(22px + 15 * ((100vw - 320px) / 1600));
  }

  .estimate {
    margin-bottom: calc(84px + 57 * ((100vw - 320px) / 1600));
  }

  .estimate__title {
    margin-bottom: calc(46px + 34 * ((100vw - 320px) / 1600));
  }

  .estimate__item p {
    font-size: calc(15px + 3 * ((100vw - 320px) / 1600));
    line-height: calc(21px + 4 * ((100vw - 320px) / 1600));
  }

  .estimate__item img {
    max-height: calc(44px + 11 * ((100vw - 320px) / 1600));
  }

  #lottie-estimate {
    height: auto;
  }

  .report .decor3 {
    display: none;
  }

  .report .decor4 {
    display: none;
  }

  .report__top {
    padding-bottom: 100px;
  }

  .report__slide-img {
    padding: 0px 0 57.9%;
    width: 198px;
  }

  .price .decor5 {
    display: none;
  }

  .stages__left {
    width: 50%;
  }

  .team__name {
    font-size: 18.9px;
  }

  .team__content {
    bottom: -10%;
  }

  .testimonials .decor8 {
    display: none;
  }

  .certificate__add-list li {
    width: 20%;
  }
}

@media (max-width: 1259.98px) and (max-width: 1920px) {
  .suptitle {
    font-size: calc(18px + 19 * ((100vw - 320px) / 1600));
  }

  .intro__subtitle {
    line-height: calc(21px + 17 * ((100vw - 320px) / 1600));
  }

  .quiz__titles {
    height: 40px;
  }
}

@media (max-width: 991.98px) {
  .form__error {
    position: static;
    margin-top: 10px;
  }

  .lg-toolbar {
    background-color: rgba(0, 0, 0, 0.45);
  }

  .intro__container {
    padding-right: 23px;
  }

  .intro__body {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .intro__content {
    padding-top: calc(113px + 151 * ((100vw - 320px) / 1600));
  }

  .intro__content {
    padding-right: 0;
    padding-bottom: calc(77px + 111 * ((100vw - 320px) / 1600));
  }

  .intro__title {
    margin-bottom: calc(27px + 26 * ((100vw - 320px) / 1600));
    font-size: calc(32px + 24 * ((100vw - 320px) / 1600));
  }

  .intro__title {
    max-width: 625px;
  }

  .intro__subtitle {
    margin-bottom: calc(33px + 61 * ((100vw - 320px) / 1600));
    font-size: calc(16px + 21 * ((100vw - 320px) / 1600));
  }

  .intro__slider {
    width: 100vw;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100vw;
            flex: 0 0 100vw;
    margin-left: -23px;
    padding: 0 0 99.369%;
  }

  #quiz__left {
    display: none;
  }

  #quiz__right {
    width: 100%;
    min-height: 700px;
    padding-left: 23px;
    padding-right: 23px;
  }

  .questions-quiz__item {
    padding-top: calc(19px + 11 * ((100vw - 320px) / 1600));
    padding-bottom: calc(13px + 12 * ((100vw - 320px) / 1600));
    padding-left: calc(33px + 9 * ((100vw - 320px) / 1600));
    padding-right: calc(33px + 9 * ((100vw - 320px) / 1600));
    font-size: 16px;
  }

  .questions-quiz__item {
    width: 48.85%;
  }

  .questions-quiz__item:nth-child(2n) {
    margin-right: 0;
  }

  #bar {
    width: 100%;
  }

  .estimate__items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: calc(20px + 80 * ((100vw - 320px) / 1600));
  }

  .estimate__items li {
    width: 100%;
    padding: 0;
    margin-bottom: calc(36px + 74 * ((100vw - 320px) / 1600));
  }

  .report {
    margin-bottom: 130px;
  }

  .report__bgr {
    background: none;
    position: relative;
    left: auto;
    margin-top: -36%;
  }

  .report__bgr img {
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: -23px;
    position: relative;
  }

  .report .btn {
    margin-bottom: calc(77px + 111 * ((100vw - 320px) / 1600));
  }

  .report__info {
    position: relative;
    top: auto;
    right: auto;
    border-width: 3px;
  }

  .report__bottom {
    width: 100vw;
    padding: 77px 155px 63px;
    position: relative;
    left: -23px;
  }

  .report__slide-img {
    height: 283px;
    min-width: 198px;
    padding: 0;
  }

  .price {
    margin-bottom: 120px;
  }

  .price__title {
    margin-bottom: 56px;
  }

  .price__wrapper {
    padding: 0;
    border: none;
  }

  .price__info {
    font-size: 20.3px;
  }

  .table {
    margin-bottom: 55px;
  }

  .table__name {
    width: 54.4%;
  }

  .table td {
    padding: 10px 0 6px;
    font-size: 14px;
  }

  .bonuses__item p {
    font-size: 17.2px;
    line-height: 25px;
  }

  .bonuses__item::before {
    width: 34px;
    height: 34px;
    margin-right: 14px;
  }

  .stages {
    margin-bottom: 133px;
  }

  .stages__container--mob {
    padding-right: 23px;
  }

  .stages__title {
    margin-bottom: 48px;
  }

  .spollers__title {
    min-height: 134px;
  }

  .about {
    margin-bottom: 135px;
  }

  .about__title {
    margin-bottom: 50px;
  }

  .about__wrapper {
    margin-bottom: 101px;
  }

  .about__col-left {
    width: 100%;
    margin-bottom: 73px;
  }

  .about__col-left img {
    position: static;
    top: auto;
    left: auto;
  }

  .about__col-right {
    width: 100%;
    padding-left: 0;
    padding-bottom: 0;
  }

  .about__subtitle {
    margin-bottom: 47px;
  }

  .about__info blockquote {
    margin-bottom: 42px;
  }

  .about__info blockquote::before {
    margin-bottom: 20px;
  }

  .about__info ul li {
    line-height: 190%;
  }

  .about__head {
    margin-bottom: 34px;
  }

  .about__head h3 {
    font-size: 32px;
    line-height: 67px;
  }

  .about .swiper-button-prev,
  .about .swiper-button-next {
    width: 20px;
    height: 35px;
    background-size: contain;
  }

  .team__name {
    font-size: 16.1px;
    margin-bottom: 0;
  }

  .team__content {
    bottom: calc(-30px + 50 * ((100vw - 320px) / 1600));
  }

  .testimonials {
    padding-top: 110px;
    padding-bottom: 105px;
    margin-bottom: 80px;
  }

  .testimonials__head {
    margin-bottom: 62px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .testimonials__title {
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
  }

  .testimonials__yndx {
    width: 100%;
  }

  .testimonials__rate-img img {
    margin: 0;
  }

  .testimonials__slider {
    margin: 0 auto;
    max-width: 380px;
  }

  .testimonials .swiper-button-next {
    right: 9%;
  }

  .testimonials .swiper-button-prev {
    left: 9%;
  }

  .documents {
    margin-bottom: 136px;
  }

  .documents__nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 41px;
  }

  .documents__line {
    display: none;
  }

  .documents__navitem {
    width: 50%;
    margin: 0 0 30px;
    padding: 0 15px;
    font-size: 16px;
    line-height: 32px;
    position: relative;
  }

  .documents__navitem._active span:first-child::after {
    opacity: 1;
    visibility: visible;
  }

  .documents__more {
    font-size: 16px;
  }

  .certificate__list {
    margin-bottom: 55px;
  }

  .certificate__add-list {
    margin-bottom: 55px;
  }

  .certificate__add-list li {
    width: 25%;
  }

  .guarantee__title {
    margin-bottom: 38px;
  }

  .guarantee__wrapper {
    margin-bottom: 55px;
  }

  .guarantee__content {
    padding-top: 10px;
  }

  .guarantee__content p {
    font-size: 16px;
    line-height: 21px;
  }

  .guarantee__subtitle {
    margin-bottom: 24px;
  }

  .proposal {
    margin-bottom: 168px;
  }

  .proposal__container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .proposal__img {
    width: 100%;
    height: 0;
    padding: 0 0 42%;
  }

  .proposal__content {
    width: 100%;
    padding: 82px 140px 75px 127px;
  }

  .quiz__questions .proposal-content {
    margin-right: auto;
    padding: 0;
  }

  .contacts__col.address,
  .contacts__col.schedule {
    width: 47.3%;
  }

  .contacts__col {
    margin-bottom: 62px;
  }

  .contacts__col:first-child {
    -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
            order: -2;
    width: 100%;
  }

  .contact-links {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 100%;
    margin-bottom: 76px;
  }

  .contact-links__left-col {
    margin-right: 100px;
  }

  .contact-links__phone {
    font-size: 34px;
  }

  .contacts .social {
    margin-top: 7px;
  }

  .address p {
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 37px;
  }

  .contacts-middle__img {
    width: 100%;
    padding: 0 0 65.3%;
  }

  .contacts-middle__map {
    width: 100%;
    padding: 0px 0 69.6%;
  }

  .contacts-bottom {
    padding-bottom: 102px;
  }

  .contacts-bottom {
    padding-top: 63px;
  }

  .contacts-bottom__col {
    width: 28%;
  }

  .contacts-bottom__title {
    margin-bottom: 13px;
    font-size: 11.2px;
  }

  .contacts-bottom__content p {
    padding: 0px 16px;
    font-size: 11.2px;
  }

  .contacts-bottom__icon {
    width: 33px;
    height: 33px;
  }

  .footer {
    padding-bottom: 63px;
  }

  .footer__logo {
    display: none;
  }
}

@media (max-width: 991.98px) and (max-width: 1920px) {
  .questions-quiz__item {
    font-size: calc(14px + 2 * ((100vw - 320px) / 1600));
  }
}

@media (max-width: 767.98px) {
  .intro__slider {
    padding: 0 0 99.7%;
  }

  .intro__schedule-wrap .schedule {
    display: block;
  }

  .quiz__questions {
    padding-bottom: calc(73px + 9 * ((100vw - 320px) / 1600));
  }

  .questions-quiz__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 3%;
  }

  .questions-quiz__item::after {
    
  }

  #question4 .questions-quiz__item {
    height: 80px;
    line-height: 80px;
  }

  .estimate__info {
    font-size: calc(22px + 4 * ((100vw - 320px) / 1600));
  }

  .report {
    margin-bottom: 90px;
  }

  .report__top {
    padding-bottom: 71px;
  }

  .report__bgr {
    margin-top: 0;
  }

  .report__info {
    max-width: 100%;
    border-width: 2px;
  }

  .report__bottom {
    padding: 78px 80px 65px;
  }

  .price {
    margin-bottom: 55px;
  }

  .price__title {
    margin-bottom: 36px;
  }

  .price__wrapper {
    margin-bottom: 79px;
  }

  .price__info {
    font-size: 18px;
    line-height: 33px;
  }

  .price__info a {
    text-decoration: underline;
  }

  .price__info a::after {
    display: none;
  }

  .bonuses__item {
    width: 100%;
  }

  .bonuses__item p {
    padding: 0;
  }

  .bonuses__item::before {
    margin-right: 8px;
  }

  .stages {
    margin-bottom: 94px;
  }

  .stages__container--mob {
    padding-top: 81px;
    padding-bottom: 93px;
  }

  .stages__title {
    margin-bottom: 33px;
  }

  .spollers__item {
    margin-bottom: 12px;
  }

  .spollers__title {
    min-height: 80px;
    padding: 24px 23px;
    font-size: 16px;
    line-height: 19px;
  }

  .spollers__title::after {
    min-width: 17px;
    width: 17px;
    height: 9px;
    margin-left: 10px;
  }

  .spollers__wrapper {
    padding: 8px 23px 15px;
  }

  .spollers__img {
    width: 100%;
    margin-bottom: 34px;
  }

  .spollers__list {
    width: 100%;
    padding: 0;
  }

  .spollers__list li {
    margin-bottom: 31px;
    font-size: 14px;
    line-height: 17px;
  }

  .spollers__list li::before {
    min-width: 14px;
    height: 10px;
    margin-top: 6px;
    margin-right: 15px;
  }

  .about {
    margin-bottom: 95px;
  }

  .about__title {
    margin-bottom: 31px;
  }

  .about__wrapper {
    margin-bottom: 52px;
  }

  .about__col-left {
    margin-bottom: 19px;
  }

  .about__card {
    padding: 21px 22px 15px 19px;
  }

  .about__name {
    margin-bottom: 7px;
    font-size: 15px;
    line-height: 13px;
  }

  .about__prof {
    font-size: 12px;
    line-height: 13px;
  }

  .about__subtitle {
    margin-bottom: 31px;
    font-size: 18px;
    line-height: 21px;
  }

  .about__info blockquote {
    margin-bottom: 32px;
    font-size: 14px;
    line-height: 19px;
  }

  .about__info blockquote::before {
    height: 22px;
    margin-bottom: 13px;
    margin-right: 9px;
  }

 .about__info ul li {
    font-size: 14px;
    line-height: 1.2;
    margin-top: 20px;
}

  .about__info ul li::before {
    width: 4px;
    height: 4px;
  }

  .about .swiper-button-prev {
    margin-right: 15px;
  }

  .about .swiper-button-next {
    margin-right: 30px;
  }

  .team__content {
    bottom: calc(-30px + 80 * ((100vw - 320px) / 1600));
  }

  .testimonials {
    padding-top: 86px;
    padding-bottom: 100px;
  }

  .testimonials__head {
    margin-bottom: 37px;
  }

  .testimonials__text {
    margin-bottom: 14px;
    font-size: 18px;
    line-height: 23px;
  }

  .testimonials .swiper-button-next {
    width: 20px;
    height: 36px;
    background-size: contain;
    right: 15px;
  }

  .testimonials .swiper-button-prev {
    width: 20px;
    height: 36px;
    background-size: contain;
    left: 15px;
  }

  .documents {
    margin-bottom: 99px;
  }

  .documents__nav {
    margin-bottom: 12px;
  }

  .documents__navitem {
    width: 100%;
    margin: 0 0 16px;
    font-size: 16px;
    line-height: 32px;
  }

  .certificate__list {
    margin-bottom: 48px;
  }

  .certificate__add-list {
    margin-bottom: 48px;
  }

  .media__list {
    margin-bottom: 15px;
  }

  .media__list li {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }

  .media__list p {
    font-size: 15px;
  }

  .media__img {
    margin-bottom: 5px;
  }

  .achievements__list li {
    font-size: 15px;
    margin-bottom: 30px;
    margin-top: 35px;
  }

  .achievements__list li::before {
    width: 34px;
    height: 34px;
    margin-right: 15px;
  }

  .guarantee {
    margin-bottom: 115px;
  }

  .guarantee__wrapper {
    margin-bottom: 28px;
  }

  .guarantee__img {
    margin-right: 27px;
  }

  .guarantee__content p {
    display: none;
  }

  .guarantee__subtitle {
    font-size: 18px;
    line-height: 25px;
  }

  .guarantee__info {
    font-size: 18px;
    line-height: 25px;
  }

  .proposal {
    margin-bottom: 108px;
  }

  .proposal__img {
    padding: 0 0 58%;
  }

  .proposal__content {
    padding: 43px 18px 23px 18px;
  }

  .input {
    height: 55px;
    font-size: 13px;
  }

  .input::-webkit-input-placeholder {
    font-size: 13px;
  }

  .input::-moz-placeholder {
    font-size: 13px;
  }

  .input:-ms-input-placeholder {
    font-size: 13px;
  }

  .input::-ms-input-placeholder {
    font-size: 13px;
  }

  .input::placeholder {
    font-size: 13px;
  }

  .proposal-content__title {
    margin-bottom: 17px;
    font-size: 24px;
    line-height: 25px;
  }

  .proposal-content__nav {
    margin-bottom: 9px;
  }

  .proposal-content__nav li {
    margin-right: 15px;
    font-size: 12px;
    line-height: 37px;
  }

  .proposal-content__form p {
    margin-left: 40px;
  }

  .proposal-content__input {
    margin-bottom: 16px;
  }

  .proposal-content__btn-wrapper {
    width: 100%;
  }

  .proposal-content__btn-wrapper .btn {
    width: 100%;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .contacts__col {
    margin-bottom: 37px;
  }

  .schedule {
    display: none;
  }

  .schedule--mob {
    display: block;
    margin-bottom: 36px;
  }

  .schedule__info {
    font-size: 20px;
    margin: 0;
    margin: 8px 0 17px;
  }

  .schedule__info::before {
    width: 9px;
    height: 9px;
  }

  .contact-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 50px;
  }

  .contact-links__left-col {
    margin: 0 0 45px;
  }

  .contact-links__phone {
    font-size: 28px;
  }

  .contact-links__email {
    font-size: 22px;
  }

  .address {
    width: 100% !important;
  }

  .address p {
    font-size: 20px;
    line-height: 29px;
  }

  .contacts-middle__img {
   /* padding: 0; */
  }

  .contacts-middle__map {
    padding: 0px 0 115.6%;
  }

  .contacts-bottom {
    padding-top: 54px;
    padding-bottom: 28px;
  }

  .contacts-bottom__col {
    width: 100%;
    margin-bottom: 31px;
  }

  .contacts-bottom__title {
    font-size: 15px;
  }

  .contacts-bottom__content p {
    font-size: 12px;
  }

  .contacts-bottom__icon {
    width: 40px;
    height: 40px;
  }

  .footer {
    padding-bottom: 47px;
  }

  .footer__container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .footer__container > * {
    margin-bottom: 12px;
  }
}

@media (max-width: 575.98px) {
  .estimate__info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .estimate__info span {
    margin-bottom: 7px;
  }

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

  .report__slide-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 36px 46px 31px;
    max-width: 290px;
    margin: 0px auto;
  }

  .report__slide-content {
    padding: 21px 0px 20px 0;
  }

  .report__slide-title {
    margin-bottom: 9px;
  }

  .report__slide-btn {
    font-size: 16px;
    line-height: 19px;
  }

  .report .swiper-button-next,
  .report .swiper-button-prev {
    width: 13px;
    background-size: contain;
    height: 23px;
    top: 278px;
  }

  .table {
    display: block;
    margin-bottom: 41px;
  }

  .table tbody {
    display: block;
  }

  .table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 30px;
    padding-left: 13px;
    position: relative;
  }

  .table tr::before {
    content: "";
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ee7100;
  }

  .table__name {
    margin-bottom: 7px;
    font-size: 13px;
    width: 100%;
  }

  .table__price {
    width: auto;
    margin-right: 10px;
    white-space: nowrap;
    font-size: 13px;
    color: #8d8d8d;
  }

  .table td {
    display: inline-block;
    border: none;
    padding: 0;
  }

  .certificate__add-list li {
    width: 33.333%;
  }
}

@media (max-width: 540.98px) {
  .header__email {
    display: none;
  }
}

@media (max-width: 479.98px) {
  ._container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .popup__body {
    padding: 77px 15px 45px;
  }

  .header__phone {
    letter-spacing: -0.03em;
  }

  .intro__container {
    padding-right: 15px;
  }

  .intro__slider {
    margin-left: -15px;
  }

  .cost__container {
    padding-left: 0;
    padding-right: 0;
  }

  .cost__suptitle,
  .cost__title {
    padding-left: 15px;
    padding-right: 15px;
  }

  #quiz__right {
    padding-left: 15px;
    padding-right: 15px;
  }

  .questions-quiz__item::after {
    
  }

  .report__title {
    letter-spacing: -0.004em;
    margin-bottom: 12px;
  }

  .report .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }

  .report__info {
    padding: 50px 28px 57px 14px;
  }

  .report__bottom {
    left: -15px;
  }

  #lottie-report {
    width: 100%;
    height: auto;
  }

  .stages__container--mob {
    padding-right: 15px;
  }

  .spollers__title {
    font-size: 16px;
    line-height: 21px;
  }

  .about__title br {
    display: none;
  }

  .about__head h3 {
    font-size: 32px;
    line-height: 34px;
  }

  .about__slider {
    max-width: 220px;
  }

  .about .swiper-button-prev {
    left: 0;
  }

  .about .swiper-button-next {
    right: 0;
  }

  .about .swiper-button-prev,
  .about .swiper-button-next {
    margin: 0;
    top: calc(50% + 23px);
  }

  .testimonials__bottom {
    padding: 25px 0;
    left: -15px;
    width: calc(100% + 30px);
    background-color: #fff;
  }

  .testimonials__slider {
    max-width: 246px;
  }

  .guarantee__img {
    display: block;
    max-width: 86px;
    width: 100%;
  }

  .guarantee__img img {
    max-width: 100%;
  }
}

@media (min-width: 767.98px) and (max-width: 991.98px) {
  .btn {
    padding: 28px 45px 22px;
    font-size: 20px;
  }

  .suptitle {
    font-size: 32px;
  }

  .title {
    font-size: 48px;
    line-height: 60px;
  }

  .header {
    top: 68px;
  }

  .intro__content {
    padding-top: 193px;
  }

  .intro__title {
    margin-bottom: 25px;
    font-size: 48px;
    line-height: 60px;
  }

  .intro__subtitle {
    font-size: 25px;
    line-height: 38px;
  }

  .cost {
    padding-top: 178px;
    padding-bottom: 131px;
  }

  .cost__title {
    margin-bottom: 58px;
  }

  #quiz__right {
    padding-top: 104px;
  }

  .quiz__questions {
    padding-top: 64px;
    padding-bottom: 75px;
  }

  .questions-quiz__item {
    padding: 30px 42px 25px;
    font-size: 16px;
  }

  .quiz__titles {
    height: 60px;
  }

  .quiz__title {
    font-size: 37px;
  }

  .report__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
  }

  .report__info li {
    margin-right: 10%;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1259px) {.brrrr {display:none;} }


@media (min-width: 991.98px) and (max-width: 1259.98px) {


  .header {
    top: 48px;
  }

  .intro__title {
    line-height: 1.2;
  }

  .intro__subtitle {
    line-height: 1.2;
  }

  .report__slide-content {
    padding: 28px 5px 23px 20px;
  }

  .report__slide-title {
    font-size: 16.7px;
  }

  .report__slide-btn {
    font-size: 20px;
  }
}

@media (min-width: 575.98px) and (max-width: 767.98px) {

  .header__contacts {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    max-width: 29%;
  }

  .header__contacts > * {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .header__contacts .header__phone {
    margin-bottom: 7px;
  }
}

@media (min-width: 575.98px) and (max-width: 1259.98px) {
  .header__logo img {
    max-height: 40px;
  }
}

@media (min-width: 767.98px) and (max-width: 1259.98px) {
  .social__telegram {
    width: 46px;
    height: 46px;
  }

  .social__telegram {
    width: 46px;
    height: 46px;
  }

  .social__telegram svg {
    margin-top: 4px;
    margin-left: -3px;
    width: 31px;
  }

  .social__whatsapp {
    width: 46px;
    height: 46px;
  }

  .social__whatsapp svg {
    width: 21px;
    margin-left: 2px;
  }
}

@media (max-width: 1259.98px) and (min-width: 992px) {
  .intro__content {
    padding-top: calc(140px + 124 * (((100vw - 992px)) / ((928))));
  }

  #mockup2 {
    padding-top: calc(45px + 23 * (((100vw - 992px)) / ((928))));
  }

  #mockup2 {
    padding-left: calc(34px + 20 * (((100vw - 992px)) / ((928))));
  }

  #mockup2 {
    padding-right: calc(34px + 41 * (((100vw - 992px)) / ((928))));
  }

  #mockup2 {
    font-size: calc(20px + 6 * (((100vw - 992px)) / ((928))));
  }

  #quiz__img {
    height: calc(590px + 130 * (((100vw - 992px)) / ((928))));
  }

  #quiz__right {
    height: calc(590px + 130 * (((100vw - 992px)) / ((928))));
  }

  #quiz__left {
    height: calc(590px + 130 * (((100vw - 992px)) / ((928))));
  }

  .questions-quiz__item {
    padding-left: calc(10px + 10 * (((100vw - 992px)) / ((928))));
  }

  .questions-quiz__item {
    padding-right: calc(32px + 10 * (((100vw - 992px)) / ((928))));
  }

  .questions-quiz__item {
    padding-top: calc(21px + 9 * (((100vw - 992px)) / ((928))));
  }

  .questions-quiz__item {
    padding-bottom: calc(18px + 7 * (((100vw - 992px)) / ((928))));
  }

  .questions-quiz__item {
    font-size: calc(10.4px + 5.6 * (((100vw - 992px)) / ((928))));
  }

  #question4 .questions-quiz__item {
    height: calc(80px + 53 * (((100vw - 992px)) / ((928))));
  }

  #question4 .questions-quiz__item {
    line-height: calc(80px + 53 * (((100vw - 992px)) / ((928))));
  }

  .contact-links__phone {
    font-size: calc(35px + 7 * (((100vw - 992px)) / ((928))));
  }

  .address p {
    font-size: calc(25px + 7 * (((100vw - 992px)) / ((928))));
  }
}

@media (min-width: 991.98px) and (max-width: 1259.98px) and (min-width: 992px) {
  .intro__title {
    font-size: calc(31px + 25 * (((100vw - 992px)) / ((928))));
  }

  .intro__title {
    margin-bottom: calc(25px + 28 * (((100vw - 992px)) / ((928))));
  }

  .intro__subtitle {
    font-size: calc(23px + 14 * (((100vw - 992px)) / ((928))));
  }

  .intro__subtitle {
    margin-bottom: calc(20px + 74 * (((100vw - 992px)) / ((928))));
  }

  .stages__navitem {
    min-height: calc(108px + 30 * (((100vw - 992px)) / ((928))));
  }

  .stages__navitem {
    padding-left: calc(13px + 33 * (((100vw - 992px)) / ((928))));
  }

  .stages__navitem {
    padding-right: calc(75px + 70 * (((100vw - 992px)) / ((928))));
  }

  .stages__navitem {
    font-size: calc(18px + 4 * (((100vw - 992px)) / ((928))));
  }

  .stages__navitem::after {
    right: calc(50px + 60 * (((100vw - 992px)) / ((928))));
  }

  .stages__tab-block {
    padding-top: calc(38px + 95 * (((100vw - 992px)) / ((928))));
  }

  .stages__tab-block {
    padding-right: calc(20px + 57 * (((100vw - 992px)) / ((928))));
  }

  .stages__tab-block {
    padding-bottom: calc(30px + 40 * (((100vw - 992px)) / ((928))));
  }

  .stages__tab-block {
    padding-left: calc(35px + 80 * (((100vw - 992px)) / ((928))));
  }

  .stages__tab-block li {
    font-size: calc(17px + 4 * (((100vw - 992px)) / ((928))));
  }

  .stages__tab-block li {
    margin-bottom: calc(32px + 20 * (((100vw - 992px)) / ((928))));
  }

  .documents__navitem {
    padding-right: calc(10px + 12 * (((100vw - 992px)) / ((928))));
  }

  .documents__navitem {
    padding-left: calc(10px + 12 * (((100vw - 992px)) / ((928))));
  }

  .documents__navitem {
    padding-bottom: calc(15px + 18 * (((100vw - 992px)) / ((928))));
  }

  .documents__navitem {
    margin-right: calc(15px + 35 * (((100vw - 992px)) / ((928))));
  }

  .documents__navitem {
    font-size: calc(15px + 3 * (((100vw - 992px)) / ((928))));
  }
}

@media (max-width: 1259.98px) and (min-width: 920px) {
  .questions-quiz__item::after {
     
  }

  .questions-quiz__item::after {
    
  }
}

@media (max-width: 1259.98px) and (min-width: 0px) {
  .estimate__item img {
    margin-right: calc(24px + 5 * (((100vw - 0px)) / ((1920))));
  }
}

@media (min-width: 1259.98px) and (max-width: 1259.98px) {
  #lottie-report {
    width: 350px;
    height: 350px;
    margin-bottom: 10px;
  }
}

@media (min-width: 1259.98px) and (max-width: 1500.98px) {
  .table__name {
    width: 63.4%;
  }

  .table__price {
    width: 22%;
  }
}

 
.imgchange {width: 100%; display: none;}
.imgchange_div {
  width:1.2em; 
  height:.35em; 
  float: left; 
  margin-right:7px; 
  margin-top:0.25em;

}

.imgchange_div2 {padding-bottom: 3em;}

.back_link {
  color:#a0a4ab;
  margin-top:2em;
  width: 50px;
  cursor: pointer;
  border-bottom: dotted 1px #a0a4ab;
  transition: all .5s;
  font-size:16px;
}



.back_link:hover {
  color:#232323;
  cursor: pointer;
  border-bottom: none;
  transition: all .5s;
}

@media screen and (max-width: 1259px) {.proposal-content__nav li {
    margin-right: 37px;
    font-size: 16px;}}


@media screen and (max-width: 1259px) {.proposal-content__nav li {
    margin-right: 37px;
    font-size: 16px;}}



@media screen and (min-width: 2010px) {

   .intro__slider {
    height: 100%;
    }

    .intro__content{height: 600px}

    .intro__slider {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50vw;
    flex: 0 0 50vw;
     max-width: 1400px; 
   }

   .intro__body {
    height: 52em;}

    .intro__content {
    padding-top: 15em;
  }

}




@media screen and (min-width: 2135px) {
   .intro__body {
    height: 55em;}
}

@media screen and (min-width: 2348px) {
   .intro__body {
    height: 62em;}
}

@media screen and (min-width: 2600px) {
   .intro__body {
    height: 65em;}
}

@media screen and (min-width:3000px) {
   .intro__body {
    height: 72em;}
}


@media screen and (max-width: 1440px)   {

  .report__info {
    border: 3px solid #558ec2;
    }

  .back_link {
    font-size:13px;
    width: 38px;
    margin-top: 1em;
  }
}

@media screen and (max-width: 1640px)   {
  .back_link {
    font-size:14px;
    width: 43px;
  }
}

#report__bgr {
    margin-top:110px;
}


@media screen and (max-width: 1024px)   {
  #report__bgr {
    margin-top:0;
  }
}

@media screen and (min-width: 991px) and (max-width: 1260px)   {
   .stages__right-bgr {
    width: 110%;}
}
@media screen and (min-width: 991px) and (max-width: 1279px)   {
    #quiz__right {
    padding-left: 5%;
    }

    .proposal-content {
    padding-right: 30px;
    }

    .proposal-content__nav li {
    margin-right: 30px;
    font-size: 14px;
  }
}


@media screen and (max-width: 420px)   {
  .quiz__titles {
      height: 60px;
  }

  #quiz__right {
    min-height: 620px;
    }
}
@media screen and (max-width: 768px)   {

  .questions-quiz__item {
    padding-left: calc(23px + 9 * ((100vw - 320px) / 1600));
  }
  .questions-quiz__item {width:99%; }

  .proposal-content__nav li {
      margin-right: 14px;
      font-size: 14px;
  }
  #quiz__right {
    padding-left: 23px;
    padding-right: 23px;
}
}



@media screen and (min-width: 1440px)and (max-width: 1500px)   {
  .intro__title {
    font-size: 2.4em;
  }
}
@media screen and (min-width: 1380px)and (max-width: 1439px)   {
  .intro__title {
    font-size: 2.3em;
  }
}

@media screen and (min-width: 1320px)and (max-width: 1379px)   {
  .intro__title {
    font-size: 2.2em;
  }
}

@media screen and (min-width: 1250px)and (max-width: 1319px)   {
  .intro__title {
    font-size: 2.1em;
  }
}

@media screen and (min-width: 1260px)and (max-width: 1440px)   {

  .quiz__questions .proposal-content__btn-wrapper .btn {
    padding-left: 45px;
    padding-right: 45px;
}


    .table td {
    font-size: calc(12.7px + 5.3 * (((100vw - 1260px)) / ((660))));
    }

    .bonuses__item p {
    font-size: calc(16px + 8 * (((100vw - 1260px)) / ((660))));
    }

    .stages__navitem {
    font-size: calc(16.6px + 7.4 * (((100vw - 1260px)) / ((660))));
    }

    .stages__tab-block li {
    font-size: calc(15.4px + 7.6 * (((100vw - 1260px)) / ((660))));
    }
}


#poposeee {width: 105%}

@media screen and (max-width: 991px)   {
    #poposeee {display: none;}
}
@media screen and (min-width: 992px)   {
    #poposeee2 {display: none;}
}

@media screen and (min-width: 1260px)and (max-width: 1440px)   {
    .proposal-content__nav li {
        margin-right: calc(12px + 13 * (((100vw - 1260px)) / ((660))));
    }
}
.quiz_container {
    background:#fff;
    width:100%;
    transition:all 1s;
}
.popup__body {
    min-height:460px;
}

#lottie_message_quiz {display:none;
    height:100%;
    padding-top:40px;
    padding-bottom:40px;
}
#popup__body1 {
    transition:height 1s;
}

:focus::-webkit-input-placeholder {
  color: transparent
}

:focus::-moz-placeholder {
  color: transparent
}

:focus:-moz-placeholder {
  color: transparent
}

:focus:-ms-input-placeholder {
  color: transparent
}

@media screen and (min-width: 1260px)   {
    
    
    

    
    
    
    .quiz_container {
        height: calc(394px + 206 * (((100vw - 1260px)) / ((660))));
    }
}

@media (max-width: 1460px) { 
   .quiz__questions {
    padding-top: calc(32px + 24 * (((100vw - 1260px)) / ((660))));
}

    .header__logo {
        margin-right: calc(0px + 107 * ((100vw - 320px) / 1600));
    }
}







@media (max-width: 480px) { 
    #prenos {display:block}
  
    
    
#lottie_message3 {
    height:450px;
}

#report__bgr {
    margin-top: -40px;
}
}

@media (max-width: 768px) and (min-width: 481px) { 

    .guarantee__img img {
        max-width: 100%;
    }
    
    .guarantee__img {
    max-width:20%;
    }
}



@media (max-width: 991px) { 
       .quiz__questions {
    padding-top: calc(72px + 24 * (((100vw - 1260px)) / ((660))));
    }
    
    .quiz__titles {
      height: 60px;
    }


}
     .page-content ._container h1 {
          font-size: 42px;
          line-height: 1.15;
          font-weight: 700;
          margin: 0 0 32px;
          color: #222;
     }

     .page-content ._container p {
          margin: 0 0 18px;
          line-height: 1.75;
          font-size: 18px;
     }

     .page-content ._container strong {
          font-weight: 700;
          color: #222;
     }

     .page-content ._container ul {
          margin: 0 0 24px 0;
          padding: 0;
          list-style: none;
     }

     .page-content ._container ol {
          margin: 0 0 24px 0;
          padding-left: 28px;
     }

     .page-content ._container ul li {
          position: relative;
          margin: 0 0 12px;
          padding-left: 22px;
          line-height: 1.75;
          font-size: 18px;
     }

     .page-content ._container ul li::before {
          content: "";
          position: absolute;
          left: 0;
          top: 12px;
          width: 7px;
          height: 7px;
          background: #11a8e2;
     }

     .page-content ._container ol li {
          margin: 0 0 12px;
          line-height: 1.75;
          font-size: 18px;
     }

     .page-content ._container a {
          color: inherit;
          text-decoration: underline;
          text-underline-offset: 2px;
          word-break: break-word;
     }

     .page-content ._container > p:empty {
          display: none;
     }

     .page-content ._container br + br {
          display: none;
     }

    .page-content { padding-top: 135px; padding-bottom: 45px; }
    @media (max-width:768px) {.page-content { padding-top: 115px; padding-bottom: 45px; }}
     @media (max-width: 768px) {
          .page-content ._container {
               padding: 0 16px 40px;
          }

          .page-content ._container h1 {
               font-size: 30px;
               margin-bottom: 24px;
          }

          .page-content ._container p,
          .page-content ._container ul li,
          .page-content ._container ol li {
               font-size: 16px;
               line-height: 1.7;
          }

          .page-content ._container ul li {
               padding-left: 18px;
          }

          .page-content ._container ul li::before {
               top: 11px;
               width: 6px;
               height: 6px;
          }

          .page-content ._container ol {
               padding-left: 22px;
          }
     }

     @media (max-width: 480px) { 
          .page-content ._container h1 {
               font-size: 26px;
               line-height: 1.2;
          }
     }