@font-face {
  font-family: "lg";
  src: url(../fonts/fonts/lg.0add.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.lg-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "lg" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next,
.lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  outline: none;
  border: none;
  background-color: transparent;
}
.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;
}
.lg-actions .lg-next:before {
  content: "\e095";
}
.lg-actions .lg-prev {
  left: 20px;
}
.lg-actions .lg-prev:after {
  content: "\e094";
}

@-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%;
  background-color: rgba(0, 0, 0, 0.45);
}
.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  background: none;
  border: none;
  box-shadow: none;
  transition: color 0.2s linear;
}
.lg-toolbar .lg-icon:hover {
  color: #fff;
}
.lg-toolbar .lg-close:after {
  content: "\e070";
}
.lg-toolbar .lg-download:after {
  content: "\e0f2";
}

.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;
  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;
}

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

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transform-origin: 50% 50%;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  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;
  transform: translate3d(0, 100%, 0);
  transition: 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 {
  transition-duration: 0s !important;
}
.lg-outer.lg-thumb-open .lg-thumb-outer {
  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 {
  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;
  outline: medium none;
  border: none;
}
.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;
  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 {
  transition-duration: 0s;
}
.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transition: 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 {
  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 {
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  transform: scale3d(1, 1, 1);
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  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;
  transform: translate3d(0, 0, 0);
}
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  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;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  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%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}
.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  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;
  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 {
  transition-delay: 0s;
  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;
  transform: translate3d(0, 5px, 0);
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 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: "\e904";
}
.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced;
}
.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e907";
}
.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39;
}
.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e905";
}
.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}
.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e906";
}

.lg-outer .lg-img-rotate {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
}

.lg-rotate-left:after {
  content: "\e900";
}

.lg-rotate-right:after {
  content: "\e901";
}

.lg-icon.lg-flip-hor, .lg-icon.lg-flip-ver {
  font-size: 26px;
}

.lg-flip-hor:after {
  content: "\e902";
}

.lg-flip-ver:after {
  content: "\e903";
}

.lg-group {
  *zoom: 1;
}

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

