/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  height: 100%;
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: 700;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
  min-width: 400px;
}

.container {
  max-width: 1180px;
  padding: 0 130px;
  margin: 0 auto;
}
@media (max-width: 1100px) {
  .container {
    padding: 0 90px;
  }
}
@media (max-width: 1023.99px) {
  .container {
    padding: 0 60px;
  }
}
@media (max-width: 991.98px) {
  .container {
    padding: 0 30px;
  }
}
@media (max-width: 768.98px) {
  .container {
    max-width: 100%;
    padding: 0 20px;
  }
}
@media (max-width: 360px) {
  .container {
    padding: 0 10px;
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  padding: 0;
  margin: 0;
  outline: none;
}

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

a {
  text-decoration: none;
}

ul,
li {
  display: block;
}

p {
  color: #6F7983;
}

.title {
  color: #000;
  font-size: 46px;
  font-weight: 700;
  line-height: 60px;
  text-transform: uppercase;
  margin: 0 0 12px;
}
@media (max-width: 1230px) {
  .title {
    font-size: 40px;
  }
}
@media (max-width: 920px) {
  .title {
    font-size: 37px;
    line-height: 52px;
  }
}
@media (max-width: 840px) {
  .title {
    font-size: 35px;
  }
}
@media (max-width: 800px) {
  .title {
    font-size: 33px;
    line-height: 43px;
  }
}
@media (max-width: 768.98px) {
  .title {
    font-size: 45px;
    line-height: 60px;
  }
}
@media (max-width: 660px) {
  .title {
    font-size: 42px;
    line-height: 48px;
  }
}
@media (max-width: 620px) {
  .title {
    font-size: 40px;
    line-height: 42px;
  }
}
@media (max-width: 595px) {
  .title {
    font-size: 38px;
    line-height: 38px;
  }
}
@media (max-width: 560px) {
  .title {
    font-size: 36px;
    line-height: 36px;
  }
}
@media (max-width: 535px) {
  .title {
    font-size: 30px;
    line-height: 1.4;
  }
}


section {
  padding: 60px 0;
}

.header {
  padding: 24px 0;
}

.header-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

@media (max-width: 768.98px) {
  .menu-header {
    max-width: 100%;
    margin: 0 auto;
    background: #fff;
    width: 100%;
    height: auto;
    padding: 60px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    visibility: visible;
    opacity: 1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    border-radius: 3px;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    position: absolute;
    top: -100vh;
    left: 0px;
    z-index: 9;
  }
}
.menu-header.active {
  top: 5rem;
}
.menu-header ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 850px) {
  .menu-header ul {
    gap: 30px;
  }
}
@media (max-width: 768.98px) {
  .menu-header ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 60px;
  }
}
.menu-header ul a, .menu-header ul a:active {
  color: #25313D;
  font-size: 14px;
  opacity: 1;
  text-decoration: none;
  border-bottom: 1px solid #fff;
}
.menu-header ul a:hover, .menu-header ul a:active:hover {
  opacity: 0.7;
  border-bottom: 1px solid #6F7983;
  -webkit-transition: opacity 0.7s ease, border-bottom 0.7s ease;
  transition: opacity 0.7s ease, border-bottom 0.7s ease;
}
@media (max-width: 768.98px) {
  .menu-header ul a, .menu-header ul a:active {
    font-size: 18px;
  }
}

