@charset "UTF-8";
@import url("fonts/montserrat.css");
@import url("fonts/manrope.css");
h2 {
  font-family: "Cuprum", sans-serif;
  word-break: break-word;
  font-optical-sizing: auto;
  line-height: 100%;
  font-weight: 400;
  font-style: normal;
  font-size: calc(68px + 1.25vw);
}
@media (max-width: 575px) {
  h2 {
    font-size: 34px;
  }
}

.white-link {
  color: #fff !important;
}
.white-link:hover {
  color: #FF0059 !important;
}

a.color-warning {
  color: #FF0059 !important;
}
a.color-warning:hover {
  color: #a4023a !important;
}

h1 {
  font-family: "Cuprum", sans-serif;
  font-optical-sizing: auto;
  line-height: 100%;
  font-weight: 400;
  font-style: normal;
  font-size: calc(72px + 1.25vw);
  word-break: break-word;
}
@media (max-width: 576px) {
  h1 {
    font-size: calc(42px + 1.2vw);
  }
}

.owl-carousel {
  display: block;
}
.owl-carousel .owl-stage {
  display: flex;
}
.owl-carousel .owl-dots .active span {
  background-color: #FF0059 !important;
}
.owl-carousel .owl-item img {
  border-radius: 10px;
}

html, body {
  font-family: "Manrope", sans-serif;
  font-size: calc(16px + 0.225vw);
}
html a, body a {
  color: #000 !important;
  text-decoration: none !important;
}

.uvedomlenie-wrap {
  position: fixed;
  max-width: 300px !important;
  top: 20px;
  right: 10px;
  z-index: 99999999;
  color: #444C6C !important;
}
.uvedomlenie-wrap #uvedomlenie {
  border: 1px #444C6C solid !important;
  max-width: 300px !important;
}
.uvedomlenie-wrap .uvedomlenie-header {
  background-color: #444C6C !important;
  color: #fff !important;
}
.uvedomlenie-wrap .uvedomlenie-header.bg-danger {
  background-color: #444C6C !important;
  color: #fff !important;
}
.uvedomlenie-wrap .uvedomlenie-telo {
  color: #444C6C !important;
  font-weight: 400 !important;
}
.uvedomlenie-wrap .uvedomlenie-telo a {
  text-decoration: none !important;
  margin-top: 10px;
  border-radius: 30px !important;
  color: #444C6C !important;
  background-color: #fff !important;
  padding: 10px 20px !important;
  border: 1px #444C6C solid;
}
.uvedomlenie-wrap .uvedomlenie-telo a:hover {
  color: #30364d !important;
  background-color: #FF0059 !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.uvedomlenie-wrap .uvedomlenie-telo hr {
  margin: 10px 0 30px 0;
}
.uvedomlenie-wrap .uvedomlenie-title {
  font-weight: 600 !important;
  text-transform: none !important;
}
.uvedomlenie-wrap .toast-header {
  border-bottom: none;
}

.wrap a:hover {
  color: #FF0059 !important;
}

.bg-info {
  background-color: #444C6C !important;
}

.bg-info-gradient {
  background: rgb(48, 54, 77);
  background: radial-gradient(circle, rgb(48, 54, 77) 10%, rgb(0, 0, 0) 91%, rgb(0, 0, 0) 100%);
}

.fonovaia-kartinka {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.fonovaia-kartinka > img {
  object-fit: cover;
  width: 100% !important;
  height: 100% !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}

.fonovaia-kartinka > .fonovaia-kartinka-wrap {
  position: relative;
  height: 100%;
  z-index: 100;
  background-color: rgba(42, 64, 102, 0.6);
}

a.btn {
  font-size: calc(12px + 0.2vw);
}

.btn.btn-info {
  background-color: #444C6C !important;
  border-color: #444C6C !important;
  border-radius: 30px !important;
  color: #fff !important;
}
.btn.btn-info:hover {
  background-color: #fff !important;
  border-color: #444C6C !important;
  color: #444C6C !important;
}

.btn.btn-warning {
  background-color: #FF0059 !important;
  border-color: #FF0059 !important;
  border-radius: 30px !important;
  color: #fff !important;
}
.btn.btn-warning:hover {
  background-color: #fff !important;
  border-color: #FF0059 !important;
  color: #FF0059 !important;
}

.form-switch .form-check-input {
  width: 3em !important;
}

.form-check-input {
  height: 20px !important;
  margin-top: 0.1em !important;
  margin-right: 10px !important;
}

.form-check-input:checked {
  background-color: #444C6C;
  border-color: #444C6C;
}

.form-check-input:focus {
  border-color: #a4023a;
  outline: 0;
  box-shadow: none;
}

.form-control:focus {
  border-color: #a4023a;
  outline: 0;
  box-shadow: none;
}

.br-20 {
  border-radius: 20px !important;
}

.br-100 {
  border-radius: 100% !important;
}

.br-top-100 {
  border-radius: 100% 100% 0 0 !important;
}

#cookie_note {
  display: none;
  position: fixed;
  bottom: 20px;
  left: 50%;
  max-width: 80%;
  transform: translateX(-50%);
  padding: 20px;
  background-color: white;
  border-radius: 4px;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
}

