@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  border: 0;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  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%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: "Playfair Display";
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #626262;
  background: #ffffff;
}

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

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

@font-face {
  font-family: "RoadRadio";
  src: url("../fonts/RoadRadio/RoadRadio-Bold.eot");
  src: url("../fonts/RoadRadio/RoadRadio-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/RoadRadio/RoadRadio-Bold.woff2") format("woff2"), url("../fonts/RoadRadio/RoadRadio-Bold.woff") format("woff"), url("../fonts/RoadRadio/RoadRadio-Bold.ttf") format("truetype"), url("../fonts/RoadRadio/RoadRadio-Bold.svg#RoadRadio-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
body {
  color: #000;
}

body._lock {
  overflow: hidden;
}

._shadow {
  background: rgba(0, 0, 0, 0.6) !important;
}

.wrapper {
  min-height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background-color: #F5F5F5;
}

.container {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 10px;
  box-sizing: border-box;
}

._mobile {
  display: none;
}

._pc {
  display: block;
}

.header {
  position: fixed;
  width: 100%;
  margin: 0 auto;
  background: #FFFFFF;
  box-shadow: 0px 1px 16px rgba(0, 0, 0, 0.1);
  z-index: 100;
}
.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 95px;
  padding: 0 20px;
}
.header__menu {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.header__menu_image {
  cursor: pointer;
}
.header__menu_image-wrapper {
  width: 97px;
  height: 63px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__list {
  display: flex;
  margin-right: 42px;
  opacity: 0;
}
.header__item {
  cursor: pointer;
  padding: 10px;
  text-transform: uppercase;
  font-family: "RoadRadio";
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
}
.header__item:not(:last-child) {
  margin-right: 45px;
}

.main__container {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  background-color: inherit;
  padding-top: 145px;
}
.main__left {
  position: fixed;
  top: 145px;
}
.main__left_container {
  display: flex;
  padding-top: 20px;
}
.main__left_item:not(:last-child) {
  margin-bottom: 35px;
}
.main__left_icon {
  margin-right: 10px;
  cursor: pointer;
}
.main__left_text {
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
}
.main__content {
  width: 100%;
  flex: 0 1 70%;
  margin-left: 169px;
}
.main__content_container {
  display: flex;
  flex-direction: column;
}
.main__content_title {
  padding: 10px;
  font-family: Lora;
  font-size: 32px;
  font-weight: 500;
  line-height: 42px;
  letter-spacing: 0em;
  text-align: left;
}
.main__content_picture {
  margin: 60px 0 60px 60px;
}
.main__content_text {
  padding: 10px;
  margin-bottom: 20px;
  font-family: Lora;
  font-size: 26px;
  font-weight: 400;
  line-height: 33px;
  letter-spacing: 0em;
  text-align: left;
}
.main__content_question {
  padding: 10px;
  margin-bottom: 30px;
  font-family: Lora;
  font-size: 26px;
  font-weight: 600;
  line-height: 33px;
  letter-spacing: 0em;
  text-align: left;
}
.main__content_link {
  color: #0047FF;
}
.main__right {
  flex: 1 1 15%;
}
.main__right_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.main__right_title {
  padding: 10px;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
}
.main__right_list {
  margin-top: 10px;
}
.main__right_item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.main__right_item:not(:last-child) {
  margin-bottom: 10px;
}
.main__right_icon {
  padding: 10px;
  cursor: pointer;
}
.main__right_text {
  cursor: pointer;
  padding: 5px 10px;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 200;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: center;
}

.offer {
  max-width: 740px;
  margin: 120px auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.offer__title {
  padding: 10px;
  margin-bottom: 40px;
  font-family: Lora;
  font-size: 52px;
  font-weight: 600;
  line-height: 67px;
  letter-spacing: 0em;
  text-align: left;
}
.offer__text {
  padding: 10px;
  font-family: Lora;
  font-size: 32px;
  font-weight: 500;
  line-height: 41px;
  letter-spacing: 0em;
  text-align: center;
  margin-bottom: 20px;
}
.offer__text_red {
  color: #FF0000;
}
.offer__text_bold {
  font-weight: 700;
}
.offer__text_bold-red {
  font-weight: 700;
  font-size: 42px;
  line-height: 54px;
  color: #FF0000;
}
.offer__product-image {
  padding: 10px;
  margin-bottom: 50px;
}
.offer__order-button {
  margin-top: 40px;
  margin-bottom: 50px;
  padding: 8px 20px;
  background-image: url("../img/button-black.svg");
  background-color: transparent;
  max-width: 480px;
}
.offer__order-button:hover {
  background-image: url("../img/button-black-active.svg");
}
.offer__order-button_text {
  font-family: RoadRadio;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0em;
  text-align: center;
  color: #000;
  text-transform: uppercase;
}

.tags {
  margin-bottom: 42px;
}
.tags__list {
  display: flex;
}
.tags__item {
  position: relative;
  font-family: Montserrat;
  font-size: 22px;
  font-weight: 300;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: center;
  color: #0047FF;
  padding-left: 19px;
}
.tags__item::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #A5A5A5;
  border-radius: 50%;
  top: 10px;
  left: 0;
}
.tags__item:not(:last-child) {
  padding-right: 25px;
}

.info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #A5A5A5;
}
.info__left {
  display: flex;
  padding: 0 3px 0 10px;
}
.info__right {
  padding: 10px;
}
.info__item {
  display: flex;
  align-items: center;
}
.info__item:nth-child(2) {
  padding-left: 25px;
}
.info__text {
  padding-left: 10px;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
}

.comments {
  margin-top: 20px;
}
.comments__title {
  padding: 10px;
  font-family: Lora;
  font-size: 42px;
  font-weight: 500;
  line-height: 54px;
  letter-spacing: 0em;
  text-align: left;
}
.comments__list {
  margin-top: 20px;
  margin-bottom: 100px;
}
.comments__item {
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
}
.comments__user {
  display: flex;
  align-items: center;
}
.comments__avatar {
  padding: 10px;
}
.comments__username {
  padding: 10px;
  font-family: Montserrat;
  font-size: 22px;
  font-weight: 600;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: center;
}
.comments__text {
  padding: 10px;
  font-family: Montserrat;
  font-size: 22px;
  font-weight: 300;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: left;
}
.comments__info {
  display: flex;
  align-items: center;
}
.comments__info_icon {
  cursor: pointer;
  padding: 10px;
}
.comments__info_icon:first-child {
  margin-right: 5px;
}

.cen{
  display: flex;
  margin: auto;
  padding: 10px;
  justify-content: center;
}