html,
body,
body div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
menu,
nav,
section,
time,
mark,
audio,
video,
details,
summary {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}

main,
article,
aside,
figure,
footer,
header,
nav,
section,
details,
summary {
  display: block;
}

html {
  box-sizing: border-box;
}

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

img {
  max-width: 100%;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

table {
  border-collapse: separate;
  border-spacing: 0;
  text-align: left;
}
th {
  font-weight: bold;
  vertical-align: bottom;
}
td {
  font-weight: normal;
  vertical-align: top;
}
td img {
  vertical-align: top;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #999;
  margin: 1rem 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

pre {
  white-space: pre-line;
}

input[type="radio"] {
  vertical-align: text-bottom;
}
input[type="checkbox"] {
  vertical-align: bottom;
}

small {
  font-size: 0.8rem;
}

strong {
  font-weight: bold;
}

sub,
sup {
  font-size: 0.8rem;
  line-height: 0;
  position: relative;
}
sup {
  top: -0.5rem;
}
sub {
  bottom: -0.25rem;
}

pre,
code,
kbd,
samp {
  font-family: monospace, sans-serif;
}

label,
input[type="button"],
input[type="submit"],
input[type="file"],
button {
  cursor: pointer;
}

button,
input,
select,
textarea {
  margin: 0;
}

ins {
  background-color: var(--highlight-color);
  color: #000;
  text-decoration: none;
}
mark {
  background-color: var(--highlight-color);
  color: #000;
  font-style: italic;
  font-weight: bold;
}

blockquote {
  padding: 2rem;
  border-left: 1px solid #333;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

a {
  text-decoration: none;
  color: var(--secondary);
}

:root {
  --primary: #2194ff;
  --primary-bg: #e0e0e0;
  --secondary-bg: rgba(0, 131, 253, 0.1);
  --secondary: #2d2d2d;
  --body-font: "Open Sans";
  --h-font: "Russo One";
  --h-fz: 36px;
}

body {
  font-size: 16px;
  font-family: var(--body-font);
  color: var(--secondary);
  background: var(--primary-bg);
}

.primary-button {
  display: block;
  border-radius: 11px;
  background: #2194ff;
  color: #f1f1f1;
  font-family: var(--h-font);
  text-align: center;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.45) inset;
  font-size: 21px;
  font-weight: 400;
  padding: 27px 30px;
}

.section-title {
  font-family: var(--h-font);
  font-size: var(--h-fz);
  text-align: center;
  margin-bottom: 35px;
  letter-spacing: 2px;
}

.container {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  height: 100%;
}

.header-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 22px 0px;
}

.header-logo {
  display: flex;
  align-items: center;
  gap: 7px;
  max-width: 265px;
  width: 100%;
}

.header-logo img {
  max-width: 90px;
  max-height: 79px;
  width: 100%;
  height: 100%;
}

.header-logo__title {
  font-family: var(--h-font);
  text-transform: uppercase;
  font-size: 18px;
}

.header-logo__subtext {
  line-height: 17.5px;
  font-size: 14px;
}

.header-contacts {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.header-contacts__link {
  font-family: var(--h-font);
  font-size: 24px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
}

.header-contacts__link img {
  width: 29px;
  height: 29px;
}

.hero {
  margin-top: 60px;
  padding-bottom: 20px;
  border-bottom: 1px solid #b9b8b8;
}

.hero__title {
  color: var(--primary);
  font-family: var(--h-font);
  font-size: 44px;
  text-align: center;
}

.hero__button {
  margin-top: 20px;
}

.hero__button button {
  display: block;
  margin: 0 auto;
  border: none;
}

.hero__subtext {
  text-align: center;
  margin-top: 12px;
}

.hero__subtext {
  text-align: center;
  margin-top: 12px;
}

.price {
  margin-top: 50px;
  margin-bottom: 80px;
}

.price-title {
  color: var(--primary);
}

.price-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 74px;
}

.price-card {
  max-width: 404px;
  height: 100%;
  width: 100%;
}

.price-head {
  max-width: 404px;
  max-height: 248px;
  height: 100%;
  width: 100%;
  border-start-end-radius: 12px;
  border-start-start-radius: 12px;
}

.price-image img {
  max-width: 404px;
  max-height: 248px;
  height: 100%;
  width: 100%;
  border-start-end-radius: 12px;
  border-start-start-radius: 12px;
}

.price-body {
  padding: 24px;
  background: var(--secondary-bg);
  display: flex;
  flex-direction: column;
  gap: 24px;
  border-end-end-radius: 12px;
  border-end-start-radius: 12px;
}

.price-main {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-family: "Inter";
}

.price-title {
  font-size: 28px;
  font-weight: 600;
  color: var(--secondary);
}

.price-price {
  color: var(--primary);
  font-weight: 600;
  font-size: 20px;
}

.price-descr {
  font-size: 16px;
  line-height: 1.4;
}

.price-contacts {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.price-contacts__link {
  font-family: var(--h-font);
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.price-button {
  display: flex;
  justify-content: center;
}

.cities {
  background: var(--secondary-bg);
  padding-top: 37px;
  padding-bottom: 40px;
}

.cities-inner {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  row-gap: 10px;
}

.city-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--h-font);
  font-size: 21px;
}

.city-item img {
  width: 33px;
  height: 33px;
}

.services {
  margin-top: 80px;
}

.services-inner {
  display: flex;
  flex-direction: column;
  gap: 45px;
}

.service-card {
  display: flex;
}

.service-card-reverse {
  display: flex;
  flex-direction: row-reverse;
}

.service-card-photo {
  max-width: 282px;
  max-height: 344px;
  width: 100%;
  height: 100%;
}

.service-card-photo img {
  max-width: 282px;
  max-height: 344px;
  width: 100%;
  height: 100%;
}

.service-card-body {
  background: var(--secondary-bg);
  font-family: "Inter";
  padding: 24px;
}

.service-card-main {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 30px;
}

.service-card-title {
  font-size: 28px;
  font-weight: 600;
}

.service-card-descr {
  font-size: 18px;
}

.service-card-price {
  margin-bottom: 12px;
  font-size: 21px;
  font-weight: 600;
}

.footer {
  margin-top: 100px;
  padding-top: 30px;
  padding-bottom: 30px;
  background: var(--secondary-bg);
}

.footer-inner {
  display: flex;
  flex-direction: column;
  gap: 50px;
  justify-content: center;
}

.footer-head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  gap: 25px;
}

.footer-bottom {
  display: flex;
  justify-content: center;
  text-align: center;
}

@media (max-width: 1200px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 896px) {
  .header-contacts__link {
    font-size: 18px;
  }
}

@media (max-width: 786px) {
  .header-contacts {
    flex-direction: column;
    gap: 5px;
  }

  .cities-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-card {
    flex-direction: column;
  }

  .price-body {
    padding: 12px;
  }

  .service-card-reverse {
    flex-direction: column;
  }

  .service-card-photo {
    max-width: 100%;
    max-height: 80%;
    display: block;
  }

  .service-card-photo img {
    max-width: 100%;
    max-height: 80%;
    display: block;
  }
}

@media (max-width: 576px) {
  .header-inner {
    flex-direction: column;
    gap: 20px;
  }

  .hero {
    margin-top: 30px;
  }

  .cities-inner {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
}
