@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;
}
._mobile-flex {
  display: none !important;
}

._pc {
  display: block;
}

@keyframes ticker {
  0% {
    left: 0;
  }
  100% {
    left: -111px;
  }
}
.header {
  position: fixed;
  width: 100%;
  margin: 0 auto;
  background: #999999;
  box-shadow: 0px 1px 16px rgba(0, 0, 0, 0.1);
  z-index: 100;
  top: 55px;
}
.header__logo {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 55px;
  background-color: #000000;
}
.header__logo_ticker {
  position: absolute;
  width: 200%;
  height: 55px;
  left: 0;
  background: url("../img/logo.png") repeat-x center;
  animation: ticker 5s linear infinite;
}
.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 62px;
  padding: 0 20px;
}
.header__menu {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header__menu_body {
  display: flex;
}
.header__menu_image {
  cursor: pointer;
}
.header__menu_image:last-child {
  margin-left: 28px;
}
.header__menu_image-wrapper {
  width: 97px;
  height: 63px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__list {
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
  margin-right: 42px;
}
.header__item {
  cursor: pointer;
  padding: 10px;
  text-transform: uppercase;
  font-family: "RoadRadio";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  color: #FFFFFF;
  text-align: center;
}
.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 100%;
}
.main__content_container {
  display: flex;
  flex-direction: column;
}
.main__content_block {
  padding: 0 10px;
  background: #FFFFFF;
  box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.1);
}
.main__content_title {
  padding: 10px;
  margin: 50px 0 40px 0;
  font-family: Lora;
  font-size: 42px;
  font-weight: 500;
  line-height: 54px;
  letter-spacing: 0em;
  text-align: left;
}
.main__content_banner {
  padding: 0 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 60px 0;
  background: url("../img/background.jpg") no-repeat center/cover;
}
.main__content_banner-title {
  text-transform: uppercase;
  text-shadow: -4px 4px 10px rgba(0, 0, 0, 0.35);
  font-family: RoadRadio;
  font-size: 102px;
  font-weight: 700;
  line-height: 103px;
  letter-spacing: 0em;
  text-align: left;
  color: #ff1a00;
}
.main__content_banner-image-mobile {
  display: none;
}
.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%;
  margin-top: 607px;
}
.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;
}
.main__right_text {
  padding: 5px 10px;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 200;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: center;
}

.offer {
  margin: 138px 44px;
  display: flex;
  align-items: center;
}
.offer__left-block {
  flex: 0 1 45%;
  margin-right: 32px;
}
.offer__right-block {
  flex: 0 1 55%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.offer__title {
  padding: 10px;
  margin-bottom: 40px;
  font-family: Lora;
  font-size: 42px;
  font-weight: 600;
  line-height: 54px;
  letter-spacing: 0em;
  text-align: center;
}
.offer__text {
  padding: 10px;
  font-family: Lora;
  font-size: 26px;
  font-weight: 500;
  line-height: 33px;
  letter-spacing: 0em;
  text-align: center;
}
.offer__text_two {
  font-size: 28px;
  line-height: 36px;
}
.offer__text_red {
  color: #FF0000;
}
.offer__text_bold {
  font-family: Lora;
  font-size: 32px;
  font-weight: 700;
  line-height: 41px;
}
.offer__text_bold-red {
  font-weight: 700;
  font-size: 42px;
  line-height: 54px;
  color: #FF0000;
}
.offer__product-image {
  width: 100%;
  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: 30px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: center;
  color: #000;
  text-transform: uppercase;
}

.comments__title {
  padding: 10px;
  font-family: Lora;
  font-size: 42px;
  font-weight: 500;
  line-height: 54px;
  letter-spacing: 0em;
  text-align: center;
}
.comments__list {
  margin-top: 56px;
  margin-bottom: 100px;
}
.comments__item {
  display: flex;
  flex-direction: column;
  margin: 0 146px 103px 108px;
}
.comments__user {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.comments__avatar {
  width: 150px;
  height: 150px;
}
.comments__username {
  padding: 10px 10px 0 10px;
  font-family: Lora;
  font-size: 24px;
  font-weight: 400;
  line-height: 31px;
  letter-spacing: 0em;
  text-align: center;
}
.comments__wrapper {
  display: flex;
  align-items: flex-start;
}
.comments__comment-block {
  margin-left: 25px;
  padding: 30px 30px 57px;
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.25);
}
.comments__text {
  padding: 10px;
  font-family: Lora;
  font-size: 23px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: left;
}
.comments__date {
  padding: 0 10px;
  font-family: "Lora";
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  line-height: 27px;
  color: #A5A5A5;
  text-align: right;
}
.comments__info {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.comments__info_icon {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5px;
  width: 42px;
  height: 40px;
}
.comments__info_icon:first-child {
  margin-right: 20px;
}

.icon-like {
  background: #8FD34F;
}
.icon-dislike {
  background: #AEAEAE;
}

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