#cookie_note p {
  margin: 0;
  font-size: 0.9rem;
  text-align: left;
  color: black;
}

.cookie_accept {
  width: 28%;
}

@media (min-width: 1024px) {
  #cookie_note.show {
    display: flex;
    z-index: 1000000000;
  }
}
@media (max-width: 1023px) {
  #cookie_note.show {
    display: block;
    z-index: 1000000000;
    text-align: left;
  }
  .cookie_accept {
    width: 100%;
  }
}
body {
  background-color: #fafafa;
}

.projects .projectZakazchik img {
  height: 70px;
  object-fit: contain;
}

.br-start-20 {
  border-radius: 0 0 20px 20px;
}
@media (min-width: 992px) {
  .br-start-20 {
    border-radius: 20px 0 0 20px;
  }
}

.br-project-logo {
  border-radius: 0 0 70% 0;
}
@media (min-width: 992px) {
  .br-project-logo {
    border-radius: 15px 0 70% 0;
  }
}

.projectZakazchik {
  border-radius: 20px;
  color: white;
  height: 100%;
}
@media (min-width: 576px) {
  .projectZakazchik a.podrobnee {
    background-color: white !important;
  }
}
@media (max-width: 575px) {
  .projectZakazchik {
    color: black !important;
  }
  .projectZakazchik a.shadowButton {
    color: black !important;
    border: 1px solid black !important;
  }
  .projectZakazchik a.podrobnee {
    color: white !important;
  }
}
.projectZakazchik .fs-1 {
  line-height: 1.3 !important;
}

.projectZakazchik .text {
  font-size: 16px !important;
}
.projectZakazchik .text .h1 {
  font-size: calc((10px + 0.2vw) * 2.5) !important;
}

.br-start-15 {
  border-radius: 20px 0 0 20px;
  height: 100%;
}

.shadowButton {
  text-decoration: none;
  font-size: 14px;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 20px;
  background-color: white;
  color: black;
  border: 1px solid lightgray;
}
.shadowButton.active {
  background-color: lightgray;
  color: #FF0059 !important;
}

.shadowButton:hover {
  background-color: lightgray;
  color: black;
}

.project-card .shadowButton {
  text-decoration: none;
  font-size: 16px;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 20px;
  background-color: transparent;
  color: white !important;
  border: 1px solid white;
}
.project-card .shadowButton:hover {
  color: #FF0059 !important;
  border: 1px solid #FF0059;
  background-color: white;
}

.shadowButton1 {
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 20px;
  background-color: white;
  color: black;
  border: 1px solid lightgray;
}
.shadowButton1.active {
  background-color: lightgray;
  color: #FF0059 !important;
}

.shadowButton1:hover {
  background-color: lightgray;
  color: black;
}

.projectVideo {
  border-radius: 20px 20px 0 0;
}
@media (min-width: 992px) {
  .projectVideo {
    border-radius: 0 20px 20px 0;
    height: 100%;
  }
}

.projectVideo video, .projectVideo img {
  border-radius: 20px 20px 0 0;
}
@media (min-width: 992px) {
  .projectVideo video, .projectVideo img {
    border-radius: 0 20px 20px 0;
  }
}

.categorys {
  display: block;
  text-align: center;
}

.br-15 {
  border-radius: 20px;
}

.hero {
  background-size: cover;
  background-position: center;
  background-color: black;
  background-repeat: no-repeat;
  overflow: hidden;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  height: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  color: lightgray;
  text-align: center;
  font-size: 2em;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  animation: fadeIn 2s ease-in-out;
  position: relative;
}

