/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active, a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *  Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Improves appearance and consistency in all browsers.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *  and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *  `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

ul {
  padding-left: 0;
  list-style: none;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  scroll-behavior: smooth;
}

body {
  font-size: 2.4rem;
  font-family: "Montserrat", Verdana, sans-serif;
}

h1 {
  font-weight: bold;
  font-size: 4.8rem;
  line-height: 59px;
  color: #FFA500;
}
@media (max-width: 992px) {
  h1 {
    font-size: 3rem;
  }
}
@media (max-width: 420px) {
  h1 {
    line-height: 37px;
  }
}

h1.subpage {
  font-size: 3rem;
  line-height: 37px;
}
@media (max-width: 992px) {
  h1.subpage {
    text-align: center;
  }
}
@media (max-width: 420px) {
  h1.subpage {
    font-size: 2.4rem;
    line-height: 29px;
  }
}

h2 {
  font-weight: bold;
  font-size: 3.5rem;
  line-height: 44px;
  color: #FFA500;
  text-align: center;
  margin: 80px 0 60px;
}
@media (max-width: 992px) {
  h2 {
    margin: 40px 0;
  }
}
@media (max-width: 420px) {
  h2 {
    font-size: 3rem;
    line-height: 37px;
    margin: 30px 0;
  }
}

h3 {
  font-weight: bold;
  font-size: 3rem;
  line-height: 37px;
  margin-top: 5px;
}
@media (max-width: 420px) {
  h3 {
    font-size: 24px;
    line-height: 29px;
  }
}

h3.subpage {
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 29px;
  text-align: center;
}
@media (max-width: 420px) {
  h3.subpage {
    font-size: 1.8rem;
    line-height: 22px;
    margin-top: 40px;
  }
}

h4 {
  font-weight: bold;
  font-size: 2.6rem;
  line-height: 32px;
  color: #FFA500;
  margin: 10px;
}
@media (max-width: 420px) {
  h4 {
    font-size: 1.8rem;
    line-height: 22px;
  }
}

.tagline {
  font-weight: 600;
  font-size: 2rem;
  line-height: 24px;
  width: 49%;
}
@media (max-width: 1200px) {
  .tagline {
    width: 71%;
  }
}
@media (max-width: 992px) {
  .tagline {
    width: 50%;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 20px;
  }
}
@media (max-width: 420px) {
  .tagline {
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 22px;
    width: 97%;
  }
}

.price {
  font-weight: 600;
  font-size: 3rem;
  line-height: 37px;
}
@media (max-width: 992px) {
  .price {
    text-align: center;
  }
}
@media (max-width: 420px) {
  .price {
    font-size: 1.8rem;
    line-height: 22px;
  }
}

.price span {
  font-weight: 500;
  font-style: italic;
}

p.main-text {
  font-size: 1.6rem;
  line-height: 22px;
  text-align: center;
  padding: 14px 0;
}
@media (max-width: 420px) {
  p.main-text {
    font-size: 1.6rem;
    margin: 0;
  }
}

.lock-manufacturers {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 70px 0;
  background-color: #CAFFCC;
  border-radius: 5px;
}
@media (max-width: 992px) {
  .lock-manufacturers {
    width: 80%;
    margin: 40px auto;
  }
}
@media (max-width: 764px) {
  .lock-manufacturers {
    width: 90%;
    position: relative;
  }
}
@media (max-width: 420px) {
  .lock-manufacturers {
    margin-top: 60px;
  }
}

.lock-manufacturers__text {
  width: 80%;
  display: block;
  font-size: 1.6rem;
  line-height: 22px;
  text-align: center;
  text-align: left;
}
@media (max-width: 1200px) {
  .lock-manufacturers__text {
    width: 75%;
  }
}
@media (max-width: 764px) {
  .lock-manufacturers__text {
    width: 100%;
    padding: 0 30px;
    text-align: center;
  }
}

.lock-manufacturers__pictogram {
  background: url("../../img/main/manufactures.svg") center center no-repeat;
  width: 15%;
  height: 132px;
}
@media (max-width: 1200px) {
  .lock-manufacturers__pictogram {
    width: 20%;
  }
}
@media (max-width: 764px) {
  .lock-manufacturers__pictogram {
    position: absolute;
    width: 58px;
    height: 71px;
    background-size: cover;
    top: -28px;
    left: -24px;
  }
}

.question-attention {
  display: flex;
  flex-direction: column;
}

.question-attention__text {
  width: 98%;
  text-align: center;
  color: #FF4D4D;
}
@media (max-width: 992px) {
  .question-attention__text {
    width: 90%;
    margin: 40px auto;
  }
}
@media (max-width: 420px) {
  .question-attention__text {
    font-size: 2rem;
    line-height: 23px;
    margin-top: 10px;
  }
}

.before-after {
  width: 550px;
  margin: 0 auto 40px auto;
}
@media (max-width: 764px) {
  .before-after {
    width: 320px;
  }
}

.before-after__img {
  display: flex;
}

.arrow {
  display: flex;
  height: 36px;
  background: url("../../img/main/arrow.png") center center no-repeat;
}
@media (max-width: 764px) {
  .arrow {
    background: url("../../img/main/arrow-mob.png") center center no-repeat;
    height: 21px;
  }
}

.arrow p {
  width: 50%;
  margin: 0;
  text-align: center;
  font-style: italic;
  font-weight: 600;
}
@media (max-width: 764px) {
  .arrow p {
    font-size: 1.4rem;
    line-height: 18px;
  }
}

.arrow p span {
  color: #FFFFFF;
}

.before-after-ones {
  width: 160px;
}

@media (max-width: 764px) {
  .before-after-once img {
    width: 100%;
    height: auto;
  }
}

.wrapper {
  max-width: 1390px;
  margin: auto;
  padding: 0 10px;
}
@media (max-width: 420px) {
  .wrapper {
    padding: 0 20px;
  }
}

.header {
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}
@media (max-width: 992px) {
  .header {
    position: relative;
    position: fixed;
  }
}
.header a {
  text-decoration: none;
  color: #000000;
}

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

.hamburger {
  display: none;
  background: url("../../img/header/hamburger.svg");
  width: 44px;
  height: 44px;
  margin: 10px 20px;
}
@media (max-width: 992px) {
  .hamburger {
    display: block;
  }
}
@media (max-width: 420px) {
  .hamburger {
    margin: 10px 10px;
  }
}

.logo {
  font-style: italic;
  font-weight: 600;
  line-height: 34px;
  font-size: 2.8rem;
}
.logo span {
  color: #FFA500;
}
@media (max-width: 420px) {
  .logo {
    font-size: 1.8rem;
    line-height: 22px;
  }
}

@media (max-width: 992px) {
  .header__navigation {
    display: none;
    position: absolute;
    top: 64%;
    left: 0;
    width: 100%;
  }
}

.navigation {
  display: flex;
  font-size: 1.8rem;
  font-weight: 600;
}
@media (max-width: 992px) {
  .navigation {
    flex-direction: column;
    text-align: center;
    background-color: #FFFFFF;
    font-size: 2.4rem;
  }
}

.navigation___link {
  padding: 0 10px;
}
.navigation___link a:hover {
  border-bottom: 2px solid #FFA500;
  transition: all 0.2s;
}
@media (max-width: 992px) {
  .navigation___link {
    padding: 16px;
  }
}

.header__tel {
  font-style: italic;
  font-weight: 600;
  font-size: 2.6rem;
  line-height: 31px;
  border: 2px solid transparent;
}
.header__tel:hover {
  border-bottom: 2px solid #FFA500;
  transition: all 0.2s;
}
.header__tel:before {
  content: url("../../img/header/phone.svg");
  position: relative;
  top: 5px;
}
@media (max-width: 992px) {
  .header__tel {
    display: none;
  }
}

.header__activ-tel {
  display: none;
}
@media (max-width: 992px) {
  .header__activ-tel {
    display: block;
    background: url("../../img/header/phonecalling.svg");
    width: 44px;
    height: 44px;
    margin: 10px 20px;
  }
}
@media (max-width: 420px) {
  .header__activ-tel {
    margin: 10px 10px;
  }
}

.header__activ-tel a {
  display: block;
  width: 100%;
  height: 100%;
}

.show_hide {
  display: block;
  animation: showBlock 0.5s linear forwards;
}

@keyframes showBlock {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.about {
  height: 854px;
  background: url("../../img/about_us/about.png") center center;
  margin-top: 58px;
}
@media (max-width: 992px) {
  .about {
    height: 538px;
  }
}
@media (max-width: 420px) {
  .about {
    background-size: cover;
  }
}

.about__text {
  padding: 180px 0 81px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  max-width: 90%;
  height: 834px;
  margin: auto;
}
@media (max-width: 992px) {
  .about__text {
    max-width: 100%;
    padding: 40px 0;
    height: 516px;
  }
}
.about__text p {
  font-weight: 600;
  font-size: 3.6rem;
  line-height: 44px;
  color: #FFFFFF;
  margin: 0;
}
@media (max-width: 992px) {
  .about__text p {
    font-size: 1.8rem;
  }
}
@media (max-width: 420px) {
  .about__text p {
    line-height: 22px;
  }
}

.about__experience {
  flex-grow: 1;
}

.about__working-time {
  font-style: italic;
}

@media (max-width: 420px) {
  p.about__working-time {
    font-size: 1.4rem;
  }
}

p.emergency {
  display: block;
  width: 724px;
  position: relative;
  margin: 0 auto;
  color: #000000;
  font-style: normal;
  background-color: #FFA500;
}
@media (max-width: 992px) {
  p.emergency {
    width: 366px;
  }
}
@media (max-width: 420px) {
  p.emergency {
    width: 280px;
  }
}

p.alltime {
  font-size: 2.8rem;
}
@media (max-width: 420px) {
  p.alltime {
    font-size: 1.3rem;
  }
}

.emergency:after {
  content: "";
  position: absolute;
  top: 13%;
  right: -2.4%;
  width: 32px;
  height: 32px;
  z-index: 2;
  background-color: #FFA500;
  transform: rotate(45deg);
}
@media (max-width: 992px) {
  .emergency:after {
    right: -4.4%;
  }
}
@media (max-width: 420px) {
  .emergency:after {
    width: 16px;
    height: 16px;
    right: -3.2%;
  }
}

.emergency:before {
  content: "";
  position: absolute;
  top: 13%;
  left: -2.3%;
  width: 32px;
  height: 32px;
  z-index: 2;
  background-color: #FFA500;
  transform: rotate(45deg);
}
@media (max-width: 992px) {
  .emergency:before {
    left: -4.4%;
  }
}
@media (max-width: 420px) {
  .emergency:before {
    width: 16px;
    height: 16px;
    left: -3.2%;
  }
}

.services-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.serices-list__item {
  display: flex;
  border: 3px solid #000000;
  width: 32%;
  min-height: 160px;
  border-radius: 5px;
  margin-bottom: 20px;
}
.serices-list__item:hover {
  background: #FFA500;
  border: 3px solid #FFA500;
  box-shadow: 0px 0px 15.8413px rgba(0, 0, 0, 0.25);
  transition: all 0.2s;
}
@media (max-width: 1200px) {
  .serices-list__item {
    width: 48%;
  }
}
@media (max-width: 764px) {
  .serices-list__item {
    width: 100%;
  }
}
@media (max-width: 420px) {
  .serices-list__item {
    min-height: 80px;
    margin-bottom: 12px;
  }
}

a.serices-list__text {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #000000;
}

.serices-list__text {
  font-weight: 600;
  line-height: 29px;
  padding-left: 108px;
}
@media (max-width: 420px) {
  .serices-list__text {
    font-size: 1.8rem;
    line-height: 22px;
    padding-left: 83px;
    padding-right: 28px;
  }
}

.service-repair {
  background: url("../../img/main/service-repair.svg") 18px center no-repeat;
}
@media (max-width: 420px) {
  .service-repair {
    background-size: 40px auto;
  }
}

.service-unlock {
  background: url("../../img/main/service-unlock.svg") 18px center no-repeat;
}
@media (max-width: 420px) {
  .service-unlock {
    background-size: 40px auto;
  }
}

.service-installation {
  background: url("../../img/main/service-installation.svg") 18px center no-repeat;
}
@media (max-width: 420px) {
  .service-installation {
    background-size: 40px auto;
  }
}

.service-change {
  background: url("../../img/main/service-change.svg") 18px center no-repeat;
}
@media (max-width: 420px) {
  .service-change {
    background-size: 40px auto;
  }
}

.service-warm {
  background: url("../../img/main/service-warm.svg") 18px center no-repeat;
}
@media (max-width: 420px) {
  .service-warm {
    background-size: 40px auto;
  }
}

.service-slope {
  background: url("../../img/main/service-slope.svg") 18px center no-repeat;
}
@media (max-width: 420px) {
  .service-slope {
    background-size: 40px auto;
  }
}

.advantages-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.advantages-list > * {
  width: 30%;
  text-align: center;
}
@media (max-width: 764px) {
  .advantages-list > * {
    width: 100%;
  }
}
@media (max-width: 420px) {
  .advantages-list > * {
    padding: 0 20px;
  }
}

@media (max-width: 420px) {
  .advantages-list__item img {
    width: 70px;
  }
}

@media (max-width: 420px) {
  .advantages-list__item p {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    margin: 10px 0 50px;
  }
  .advantages-list__item p:last-child {
    margin-bottom: 18px;
  }
}

.reviews-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.reviews-list > * {
  width: 32%;
  text-align: center;
}
@media (max-width: 992px) {
  .reviews-list > * {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 420px) {
  .reviews-list > * {
    padding: 0 20px;
  }
}

.reviews-list__item {
  border: 3px solid #000000;
  border-radius: 5px;
  text-align: left;
  padding: 10px 23px;
}
.reviews-list__item img {
  border: 5px solid #FFA500;
  border-radius: 50%;
  width: 80px;
  height: 80px;
}
@media (max-width: 420px) {
  .reviews-list__item img {
    width: 50px;
    height: 50px;
  }
}
.reviews-list__item p {
  font-weight: 500;
  font-size: 2.1rem;
  line-height: 26px;
  margin-bottom: 0;
}
@media (max-width: 420px) {
  .reviews-list__item p {
    font-size: 1.4rem;
    line-height: 17px;
  }
}

.reviews__person {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.cities {
  padding-bottom: 50px;
}

.cities-list {
  display: flex;
  flex-wrap: wrap;
}
.cities-list > * {
  width: 50%;
  min-height: 454px;
}
@media (max-width: 992px) {
  .cities-list > * {
    width: 100%;
  }
}
@media (max-width: 420px) {
  .cities-list > * {
    min-height: 270px;
  }
}

.cities-list__cities {
  position: relative;
}
@media (max-width: 420px) {
  .cities-list__cities {
    font-size: 1.5rem;
    line-height: 15px;
  }
}
.cities-list__cities > * {
  position: absolute;
}

.Ostrovets {
  top: 18%;
  left: 6%;
}

.Oshmiany {
  top: 46%;
  left: 10%;
}

.Ivye {
  bottom: 1%;
  left: 5%;
}

.Postavy {
  top: 3%;
  left: 46%;
}

.Smorgon {
  top: 40%;
  left: 37%;
}

.Myadel {
  top: 12%;
  right: 16%;
}

.Vileyka {
  top: 28%;
  right: 30%;
}

.Molodechno {
  top: 54%;
  right: 23%;
  font-weight: bold;
}

.Volozhin {
  bottom: 14%;
  right: 38%;
}

.Minsk {
  bottom: 17%;
  right: 10%;
  font-weight: bold;
  color: #FF4D4D;
}

.Ivenets {
  bottom: 0%;
  right: 33%;
}

.cities-list__map {
  background: url("../../img/main/cities-map.png") center center no-repeat;
}
@media (max-width: 992px) {
  .cities-list__map {
    background-size: contain;
  }
}

footer::before {
  content: " ";
  position: absolute;
  top: -13%;
  width: 100%;
  height: 35%;
  z-index: -1;
  background-color: #FFA500;
  transform: skewY(2deg);
}

.footer {
  position: relative;
  background-color: #FFA500;
}
.footer li, .footer p {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
}
@media (max-width: 992px) {
  .footer li, .footer p {
    font-size: 2.1rem;
    line-height: 26px;
    margin: 6px;
  }
}
@media (max-width: 420px) {
  .footer li, .footer p {
    font-size: 1.4rem;
    line-height: 18px;
  }
}
.footer li {
  margin-bottom: 4px;
}

.footer-content {
  display: flex;
}
@media (max-width: 992px) {
  .footer-content {
    flex-direction: column;
  }
}
.footer-content > * {
  width: 33%;
}
@media (max-width: 992px) {
  .footer-content > * {
    width: 100%;
  }
}

@media (max-width: 992px) {
  .footer__menu {
    display: none;
  }
}

.footer a {
  text-decoration: none;
  color: #000000;
}
.footer a:hover {
  color: #FFFFFF;
}

.footer__contacts {
  color: #FFFFFF;
  font-style: italic;
}
@media (max-width: 992px) {
  .footer__contacts {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
}

.button-to-top {
  display: none;
  border: 4px solid #FFFFFF;
  max-width: 110px;
  text-align: center;
}
@media (max-width: 992px) {
  .button-to-top {
    display: block;
    max-width: 140px;
    width: 140px;
    height: 40px;
  }
}
.button-to-top a {
  color: #FFFFFF;
}

@media (max-width: 992px) {
  .footer__about-site {
    text-align: center;
  }
}

.about-us {
  padding: 50px 0;
}
@media (max-width: 420px) {
  .about-us {
    font-size: 1.8rem;
    line-height: 22px;
  }
}

.about-us__info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about-us__info > * {
  width: 48%;
}
@media (max-width: 992px) {
  .about-us__info > * {
    width: 100%;
  }
}

.img_block img {
  height: auto;
  width: 100%;
}

.about-us__fist {
  text-align: left;
}

.about-us__second {
  text-align: right;
}
@media (max-width: 992px) {
  .about-us__second {
    text-align: left;
  }
}

.lock-repair__content {
  display: flex;
  margin-top: 58px;
  padding: 66px 0;
}
@media (max-width: 992px) {
  .lock-repair__content {
    padding-top: 18px;
  }
}
@media (max-width: 420px) {
  .lock-repair__content {
    padding-bottom: 0;
  }
}

.sumbenu {
  width: 36%;
}
@media (max-width: 992px) {
  .sumbenu {
    display: none;
  }
}

.lock-repair__text {
  width: 64%;
  padding-left: 26px;
}
@media (max-width: 992px) {
  .lock-repair__text {
    width: 100%;
    padding-left: 0;
  }
}

.lock-repair__img {
  height: 349px;
  background: url("../../img/remont_zamkov/lock_repair.jpg") center center no-repeat;
}

.lock-repair__img2 {
  height: 340px;
  background: url("../../img/remont_zamkov/lock_repair2.jpg") center center no-repeat;
}

.submenu-services-list {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 22px;
}

.submenu-serices-list__item {
  width: 90%;
  align-items: center;
  min-height: 116px;
}

.open-door__img {
  height: 349px;
  background: url("../../img/vskrytie_dverei/open_door.jpg") center center no-repeat;
}

.open-door__img2 {
  height: 340px;
  background: url("../../img/vskrytie_dverei/open_door2.jpg") center center no-repeat;
}
@media (max-width: 420px) {
  .open-door__img2 {
    background-position-x: 36%;
  }
}

.furniture__img {
  height: 349px;
  background: url("../../img/ustanovka_furnitury/furniture.jpg") center center no-repeat;
}

.furniture__img2 {
  height: 340px;
  background: url("../../img/ustanovka_furnitury/furniture2.jpg") center center no-repeat;
}
@media (max-width: 420px) {
  .furniture__img2 {
    background-position-x: 7%;
  }
}

.change__img {
  background: url("../../img/izmeneniye_dverei/izmeneniye.jpg") center center no-repeat;
  height: 349px;
}

.warm__img {
  background: url("../../img/uteplenie_dverei/warm.jpg") center center no-repeat;
  height: 349px;
}

.panels__img {
  background: url("../../img/otdelka_otkosov/panels.jpg") center center no-repeat;
  height: 349px;
}
@media (max-width: 420px) {
  .panels__img {
    background-position-x: 82%;
  }
}

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