@charset "UTF-8";

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
}

a {
  text-decoration: none;
  display: inline-block;
}

.container {
  max-width: var(--maxWidth);
  margin: 0 auto;
  padding: 0 15px;
}

.containerP0 {
  max-width: var(--maxWidth);
  margin: 0 auto;
  padding: 0;
}

body {
  margin: auto;
  padding: 0;
  font: 16px Helvetica, Arial, sans-serif;
  max-width: 1920px;
  min-width: 320px;
  color: #000;
}

h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

:root {
  --maxWidth: 1200px;
  --btnColorFixed: #00489d;
  --btnColorTel: #04b561;
  --mainColor: #00489d;
}

.btnFixedD__img {
  all: unset !important;
  width: 100%;
}

.process__img,
.saveOurNumber__img {
  min-height: 100% !important;
  min-width: 100% !important;
}

.advice {
  margin-top: 50px;
}

.advice__box {
  display: -ms-grid;
  display: grid;
  gap: 20px;
}

.advice__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.advice__title {
  font-size: clamp(24px, 5vw, 28px);
  font-weight: 600;
  margin: 0;
}

.advice__txt {
  line-height: 20px;
}

.advice__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.modernTechnology {
  margin-top: 50px;
}

.modernTechnology__box {
  display: -ms-grid;
  display: grid;
  gap: 20px;
}

.modernTechnology__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.modernTechnology__title {
  font-size: clamp(24px, 5vw, 28px);
  font-weight: 600;
  margin: 0;
}

.modernTechnology__txt {
  line-height: 20px;
}

.modernTechnology__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.modernTechnology__ul {
  list-style-type: disc;
  line-height: 20px;
  list-style-position: inside;
}

.saveOurNumber {
  margin-top: 50px;
}

.saveOurNumber__box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.saveOurNumber__imgWrp {
  max-width: 100%;
  max-height: 500px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 16px;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  border: 1px solid #eee;
}

.saveOurNumber__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.cheap__btnWrpMargin {
  margin-bottom: 20px;
}

.saveOurNumber__dsc {
  font-weight: 700;
  margin-bottom: 5px;
}

.saveOurNumber__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.saveOurNumber__title {
  font-size: clamp(24px, 5vw, 28px);
  font-weight: 600;
  margin: 0;
}

.saveOurNumber__txt {
  line-height: 20px;
}

.saveOurNumber__subTitle {
  margin-bottom: 0;
}

.saveOurNumber__ul {
  line-height: 20px;
  list-style-type: disc;
  list-style-position: inside;
}

.fast {
  margin-top: 20px;
}

.fast__box {
  display: -ms-grid;
  display: grid;
  gap: 20px;
}

.fast__left,
.fast__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.fast__title {
  font-size: clamp(24px, 5vw, 28px);
  font-weight: 600;
  margin: 0;
}

.fast__txt {
  line-height: 20px;
}

.fast__subTitle {
  margin-bottom: 0;
}

.fast__ul {
  list-style-type: disc;
  list-style-position: inside;
  line-height: 20px;
}

.changeLock {
  margin-top: 50px;
}

.changeLock__box {
  display: -ms-grid;
  display: grid;
  gap: 20px;
}

.changeLock__left,
.changeLock__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.changeLock__title {
  font-size: clamp(24px, 5vw, 28px);
  font-weight: 600;
  margin: 0;
}

.changeLock__subTitle {
  margin-bottom: 0;
}

.changeLock__ul {
  list-style-type: disc;
  list-style-position: inside;
  line-height: 20px;
}

.changeLock__txt {
  line-height: 20px;
}

.changeLock__imgWrp {
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 16px;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  border: 1px solid #eee;
}

.changeLock__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.openingCar {
  margin-top: 30px;
}

.openingCar__box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.openingCar__left,
.openingCar__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 9px;
}

.openingCar__title {
  font-size: clamp(24px, 5vw, 28px);
  font-weight: 600;
  margin: 0;
}

.openingCar__txt {
  line-height: 20px;
}

.openingCar__subTitle {
  margin-bottom: 0;
}

.openingCar__ul {
  line-height: 20px;
  list-style-type: disc;
  list-style-position: inside;
}

.openingASafe {
  margin-top: 50px;
}

.openingASafe__box {
  display: -ms-grid;
  display: grid;
  gap: 20px;
}

.openingASafe__left,
.openingASafe__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.openingASafe__title {
  font-size: clamp(24px, 5vw, 28px);
  font-weight: 600;
  margin: 0;
}

.openingASafe__txt {
  line-height: 20px;
}

.openingASafe__subTitle {
  margin-bottom: 0;
}

.openingASafe__ul {
  line-height: 20px;
  list-style-position: inside;
}

.aboutUs {
  margin-top: 50px;
}

.aboutUs__box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.aboutUs__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.aboutUs__title {
  font-size: clamp(24px, 5vw, 28px);
  font-weight: 600;
  margin: 0;
}

