@charset "UTF-8";
/*Обнуление*/
* {
  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, a:active {
  text-decoration: none;
  color: unset;
}

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;
}

/*--------------------*/
body {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  margin: 0 auto;
}

.wraper {
  background: #29292C;
}

.conteiner {
  max-width: 630px;
  margin: 0 auto;
  padding: 0 15px;
}

.header {
  background: url(/img/background-640.jpg) 50% 0 no-repeat;
}
.header__body {
  padding: 30px 0 30px;
  height: 640px;
  display: flex;
  flex-direction: column;
}
.header__title {
  font-size: 32px;
  text-transform: uppercase;
  text-align: center;
  color: white;
}
.header__text {
  flex: 1 1 auto;
  margin-top: 15px;
  font-size: 16px;
  text-transform: uppercase;
  color: yellow;
  text-align: center;
}

.header__description {
  color: white;
  padding-bottom: 15px;
}
.header__list {
  font-size: 16px;
}
.header__item {
  line-height: 18px;
}

.main {
  padding: 15px 0 15px;
}
.main__head {
  text-align: center;
}
.main__title {
  color: yellow;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 24px;
}
.main__text {
  margin-top: 10px;
  color: red;
}
.main__kyrsu {
  display: flex;
  flex-wrap: wrap;
}
.main__kyrsu-item {
  flex: 1 1 100%;
  margin: 20px 0 0;
  padding: 0 10px;
  border: 2px white solid;
  border-radius: 15px;
  background: black;
  box-shadow: 0px 0px 15px #A6BDCC;
  color: white;
}
.main__full-text {
  margin-top: 30px;
  color: white;
  text-transform: uppercase;
  text-align: center;
  font-size: 26px;
  line-height: 48px;
  font-weight: bold;
  letter-spacing: 1.2px;
}
.main__gallery {
  margin-top: 30px;
}
.gallery__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.gallery__item {
  flex: 1 1 100%;
  border: 2px solid #fff;
}

.gallery__item img {
  max-width: 100%;
}

.item__picture img {
  max-width: 100%;
}

.item__flex {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.item__title {
  margin: 15px 0 20px;
  font-size: 24px;
  letter-spacing: 1.5px;
  font-weight: bold;
  text-align: center;
}
.item__description {
  flex: 1 1 auto;
  font-size: 18px;
  letter-spacing: 1.3px;
  line-height: 24px;
}
.item__description-title {
  margin-top: 10px;
  text-align: center;
}
.item__description-link-text {
  margin-top: 15px;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
}
.item__button {
  margin-top: 15px;
  background: white;
  color: black;
  border-radius: 10px;
  text-align: center;
  line-height: 24px;
  font-size: 16px;
}
.item__old-prise {
  margin-top: 20px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
.item__new-prise {
  font-size: 16px;
  margin-top: 15px;
  text-align: center;
  color: yellow;
  margin-bottom: 15px;
}
.item__new-prise-value {
  font-size: 32px;
  color: red;
}

.description-list-item {
  margin-left: 15px;
  list-style-type: disc;
}

.instagram__button {
  margin-top: 35px;
  text-align: center;
}

.instagram__button img {
  max-width: 150px;
}

@media (min-width: 640px) {
  .header {
    background: url(/img/background-960.jpg) 50% 0 no-repeat;
  }
  .conteiner {
    max-width: 960px;
  }
  .main__kyrsu-item {
    flex: 1 1 48%;
    margin: 20px 5px 0;
  }
  .main__text {
    font-size: 30px;
    margin-top: 40px;
  }
  .gallery__item {
    flex: 1 1 50%;
  }
}
@media (min-width: 960px) {
  .header {
    background: url(/img/background-1920.jpg) 50% 0 no-repeat;
  }
  .conteiner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 30px;
  }
  .main__kyrsu-item {
    flex: 1 1 30%;
  }
  .main__text {
    font-size: 36px;
    margin-top: 40px;
  }
  .gallery__item {
    flex: 1 1 23%;
  }
}