@font-face {
  font-family: "Arial";
  font-display: swap;
  src: url("../fonts/Arial-Bold.woff2") format("woff2"), url("../fonts/Arial-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Arial";
  font-display: swap;
  src: url("../fonts/Arial-Regular.woff2") format("woff2"), url("../fonts/Arial-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Helvetica Neue";
  font-display: swap;
  src: url("../fonts/HelveticaNeue-Medium.woff2") format("woff2"), url("../fonts/HelveticaNeue-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Helvetica Neue";
  font-display: swap;
  src: url("../fonts/HelveticaNeue-Bold.woff2") format("woff2"), url("../fonts/HelveticaNeue-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Helvetica Neue";
  font-display: swap;
  src: url("../fonts/HelveticaNeue-Regular.woff2") format("woff2"), url("../fonts/HelveticaNeue-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Lato";
  font-display: swap;
  src: url("../fonts/Lato-Regular.woff2") format("woff2"), url("../fonts/Lato-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Lato";
  font-display: swap;
  src: url("../fonts/Lato-Bold.woff2") format("woff2"), url("../fonts/Lato-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Playfair Display";
  font-display: swap;
  src: url("../fonts/PlayfairDisplay-Bold.woff2") format("woff2"), url("../fonts/PlayfairDisplay-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Open Sans";
  font-display: swap;
  src: url("../fonts/OpenSans-Regular.woff2") format("woff2"), url("../fonts/OpenSans-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Lora";
  font-display: swap;
  src: url("../fonts/Lora-Bold.woff2") format("woff2"), url("../fonts/Lora-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Lora";
  font-display: swap;
  src: url("../fonts/Lora-Regular.woff2") format("woff2"), url("../fonts/Lora-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

* {
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #131313;
}

*:before,
*:after {
  -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%;
  line-height: 1;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

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

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

button {
  cursor: pointer;
}

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

a {
  text-decoration: none;
}

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

::-webkit-scrollbar {
  width: 7px;
  background-color: #ffffff;
}

::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #6f6f6f;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background-color: #f9f9fd;
}

body {
  background: #FFFFFF;
}

.wrapper {
  position: relative;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 0;
}

[class*=__container],
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.font-weight100 {
  font-weight: 100 !important;
}

.font-weight200 {
  font-weight: 200 !important;
}

.font-weight300 {
  font-weight: 300 !important;
}

.font-weight400 {
  font-weight: 400 !important;
}

.font-weight500 {
  font-weight: 500 !important;
}

.font-weight600 {
  font-weight: 600 !important;
}

.font-weight700 {
  font-weight: 700 !important;
}

.font-weight800 {
  font-weight: 800 !important;
}

.font-weight900 {
  font-weight: 900 !important;
}

.blue-text {
  color: #0029FF !important;
}

.red-text {
  color: #FF0000 !important;
}

.text-start {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-end {
  text-align: right !important;
}

.shadow-text {
  text-shadow: 2px 2px #FFFFFF, 2px -2px #FFFFFF, -2px 2px #FFFFFF, -2px -2px #FFFFFF !important;
}

.text-bg-yellow {
  background-color: #FFE500;
}

.glow-button {
  font-family: "Mukta";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  color: #000000;
  outline: none;
  border: none;
  background-color: #fff;
}

/* modal */

#modal1,
#modal2 {
  background: rgba(217, 217, 217, 0.4);
  -webkit-backdrop-filter: blur(42px);
          backdrop-filter: blur(42px);
  border-radius: 20px;
}

/* form */

.form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
}

.fancybox-slide--html .fancybox-close-small {
  color: #bf0f0f !important;
  border-radius: 50%;
  padding: 6px !important;
  width: 30px;
  height: 30px;
  right: 10px !important;
  top: 10px !important;
}

.fancybox-button svg path {
  fill: #FFFFFF !important;
}

.input-group {
  width: 245px !important;
  margin-bottom: 30px !important;
}

.form label {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
}

.form .input-field {
  outline: none;
  width: 100%;
  background: transparent;
  padding: 10px 20px 10px 20px;
  border: 2px solid #e9d7dc;
  border-radius: 3px;
  background: #fff;
  font-family: "Hind", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #000;
}

.form .input-field::-webkit-input-placeholder {
  font-family: "Hind", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #000;
}

.form .input-field::-moz-placeholder {
  font-family: "Hind", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #000;
}

.form .input-field:-ms-input-placeholder {
  font-family: "Hind", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #000;
}

.form .input-field::-ms-input-placeholder {
  font-family: "Hind", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #000;
}

.form .input-field::placeholder {
  font-family: "Hind", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #000;
}

.form .button {
  border: none;
  outline: none;
  border-radius: 5px;
  padding: 20px 53px 21px 53px;
  -webkit-box-shadow: 0 4px 15px 0 rgba(129, 150, 160, 0.45);
          box-shadow: 0 4px 15px 0 rgba(129, 150, 160, 0.45);
  background: #0299ff;
  font-family: "Hind", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 123%;
  text-align: center;
  color: #fff;
  cursor: pointer;
}

.header {
  position: relative;
  z-index: 0;
  overflow-x: clip;
  background: #FFFFFF;
  padding: 6px 0;
  border-bottom: 1px solid #e6e5e5;
}

.header__container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__logo .logo__images {
  width: 140px;
}

.header__shedule {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}

.header__shedule .link-logo {
  display: none;
}

.header__burger-btn {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  margin-left: 10px;
}

.header__burger-btn:hover svg path {
  -webkit-transition: all 280ms ease 0ms;
  -o-transition: all 280ms ease 0ms;
  transition: all 280ms ease 0ms;
  fill: #ff4040;
}

.menu {
  display: none;
}

.footer {
  position: relative;
  z-index: 0;
  overflow-x: clip;
}

.footer .pp {
  text-align: center;
  padding: 25px 0;
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #767676;
}

.popup-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 280ms ease 0ms;
  -o-transition: all 280ms ease 0ms;
  transition: all 280ms ease 0ms;
}

.popup-menu .popup-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #ffffff;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 70px 0 20px;
}

.popup-menu.popup-menu_show {
  visibility: visible;
  opacity: 1;
}

.popup-menu__close-btn {
  position: absolute;
  top: 25px;
  right: 40px;
  width: 30px;
  height: 30px;
  background: transparent;
}

.popup-menu__close-btn:hover svg path {
  -webkit-transition: all 280ms ease 0ms;
  -o-transition: all 280ms ease 0ms;
  transition: all 280ms ease 0ms;
  fill: #ff4040;
}

.popup-menu__logo {
  position: absolute;
  top: 30px;
  left: 30px;
}

.popup-menu__logo a.popup-menu__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.popup-menu__item {
  text-align: center;
}

.popup-menu__item:not(:last-child) {
  margin-bottom: 40px;
}

.popup-menu__item:hover .popup-menu__link {
  color: #131313;
}

.popup-menu__link {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #1e1a1a;
  -webkit-transition: all 280ms ease 0ms;
  -o-transition: all 280ms ease 0ms;
  transition: all 280ms ease 0ms;
}

body {
  background: #FFFFFF;
}

.success-text {
  font-weight: 700;
  font-size: 33px;
  line-height: 43px;
  text-align: center;
  color: #FFFFFF;
  margin-top: 20px;
}

.block-1 {
  position: relative;
  z-index: 0;
  overflow-x: clip;
  background: #fff;
  padding: 4px 0 12px;
}

.block-1 .bread-crumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.block-1 .bread-crumb__item:not(:last-child) {
  margin-right: 8px;
}

.block-1 .bread-crumb__link {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 150%;
  text-align: center;
  color: #1e1a1a;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.block-1 .bread-crumb__link:hover {
  border-bottom: 4px solid #c30e3d;
}

.block-1 .bread-crumb__item:last-child .bread-crumb__link {
  margin-right: 0;
}

.block-2 {
  position: relative;
  z-index: 0;
  overflow-x: clip;
  padding-top: 5px;
}

.block-2__left-block .block-sale {
  padding: 16px 60px;
  max-width: 546px;
  width: 100%;
  background: #f00;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  font-size: 36px;
  text-align: center;
  /* line-height: 25px; */
  line-height: 71%;
  color: #fff;
  margin: 0 auto 20px;
}

.block-2__left-block .block-sale span {
  color: #FFFFFF;
}

.block-2__left-block .country {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  text-transform: uppercase;
  color: #c30e3d;
  margin-bottom: 14px;
}

.block-2__left-block .pre-date {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: #7b7b7b;
  margin-bottom: 14px;
}

.block-2__left-block .left-block__title {
  font-family: "Playfair Display", sans-serif;
  font-weight: 700;
  font-size: 30px;
  /* line-height: 42px; */
  line-height: 140%;
  color: #000;
  margin-bottom: 14px;
}

.block-2__left-block .left-block__sub-title {
  font-family: "Playfair Display", sans-serif;
  font-weight: 700;
  font-size: 17px;
  /* line-height: 26px; */
  line-height: 150%;
  color: #212529;
  margin-bottom: 14px;
}

.block-2__left-block .block-img {
  text-align: center;
  margin-bottom: 20px;
}

.block-2__left-block .block-img .desktop {
  display: none;
}

.block-2__left-block .block-img .name {
  font-family: "Lora", serif;
  font-weight: 400;
  font-size: 12px;
  /* line-height: 17px; */
  line-height: 142%;
  text-align: center;
  color: #212529;
  margin: 10px auto 0;
  max-width: 318px;
  width: 100%;
}

.block-2__left-block .left-block__answer {
  font-family: "Lora", serif;
  font-weight: 400;
  font-size: 15px;
  /* line-height: 22px; */
  line-height: 150%;
  color: #212529;
  margin-bottom: 20px;
}

.block-2__left-block .left-block__answer a {
  font-weight: 700;
  color: #0017e7;
}

.block-2__left-block .left-block__question {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 30px;
  /* line-height: 42px; */
  line-height: 140%;
  color: #000;
  margin-bottom: 20px;
}

.block-2__left-block .left-block__question a {
  font-weight: 700;
  color: #0017e7;
}

.block-2__left-block .left-block__discount {
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  font-size: 18px;
  /* line-height: 25px; */
  line-height: 150%;
  text-align: center;
  color: #434343;
  margin-bottom: 20px;
}

.block-2__left-block .border-text {
  border: 3px dashed #e00000;
  border-radius: 3px;
  padding: 13px 25px;
  max-width: 598px;
  width: 100%;
  margin: 0 auto 20px;
  font-family: "Lora", sans-serif;
  font-weight: 400;
  font-size: 15px;
  /* line-height: 22px; */
  line-height: 150%;
  color: #212529;
}

.block-2__left-block #month {
  font-weight: 700;
}

.block-2__left-block .bg-yellow {
  padding: 12px 16px;
  max-width: 572px;
  width: 100%;
  background: #fff3cc;
  margin: 0 auto 20px;
  font-family: "Lora", sans-serif;
  font-weight: 400;
  font-size: 15px;
  /* line-height: 22px; */
  line-height: 150%;
  color: #212529;
}

.block-2__left-block .bg-yellow a {
  font-weight: 700;
  color: #0017e7;
}

.block-2__left-block .bg-red {
  padding: 14px 18px;
  max-width: 574px;
  width: 100%;
  margin: 0 auto 20px;
  background: #ead1dd;
}

.block-2__left-block .bg-red .text {
  font-family: "Lora", sans-serif;
  font-weight: 400;
  font-size: 15px;
  /* line-height: 22px; */
  line-height: 150%;
  color: #212529;
  margin-bottom: 14px;
}

.block-2__left-block .bg-red .text:last-child {
  margin-bottom: 0;
}

.block-2__left-block .block-form {
  position: relative;
  z-index: 0;
  background-image: url("../images/16.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  padding: 54px 28px 68px;
  margin-bottom: 28px;
}

.block-2__left-block .block-form .block-img {
  text-align: center;
  margin-bottom: 24px;
}

.block-2__left-block .block-form .price {
  font-family: "Arial", sans-serif;
  font-weight: 700;
  font-size: 36px;
  color: #f00;
  text-align: center;
  margin-bottom: 24px;
}

.block-2__left-block .block-form .price-old {
  font-family: "Arial", sans-serif;
  font-weight: 700;
  font-size: 21px;
  line-height: 115%;
  text-align: center;
  color: #000;
  text-decoration: line-through;
}

.block-2__left-block .block-form .form-title {
  font-family: "Arial", sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 114%;
  color: #000;
  text-align: center;
  margin-bottom: 24px;
}

.block-2__left-block .block-form .date {
  font-family: "Arial", sans-serif;
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  color: #00f;
  text-align: center;
  margin-bottom: 24px;
}

.block-2__left-block .block-form .date span {
  color: #00f;
}

.block-2__left-block .block-form .form-text {
  font-family: "Arial", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 115%;
  text-align: center;
  color: #000;
  margin-bottom: 24px;
}

.block-2__left-block .block-form .form-text a {
  font-weight: 700;
  color: #0017e7;
}

.block-2__left-block .block-form .form-text span {
  font-family: "Arial", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 156%;
  text-align: center;
  color: #000;
}

.block-2__left-block .block-comments {
  max-width: 740px;
  width: 100%;
}

.block-2__left-block .comment__title {
  font-family: "Arial", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #45688e;
  width: 100%;
  background: #dae2e8;
  padding: 2px;
  margin-bottom: 26px;
}

.block-2__left-block .comment__item--show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 36px;
  width: 100%;
}

.block-2__left-block .comment__item--show:last-child {
  margin-bottom: 0;
}

.block-2__left-block .comment__item--show .item__avatar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.block-2__left-block .comment__item--show .avatar-img {
  margin-right: 20px;
}

.block-2__left-block .comment__item--show .name {
  font-family: "Arial", sans-serif;
  font-weight: 700;
  font-size: 17px;
  line-height: 150%;
  color: #2b587a;
  margin-bottom: 10px;
}

.block-2__left-block .comment__item--show .date {
  font-family: "Arial", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #999;
}

.block-2__left-block .comment__item--show .date span {
  color: #999;
}

.block-2__left-block .comment__item--show .description {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 187%;
  color: #000;
  margin-bottom: 10px;
}

.block-2__left-block .comment__item--show .product-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 18px;
}

.block-2__left-block .comment__item--show .product-img .popup-img {
  margin-right: 15px;
}

.block-2__left-block .comment-wrapper {
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #f6f6f6;
  padding: 18px 20px;
}

.block-2__left-block .number-comments {
  font-family: "Arial", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  text-align: left;
  margin-bottom: 16px;
}

.block-2__left-block .input-comment {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-transform: lowercase;
  color: #c9c9c9;
  width: 100%;
  border: none;
  outline: none;
  border-bottom: 1px solid #959595;
  padding: 6px 0 6px 6px;
  margin-bottom: 18px;
  background: transparent;
}

.block-2__left-block .block-btns {
  text-align: right;
}

.block-2__left-block .cancel-btn {
  border: none;
  outline: none;
  background-color: transparent;
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #000;
  margin-right: 48px;
}

.block-2__left-block .submit-btn {
  border: none;
  outline: none;
  font-family: "Arial", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  background: #63C7FF;
  -webkit-box-shadow: inset 4px 4px 5px rgba(255, 255, 255, 0.25), inset -3px -3px 4px rgba(0, 0, 0, 0.25);
          box-shadow: inset 4px 4px 5px rgba(255, 255, 255, 0.25), inset -3px -3px 4px rgba(0, 0, 0, 0.25);
  padding: 10px 60px;
}

.block-2__right-block {
  display: none;
}

@media (min-width: 1200px) {
  [class*=__container],
  .container {
    padding: 0 15px;
  }

  .header__burger-btn {
    display: none;
  }

  .header__logo .logo__images {
    width: auto;
  }

  .header__shedule {
    margin-left: 0;
  }

  .header__shedule .link-logo {
    display: block;
    margin-left: 60px;
  }

  .menu {
    display: block;
    text-align: center;
  }

  .menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .menu__item {
    -webkit-transition: all 280ms ease 0ms;
    -o-transition: all 280ms ease 0ms;
    transition: all 280ms ease 0ms;
  }

  .menu__item:not(:last-child) {
    margin-right: 20px;
  }

  .menu__item:not(:last-child) .menu__link {
    font-family: "Helvetica Neue", sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 150%;
    text-align: center;
    color: #c30e3d;
    border-right: 1px solid #c30e3d;
    padding-right: 20px;
  }

  .menu__link {
    font-family: "Helvetica Neue", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    text-align: center;
    color: #333;
    -webkit-transition: all 280ms ease 0ms;
    -o-transition: all 280ms ease 0ms;
    transition: all 280ms ease 0ms;
  }

  .block-1 {
    padding: 0;
    border-bottom: 10px solid #333;
  }

  .block-1 .bread-crumb__item {
    padding: 16px;
  }

  .block-1 .bread-crumb__item:not(:last-child) {
    margin-right: 0;
  }

  .block-2 {
    padding-top: 30px;
  }

  .block-2 .row.d-grid {
    display: -ms-grid;
    display: grid;
        grid-template-areas: "center right";
    -ms-grid-columns: 648px 25px 330px;
    grid-template-columns: 648px 330px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    grid-column-gap: 25px;
  }

  .block-2__left-block {
    padding-top: 20px;
    grid-area: center;
  }

  .block-2__left-block .block-img {
    margin-bottom: 20px;
  }

  .block-2__left-block .block-img .mobile {
    display: none;
  }

  .block-2__left-block .block-img .desktop {
    display: block;
  }

  .block-2__left-block .item {
    padding: 28px 18px;
  }

  .block-2__left-block .block-content {
    padding: 32px 20px;
  }

  .block-2__left-block .block-content .block-avatar {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
  }

  .block-2__left-block .block-content .img-avatar {
    margin-bottom: 0;
    margin-right: 20px;
  }

  .block-2__left-block .block-form {
    background-image: url("../images/17.png");
    background-size: contain;
    padding: 70px 145px 100px;
    margin-bottom: 40px;
  }

  .block-2__left-block .comment__item--show .avatar-img {
    margin-right: 22px;
  }

  .block-2__left-block .comment__item--show .name {
    text-align: left;
  }

  .block-2__left-block .comment__item--show .date {
    text-align: left;
  }

  .block-2__left-block .comment__item--show .description {
    text-align: left;
  }

  .block-2__left-block .comment__item--show .product-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 18px;
  }

  .block-2__left-block .comment__item--show .product-img .popup-img {
    margin: 0;
  }

  .block-2__left-block .comment__item--show .product-img img {
    max-width: 146px;
    margin-right: 20px;
  }

  .block-2__left-block .input-comment {
    font-family: "Helvetica Neue", sans-serif;
    font-weight: 400;
    font-size: 14px;
    text-transform: lowercase;
    color: #c9c9c9;
  }

  .block-2__left-block .input-block {
    margin: 20px 0 18px;
  }

  .block-2__left-block .block-btns {
    margin: 0 0 40px;
  }

  .block-2__left-block .cancel-btn {
    margin-right: 48px;
  }

  .block-2__right-block {
    display: block;
    position: relative;
    grid-area: right;
    padding-top: 20px;
  }

  .block-2__right-block .block-img {
    margin-bottom: 20px;
  }

  .block-2__right-block .block-content {
    background: rgba(195, 14, 61, 0.05);
    margin-bottom: 15px;
  }

  .block-2__right-block .block-content:nth-child(3) {
    padding: 15px;
  }

  .block-2__right-block .block-content:nth-child(4) {
    padding: 22px 0;
  }

  .block-2__right-block .block-content:nth-child(4) .title {
    padding-left: 15px;
  }

  .block-2__right-block .block-content:nth-child(4) .item:last-child {
    border-bottom: none;
    padding: 15px 16px 0;
  }

  .block-2__right-block .block-content .title {
    font-family: "Helvetica Neue", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    text-transform: uppercase;
    color: #c30e3d;
    margin-bottom: 18px;
  }

  .block-2__right-block .block-content .text {
    font-family: "Helvetica Neue", sans-serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 93%;
    color: #000;
    margin-bottom: 16px;
    margin-left: 15px;
    display: block;
    cursor: pointer;
  }

  .block-2__right-block .block-content .sub-title {
    font-family: "Helvetica Neue", sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 150%;
    text-transform: uppercase;
    color: #c30e3d;
    margin-left: 15px;
    display: block;
    cursor: pointer;
  }

  .block-2__right-block .block-content .border-bottom {
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 6px;
  }

  .block-2__right-block .block-content .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding: 15px 16px;
  }

  .block-2__right-block .block-content .item img {
    width: 42px;
    height: 42px;
    margin-right: 10px;
  }

  .block-2__right-block .block-content .item a {
    display: inline-block;
  }

  .block-2__right-block .block-content .item a:first-child {
    width: 42px;
    height: 42px;
  }

  .block-2__right-block .block-content .item .text {
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {

  .block-2__left-block {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .block-2__right-block {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}