.header-tel-wrap {
  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;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.header-tel-wrap_md {
  display: none;
}
@media (max-width: 768.98px) {
  .header-tel-wrap_md {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 120px;
    gap: 24px;
  }
}
@media (max-width: 535px) {
  .header-tel-wrap_sm {
    display: none;
  }
}

.header-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #25313D;
  font-size: 18px;
  font-weight: 700;
  opacity: 1;
  -webkit-transition: opacity 0.7s ease;
  transition: opacity 0.7s ease;
}
.header-tel::before {
  content: "";
  background: url("../img/header-tel.svg") no-repeat;
  width: 14px;
  height: 14px;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.header-tel:hover {
  opacity: 0.7;
  -webkit-transition: opacity 0.7s ease;
  transition: opacity 0.7s ease;
}

.call-me, .call-me:active {
  color: #6F7983;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.84px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-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: 3px;
  -webkit-transition: color 0.7s ease;
  transition: color 0.7s ease;
}
.call-me::after, .call-me:active::after {
  content: "";
  background: url("../img/call-me.svg") no-repeat;
  width: 100%;
  height: 2px;
  border-bottom: 1.5px solid transparent;
}
.call-me:hover, .call-me:active:hover {
  color: #F37119;
  -webkit-transition: color 0.7s ease;
  transition: color 0.7s ease;
}
.call-me:hover::after, .call-me:active:hover::after {
  content: "";
  border-bottom: 1.5px solid #F37119;
  width: 100%;
  height: 2px;
  background: none;
  -webkit-transition: border-bottom 0.7s ease, background 0.1s ease;
  transition: border-bottom 0.7s ease, background 0.1s ease;
}

.hamburger {
  display: none;
}
@media (max-width: 768.98px) {
  .hamburger {
    display: block;
  }
}

.hamburger {
  width: 40px;
  position: relative;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  z-index: 10;
}
.hamburger input {
  position: absolute;
  top: -3px;
  left: -3px;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  cursor: pointer;
}
.hamburger input:checked + span {
  background: url("../img/hamburger-checked.svg") no-repeat;
  width: 33px;
  height: 53px;
  background-position: center;
}
.hamburger span {
  background: url("../img/hamburger.svg") no-repeat;
  background-position: center;
  width: 100%;
  width: 40px;
  height: 40px;
  display: block;
}
@media (max-width: 500px) {
  .hamburger span {
    background-size: 85%;
  }
}
@media (max-width: 390px) {
  .hamburger span {
    background-size: 70%;
  }
}
@media (max-width: 350px) {
  .hamburger span {
    background-size: 60%;
  }
}

.offer {
  padding: 90px 0 120px;
  overflow: hidden;
}
@media (max-width: 768.98px) {
  .offer {
    padding: 20px 0 120px;
  }
}

.offer-wrap {
  display: grid;
  grid-template-columns: 3fr 1fr;
  position: relative;
}
@media (max-width: 768.98px) {
  .offer-wrap {
    grid-template-columns: 1fr;
    gap: 64px;
    justify-items: center;
  }
}

.offer-desc {
  color: #6F7983;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 24px;
  max-width: 81%;
}
@media (max-width: 768.98px) {
  .offer-desc {
    max-width: 86%;
  }
}
@media (max-width: 535px) {
  .offer-desc {
    max-width: 100%;
  }
}
@media (max-width: 360px) {
  .offer-desc {
    font-size: 20px;
    line-height: 26px;
  }
}

.stars-google {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.stars-google__rating {
  color: #70757A;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.28px;
}
.stars-google__star {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3px;
}
.stars-google__link {
  color: #1A0DAB;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.28px;
  border-bottom: 1px solid transparent;
}
.stars-google__link:hover {
  border-bottom: 1px solid #1A0DAB;
  -webkit-transition: border-bottom 0.7s ease;
  transition: border-bottom 0.7s ease;
}

.offer-image img {
  position: absolute;
  right: -3rem;
  width: 482px;
  height: 527px;
  bottom: -6rem;
  z-index: -1;
}
@media (max-width: 1280px) {
  .offer-image img {
    bottom: -6rem;
    right: -7rem;
  }
}
@media (max-width: 1199.98px) {
  .offer-image img {
    bottom: -7rem;
  }
}
@media (max-width: 920px) {
  .offer-image img {
    bottom: -7rem;
    max-width: 60%;
  }
}
@media (max-width: 840px) {
  .offer-image img {
    bottom: -3rem;
    max-width: 60%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 768.98px) {
  .offer-image img {
    position: static;
    max-width: 100%;
    height: auto;
    width: 482px;
    z-index: 0;
  }
}

.form {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  position: relative;
}
@media (max-width: 535px) {
  .form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.form input {
  border-radius: 4px;
  border: 1px solid rgba(37, 49, 61, 0.4);
  background: #FFF;
  padding: 16px 24px;
  color: rgba(37, 49, 61, 0.6);
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1.44px;
}
@media (max-width: 535px) {
  .form input {
    width: 235px;
    max-width: 100%;
    padding: 16px 32px;
  }
}
.form input:focus {
  border: 1px solid #25313D;
}
.form .submit {
  padding: 16px 32px;
  border-radius: 4px;
  background: #F37119;
  color: #FFF;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  border: none;
  cursor: pointer;
  -webkit-transition: -webkit-box-shadow 0.7s ease;
  transition: -webkit-box-shadow 0.7s ease;
  transition: box-shadow 0.7s ease;
  transition: box-shadow 0.7s ease, -webkit-box-shadow 0.7s ease;
}
@media (max-width: 840px) {
  .form .submit {
    padding: 16px 13px;
  }
}
@media (max-width: 768.98px) {
  .form .submit {
    padding: 16px 32px;
  }
}
@media (max-width: 535px) {
  .form .submit {
    width: 235px;
    max-width: 100%;
  }
}
.form .submit:hover {
  -webkit-box-shadow: 2px 4px 10px 0px rgba(127, 57, 9, 0.25);
          box-shadow: 2px 4px 10px 0px rgba(127, 57, 9, 0.25);
  -webkit-transition: -webkit-box-shadow 0.7s ease;
  transition: -webkit-box-shadow 0.7s ease;
  transition: box-shadow 0.7s ease;
  transition: box-shadow 0.7s ease, -webkit-box-shadow 0.7s ease;
}

.form-message {
  position: absolute;
  font-size: 14px;
  color: #000;
  bottom: -2.5rem;
}
@media (max-width: 400px) {
  .form-message {
    bottom: -3rem;
  }
}

.prices {
  padding: 0;
}

.prices-desk {
  color: #6F7983;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 60px;
}

.cards-price {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 1023.99px) {
  .cards-price {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .cards-price {
    grid-template-columns: 1fr;
  }
}

.card-price {
  padding: 48px;
  border: 1px solid rgba(37, 49, 61, 0.5);
  background: #FFF;
}
@media (max-width: 1199.98px) {
  .card-price {
    padding: 24px;
  }
}
@media (max-width: 1023.99px) {
  .card-price {
    padding: 48px;
  }
}
@media (max-width: 768.98px) {
  .card-price {
    padding: 48px 32px;
  }
}
@media (max-width: 650px) {
  .card-price {
    padding: 38px 22px;
  }
}
@media (max-width: 600px) {
  .card-price {
    padding: 48px 32px;
  }
}
.card-price__icon {
  max-width: 72px;
}
.card-price__title {
  color: #25313D;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin: 24px 0 22px;
}
.card-price__price {
  color: #F37119;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}

.card-social {
  padding: 48px;
  background: rgba(124, 120, 240, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1199.98px) {
  .card-social {
    padding: 24px;
  }
}
@media (max-width: 1023.99px) {
  .card-social {
    padding: 48px;
  }
}
@media (max-width: 768.98px) {
  .card-social {
    padding: 48px 32px;
  }
}
@media (max-width: 650px) {
  .card-social {
    padding: 38px 22px;
  }
}
@media (max-width: 600px) {
  .card-social {
    padding: 48px 32px;
  }
}
.card-social__title {
  color: #25313D;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
}
.card-social__call {
  color: #F37119;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 12px 0 24px;
}
.card-social__call::after {
  content: "";
  background: url("../img/card-social__call.svg") no-repeat;
  width: 22px;
  height: 16px;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 12px;
}
.card-social__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.card-social__icon a {
  width: 42px;
  height: 42px;
  opacity: 1;
  -webkit-transition: opacity 0.7s ease;
  transition: opacity 0.7s ease;
}
.card-social__icon a:hover {
  opacity: 0.6;
  -webkit-transition: opacity 0.7s ease;
  transition: opacity 0.7s ease;
}

.contacts {
  padding: 60px 0 30px;
}
.contacts_no-map {
  padding: 120px 0 60px;
}

.contact-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 120px;
}
@media (max-width: 1199.98px) {
  .contact-wrap {
    gap: 90px;
  }
}
@media (max-width: 991.98px) {
  .contact-wrap {
    gap: 50px;
  }
}
@media (max-width: 768.98px) {
  .contact-wrap {
    gap: 20px;
  }
}
@media (max-width: 600px) {
  .contact-wrap {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.contact-desk {
  color: #6F7983;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}
@media (max-width: 450px) {
  .contact-desk {
    font-size: 18px;
  }
}

.contact-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  margin: 80px 0 40px;
  color: #000;
  font-size: 22px;
  font-weight: 400;
}
@media (max-width: 575.98px) {
  .contact-info {
    margin: 40px 0;
  }
}

.contact-info__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 1;
  -webkit-transition: opacity 0.7s ease;
  transition: opacity 0.7s ease;
  color: #000;
  font-size: 22px;
  font-weight: 400;
}
.contact-info__tel::before {
  content: "";
  background: url("../img/contact-info__tel.svg") no-repeat;
  width: 20px;
  height: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
}
.contact-info__tel:hover {
  opacity: 0.7;
  -webkit-transition: opacity 0.7s ease;
  transition: opacity 0.7s ease;
}

.address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  color: #000;
  font-size: 22px;
  font-weight: 400;
}
.address::before {
  content: "";
  background: url("../img/address.svg") no-repeat;
  width: 16px;
  height: 50px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
}

.schedule {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  color: #000;
  font-size: 22px;
  font-weight: 400;
}
.schedule::before {
  content: "";
  background: url("../img/schedule.svg") no-repeat;
  width: 20px;
  height: 58px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
}

.contact-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

.map {
  padding: 30px 0 60px;
}
.map iframe {
  max-width: 100%;
  width: 100%;
  max-height: 340px;
}

.footer {
  padding: 40px 0;
  background: #25313D;
}

.footer-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 450px) {
  .footer-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}

.copyright {
  font-weight: 500;
  font-size: 14px;
  color: #fff;
}

.footer-tel {
  font-weight: 700;
  color: rgba(255, 255, 255, 0.8901960784);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 1;
  -webkit-transition: opacity 0.7 ease;
  transition: opacity 0.7 ease;
}
.footer-tel:hover {
  opacity: 0.7;
  -webkit-transition: opacity 0.7 ease;
  transition: opacity 0.7 ease;
}
.footer-tel::before {
  content: "";
  background: url("../img/footer-tel.svg") no-repeat;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 14px;
  height: 14px;
}/*# sourceMappingURL=main.css.map */


.btn-with-link {
  position: relative;
} 

.btn-with-link a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
} 

.btn-with-link svg {
  vertical-align: middle;
  margin-right: 10px;
  height: 18px;
  width: 18px;
} 