.aboutUs__txt {
  line-height: 20px;
}

.aboutUs__subTitle {
  margin-bottom: 0;
}

.aboutUs__imgWrp {
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 5px;
}

.aboutUs__img {
  width: 100%;
  height: 100%;
  max-height: 500px;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
  border-radius: 16px;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  border: 1px solid #eee;
}

.faq {
  margin-top: 50px;
}

.faq__box {
  display: -ms-grid;
  display: grid;
  gap: 20px;
}

.faq__left,
.faq__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.faq__title {
  font-size: clamp(24px, 5vw, 28px);
  font-weight: 600;
  margin: 0;
}

.faq__wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}

.faq__subTitle {
  margin-bottom: 0;
}

.faq__txt {
  line-height: 20px;
}

.header {
  background-color: var(--mainColor);
  color: #fff;
}

.header__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  padding: 10px;
}

.header__log {
  font-weight: 700;
  font-size: 17px;
  padding-left: 30px;
  position: relative;
}

.header__log::before {
  content: "";
  position: absolute;
  background-image: url(/assets/icons/log.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
  left: 0;
  top: 60%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header__ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.header__ul a {
  color: #fff;
}

.locksmith__box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.locksmith__imgWrp {
  max-width: 100%;
  max-height: 100%;
}

.locksmith__img {
  width: 100%;
  height: 100%;
}

.locksmith__title {
  font-weight: 700;
  font-size: clamp(28px, 5vw, 32px);
  margin: 0 auto;
  text-align: center;
  background-color: #002c3e;
  color: #fff;
  padding: 10px;
  width: 100%;
  margin-top: -20px;
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}

.locksmith__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  padding: 10px;
}

.locksmith__txt {
  line-height: 20px;
}

.locksmith__btnWrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  gap: 10px;
  margin-top: 20px;
}

.locksmith__btnTel {
  background-color: var(--btnColorTel);
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 20px;
  padding: 10px 20px 10px 40px;
  border-radius: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.locksmith__btnTel span {
  position: relative;
}

.locksmith__btnTel span::before {
  content: "";
  position: absolute;
  background-image: url(/assets/icons/telephone-fill.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 20px;
  aspect-ratio: 1;
  left: -32px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.locksmith__btnTel:hover {
  background-color: #038b4c;
  color: #fff;
}

.locksmith__btnMessage {
  background-color: var(--btnColorTel);
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 20px;
  padding: 10px 20px 10px 40px;
  border-radius: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: var(--mainColor);
}

.locksmith__btnMessage span {
  position: relative;
}

.locksmith__btnMessage span::before {
  content: "";
  position: absolute;
  background-image: url(/assets/icons/telephone-fill.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 20px;
  aspect-ratio: 1;
  left: -32px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.locksmith__btnMessage:hover {
  background-color: #038b4c;
  color: #fff;
}

.locksmith__btnMessage span {
  position: relative;
}

.locksmith__btnMessage span::before {
  background-image: url(/assets/icons/messageTelegram.png);
}

.locksmith__btnMessage:hover {
  background-color: #033064;
}

.hourlyService {
  margin-top: 30px;
}

.hourlyService__box {
  display: -ms-grid;
  display: grid;
  gap: 20px;
}

.hourlyService__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.hourlyService__title {
  font-size: clamp(24px, 5vw, 28px);
  font-weight: 600;
  margin: 0;
}

.hourlyService__txt {
  line-height: 20px;
}

.hourlyService__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.hourlyService__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}

.hourlyService__subTitle {
  font-size: 20px;
  font-weight: 700;
  padding-left: 25px;
  position: relative;
}

/* .hourlyService__subTitle::before {
  content: "";
  position: absolute;
  background-image: url(/assets/icons/greenCheck.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  left: 0;
  top: 60%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
} */

.process {
  margin-top: 50px;
}

.process__title {
  font-size: clamp(24px, 5vw, 28px);
  font-weight: 600;
  margin: 0;
  text-align: center;
}

.process__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 20px;
}

.process__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 10px;
}

.process__imgWrp {
  max-width: 200px;
  max-height: 100%;
  min-width: 160px;
}

.process__img {
  width: 100%;
  height: 100%;
}

.process__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  padding-top: 20px;
}

.process__name {
  font-weight: 700;
}

.process__txt {
  line-height: 20px;
}

.prices {
  margin-top: 50px;
}

.prices__box {
  display: -ms-grid;
  display: grid;
  gap: 20px;
}

.prices__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}

.prices__title {
  font-size: clamp(24px, 5vw, 28px);
  font-weight: 600;
  margin: 0;
}

.prices__txt {
  line-height: 20px;
}

