/** COLORS: */
/** COLORS; */
/** GRADIENTS: */
/** GRADIENTS; */
.fade-fast-enter-active,
.fade-fast-leave-active {
  transition: 0.1s linear all;
}
.fade-fast-enter,
.fade-fast-leave-to {
  opacity: 0;
}
/*helpers*/
/*@import "helpers/_extend_ns";*/
.slider-item-domain {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  overflow: hidden;
  background-color: #000;
}
.slider-item-domain-container {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.slider-item-domain-title {
  display: flex;
  font-size: 60px;
  line-height: 70px;
  font-weight: 900;
  z-index: 1;
  color: #FFF;
}
@media (max-width: 1199.98px) {
  .slider-item-domain-title {
    font-size: 42px;
    line-height: 52px;
  }
}
@media (max-width: 639.98px) {
  .slider-item-domain-title {
    font-size: 32px;
    line-height: 42px;
  }
}
.slider-item-domain-title strong {
  position: relative;
  display: inline-block;
  line-height: 1;
  font-weight: 900;
}
.slider-item-domain-title strong:before {
  z-index: -1;
  content: '';
  position: absolute;
  display: block;
  height: 4px;
  width: 100%;
  bottom: -3px;
  left: 0;
}
.slider-item-domain-description {
  font-family: 'Courencies', 'Fira Sans', sans-serif;
  margin-top: 20px;
  font-size: 16px;
  line-height: 24px;
  color: #a6a6a6;
}
.slider-item-domain-description,
.slider-item-domain-title {
  width: 575px;
}
@media (max-width: 989.98px) {
  .slider-item-domain-description,
  .slider-item-domain-title {
    width: 380px;
  }
}
@media (max-width: 639.98px) {
  .slider-item-domain-description,
  .slider-item-domain-title {
    width: 100%;
  }
}
.slider-item-domain-image {
  width: 1000% / 12;
  height: 100%;
  position: absolute;
  z-index: 1;
  background: no-repeat center / cover;
  top: 0;
  left: 200% / 12;
  margin-top: 0;
}
@media (max-width: 639.98px) {
  .slider-item-domain-image {
    left: 0;
    width: 100%;
    height: 575px;
  }
}
.slider-item-domain-logo {
  margin-bottom: 53px;
  margin-top: 74px;
}
@media (max-width: 639.98px) {
  .slider-item-domain-logo {
    margin-top: 0;
    margin-bottom: 385px;
  }
}
.slider-item-domain-btn {
  font-size: 14px;
  line-height: 16px;
  margin-top: 40px;
}
.slider-item-domain-btn > span {
  padding: 16px 21px;
}
.slider-item-domain-title,
.slider-item-domain-description,
.slider-item-domain-btn,
.slider-item-domain-logo {
  position: relative;
  z-index: 2;
}
@media (max-width: 639.98px) {
  .slider-item-domain-title,
  .slider-item-domain-description {
    width: 280px;
  }
}
.slider-item-domain-content {
  z-index: 3;
  position: relative;
  height: 100%;
}
@media (max-width: 639.98px) {
  .slider-item-domain-content {
    margin: 0 0 140px;
    padding: 25px 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .slider-item-domain-content:after {
    content: '';
    z-index: 1;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 590px;
    background-image: -webkit-linear-gradient(90, #000 20.25%, rgba(0, 0, 0, 0) 73.25%);
    background-image: -moz-linear-gradient(90, #000 20.25%, rgba(0, 0, 0, 0) 73.25%);
    background-image: -ms-linear-gradient(90, #000 20.25%, rgba(0, 0, 0, 0) 73.25%);
    background-image: -o-linear-gradient(90, #000 20.25%, rgba(0, 0, 0, 0) 73.25%);
    background-image: linear-gradient(0, #000 20.25%, rgba(0, 0, 0, 0) 73.25%);
  }
}
.slider-item-domain-door {
  position: absolute;
  bottom: 0;
  right: 240px;
  height: 570px;
  width: 316px;
  display: flex;
}
@media (max-width: 1199.98px) {
  .slider-item-domain-door {
    right: 100px;
    height: 365px;
    width: 200px;
  }
}
@media (max-width: 989.98px) {
  .slider-item-domain-door {
    height: 320px;
    width: 170px;
    right: 40px;
  }
}
@media (max-width: 639.98px) {
  .slider-item-domain-door {
    height: 378px;
    width: 194px;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: auto;
    top: 161px;
    z-index: 0;
  }
}
.slider-item-domain-door-item {
  position: relative;
  width: 100%;
  height: 0;
  margin: 0 -25%;
  padding-bottom: 195%;
  background: center bottom / contain no-repeat;
  margin-bottom: -47px;
}
.slider-item-domain-door-item.in {
  bottom: -46px;
  z-index: 3;
}
.slider-item-domain-door-item.out {
  z-index: 5;
  filter: drop-shadow(30px 64px 15px rgba(0, 0, 0, 0.6));
}
.slider-item-domain:after {
  content: '';
  z-index: 2;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(0deg, #000 19%, rgba(0, 0, 0, 0.35) 60%);
  background-image: -moz-linear-gradient(0deg, #000 19%, rgba(0, 0, 0, 0.35) 60%);
  background-image: -ms-linear-gradient(0deg, #000 19%, rgba(0, 0, 0, 0.35) 60%);
  background-image: -o-linear-gradient(0deg, #000 19%, rgba(0, 0, 0, 0.35) 60%);
  background-image: linear-gradient(90deg, #000 19%, rgba(0, 0, 0, 0.35) 60%);
}
@media (max-width: 639.98px) {
  .slider-item-domain:after {
    background-image: -webkit-linear-gradient(90, #000 20.25%, rgba(0, 0, 0, 0.35) 73.25%);
    background-image: -moz-linear-gradient(90, #000 20.25%, rgba(0, 0, 0, 0.35) 73.25%);
    background-image: -ms-linear-gradient(90, #000 20.25%, rgba(0, 0, 0, 0.35) 73.25%);
    background-image: -o-linear-gradient(90, #000 20.25%, rgba(0, 0, 0, 0.35) 73.25%);
    background-image: linear-gradient(0, #000 20.25%, rgba(0, 0, 0, 0.35) 73.25%);
    height: 575px;
  }
}
.slider-item-domain.door-theme\:apartment .slider-item-domain-title strong:before {
  background: #5BC8FF;
}
.slider-item-domain.door-theme\:cottage .slider-item-domain-title strong:before {
  background: #FFA337;
}
.slider-item-domain.door-theme\:electra .slider-item-domain-title strong:before {
  background: #BFBFBF;
}
.slider-item-domain.no-image {
  background: #FAFAFA;
}
.slider-item-domain.no-image .slider-item-domain-title {
  color: #000;
}
.slider-item-domain.no-image .slider-item-domain-description {
  color: #a6a6a6;
}
.slider-item-domain.no-image:after {
  background: transparent!important;
}
.designers-contacts {
  display: flex;
  background-color: #000;
}
@media (max-width: 1199.98px) {
  .designers-contacts {
    flex-direction: column;
  }
}
.designers-contacts-title {
  flex-shrink: 0;
  padding: 46px 105px;
  font-weight: 900;
  font-size: 32px;
  line-height: 36px;
  color: #FFF;
  border-right: 1px solid #333333;
}
@media (max-width: 1199.98px) {
  .designers-contacts-title {
    padding: 14px 15px;
    text-align: center;
    font-size: 24px;
    line-height: 32px;
    border-right: 0;
    border-bottom: 1px solid #333333;
  }
}
@media (max-width: 639.98px) {
  .designers-contacts-title {
    font-size: 20px;
    line-height: 24px;
  }
}
.designers-contacts-links {
  display: flex;
  position: relative;
  flex-grow: 1;
  overflow: hidden;
  --move-initial: -10%;
  --move-final: -60%;
}
.designers-contacts-links:after,
.designers-contacts-links:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100px;
  top: 0;
  z-index: 1;
  pointer-events: none;
}
.designers-contacts-links:before {
  left: 0;
  background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}
.designers-contacts-links:after {
  right: 0;
  background: linear-gradient(-90deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}
.designers-contacts-links-inner {
  width: fit-content;
  display: flex;
  position: relative;
  transform: translate3d(var(--move-initial), 0, 0);
  animation: textRepeat 25s linear infinite;
}
.designers-contacts-links-inner:hover {
  animation-play-state: paused;
}
.designers-contacts-links-content {
  display: flex;
  align-items: center;
}
.designers-contacts-link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 100px;
  height: 100%;
  font-weight: 900;
  font-size: 24px;
  line-height: 22px;
  color: #666666;
  transition: 0.3s linear color, 0.3s linear background-color;
}
@media (max-width: 1599.98px) {
  .designers-contacts-link {
    padding: 0 50px;
  }
}
@media (max-width: 1199.98px) {
  .designers-contacts-link {
    padding: 39px 50px;
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 989.98px) {
  .designers-contacts-link {
    padding: 39px 30px;
  }
}
@media (max-width: 639.98px) {
  .designers-contacts-link {
    padding: 39px 25px;
  }
}
.designers-contacts-link:hover {
  color: #FFF;
  background: rgba(255, 255, 255, 0.1);
}
@keyframes textRepeat {
  0% {
    transform: translate3d(var(--move-initial), 0, 0);
  }
  100% {
    transform: translate3d(var(--move-final), 0, 0);
  }
}
.block-title {
  font-size: 60px;
  line-height: 70px;
  font-weight: 900;
  text-align: center;
  color: #000;
}
@media (max-width: 1199.98px) {
  .block-title {
    font-size: 42px;
    line-height: 52px;
  }
}
@media (max-width: 989.98px) {
  .block-title {
    font-size: 32px;
    line-height: 42px;
  }
}
.block-subtitle {
  font-size: 42px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 1199.98px) {
  .block-subtitle {
    font-size: 36px;
  }
}
@media (max-width: 989.98px) {
  .block-subtitle {
    font-size: 24px;
  }
}
@supports (-webkit-background-clip: text) and (-webkit-text-fill-color: transparent) {
  .block-subtitle.blue {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-linear-gradient(-33deg, #5BC8FF, #1470CC);
    background-image: -moz-linear-gradient(-33deg, #5BC8FF, #1470CC);
    background-image: -ms-linear-gradient(-33deg, #5BC8FF, #1470CC);
    background-image: -o-linear-gradient(-33deg, #5BC8FF, #1470CC);
    background-image: linear-gradient(123deg, #5BC8FF, #1470CC);
  }
}
.block-subtitle.white {
  color: #fff;
}
.service-top-slide {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 874px;
  padding-left: 100px;
  background-size: cover;
  background-position: 66% center;
}
@media (max-width: 1599.98px) {
  .service-top-slide {
    padding: 202px 35px;
  }
}
@media (max-width: 1199.98px) {
  .service-top-slide {
    height: 700px;
    padding-top: 263px;
  }
}
@media (max-width: 639.98px) {
  .service-top-slide {
    padding: 50px 30px 0 15px;
    height: 600px;
  }
}
.service-top-slide:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: -webkit-linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -moz-linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -ms-linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -o-linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  background-color: rgba(0, 0, 0, 0.1);
}
.service-top-slide-title {
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
  font-weight: 900;
  font-size: 60px;
  line-height: 70px;
  color: #FFFFFF;
}
@media (max-width: 1199.98px) {
  .service-top-slide-title {
    max-width: 483px;
    margin-bottom: 20px;
    font-size: 42px;
    line-height: 52px;
  }
}
@media (max-width: 639.98px) {
  .service-top-slide-title {
    font-size: 32px;
    line-height: 40px;
  }
}
.service-top-slide-description {
  max-width: 562px;
  margin-bottom: 60px;
  font-size: 20px;
  line-height: 28px;
  font-family: 'Courencies', 'Fira Sans', sans-serif;
  color: #FFFFFF;
  opacity: 0.5;
}
@media (max-width: 1199.98px) {
  .service-top-slide-description {
    font-size: 16px;
    line-height: 24px;
  }
}
.service-top-slide-btn {
  background: transparent !important;
}
.service-top-slide-btn > span {
  background: rgba(255, 255, 255, 0.1) !important;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 2px;
  transition: 0.3s linear background-color, 0.3s linear border-color;
}
@media (max-width: 639.98px) {
  .service-top-slide-btn {
    min-width: 240px !important;
  }
}
.service-top-slide-btn:hover > span {
  background: rgba(255, 255, 255, 0.35) !important;
  border-color: #FFFFFF;
  color: #FFFFFF !important;
}
.service-top-slide-breadcrumbs {
  padding-bottom: 15px;
}
nav.service-top-slide-breadcrumbs > ul > li > * {
  color: #FFF;
  opacity: 0.5;
}
nav.service-top-slide-breadcrumbs > ul > li > .btn:hover {
  color: #FFF;
  opacity: 1;
}
.service-top-slide-back {
  opacity: 0.5;
  margin-bottom: 112px;
  transition: 0.3s linear border-color, 0.3s linear color, 0.3s linear opacity;
}
.service-top-slide-back .long-arrow {
  width: 20px;
  margin-bottom: -2px;
  margin-right: 8px;
  margin-left: 0;
  transition: 0.3s linear width, 0.3s linear margin-left;
}
.service-top-slide-back:hover {
  opacity: 1;
}
.service-top-slide-back:hover .long-arrow {
  width: 30px;
  margin-left: -10px;
}
.service-top-slide-main {
  justify-content: flex-start;
  padding-top: 30px;
  height: 800px;
}
@media (max-width: 1599.98px) {
  .service-top-slide-main {
    padding: 35px;
  }
}
@media (max-width: 1199.98px) {
  .service-top-slide-main {
    height: 650px;
    padding-top: 0;
  }
}
@media (max-width: 639.98px) {
  .service-top-slide-main {
    padding: 50px 30px 0 15px;
    height: 600px;
  }
}
.service-top-slide-main .service-top-slide-title {
  margin-bottom: 20px;
}
.service-btn {
  min-width: 250px;
}
@media (max-width: 639.98px) {
  .service-btn {
    min-width: 180px;
    display: block;
  }
}
.service-btn > span {
  padding: 17px 21px;
}
@media (max-width: 639.98px) {
  .service-btn > span {
    padding: 12px 14px;
  }
}
.service-about {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 800px;
  background-color: #FAFAFA;
  text-align: center;
}
@media (max-width: 639.98px) {
  .service-about {
    height: 600px;
  }
}
.service-about-description {
  max-width: 1200px;
  margin: 0 35px 60px;
  font-size: 32px;
  line-height: 48px;
  color: #BFBFBF;
}
@media (max-width: 1199.98px) {
  .service-about-description {
    font-size: 24px;
    line-height: 40px;
  }
}
@media (max-width: 639.98px) {
  .service-about-description {
    margin: 0 15px 40px;
    font-size: 18px;
    line-height: 28px;
  }
}
.service-about-description > span {
  font-weight: bold;
}
@supports (-webkit-background-clip: text) and (-webkit-text-fill-color: transparent) {
  .service-about-description > span {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-linear-gradient(-2.519999999999996deg, #5BC8FF, #1470CC);
    background-image: -moz-linear-gradient(-2.519999999999996deg, #5BC8FF, #1470CC);
    background-image: -ms-linear-gradient(-2.519999999999996deg, #5BC8FF, #1470CC);
    background-image: -o-linear-gradient(-2.519999999999996deg, #5BC8FF, #1470CC);
    background-image: linear-gradient(92.52deg, #5BC8FF, #1470CC);
  }
}
.service-about-portalle {
  width: 180px;
  height: 36px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%22180%22%20height%3D%2236%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M33.893%2031.466h-3.141l-2.898-3.048V7.154L30.7%204.321h3.243L36.8%207.154v21.264l-2.907%203.049zm131.038%204.197h15.061v-4.27h-10.71V19h8.055v-4.27h-8.055V4.386H180V.116h-15.061l-.008%2035.547zM4.343%2018.29h5.04l2.973-3.09V7.27L9.425%204.387H4.343V18.29zM0%2035.696V.116h11.205l5.536%205.361v11.425l-5.494%205.66H4.343v13.126L0%2035.696zm78.37-31.73h-8.206V.115h20.848v3.85h-8.299v31.722H78.37V3.965zm-24.998.47v13.598h4.343l2.949-3.164V7.32l-2.898-2.884h-4.393zm14.045%2031.252h-4.712l-5.586-13.383h-3.746v13.383H49.03V.116h10.483l5.493%205.452v11.004l-3.864%204.08%206.275%2015.036zm57.959-23.652l2.923-3.04V7.03l-2.873-2.809h-3.242l-2.856%202.81v1.965l2.906%203.04h3.142zm.621%204.23v15.316h10.265v4.081h-14.599V16.266h-1.293l-5.292-5.617V5.312L120.42%200h6.837l5.368%205.312v5.337l-5.368%205.617h-1.26zm-19.882%205.965h-6.216l2.638-17.844h.915l2.663%2017.844zm-12.6%2013.432H97.9l1.394-9.153h7.434l1.369%209.153h4.385L107.207.14h-8.4l-5.292%2035.523zm54.801-23.602l2.881-3.048V7.055l-2.856-2.809h-3.267l-2.856%202.809v1.958l2.906%203.048h3.192zm10.92%2019.546v4.08h-14.658v-19.42h-1.277l-5.351-5.618V5.337L143.352%200h6.812l5.392%205.312v5.328l-5.392%205.618h-1.252v15.349h10.324zM41.159%205.403L35.767.09h-6.838l-5.41%205.312v24.643l5.326%205.642h6.888l5.426-5.642V5.403z%22%20fill%3D%22%23DBDBDB%22%2F%3E%3C%2Fsvg%3E");
}
.service-info-block {
  padding: 150px 0;
}
@media (max-width: 989.98px) {
  .service-info-block {
    padding: 100px 0;
  }
}
.service-info-block h3 {
  margin-bottom: 60px;
}
@media (max-width: 989.98px) {
  .service-info-block h3 {
    margin-bottom: 40px;
  }
}
.service-info-card {
  max-width: 780px;
  margin: auto;
  margin-bottom: 40px;
}
.service-info-card:last-of-type {
  margin-bottom: 0;
}
.service-info-card-title {
  position: relative;
  padding: 21px 10px;
  background-color: #FAFAFA;
  font-weight: bold;
  font-size: 28px;
  line-height: 38px;
  text-align: center;
  margin-bottom: 4px;
  color: #000;
}
@media (max-width: 639.98px) {
  .service-info-card-title {
    font-size: 24px;
    line-height: 32px;
  }
}
.service-info-card-title:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 4px;
  top: 0;
  left: 0;
  background-image: -webkit-linear-gradient(-2.519999999999996deg, #5BC8FF, #1470CC);
  background-image: -moz-linear-gradient(-2.519999999999996deg, #5BC8FF, #1470CC);
  background-image: -ms-linear-gradient(-2.519999999999996deg, #5BC8FF, #1470CC);
  background-image: -o-linear-gradient(-2.519999999999996deg, #5BC8FF, #1470CC);
  background-image: linear-gradient(92.52deg, #5BC8FF, #1470CC);
}
.service-info-card-description {
  padding: 25px;
  margin-bottom: 4px;
  background-color: #FAFAFA;
  font-size: 18px;
  line-height: 30px;
  font-family: 'Courencies', 'Fira Sans', sans-serif;
  color: #a6a6a6;
}
.service-info-card-description:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 639.98px) {
  .service-info-card-description {
    font-size: 16px;
    line-height: 24px;
  }
}
.service-info-card-description a {
  color: #5BC8FF;
  text-decoration: underline;
}
.service-info-card-description a:hover {
  text-decoration: none;
}
.service-info-card-subtitle {
  display: flex;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 2px solid #F0F0F0;
  font-weight: 700;
  color: #000;
}
.service-info-card-subtitle span {
  color: #2E96E5;
  margin-right: 5px;
}
.service-info-card-subtitle b {
  margin-left: auto;
  color: #2ABF1D;
  font-family: 'Courencies', 'Roboto', sans-serif;
  font-weight: 400;
}
.service-info-card + h3 {
  margin-top: 100px;
}
.service-registration-data {
  background: #000000;
}
.service-registration-data-title {
  background: rgba(255, 255, 255, 0.05);
  padding: 7px 0 9px;
  text-align: center;
  color: #FFFFFF;
  font-weight: 900;
  font-size: 20px;
  line-height: 24px;
}
.service-registration-data-content {
  display: flex;
  padding: 60px 0 65px;
}
@media (max-width: 989.98px) {
  .service-registration-data-content {
    flex-wrap: wrap;
  }
}
.service-registration-data-column {
  margin-right: 130px;
}
@media (max-width: 1599.98px) {
  .service-registration-data-column {
    margin-right: 70px;
  }
}
@media (max-width: 989.98px) {
  .service-registration-data-column {
    width: calc(100% / 2 - 70px);
  }
}
@media (max-width: 639.98px) {
  .service-registration-data-column {
    width: calc(100% - 70px);
  }
}
.service-registration-data-item {
  margin-bottom: 20px;
}
.service-registration-data-item-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  margin-bottom: 5px;
  white-space: nowrap;
}
.service-registration-data-item-text {
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #a6a6a6;
}
.service-shops-block {
  background-color: #000;
  padding-top: 150px;
  padding-bottom: 150px;
}
@media (max-width: 989.98px) {
  .service-shops-block {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.service-shops-content {
  padding-top: 60px;
  padding-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
@media (max-width: 639.98px) {
  .service-shops-content {
    margin: 0 -15px;
    padding-bottom: 20px;
  }
}
.service-shops-item {
  position: relative;
  width: calc(100% / 3 - 40px);
  min-height: 180px;
  margin: 0 auto 40px;
  padding: 25px 50px 25px 35px;
  border: 1px solid #333333;
}
@media (max-width: 989.98px) {
  .service-shops-item {
    width: calc(100% / 2 - 40px);
  }
}
@media (max-width: 639.98px) {
  .service-shops-item {
    width: calc(100% - 30px);
  }
}
.service-shops-item-number {
  font-weight: 900;
  font-size: 60px;
  line-height: 70px;
  color: #333333;
  position: absolute;
  top: 5px;
  right: 14px;
}
.service-shops-item-type {
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 19px;
  color: #2E96E5;
}
.service-shops-item-title {
  margin-bottom: 10px;
  font-weight: 900;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
}
.service-shops-item-description {
  font-size: 14px;
  line-height: 22px;
  font-family: 'Courencies', 'Fira Sans', sans-serif;
  color: #a6a6a6;
}
.service-shops-btn {
  min-width: 200px;
}
.service-shops-btn > span {
  padding: 13px 10px;
}
.service-shops-btn .outer-link {
  margin-left: 5px;
  margin-top: -2px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20overflow%3D%22scroll%22%3E%3Cpath%20d%3D%22M11.65%2011.65H0.35V0.35h3.85v1.3H1.65V10.35H10.35V8.15h1.3z%22%20fill%3D%22%23FFF%22%2F%3E%3C%2Fsvg%3E");
  opacity: 1;
}
.service-shops-btn .outer-link:after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227%22%20height%3D%227%22%3E%3Cpolygon%20points%3D%221.1%2C6.8%200.2%2C5.9%204.6%2C1.5%201.2%2C1.5%201.2%2C0.2%206.8%2C0.2%206.8%2C5.8%205.5%2C5.8%205.5%2C2.4%22%20fill%3D%22%23FFF%22%2F%3E%3C%2Fsvg%3E");
}
.service-shops-btn:hover .outer-link {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20overflow%3D%22scroll%22%3E%3Cpath%20d%3D%22M11.65%2011.65H0.35V0.35h3.85v1.3H1.65V10.35H10.35V8.15h1.3z%22%20fill%3D%22%235BC8FF%22%2F%3E%3C%2Fsvg%3E");
}
.service-shops-btn:hover .outer-link:after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227%22%20height%3D%227%22%3E%3Cpolygon%20points%3D%221.1%2C6.8%200.2%2C5.9%204.6%2C1.5%201.2%2C1.5%201.2%2C0.2%206.8%2C0.2%206.8%2C5.8%205.5%2C5.8%205.5%2C2.4%22%20fill%3D%22%235BC8FF%22%2F%3E%3C%2Fsvg%3E");
}
.service-shops-btn-container {
  display: flex;
  justify-content: center;
}
.service-inner-hider {
  margin-top: 150px;
  margin-bottom: 150px;
}
@media (max-width: 989.98px) {
  .service-inner-hider {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
.service-more {
  text-align: center;
  padding-top: 150px;
  padding-bottom: 100px;
  border-top: 1px solid #F0F0F0;
}
@media (max-width: 989.98px) {
  .service-more {
    padding-top: 100px;
    padding-bottom: 40px;
  }
}
.service-more-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.service-more-description {
  max-width: 450px;
  margin: 40px 0 20px;
  font-size: 19px;
  line-height: 26px;
  font-family: 'Courencies', 'Fira Sans', sans-serif;
  color: #a6a6a6;
}
.service-more-phone {
  margin: 40px 0 -30px;
  font-weight: 900;
  font-size: 42px;
  line-height: 50px;
  color: #000;
}
@media (max-width: 639.98px) {
  .service-more-phone {
    font-size: 36px;
    line-height: 42px;
    margin-top: 20px;
  }
}
.service-steps {
  padding: 150px 0;
}
@media (max-width: 989.98px) {
  .service-steps {
    padding-top: 100px;
    padding-bottom: 40px;
  }
}
.service-steps-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px -40px;
  padding-top: 60px;
}
@media (max-width: 639.98px) {
  .service-steps-list {
    margin: 0 -15px;
    padding-bottom: 20px;
  }
}
.service-steps-item {
  position: relative;
  width: calc(100% / 3 - 40px);
  min-height: 210px;
  margin: 0 auto 40px;
  padding: 25px 50px 25px 35px;
  border: 1px solid #DBDBDB;
  background-color: #FAFAFA;
}
@media (max-width: 989.98px) {
  .service-steps-item {
    width: calc(100% / 2 - 40px);
  }
}
@media (max-width: 639.98px) {
  .service-steps-item {
    width: calc(100% - 30px);
  }
}
.service-steps-item-number {
  font-size: 16px;
  line-height: 19px;
  color: #2E96E5;
  margin-bottom: 5px;
}
.service-steps-item-title {
  padding-right: 30px;
  font-weight: 900;
  font-size: 20px;
  line-height: 24px;
  color: #000;
  margin-bottom: 10px;
}
.service-steps-item-title span {
  color: #BFBFBF;
  font-size: 14px;
  line-height: 24px;
}
.service-steps-item-description {
  font-size: 14px;
  line-height: 22px;
  color: #a6a6a6;
  font-family: 'Courencies', 'Fira Sans', sans-serif;
}
.service-steps-item-icon {
  pointer-events: none;
  position: absolute;
  top: 8px;
  right: 10px;
  background-position: center;
  background-repeat: no-repeat;
  width: 70px;
  height: 70px;
}
.service-contacts-points {
  padding: 20px 0;
}
.service-contacts-hider {
  margin-bottom: 50px;
}
.service-fat-group {
  display: flex;
  flex-wrap: wrap;
  padding: 0 10px;
  justify-content: space-between;
  align-items: flex-start;
  margin: 70px 0 190px;
}
@media (max-width: 1199.98px) {
  .service-fat-group {
    margin-bottom: 140px;
    padding: 0;
  }
}
.service-fat-item {
  margin: 10px -10px;
  width: 50%;
}
@media (max-width: 1199.98px) {
  .service-fat-item {
    margin: 10px 0;
    width: 100%;
  }
}
.service-faqs-list {
  max-width: 680px;
  margin: 150px auto;
}
.anchor {
  position: relative;
  display: block;
  top: -67px;
  padding: 1px;
  height: 0;
}
/*# sourceMappingURL=service.css.map */