.hero-usluga {
  background-size: cover;
  background-position: center;
  background-color: #7e7e7e;
  background-repeat: no-repeat;
  background-image: url("usluga-page.png");
  background-blend-mode: multiply;
  overflow: hidden;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  height: 100%;
  min-height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
  font-size: 4em;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  animation: fadeIn 2s ease-in-out;
  position: relative;
}

.hero .gradient h1 {
  color: #FF0059;
  background-image: -webkit-linear-gradient(270deg, #FF0059 50%, #87002f 67%);
  background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
}

.gradient-text1 {
  color: #FF0059;
  background-image: -webkit-linear-gradient(270deg, #FF0059 50%, #87002f 67%);
  background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
  font-size: 10vh;
  line-height: 1;
}

.counter-[class*=counter-] {
  counter-reset: count;
  animation: count 10s ease-in-out;
}

.counter-[class*=counter-]::after {
  content: counter(count);
  counter-increment: count;
}

@keyframes count {
  0% {
    counter-increment: count 0;
  }
  100% {
    counter-increment: count attr(class, 2);
  }
}
.spot {
  position: absolute;
  width: 100vw;
  height: 100vw;
  border-radius: 50%;
  transition: opacity 0.2s ease-in-out;
}

.spot img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  opacity: 0.35;
}

.gladDev {
  position: absolute;
  bottom: 0;
}
.gladDev .m50 {
  margin: 50% 0;
}
.gladDev p {
  font-size: 8vw;
  color: black;
  opacity: 0.4;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.list-pages {
  text-align: center;
}

.list-pages li {
  list-style-type: none;
  display: inline-block;
  margin: 20px;
  font-size: 18px;
}

.list-pages a {
  text-decoration: none;
}

.screenshot {
  width: 100%;
  object-fit: contain;
  border-radius: 20px;
  box-shadow: 0 0 10px 5px rgb(221, 221, 221);
}

.uslugi img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.usluga-card {
  border-radius: 20px;
  --s: 30px; /* the size on the corner */
  --t: 2px; /* the thickness of the border */
  --g: 30px; /* the gap between the border and image */
  padding: calc(var(--g) + var(--t));
  outline: var(--t) solid #444C6C; /* the color here */
  outline-offset: calc(-1 * var(--t));
  mask: conic-gradient(at var(--s) var(--s), rgba(0, 0, 0, 0) 75%, #000 0) 0 0/calc(100% - var(--s)) calc(100% - var(--s)), linear-gradient(#000 0 0) content-box;
}
.usluga-card img, .usluga-card a {
  transition: 0.7s;
}
@media (max-width: 575px) {
  .usluga-card img {
    width: 170px;
    height: auto;
  }
}
.usluga-card:hover {
  outline: var(--t) solid #FF0059; /* the color here */
  transition: 0.7s;
}
.usluga-card:hover .usluga_name {
  color: #FF0059 !important;
  transition: 0.7s !important;
}
.usluga-card:hover img {
  -webkit-filter: drop-shadow(0 0 15px #FF0059);
  padding: 20px;
}

.usluga_name {
  text-align: center;
  color: #444C6C;
  font-size: 22px;
}

.usluga_opisanie {
  text-align: center;
}

.shapka {
  z-index: 500;
}
.shapka svg path {
  fill: #444C6C !important;
}
.shapka svg path:hover {
  fill: #30364d !important;
}
.shapka a {
  font-weight: 500 !important;
}

.zakazchiki .wrap {
  max-width: 600px;
  margin: auto;
  padding: 20px;
}
.zakazchiki .items-wrap {
  position: relative;
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: 30px;
}
.zakazchiki .items-wrap:before,
.zakazchiki .items-wrap:after {
  content: "";
  height: 100%;
  top: 0;
  width: 10%;
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
.zakazchiki .items-wrap:before {
  left: 0;
}
.zakazchiki .items-wrap:after {
  right: 0;
}
.zakazchiki .items {
  flex-shrink: 0;
  display: flex;
  gap: 30px;
  counter-reset: item;
  justify-content: space-around;
  min-width: 60%;
}
.zakazchiki .item {
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 100%;
  background: transparent;
  flex: 0 0 auto;
  width: 150px;
  height: 150px;
  counter-increment: item;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  margin: 10px 0;
  transition: all 0.1s ease-in-out;
}
.zakazchiki .item img {
  height: 80px !important;
  width: 80px !important;
  object-fit: contain !important;
  transition: 0.5s;
}
.zakazchiki .item:hover {
  background-color: rgba(255, 0, 89, 0.49);
  transition: 1s;
}
.zakazchiki .item:hover img {
  transform: scale(1.2);
}
.zakazchiki .marquee {
  animation: scroll 30s linear infinite;
}
.zakazchiki .reverce {
  animation-direction: reverse;
}
.zakazchiki .perfscan {
  margin: 20px 0;
  text-align: center;
  bottom: 0;
  padding: 5px;
}
.zakazchiki .perfscan hr {
  border: solid #999;
  border-width: 1px 0 0 0;
  max-width: 50%;
  margin: 0 auto 20px;
}
.zakazchiki .perfscan a {
  color: #000;
  font-weight: bold;
}
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 20px));
  }
}
.zakazchiki .items-wrap:hover .marquee .items-wrap:before .items {
  flex-shrink: 0;
  gap: 30px;
  counter-reset: item;
  justify-content: space-around;
  min-width: 60%;
}
.zakazchiki .items-wrap:hover .marquee .items-wrap:before .items .item {
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 100%;
  background: transparent;
  flex: 0 0 auto;
  width: 150px;
  height: 150px;
  counter-increment: item;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  margin: 10px 0;
  transition: all 0.1s ease-in-out;
}
.zakazchiki .items-wrap:hover .marquee .items-wrap:before .items .item:hover {
  background-color: rgba(255, 0, 89, 0.49);
  transition: 1s;
  animation-play-state: paused;
}
.zakazchiki .items-wrap:hover .marquee .items-wrap:before .items .item:hover img {
  transform: scale(1.2);
}
.zakazchiki .items-wrap:hover .marquee .items-wrap:before .items .marquee {
  animation: scroll 30s linear infinite;
}
.zakazchiki .items-wrap:hover .marquee .items-wrap:before .items .reverce {
  animation-direction: reverse;
}
.zakazchiki .items-wrap:hover .marquee .items-wrap:before .items .reverce .perfscan {
  margin: 20px 0;
  text-align: center;
  bottom: 0;
  padding: 5px;
}
.zakazchiki .items-wrap:hover .marquee .items-wrap:before .items .reverce .perfscan hr {
  border: solid #999;
  border-width: 1px 0 0 0;
  max-width: 50%;
  margin: 0 auto 20px;
}
.zakazchiki .items-wrap:hover .marquee .items-wrap:before .items .reverce .perfscan a {
  color: #000;
  font-weight: bold;
}
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 20px));
  }
}
.otzivi .wrap {
  max-width: 600px;
  margin: auto;
  padding: 20px;
}
.otzivi .items-wrap {
  position: relative;
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: 30px;
}
.otzivi .items-wrap:before,
.otzivi .items-wrap:after {
  content: "";
  height: 100%;
  top: 0;
  width: 10%;
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
.otzivi .items-wrap:before {
  left: 0;
}
.otzivi .items-wrap:after {
  right: 0;
}
.otzivi .items {
  flex-shrink: 0;
  display: flex;
  gap: 30px;
  counter-reset: item;
  justify-content: space-around;
  min-width: 60%;
}
.otzivi .item {
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 100%;
  background: transparent;
  flex: 0 0 auto;
  height: 380px;
  counter-increment: item;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  margin: 10px 0;
}
.otzivi .item img {
  height: 380px !important;
  width: auto;
  object-fit: contain !important;
  cursor: pointer;
}
.otzivi .marquee {
  animation: scroll 70s linear infinite;
}
.otzivi .reverce {
  animation-direction: reverse;
}
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 20px));
  }
}

