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

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

: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;
  font-size: 14px;
  -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;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: 400;
}

input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

body {
  font-size: 14px;
  font-family: "Open Sans", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  background-color: #d76643;
  background-image: url("../img/background.png");
  background-repeat: repeat;
  background-size: 512px 512px;
}

button {
  background-color: #fff;
}

p {
  margin-bottom: 12px;
}

a, button {
  transition: all 0.2s 0s ease;
}

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

.main {
  padding-top: 15vh;
  padding-bottom: 32px;
  height: 100%;
}
.main .block {
  margin: 0 auto;
  background-color: #fff;
  max-width: 670px;
  border-radius: 10px;
  position: relative;
  z-index: 14;
}
.main .block__avatar {
  z-index: 13;
  background-color: #d76643;
  position: absolute;
  border-radius: 100%;
  width: 160px;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -100px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  border: 6px solid #fff;
}
.main .block__avatar img {
  width: 129px;
  height: 123px;
}
.main .block__header {
  text-align: center;
}
.main .block__header h1 {
  font-size: 32px;
  color: #393939;
  font-weight: 700;
  margin-bottom: 8px;
}
.main .block__header h2 {
  font-size: 16px;
  color: #808080;
}
.main .block__info {
  color: #afafaf;
  text-align: center;
  margin-top: 8px;
}
.main .block__social {
  padding: 52px 0;
}
.main .block__social a {
  color: #444545;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  font-size: 16px;
  border-radius: 10px;
  border: 1px solid #ececec;
  margin-bottom: 16px;
  position: relative;
  font-weight: 600;
}
.main .block__social a:last-child {
  margin-bottom: 0;
}
.main .block__social a.vk:hover {
  background-color: #0077ff;
  color: #fff;
}
.main .block__social a.vk:hover::after {
  filter: invert(1);
}
.main .block__social a.vk::after {
  position: absolute;
  background: url("../img/vk.svg") no-repeat;
  width: 39px;
  height: 38px;
  left: 12px;
  background-size: 39px 38px;
  content: "";
}
.main .block__social a.tg:hover {
  background-color: #27a7e7;
  color: #fff;
}
.main .block__social a.tg:hover::after {
  filter: invert(1);
}
.main .block__social a.tg::after {
  position: absolute;
  background: url("../img/tg.png") no-repeat;
  width: 38px;
  height: 38px;
  left: 12px;
  background-size: 38px 38px;
  content: "";
}
.main .block__social a.ig:hover {
  background-color: #C13584;
  color: #fff;
}
.main .block__social a.ig:hover::after {
  filter: invert(1);
}
.main .block__social a.ig::after {
  position: absolute;
  background: url("../img/instagram.png") no-repeat;
  width: 38px;
  height: 38px;
  left: 12px;
  background-size: 38px 38px;
  content: "";
}
.main .block__container {
  padding: 72px 62px 24px 62px;
}
.main .block__footer {
  padding-top: 52px;
  text-align: center;
  color: #b2b2b2;
}
.main .block__footer a {
  color: #438bff;
}
.main .block__footer a:hover {
  text-decoration: underline;
}
.main .block__shop a {
  background-color: #438bff;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  font-size: 16px;
  border-radius: 30px;
  position: relative;
}
.main .block__shop a:hover {
  background-color: #2d2d2d;
}
.main .block__shop a::after {
  position: absolute;
  background: url("../img/cart.png") no-repeat;
  width: 38px;
  height: 38px;
  left: 18px;
  background-size: 38px 38px;
  content: "";
  filter: invert(1);
}
.main .block__location {
  padding-top: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main .block__location a {
  background-color: #2d2d2d;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  margin-right: 16px;
  font-size: 16px;
  border-radius: 30px;
  position: relative;
}
.main .block__location a:hover {
  background-color: #0077ff;
}
.main .block__location a:last-child {
  margin-right: 0;
}
.main .block__location a::after {
  position: absolute;
  background: url("../img/location.svg") no-repeat;
  width: 24px;
  height: 24px;
  left: 24px;
  background-size: 24px 24px;
  content: "";
}
@media screen and (max-width: 632px) {
  .main .block__location {
    display: block;
  }
  .main .block__location a {
    margin-bottom: 12px;
    font-size: 16px;
  }
  .main .block__location a::after {
    left: 18px;
  }
  .main .block__location a:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 430px) {
  .main .block__container {
    padding: 72px 24px 24px 24px;
  }
  .main .block__header h1 {
    font-size: 24px;
  }
  .main .block__header h2 {
    font-size: 14px;
  }
  .main .block__location {
    display: block;
  }
  .main .block__location a {
    font-size: 14px;
  }
  .main .block__social {
    padding: 24px 0;
  }
  .main .block__social a {
    font-size: 14px;
  }
  .main .block__shop a {
    font-size: 14px;
  }
  .main .block__footer {
    padding-top: 24px;
  }
}
@media screen and (max-width: 400px) {
  .main {
    padding-top: 15vh;
  }
  .main .block__container {
    padding: 52px 24px 24px 24px;
  }
  .main .block__avatar {
    width: 120px;
    height: 120px;
    top: -70px;
  }
  .main .block__avatar img {
    width: 90px;
    height: 90px;
  }
  .main .block a {
    height: 40px;
  }
  .main .block__social a.vk::after {
    width: 18px;
    height: 18px;
    background-size: 18px 18px;
  }
  .main .block__social a.ig::after {
    width: 18px;
    height: 18px;
    background-size: 18px 18px;
  }
  .main .block__social a.tg::after {
    width: 18px;
    height: 18px;
    background-size: 18px 18px;
  }
  .main .block__shop a.shop::after {
    width: 18px;
    height: 18px;
    background-size: 18px 18px;
  }
}/*# sourceMappingURL=styles.css.map */