@font-face {
  font-display: swap;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/manrope-v15-cyrillic_latin-regular.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/manrope-v15-cyrillic_latin-600.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/manrope-v15-cyrillic_latin-700.woff2") format("woff2");
}

@font-face {
    font-family: 'Tinkoff Sans';
    src: url('../fonts/TinkoffSans-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Tinkoff Sans';
    src: url('../fonts/TinkoffSans.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Tinkoff Sans Cond';
    src: url('../fonts/TinkoffSans-RegularCondensed.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

:root {
	--white: #fff;
	--light: #E9F7FF;
	--default: #1D1E3D;
	--blue: #01A3DE;
	--dark: #01539E;
	--orange: #FF7A00;
	--border: #D8ECF8;
  --offset-container: 30px;
  --width-slide: 475px;
  --height-slide: calc(var(--width-slide) * 1.2);
}

html {
  position: relative;
  box-sizing: border-box;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

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

body {
  position: relative;
  min-width: 320px;
  min-height: 100vh;
  padding: 0;
  display: flex;
  flex-direction: column;
  background-color: var(--white);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeSpeed;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--default);
}

main {
  flex-grow: 1;
}

img, svg {
  display: block;
  max-width: 100%;
  height: auto;
}

svg {
  max-height: 100%;
}

button {
  padding: 0;
  font: inherit;
  border: none;
  background-color: transparent;
}

a {
  text-decoration: none;
  color: inherit;
}

a, button, input, textarea {
  transition: 0.36s;
  cursor: pointer;
}

ul, ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

h1, h2, h3, h4, h5, h6,
p, figure, fieldset {
  margin: 0;
}

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

.visually-hidden {
  position: fixed;
  transform: scale(0);
}

.container,
.container-small {
  margin: 0 auto;
  padding: 0 var(--offset-container);
}

.container {
  max-width: calc(1360px + var(--offset-container) * 2);
}

.container-small {
  max-width: calc(1244px + var(--offset-container) * 2);
}

.main-title {
  max-width: 90%;
  font-size: 60px;
  line-height: 1.2;
}

.h1 {
  font-size: 42px;
  margin-bottom: 50px;
}

.h2 {
  margin-bottom: 50px;
  font-size: 34px;
}

.btn {
  padding: 16px 24px;
  border-radius: 50px;
  outline: none;
}

.btn_outline {
  padding-top: 15px;
  padding-bottom: 15px;
  border: 1px solid var(--blue);
  background-color: var(--white);
  color: var(--blue);
}

.btn_outline:hover,
.btn_outline:focus,
.btn_outline:focus-visible {
  background-color: var(--blue);
  color: var(--white);
  box-shadow: 0 5px 30px 0 rgba(92, 160, 198, 0.25);
}

.btn_color {
  position: relative;
  background: url("./../img/bg/btn-bg.webp") center/cover, linear-gradient(#65d5ff, #01539e);
  background-blend-mode: multiply;
  box-shadow: 0 5px 30px 0 rgba(92, 160, 198, 0.25);
  color: var(--white);
  overflow: hidden;
}

.btn_color:hover,
.btn_color:focus,
.btn_color:focus-visible {
  box-shadow: 0 5px 30px 0 rgba(92, 160, 198, 0.85);
}
.btn_wa {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.btn_wa::before {
  flex-shrink: 0;
  content: '';
  width: 20px;
  height: 20px;
  background-image: url("./../img/icons/whatsapp.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.contacts-link {
  display: flex;
  color: var(--blue);
  font-weight: 600;
  outline: none;
}
.contacts-link::before {
  content: '';
  display: block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='81' height='42' viewBox='0 0 81 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1.02514e-06 21C1.12164e-08 9.40202 13.4746 -2.85862e-06 30.0963 -4.31174e-06C46.7181 -5.76486e-06 81 9.40201 81 21C81 32.598 46.7181 42 30.0963 42C13.4746 42 2.03907e-06 32.598 1.02514e-06 21Z' fill='%23E9F7FF'/%3e%3c/svg%3e");
  width: 81px;
  height: 42px;
  background-position: 0 0;
  background-size: contain;
  background-repeat: no-repeat;
}
.contacts-link__inner {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-left: -77px;
}
.contacts-link:hover,
.contacts-link:focus-visible {
  color: var(--orange);
}
.contacts-link_active {
  color: var(--orange);
  pointer-events: none;
}

.border-left {
  padding: 10px 0 10px 24px;
  border-left: 2px solid var(--blue);
}

.title-bordered {
  padding: 6px 0 6px 10px;
  border-left: 2px solid var(--blue);
}

.burger {
  display: none;
  position: relative;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}
.burger__line,
.burger::after,
.burger::before {
  position: absolute;
  right: 4px;
  width: calc(100% - 8px);
  height: 2px;
  background-color: var(--default);
}
.burger__line {
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.1s ease;
}
.burger::after,
.burger::before {
  content: '';
  transition: transform 0.3s ease-out, top 0.3s ease-out;
}
.burger::before {
  top: 8px;
}
.burger::after {
  bottom: 6px;
  transform: translateY(-100%);
}
.burger.burger_active .burger__line {
  opacity: 0;
}
.burger.burger_active::before {
  top: 50%;
  transform: rotate(45deg);
}
.burger.burger_active::after {
  top: 50%;
  transform: rotate(-45deg);
}

.cb-btn {
  position: fixed;
  z-index: 10;
  bottom: 15%;
  right: 5%;
  width: 60px;
  height: 60px;
  background-image: url("./../img/icons/call.svg");
  background-size: 34px;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 100%;
  opacity: .7;
  background-color: var(--blue);
  cursor: pointer;
  border: none;
  display: block;

  transition: .3s ease-in-out;
  animation: wave linear 2s infinite;
}
.cb-btn:hover {
  opacity: 1;
}
@keyframes wave {
  0% {
      box-shadow: 0 8px 10px rgba(0, 142, 227, 0.3), 0 0 0 0 rgba(0, 142, 227, 0.2), 0 0 0 0 rgba(0, 142, 227, 0.2);
  }
  40% {
      box-shadow: 0 8px 10px rgba(0, 142, 227, 0.3), 0 0 0 15px rgba(0, 142, 227, 0.2), 0 0 0 0 rgba(0, 142, 227, 0.2);
  }
  80% {
      box-shadow: 0 8px 10px rgba(0, 142, 227, 0.3), 0 0 0 30px rgba(0, 142, 227, 0), 0 0 0 26.7px rgba(0, 142, 227, 0.067);
  }
  100% {
      box-shadow: 0 8px 10px rgba(0, 142, 227, 0.3), 0 0 0 30px rgba(0, 142, 227, 0), 0 0 0 40px rgba(0, 142, 227, 0.0);
  }
}

.temporary {
  padding: 60px 0;
}
.temporary__title {
  margin-bottom: 20px;
  font-size: 26px;
}
.temporary__text {
  margin-bottom: 30px;
  font-size: 18px;
}
.temporary__link {
  color: var(--blue);
  outline: none;
  white-space: nowrap;
}
.temporary__link:hover,
.temporary__link:focus-visible {
  color: var(--orange);
}
.temporary__btns {
  display: flex;
  align-items: center;
  gap: 20px;
}
.temporary__btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.tb {
  position: relative;
  z-index: 10;
  height: 60px;
  background-color: #FFDD2D;
}
.tb__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tb__content {
  display: flex;
  align-items: center;
  gap: 64px;
}
.tb__logo {
  height: 60px;
  width: auto;
}
.tb__text {
  font-family: "Tinkoff Sans";
  font-size: 26px;
  line-height: 30px;
}
.tb__btn {
  padding: 8px 20px;
  height: 34px;
  background-color: #333;
  border-radius: 35px;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.6;
  text-align: center;
  color: #fff;
  cursor: pointer;
}
.tb-tag {
  width: 146px;
  height: 48px;
  object-fit: contain;
  margin-left: auto;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .tb__content {
    gap: 24px;
  }
  .tb-tag {
    margin-left: auto;
    margin-right: auto;
  }
  .tb__text {
    font-size: 22px;
    line-height: 1.1;
  }
}
@media (max-width: 567px) {
  .tb__content {
    gap: 14px;
  }
  .tb__text {
    font-size: 18px;
  }
}
@media (max-width: 375px) {
  .tb__content {
    gap: 0;
  }
  .tb__text {
    font-size: 16px;
  }
}

.modal {
  display: none;
  position: fixed;
  inset: 0;
  overflow-y: auto;
  padding: 15px;
  z-index: 99999;
  background-color: rgba(0,0,0, 0.6);
  cursor: pointer;
}
.modal__main {
  position: relative;
  margin: auto;
  cursor: default;
}
.modal__close {
  background-color: transparent;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 16px;
  right: 16px;
  padding: 0;
  text-align: center;
  display: block;
  width: 24px;
  height: 24px;
}
.modal__close-icon {
  width: 24px;
  height: 24px;
}
@media (hover: hover) {
  .modal__close:hover {
    opacity: 0.8;
  }
}
.modal__close:focus-visible {
  opacity: 0.8;
}
.modal-tb__main {
  max-width: 600px;
  padding: 15px 22px 22px;
  box-shadow: 0 7px 5px 0 rgba(0, 0, 0, 0.03), 0 13px 20px 0 rgba(0, 0, 0, 0.04), 0 12px 18px 0 rgba(0, 0, 0, 0.04), 0 32px 32px 0 rgba(0, 0, 0, 0.1);
  background-color: #f6f7f8;
  border-radius: 8px;
  color: #333;
}
.modal-tb__logo {
  width: 177px;
  height: auto;
}
.modal-tb__content {
  padding: 25px 18px 0;
}
.modal-tb__title {
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 36px;
  line-height: normal;
}
.modal-tb__desc {
  margin-bottom: 40px;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.22222;
  color: #000;
}
.modal-tb__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}
.modal-tb__item {
  padding-top: 80px;
  background-size: 64px;
  background-position: center top;
  background-repeat: no-repeat;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.22222;
  text-align: center;
}
.modal-tb__item_01 {
  background-image: url(/img/tb/i01.svg);
}
.modal-tb__item_02 {
  background-image: url(/img/tb/i02.svg);
}
.modal-tb__item_03 {
  background-image: url(/img/tb/i03.svg);
}
.modal-tb__text {
  font-weight: 400;
  font-size: 12px;
  line-height: 0.9;
  color: rgba(51, 51, 51, 0.5);
}

.header {
  position: relative;
  z-index: 100;
  box-shadow: 0 4px 30px rgba(123, 156, 180, 0.40);
  transition: all 0.5s linear;
}
.header_fixed {
  position: fixed;
  top: -100%;
  left: 0;
  right: 0;
  animation: slideDown 0.5s forwards;
}

@keyframes slideDown {
  to {
    top: 0;
  }
}
.header__top {
  position: relative;
  z-index: 2;
  background-color: var(--light);
}
.header__top::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 400px;
  height: 100%;
  background: #ffffff;
  z-index: -1;
  box-shadow: 0 4px 10px rgba(123, 156, 180, 0.20)
}
.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__left {
  padding: 16px 0;
  display: flex;
  align-items: center;
  gap: 40px;
}
.header__right {
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 16px 0 16px 70px;
  background: url("./../img/bg/header-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  filter: drop-shadow(-8px 4px 10px rgba(123, 156, 180, 0.20));
  text-align: right;
}
.logo {
  max-width: 400px;
  width: 100%;
}
.header__location {
  display: flex;
  align-items: center;
  gap: 6px;
  background-color: var(--white);
}
.header__location::before {
  flex-shrink: 0;
  content: '';
  width: 20px;
  height: 20px;
  background-image: url("./../img/icons/map-pin.svg");
}
.header__phone {
  display: block;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.03em;
  color: var(--blue);
  outline: none;
}
.header__phone:hover,
.header__phone:focus-visible {
  color: var(--orange);
}
.header__time {
  display: block;
  font-size: 14px;
}
.header__button {
  flex-shrink: 0;
}
.header__bottom {
  position: relative;
  top: -1px;
  padding: 16px 0;
  width: 100%;
  background-color: var(--white);
}
.header__bottom-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.header__bottom.header__bottom_active {
  top: 100%;
}

.nav {
  display: flex;
  gap: 12px;
}
.nav__item {
  padding: 10px 30px;
  border-radius: 27px;
  background-color: var(--light);
  color: var(--blue);
  font-weight: 600;
  outline: none;
}
.nav__item_active {
  background-color: var(--orange);
  color: var(--white);
  pointer-events: none;
}
.nav__item:hover,
.nav__item:not(.nav__item_active):focus,
.nav__item:not(.nav__item_active):focus-visible {
  background-color: var(--blue);
  color: var(--light);
}

.hero {
  position:relative;
  min-height: 590px;
  width: 100%;
  background-size: cover;
  background-position: center -40px;
  background-repeat: no-repeat;
  overflow-x: hidden;
}
.hero_index {
  background-image: url("./../img/bg/hero-index-bg.webp");
}
.hero_services {
  background-image: url("./../img/bg/hero-services-bg.webp");
}
.hero::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 195px;
  display: block;
  bottom: 0;
  background-image: url("./../img/elems/hero-wave.svg");
  background-size: cover;
  background-position: right;
}
.hero__container {
  padding-top: 60px;
}
.hero__title {
  margin-bottom: 20px;
}
.hero__content {
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.hero__tagline {
  max-width: 530px;
  font-size: 20px;
}
.hero__list {
  margin-top: -12px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: end;
}
.hero__item {
  position: relative;
  width: fit-content;
  padding: 10px 16px 10px 56px;
  border-left: 1px solid #01a3de;
  border-right: 1px solid #01a3de;
  border-radius: 27px;
  background-color: var(--white);
  background-position: 16px center;
  background-size: 30px;
  background-repeat: no-repeat;
  box-shadow: 0 5px 30px 0 rgba(92, 160, 198, 0.25);
  font-weight: 700;
  font-size: 16px;
}
.hero__item_feather {
  background-image: url("./../img/icons/feather.svg");
}
.hero__item_magnet {
  background-image: url("./../img/icons/magnet.svg");
}
.hero__item_drop {
  background-image: url("./../img/icons/drop.svg");
}
.hero__item_crane {
  background-image: url("./../img/icons/crane.svg");
}
.hero__item:first-child::before,
.hero__item:last-child::before {
  content: '';
  position: absolute;
  width: 177px;
  height: 26px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
}

.hero__item:first-child::before {
  top: -10px;
  left: -10px;
  background-image: url("./../img/elems/vector-left.svg");
  background-position: left top;
}

.hero__item:last-child::before {
  bottom: -10px;
  right: -10px;
  background-image: url("./../img/elems/vector-right.svg");
  background-position: right bottom;
}

.about {
  position: relative;
  z-index: 1;
  margin-top: -110px;
  padding: 70px 0 90px;
  background-image: url("./../img/bg/about-bg.svg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
.about__container {
  margin-bottom: 80px;
}
.about__content {
  position: relative;
  margin-left: auto;
  max-width: 1130px;
  width: 100%;
  min-height: 350px;
  display: flex;
  padding: 20px 110px 20px 130px;
  background-color: var(--white);
  border-radius: 400px;
  box-shadow: 0 4px 30px 0 rgba(123, 156, 180, 0.5);
}
.about__content::before {
  content: '';
  position: absolute;
  top: 0;
  left: -60px;
  width: 218px;
  height: 100%;
  background-image: url("./../img/elems/decor.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.about__img {
  position: absolute;
  top: 50%;
  left: -100px;
  transform: translateY(-50%);
  width: 200px;
  height: 200px;
  object-fit: cover;
  object-position: center;
  border: 5px solid var(--white);
  border-radius: 50%;
  box-shadow: 0 4px 30px 0 rgba(123, 156, 180, 0.5);
}
.about__img_service {
  object-position: left;
}
.about__description {
  margin-top: auto;
  margin-bottom: auto;
}
.about__text {
  line-height: 1.5;
}
.about__text:not(:last-child) {
  margin-bottom: 10px;
}
.about__text_tink {
  color: var(--orange);
  font-size: 24px;
  font-weight: 700;
}
.about__advantage {
  position: relative;
}
.about__advantage::before,
.about__advantage::after {
  content: '';
  position: absolute;
  z-index: -1;
  width: 50%;
  height: 95px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
}
.about__advantage::before {
  top: -20px;
  left: -25px;
  background-image: url("./../img/elems/vector-left.svg");
  background-position: left top;
}
.about__advantage::after {
  bottom: -20px;
  right: -20px;
  background-image: url("./../img/elems/vector-right.svg");
  background-position: right bottom;
}

.advantage {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.advantage__item {
  border-radius: 150px;
  padding: 80px 40px 20px;
  flex-basis: 25%;
  box-shadow: 0 4px 30px 0 rgba(123, 156, 180, 0.2);
  background-color: var(--white);
  background-repeat: no-repeat;
  background-size: 50px;
  background-position: center 20px;
  text-align: center;
  transition: 0.36s;
  user-select: none;
}
.advantage__item_day {
  background-image: url("./../img/icons/day.svg");
}
.advantage__item_delivery {
  background-image: url("./../img/icons/delivery.svg");
}
.advantage__item_pay {
  background-image: url("./../img/icons/payment.svg");
}
.advantage__item_end {
  background-image: url("./../img/icons/wallet.svg");
}
.advantage__item:hover {
  background-color: var(--light);
}

.my-serv {
  padding: 80px 0 80px;
}
.my-serv_solutions {
  background-image: url("./../img/bg/solutions-bg.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center 170px;
}
.my-serv__title {
  text-align: center;
}

.solutions {
  display: grid;
  justify-content: space-between;
  gap: 0 20px;
  grid-template-columns: repeat(auto-fit, 48%);
}
.solutions__item:nth-child(even) {
  margin-top: 140px;
}
.solution {
  display: flex;
  align-items: center;
  gap: 20px;
}
.solution__img-wrap {
  width: 300px;
  height: 300px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 500px;
  box-shadow: 0 4px 30px 0 rgba(123, 156, 180, 0.2);
  background-color: var(--white);
}
.solution__img {
  width: 250px;
}
.solution__price {
  margin-bottom: 12px;
  padding: 10px 20px;
  max-width: fit-content;
  white-space: nowrap;
  border-radius: 27px;
  background-color: var(--orange);
  font-weight: 400;
  font-size: 18px;
  color: var(--white);
}
.solution__title {
  margin-bottom: 32px;
  font-size: 20px;
}
.solution__btns {
  display: flex;
  align-items: center;
  gap: 16px;
}

.steps {
  padding: 80px 0;
  overflow: hidden;
}
.steps__title {
  text-align: center;
}
.steps__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.steps__item {
  --step-size: 240px;
  position: relative;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 40px;
  width: var(--step-size);
  height: var(--step-size);
  border-radius: 150px;
  box-shadow: 0 4px 30px 0 rgba(123, 156, 180, 0.2);
  background-color: var(--white);
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  user-select: none;
}
.steps__item::before {
  flex-shrink: 0;
  content: '';
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.steps__item:nth-child(even) {
  border-bottom: 1px solid var(--blue);
}
.steps__item:nth-child(odd) {
  border-top: 1px solid var(--blue);
}
.steps__item_01::before {
  background-image: url("./../img/icons/step-01.svg");
}
.steps__item_02::before {
  background-image: url("./../img/icons/step-02.svg");
}
.steps__item_03::before {
  background-image: url("./../img/icons/step-03.svg");
}
.steps__item_04::before {
  background-image: url("./../img/icons/step-04.svg");
}
.steps__item_05::before {
  background-image: url("./../img/icons/step-05.svg");
}

.steps__item:not(:last-child)::after {
  content: '';
  position: absolute;
  z-index: 2;
  top: 50%;
  right: -45px;
  transform: translateY(-50%);
  display: block;
  width: 66px;
  height: 66px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='66' height='66' viewBox='0 0 66 66' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0 33C0 14.7746 14.7746 0 33 0C51.2254 0 66 14.7746 66 33C66 51.2254 51.2254 66 33 66C14.7746 66 0 51.2254 0 33Z' fill='white'/%3e%3cpath d='M12 33C12 21.402 21.402 12 33 12C44.598 12 54 21.402 54 33C54 44.598 44.598 54 33 54C21.402 54 12 44.598 12 33Z' fill='%2301A3DE'/%3e%3cpath d='M30 27L36 33L30 39' stroke='white' stroke-width='2'/%3e%3c/svg%3e");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  filter: drop-shadow(0 4px 30px rgba(123, 156, 180, 0.6));
}

.photos {
  padding: 80px 0 110px;
  position: relative;

  background-image: url("./../img/bg/galery-bg.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.h2.photos__title {
  text-align: center;
}
.galery {
  overflow: hidden;
  position: relative;
}
.galery::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(var(--width-slide) / 0.6884);
  height: calc(var(--height-slide) * 1.1579);
  background-image: url("./../img/elems/galery-decor.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size:  contain;
  pointer-events: none;
  z-index: 50;
}
.galery__wrapper {
  padding: 70px 0;
  align-items: center;
}
.galery .swiper-slide {
  position: relative;
  width: var(--width-slide);
  height: var(--height-slide);
  border-radius: calc(var(--width-slide) / 2.375);
  box-shadow: 0 4px 30px 0 rgba(123, 156, 180, 0.2);
  background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0.94) 38.3%, rgba(255, 255, 255, 0) 100%);
  opacity: 0;
  transition: opacity 0.36s;
}
.galery .swiper-slide-active {
  position: relative;
  z-index: 10;
  transform: scale(1.1579);
  opacity: 1;
  transition: opacity 0.36s;
  box-shadow: 0 4px 20px 0 rgba(123, 156, 180, 0.2);
}
.galery .swiper-slide-prev,
.galery .swiper-slide-next {
  opacity: 0.9;
  transition: opacity 0.36s;
}
.galery .swiper-slide-next {
  z-index: 5;
}
.galery .swiper-slide-prev::after,
.galery .swiper-slide-next::after {
  content: "";
  display: block;    
  position: absolute;
  inset: 0;
  border-radius: calc(var(--width-slide) / 2.375 - 2px);
}
.galery .swiper-slide-prev::after {
	background: linear-gradient(to right, #ffffff00 25%, #ffffff 65%);
}
.galery .swiper-slide-next::after {
	background: linear-gradient(to left, #ffffff00 25%, #ffffff 65%);
}
.galery__slide-img {
  width: 100%;
  height: 100%;
  border-radius: calc(var(--width-slide) / 2.375);
  object-fit: cover;
}
.galery__btn {
  position: absolute;
  z-index: 99;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--white);
  border-radius: 50%;
  box-shadow: 0 4px 30px 0 rgba(123, 156, 180, 0.2);
}
.galery__btn_prev {
  left: 50%;
  transform: translate(calc(var(--width-slide)* -0.8), -50%);
}
.galery__btn_next {
  right: 50%;
  transform: translate(calc(var(--width-slide)* 0.8), -50%);
}
.galery__btn-icon {
  width: 24px;
  height: 24px;
  color: var(--blue);
}

.breadcrumbs {
  padding: 20px 0;
}

.breadcrumbs__container {
  display: flex;
  gap: 4px;
}

.breadcrumbs__item {
  padding: 8px;
}

.breadcrumbs__link {
  color: var(--blue);
  outline: none;
}

.breadcrumbs__link:hover,
.breadcrumbs__link:focus-visible {
  color: var(--orange);
}

.contacts {
  padding: 40px 0 290px;
  background: url("./../img/bg/contacts-bg.svg") no-repeat top center/cover;
}
.contacts__title {
  text-align: center;
  margin-bottom: 100px;
}
.contacts__wrap {
  position: relative;
  padding-left: 40px;
}
.contacts__wrap::before {
  content: '';
  position: absolute;
  top: -20px;
  left: 40px;
  display: block;
  width: 490px;
  height: 74px;
  background: url("./../img/elems/vector-left.svg") no-repeat top left/contain;
}
.contacts__list {
  position: relative;
  max-width: 960px;
  padding: 40px 100px;
  border-radius: 400px;
  box-shadow: 0 4px 30px 0 rgba(123, 156, 180, 0.2);
  background-color: var(--white);
}
.contacts__list > * + * {
  margin-top: 16px;
}
.contacts__item {
  padding-left: 40px;
  background-repeat: no-repeat;
  background-position: left center;
}
.contacts__item_color {
  color: var(--blue);
}
.contacts__item_name {
  background-image: url("./../img/icons/name.svg");
}
.contacts__item_inn {
  background-image: url("./../img/icons/inn.svg");
}
.contacts__item_location {
  background-image: url("./../img/icons/location.svg");
}
.contacts__item_phone {
  background-image: url("./../img/icons/phone.svg");
}
.contacts__item_email {
  background-image: url("./../img/icons/email.svg");
}
.contacts__item_time {
  background-image: url("./../img/icons/time.svg");
}
.contacts__link {
  outline: none;
}
.contacts__link:hover,
.contacts__link:focus-visible {
  color: var(--orange);
}

.contacts__form-wrap {
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  width: 710px;
  height: 439px;
  display: flex;
  background: url("./../img/bg/form-bg.svg") no-repeat center/contain;
  filter: drop-shadow(0 0 10px rgba(123, 156, 180, 0.2));
}
.contacts__form-wrap::before {
  content: '';
  position: absolute;
  top: -28px;
  left: -20px;
  width: 645px;
  height: 172px;
  background: url("./../img/elems/form-top.svg") no-repeat center/contain;
  pointer-events: none;
}
.contacts__form-wrap::after {
  content: '';
  position: absolute;
  bottom: -28px;
  right: 0;
  width: 433px;
  height: 118px;
  background: url("./../img/elems/form-bottom.svg") no-repeat center/contain;
  pointer-events: none;
}
.contacts__form {
  max-width: 350px;
  width: 100%;
  margin: auto 114px auto auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contacts__form-title {
  font-weight: 700;
  font-size: 20px;
  text-align: center;
}
.input-wrapper {
  position: relative;
}
.contacts__form-input {
  display: block;
  width: 100%;
  height: 44px;
  padding: 0 16px;
  border-radius: 24px;
  border: 1px solid transparent;
  background-color: var(--light);
  font: inherit;
  outline: none;
}
.contacts__form-input::placeholder {
  opacity: 0.5;
}
.contacts__form-input:hover,
.contacts__form-input:focus-visible {
  border-color: var(--blue);
}
.contacts__form-input.just-validate-error-field, .contacts__form-input.just-validate-success-field {
  background-position: right calc(.375em + .1875rem) center;
  background-repeat: no-repeat;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}
.contacts__form-input.just-validate-error-field {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23B81111'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23B81111' stroke='none'/%3E%3C/svg%3E");
  border-color: #a80101;
}
.contacts__form-input.just-validate-success-field {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
  border-color: green;
}
.contacts__form-input.just-validate-success-field:focus {
  border-color: green;
  box-shadow: 0 0 0 .25rem #19875440;
}
.just-validate-error-label {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -16px;
  text-align: center;
  color: #a80101;
  font-size: 12px;
}
.contacts__form-btn {
  width: 100%;
  height: 44px;
  padding: 0 10px;
}
.contacts__form-privacy {
  margin: 0 auto 0;
  font-size: 12px;
  width: 94%;
}
.contacts__form-privacy a {
  color: var(--blue);
}
.checkbox {
  position: relative;
  display: block;
  padding-left: 26px;
  font-weight: 300;
  line-height: 1.3;
  color: var(--default);
}
.checkbox__input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  position: absolute;
  inset: 0;
  border-radius: 4px;
  border: 1px solid var(--default);
  background-color: transparent;
  transition: 0.5s;
  cursor: pointer;
}
.checkbox__input::after {
  content: '';
  position: absolute;
  inset: 0;
  display: block;
  background: url(/img/icons/checkbox.svg) no-repeat center;
  opacity: 0;
  transition: 0.3s;
}
.checkbox__input:checked::after {
  opacity: 1;
}
.checkbox__input.just-validate-error-field {
  border-color: #a80101;
}
.checkbox__input.just-validate-success-field {
  border-color: var(--blue);
}

.services {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-content: space-between;
  gap: 20px;
}
.serv-card {
  padding-bottom: 20px;
  background-color: var(--white);
  border-radius: 24px;
  box-shadow: 0 4px 30px 0 rgba(123, 156, 180, 0.2);
  overflow: hidden;
}
.serv-card__head {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 6px;
  margin-bottom: 20px;
  padding: 10px 20px 0;
  background-image: url("./../img/bg/card-head-bg.svg");
  background-size: cover;
  background-position: bottom;
}
.serv-card__title {
  min-height: 100px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
}
.serv-card__price {
  flex-shrink: 0;
  min-width: 123px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='123' height='60' viewBox='0 0 123 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M123 30C123 46.5685 102.539 60 77.2982 60C52.0577 60 0 46.5685 0 30C0 13.4315 52.0577 0 77.2982 0C102.539 0 123 13.4315 123 30Z' fill='%2301A3DE' /%3e%3c/svg%3e");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  font-weight: 700;
  font-size: 20px;
  color: var(--white);
}
.serv-card__content-wrap {
  padding: 0 20px;
}
.serv-card__content {
  margin-bottom: 30px;
  position: relative;
}
.serv-card__text {
  font-size: 16px;
  line-height: 1.8;
}
.serv-card__text:not(:last-child) {
  margin-bottom: 10px;
}
.serv-card__btn {
  width: 100%;
  justify-content: center;
}



.serv-card__content-text {
  height: 243px;
  overflow: hidden;    
  position: relative;
  transition: margin 0.3s;
}
.serv-card__content-text_open {
  height: auto;
  margin-bottom: 50px;
}
.serv-card__content-text-shadow:after {
  content: "";
  position: absolute;
  pointer-events: none;
  left: 0;
  bottom: 0;
  height: 100px;
  width: 100%;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #FFF 75%)    
}
.serv-card__more {
  position: absolute;
  right: 10px;
  bottom: -10px;
  display: none;
}
.serv-card__more-btn {
  width: 40px;
  height: 40px;
  color: #d3d3d3;
}
.serv-card__more-icon {
  width: 100%;
  height: 100%;
}
.serv-card__content-text_open + .serv-card__more {
  bottom: -40px;
}

.product {
  padding: 40px 0;
  background: url("./../img/bg/contacts-bg.svg") no-repeat top 200px center/100%;
  overflow-x: hidden;
}
.product__title {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  line-height: 1.2;
}
.product__head-wrap {
  position: relative;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
  max-width: 1140px;
  min-height: 311px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 30px 0 rgba(123, 156, 180, 0.2);
  background-color: var(--white);
  border-radius: 200px;
}
.product__head-wrap::before,
.product__head-wrap::after {
  content: '';
  position: absolute;
  top: 0;
  width: 195px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.product__head-wrap::before {
  left: -60px;
  background-image: url("./../img/elems/decor.svg");
}
.product__head-wrap::after {
  right: -60px;
  background-image: url("./../img/elems/decor.svg");
  transform: scale(-1);
}
.product__head {
  max-width: 880px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
.product__head-left {
  flex-basis: 50%;
  width: 100%;
}
.product__head-right {
  flex-basis: 50%;
  width: 100%;
  text-align: right;
}
.product__head-title {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.1;
}
.product__head-text {
  margin-bottom: 4px;
  font-weight: 600;
  line-height: 1.5;
}
.product__head-right .product__head-text {
  margin-bottom: 20px;
}
.product__head-list > * + * {
  margin-top: 4px;
}
.product__head-item {
  padding-left: 24px;
  min-height: 16px;
  background-image: url("./../img/icons/check.svg");
  background-size: 16px;
  background-position: left 3px;
  background-repeat: no-repeat;
}
.product__price {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 30px;
  color: var(--blue);
  white-space: nowrap;
}
.product__price_tink {
  margin-left: auto;
  max-width: 300px;
  text-align: right;
  font-size: 18px;
  white-space: normal;
  color: var(--orange);
}
.product__price-text {
  font-size: 16px;
}
.product__desc {
  margin-top: -150px;
  padding: 200px 30px 80px;
  border-radius: 50px;
  box-shadow: 0 4px 30px 0 rgba(123, 156, 180, 0.2);
  background-color: var(--white);
}
.product__desc-title {
  margin-bottom: 40px;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
}
.product__desc-img {
  margin: 0 auto 40px;
  height: 335px;
}

.page-list {
	list-style-type: none; 
	counter-reset: num;
}
.page-list > * + * {
  margin-top: 40px;
}
.page-list__item {
	position: relative;	
  padding-left: 58px;
}
.page-list__item:before {
	content: counter(num); 
	counter-increment: num;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
  border-radius: 50%;
	background-color: var(--blue);
	color: var(--white);
	text-align: center;
	line-height: 40px;
	font-size: 20px;
}
.page-list__item-title {
  display: block;
  margin-bottom: 30px;
  font-weight: 700;
	font-size: 18px;
  color: var(--default);
}
.page-list__info {
  margin-bottom: 20px;
}
.page-grid {
  display: grid;
  gap: 20px;
}
.page-grid_2 {
  grid-template-columns: repeat(auto-fill, 49%);
}
.page-grid_4 {
  grid-template-columns: repeat(auto-fill, 23.5%);
}
.page-grid_5 {
  grid-template-columns: repeat(auto-fill, 18.5%);
}

.page-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 24px;
  border: 1px solid var(--border);
  border-radius: 24px;
  font-size: 16px;
}
.page-card::before,
.page-card::after {
  position: absolute;
  content: '';
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-card::before {
  top: -2px;
  left: -2px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='42' height='42' viewBox='0 0 42 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M42 2H26C12.7452 2 2 12.7452 2 26V42' stroke='%2301A3DE' stroke-width='4' /%3e%3c/svg%3e");
  background-position: top left;
}
.page-card::after {
  bottom: -2px;
  right: -2px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='42' height='40' viewBox='0 0 42 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0 38L16 38C29.2548 38 40 27.2548 40 14L40 0' stroke='%2301A3DE' stroke-width='4' /%3e%3c/svg%3e");  background-repeat: no-repeat;
  background-position: bottom right;
}
.page-card__title {
  margin-bottom: 10px;
  font-weight: 700;
  color: var(--default);
}
.page-card__img {
  object-fit: contain;
}
.page-card__img:not(:last-child) {
 margin-bottom: 10px;
}
.page-card__img:last-child {
  margin-top: auto;
 }
.page-card__img_90 {
  height: 90px;
}
.page-card__img_120 {
  height: 120px;
}
.page-card__img_130 {
  height: 130px;
}
.page-card__img_200 {
  height: 200px;
}
.page-card__text {
  font-weight: 600;
  text-align: center;     
}
.page-card__text:not(:last-child) {
  margin-bottom: 6px;
}
.page-card__subtext {
  font-size: 14px;
  text-align: center;
}

.footer {
  margin-top: auto;
  box-shadow: 0 4px 30px rgba(123, 156, 180, .2);
}

.footer__top {
  padding: 20px 0;
}

.footer__top-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

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

.footer__btns-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
}

.footer__btn {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 54px;
}

.footer__phone-icon,
.footer__avito-icon {
  flex-shrink: 0;
}

.footer__bottom {
  padding: 20px 0;
  background-color: var(--light);
}

.footer__bottom-container {
  display: grid;
  grid-template-areas: 
    'info nav'
    'copy copy'
  ;
  gap: 10px;
}

.footer__info {
  grid-area: info;
}

.footer__info-text:not(:last-child) {
  margin-bottom: 10px;
}

.footer__nav {
  grid-area: nav;
  justify-self: end;
  display: flex;
  flex-direction: column;
  align-items: end;
}

.footer__nav .contacts-link::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='81' height='42' viewBox='0 0 81 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1.02514e-06 21C1.12164e-08 9.40202 13.4746 -2.85862e-06 30.0963 -4.31174e-06C46.7181 -5.76486e-06 81 9.40201 81 21C81 32.598 46.7181 42 30.0963 42C13.4746 42 2.03907e-06 32.598 1.02514e-06 21Z' fill='%23ffffff'/%3e%3c/svg%3e");
}

.footer__link {
  margin-top: 12px;
  outline: none;
}

.footer__link:hover,
.footer__link:focus-visible {
  color: var(--orange);
}

.footer__link-privacy {
  cursor: default;
  color: var(--orange);
}

.footer__copyright {
  grid-area: copy;
}

.privacy {
  padding: 20px 0 40px;
}
.privacy__title {
  text-align: center;
}
.privacy__subtitle {
  margin-bottom: 20px;
}

.privacy__text p {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
}

/* Media */

@media (min-width: 1680px) {
  .hero {
    min-height: 650px;
  }
}

@media (max-width: 1379px) {
  :root {
    --width-slide: 360px;
  }
  .header__button.btn {
    padding: 10px 16px;
    font-size: 14px;
  }
  .header__button.btn_wa {
    gap: 4px;
  }
  .header__left {
    padding: 12px 0;
  }
  .header__right {
    padding-left: 50px;
  }
  .header__top::after {
    width: 40px;
  }
  .header__location {
    gap: 4px;
    font-size: 14px;
  }
  .logo {
    max-width: 360px;
  }
  .nav {
    gap: 6px;
  }
  .nav__item {
    padding: 10px 20px;
    font-size: 14px;
  }
  .main-title {
    font-size: 50px;
  }
  .hero {
    min-height: 500px;
  }
  .hero::after {
    bottom: 10px;
  }
  .hero__container {
    padding-top: 40px;
  }
  .hero__tagline {
    font-size: 18px;
  }
  .border-left {
    padding: 6px 0 6px 12px;
  }
  .about__container {
    margin-bottom: 60px;
  }
  .about__content {
    margin-left: auto;
    margin-right: auto;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
    padding: 30px 100px 30px 20px;
  }
  .about__content::before {
    content: none;
  }
  .about__img {
    position: static;
    transform: none;
  }
  .about__advantage::before, .about__advantage::after {
    width: 30%;
  }
  .about__advantage::before {
    top: -10px;
    left: -10px;
  }
  .about__advantage::after {
    bottom: -10px;
    right: -5px;
  }
  .advantage__item {
    padding: 60px 20px 20px;
    background-size: 30px;
  }
  .my-serv_solutions {
    background-size: 122%;
  }
  .solution__img-wrap {
    width: 240px;
    height: 240px;
  }
  .solution__img {
    width: 200px;
  }
  .solution__title {
    margin-bottom: 24px;
    font-size: 18px;
  }
  .solution__btns .btn {
    padding: 11px 18px;
  }
  .solution__btns .btn_outline {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .steps__item {
    --step-size: 180px;
    gap: 10px;
    padding: 30px;
    font-size: 14px;
  }
  .galery__wrapper {
    padding: 58px 0;
  }
  .galery .swiper-slide-prev, .galery .swiper-slide-next {
    opacity: 1;
  }
  .galery .swiper-slide-prev::after {
    background: linear-gradient(to right, #ffffff00 0%, #ffffff 65%);
  }
  .galery .swiper-slide-next::after {
    background: linear-gradient(to left, #ffffff00 0%, #ffffff 65%);
  }
  .footer .btn {
    padding: 8px 16px;
    border-radius: 50px;
    outline: none;
  }
}

@media (max-width: 1359px) {
  .services {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 1279px) {
  .page-grid_2 {
    grid-template-columns: repeat(auto-fill, 48%);
  }
  .page-grid_4 {
    grid-template-columns: repeat(auto-fill, 23%);
  }
  .page-grid_5 {
    grid-template-columns: repeat(auto-fill, 18%);
  }
  .product__desc {
    margin-top: 60px;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    background-color: transparent;
  }
  .page-card {
    padding: 10px;
  }
  .product__desc-title {
    margin-bottom: 20px;
  }
  .product__desc-img {
    margin: 0 auto 10px;
  }
  .contacts__list {
    max-width: 750px;
    padding: 40px 80px;
  }
  .contacts__form-wrap {
    max-width: 500px;
    height: auto;
    padding: 40px 80px;
    border-radius: 400px;
    box-shadow: 0 4px 30px 0 rgba(123, 156, 180, 0.2);
    background-color: var(--white);
  }
  .contacts__form-wrap::before, .contacts__form-wrap::after {
    content: none;
  }
  .contacts__form {
    max-width: 100%;
    width: 100%;
    margin: auto;
  }
}

@media (max-width: 1179px) {
  .main-title {
    font-size: 40px;
  }
  .h2 {
    margin-bottom: 30px;
    font-size: 28px;
    text-align: center;
  }
  .burger {
    display: flex;
  }
  .header__bottom {
    position: absolute;
    top: -150%;
    transition: 0.36s;
    box-shadow: 0 4px 30px rgba(123, 156, 180, 0.20);
  }
  .header__bottom-container,
  .nav {
    flex-direction: column;
  }
  .nav__item {
    text-align: center;
  }
  .header__left {
    flex-direction: column;
    align-items: start;
    gap: 10px;
  }
  .header__location {
    padding: 0;
    background-color: transparent;
  }
  .header__right {
    padding: 26px 0 26px 50px;
    gap: 20px;
  }
  .hero {
    min-height: 480px;
  }
  .hero__tagline {
    font-size: 16px;
  }
  .hero__item {
    padding: 8px 16px 8px 50px;
    background-size: 24px;
  }
  .about {
    margin-top: -40px;
    padding: 70px 0 40px;
    background-position: -61vw 28px;
  }
  .about__content {
    flex-direction: column;
    padding: 20px 60px 40px;
    border-radius: 200px;
    text-align: center;
  }
  .advantage__item {
    font-size: 14px;
  }
  .my-serv {
    padding: 40px 0;
  }
  .my-serv_solutions {
    background-size: 200%;
  }
  .steps {
    padding: 40px 0;
  }
  .photos {
    padding: 40px 0 70px;
  }
  .solutions {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .solutions__item {
    max-width: 65%;
  }
  .solutions__item:nth-child(even) {
    margin-top: 0;
    justify-self: end;
  }
  .product__head-wrap {
    border-radius: 100px;
    padding: 30px 50px;
  }
  .product__head-wrap::after, .product__head-wrap::before {
    content: none;
  }
  .product__head {
    max-width: 100%;
    flex-direction: column-reverse;
    gap: 10px;
  }
  .product__head-right {
    flex-basis: 100%;
    display: flex;
    flex-direction: column;
    text-align: left;
  }
  .product__head-right .btn {
    align-self: end;
  }
  .page-grid_4 {
    grid-template-columns: repeat(auto-fill, 31%);
  }
  .page-grid_5 {
    grid-template-columns: repeat(auto-fill, 22%);
  }
  .contacts {
    padding: 30px 0 100px;
    background: url(./../img/bg/contacts-bg.svg) no-repeat top 120px center / cover;
  }
  .contacts__title {
    text-align: center;
    margin-bottom: 40px;
  }
  .contacts__wrap {
    padding-left: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .contacts__wrap::before {
    content: none;
  }
  .contacts__list {
    max-width: 100%;
  }
  .contacts__form-wrap {
    position: relative;
    max-width: 100%;
    width: 100%;
    height: auto;
    top: unset;
    right: unset;
    transform: unset;
  }
  .contacts__form {
    max-width: 460px;
  }
  .footer__btn_call {
    display: none;
  }
}

@media (max-width: 925px) {
  :root {
    --width-slide: 290px;
  }
  .h1 {
    font-size: 34px;
    margin-bottom: 40px;
  }
  .header__button.btn_wa::before {
    width: 26px;
    height: 26px;
  }
  .header__right {
    gap: 10px;
  }
  .header__button-text {
    display: none;
  }
  .header__phone {
    font-size: 18px;
  }
  .main-title {
    font-size: 30px;
  }
  .hero {
    min-height: 460px;
  }
  .hero__content {
    flex-direction: column;
    gap: 30px;
  }
  .hero__list {
    margin-top: 0;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: start;
  }
  .hero__item {
    flex-basis: 48%;
    width: 100%;
    font-size: 14px;
  }
  .about__content {
    padding: 20px 60px 40px;
    border-radius: 150px;
  }
  .advantage {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .advantage__item {
    flex-basis: 48%;
  }
  .solutions__item {
    max-width: 100%;
  }
  .solutions__item:nth-child(2n) {
    justify-self: start;
  }
  .solution__price {
    padding: 8px 16px;
    font-size: 16px;
  }
  .solution__title {
    font-size: 16px;
  }
  .solution__img-wrap {
    width: 200px;
    height: 200px;
  }
  .solution__img {
    width: 168px;
  }
  .product__desc {
    margin-top: 40px;
  }
  .page-grid_4, .page-grid_5 {
    grid-template-columns: repeat(auto-fill, 48%);
  }
  .footer__btn-text {
    display: none;
  }
  .footer__btn {
    min-width: 54px;
  }
}

@media (max-width: 767px) {
  :root {
    --offset-container: 14px;
  }
  .header__right {
    padding: 15px 0 15px 10px;
  }
  .header__top::after {
    width: 16px;
  }
  .header__logo-img {
    max-width: 300px;
  }
  .header__contacts {
    display: flex;
    flex-direction: column;
    align-items: end;
  }
  .header__time {
    max-width: 95%;
  }
  .header__phone {
    font-size: 16px;
  }
  .header__bottom {
    top: -150%;
  }
  .main-title {
    max-width: 100%;
  }
  .hero {
    min-height: 64vh;
    background-position: -50vw -40px;
  }
  .hero__list {
    flex-direction: column;
    align-self: end;
  }
  .about {
    margin-top: -40px;
    background-position: -145vw 5px;
  }
  .about__content {
    padding: 20px 40px 20px;
    border-radius: 100px;
  }
  .advantage {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(48%, 1fr));
  }
  .about__advantage::before, .about__advantage::after {
    width: 50%;
  }
  .about__advantage::before {
    left: 0;
  }
  .about__advantage::after {
    right: 0;
  }
  .my-serv_solutions {
    background-size: 250%;
  }
  .serv-card__head {
    margin-bottom: 10px;
  }
  .serv-card__price {
    min-width: 100px;
    height: 50px;
    font-size: 16px;
  }
  .serv-card__title {
    min-height: 90px;
    font-size: 16px;
  }
  .product__head {
    gap: 20px;
  }
  .product__head-right .btn {
    align-self: center;
  }
  .product__price {
    text-align: center;
  }
  .product__price_tink {
    margin-left: unset;
    max-width: 100%;
  }
}

@media (max-width: 666px) {
  .header__contacts {
    display: none;
  }
  .header__right {
    padding: 0;
    background-image: none;
    filter: none;
  }
  .header__top::after {
    content: none;
  }
  .hero__container {
    padding-top: 30px;
  }
  .about {
    background-position: -300vw 5px;
  }
  .about__container {
    margin-bottom: 40px;
  }
  .about__content {
    padding: 20px;
    border-radius: 50px;
  }
  .my-serv_solutions {
    background-size: 440%;
  }
  .solution {
    flex-direction: column;
    gap: 0;
  }
  .solutions__item:nth-child(2n) {
    justify-self: center;
  }
  .solution__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: -30px;
  }
  .solution__title {
    text-align: center;
  }
  .serv-card__head {
    flex-direction: column;
  }
  .serv-card__title {
    min-height: 42px;
  }
  .serv-card__price {
    align-self: end;
  }
  .page-grid_2, .page-grid_4, .page-grid_5 {
    grid-template-columns: repeat(auto-fill, 45%);
  }
  .product__desc-img {
    height: 250px;
  }
  .contacts {
    padding: 10px 0 60px;
  }
  .contacts__list, .contacts__form-wrap {
    padding: 30px 40px;
    border-radius: 50px;
  }
  .footer__top-container {
    align-items: start;
    flex-direction: column;
    gap: 10px;
  }
  .footer__logo-img {
    max-width: 300px;
  }
  .footer__btns-wrap {
    justify-content: space-between;
    width: 100%;
  }
  .footer .btn {
    padding: 6px 12px;
  }
  .footer__btn {
    min-height: 44px;
    height: unset;
    font-size: 14px;
  }
  .footer__btn.btn_wa .footer__btn-text {
    display: block;
  }
  .footer__bottom-container {
    grid-template-areas:
      'info'
      'nav'
      'copy';
    gap: 20px;
  }
  .footer__nav {
    justify-self: unset;
    align-items: start;
  }
}

@media (max-width: 567px) {
  :root {
    --height-slide: calc(var(--width-slide) * 2);
  }
  .h1 {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .galery::after {
    content: none;
  }
  .galery__wrapper {
    padding: 0;
  }
  .galery .swiper-slide-active {
    transform: scale(1);
    box-shadow: none;
  }
  .galery .swiper-slide-prev::after, .galery .swiper-slide-next::after {
    content: none;
  }
  .galery__btn_prev {
    left: 20px;
    transform: translate(0, -50%);
  }
  .galery__btn_next {
    right: 20px;
    transform: translate(0, -50%);
  }
  .services {
    grid-template-columns: 1fr;
  }
  .serv-card__head {
    flex-direction: row;
  }
  .serv-card__title {
    min-height: 90px;
  }
  .serv-card__price {
    align-self: start;
  }
  .product__head-wrap {
    border-radius: 50px;
    padding: 20px 30px;
  }
}

@media (max-width: 480px) {
  :root {
    --height-slide: calc(var(--width-slide) * 1.5);
  }

  .temporary__title, .temporary__text {
    text-align: center;
  }

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

  .temporary__btns > * {
    min-width: 260px;
    justify-content: center;
  }

  .h1 {
    font-size: 26px;
  }
  .h2 {
    font-size: 22px;
  }
  .header__container {
    flex-direction: column;
  }
  .header__left {
    align-items: center;
  }
  .header__right {
    width: 100%;
    justify-content: space-between;
    padding-bottom: 10px;
  }
  .header__button.btn  {
    padding: 6px 16px;
  }
  .burger::before {
    top: 10px;
  }
  .burger::after {
    bottom: 8px;
  }
  .main-title {
    font-size: 26px;
  }
  .hero {
    min-height: 70vh;
    background-position: -80vw -40px;
  }
  .hero__list {
    align-self: center;
  }
  .about {
    margin-top: -60px;
    background-position: -256vw 36px;
  }
  .my-serv_solutions {
    background-size: 630%;
  }
  .steps__list {
    gap: 10px;
  }
  .steps__item {
    --step-size: 156px;
    padding: 10px;
  }
  .steps__item::before {
    width: 36px;
    height: 36px;
  }
  .steps__item:not(:last-child)::after {
    right: -22px;
    width: 34px;
    height: 34px;
  }
  .product__price {
    font-size: 22px;
  }
  .product__price_tink {
    font-size: 18px;
  }
  .page-grid_2, .page-grid_4, .page-grid_5 {
    grid-template-columns: repeat(auto-fill, 100%);
  }
  .page-list__item-title {
    font-size: 16px;
  }
  .page-list__item {
    padding-left: 40px;
  }
  .page-list__item:before {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
  }
  .product__desc-img {
    height: 200px;
  }
  .contacts__list, .contacts__form-wrap {
    padding: 20px;
    border-radius: 30px;
  }
}

@media (max-width: 375px) {
  .hero {
    min-height: 78vh;
    background-position: -140vw -40px;
  }
  .hero.hero_services {
    background-position: -250vw -40px;
  }
  .about__advantage::before, .about__advantage::after {
    width: 100%;
  }
  .my-serv_solutions {
    background-size: 750%;
  }
  .steps__item {
    --step-size: 140px;
    font-size: 14px;
    gap: 6px;
  }
  .steps__item:not(:last-child)::after {
    content: none;
  }
  .product__desc-img {
    height: 160px;
  }
  .footer {
    font-size: 14px;
  }
  .footer__btn {
    min-width: 44px;
  }
  .footer__btn.btn_wa .footer__btn-text {
    display: none;
  }
}

.tink {
  padding: calc(100vw / 25.2631578947) calc(100vw / 25.2631578947) calc(100vw / 60);
  height: calc(100vw / 3.5555555556);
  position: relative;
  background-color: #f6f7f8;
  background-image: url(./../img/tb/img-banner.png);
  background-size: calc(100vw / 2);
  background-position: right center;
  background-repeat: no-repeat;
  font-family: "Tinkoff Sans";
}
.tink__logo {
  width: calc(100vw / 6.50844745763);
  height: auto;
  margin-bottom: calc(100vw / 38.4);
}
.tink__title {
  max-width: calc(100vw / 2.44274809916);
  margin-bottom: calc(100vw / 96);
  font-weight: 700;
  font-size: calc(100vw / 38.4);
  line-height: 1.1;
  color: #333;
}
.tink__tagline {
  max-width: calc(100vw / 2.44274809916);
  margin-bottom: calc(100vw / 21.3333333333333);
  font-weight: 400;
  font-size: calc(100vw / 64);
  line-height: 1.1;
  color: #333;
}
.tink__risk {
  font-family: "Tinkoff Sans Cond";
  font-weight: 400;
  font-size: calc(100vw / 45.7142857143);
  line-height: 0.9;
  text-transform: uppercase;
  color: rgba(51, 51, 51, 0.5);
}
.tink__text {
  position: absolute;
  top: calc(100vw / 44.65);
  right: calc(100vw / 29.54);
  max-width: calc(100vw / 15.6097560976);
  font-family: "Tinkoff Sans Cond";
  font-weight: 400;
  font-size: calc(100vw / 80);
  line-height: 1.4;
  color: #333;
}

@media (max-width: 1024px) {
  .tink {
    min-height: calc(100vw / 3.5555555556);
    height: 100%;
  }
  .tink__text {
    max-width: 62px;
    font-size: 12px;
  }
  .tink__title {
    font-size: 26px;
  }
  .tink__tagline {
    margin-bottom: calc(100vw / 36);
    font-size: 16px;
  }
}
@media (max-width: 659px) {
  .tink {
    background-image: none;
    height: auto;
  }
  .tink__title {
    max-width: 95%;
    margin-bottom: 10px;
  }
  .tink__tagline {
    margin-bottom: 30px;
  }
  .tink__risk {
    font-size: 12px;
  }
}
@media (max-width: 540px) {
  .tink__logo {
    width: 100px;
    margin-bottom: 20px;
  }
}

.cookie-banner {
  display: none;
  position: fixed;
  bottom: 20px;
  left: 20px;
  right: 20px;
  z-index: 9999;
  max-width: 570px;
  align-items: center;
  gap: 10px;
  padding: 12px 20px;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: rgba(36,36,36,.95);
  border-radius: 8px;
}
.cookie-banner__text {
  color: var(--white);
  font-size: 12px;
}
.cookie-banner__btn {
  display: inline-block;
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 6px 20px;
  border-radius: 20px;
  background-color: var(--white);
  font-size: 14px;
  transition: 0.3s;
}
.cookie-banner__btn:hover {
  background-color: var(--light);
}
@media (max-width: 500px) {
  .cookie-banner {
    flex-direction: column;
  }
}