@media (min-width: 768px) {
  .stack-container {
    max-width: calc(720px + (100vw - 720px) / 2);
  }
}
@media (min-width: 992px) {
  .stack-container {
    max-width: calc(960px + (100vw - 960px) / 2);
  }
}
@media (min-width: 1200px) {
  .stack-container {
    max-width: calc(1140px + (100vw - 1140px) / 2);
  }
}
@media (min-width: 1400px) {
  .stack-container {
    max-width: calc(1320px + (100vw - 1320px) / 2);
  }
}

.modal {
  --bs-modal-width: 700px !important;
}
.modal .modal-content {
  border-radius: 20px !important;
  border: none;
}
.modal .modal-header {
  border-radius: 20px 20px 0 0 !important;
}

.stack .wrap {
  max-width: 600px;
  margin: auto;
  padding: 20px;
}
.stack .items-wrap {
  position: relative;
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: 10px;
}
.stack .items-wrap:before,
.stack .items-wrap:after {
  content: "";
  height: 100%;
  top: 0;
  width: 10%;
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
.stack .items-wrap:before {
  left: 0;
  background: linear-gradient(90deg, rgb(241, 244, 246) 0%, rgba(255, 255, 255, 0) 100%);
}
.stack .items-wrap:after {
  right: 0;
}
.stack .items {
  flex-shrink: 0;
  display: flex;
  gap: 10px;
  counter-reset: item;
  justify-content: space-around;
  min-width: 60%;
}
.stack .item {
  background: #444C6C;
  flex: 0 0 auto;
  width: 150px;
  height: 50px;
  counter-increment: item;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  margin: 10px 0;
  transition: all 0.1s ease-in-out;
}
.stack .marquee {
  animation: scroll 30s linear infinite;
}
.stack .reverce {
  animation-direction: reverse;
}
.stack .perfscan {
  margin: 20px 0;
  text-align: center;
  bottom: 0;
  padding: 5px;
}
.stack .perfscan hr {
  border: solid #999;
  border-width: 1px 0 0 0;
  max-width: 50%;
  margin: 0 auto 20px;
}
.stack .perfscan a {
  color: #000;
  font-weight: bold;
}
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 20px));
  }
}
.stack .items-wrap:hover .marquee {
  animation-play-state: paused;
}

