* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0px 0px 0px 0px;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1.2;
  font-size: 16px;
  font-family: "Roboto Condensed", sans-serif;
  color: #292f38;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  /* background-color: #FFCC00; */
  background-color: #292f38;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
  color: #292f38;
}

a:hover {
  text-decoration: none;
  color: #ec174d;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

.cards {
  text-align: center;
}

.text {
  text-align: center;
  background-color: #292f38;
  max-width: 100%;
}

.cards__row {
  padding: 0px 0px 3px 0px;
  background-color: #ffcc00;
}

.cards__title h1 {
  font-family: "Ruslan Display", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 45px;
}

.tel__top {
  background-color: #292f38;
  color: #ffcc00;
  font-size: 25px;
  letter-spacing: 1px;
  line-height: 1.4;
  padding: 10px 0px;
}
.tel__top a {
  color: #ffcc00;
}
.tel__top ul {
  display: flex;
  justify-content: center;
  margin: 5px 50px;
  font-weight: 600;
}
.tel__top li {
  margin: 0px 10px;
}

.text__body {
  font-size: 25px;
  letter-spacing: 1px;
  color: #ffffff;
  background-color: #292f38;
  padding: 0px 0px 20px 0px;
  line-height: 1.4;
}
.text__body a {
  color: #ffffff;
}
.text__body hr {
  display: inline-flex;
  justify-content: center;
  border: none;
  background-color: #ffcc00;
  color: #ffcc00;
  width: 200px;
  height: 2px;
  margin-bottom: 6px;
}

.cards__description {
  margin: 10px 0px 5px 0px;
  font-size: 25px;
  color: #ffffff;
}

.cards__image {
  display: block;
  margin: 0px 0px 0px 0px;
}
.cards__image img {
  max-width: 20%;
  margin: 0px 0px 25px 0px;
}

.title {
  font-size: 50px;
  margin: 0px 0px 30px 0px;
}

.contact {
  font-size: 30px;
  margin: 0px 0px 10px 0px;
}

.name {
  font-weight: 700;
}

.cards__title {
  padding: 0px 0px 1px 0px;
}

.social__viber,
.social__telegram {
  display: inline-block;
  height: 45px;
  width: 45px;
  margin: 20px 10px;
}

.futor__copyright {
  display: block;
  text-align: center;
  color: #ffcc00;
  margin: 10px 0px;
}

.futor hr {
  border: none;
  background-color: #ffcc00;
  color: #ffcc00;
  width: 100%;
  height: 2px;
}

.cards__map {
  display: flex;
  justify-content: center;
  flex-direction: row;
  padding: 0px 5px;
  margin: 10px 10px 15px 10px;
}

.periphery,
.center {
  width: 600px;
  height: 300px;
  max-width: 100%;
}

.cards__old {
  margin: 0px auto;
  margin: 10px 0px 50px 0px;
}
.cards__old img {
  width: 600px;
  max-width: 100%;
}

.foto {
  position: relative;
  display: inline-flex;
}

.button {
  color: #ffcc00;
  background-color: #292f38;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 50px;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  z-index: 1;
  right: 0px;
  bottom: 0px;
}

.buy {
  margin: 0px auto;
  max-width: 100%;
  font-size: 30px;
  margin: 50px 0px 15px 0px;
}

.map {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 25px;
  color: #292f38;
}

.address {
  margin: 5px 0px;
}
/* ====================== */
@media (max-width: 768px) {
  .cards__row {
    margin: 0px 0px;
    padding-top: 10px;
  }
  .cards__image {
    margin: 0px 0px 0px 0px;
  }
  .cards__title h1 {
    font-size: 40px;
    line-height: 35px;
  }
  .title {
    margin: 0px 0px 10px 0px;
  }
  .text__body {
    font-size: 20px;
    letter-spacing: 1px;
    padding: 10px 0px 10px 0px;
  }
  hr {
    height: 2px;
  }
  .cards__map {
    display: flex;
    flex-direction: row;
    padding: 0px 5px;
  }
  .button {
    width: 120px;
    height: 50px;
    font-size: 25px;
  }
  .map {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 23px;
  }
}
/* ====================== */
@media (max-width: 600px) {
  .cards__row {
    margin: 20px 10px;
  }
  .cards__image {
    margin: 0px 0px 30px 0px;
  }
  .title {
    font-size: 35px;
    margin: 0px 0px 30px 0px;
  }
  .contact {
    font-size: 30px;
    margin: 0px 0px 10px 0px;
  }
  .cards__image img {
    max-width: 30%;
  }
  .cards__map {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0px 5px;
    margin: 10px 10px 15px 10px;
  }
  .periphery,
  .center {
    height: 200px;
  }
  .text__body {
    padding: 0px 0px 10px 0px;
    letter-spacing: 1px;
    line-height: 1.5;
  }
  .button {
    width: 100px;
    height: 40px;
    font-size: 20px;
  }
  .tel__top ul {
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-weight: 400;
  }
  .cards__description {
    font-size: 18px;
  }
  .tel__top {
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 1.4;
  }
  .map {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 20px;
  }
  .address {
    margin: 3px 0px;
  }
}