.lg-group:after {
  clear: both;
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  opacity: 0;
  outline: none;
  transition: opacity 0.15s ease 0s;
}
.lg-outer * {
  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 {
  transition-duration: 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 {
  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/loading.gif) no-repeat scroll center center transparent;
  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;
  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: #000;
  opacity: 0;
  transition: opacity 0.15s ease 0s;
}
.lg-backdrop.in {
  opacity: 0.8;
}

.lg-css3.lg-no-trans .lg-prev-slide,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-current {
  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 {
  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 {
  transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  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 {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 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 {
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  src: local("Roboto Regular"), local("Roboto-Regular"), url(../fonts/roboto/roboto-regular.07ef.woff2) format("woff2"), url(../fonts/roboto/roboto-regular.8f51.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  src: local("Roboto Italic"), local("Roboto-Italic"), url(../fonts/roboto/roboto-italic.6f85.woff2) format("woff2"), url(../fonts/roboto/roboto-italic.5df7.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Bold"), local("Roboto-Bold"), url(../fonts/roboto/roboto-bold.0906.woff2) format("woff2"), url(../fonts/roboto/roboto-bold.9917.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: italic;
  font-weight: 700;
  src: local("Roboto Bold Italic"), local("Roboto-BoldItalic"), url(../fonts/roboto/roboto-bolditalic.862c.woff2) format("woff2"), url(../fonts/roboto/roboto-bolditalic.9bb1.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  src: local("Roboto Thin"), local("Roboto-Thin"), url(../fonts/roboto/roboto-thin.2795.woff2) format("woff2"), url(../fonts/roboto/roboto-thin.d028.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: italic;
  font-weight: 100;
  src: local("Roboto Thin Italic"), local("Roboto-ThinItalic"), url(../fonts/roboto/roboto-thinitalic.7ae8.woff2) format("woff2"), url(../fonts/roboto/roboto-thinitalic.582e.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: local("Roboto Light"), local("Roboto-Light"), url(../fonts/roboto/roboto-light.8a52.woff2) format("woff2"), url(../fonts/roboto/roboto-light.0d85.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: italic;
  font-weight: 300;
  src: local("Roboto Light Italic"), local("Roboto-LightItalic"), url(../fonts/roboto/roboto-lightitalic.5ae1.woff2) format("woff2"), url(../fonts/roboto/roboto-lightitalic.6b59.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: local("Roboto Medium"), local("Roboto-Medium"), url(../fonts/roboto/roboto-medium.c833.woff2) format("woff2"), url(../fonts/roboto/roboto-medium.2953.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: italic;
  font-weight: 500;
  src: local("Roboto Medium Italic"), local("Roboto-MediumItalic"), url(../fonts/roboto/roboto-mediumitalic.e29e.woff2) format("woff2"), url(../fonts/roboto/roboto-mediumitalic.3ccb.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  src: local("Roboto Black"), local("Roboto-Black"), url(../fonts/roboto/roboto-black.b491.woff2) format("woff2"), url(../fonts/roboto/roboto-black.0c23.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: italic;
  font-weight: 900;
  src: local("Roboto Black Italic"), local("Roboto-BlackItalic"), url(../fonts/roboto/roboto-blackitalic.061d.woff2) format("woff2"), url(../fonts/roboto/roboto-blackitalic.8f6d.woff) format("woff");
}
:root {
  --gap: 48px;
  --font-family-sans-serif: "Roboto", "Calibri", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  --font-family-monospace: "SFMono-Regular", "Menlo", "Monaco", "Consolas", "Liberation Mono", "Courier New", monospace;
  --font-size-base: 18px;
  --font-weight-base: 400;
  --line-height-base: 1.5;
  --color-body: #fff;
  --color-text: #333;
  --color-placeholder: #555;
  --color-link: #333;
  --color-link-hover: #3fa2f7;
  --animation-duration: 250ms;
  --transition-duration: 250ms;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  display: flex;
  min-width: 0;
  min-height: 100%;
  font-family: sans-serif;
  font-size: 1rem;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

main {
  display: block;
}

body {
  position: relative;
  flex-grow: 1;
  width: 100%;
  margin: 0;
  font-family: var(--font-family-sans-serif);
  font-size: var(--font-size-base, 16px);
  font-weight: var(--font-weight-base, 400);
  line-height: var(--line-height-base, normal);
  color: var(--color-text);
  text-align: left;
  background-color: var(--color-body);
  text-rendering: optimizeSpeed;
  scroll-behavior: smooth;
}
[tabindex="-1"]:focus:not(.focus-visible) {
  outline: 0 !important;
}
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 0.67em;
}

p {
  margin: 0 0 1.2em;
}
p:last-child {
  margin-bottom: 0;
}

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: var(--color-link);
  text-decoration: underline;
  background-color: transparent;
  transition: color var(--transition-duration) ease-in-out, background-color var(--transition-duration) ease-in-out, border-color var(--transition-duration) ease-in-out, box-shadow var(--transition-duration) ease-in-out;
}
a:focus, a:hover {
  color: var(--color-link-hover);
  text-decoration: none;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: var(--font-family-monospace);
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0;
}

img {
  min-width: 1px;
  max-width: 100%;
  min-height: 1px;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
  fill: currentColor;
}

table {
  width: 100%;
  border-collapse: collapse;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
}

button {
  cursor: pointer;
  border-radius: 0;
  transition: color var(--transition-duration) ease-in-out, background-color var(--transition-duration) ease-in-out, border-color var(--transition-duration) ease-in-out, box-shadow var(--transition-duration) ease-in-out;
}

button,
input,
select,
optgroup,
textarea {
  padding: 0;
  margin: 0;
  font-family: inherit;
  font-size: 1rem;
  font-style: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

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

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

::-moz-placeholder {
  color: var(--color-placeholder);
  opacity: 1;
}

::placeholder {
  color: var(--color-placeholder);
  opacity: 1;
}

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

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
     -moz-appearance: listbox;
          appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5em;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

noscript {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  padding: 20px;
  font-weight: bold;
  text-align: center;
  background: #fda27d;
}

.header {
  grid-area: header;
  min-width: 0;
}

.main {
  grid-area: main;
  min-width: 0;
}

.footer {
  grid-area: footer;
  min-width: 0;
}

.breadcrumbs {
  grid-area: breadcrumbs;
  min-width: 0;
}

.container {
  width: 100%;
  max-width: 1248px;
  padding-right: 24px;
  padding-left: 24px;
  margin-right: auto;
  margin-left: auto;
}

.grid {
  position: relative;
  display: grid;
  grid-template-areas: "header" "breadcrumbs" "main" "footer";
  grid-template-rows: auto auto 1fr auto;
  /* Footer */
  grid-template-columns: 1fr;
  grid-gap: 0;
  gap: 0;
  width: 100%;
  min-height: 100vh;
}

@supports (-webkit-touch-callout: none) {
  .grid {
    min-height: -webkit-fill-available;
  }
}

.position-relative {
  position: relative;
}

.d-sm-block {
  display: none !important;
}

.d-md-block {
  display: none !important;
}

.d-lg-block {
  display: none !important;
}

.d-xl-block {
  display: none !important;
}

.d-xxl-block {
  display: none !important;
}

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

/*
 * Utility class to hide content visually while keeping it screen reader-accessible.
 * Source: https://allyjs.io/tutorials/hiding-elements.html#2017-edition-of-visuallyhidden
 * Source: https://www.scottohara.me/blog/2017/04/14/inclusively-hidden.html
 */
.sr-only,
.visuallyhidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  white-space: nowrap;
  border: 0;
}

/*
 * Text alignment
 */
.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

@media (min-width: 576px) {
  .d-sm-block {
    display: block !important;
  }
  .d-sm-none {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .d-md-block {
    display: block !important;
  }
  .d-md-none {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .d-lg-block {
    display: block !important;
  }
  .d-lg-none {
    display: none !important;
  }
}

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

@media (min-width: 1248px) {
  .d-xl-block {
    display: block !important;
  }
  .d-xl-none {
    display: none !important;
  }
}

@media (min-width: 1400px) {
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-none {
    display: none !important;
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min-resolution: 2dppx) {
  body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
  }
}
.modal {
  position: fixed;
  top: -9999px;
  left: -9999px;
  z-index: -1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 1%;
  height: 100%;
  padding: 0 24px;
  overflow: hidden;
  font-size: 0.7777777778rem;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s, visibility 0s 0.3s, z-index 0s 0.3s;
}
.modal.is-open {
  top: 0;
  left: 0;
  z-index: 99;
  min-height: 1%;
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s;
}
.modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
}
.modal__content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  padding: 20px;
  overflow: auto;
  background: #fff;
  border: 1px solid #eaeaea;
  border-radius: 5px;
}
.modal__close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
  width: 44px;
  height: 44px;
  color: #ccc;
  background: #fff;
  border: 1px solid #eaeaea;
  border-radius: 50%;
}
.modal__close-btn:focus, .modal__close-btn:hover {
  color: #dc3545;
}
.modal__title {
  padding: 4px 50px 4px 0;
  margin: 0 0 24px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  color: #000;
}
@media (min-width: 576px) {
.modal__content {
    width: auto;
}
}
.form {
  position: relative;
}
.form__set {
  display: grid;
  grid-gap: 16px;
  gap: 16px;
}
.form__item {
  display: grid;
  grid-gap: 8px;
  gap: 8px;
}
.form__item input,
.form__item select,
.form__item textarea {
  display: block;
  width: 100%;
  height: 44px;
  padding: 0 12px;
  margin: 0;
  font-family: inherit;
  font-size: 16px;
  line-height: 19px;
  color: #000;
  background: #fff;
  border: 1px solid #d4d4d4;
  border-radius: 6px;
  outline: none;
}
.form__item input::-moz-placeholder, .form__item select::-moz-placeholder, .form__item textarea::-moz-placeholder {
  color: #959595;
}
.form__item input::placeholder,
.form__item select::placeholder,
.form__item textarea::placeholder {
  color: #959595;
}
.form__item input:focus,
.form__item select:focus,
.form__item textarea:focus {
  border-color: #3fa2f7;
}
.form__item textarea {
  min-height: 115px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.form__label {
  font-size: 14px;
  line-height: 16px;
}
.form__actions {
  display: grid;
  grid-gap: 8px;
  gap: 8px;
  margin-top: 24px;
}
.form__info {
  font-size: 14px;
  line-height: 16px;
  color: #959595;
}
.btn {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 12px;
  overflow: hidden;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.1;
  color: #fff;
  text-decoration: none;
  background: #3f67f7;
  border: 0;
  border-radius: 5px;
  transition: color var(--transition-duration) ease-in-out, background-color var(--transition-duration) ease-in-out, border-color var(--transition-duration) ease-in-out, box-shadow var(--transition-duration) ease-in-out;
}
.btn:focus, .btn:hover {
  color: #fff;
  background-color: #3fa2f7;
  outline: 0;
}
.btn__icon {
  flex-shrink: 0;
  margin: 0 6px 0 0;
}
.btn__icon:last-child {
  margin: 0 0 0 6px;
}
.btn--block {
  display: flex;
  width: 100%;
}
.btn--outline {
  color: #333;
  background: none;
  border: 1px solid #959595;
}
.btn--outline:hover, .btn--outline:focus {
  background: #333;
}
.btn--shadow {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}
.modal-callback .modal__content {
  width: 314px;
}
.about {
  position: relative;
  color: #000;
}
.about__header {
  max-width: 698px;
}
.about__title {
  margin: 0 0 10px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
.about__team {
  display: none;
  filter: drop-shadow(0 3px 10px rgba(0, 0, 0, 0.15));
  border-radius: 5px;
  transform: rotate(2.7deg);
}
.about__data {
  display: grid;
  grid-gap: 24px;
  gap: 24px;
  padding: 24px 16px;
  margin: 0 0 48px;
  list-style: none;
  border: 1px solid #d4d4d4;
  border-radius: 5px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}
.about__data-title {
  font-size: 24px;
  font-weight: bold;
}
.about__info {
  display: grid;
  grid-gap: 24px;
  gap: 24px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.about__info-item {
  padding-top: 24px;
  background: url("data:image/svg+xml,%3csvg width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg' fill='%233f67f7'%3e %3ccircle cx='8' cy='8' r='8' fill='%233f67f7' /%3e %3c/svg%3e") no-repeat;
  background-size: 16px auto;
}
.about__info-title {
  font-size: 20px;
  font-weight: bold;
}
@media (min-width: 768px) {
.about__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0 auto 35px;
}
.about__title {
    padding-bottom: 74px;
    font-size: 38px;
    background: url("data:image/svg+xml,%3csvg version='1.1' viewBox='0 0 220 62' xmlns='http://www.w3.org/2000/svg' fill='%233f67f7'%3e %3cpath d='m157.8 0.416c-10.59 0.02205-22 0.1636-33.72 0.3809-46.88 0.8689-98.63 2.973-121.2 3.705a3 3 0 0 0-2.9 3.096 3 3 0 0 0 3.096 2.9c22.65-0.7348 74.33-2.836 121.1-3.703 23.39-0.4335 45.56-0.5567 62.19-0.05078 8.314 0.253 15.25 0.6673 20.19 1.26 0.8224 0.09881 1.206 0.2217 1.912 0.3301-4.267 0.9334-10.49 1.842-18.27 2.686-16.69 1.81-39.69 3.403-62.65 5.109-22.96 1.707-45.87 3.525-62.59 5.828-8.357 1.151-15.13 2.395-19.83 3.93-2.349 0.7675-4.188 1.517-5.691 2.865-0.7515 0.6743-1.478 1.604-1.73 2.865-0.2525 1.261 0.1411 2.625 0.7656 3.555 1.841 2.741 4.879 4.212 8.488 5.322 3.61 1.11 7.948 1.802 12.81 2.268 9.73 0.9303 21.56 0.9173 33.07 0.8242 11.51-0.09311 22.7-0.2678 30.86 0.2637 4.08 0.2657 7.42 0.7347 9.443 1.346 0.8583 0.2592 1.304 0.5173 1.596 0.7012-0.0307 0.07268 0.0623 0.04636-0.3691 0.4121-0.6871 0.5825-2.052 1.348-3.867 2.049-3.63 1.402-9.007 2.63-14.8 3.619-11.59 1.978-24.8 3.072-31.2 4.059a3 3 0 0 0-2.508 3.422 3 3 0 0 0 3.422 2.508c5.805-0.8944 19.33-2.031 31.3-4.074 5.986-1.021 11.6-2.253 15.96-3.936 2.178-0.8412 4.056-1.775 5.584-3.07 1.528-1.296 2.817-3.267 2.701-5.537-0.0852-1.671-1.095-3.163-2.227-4.049-1.132-0.8863-2.406-1.413-3.844-1.848-2.876-0.8687-6.493-1.308-10.79-1.588-8.593-0.5597-19.83-0.3682-31.3-0.2754-11.48 0.09284-23.19 0.08473-32.45-0.8008-4.631-0.4428-8.648-1.114-11.62-2.027-2.042-0.6279-3.3-1.359-4.195-2.041 0.6011-0.3402 1.088-0.6802 2.461-1.129 3.958-1.293 10.58-2.56 18.78-3.689 16.4-2.26 39.27-4.084 62.21-5.789s45.95-3.294 62.85-5.127c8.449-0.9165 15.34-1.879 20.11-3.012 2.386-0.5665 4.204-1.102 5.752-2.031 0.7741-0.4644 1.605-1.036 2.15-2.262 0.5456-1.226 0.2183-3.013-0.4629-3.947-1.336-1.833-2.786-2.057-4.553-2.531-1.767-0.4739-3.943-0.8383-6.572-1.154-5.259-0.6319-12.31-1.045-20.72-1.301-8.409-0.2559-18.17-0.3521-28.76-0.3301z' fill='%233f67f7' /%3e %3c/svg%3e") 50% 100% no-repeat;
    background-size: 220px auto;
}
.about__team {
    display: block;
}
.about__data {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, auto));
    grid-gap: 32px 24px;
    gap: 32px 24px;
    max-width: 854px;
    margin: 0 auto 56px;
}
.about__info {
    display: block;
    -moz-columns: 2;
         columns: 2;
    -moz-column-gap: 35px;
         column-gap: 35px;
}
.about__info-item {
    display: inline-block;
    margin-bottom: 24px;
}
}
@media (min-width: 992px) {
.about__data {
    padding: 24px 48px;
}
.about__data-title {
    font-size: 38px;
}
.about--ab .about__box {
    display: grid;
    grid-template-columns: 1fr 384px;
    grid-gap: 55px;
    gap: 55px;
}
.about--ab .about__data {
    grid-template-columns: 100%;
}
.about--ab .about__info {
    display: grid;
    grid-gap: 24px;
    gap: 24px;
    order: -1;
}
.about--ab .about__info-item {
    margin: 0;
}
}
.title {
  margin: 0 0 16px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
  color: #000;
  text-align: center;
  letter-spacing: 0.02em;
}
.addresses {
  position: relative;
}
.addresses__map {
  height: 382px;
  background: #eee;
}
.addresses__box {
  padding: 16px 0 32px;
  margin: 32px 0 0;
  background: #f6f6f6;
}
.addresses__map-title {
  margin: 0 0 24px;
  font-size: 24px;
  font-weight: bold;
  color: #000;
  text-align: center;
}
.addresses__gallery-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 13px;
  font-size: 20px;
  font-weight: 400;
  color: #000;
  text-align: center;
}
.addresses__gallery-title::before {
  display: block;
  flex-shrink: 0;
  width: 16px;
  height: 24px;
  margin-right: 10px;
  content: "";
  background: url("data:image/svg+xml,%3csvg width='17' height='24' viewBox='0 0 17 24' xmlns='http://www.w3.org/2000/svg' fill='%23686b6f'%3e %3cpath d='M8.5 11.4C7.74224 11.4 7.01551 11.0839 6.4797 10.5213C5.94388 9.95871 5.64286 9.19565 5.64286 8.4C5.64286 7.60435 5.94388 6.84129 6.4797 6.27868C7.01551 5.71607 7.74224 5.4 8.5 5.4C9.25776 5.4 9.98449 5.71607 10.5203 6.27868C11.0561 6.84129 11.3571 7.60435 11.3571 8.4C11.3571 8.79397 11.2832 9.18407 11.1397 9.54805C10.9961 9.91203 10.7856 10.2427 10.5203 10.5213C10.255 10.7999 9.94003 11.0209 9.59338 11.1716C9.24674 11.3224 8.87521 11.4 8.5 11.4ZM8.5 0C6.37827 0 4.34344 0.884997 2.84315 2.4603C1.34285 4.03561 0.5 6.17218 0.5 8.4C0.5 14.7 8.5 24 8.5 24C8.5 24 16.5 14.7 16.5 8.4C16.5 6.17218 15.6571 4.03561 14.1569 2.4603C12.6566 0.884997 10.6217 0 8.5 0Z' fill='%23686b6f' /%3e %3c/svg%3e") no-repeat;
  background-size: contain;
}
.addresses__gallery-box {
  position: relative;
  overflow: hidden;
}
.addresses__gallery-box + .addresses__gallery-title {
  margin-top: 48px;
}
.addresses__gallery-box2 {
  position: relative;
  max-width: 988px;
  margin: 0 auto;
  overflow: hidden;
}
.addresses__gallery-list {
  position: relative;
  display: flex;
  width: 100%;
  list-style: none;
}
.addresses__gallery-item {
  flex-shrink: 0;
  width: 100%;
  padding: 16px;
  background: #fff;
  border-radius: 10px;
}
.addresses__gallery-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.addresses__gallery-caption {
  margin: 16px 0 0;
  text-align: center;
}
.addresses__prev-btn,
.addresses__next-btn {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: none;
  background: none;
  border: 0;
  transform: translate(0, -50%);
}
.addresses__prev-btn {
  left: 28px;
}
.addresses__next-btn {
  right: 28px;
}
.addresses__gallery-pagination {
  padding-bottom: 16px;
  font-size: 20px;
  text-align: center;
}
@media (min-width: 768px) {
.addresses__map {
    height: 650px;
}
.addresses__box {
    padding: 32px 0 72px;
    margin-top: 48px;
}
.addresses__map-title {
    font-size: 30px;
}
.addresses__gallery-title {
    font-size: 24px;
}
.addresses__gallery-box {
    background: #fff;
}
.addresses__gallery-item {
    padding-top: 50px;
    padding-bottom: 30px;
    transition: opacity 0.7s;
}
.addresses__gallery-item > figure {
    transition: transform 0.7s;
}
.addresses__gallery-item:not(.swiper-slide-active) {
    opacity: 0.3;
}
.addresses__gallery-item:not(.swiper-slide-active) > figure {
    transform: scale(0.8);
}
.addresses__gallery-caption {
    text-align: left;
}
.addresses__next-btn,
.addresses__prev-btn {
    display: block;
}
.addresses__gallery-pagination {
    padding-bottom: 30px;
    font-size: 24px;
}
}
.brands {
  position: relative;
}
.brands__filter {
  display: grid;
  grid-template-columns: 205px 1fr;
  align-items: end;
  max-width: 370px;
  padding: 20px 10px;
  margin: 0 auto 24px;
  background: #f6f6f6;
  border-radius: 5px;
}
.brands__filter input {
  width: calc(100% + 5px);
  height: 44px;
  padding: 0 12px 0 38px;
  margin: 0;
  font-family: inherit;
  font-size: 16px;
  line-height: 19px;
  color: #000;
  background: #fff url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3e %3cpath d='M6.81429 0.666016C8.48894 0.666016 10.095 1.33127 11.2792 2.51543C12.4633 3.69959 13.1286 5.30565 13.1286 6.9803C13.1286 8.5443 12.5554 9.98202 11.6131 11.0894L11.8754 11.3517H12.6429L17.5 16.2089L16.0429 17.666L11.1857 12.8089V12.0414L10.9234 11.7792C9.816 12.7214 8.37829 13.2946 6.81429 13.2946C5.13963 13.2946 3.53357 12.6293 2.34941 11.4452C1.16525 10.261 0.5 8.65495 0.5 6.9803C0.5 5.30565 1.16525 3.69959 2.34941 2.51543C3.53357 1.33127 5.13963 0.666016 6.81429 0.666016ZM6.81429 2.60887C4.38571 2.60887 2.44286 4.55173 2.44286 6.9803C2.44286 9.40887 4.38571 11.3517 6.81429 11.3517C9.24286 11.3517 11.1857 9.40887 11.1857 6.9803C11.1857 4.55173 9.24286 2.60887 6.81429 2.60887Z' fill='%23333' /%3e %3c/svg%3e") 11px 50% no-repeat;
  background-size: 17px auto;
  border: 1px solid #d4d4d4;
  border-radius: 6px;
  outline: none;
}
.brands__filter-item {
  display: grid;
  grid-gap: 6px;
  gap: 6px;
}
.brands__filter-label {
  font-size: 14px;
  line-height: 16px;
}
.brands__filter-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 44px;
  padding: 0 12px;
  font-family: inherit;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  color: #000;
  background: #fff;
  border: 1px solid #d4d4d4;
  border-radius: 6px;
  outline: none;
  -svg-fill: #333;
}
.brands__filter-btn:hover, .brands__filter-btn:focus {
  color: #3fa2f7;
}
.brands__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 24px;
  gap: 24px;
  max-width: 606px;
  padding: 0;
  margin: 0 auto;
  list-style: none;
}
.brands__item {
  position: relative;
  overflow: hidden;
}
.brands__item-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 95px;
  margin: 0 auto;
  overflow: hidden;
}
@media (min-width: 768px) {
.brands__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.brands__item {
    padding: 16px;
}
.brands__item-link {
    max-width: none;
}
.brands--compact .brands__list {
    gap: 0;
    max-width: 1204px;
}
.brands--compact .brands__item {
    padding: 8px;
}
}
.contacts {
  position: relative;
  max-width: 1058px;
  margin: 0 auto;
  color: #000;
}
.contacts__title {
  margin: 0 0 8px;
  font-size: 24px;
  font-weight: bold;
}
.contacts__map {
  position: relative;
  height: 364px;
  margin: 0 0 24px;
  overflow: hidden;
  background: #eee;
}
.contacts__item {
  margin: 0 0 24px;
}
.contacts__list {
  display: grid;
  grid-gap: 8px;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.contacts__phones {
  display: grid;
  grid-gap: 8px;
  gap: 8px;
  padding: 0;
  margin: 0;
  font-size: 20px;
  list-style: none;
}
.contacts__phone {
  text-decoration: none;
  border-bottom: 2px dashed;
}
.contacts__phone:hover, .contacts__phone:focus {
  color: inherit;
  border-color: transparent;
}
.contacts__socials {
  padding: 0;
  margin: 24px 0 0;
  font-size: 20px;
  list-style: none;
}
.contacts__socials-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}
.contacts__socials-link > span {
  border-bottom: 2px dashed;
  transition: border-color 0.3s;
}
.contacts__socials-link:hover > span, .contacts__socials-link:focus > span {
  border-color: transparent;
}
.contacts__socials-link-icon {
  flex-shrink: 0;
  width: 55px;
  height: 55px;
  margin-right: 16px;
}
.contacts__form {
  padding: 20px;
  border: 1px solid #eaeaea;
  border-radius: 5px;
}
@media (min-width: 768px) {
.contacts__title {
    margin-bottom: 16px;
}
.contacts__map {
    height: 564px;
    margin: 0 0 16px;
}
}
@media (min-width: 992px) {
.contacts__box {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 16px;
    gap: 16px;
}
.contacts__item {
    padding: 16px 16px 24px;
    background: #fafafa;
    border: 1px solid #eaeaea;
    border-radius: 10px;
}
.contacts__item .contacts__title {
    margin-bottom: 8px;
    font-size: 20px;
}
.contacts__socials-link {
    font-size: 16px;
}
.contacts__socials-link-icon {
    width: 40px;
    height: 40px;
}
}
.consultation {
  position: relative;
  padding: 35px 0 48px;
  margin: 32px 0 -32px;
  font-size: 20px;
  text-align: center;
  background: #f6f6f6;
}
.consultation__icon {
  display: block;
  margin: 0 auto 10px;
}
.consultation__title {
  margin: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
}
.consultation__phone {
  display: inline-block;
  margin: 10px 0 0;
  font-size: 30px;
  color: inherit;
  text-decoration: none;
  border-bottom: 2px dashed;
}
@media (min-width: 768px) {
.consultation {
    padding: 35px 0 80px;
    margin: 48px 0 -48px;
}
}
.faq {
  position: relative;
  margin: 0 auto;
}
.faq > .container {
  max-width: 594px;
}
.faq__list {
  margin: 0;
}
.faq__question {
  position: relative;
  padding: 15px 45px 15px 15px;
  font-size: 16px;
  line-height: 19px;
  cursor: pointer;
  background: #fafafa;
  border: 1px solid #eaeaea;
  border-radius: 5px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  transition: color var(--transition-duration) ease-in-out, background-color var(--transition-duration) ease-in-out, border-color var(--transition-duration) ease-in-out, box-shadow var(--transition-duration) ease-in-out;
}
.faq__question::before, .faq__question::after {
  position: absolute;
  top: 17px;
  right: 23px;
  display: block;
  width: 15px;
  height: 15px;
  content: "";
  background: url("data:image/svg+xml,%3csvg width='16' height='17' viewBox='0 0 16 17' xmlns='http://www.w3.org/2000/svg' fill='%233fa2f7'%3e %3cpath d='M14.8196 7.32382C15.4917 7.32382 15.9958 7.8279 15.9958 8.5C15.9958 8.83605 15.8698 9.13009 15.6597 9.34013C15.4497 9.55016 15.1557 9.67618 14.8196 9.67618L9.19076 9.67618L9.19076 15.305C9.19076 15.6411 9.06474 15.9351 8.85471 16.1451C8.64468 16.3552 8.35064 16.4812 8.01458 16.4812C7.34248 16.4812 6.83841 15.9771 6.83841 15.305L6.83841 9.67618L1.20955 9.67618C0.53745 9.67618 0.0333734 9.1721 0.0333734 8.5C0.0333734 7.8279 0.53745 7.32382 1.20955 7.32382L6.83841 7.32382L6.83841 1.69498C6.83841 1.02288 7.34248 0.518801 8.01458 0.518801C8.68669 0.5188 9.19076 1.02288 9.19076 1.69498L9.19076 7.32382L14.8196 7.32382Z' fill='%233fa2f7' /%3e %3c/svg%3e") 50% 50% no-repeat;
  background-size: contain;
  transition: opacity 0.3s, transform 0.3s;
}
.faq__question::after {
  background-image: url("data:image/svg+xml,%3csvg version='1.1' viewBox='0 0 16 17' xmlns='http://www.w3.org/2000/svg' fill='%233fa2f7'%3e %3cpath d='m14.82 7.324c0.6721 0 1.176 0.5041 1.176 1.176 0 0.336-0.126 0.6301-0.3361 0.8401-0.21 0.21-0.504 0.336-0.8401 0.336h-13.61c-0.6721 0-1.176-0.5041-1.176-1.176s0.5041-1.176 1.176-1.176h13.61z' fill='%233fa2f7' /%3e %3c/svg%3e");
  opacity: 0;
}
.faq__question:not(:first-child) {
  margin-top: 8px;
}
.faq__question:hover, .faq__question:focus {
  color: #3fa2f7;
}
.faq__question.is-open::before {
  opacity: 0;
  transform: rotate(90deg);
}
.faq__question.is-open::after {
  background-image: url("data:image/svg+xml,%3csvg version='1.1' viewBox='0 0 16 17' xmlns='http://www.w3.org/2000/svg' fill='%233fa2f7'%3e %3cpath d='m14.82 7.324c0.6721 0 1.176 0.5041 1.176 1.176 0 0.336-0.126 0.6301-0.3361 0.8401-0.21 0.21-0.504 0.336-0.8401 0.336h-13.61c-0.6721 0-1.176-0.5041-1.176-1.176s0.5041-1.176 1.176-1.176h13.61z' fill='%233fa2f7' /%3e %3c/svg%3e");
  opacity: 1;
}
.faq__answer {
  position: relative;
  height: 0;
  margin: 0;
  overflow: hidden;
  transition: height 0.5s;
}
.faq__answer-box {
  padding: 15px;
}
.faq--independent {
  padding: 24px 0 48px;
  background: #f6f6f6;
}
.select {
  width: 100%;
  height: 44px;
  padding: 0 30px 0 12px;
  margin: 0;
  font-family: inherit;
  font-size: 16px;
  line-height: 19px;
  color: #000;
  cursor: inherit;
  background: #fff url("data:image/svg+xml,%3csvg width='12' height='6' viewBox='0 0 12 6' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3e %3cpath d='M12 0H0L5.71429 6L12 0Z' fill='%23333' /%3e %3c/svg%3e") right 13px center no-repeat;
  background-size: 12px auto;
  border: 1px solid #d4d4d4;
  border-radius: 6px;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.gallery {
  position: relative;
}
.gallery__filter {
  display: grid;
  grid-gap: 8px;
  gap: 8px;
  max-width: 620px;
  padding: 20px 10px;
  margin: 0 auto 24px;
  background: #f6f6f6;
  border-radius: 5px;
}
.gallery__filter-item {
  display: grid;
  grid-gap: 6px;
  gap: 6px;
}
.gallery__filter-label {
  font-size: 14px;
  line-height: 16px;
}
.gallery__filter-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 44px;
  padding: 0 30px 0 12px;
  margin: 8px 0 0;
  font-family: inherit;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  color: #000;
  background: #fff;
  border: 1px solid #d4d4d4;
  border-radius: 6px;
  outline: none;
  -svg-fill: #333;
}
.gallery__filter-btn::after {
  display: block;
  flex-shrink: 0;
  width: 16px;
  height: 12px;
  margin-left: 10px;
  content: "";
  background: url("data:image/svg+xml,%3csvg width='16' height='12' viewBox='0 0 16 12' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3e %3cpath d='M16 1.26174L5.02857 12L0 7.0783L1.28914 5.81656L5.02857 9.46756L14.7109 1.36544e-07L16 1.26174Z' fill='%23333' /%3e %3c/svg%3e") no-repeat;
  background-size: contain;
}
.gallery__filter-btn:hover, .gallery__filter-btn:focus {
  color: #3fa2f7;
}
.gallery__list {
  display: grid;
  grid-gap: 8px;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.gallery__item {
  position: relative;
  overflow: hidden;
}
.gallery__item-link {
  position: relative;
  display: block;
  height: 196px;
  overflow: hidden;
  background: #f6f6f6;
}
@media (min-width: 768px) {
.gallery__filter {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    align-items: end;
}
.gallery__list {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}
}
.hero {
  position: relative;
  z-index: 1;
  margin: 0 0 48px;
  color: #000;
}
.hero__container {
  width: 100%;
  max-width: 1248px;
  padding-right: 24px;
  padding-left: 24px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.hero__header {
  margin: 0 0 16px;
}
.hero__title {
  margin: 0;
  font-size: 24px;
  font-weight: bold;
}
.hero__test-box {
  padding: 16px 16px 32px;
  margin: 10px 0 0;
  font-size: 16px;
  line-height: 19px;
  background: #f6f6f6;
  border-radius: 16px;
}
.hero__test-title {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: bold;
}
.hero__btn2 {
  margin-top: 23px;
  overflow: visible;
  background-color: #fff;
}
.hero__btn2 img {
  position: absolute;
  bottom: 0;
  filter: drop-shadow(0 -2px 10px rgba(0, 0, 0, 0.05));
  transform: translate(10px, 0);
}
.hero__img {
  display: none;
}
@media (min-width: 768px) {
.hero__box {
    max-width: 415px;
}
.hero__header {
    font-size: 20px;
}
.hero__title {
    font-size: 30px;
}
.hero__btn1,
.hero__test-box {
    max-width: 296px;
}
.hero__img {
    position: absolute;
    right: 24px;
    bottom: -50px;
    z-index: -1;
    display: block;
}
.hero__img img {
    height: auto;
}
}
@media (min-width: 1248px) {
.hero__img {
    bottom: 40px;
}
}
.services-info {
  position: relative;
  z-index: 1;
  max-width: 1062px;
  padding: 32px 0 48px;
  margin: 0 auto 32px;
  background: #f6f6f6;
}
.services-info__list {
  display: grid;
  grid-gap: 32px;
  gap: 32px;
  padding: 0;
  margin: 0 0 32px;
  text-align: center;
  list-style: none;
}
.services-info__item {
  padding: 0 24px;
}
.services-info__item-img {
  margin: 0 0 8px;
  text-align: center;
}
.services-info__item-title {
  font-size: 16px;
  font-weight: bold;
  line-height: 19px;
}
.services-info__note {
  display: block;
  font-size: 16px;
  line-height: 19px;
  color: #c4c4c4;
  text-align: center;
}
@media (min-width: 768px) {
.services-info {
    margin-bottom: 48px;
}
.services-info__list {
    grid-template-columns: 1fr 1fr;
    font-size: 16px;
    line-height: 19px;
}
.services-info__item-title {
    font-size: 18px;
    line-height: 1.5;
}
}
@media (min-width: 992px) {
.services-info {
    padding: 16px 0;
    border-radius: 10px;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}
.services-info__list {
    grid-template-columns: repeat(4, auto);
    padding: 0 20px;
    margin-bottom: 16px;
}
.services-info__item {
    padding: 0;
}
.services-info__item:nth-of-type(3) .services-info__item-img {
    margin-bottom: -3px;
}
}
.complex-price {
  padding: 16px 0 24px;
  margin: 48px 0 0;
  border-top: 1px solid #f6f6f6;
  border-bottom: 1px solid #f6f6f6;
}
.complex-price__title-btn {
  width: 100%;
  padding-right: 48px;
  font: inherit;
  text-align: left;
  letter-spacing: inherit;
  background: url("data:image/svg+xml,%3csvg width='16' height='17' viewBox='0 0 16 17' xmlns='http://www.w3.org/2000/svg' fill='%233f67f7'%3e %3cpath d='M14.8196 7.32382C15.4917 7.32382 15.9958 7.8279 15.9958 8.5C15.9958 8.83605 15.8698 9.13009 15.6597 9.34013C15.4497 9.55016 15.1557 9.67618 14.8196 9.67618L9.19076 9.67618L9.19076 15.305C9.19076 15.6411 9.06474 15.9351 8.85471 16.1451C8.64468 16.3552 8.35064 16.4812 8.01458 16.4812C7.34248 16.4812 6.83841 15.9771 6.83841 15.305L6.83841 9.67618L1.20955 9.67618C0.53745 9.67618 0.0333734 9.1721 0.0333734 8.5C0.0333734 7.8279 0.53745 7.32382 1.20955 7.32382L6.83841 7.32382L6.83841 1.69498C6.83841 1.02288 7.34248 0.518801 8.01458 0.518801C8.68669 0.5188 9.19076 1.02288 9.19076 1.69498L9.19076 7.32382L14.8196 7.32382Z' fill='%233f67f7' /%3e %3c/svg%3e") right 16px center no-repeat;
  background-size: 16px auto;
  border: 0;
}
.complex-price__title-btn.is-open {
  background-image: url("data:image/svg+xml,%3csvg version='1.1' viewBox='0 0 16 17' xmlns='http://www.w3.org/2000/svg' fill='%233f67f7'%3e %3cpath d='m14.82 7.324c0.6721 0 1.176 0.5041 1.176 1.176 0 0.336-0.126 0.6301-0.3361 0.8401-0.21 0.21-0.504 0.336-0.8401 0.336h-13.61c-0.6721 0-1.176-0.5041-1.176-1.176s0.5041-1.176 1.176-1.176h13.61z' fill='%233f67f7' /%3e %3c/svg%3e");
}
.complex-price__box {
  position: relative;
  height: 0;
  margin: 0;
  overflow: hidden;
  transition: height 0.5s;
}
.complex-price__list {
  display: grid;
  grid-gap: 16px;
  gap: 16px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.complex-price__card {
  padding: 16px 9px;
  color: #000;
  background: #fff;
  border: 1px solid #d4d4d4;
  border-radius: 10px;
}
.complex-price__card-title {
  margin: 0 0 16px;
  font-size: 20px;
  font-weight: bold;
}
.complex-price__card-services {
  padding: 0;
  margin: 0;
  list-style: none;
  border: 1px solid #eaeaea;
  border-radius: 5px;
}
.complex-price__card-services > li {
  padding: 8px 16px;
}
.complex-price__card-services > li:nth-of-type(2n + 1) {
  background: #f6f6f6;
}
.complex-price__card-price {
  margin: 16px 0 0;
  font-size: 20px;
  font-weight: bold;
}
.complex-price__card-actions {
  margin: 16px 0 0;
}
@media (min-width: 992px) {
.complex-price {
    padding: 32px 0 48px;
    color: #fff;
    background: #3f67f7;
    border: 0;
}
.complex-price .title {
    color: inherit;
}
.complex-price__box {
    height: auto !important;
}
.complex-price__list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 16px;
    gap: 16px;
    max-width: 1094px;
    margin: 0 auto;
}
.complex-price__card {
    padding: 16px;
}
}
@charset "UTF-8";
.price {
  position: relative;
  top: -1px;
  padding: 16px 0 24px;
  border-top: 1px solid #f6f6f6;
  border-bottom: 1px solid #f6f6f6;
}
.price__title-btn {
  width: 100%;
  padding-right: 48px;
  font: inherit;
  text-align: left;
  letter-spacing: inherit;
  background: url("data:image/svg+xml,%3csvg width='16' height='17' viewBox='0 0 16 17' xmlns='http://www.w3.org/2000/svg' fill='%233f67f7'%3e %3cpath d='M14.8196 7.32382C15.4917 7.32382 15.9958 7.8279 15.9958 8.5C15.9958 8.83605 15.8698 9.13009 15.6597 9.34013C15.4497 9.55016 15.1557 9.67618 14.8196 9.67618L9.19076 9.67618L9.19076 15.305C9.19076 15.6411 9.06474 15.9351 8.85471 16.1451C8.64468 16.3552 8.35064 16.4812 8.01458 16.4812C7.34248 16.4812 6.83841 15.9771 6.83841 15.305L6.83841 9.67618L1.20955 9.67618C0.53745 9.67618 0.0333734 9.1721 0.0333734 8.5C0.0333734 7.8279 0.53745 7.32382 1.20955 7.32382L6.83841 7.32382L6.83841 1.69498C6.83841 1.02288 7.34248 0.518801 8.01458 0.518801C8.68669 0.5188 9.19076 1.02288 9.19076 1.69498L9.19076 7.32382L14.8196 7.32382Z' fill='%233f67f7' /%3e %3c/svg%3e") right 16px center no-repeat;
  background-size: 16px auto;
  border: 0;
}
.price__title-btn.is-open {
  background-image: url("data:image/svg+xml,%3csvg version='1.1' viewBox='0 0 16 17' xmlns='http://www.w3.org/2000/svg' fill='%233f67f7'%3e %3cpath d='m14.82 7.324c0.6721 0 1.176 0.5041 1.176 1.176 0 0.336-0.126 0.6301-0.3361 0.8401-0.21 0.21-0.504 0.336-0.8401 0.336h-13.61c-0.6721 0-1.176-0.5041-1.176-1.176s0.5041-1.176 1.176-1.176h13.61z' fill='%233f67f7' /%3e %3c/svg%3e");
}
.price__box {
  position: relative;
  height: 0;
  margin: 0;
  overflow: hidden;
  transition: height 0.5s;
}
.price__list thead {
  display: none;
}
.price__list tbody {
  display: grid;
  grid-gap: 16px;
  gap: 16px;
}
.price__item {
  display: grid;
  grid-gap: 8px;
  gap: 8px;
  padding: 20px;
  border: 1px solid #d4d4d4;
  border-radius: 10px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}
.price__item-title,
.price__item-price {
  font-size: 20px;
  font-weight: bold;
}
.price__item-comment {
  padding-left: 50px;
  background: url("data:image/svg+xml,%3csvg width='22' height='22' viewBox='0 0 22 22' xmlns='http://www.w3.org/2000/svg' fill='%23686b6f'%3e %3cpath d='M14.9649 0.733403C14.0149 0.733192 13.0772 0.947656 12.2218 1.36077C11.3664 1.77388 10.6154 2.37496 10.025 3.1191C9.43451 3.86324 9.01984 4.73119 8.81196 5.6581C8.60408 6.58501 8.60836 7.54692 8.82447 8.47195L0.865268 16.7227C0.302249 17.3199 -0.00368088 18.1144 0.0133718 18.9349C0.0304244 19.7555 0.369096 20.5366 0.956439 21.1098C1.54378 21.6831 2.3328 22.0028 3.15355 22C3.97429 21.9972 4.7611 21.6721 5.34448 21.0948L13.2343 13.1009C14.2413 13.3871 15.3036 13.4183 16.3256 13.1916C17.3476 12.9649 18.2971 12.4874 19.0885 11.8023C19.88 11.1171 20.4885 10.2458 20.8593 9.26686C21.2301 8.2879 21.3514 7.23207 21.2124 6.19452C21.1929 6.04895 21.133 5.91175 21.0396 5.79839C20.9462 5.68504 20.8229 5.60005 20.6838 5.55302C20.5447 5.50598 20.3951 5.49877 20.2521 5.53219C20.1091 5.56562 19.9782 5.63835 19.8744 5.74218L16.5409 9.07559L12.927 5.46164L16.2604 2.12823C16.3647 2.0244 16.4378 1.89344 16.4715 1.75018C16.5052 1.60693 16.4981 1.4571 16.4511 1.31766C16.404 1.17823 16.3188 1.05477 16.2052 0.961254C16.0915 0.867743 15.954 0.807922 15.8081 0.788566C15.5285 0.751495 15.2468 0.733067 14.9649 0.733403Z' fill='%23686b6f' /%3e %3c/svg%3e") 9px 3px no-repeat;
}
.price__item-comment:empty {
  display: none;
}
.price__item-period {
  padding-left: 50px;
  background: url("data:image/svg+xml,%3csvg width='22' height='22' viewBox='0 0 22 22' xmlns='http://www.w3.org/2000/svg' fill='%23686b6f'%3e %3cpath d='M11 0C4.95 0 0 4.95 0 11C0 17.05 4.95 22 11 22C17.05 22 22 17.05 22 11C22 4.95 17.05 0 11 0ZM15.62 15.62L9.9 12.1V5.5H11.55V11.22L16.5 14.19L15.62 15.62Z' fill='%23686b6f' /%3e %3c/svg%3e") 9px 3px no-repeat;
}
@media (min-width: 992px){
.price {
    top: 0;
    padding: 0;
    margin: 32px 0 48px;
    border: 0;
}
.price__box {
    max-width: 766px;
    height: auto !important;
    margin: 0 auto;
    border: 1px solid #d4d4d4;
    border-radius: 10px;
}
.price__list thead {
    display: table-header-group;
}
.price__list tbody {
    display: table-row-group;
}
.price__list tbody tr:nth-of-type(2n + 1) {
    background-color: #f6f6f6;
}
.price__list th,
.price__list td {
    padding: 10px 20px;
    font-size: 16px;
    line-height: 19px;
}
.price__item {
    display: table-row;
    border: 0;
    box-shadow: none;
}
.price__item-comment,
.price__item-period {
    padding: 0;
    background-image: none;
}
.price__item-comment:empty {
    display: table-cell;
}
.price__item-comment:empty::before {
    content: "—";
}
.price__item-comment,
.price__item-period,
.price__item-price,
.price__item-title {
    font-weight: 400;
}
}
.services {
  position: relative;
  margin: 0 0 48px;
}
.services__nav {
  display: grid;
  grid-gap: 15px;
  gap: 15px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.services__nav-link {
  position: relative;
  z-index: 1;
  display: block;
  padding: 20px 20px 93px;
  overflow: hidden;
  font-size: 24px;
  color: #000;
  text-decoration: none;
  background: #f6f6f6;
  border: 1px solid #eaeaea;
  border-radius: 5px;
}
.services__nav-img {
  position: absolute;
  right: 0;
  bottom: 0;
}
.services--narrow .services__nav {
  max-width: 968px;
  margin: 0 auto;
}
@media (min-width: 768px) {
.services {
    margin-bottom: 64px;
}
.services__nav {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 32px 16px;
}
.services__nav-link {
    min-height: 185px;
    font-size: 20px;
}
}
.test-motivator {
  padding: 32px 22px 48px;
  margin: 0 0 48px;
  color: #fff;
  text-align: center;
  background: #3f67f7;
}
.test-motivator__img {
  margin: 0 0 16px;
}
.test-motivator__title {
  margin: 0;
  font-size: 24px;
  font-weight: bold;
}
.test-motivator__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 204px;
  height: 44px;
  margin: 16px auto 0;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-decoration: none;
  background: #fff;
  border-radius: 5px;
}
.test-motivator__btn-icon {
  margin-left: 6px;
}
@media (min-width: 768px) {
.test-motivator {
    text-align: left;
}
.test-motivator__box {
    display: grid;
    grid-template-columns: auto 317px;
    grid-gap: 0 16px;
    gap: 0 16px;
    align-items: start;
    max-width: 610px;
    margin: 0 auto;
}
.test-motivator__title {
    font-size: 30px;
}
.test-motivator__img {
    grid-row: 1/5;
    grid-column: 2;
}
.test-motivator__img img {
    height: auto;
}
.test-motivator__btn {
    margin: 0;
}
}
.reviews {
  position: relative;
}
.reviews__full-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -16px 0 24px;
  font-size: 20px;
  text-align: center;
}
.reviews__full-link > a {
  display: block;
  margin: 5px;
  color: #3fa2f7;
  text-decoration: none;
}
.reviews__full-link > a:hover, .reviews__full-link > a:focus {
  text-decoration: underline;
}
.reviews__filter {
  display: grid;
  grid-gap: 8px;
  gap: 8px;
  padding: 20px 10px;
  margin: 0 0 24px;
  background: #f6f6f6;
  border-radius: 5px;
}
.reviews__filter-item {
  display: grid;
  grid-gap: 6px;
  gap: 6px;
}
.reviews__filter-label {
  font-size: 14px;
  line-height: 16px;
}
.reviews__filter-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 44px;
  padding: 0 30px 0 12px;
  margin: 8px 0 0;
  font-family: inherit;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  color: #000;
  background: #fff;
  border: 1px solid #d4d4d4;
  border-radius: 6px;
  outline: none;
  -svg-fill: #333;
}
.reviews__filter-btn::after {
  display: block;
  flex-shrink: 0;
  width: 16px;
  height: 12px;
  margin-left: 10px;
  content: "";
  background: url("data:image/svg+xml,%3csvg width='16' height='12' viewBox='0 0 16 12' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3e %3cpath d='M16 1.26174L5.02857 12L0 7.0783L1.28914 5.81656L5.02857 9.46756L14.7109 1.36544e-07L16 1.26174Z' fill='%23333' /%3e %3c/svg%3e") no-repeat;
  background-size: contain;
}
.reviews__filter-btn:hover, .reviews__filter-btn:focus {
  color: #3fa2f7;
}
.reviews__list {
  display: grid;
  grid-gap: 8px;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.reviews__item {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}
.reviews__item-link {
  position: relative;
  display: block;
}
.reviews__item-link::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  width: 76px;
  height: 76px;
  content: "";
  background: url("data:image/svg+xml,%3csvg width='76' height='77' viewBox='0 0 76 77' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3ccircle cx='38' cy='38.2979' r='38' fill='black' fill-opacity='0.75'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M31.1862 46.7027L31.1831 28.7027L49.1831 37.7341L31.1862 46.7027Z' fill='white'/%3e %3c/svg%3e") no-repeat;
  background-size: contain;
  transition: opacity 0.3s;
  transform: translate(-50%, -50%);
}
.reviews__item-link:hover::before {
  opacity: 0.5;
}
.reviews__item-video {
  position: relative;
  height: 362px;
  overflow: hidden;
  background: #a2a2a2;
}
.reviews__item-data {
  padding: 0;
  margin: 0;
  color: #000;
  list-style: none;
}
.reviews__item-data > li {
  padding: 8px 8px 8px 64px;
}
.reviews__item-data > li:nth-of-type(2n) {
  background-color: #f6f6f6;
}
.reviews__item-name {
  background: url("data:image/svg+xml,%3csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23686b6f'%3e %3cpath d='M10 0C11.3261 0 12.5979 0.526784 13.5355 1.46447C14.4732 2.40215 15 3.67392 15 5C15 6.32608 14.4732 7.59785 13.5355 8.53553C12.5979 9.47322 11.3261 10 10 10C8.67392 10 7.40215 9.47322 6.46447 8.53553C5.52678 7.59785 5 6.32608 5 5C5 3.67392 5.52678 2.40215 6.46447 1.46447C7.40215 0.526784 8.67392 0 10 0ZM10 12.5C15.525 12.5 20 14.7375 20 17.5V20H0V17.5C0 14.7375 4.475 12.5 10 12.5Z' fill='%23686b6f' /%3e %3c/svg%3e") 26px 50% no-repeat;
  background-size: 20px auto;
}
.reviews__item-model {
  background: url("data:image/svg+xml,%3csvg width='30' height='16' viewBox='0 0 30 16' xmlns='http://www.w3.org/2000/svg' fill='%23686b6f'%3e %3cpath d='M20.4545 0L24.5455 5.33333H27.2727C28.7864 5.33333 30 6.52 30 8V12H27.2727C27.2727 13.0609 26.8417 14.0783 26.0745 14.8284C25.3073 15.5786 24.2668 16 23.1818 16C22.0968 16 21.0563 15.5786 20.2891 14.8284C19.5219 14.0783 19.0909 13.0609 19.0909 12H10.9091C10.9091 13.0609 10.4781 14.0783 9.71089 14.8284C8.9437 15.5786 7.90316 16 6.81818 16C5.73321 16 4.69267 15.5786 3.92547 14.8284C3.15828 14.0783 2.72727 13.0609 2.72727 12H0V8C0 6.52 1.21364 5.33333 2.72727 5.33333L6.81818 0H20.4545ZM12.9545 2H7.84091L5.26364 5.33333H12.9545V2ZM15 2V5.33333H22.0091L19.4318 2H15ZM6.81818 10C6.27569 10 5.75542 10.2107 5.37183 10.5858C4.98823 10.9609 4.77273 11.4696 4.77273 12C4.77273 12.5304 4.98823 13.0391 5.37183 13.4142C5.75542 13.7893 6.27569 14 6.81818 14C7.36067 14 7.88094 13.7893 8.26454 13.4142C8.64813 13.0391 8.86364 12.5304 8.86364 12C8.86364 11.4696 8.64813 10.9609 8.26454 10.5858C7.88094 10.2107 7.36067 10 6.81818 10ZM23.1818 10C22.6393 10 22.1191 10.2107 21.7355 10.5858C21.3519 10.9609 21.1364 11.4696 21.1364 12C21.1364 12.5304 21.3519 13.0391 21.7355 13.4142C22.1191 13.7893 22.6393 14 23.1818 14C23.7243 14 24.2446 13.7893 24.6282 13.4142C25.0118 13.0391 25.2273 12.5304 25.2273 12C25.2273 11.4696 25.0118 10.9609 24.6282 10.5858C24.2446 10.2107 23.7243 10 23.1818 10Z' fill='%23686b6f' /%3e %3c/svg%3e") 21px 50% no-repeat;
  background-size: 30px auto;
}
.reviews__item-type {
  background: url("data:image/svg+xml,%3csvg width='22' height='22' viewBox='0 0 22 22' xmlns='http://www.w3.org/2000/svg' fill='%23686b6f'%3e %3cpath d='M14.9649 0.733403C14.0149 0.733192 13.0772 0.947656 12.2218 1.36077C11.3664 1.77388 10.6154 2.37496 10.025 3.1191C9.43451 3.86324 9.01984 4.73119 8.81196 5.6581C8.60408 6.58501 8.60836 7.54692 8.82447 8.47195L0.865268 16.7227C0.302249 17.3199 -0.00368088 18.1144 0.0133718 18.9349C0.0304244 19.7555 0.369096 20.5366 0.956439 21.1098C1.54378 21.6831 2.3328 22.0028 3.15355 22C3.97429 21.9972 4.7611 21.6721 5.34448 21.0948L13.2343 13.1009C14.2413 13.3871 15.3036 13.4183 16.3256 13.1916C17.3476 12.9649 18.2971 12.4874 19.0885 11.8023C19.88 11.1171 20.4885 10.2458 20.8593 9.26686C21.2301 8.2879 21.3514 7.23207 21.2124 6.19452C21.1929 6.04895 21.133 5.91175 21.0396 5.79839C20.9462 5.68504 20.8229 5.60005 20.6838 5.55302C20.5447 5.50598 20.3951 5.49877 20.2521 5.53219C20.1091 5.56562 19.9782 5.63835 19.8744 5.74218L16.5409 9.07559L12.927 5.46164L16.2604 2.12823C16.3647 2.0244 16.4378 1.89344 16.4715 1.75018C16.5052 1.60693 16.4981 1.4571 16.4511 1.31766C16.404 1.17823 16.3188 1.05477 16.2052 0.961254C16.0915 0.867743 15.954 0.807922 15.8081 0.788566C15.5285 0.751495 15.2468 0.733067 14.9649 0.733403Z' fill='%23686b6f' /%3e %3c/svg%3e") 26px 50% no-repeat;
  background-size: 21px auto;
}
@media (min-width: 768px) {
.reviews__filter {
    grid-template-columns: 1fr 1fr 1fr;
    align-items: end;
}
.reviews__list {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
}
.advantages {
  padding: 24px 0 48px;
  background: #f6f6f6;
}
.advantages__container {
  width: 100%;
  max-width: 960px;
  padding-right: 24px;
  padding-left: 24px;
  margin-right: auto;
  margin-left: auto;
}
.advantages__list {
  display: grid;
  grid-gap: 32px;
  gap: 32px;
  padding: 0;
  margin: 0;
  text-align: center;
  list-style: none;
}
.advantages__item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 178px;
  margin: 0 0 16px;
}
.advantages__item-title {
  font-size: 20px;
  font-weight: bold;
}
.advantages__note {
  display: block;
  margin: 32px 0 0;
  font-size: 16px;
  color: #c4c4c4;
  text-align: center;
}
@media (min-width: 768px) {
.advantages {
    padding-top: 32px;
}
.advantages__list {
    grid-template-columns: 1fr 1fr;
    font-size: 16px;
    line-height: 19px;
}
.advantages__item-title {
    font-size: 18px;
    line-height: 1.5;
}
}
@media (min-width: 992px) {
.advantages__list {
    grid-template-columns: repeat(3, 1fr);
}
}
.home-brands {
  margin: 48px 0;
}
.home-brands__box {
  position: relative;
  height: 0;
  min-height: 480px;
  margin: 0;
  overflow: hidden;
  transition: height 0.5s;
}
.home-brands__box::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), #fff);
}
.home-brands__box.is-open::before {
  display: none;
}
.home-brands__actions {
  width: 100%;
  max-width: 300px;
  padding-right: 24px;
  padding-left: 24px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 24px;
}
@media (min-width: 992px) {
.home-brands__box {
    height: auto !important;
    min-height: 0;
}
.home-brands__box::before {
    display: none;
}
.home-brands__actions {
    display: none;
}
}
.partners {
  padding: 48px 0;
  background: #f6f6f6;
}
.team {
  padding: 48px 0;
  background: #f6f6f6;
}
.team__gallery-box {
  position: relative;
  overflow: hidden;
}
.team__gallery {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}
.team__gallery-item {
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
.team__gallery {
    flex-wrap: wrap;
    justify-content: center;
}
.team__gallery-item {
    margin: 4px;
}
}
.docs {
  margin: 24px 0 48px;
}
.docs__list {
  display: grid;
  grid-gap: 8px;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.docs__item img {
  display: block;
  margin: 0 auto;
  filter: drop-shadow(0 3px 10px rgba(0, 0, 0, 0.15));
}
@media (min-width: 576px) {
.docs__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.docs__item {
    margin: 4px;
}
}
.scheme {
  margin: 24px 0 48px;
  color: #000;
}
.scheme__list {
  display: grid;
  grid-gap: 32px;
  gap: 32px;
  padding: 0;
  margin: 0;
  text-align: center;
  list-style: none;
}
.scheme__item {
  font-size: 20px;
  counter-increment: counter;
}
.scheme__item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 8px;
}
.scheme__item-img img {
  display: block;
  height: auto;
  overflow: hidden;
  border-radius: 10px;
}
.scheme__item-info::before {
  display: block;
  font-size: 30px;
  content: counter(counter);
}
.scheme__item-title {
  color: #666;
}
@media (min-width: 768px) {
.scheme {
    margin: 48px 0 72px;
}
.scheme__list {
    max-width: 982px;
    margin: 0 auto;
}
.scheme__item {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 16px;
    gap: 16px;
    padding: 0 83px;
}
.scheme__item:not(:last-child)::before {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 83px;
    height: calc(100% + 32px);
    content: "";
    background: url(../img/components/scheme/dashed.svg) no-repeat;
    background-size: 100% 100%;
}
.scheme__item:nth-of-type(2n)::before {
    right: auto;
    left: 0;
    transform: scale(-1, 1);
}
.scheme__item:nth-of-type(2n) .scheme__item-info {
    order: -1;
}
.scheme__item-info {
    padding: 0 10px;
}
.scheme__item-info::before {
    font-size: 38px;
}
}
.home-faq {
  padding: 24px 0 48px;
  background: #f6f6f6;
}
.home-faq__container {
  width: 100%;
  max-width: 1046px;
  padding-right: 24px;
  padding-left: 24px;
  margin-right: auto;
  margin-left: auto;
}
.home-faq__header {
  margin: 0 0 32px;
}
@media (min-width: 768px) {
.home-faq {
    padding: 48px 0;
}
}
@media (min-width: 992px) {
.home-faq__container {
    display: grid;
    grid-template-columns: 378px 1fr;
    grid-gap: 32px;
    gap: 32px;
}
.home-faq__header .title,
.home-faq__header .reviews__full-link {
    display: block;
    text-align: left;
}
}
.instagram {
  margin: 24px 0 48px;
}
.instagram__box {
  position: relative;
  min-height: 300px;
  overflow: hidden;
}
.instagram__actions {
  display: flex;
  justify-content: center;
  margin: 16px 0 0;
}
.socials {
  position: relative;
  display: flex;
  justify-content: center;
}
.socials__list {
  display: flex;
  padding: 0;
  margin: 0 -4px;
  list-style: none;
}
.socials__item {
  width: 44px;
  margin: 0 4px;
}
.socials__link {
  position: relative;
  display: flex;
  height: 44px;
  overflow: hidden;
}
.socials__link svg {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.socials__link:hover, .socials__link:focus {
  text-decoration: none;
}
.home-contacts {
  padding: 32px 0 48px;
  background: #f6f6f6;
}
.home-contacts .socials {
  display: block;
}
@media (min-width: 768px) {
.home-contacts {
    margin-bottom: -48px;
}
}
@media (min-width: 992px) {
.home-contacts .contacts__item {
    position: relative;
    left: 50%;
    background: none;
    border: 0;
    box-shadow: none;
}
.home-contacts__title {
    text-align: center;
}
}
.pagination {
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 32px 0 0;
  font-size: 0.8888888889rem;
  font-weight: bold;
  list-style: none;
}
.pagination__item {
  padding: 10px 7px;
  background: #f6f6f6;
}
.pagination__item:first-child,
.pagination__item:last-child {
  background: none;
}
.pagination__item:nth-of-type(2) {
  border-radius: 5px 0 0 5px;
}
.pagination__item:nth-last-of-type(2) {
  border-radius: 0 5px 5px 0;
}
.pagination__link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  height: 34px;
  padding: 0 3px;
  margin: 0 3px;
  line-height: 34px;
  color: inherit;
  text-decoration: none;
  border-radius: 3px;
}
.pagination__link.is-active {
  color: #fff;
  text-align: center;
  background: #666;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
}
.pagination__arrow-text {
  display: none;
}
@media (min-width: 768px) {
.pagination {
    margin-top: 48px;
}
.pagination__arrow-text {
    display: block;
    margin: 0 8px;
}
}
.breadcrumbs {
  width: 100%;
  max-width: 1248px;
  padding-right: 24px;
  padding-left: 24px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 16px;
}
.breadcrumbs__list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  overflow: hidden;
  list-style: none;
}
.breadcrumbs__item:not([aria-current]) {
  display: none;
}
.breadcrumbs__current-link {
  display: block;
  padding: 12px 12px 12px 39px;
  text-decoration: none;
  background: #f6f6f6 url("data:image/svg+xml,%3csvg width='16' height='17' viewBox='0 0 16 17' xmlns='http://www.w3.org/2000/svg' fill='%23686b6f'%3e %3cpath d='M16 7.4899V9.5101H3.87879L9.43434 15.0657L8 16.5L-1.54129e-07 8.5L8 0.5L9.43434 1.93434L3.87879 7.4899H16Z' fill='%23686b6f' /%3e %3c/svg%3e") 10px 50% no-repeat;
  background-size: 16px auto;
  border: 1px solid #d4d4d4;
  border-radius: 5px;
}
@media (min-width: 768px) {
.breadcrumbs__item:not([aria-current]) {
    display: flex;
}
.breadcrumbs__item {
    display: flex;
    align-items: center;
    margin: 0 0 6px;
    font-size: 16px;
    line-height: normal;
    color: #333;
}
.breadcrumbs__item:first-child {
    color: #686b6f;
}
.breadcrumbs__item:not(:first-child)::before {
    display: block;
    margin: 0 10px;
    font-size: 14px;
    content: ">";
}
.breadcrumbs__link {
    color: inherit;
    text-decoration: none;
}
.breadcrumbs__current-link {
    padding: 0;
    color: #c4c4c4;
    background: none;
    border: 0;
}
}
.service {
  position: relative;
  margin: 0 0 48px;
  color: #000;
}
.service__list {
  display: grid;
  grid-gap: 32px;
  gap: 32px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.service__item {
  padding-top: 24px;
  background: url("data:image/svg+xml,%3csvg width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg' fill='%233f67f7'%3e %3ccircle cx='8' cy='8' r='8' fill='%233f67f7' /%3e %3c/svg%3e") no-repeat;
  background-size: 16px auto;
}
.service__item-title {
  font-weight: bold;
}
.service__actions {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 8px;
  gap: 8px;
  max-width: 508px;
  margin: 32px auto 0;
}
@media (min-width: 992px) {
.service__list {
    background: url("data:image/svg+xml,%3csvg width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg' fill='%23fafafa'%3e %3ccircle cx='8' cy='8' r='8' fill='%23fafafa' /%3e %3c/svg%3e") 50% 50% no-repeat;
    background-size: 220px auto;
}
.service__item {
    position: relative;
    width: 45%;
}
.service__item:nth-of-type(1) {
    left: 50%;
    transform: translate(-50%, 0);
}
.service__item:nth-of-type(2), .service__item:nth-of-type(3) {
    grid-row: 2;
    grid-column: 1;
}
.service__item:nth-of-type(3) {
    left: 55%;
}
.service__item:nth-of-type(4), .service__item:nth-of-type(5) {
    grid-row: 3;
    grid-column: 1;
    width: 40%;
}
.service__item:nth-of-type(4) {
    left: 10%;
}
.service__item:nth-of-type(5) {
    left: 50%;
}
.service__actions {
    margin-top: 48px;
}
}
.footer {
  position: relative;
  z-index: 2;
  background: #eaeaea;
  border: 1px solid #c4c4c4;
  border-radius: 40px 40px 0 0;
}
.footer__nav1 {
  padding: 26px 0;
}
.footer__nav1-container {
  width: 100%;
  max-width: 1248px;
  padding-right: 24px;
  padding-left: 24px;
  margin-right: auto;
  margin-left: auto;
}
.footer__nav1-list {
  display: grid;
  grid-gap: 16px;
  gap: 16px;
  padding: 0;
  margin: 0;
  font-size: 24px;
  text-align: center;
  list-style: none;
}
.footer__nav1-link {
  color: inherit;
  text-decoration: none;
}
.footer__nav1-link:hover, .footer__nav1-link:focus {
  color: inherit;
  text-decoration: underline;
}
.footer__mix-box {
  padding: 48px 0;
  color: #fff;
  text-align: center;
  background: #333;
}
.footer__mix-box-container {
  width: 100%;
  max-width: 1248px;
  padding-right: 24px;
  padding-left: 24px;
  margin-right: auto;
  margin-left: auto;
  display: grid;
  grid-gap: 24px;
  gap: 24px;
}
.footer__logo {
  display: flex;
  width: 161px;
  height: 72px;
  margin: 0 auto;
}
.footer__nav2-list {
  display: grid;
  grid-gap: 16px;
  gap: 16px;
  padding: 0;
  margin: 0;
  font-size: 24px;
  list-style: none;
}
.footer__nav2-link {
  color: inherit;
  text-decoration: none;
}
.footer__nav2-link:hover, .footer__nav2-link:focus {
  color: inherit;
  text-decoration: underline;
}
.footer__contacts-list {
  display: grid;
  grid-gap: 24px;
  gap: 24px;
  padding: 0;
  margin: 0;
  font-size: 24px;
  list-style: none;
}
.footer__contacts-phone {
  color: inherit;
  text-decoration: none;
  border-bottom: 2px dashed;
}
.footer__contacts-phone:hover, .footer__contacts-phone:focus {
  color: inherit;
  border-color: transparent;
}
.footer__socials {
  margin: 24px 0 0;
}
.footer__addresses {
  width: 100%;
  max-width: 1248px;
  padding-right: 24px;
  padding-left: 24px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 26px;
  padding-bottom: 32px;
  text-align: center;
}
.footer__addresses-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 36px;
  color: #000;
}
.footer__addresses-list {
  display: grid;
  grid-gap: 16px;
  gap: 16px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer__copyright {
  padding: 24px 24px;
  color: #d4d4d4;
  text-align: center;
  background: #333;
}
@media (min-width: 768px) {
.footer__addresses {
    display: flex;
    align-items: center;
    text-align: left;
}
.footer__addresses-title {
    flex-shrink: 0;
    margin-right: 70px;
}
.footer__addresses-list {
    flex-grow: 1;
}
.footer__copyright {
    padding-top: 16px;
    padding-bottom: 16px;
}
}
@media (min-width: 992px) {
.footer {
    border-radius: 0;
}
.footer__nav1 {
    padding: 16px 0;
}
.footer__nav1-list {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
}
.footer__mix-box {
    padding: 32px 0;
    text-align: left;
}
.footer__mix-box-container {
    display: flex;
}
.footer__logo {
    flex-shrink: 0;
    margin: 0;
}
.footer__nav2 {
    margin: 0 auto;
}
.footer__nav2-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 8px 48px;
    gap: 8px 48px;
    font-size: 18px;
}
.footer__contacts-list {
    font-size: 18px;
}
.footer__addresses {
    padding-top: 44px;
    padding-bottom: 52px;
}
.footer__addresses-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    grid-gap: 8px 60px;
    gap: 8px 60px;
}
}
@media (min-width: 1248px) {
.footer__mix-box-container {
    display: flex;
    justify-content: space-between;
}
.footer__nav2-list {
    grid-template-rows: repeat(4, auto);
    grid-template-columns: auto;
    grid-auto-flow: column;
}
}
.header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 3;
  padding: 13px 0;
  margin: 0 0 32px;
  background: #fff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}
.header__container {
  width: 100%;
  max-width: 1248px;
  padding-right: 24px;
  padding-left: 24px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__menu-btn {
  display: flex;
  align-items: center;
  height: 40px;
  padding: 12px;
  font-size: 16px;
  color: #000;
  background: #fff;
  border: 1px solid #eaeaea;
  border-radius: 5px;
}
.header__menu-btn-icon {
  flex-shrink: 0;
  margin-left: 15px;
}
.header__box {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100vh;
  pointer-events: none;
  visibility: hidden;
  background: #fff;
  opacity: 0;
  transition: opacity 0.3s, visibility 0s 0.3s, z-index 0s 0.3s;
}
@supports (-webkit-touch-callout: none) {
.header__box {
    height: -webkit-fill-available;
}
}
.header__box.is-active {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s;
}
.header__box-header {
  display: flex;
  justify-content: space-between;
  padding: 13px 24px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}
.header__nav {
  flex-grow: 1;
  min-height: 0;
  padding: 30px 24px;
}
.header__nav-list {
  height: 100%;
  padding: 0;
  margin: 0;
  overflow: auto;
  list-style: none;
}
.header__nav-link {
  display: flex;
  align-items: center;
  padding: 5px 0;
  font-size: 20px;
  color: inherit;
  text-decoration: none;
}
.header__nav-link:hover, .header__nav-link:focus {
  color: inherit;
  text-decoration: underline;
}
.header__nav-link.js-slide .header__nav-link-icon {
  transition: transform 0.3s;
  transform: rotate(180deg);
}
.header__nav-link.js-slide.is-open .header__nav-link-icon {
  transform: none;
}
.header__nav-link--more {
  display: none;
}
.header__nav-link-icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 36px;
}
.header__nav-more {
  padding: 0;
  margin: 0;
  list-style: none;
}
.header__nav2 {
  position: relative;
  height: 0;
  padding: 0 0 0 25px;
  margin: 0;
  overflow: hidden;
  list-style: none;
  transition: height 0.5s;
}
.header__contacts {
  position: relative;
  display: flex;
  padding: 16px 24px;
  box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.1);
}
.header__contacts .header__callback-btn {
  flex-grow: 1;
}
.header__callback-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  background: #3f67f7;
  border: 0;
  border-radius: 5px;
}
.header__callback-btn:hover, .header__callback-btn:focus {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
}
.header__callback-btn:active {
  background-color: #2f51cc;
  box-shadow: none;
}
.header__callback-btn-icon {
  flex-shrink: 0;
  margin-right: 6px;
}
.header__chat-btn {
  box-sizing: border-box;
  width: 44px;
  height: 44px;
  margin-left: 10px;
  color: #333;
  background: #fff;
  border: 1px solid #959595;
  border-radius: 5px;
}
.header__chat-btn:hover, .header__chat-btn:focus {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
}
.header__chat-btn:active {
  box-shadow: none;
}
.header__contacts-box {
  position: absolute;
  right: 24px;
  bottom: 100%;
  display: grid;
  grid-gap: 8px;
  gap: 8px;
  padding: 17px;
  font-size: 18px;
  pointer-events: none;
  visibility: hidden;
  background: #fff;
  border: 1px solid #c4c4c4;
  border-radius: 5px;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: opacity 0.3s, visibility 0s 0.3s;
}
.header__contacts-box::before {
  position: absolute;
  top: 100%;
  right: 10px;
  display: block;
  width: 19px;
  height: 9px;
  content: "";
  background: url("data:image/svg+xml,%3csvg fill='none' version='1.1' viewBox='0 0 19 9' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='m9.765 8.302-9.637-9.156h18.79z' fill='%23fff' stroke='%23c4c4c4'/%3e %3c/svg%3e") 50% 100% no-repeat;
  background-size: 19px auto;
}
.header__contacts-box.is-active {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s;
}
@media (min-width: 992px) {
.header__box-header,
.header__menu-btn {
    display: none;
}
.header__box {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    align-items: center;
    justify-content: space-between;
    width: auto;
    height: auto;
    pointer-events: auto;
    visibility: visible;
    background: none;
    opacity: 1;
    transition: opacity 0.3s;
}
.header__nav {
    flex-grow: 0;
    padding: 0;
    margin: 0 auto;
}
.header__nav-list {
    display: flex;
    align-items: center;
    overflow: visible;
}
.header__nav-item {
    position: relative;
}
.header__nav-link {
    padding: 10px;
    font-size: 16px;
}
.header__nav-link.js-slide .header__nav-link-icon {
    transform: none;
}
.header__nav-link--more {
    display: flex;
}
.header__nav-more,
.header__nav2 {
    position: absolute;
    top: 100%;
    left: 50%;
    height: auto !important;
    padding: 17px;
    overflow: visible;
    pointer-events: none;
    visibility: hidden;
    background: #fff;
    border: 1px solid #c4c4c4;
    border-radius: 5px;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
    opacity: 0;
    transition: opacity 0.3s, visibility 0s 0.3s;
    transform: translate(-50%, 13px);
}
.header__nav-more::before,
.header__nav2::before {
    position: absolute;
    bottom: 100%;
    left: 0;
    display: block;
    width: 100%;
    height: 60px;
    content: "";
    background: url("data:image/svg+xml,%3csvg fill='none' version='1.1' viewBox='0 0 19 9' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='m9.765 0.6982-9.637 9.156h18.79z' fill='%23fff' stroke='%23c4c4c4'/%3e %3c/svg%3e") 50% 100% no-repeat;
    background-size: 19px auto;
}
.header__nav-more[focus-within], .header__nav-more:hover, .header__nav-link:hover + .header__nav-more, .header__nav-link:focus + .header__nav-more,
.header__nav2[focus-within],
.header__nav2:hover,
.header__nav-link:hover + .header__nav2,
.header__nav-link:focus + .header__nav2 {
    pointer-events: auto;
    visibility: visible;
    opacity: 1;
    transition: opacity 0.3s;
}
.header__nav-more:focus-within, .header__nav-more:hover, .header__nav-link:hover + .header__nav-more, .header__nav-link:focus + .header__nav-more,
.header__nav2:focus-within,
.header__nav2:hover,
.header__nav-link:hover + .header__nav2,
.header__nav-link:focus + .header__nav2 {
    pointer-events: auto;
    visibility: visible;
    opacity: 1;
    transition: opacity 0.3s;
}
.header__contacts {
    padding: 0;
    box-shadow: none;
}
.header__contacts-box {
    top: 100%;
    right: 0;
    bottom: auto;
    transform: translate(0, 13px);
}
.header__contacts-box::before {
    top: auto;
    bottom: 100%;
    background-image: url("data:image/svg+xml,%3csvg fill='none' version='1.1' viewBox='0 0 19 9' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='m9.765 0.6982-9.637 9.156h18.79z' fill='%23fff' stroke='%23c4c4c4'/%3e %3c/svg%3e");
}
}
@media (min-width: 1248px) {
.header__callback-btn {
    width: 260px;
}
}
.main {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
.main {
    margin-bottom: 48px;
}
}


.reviews__filter-item input{
  width: 100%;
  height: 44px;
  padding: 0 30px 0 12px;
  margin: 0;
  font-family: inherit;
  font-size: 16px;
  line-height: 19px;
  color: #000;
  cursor: inherit;
  background-size: 12px auto;
  border: 1px solid #d4d4d4;
  border-radius: 6px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.header__phone--desktop {
  display: block;
}

.header__phone--mobile {
  display: none;
  /* Стили для мобильного телефона, например, отступы, цвет и т.д. */
  text-align: center;


}

@media (max-width: 992px) {
  .header__phone--desktop {
    display: none!important;
    margin-left: auto; /* чтобы прижать к навигации, если нужно */
    margin-right: 20px;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    text-decoration: none;
  }

  .header__phone--mobile {
    display: flex!important;
  }
  .header__phone--mobile svg {}
}

/*# sourceMappingURL=app.fc19.css.map*/

.reviews__item
{max-width: 33%;
  margin: 0 auto;}