/* Стили для аккордеона (Калькулятор)*/
.calculator .accordion {
  width: 100%;
  margin: 0 auto;
}
.calculator .accordion-item {
  border-radius: 20px !important;
  box-shadow: 0 0 10px 5px rgb(221, 221, 221) !important;
}
.calculator .accordion-item:has(div.show) .accordion-header {
  background-color: #30364d;
}
.calculator .accordion-checkbox {
  margin-right: 10px;
  display: none;
}
.calculator .accordion-body {
  padding: 15px;
}
.calculator .accordion-header {
  background-color: #444C6C;
  color: white;
  padding: 15px;
  cursor: pointer;
  border-radius: 20px;
}
.calculator .accordion-header:hover {
  background-color: #30364d;
}
.calculator .accordion-header label {
  color: white !important;
  cursor: pointer;
}

/* Стили для мини-услуг */
.miniUsluga {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.inner-checkbox {
  margin-left: 10px;
  margin-right: 5px;
}

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

.tooltip1text img {
  width: auto;
  height: 35vh;
  object-fit: contain;
  border-radius: 20px;
}

.usluga-description img {
  width: auto;
  object-fit: contain;
  border-radius: 20px;
}

.howToUse img {
  width: auto;
  max-width: 100%;
  height: 35vh;
  object-fit: contain;
  border-radius: 20px;
}

.tooltip1:hover + .col-6 .tooltip1text {
  display: block; /* show on hover */
}

.form-check {
  display: flex;
  align-items: center;
  min-height: 1.5rem;
  padding-left: 0;
  margin-bottom: 0.125rem;
}

.form-check-label {
  margin-left: 0.5em;
}

.form-check input {
  margin: 0 0 1px 0;
}

.dotIcon {
  color: #FF0059 !important;
  font-size: 15px;
}

.questionIcon {
  font-size: 25px;
}

.calculyatorTitle {
  color: #444C6C;
  font-size: 4vh;
}

.feedback h3 {
  font-family: "Cuprum", sans-serif;
  word-break: break-word;
  font-optical-sizing: auto;
  line-height: 100%;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 575px) {
  .feedback h3 {
    font-size: 14px;
  }
}
.feedback .feedback_form-warning {
  color: #FFF;
  font-size: clamp(0.875rem, 0.8159rem + 0.2747vw, 1.125rem);
  font-weight: 400;
  line-height: 22px;
}
.feedback .contacts-block_item-value {
  color: #FF0059 !important;
  font-weight: 700;
  line-height: 1.4;
}
.feedback .contacts-block_item-value:hover {
  color: #a4023a !important;
}

.calcName {
  font-size: 12px;
  min-width: 60%;
}
.calcName a {
  color: white !important;
}

.calcInside {
  background-color: #444C6C;
  border-radius: 20px;
}
.calcInside .btn {
  border: none !important;
}

input.form-switch .form-check-input:checked, input.form-check-input:checked[type=checkbox] {
  --bs-form-switch-bg: url("switch.svg") !important;
  background-image: url("switch.svg") !important;
}

.form-switch .form-check-input {
  --bs-form-switch-bg: url("switch-no.svg") !important;
  background-image: url("switch-no.svg") !important;
}

.cena {
  min-width: 40%;
}
.cena input:focus {
  border: #444C6C !important;
}
.cena input {
  border: #444C6C !important;
}
.cena label {
  color: white !important;
}

.cenaOpisanie input:focus {
  border: #444C6C !important;
}
.cenaOpisanie input {
  border: #444C6C !important;
}

.switchInput {
  background-color: #30364d !important;
}

.itogo {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.calculyatorSecond {
  position: sticky !important;
  top: 15% !important;
}

@media screen and (max-width: 766px) {
  .calculyatorSecond {
    display: none;
  }
  .tooltip1text img {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 20px;
  }
}
.modal-header {
  color: #444C6C;
}

.zayavka-title {
  color: #444C6C;
  font-weight: 600;
  line-height: 1.2;
  font-size: clamp(1.25rem, 1.1614rem + 0.4121vw, 1.625rem) !important;
}

.feedback-zagolovok {
  color: #444C6C !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
}

.nameZayavka input {
  width: 100%;
  height: 63px;
  box-sizing: border-box;
  font-size: clamp(1rem, 0.9114rem + 0.4121vw, 1.375rem);
  line-height: 1;
  font-weight: 700;
  color: #444C6C;
  background: transparent;
  border: none;
  border-bottom: 3px solid #444C6C;
  transition: 0.3s all;
  outline: none;
}

.phoneZayavka input {
  width: 100%;
  height: 63px;
  box-sizing: border-box;
  font-size: clamp(1rem, 0.9114rem + 0.4121vw, 1.375rem);
  line-height: 1;
  font-weight: 700;
  color: #444C6C;
  background: transparent;
  border: none;
  border-bottom: 3px solid #444C6C;
  transition: 0.3s all;
  outline: none;
}

.feedback h3, .qa h3 {
  font-family: "Manrope", Arial, sans-serif;
  font-optical-sizing: auto;
  line-height: 100%;
  font-weight: 400;
  font-style: normal;
  font-size: calc(40px + 1.25vw);
}

.qa .accordion-header b {
  font-size: calc(12px + 0.625vw);
}
.qa .accordion {
  --bs-accordion-btn-focus-box-shadow: none;
  --bs-accordion-active-color: #000000;
  --bs-accordion-active-bg: transparent;
  --bs-accordion-bg: rgb(0 0 0 / 0%);
  --bs-accordion-border-color: transparent;
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb(48, 54, 77)'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.qa .accordion-body {
  background: white !important;
  border-radius: 0 0 20px 20px;
  border: #FF0059 1px solid;
}
.qa .accordion-button.collapsed {
  border: none;
}
.qa .accordion-button:hover {
  background-color: #FF0059;
  color: #FFFFFF;
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.qa .accordion-button {
  background-color: #444C6C;
  color: #FFFFFF;
  line-height: 2;
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.qa .accordion-button:not(.collapsed) {
  box-shadow: none;
  color: #FFFFFF;
  border-radius: 20px 20px 0 0 !important;
  background-color: #FF0059;
}
.qa .line {
  margin: 10px 0;
  border: 1px solid #FF0059 !important;
  opacity: 1;
}

.preimushestva {
  margin: 0;
  font-family: sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
}

.preimushestva .container-preimushestva {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.preimushestva .container-preimushestva .card {
  flex: 1;
  transition: all 1s ease-in-out;
  height: 80vmin;
  position: relative;
  margin: 0;
  border: 0.1em #444C6C solid;
  border-radius: 10px;
}
.preimushestva .container-preimushestva .card .discription {
  transition: display 0.5s;
  display: none;
  font-size: 0.5em !important;
  word-wrap: break-word;
  white-space: normal;
  max-width: 90%;
  text-align: center;
  margin: auto;
}
.preimushestva .container-preimushestva .card .card__head {
  color: white;
  background: #FF0059;
  padding: 0.5em;
  transform: rotate(-90deg);
  transform-origin: 0% 0%;
  transition: all 0.5s ease-in-out;
  min-width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 1.2em;
  white-space: nowrap;
  border-radius: 10px;
}
.preimushestva .container-preimushestva .card img {
  border-radius: 10px;
}
.preimushestva .container-preimushestva .card:hover {
  flex-grow: 10;
}
.preimushestva .container-preimushestva .card:hover .discription {
  display: inherit;
}
.preimushestva .container-preimushestva .card:hover img {
  filter: grayscale(0);
}
.preimushestva .container-preimushestva .card:hover .card__head {
  text-align: center;
  top: calc(100% - 6em);
  color: white;
  background: rgba(0, 0, 0, 0.63);
  font-size: 2.5em;
  transform: rotate(0deg);
}
.preimushestva .container-preimushestva .card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s ease-in-out;
  filter: grayscale(0.8);
}

@media (max-width: 991px) {
  .preimushestva {
    display: none;
  }
  .preimushestvaMobile {
    display: block !important;
  }
  .preimushestvaMobile .preimushestvoImg {
    position: relative;
  }
  .preimushestvaMobile .image-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 24px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px;
    border-radius: 10px;
  }
  .preimushestvaMobile img {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 10px;
  }
}
.offcanvas-body a {
  color: #FF0059 !important;
}
.offcanvas-body a.h2 {
  font-size: 26px !important;
}

@media (max-width: 575px) {
  .bg-md-white {
    background-color: white !important;
    color: black !important;
  }
}

.fon1 {
  background-image: url("fon2.png");
  background-repeat: repeat;
}
.fon1 .div-first {
  background-color: rgba(250, 250, 250, 0.52);
}

.fon3 {
  background-image: url("fon4.png");
  background-repeat: repeat;
}
.fon3 .div-first {
  background-color: rgba(250, 250, 250, 0.52);
}

.fon5 {
  background-image: url("fon6.png");
  background-repeat: repeat;
}
.fon5 .div-first {
  background-color: rgba(250, 250, 250, 0.52);
}

@media (min-width: 1200px) {
  .modal.usluga-modal {
    --bs-modal-width: 70% !important;
  }
}

.pointer {
  cursor: pointer;
}

.text-info {
  color: #444C6C !important;
}

.video-wrap {
  position: relative;
  height: 100vh;
  width: 100%;
}
.video-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  z-index: 8;
}
.video-wrap .video-banner {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.video-wrap .banner-content {
  padding-top: 80px;
  position: relative;
  z-index: 10;
  height: 100%;
  width: 100%;
  display: flex;
  color: #fff;
  justify-content: center;
  align-items: center;
  line-height: 2;
  font-size: 24pt;
}
.video-wrap .banner-content div {
  max-width: 810px;
}
@media (max-width: 899px) {
  .video-wrap .banner-content {
    font-size: 18pt;
  }
}
@media (max-width: 575px) {
  .video-wrap .banner-content {
    font-size: 14pt;
  }
}
@media (max-width: 375px) {
  .video-wrap .banner-content {
    font-size: 14pt;
  }
}
.video-wrap .banner-content h3 {
  font-size: 32pt;
}
@media (max-width: 899px) {
  .video-wrap .banner-content h3 {
    font-size: 26pt;
  }
}
@media (max-width: 575px) {
  .video-wrap .banner-content h3 {
    font-size: 22pt;
  }
}
@media (max-width: 375px) {
  .video-wrap .banner-content h3 {
    font-size: 23pt;
  }
}
.video-wrap .banner-content .btn {
  font-size: 18pt;
  padding: 5px 25px;
  border-radius: 30px !important;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 30px;
}
@media (max-width: 899px) {
  .video-wrap .banner-content .btn {
    font-size: 14pt;
  }
}
@media (max-width: 575px) {
  .video-wrap .banner-content .btn {
    font-size: 12pt;
  }
}
@media (max-width: 375px) {
  .video-wrap .banner-content .btn {
    font-size: 14pt;
  }
}

.fs-20 {
  font-size: 20px !important;
}

.btn {
  border-radius: 30px !important;
}

.br-30 {
  border-radius: 30px !important;
}

.project .podrobnee {
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 20px;
  background-color: white;
  color: black;
  border: 1px solid lightgray;
}

.fonovaia-kartinka {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.fonovaia-kartinka > img {
  object-fit: cover;
  width: 100% !important;
  height: 100% !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}

.fonovaia-kartinka > .fonovaia-kartinka-wrap {
  position: relative;
  height: 100%;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.5);
}

@media (min-width: 992px) {
  .h-lg-100 {
    height: 100%;
  }
}

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