table {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

td,
th {
  border: 1px solid #ddd;
  padding: 12px 15px;
  text-align: center;
}

th {
  background-color: #004e66;
  color: #fff;
  font-weight: 700;
}

tr:nth-child(even) {
  background-color: #f2f2f2;
}

td:first-child {
  text-align: left;
}

.cheap {
  margin-top: 50px;
}

.cheap__box {
  display: -ms-grid;
  display: grid;
  gap: 20px;
}

.cheap__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.cheap__title {
  font-size: clamp(24px, 5vw, 28px);
  font-weight: 600;
  margin: 0;
}

.cheap__txt {
  line-height: 20px;
}

.cheap__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.cheap__ul {
  list-style-type: disc;
  list-style-position: inside;
  line-height: 20px;
}

.cheap__btnWrp {
  text-align: center;
}

.cheap__btn {
  background-color: var(--btnColorTel);
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 20px;
  padding: 10px 20px 10px 40px;
  border-radius: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.cheap__btn span {
  position: relative;
}

.cheap__btn span::before {
  content: "";
  position: absolute;
  background-image: url(/assets/icons/telephone-fill.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 20px;
  aspect-ratio: 1;
  left: -32px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.cheap__btn:hover {
  background-color: #038b4c;
  color: #fff;
}

.doorOpening {
  margin-top: 50px;
}

.doorOpening__box {
  display: -ms-grid;
  display: grid;
  gap: 20px;
}

.doorOpening__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.doorOpening__title {
  font-size: clamp(24px, 5vw, 28px);
  font-weight: 600;
  margin: 0;
}

.doorOpening__txt {
  line-height: 20px;
}

.doorOpening__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.whenCanDamageOccur {
  margin-top: 50px;
}

.whenCanDamageOccur__box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.whenCanDamageOccur__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.whenCanDamageOccur__title {
  font-size: clamp(24px, 5vw, 28px);
  font-weight: 600;
  margin: 0;
}

.whenCanDamageOccur__txt {
  line-height: 20px;
}

.whenCanDamageOccur__imgWrp {
  width: 100%;
  max-height: 100%;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 16px;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  border: 1px solid #eee;
}

.whenCanDamageOccur__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.whenCanDamageOccur__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.whenCanDamageOccur__ul {
  list-style-type: disc;
  list-style-position: inside;
  line-height: 20px;
}

.reviews {
  margin-top: 50px;
}

.reviews__box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.reviews__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.reviews__title {
  font-size: clamp(24px, 5vw, 28px);
  font-weight: 600;
  margin: 0;
}

.reviews__txt {
  line-height: 20px;
}

.reviews__commentWrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
}

.reviews__name {
  font-weight: 700;
}

.reviews__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.reviews__imgWrp {
  width: 100%;
  max-height: 100%;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 16px;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  border: 1px solid #eee;
}

.reviews__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.forms {
  margin-top: 50px;
  margin-bottom: 20px;
}

.forms__title {
  font-size: clamp(24px, 5vw, 28px);
  font-weight: 600;
  margin: 0;
}

.forms__button {
  background-color: var(--btnColorTel);
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 20px;
  padding: 10px 20px 10px 40px;
  border-radius: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 5px;
}

.forms__button span {
  position: relative;
}

.forms__button span::before {
  content: "";
  position: absolute;
  background-image: url(/assets/icons/telephone-fill.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 20px;
  aspect-ratio: 1;
  left: -32px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.forms__button:hover {
  background-color: #038b4c;
  color: #fff;
}

.btnFixed {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 0;
  margin-bottom: 10px;
}

.btnFixed__btn {
  background-color: var(--btnColorTel);
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 20px;
  padding: 10px 20px 10px 40px;
  border-radius: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: var(--btnColorTel);
  width: 100%;
  text-align: center;
  padding: 16px 15px;
  border-radius: 0;
}

.btnFixed__btn span {
  position: relative;
}

.btnFixed__btn span::before {
  content: "";
  position: absolute;
  background-image: url(/assets/icons/telephone-fill.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 20px;
  aspect-ratio: 1;
  left: -32px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.btnFixed__btn:hover {
  background-color: #038b4c;
  color: #fff;
}

.btnFixed__btn::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 5px;
  font-size: 12px;
}

.btnFixedD {
  position: fixed;
  bottom: 20px;
  right: 10px;
}

.btnFixedD__btn {
  background-color: var(--btnColorTel);
  padding: 10px;
  border-radius: 50px;
  width: 38px;
  height: 38px;
}

.btnFixedD__img {
  width: 100%;
}

footer {
  background-color: var(--mainColor);
  color: #fff;
  font-weight: 700;
  padding: 13px 0;
}

@media (max-width: 767px) {

  .aboutUs__box,
  .advice__box,
  .changeLock__box,
  .cheap__box,
  .doorOpening__box,
  .faq__box,
  .fast__box,
  .hourlyService__box,
  .locksmith__box,
  .modernTechnology__box,
  .openingASafe__box,
  .openingCar__box,
  .prices__box,
  .process__wrapper,
  .reviews__box,
  .saveOurNumber__box,
  .whenCanDamageOccur__box {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .whenCanDamageOccur__imgWrp {
    display: none;
  }

  .whenCanDamageOccur__box {
    gap: 0;
  }
}

@media (max-width: 500px) {
  .btnFixedD {
    display: none;
  }

  .btnFixed {
    display: block;
  }

  footer {
    margin-bottom: 60px;
  }

  .header__ul {
    gap: 15px;
  }

  .header__box {
    gap: 10px;
  }

  .header__ul {
    font-size: 15px;
  }
}

/*  */
.header {
  background: linear-gradient(135deg, #002c3e, #004e66);
  color: #fff;
  padding: 10px 0;
  font-family: "Segoe UI", sans-serif;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.header__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.header__logo a {
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.header__logo a:hover {
  color: #ffd700;
}

.header__nav {
  flex-grow: 1;
  text-align: center;
}

.header__ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 30px;
  justify-content: center;
}

.header__ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 1rem;
  position: relative;
}

.header__ul li a::after {
  content: "";
  display: block;
  height: 2px;
  background: #ffd700;
  width: 0%;
  transition: width 0.3s;
  position: absolute;
  bottom: -5px;
  left: 0;
}

.header__ul li a:hover::after {
  width: 100%;
}

.btn-call {
  background: #ffd700;
  color: #002c3e;
  padding: 10px 20px;
  border-radius: 30px;
  font-weight: bold;
  text-decoration: none;
  transition: background 0.3s;
}

.btn-call:hover {
  background: #ffbf00;
}

/* 2 */
.locksmith {
  background: #f8f9fa;
}

.locksmith__box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.locksmith__left {
  flex: 1;
  min-width: 300px;
  text-align: center;
}

.locksmith__imgWrp {
  margin: 0 auto;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.locksmith__img {
  width: 100%;
  height: auto;
  display: block;
}

.locksmith__right {
  flex: 1;
  min-width: 300px;
}

.locksmith__txt {
  font-size: 1.2rem;
  line-height: 1.7;
  color: #444;
  margin-bottom: 30px;
  background-color: #ffffff;
  padding: 20px;
  border-left: 4px solid #ffd700;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.locksmith__btnWrp {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.locksmith__btnTel,
.locksmith__btnMessage {
  display: inline-block;
  padding: 12px 24px;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 30px;
  text-decoration: none;
  transition: background 0.3s ease;
}

.locksmith__btnTel {
  background-color: #ffd700;
  color: #002c3e;
}

.locksmith__btnTel:hover {
  background-color: #ffbf00;
}

.locksmith__btnMessage {
  background-color: #002c3e;
  color: #ffffff;
}

.locksmith__btnMessage:hover {
  background-color: #004e66;
}

/* 3 */
.hourlyService {
  background: #ffffff;
  padding: 20px 0;
}

.hourlyService__left,
.hourlyService__right {
  flex: 1;
  min-width: 320px;
}

.hourlyService__title {
  color: #002c3e;
  margin-bottom: 20px;
}

.hourlyService__txt {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #333;
  margin-bottom: 25px;
}

.hourlyService__subTitle {
  font-size: 1.2rem;
  font-weight: 600;
  color: #004e66;
  margin-bottom: 8px;
  border-left: 4px solid #ffd700;
  padding-left: 12px;
}

.hourlyService__inner {
  background: #f8f9fa;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
  transition: background 0.3s ease;
}

.hourlyService__inner:hover {
  background: #f1f3f5;
}

.locksmith__btnWrp {
  display: flex;
  gap: 15px;
  margin-top: 30px;
  flex-wrap: wrap;
}

.locksmith__btnTel,
.locksmith__btnMessage {
  padding: 12px 24px;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.locksmith__btnTel {
  background: #ffd700;
  color: #002c3e;
}

.locksmith__btnTel:hover {
  background: #ffbf00;
}

.locksmith__btnMessage {
  background: #002c3e;
  color: #fff;
}

.locksmith__btnMessage:hover {
  background: #004e66;
}

/* 4 */

.process {
  background: #f8f9fa;
  padding: 60px 0;
}

.process__title {
  color: #002c3e;
  margin-bottom: 40px;
}

.process__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between;
}

.process__inner {
  flex: 1 1 calc(50% - 30px);
  background: #ffffff;
  padding: 20px;
  border-radius: 12px;
  display: flex;
  gap: 20px;
  align-items: flex-start;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.process__inner:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.process__imgWrp {
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 50%;
  border: 2px solid #ffd700;
}

.process__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.process__content {
  flex-grow: 1;
}

.process__name {
  font-size: 1.1rem;
  font-weight: 600;
  color: #004e66;
  margin-bottom: 6px;
}

.process__txt {
  font-size: 1rem;
  color: #444;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .process__wrapper {
    flex-direction: column;
  }

  .process__inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .process__imgWrp {
    margin-bottom: 10px;
  }

  .process__content {
    align-items: center;
  }
}

@media (max-width: 1023px) {
  .process__inner {
    flex: 1 1 calc(50% - 30px);
    background: #ffffff;
    padding: 20px;
    border-radius: 12px;
    display: flex;
    gap: 20px;
    align-items: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    flex-direction: column;
  }
}

/* 5 */
.prices {
  background: #ffffff;
}

.prices__title {
  color: #002c3e;
  margin-bottom: 20px;
  text-align: center;
}

.prices__txt {
  font-size: 1.05rem;
  color: #444;
  line-height: 1.7;
  max-width: 800px;
  margin: 0 auto 40px;
  text-align: center;
}

.prices__table {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  border-collapse: collapse;
  background-color: #f8f9fa;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  overflow: hidden;
}

.prices__table th,
.prices__table td {
  padding: 16px 20px;
  text-align: left;
  font-size: 1rem;
  color: #002c3e;
}

.prices__table th {
  color: #fff;
}

.prices__table thead {
  background: #002c3e;
  color: #fff;
}

.prices__table tbody tr {
  border-bottom: 1px solid #e0e0e0;
}

.prices__table tbody tr:nth-child(even) {
  background-color: #f1f3f5;
}

.prices__table td:last-child {
  font-weight: 600;
  color: #004e66;
}

/* 6 */
.cheap {
  background: #fefefe;
  padding: 20px 0;
}

.cheap__left,
.cheap__right {
  flex: 1;
  min-width: 320px;
}

.cheap__title {
  color: #002c3e;
  margin-bottom: 20px;
}

.cheap__txt {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #444;
}

.cheap__ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.cheap__ul li {
  position: relative;
  padding-left: 30px;
  font-size: 1.05rem;
  color: #002c3e;
  font-weight: 500;
}

.cheap__ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #00a86b;
  font-weight: bold;
  font-size: 1.2rem;
}

.cheap__btnWrp {
  margin-top: 30px;
}

.cheap__btn {
  background: #ffd700;
  color: #002c3e;
  padding: 14px 28px;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transition: background 0.3s ease;
}

.cheap__btn:hover {
  background: #ffbf00;
}

@media (max-width: 768px) {
  .cheap__box {
    flex-direction: column;
  }

  .cheap__txt,
  .cheap__ul li {
    font-size: 1rem;
  }

  .cheap__ul {
    gap: 12px;
  }

  .cheap__btn {
    width: 100%;
    text-align: center;
  }
}

/* 7 */
.doorOpening {
  background: #f8f9fa;
  padding: 60px 0;
}

.doorOpening__left,
.doorOpening__right {
  flex: 1;
  min-width: 320px;
}

.doorOpening__title {
  color: #002c3e;
  margin-bottom: 20px;
}

.doorOpening__txt {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #444;
  margin-bottom: 20px;
}

.doorOpening__wrp {
  background: #ffffff;
  border-left: 4px solid #ffd700;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  transition: background 0.3s ease;
}

.doorOpening__wrp:hover {
  background: #f1f3f5;
}

.doorOpening__subTitle {
  font-size: 1.15rem;
  font-weight: 600;
  color: #004e66;
  margin-bottom: 10px;
}

/* 8 */
.whenCanDamageOccur {
  background: #ffffff;
}

.whenCanDamageOccur__left {
  flex: 1;
  min-width: 300px;
}

.whenCanDamageOccur__imgWrp {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.whenCanDamageOccur__img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.whenCanDamageOccur__right {
  flex: 2;
  min-width: 300px;
}

.whenCanDamageOccur__title {
  color: #002c3e;
  margin-bottom: 20px;
  margin-top: 20px;
}

.whenCanDamageOccur__txt {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #444;
  margin-bottom: 20px;
}

.whenCanDamageOccur__ul {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.whenCanDamageOccur__ul li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 15px;
  color: #002c3e;
  font-weight: 500;
}

.whenCanDamageOccur__ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #00a86b;
  font-weight: bold;
}

/* 9 */
.reviews {
  background: #fefefe;
}

.reviews__left {
  flex: 2;
  min-width: 320px;
}

.reviews__right {
  flex: 1;
  min-width: 300px;
}

.reviews__title {
  color: #002c3e;
  margin-bottom: 20px;
}

.reviews__txt {
  font-size: 1.05rem;
  color: #444;
  line-height: 1.7;
  margin-bottom: 20px;
}

.reviews__commentWrp {
  background: #f8f9fa;
  border-left: 4px solid #ffd700;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  transition: background 0.3s ease;
}

.reviews__commentWrp:hover {
  background: #f1f3f5;
}

.reviews__name {
  font-weight: 600;
  color: #004e66;
  margin-bottom: 5px;
}

.reviews__stars {
  color: #ffd700;
  margin-bottom: 10px;
  font-size: 1.2rem;
}

.reviews__message {
  font-size: 1rem;
  color: #333;
  line-height: 1.6;
}

.reviews__imgWrp {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.reviews__img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* 10 */
.advice {
  background: #f5f8fa;
  padding: 60px 0;
}

.advice__box {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: flex-start;
}

.advice__left,
.advice__right {
  flex: 1;
  min-width: 320px;
}

.advice__title {
  color: #002c3e;
  margin-bottom: 20px;
}

.advice__subTitle {
  font-size: 1.15rem;
  font-weight: 600;
  color: #004e66;
  margin-bottom: 10px;
}

.advice__txt {
  font-size: 1.05rem;
  color: #444;
  line-height: 1.7;
  margin-bottom: 20px;
}

.advice__wrp {
  background: #ffffff;
  padding: 20px;
  border-left: 4px solid #ffd700;
  border-radius: 10px;
  margin-bottom: 20px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  transition: background 0.3s ease;
}

.advice__wrp:hover {
  background: #f1f3f5;
}

.cheap__btnWrp {
  margin-top: 30px;
}

.cheap__btn {
  background: #ffd700;
  color: #002c3e;
  padding: 14px 28px 14px 50px;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transition: background 0.3s ease;
}

.cheap__btn:hover {
  background: #ffbf00;
}

@media (max-width: 768px) {
  .advice__box {
    flex-direction: column;
  }

  .advice__txt,
  .advice__subTitle {
    font-size: 1rem;
  }

  .cheap__btn {
    width: 100%;
    text-align: center;
  }
}

/* 11 */
.modernTechnology {
  background: #ffffff;
}

/* .modernTechnology__box {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: flex-start;
} */

.modernTechnology__left,
.modernTechnology__right {
  flex: 1;
  min-width: 320px;
}

.modernTechnology__title {
  color: #002c3e;
  margin-bottom: 20px;
}

.modernTechnology__subTitle {
  font-size: 1.25rem;
  font-weight: 600;
  color: #004e66;
  margin-bottom: 15px;
}

.modernTechnology__txt {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #444;
  margin-bottom: 20px;
}

.modernTechnology__ul {
  list-style: none;
  padding-left: 0;
}

.modernTechnology__ul li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 15px;
  font-size: 1.05rem;
  color: #002c3e;
  font-weight: 500;
}

.modernTechnology__ul li::before {
  content: "🔧";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1rem;
}

@media (max-width: 768px) {
  .modernTechnology__box {
    flex-direction: column;
  }

  .modernTechnology__subTitle {
    font-size: 1.1rem;
  }

  .modernTechnology__txt,
  .modernTechnology__ul li {
    font-size: 1rem;
  }
}

/* 12 */
.saveOurNumber {
  background: #fefefe;
}

.saveOurNumber__box {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
}

.saveOurNumber__imgWrp {
  flex: 1;
  min-width: 300px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.saveOurNumber__img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.saveOurNumber__right {
  flex: 1.2;
  min-width: 320px;
}

.saveOurNumber__title {
  color: #002c3e;
  margin-bottom: 20px;
}

.saveOurNumber__subTitle {
  color: #004e66;
  margin-bottom: 15px;
}

.saveOurNumber__txt {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #444;
  margin-bottom: 20px;
}

.saveOurNumber__ul {
  list-style: none;
  padding: 0;
  margin-bottom: 25px;
}

.saveOurNumber__ul li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 15px;
  font-weight: 500;
  color: #002c3e;
}

.saveOurNumber__ul li::before {
  content: "✅";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1rem;
  color: #00a86b;
}

.saveOurNumber__dsc {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: #002c3e;
}

.cheap__btnWrpMargin {
  margin-top: 20px;
}

@media (max-width: 768px) {
  .saveOurNumber__box {
    flex-direction: column;
  }

  .saveOurNumber__txt,
  .saveOurNumber__ul li {
    font-size: 1rem;
  }

  .cheap__btn {
    width: 100%;
    text-align: center;
  }

  .saveOurNumber__dsc {
    text-align: center;
  }
}

/* 13 */
.fast {
  background: #ffffff;
  padding-top: 20px;
}

.fast__left,
.fast__right {
  flex: 1;
  min-width: 320px;
}

.fast__title {
  color: #002c3e;
  margin-bottom: 20px;
}

.fast__subTitle {
  color: #004e66;
  margin: 0 0 15px;
}

.fast__txt {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #444;
  margin-bottom: 20px;
}

.fast__ul {
  list-style: none;
  padding: 0;
  margin-bottom: 25px;
}

.fast__ul li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 15px;
  font-weight: 500;
  color: #002c3e;
}

.fast__ul li::before {
  content: "🚗";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1rem;
  color: #00a86b;
}

@media (max-width: 768px) {
  .fast__box {
    flex-direction: column;
  }

  .fast__txt,
  .fast__ul li {
    font-size: 1rem;
  }
}

/* 14 */
.changeLock {
  background: #f8f9fa;
  padding: 60px 0;
}

.changeLock__right {
  flex: 1;
  min-width: 320px;
}

.changeLock__title {
  color: #002c3e;
}

.changeLock__subTitle {
  color: #004e66;
  margin: 25px 0 15px;
}

.changeLock__txt {
  font-size: 1.05rem;
  color: #444;
  line-height: 1.7;
}

.changeLock__ul {
  list-style: none;
  padding-left: 0;
}

.changeLock__ul li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 15px;
  color: #002c3e;
  font-weight: 500;
}

.changeLock__ul li::before {
  content: "💧";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1rem;
  color: #00a86b;
}

.saveOurNumber__dsc {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: #002c3e;
}

.cheap__btnWrpMargin {
  margin-top: 30px;
}

@media (max-width: 768px) {
  .changeLock__box {
    flex-direction: column;
  }

  .changeLock__txt,
  .changeLock__ul li {
    font-size: 1rem;
  }

  .cheap__btn {
    width: 100%;
    text-align: center;
  }

  .saveOurNumber__dsc {
    text-align: center;
  }

  .changeLock__box {
    gap: 0px;
  }
}

/* 15 */
.openingCar,
.openingASafe {
  background: #ffffff;
  padding: 30px 0;
}

/* Общие стили для блоков */
.openingCar__box {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: flex-start;
}

/* Картинка для openingCar */
.changeLock__imgWrp {
  flex: 1;
  min-width: 300px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.changeLock__img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* Левая и правая часть */
.openingCar__right,
.openingASafe__left,
.openingASafe__right {
  flex: 1;
  min-width: 320px;
}

.openingCar__title,
.openingASafe__title {
  color: #002c3e;
  margin-bottom: 20px;
}

.openingCar__subTitle,
.openingASafe__subTitle {
  color: #004e66;
  margin-bottom: 15px;
}

.openingCar__txt,
.openingASafe__txt {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #444;
  margin-bottom: 20px;
}

.openingCar__ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 30px;
}

.openingCar__ul li,
.openingASafe__ul li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 15px;
  color: #002c3e;
  font-weight: 500;
}

.openingCar__ul li::before,
.openingASafe__ul li::before {
  content: "💧";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1rem;
  color: #00a86b;
}

/* Кнопки */
.locksmith__btnWrp {
  display: flex;
  gap: 15px;
  margin-top: 30px;
  flex-wrap: wrap;
}

.locksmith__btnTel,
.locksmith__btnMessage {
  padding: 12px 24px 12px 40px;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.locksmith__btnTel {
  background: #ffd700;
  color: #002c3e;
}

.locksmith__btnTel:hover {
  background: #ffbf00;
}

.locksmith__btnMessage {
  background: #002c3e;
  color: #fff;
}

.locksmith__btnMessage:hover {
  background: #004e66;
}

@media (max-width: 768px) {

  .openingCar__box,
  .openingASafe__box {
    flex-direction: column;
  }

  .openingCar__txt,
  .openingASafe__txt,
  .openingCar__ul li,
  .openingASafe__ul li {
    font-size: 1rem;
  }

  .locksmith__btnWrp {
    justify-content: center;
  }

  .locksmith__btnTel,
  .locksmith__btnMessage {
    width: 100%;
    text-align: center;
  }

  .openingCar,
  .openingASafe {
    padding: 0;
  }
}

/* 16 */
.aboutUs {
  background: #ffffff;
}

.aboutUs__box {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: flex-start;
}

.aboutUs__left {
  flex: 1.5;
  min-width: 320px;
}

.aboutUs__imgWrp {
  flex: 1;
  min-width: 300px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.aboutUs__img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.aboutUs__title {
  color: #002c3e;
  margin-bottom: 20px;
}

.aboutUs__subTitle {
  color: #004e66;
  margin: 0;
}

.aboutUs__txt {
  font-size: 1.05rem;
  color: #444;
  line-height: 1.7;
  margin-bottom: 20px;
}

.aboutUs__ul {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.aboutUs__ul li {
  position: relative;
  margin-bottom: 12px;
  color: #002c3e;
  font-weight: 500;
  line-height: 20px;
}

/* 17 */
.faq {
  background: #f8f9fa;
  padding: 30px 0;
}

.faq__box {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: flex-start;
}

.faq__left,
.faq__right {
  flex: 1;
  min-width: 320px;
}

.faq__title {
  color: #002c3e;
  margin-bottom: 20px;
}

.faq__subTitle {
  color: #004e66;
  margin: 20px 0 10px;
}

.faq__txt {
  font-size: 1.05rem;
  color: #444;
  line-height: 1.6;
  margin-bottom: 15px;
}

.faq__txt strong {
  color: #002c3e;
}

@media (max-width: 768px) {

  .aboutUs__box,
  .faq__box {
    flex-direction: column;
  }

  .aboutUs__title,
  .faq__title {
    font-size: 1.6rem;
  }

  .aboutUs__txt,
  .aboutUs__ul li,
  .faq__txt {
    font-size: 1rem;
  }

  .aboutUs__imgWrp {
    margin-top: 20px;
  }

  .cheap__btn {
    width: 100%;
    text-align: center;
  }

  .faq__box {
    gap: 0;
  }

  .faq__left,
  .faq__right {
    gap: 0px;
  }
}

/* 18 */
.forms {
  background: #ffffff;
  padding: 0 0 20px;
}

.forms__title {
  color: #002c3e;
  margin-bottom: 30px;
  text-align: center;
}

.forms__box {
  max-width: 700px;
  margin: 0 auto;
  padding: 30px;
  background: #f8f9fa;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.form-control {
  width: 100%;
  padding: 12px 16px;
  font-size: 1rem;
  border-radius: 8px;
  border: 1px solid #ccc;
  transition: border 0.3s ease;
}

.form-control:focus {
  outline: none;
  border-color: #004e66;
  box-shadow: 0 0 4px rgba(0, 78, 102, 0.2);
}

.forms__button {
  background-color: #ffd700;
  border: none;
  color: #002c3e;
  border-radius: 30px;
  font-size: 1rem;
  transition: background 0.3s ease;
}

.forms__button:hover {
  background-color: #ffbf00;
  cursor: pointer;
}

#jq_success {
  margin-top: 20px;
  font-weight: 600;
  color: green;
  text-align: center;
}

/* 19 */
.footer-standorte {
  background-color: #002c3e;
  color: #ffffff;
  padding: 60px 0 40px;
  font-family: "Segoe UI", sans-serif;
}

.footer-standorte .container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 15px;
}

.footer-standorte h2 {
  margin-bottom: 25px;
  color: #ffd700;
  font-weight: 600;
  text-align: center;
}

.standorte-liste {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 15px;
  justify-content: center;
}

.standorte-liste li {
  text-align: center;
}

.standorte-liste a {
  display: inline-block;
  text-decoration: none;
  color: #ffffff;
  font-size: 1rem;
  padding: 8px 12px;
  border-radius: 8px;
  transition: background 0.3s ease, color 0.3s ease;
}

.standorte-liste a:hover {
  background-color: #ffd700;
  color: #002c3e;
  font-weight: 600;
}

/* Стили для отзывов */
.review-card {
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
  margin-bottom: 2rem;
  background: #ffffff;
  padding: 0.9rem;
  border-radius: 16px;
  border: 1px solidrgba(236, 191, 77, 0.2);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.review-card:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  background: #ffffff;
}

.review-photo {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid #e6a400;
}

.review-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.review-content p {
  margin: 0.5rem 0;
  line-height: 1.5;
  color: #444;
  background-color: #f5faff;
  border: 1px solid #DEDEDE;
  border-radius: 6px;
  box-sizing: border-box;
  padding: 10px;
}

.review-rating {
  font-size: 1.1rem;
  color: #e6a400;
}

.titleH1 {
  font-size: 2.2rem;
  margin-bottom: 2rem;
  text-align: center;
  color: #222;
  border-bottom: 2px solid #e6a400;
  display: inline-block;
  padding-bottom: 0.5rem;
}

.pagination {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin: 2rem 0;
  flex-wrap: wrap;
}

.pagination .btn,
.pagination .current {
  padding: 0.6em 1em;
  border: 1px solid #ccc;
  border-radius: 8px;
  text-decoration: none;
  background: white;
  color: #333;
  transition: background 0.3s;
}

.pagination .btn:hover {
  background: #e6a400;
  color: white;
}

.pagination .current {
  background: #e6a400;
  color: #fff;
  pointer-events: none;
}

.pagination .ellipsis {
  padding: 0.5em;
  color: #aaa;
}


.review-content h3 {
  margin: 0;
  font-size: 1.1rem;
  color: #002c3e;
  font-weight: 600;
}

.review__wrp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}

.review-city {
  font-size: 0.9rem;
  color: #888;
  margin-top: 0.2rem;
}

.review-service {
  display: inline-block;
  background: #e6a40022;
  color: #e59f00;
  font-size: 0.95rem;
  font-weight: 500;
  padding: 0.3rem 0.6rem;
  border-radius: 6px;
  margin: 0.5rem 0;
  width: fit-content;
}

.review-comment {
  margin: 0.5rem 0;
  line-height: 1.6;
  color: #444;
}

.review-meta {
  display: flex;
  justify-content: flex-end;
  font-size: 0.85rem;
  color: #666;
  margin-top: 0.8rem;
  align-items: center;
}

.review-meta .date {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.review-rating {
  font-size: 1.1rem;
  color: #e6a400;
  letter-spacing: 1px;
}

.write-review-button-wrp {
  text-align: right;
}

.write-review-button {
  display: inline-block;
  margin-top: 1rem;
  background-color: #e6a400;
  color: #fff;
  font-weight: bold;
  padding: 0.8rem 1.6rem;
  border-radius: 8px;
  text-decoration: none;
  font-size: 1rem;
  transition: background-color 0.3s, box-shadow 0.3s;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
}

.write-review-button:hover {
  background-color: #cf9600;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  color: #fff;
}

@media (max-width: 1024px) {
  .review-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .review-meta {
    flex-direction: column;
    gap: 0.5rem;
    align-items: flex-end;
  }

  .review-rating-bar progress {
    width: 120px;
  }
}




/* ----- */