/* 1_styles.min start */

.show,
header,
main,
nav {
  display: block;
}

.animated {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  height: 100%;
}

body {
  margin: 0;
  font: 15px/23px "Roboto";
  color: #000;
  min-height: 100%;
  background-color: #e8e8e8;
}

a {
  background: 0 0;
  background-color: transparent;
  text-decoration: none;
  color: #bf0c1e;
}

a:active,
a:hover {
  outline: 0;
}

img {
  border: 0;
  border-style: none;
  color: transparent;
}

@font-face {
  font-family: icons;
  src: url(../fonts/icons_m.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

* {
  box-sizing: border-box;
  outline: 0;
}

::-webkit-input-placeholder {
  color: #b3b3b3;
}

::-moz-placeholder {
  color: #b3b3b3;
}

:focus::-webkit-input-placeholder {
  color: transparent;
}

:focus::-moz-placeholder {
  color: transparent;
}

li,
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#wrapper,
.container {
  position: relative;
}

.container {
  margin: auto;
  padding: 0 15px 32px;
  width: 1090px;
  background: #fff;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
}

.container > :last-child {
  margin-bottom: 0;
}

[class*=" icon-"],
[class^="icon-"] {
  font-family: icons;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-zen:before {
  content: "\e914";
  font-size: 18px;
}

.icon-eye:before {
  content: "\e904";
}

.icon-ok:before {
  content: "\e907";
  font-size: 19px;
  line-height: 16px;
}

.icon-vk:before {
  content: "\e90a";
  font-size: 9px;
}

.main {
  display: flex;
  justify-content: space-between;
  margin: 0 0 32px;
  padding: 10px 0 0;
}

.content {
  width: 100%;
}

.date-box {
  display: inline-flex;
  font: 10px/15px "Roboto";
  color: #3d3d3d;
  letter-spacing: 0.04em;
}

.date-box__date {
  font-weight: 700;
  margin-right: 4px;
}

.breadcrumbs {
  text-align: right;
  font-size: 0;
}

.breadcrumbs .breadcrumbs__item {
  position: relative;
  display: inline-block;
  font: italic 11px/15px "Roboto";
  letter-spacing: -0.3px;
  margin: 0 10px;
  color: #8f8f8f;
  transition: color 0.3s;
  text-decoration: none;
}

.breadcrumbs .breadcrumbs__item:not(span):hover {
  color: #bf0c1e;
}

.breadcrumbs .breadcrumbs__item:after {
  content: "/";
  position: absolute;
  top: 0;
  right: -12px;
}

.breadcrumbs .breadcrumbs__item:last-child {
  color: #bf0c1e;
}

.breadcrumbs .breadcrumbs__item:last-child:after {
  display: none;
}

.preview-meta {
  display: inline-flex;
  font: 700 10px/16px "Roboto";
  letter-spacing: 0.04em;
  color: #b3b3b3;
}

.preview-meta__views {
  margin-right: 12px;
}

.preview-meta .icon-eye {
  margin-right: 3px;
}

.nav__item_subnav:hover > .nav__link:after {
  border-color: #fff;
}

.header .container {
  z-index: 1;
  padding: 0;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  height: 161px;
}

.header__content {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #fff;
}

.header__logo {
  margin-bottom: -1px;
  padding: 8px 14px 0 15px;
  width: 216px;
  height: 105px;
  transition: background-color 0.3s;
  background-color: #bf0c1e;
  display: flex;
  align-items: center;
  justify-content: center;
}

a.header__logo:hover {
  background-color: #a70a1a;
}

.header__logo img {
  width: 176px;
}

.header__news {
  position: relative;
}

.nav {
  display: flex;
  padding: 0 0 0 5px;
  flex-grow: 1;
  flex-wrap: wrap;
}

.nav-wrap {
  overflow: hidden;
  display: flex;
  top: -60px;
  transform: translateY(0);
  border-top: 1px solid #dbdbdb;
  padding: 8px 10px;
  height: 57px;
  background: #fff;
}

.nav-logo {
  display: none;
  justify-content: center;
  margin: -8px 10px -8px -10px;
  width: 66px;
  height: 57px;
  background: #bf0c1e;
  flex-shrink: 0;
}

.nav-logo img {
  width: 47px;
}

.nav__item {
  position: relative;
  padding: 5px 8px;
}

.nav__item_active .nav__link {
  color: #bf0c1e;
}

.nav__item_active .nav__link:after {
  bottom: -12px;
  opacity: 1;
}

.nav__item_subnav:hover:after {
  display: block;
}

.nav__item_subnav:hover > .nav__link {
  background: #bf0c1e;
  color: #fff;
  border-radius: 50px;
}

.nav__item_subnav:hover > .nav__link:before {
  opacity: 0;
  left: -20px;
}

.nav__item_subnav:after {
  display: none;
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  height: 14px;
  width: 100%;
}

.nav__item_subnav > .nav__link {
  padding: 2px 22px 0 12px;
  font-size: 13px;
  line-height: 28px;
  letter-spacing: 0.09em;
}

.nav__item_subnav > .nav__link:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  height: 27px;
  border-left: 1px solid #dbdbdb;
  transition: all 0.5s;
}

.nav__item_subnav > .nav__link:after {
  content: "";
  position: absolute;
  right: 13px;
  top: 11px;
  width: 4px;
  height: 4px;
  border: 2px solid #000;
  border-left: 0;
  border-top: 0;
  opacity: 1;
  transform: rotate(45deg);
}

.nav__link {
  position: relative;
  display: inline-block;
  font: 800 18px/32px "Roboto";
  color: #000;
  transition: all 0.3s;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  white-space: nowrap;
}

.nav__link:hover,
.news__item:hover .news__title {
  color: #bf0c1e;
}

.nav__link:hover:after {
  bottom: -12px;
  opacity: 1;
}

.nav__link:after {
  content: "";
  transition: all 0.3s;
  position: absolute;
  bottom: -16px;
  right: 0;
  width: 100%;
  border-bottom: 4px solid #bf0c1e;
  opacity: 0;
}

span.nav__link {
  cursor: default;
}

.news__pic {
  margin-right: 16px;
}

.news__img {
  display: block;
  width: 112px;
  height: 98px;
}

.news__content {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.news__title {
  font: 600 18px/25px "Roboto";
  color: #000;
  margin-bottom: 4px;
  transition: color 0.3s;
}

.news .news__desc {
  font: 14px/20px "Roboto";
  color: #3d3d3d;
}

.news__item {
  display: flex;
}

.news_header {
  display: flex;
  width: 850px;
}

.news_header .news__item {
  align-items: center;
  margin-top: 16px;
  margin-right: 28px;
  border: 0;
  padding: 0;
  width: 411px;
}

.news_header .news__item:last-child {
  margin-right: 24px;
}

.news_header .news__pic {
  position: relative;
  height: 72px;
}

.news_header .news__pic:after {
  content: "\e901";
  font: 15px/23px icons;
  text-align: center;
  color: #fff;
  position: absolute;
  bottom: -4px;
  right: -4px;
  width: 24px;
  height: 24px;
  padding-left: 0.5px;
  padding-top: 0.5px;
  background: #b20606;
  border-radius: 50%;
}

.news_header .news__img {
  width: 72px;
  height: 72px;
  border-radius: 8px;
}

.news_header .news__content {
  display: block;
  max-height: 68px;
  overflow: hidden;
}

.news_header .news__content,
.news_header .news__desc {
  font: 12px/17px "Open Sans", Arial, sans-serif;
}

.news_header .news__title {
  display: inline;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: -0.03em;
}

.news_header .news__desc {
  display: inline;
}

.btn {
  transition: all 0.3s;
  display: inline-block;
  cursor: pointer;
  position: relative;
  font: 600 14px/18px raleway, sans-serif;
  border: 0;
  padding: 10px 16px;
  background: #bf0c1e;
  border-radius: 4px;
  color: #fff;
  letter-spacing: -0.03em;
  white-space: nowrap;
  user-select: none;
}

.btn:hover {
  background: #a70a1a;
}

.btn_share {
  text-transform: uppercase;
  font: 10px/16px "Roboto";
  letter-spacing: 0.08em;
  color: #3d3d3d;
  border: 1px solid #dbdbdb;
  padding: 3px 32px 3px 7px;
  background: #fff;
}

.btn_share:hover {
  background-color: transparent;
}

.btn_share:before {
  content: "";
  top: 0;
  bottom: 0;
  right: 24px;
  border-left: 1px solid #dbdbdb;
}

.btn_share:after,
.btn_share:before,
.share-popup {
  position: absolute;
  transition: 0.3s;
}

.btn_share:after {
  content: "\e903";
  font-family: icons;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  top: 3px;
  right: 3px;
}

.share-popup {
  cursor: default;
  top: 0;
  left: 100%;
  padding: 0 8px;
  min-width: 120px;
  min-height: 24px;
  visibility: hidden;
  opacity: 0;
  margin-left: -20px;
  animation-delay: 0.2s;
}

.social {
  display: flex;
}

.social__item {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 15px;
  margin-left: 8px;
  border: 1px solid #dbdbdb;
  width: 32px;
  height: 32px;
  background: #fff;
  border-radius: 50px;
  color: #3d3d3d;
  transition: all 0.3s;
}

.social__item:hover {
  border-color: #bf0c1e;
  background: #bf0c1e;
  color: #fff;
}

.article-head {
  margin-bottom: 16px;
  width: 100%;
}

.article-head .breadcrumbs {
  margin-bottom: 16px;
  border-bottom: 1px solid #dbdbdb;
  padding: 10px 0 0;
}

.article-head .breadcrumbs__item:last-child {
  margin-right: 0;
}

.article-head + .main {
  padding-top: 0;
}

.article-meta,
.header-mobile {
  display: flex;
  align-items: center;
}

.article-meta {
  margin-bottom: 16px;
}

.article-meta .date-box {
  margin-right: 22px;
}

.article-meta .preview-meta {
  margin-right: 18px;
  color: #3d3d3d;
}

.article-meta .preview-meta .preview-meta__views {
  margin-right: 7px;
}

.article-meta .social {
  flex-grow: 1;
  justify-content: flex-end;
  margin: -4px 0;
}

.header-mobile {
  justify-content: space-between;
  border-bottom: 1px solid #dbdbdb;
  padding: 10px;
  background: #fff;
}

.nav-toggle-xs {
  display: block;
  position: relative;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  margin: 0 10px 0 8px;
  width: 22px;
  height: 10px;
}

.nav-toggle-xs:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 100%;
  height: 2px;
  background: #000;
}

.nav-toggle-xs:after {
  content: "";
  position: absolute;
  top: -25px;
  bottom: -25px;
  left: -20px;
  right: -20px;
}

.news-feed-toggle-xs {
  display: block;
  font: 700 10px/16px "Roboto";
  text-transform: uppercase;
  letter-spacing: 0.04em;
  position: relative;
  border-radius: 4px;
  padding: 4px 10px;
  background: #f7f7f2;
}

.header-mobile {
  display: none;
}

@media screen and (max-width: 1099px) {
  .container {
    width: 100%;
    max-width: 900px;
  }

  .article-head .btn_share,
  .article-head .social,
  .breadcrumbs,
  .header-desktop,
  .header__news,
  .nav-wrap {
    display: none;
  }

  .header-mobile {
    display: flex;
  }

  .article-meta {
    padding-top: 10px;
    justify-content: flex-end;
  }

  .article-meta > span {
    margin: 0 0 0 22px !important;
  }
}

main * {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  font-family: "Roboto";
  text-decoration: none;
  box-sizing: border-box;
}

main {
  position: relative;
  display: block;
  background-color: #fff;
}

main h1 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  color: #333;
  margin-bottom: 30px;
}

main p {
  font-size: 18px;
  line-height: 1.3;
  color: #333;
  margin-bottom: 15px;
}

main a {
  color: #1869a7;
}

main ul {
  padding: 0;
  margin-left: 25px;
  margin-bottom: 20px;
}

main ul li {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.3;
  color: #333;
  list-style: disc;
}

main img {
  display: block;
  width: 100%;
  max-width: 650px;
  margin: 15px auto;
  border-radius: 8px;
}

.table {
  font-size: 13px;
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid green;
  border-collapse: collapse;
}

.table td {
  border: 1px solid green;
  background: #d8ead3;
  padding: 6px;
  vertical-align: middle;
}

.red {
  color: red;
}

.darkred {
  color: darkred;
}

@media (min-width: 576px) {
  .table {
    font-size: 18px;
  }

  .table td {
    padding: 10px;
  }
}

@media (min-width: 768px) {
  main h1 {
    font-size: 34px;
  }

  .table,
  main p,
  main ul li {
    font-size: 20px;
  }

  .table td {
    padding: 15px;
  }
}

/* 1_styles.min end */

/* 2_door start */

/*! Rezet============================================*/

/*! door=================================== */

.door {
  position: relative !important;
  display: flex !important;
  flex-flow: column !important;
  gap: 15px !important;
  height: auto !important;
  margin: 0 auto !important;
  padding: 0 !important;
  transition: opacity 0.4s linear, height 0.5s linear 0.6s !important;
}

.door.hidden {
  height: 0 !important;
  opacity: 0 !important;
}

.door.none {
  display: none !important;
}

.door__title {
  padding: 15px !important;
  border-radius: 0.5em !important;
  font: 700 22px/1.3 Roboto !important;
  text-align: center !important;
  text-transform: uppercase !important;
  color: #fff !important;
  background-color: #3a4752 !important;
  text-indent: 0 !important;
  line-height: 1.3 !important;
}

.door__container {
  position: relative !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  gap: 10px !important;
}

.door__item {
  cursor: pointer !important;
  position: relative !important;
  z-index: 10 !important;
  width: 100% !important;
  min-width: 85px !important;
  box-shadow: inset -1px -1px 0 1px #191919, inset 1px 1px 0 1px #191919 !important;
  perspective: 500px !important;
}

.door__item.open > .door__item-img {
  transform: rotateY(-85deg) !important;
}

.door__item-discount {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  display: inline-block !important;
  width: 70px !important;
  border-radius: 100% !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  text-align: center !important;
  line-height: 70px !important;
  color: red !important;
  transform: translateX(-50%) translateY(-50%) !important;
  vertical-align: baseline !important;
  box-shadow: 0 0 2px 2px #7f7878 !important;
}

.door__item-img {
  display: block !important;
  cursor: pointer !important;
  width: inherit !important;
  height: inherit !important;
  transform: rotateY(0) !important;
  transform-origin: 0 0 !important;
  transition: transform 0.75s ease !important;
}

.door__item-img:hover {
  transform: rotateY(-30deg) !important;
}

@media all and (min-width: 475px) {
  .door {
    max-width: 420px !important;
  }

  .door__title {
    font-size: 24px !important;
  }

  .door__item {
    width: 120px !important;
    height: 250px !important;
  }

  .door__item-discount {
    width: 90px !important;
    font-size: 26px !important;
    line-height: 90px !important;
  }
}

@media all and (min-width: 576px) {
  .door {
    max-width: 560px !important;
  }

  .door__title {
    font-size: 26px !important;
  }

  .door__container {
    gap: 25px !important;
  }

  .door__item {
    width: 100% !important;
    height: 340px !important;
  }

  .door__item-discount {
    width: 110px !important;
    font-size: 30px !important;
    line-height: 110px !important;
  }
}

@media all and (min-width: 768px) {
  .door {
    max-width: 640px !important;
  }

  .door__title {
    font-size: 28px !important;
  }

  .door__item {
    width: 100% !important;
    height: 370px !important;
  }

  .door__item-discount {
    width: 120px !important;
    font-size: 34px !important;
    line-height: 120px !important;
  }
}

@media all and (min-width: 992px) {
  .door {
    gap: 20px !important;
    max-width: 760px !important;
  }

  .door__item {
    width: 190px !important;
    height: 400px !important;
  }

  .door__item-discount {
    width: 140px !important;
    font-size: 42px !important;
    line-height: 140px !important;
  }
}

@media all and (min-width: 1200px) {
  .door {
    max-width: 780px !important;
  }
}

/*! Order=================================== */

.order {
  position: relative !important;
  display: none !important;
}

.order.active {
  display: block !important;
}

.order__header {
  display: flex !important;
  flex-flow: column !important;
  gap: 20px !important;
  margin-bottom: 30px !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  text-align: center !important;
}

.order__img {
  width: 100% !important;
  height: auto !important;
  max-width: 250px !important;
  margin: 0 auto !important;
}

.order__text {
  font-size: 18px !important;
  font-weight: 700 !important;
  margin-bottom: 15px !important;
  text-align: center !important;
  text-indent: 0 !important;
  line-height: 1.3 !important;
}

.order__text:nth-child(2) {
  margin-bottom: 5px !important;
}

.order__time {
  font-weight: 700 !important;
  font-size: 24px !important;
  text-align: center !important;
  color: red !important;
  text-indent: 0 !important;
  line-height: 1.3 !important;
}

.order__price {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 10px !important;
  font-size: 20px !important;
  text-indent: 0 !important;
  line-height: 1.3 !important;
}

.order__price-old {
  font-weight: 700 !important;
  text-decoration: line-through !important;
}

.order__price-new {
  font-weight: 700 !important;
  color: red !important;
}

.order__price-new > .order__price-summ {
  font-size: 24px !important;
}

.order__price-new > .order__price-curr {
  font-size: 24px !important;
}

.order__body {
  display: flex !important;
  flex-flow: column !important;
  gap: 15px !important;
  width: 100% !important;
  margin-bottom: 15px !important;
  border: none !important;
  text-align: center !important;
  -webkit-box-direction: normal !important;
  -webkit-box-orient: vertical !important;
}

.order__input {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  height: 55px !important;
  padding: 15px !important;
  border-style: none !important;
  border-width: 0 !important;
  border-color: transparent !important;
  border-radius: 35px !important;
  outline: 0 !important;
  font-size: 16px !important;
  background-color: #f2f2f2 !important;
  box-shadow: none !important;
}

.order__input:focus,
.order__input:focus-visible {
  outline: 0 !important;
  border: none !important;
  box-shadow: none !important;
}

.order__input::placeholder {
  font-size: 16px !important;
  font-weight: 400 !important;
}

.order__input--select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  -ms-appearance: none !important;
  -o-appearance: none !important;
  appearance: none !important;
  cursor: pointer !important;
  width: 100% !important;
}

.order__input--select::-ms-expand {
  display: none;
}

.order__select {
  position: relative !important;
  width: 100% !important;
}

.order__input:focus-visible {
  outline: 0 !important;
  outline-offset: 0 !important;
}

.order__btn {
  cursor: pointer !important;
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 5px !important;
  width: 100% !important;
  min-height: 55px !important;
  padding: 20px !important;
  border-radius: 35px !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  line-height: 1.2 !important;
  text-indent: 0 !important;
  color: #fff !important;
  background-color: #388e3c !important;
  transition: background-color 0.2s linear !important;
  box-shadow: none !important;
}

.order__btn:hover {
  background-color: #2bac31 !important;
}

.order__footer {
  font-size: 14px !important;
  text-align: center !important;
  color: #888 !important;
}

.order__info {
  font-size: 14px !important;
  text-align: center !important;
  line-height: 1.3 !important;
}

@media all and (min-width: 475px) {
  .order__time {
    font-size: 24px !important;
  }

  .order__price {
    font-size: 24px !important;
  }

  .order__btn {
    font-size: 18px !important;
  }
}

@media all and (min-width: 576px) {
  .order__footer {
    font-size: 16px !important;
  }
}

/*! Spin======================================== */

.spin {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  z-index: 1000 !important;
  display: none !important;
  width: 100% !important;
  height: 100% !important;
  background-color: rgba(0, 0, 0, 0.2) !important;
}

.spin.active {
  display: block !important;
}

.spin__content {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  z-index: 10 !important;
  width: calc(100% - 20px) !important;
  height: auto !important;
  min-width: 270px !important;
  padding: 80px 20px 20px 20px !important;
  border-radius: 10px !important;
  background-color: #fff !important;
  transform: translateX(-50%) translateY(-50%);
}

.spin__content::before {
  content: "" !important;
  position: absolute !important;
  top: -55px !important;
  right: 0 !important;
  left: 0 !important;
  width: 110px !important;
  height: 110px !important;
  margin: 0 auto !important;
  border-radius: 50% !important;
  background-color: #71c341 !important;
  animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-before;
}

.spin__content::after {
  content: "" !important;
  position: absolute !important;
  top: -20px !important;
  right: 0 !important;
  left: 0 !important;
  width: 50px !important;
  height: 20px !important;
  margin: 0 auto !important;
  border-style: none none solid solid !important;
  border-width: medium medium 4px 4px !important;
  border-color: currentcolor currentcolor #fff #fff !important;
  border-image: none !important;
  transform: rotate(-45deg) !important;
  transition: opacity 1s ease 0s !important;
  animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-after;
}

.spin__title {
  margin-bottom: 15px !important;
  font-size: 30px !important;
  font-weight: 500 !important;
  text-align: center !important;
}

.spin__text {
  margin-bottom: 30px !important;
  font-size: 22px !important;
  font-weight: 400 !important;
  text-align: center !important;
  line-height: 1.3 !important;
  text-indent: 0 !important;
}

.spin__btn {
  cursor: pointer !important;
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 5px !important;
  width: 180px !important;
  min-height: 45px !important;
  margin: 0 auto !important;
  padding: 10px !important;
  border-radius: 10px !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  color: #fff !important;
  background-color: #71c341 !important;
  transition: background-color 0.2s linear !important;
  box-shadow: none !important;
}

.spin__btn:hover {
  background-color: #53a723 !important;
}

@media all and (min-width: 475px) {
  .spin__content {
    width: 400px !important;
  }
}

@keyframes pop-up-appear-before {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes pop-up-appear-before {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes pop-up-appear-after {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes pop-up-appear-after {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* 2_door end */

/* 3_coments start */

/*! Rezet============================================*/

.comments * {
  margin: 0 !important;
  -webkit-margin-before: 0 !important;
  -webkit-margin-end: 0 !important;
  -webkit-margin-after: 0 !important;
  -webkit-margin-start: 0 !important;
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
  margin-inline-start: 0 !important;
  margin-inline-end: 0 !important;
  padding: 0 !important;
  border-style: none !important;
  border-width: 0 !important;
  border-color: transparent !important;
  font-family: inherit !important;
  box-sizing: border-box !important;
}

/*! Comnets=================================== */

.comments {
  position: relative !important;
  max-width: 780px !important;
  margin: 0 auto !important;
  margin-bottom: 30px !important;
  box-sizing: border-box !important;
}

.comments > * {
  box-sizing: border-box !important;
}

.comments__item.hidden {
  display: none !important;
}

.comments__header {
  position: relative !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  gap: 5px !important;
  margin: 0 0 30px 0 !important;
  padding: 0 0 !important;
  box-sizing: border-box !important;
  -webkit-box-align: center !important;
  -webkit-box-pack: justify !important;
  -ms-flex-align: center !important;
  -ms-flex-pack: justify !important;
}

.comments__header::before {
  content: "" !important;
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  z-index: 0 !important;
  width: 100% !important;
  height: 2px !important;
  background-color: #eeee !important;
}

.comments__left-box {
  position: relative !important;
  z-index: 1 !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  gap: 5px !important;
  padding: 10px 0 !important;
  border-bottom: 2px solid #9faeb5 !important;
  -webkit-box-align: center !important;
  -webkit-box-pack: justify !important;
  -ms-flex-align: center !important;
  -ms-flex-pack: justify !important;
}

.comments__header-title {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  text-indent: 0 !important;
  text-transform: capitalize !important;
  color: #414141 !important;
  box-sizing: border-box !important;
}

.comments__right-box {
  position: relative !important;
  z-index: 1 !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  gap: 25px !important;
  padding: 10px 0 !important;
  -webkit-box-align: center !important;
  -webkit-box-pack: justify !important;
  -ms-flex-align: center !important;
  -ms-flex-pack: justify !important;
}

.comments__right-box > a {
  box-shadow: none !important;
}

.comments__item-list {
  display: flex !important;
  flex-flow: column !important;
  gap: 30px !important;
  -webkit-box-direction: normal !important;
  -webkit-box-orient: vertical !important;
}

.comments__item {
  display: flex !important;
  flex-flow: column !important;
  gap: 10px !important;
  -webkit-box-direction: normal !important;
  -webkit-box-orient: vertical !important;
}

.comments__item-header {
  display: flex !important;
  gap: 15px !important;
}

.comments__item-header.hidden {
  display: none !important;
}

.comments__header-link img {
  margin: 0 !important;
}

.comments__item-avatar {
  width: 60px !important;
  height: 60px !important;
  min-width: 60px !important;
  min-height: 60px !important;
  margin: 0 !important;
  border-radius: 100% !important;
  object-fit: cover !important;
}

.comments__item-avatar.hidden {
  display: none !important;
}

.comments__item-info {
  display: flex !important;
  flex-flow: column !important;
  gap: 7px !important;
  text-indent: 0 !important;
  -webkit-box-direction: normal !important;
  -webkit-box-orient: vertical !important;
}

.comments__item-name {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  text-align: left !important;
  text-indent: 0 !important;
  text-transform: capitalize !important;
  line-height: 1 !important;
  color: #414141 !important;
}

.comments__item-data {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  text-align: left !important;
  text-indent: 0 !important;
  text-transform: initial !important;
  line-height: 1 !important;
  color: #9faeb5 !important;
}

.comments__item-data-now {
  text-indent: 0 !important;
  color: #29bb0c !important;
}

.comments__item-data.hidden {
  display: none !important;
}

.comments__item-body {
  display: flex !important;
  flex-flow: column !important;
  gap: 15px !important;
  -webkit-box-direction: normal !important;
  -webkit-box-orient: vertical !important;
}

.comments__item-content {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  text-align: left !important;
  text-indent: 0 !important;
  text-transform: initial !important;
  line-height: 1.3 !important;
  color: #414141 !important;
}

.comments__item-content.hidden {
  display: none !important;
}

.comments__item-content--printing {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  text-indent: 0 !important;
}

.comments__item-img {
  display: block;
  width: 100% !important;
  height: auto !important;
  max-width: 100% !important;
  margin: 0 !important;
}

.comments__item-img.hidden {
  display: none !important;
}
.comments__first-img.hidden {
  display: none !important;
}

.comments__item-gif {
  width: 50px !important;
  height: 50px !important;
  margin: 0 !important;
  padding-top: 10px !important;
  box-sizing: border-box !important;
}

.comments__item-footer {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  text-indent: 0 !important;
  -webkit-box-align: center !important;
  -webkit-box-pack: justify !important;
  -ms-flex-align: center !important;
  -ms-flex-pack: justify !important;
}

.comments__item-footer.hidden {
  display: none !important;
}

.comments__item-replay {
  margin: 0 !important;
  border: none !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  text-decoration: none !important;
  text-transform: initial !important;
  color: #9faeb5 !important;
  transition: all 0.2s ease-in-out !important;
  box-shadow: none !important;
}

.comments__item-replay:hover {
  color: #5f95ad !important;
}

.comments__form {
  position: relative !important;
  display: flex !important;
  gap: 10px !important;
  height: 210px !important;
  max-width: 780px !important;
  margin: 0 auto !important;
  margin-top: 30px !important;
  padding: 15px !important;
  border: 1px solid #9faeb5 !important;
  border-radius: 5px !important;
  background-color: #ffff !important;
  transition: all 0.4s linear !important;
  opacity: 1 !important;
  box-sizing: border-box !important;
}

.comments__form.hidden {
  height: 0 !important;
  opacity: 0 !important;
}

.comments__form.none {
  display: none !important;
}

.comments__form-input {
  display: block !important;
  width: 100% !important;
  height: 40px !important;
  margin: 0 !important;
  padding: 5px 10px !important;
  border: 1px solid #9faeb5 !important;
  border-radius: 5px !important;
  outline: 0 !important;
  font-family: inherit !important;
  font-size: 14px !important;
  text-align: left !important;
  text-decoration: none !important;
  text-indent: 0 !important;
  background-color: #fff !important;
  transition: height 0.4s linear !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
}

.comments__form-input.error {
  border: 1px solid red !important;
}

.comments__form-input::placeholder {
  font-family: inherit !important;
  font-size: 14px !important;
}

.comments__form-input--text {
  height: 80px !important;
  padding-top: 10px !important;
}

@media (min-width: 576px) {
  .comments__item-name {
    font-size: 20px !important;
  }

  .comments__item-data {
    font-size: 16px !important;
  }

  .comments__item-content {
    text-indent: 0 !important;
    font-size: 18px !important;
  }

  .comments__item-img {
    max-width: 350px !important;
  }

  .comments__item-footer {
    max-width: 350px !important;
  }
}

@media (min-width: 992px) {
  .comments__header-title {
    font-size: 20px !important;
  }
}

/*!Comments FB=========================== \*/

/*!Comments FB-2=========================== \*/

/* 3_coments end */

/* 4_btn start */

/*! MyBtn======================================= */

.my-btn {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: fit-content !important;
  margin: 0 auto !important;
  padding: 15px 30px !important;
  border: none !important;
  border-radius: 10px !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  text-align: center !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  color: #fff !important;
  background-color: #fa3d3d !important;
  transition: all 0.2s ease-in 0s !important;
  -webkit-box-align: center !important;
  -webkit-box-pack: center !important;
  -ms-flex-align: center !important;
  -ms-flex-pack: center !important;
}

.my-btn:hover {
  color: #fff !important;
  background-color: #f52b2b !important;
}

/* 4_btn end */

/* html start */

.commmm {
  display: flex;
  flex-direction: row;
}

.comms {
  padding: 10px;
  border: 1px solid black;
  width: 50%;
}

@media screen and (max-width: 500px) {
  .commmm {
    flex-direction: column;
  }

  .comms {
    width: 100%;
  }

  .comms img {
    width: 100% !important;
  }
}

.nav__item,
.nav__item_subnav:hover > .nav__link {
  cursor: pointer;
}

.order__img {
  max-width: 350px !important;
}

ul {
  padding-left: 20px !important;
}

/* html end */

.screenLock {
  position: fixed;
  width: 100%;
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
  top: 0;
  left: 0;
  z-index: 99999;
  display: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.msg {
  box-sizing: border-box;
  max-width: 799px;
  text-align: center;
  width: 94%;
  max-height: 535px;
  background: #3c72b5;
  background: -moz-linear-gradient(-45deg, #3c72b5 0, #7b9fcc 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0, #3c72b5), color-stop(100%, #7b9fcc));
  background: -webkit-linear-gradient(-45deg, #3c72b5 0, #7b9fcc 100%);
  background: -o-linear-gradient(-45deg, #3c72b5 0, #7b9fcc 100%);
  background: -ms-linear-gradient(-45deg, #3c72b5 0, #7b9fcc 100%);
  background: linear-gradient(135deg, #3c72b5 0, #7b9fcc 100%);
  font-family: Roboto !important;
  position: relative;
  border: 5px solid #ddd;
  padding: 0 2%;
}

.msg > p.comeback-title {
  font-size: 30px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  padding-top: 9px;
  display: block;
  color: #fff;
  text-align: center;
  margin: 0;
}

.comeback-close {
  position: absolute;
  top: -20px;
  right: -20px;
  font-size: 30px;
  cursor: pointer;
  color: #b22222;
  display: block;
  width: 31px;
  height: 31px;
  border-radius: 50%;
  box-shadow: 0 0 9px 0 #000;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAACYCAMAAACoAftQAAAAvVBMVEUAAAAAAAAAAAAODg4AAAAAAAAAAADNzc0BAQHZ2dkDAwMHBwcAAADf398CAgI/Pz8BAQEAAACCgoIcHBzl5eUAAAC/v7/x8fEGBgZnZ2cAAADs7OwGBgb4+Pg/Pz/Jycmenp5nZ2f39/eDg4MAAADQ0ND4+Piurq7a2tr8/Pzs7OwAAAD5+fn9/f3e3t4AAAD///9OTk7BwcE1NTWsrKyNjY2cnJx6enpdXV1oaGgsLCy6uroiIiLOzs5BQUFt3PCNAAAAL3RSTlMAAQMIDRIZHSMnLTpESFNVXWlpbG15en+HiZCWoaGssrO2vsDFydPU3uL4+fr9/Ywv6xsAAAQVSURBVHhe7JZbc6JMGIQXAUOQEMi3uMYkrmopZgqs5ujZ//+zvpdNzMsMlli1N3uRvtCbpzo9I+nmhyqN9OO6GNQ6Ha1SG0mcrhskXe90rvKE6kbX7r9MF4vp2887nfBrqPW0xJemD4w32e7jHIj2602SbNZ7Qfgd0zJLtgKi2B0+tSsE3h8u0RX7HGGfHWrK9oiIbrK69SiQHxTliO5VWtP0rrNEemhoj6muaYqx2XuGyJrwbgUKohhb3hIFM6wCC7Zm4+M5Zs5fpKNiTYndEOUHDFRYCeADLvGiy7DtL7E5/12gJPacalPlqEc2eoFAdmCa2UOGyOhoUuQgwo7PxCwJMGXYGcQMlyCVX3DchCkGs3V6h0iFgyUSZsuS6QQLGaYDhueUHxhf3RpzOqB8dRMcz84lf5FS9A1Ngi2PQm8PF7RBZOnEyqFnSC/BKX6bHQmucpB13mRzCJtTsPUowlpl14if2JifUXcwgeqdA2OLn1C+PdsbzCKkW0a3KeKxbbAxF4FJ9EgAaXGqyFORAuLZNrkMZNoNKnNS9PE5dpltFofjB4PJXIAk5rP/HMu4Ukmm7XjEkwLfc2yT66tJk7lp2T2H1LMtk2wVVsWpcE0SlW4DbeLE/xG3eRvfQv7Fptw4KvpDNRKLt1/3rZty/xbjrPef1+5D018ITYttkiTrfAUsrmzK3RTIT/woHxH3DaZl9h2rRH2aX0ydaYb1BVK1zNdA32RvNn7DkVmmoyeVJvYBMcdl5Vg2/lW0zpSbUNIKT12KLV8wVjsmNvGW63feU3qj86veGQmAA1e5qzbStNZdmVTlRzzbSjG+4+t4u1iqjxxjR6pczaiNBCCVXoGx25X7mUNGgJBHM/QsXWp+dk4U5xJjX4EXSM7ACcCxnnnm2zI8rxVoFgMr/lUwUpyNPvYVx/eRfaUSQzkzLWxEOVhiwynCAd2GvCm/2bquBPEo+LxnDv0YXdyfFOHQP+8EV/kY0enSorxyitoLxxwiabDRqDImWF2JJVBIeVNEk2HgsDGn7vkhcPy67lMOiBGF4AGS3tX8yYqAfb5eF/kRiMPX4cDjEDLd8wezJT4lwtHrMHBtbg6V9oLhYDYLw3A2eSVbn0elSdMCecFg+Ee0Kq7dlftLXSCrRxNE8lzH7hp0Nu3qpHQty7Ztq2sabHvtpb/SLauisVTye1O+N2Ubbxhu2xSAq6x1UwoAWfum8P3Gu5ZNYaUA2jaFJYCofVPYOWnZFD4TcLpxU1ZAnN24KRnfxQ2bshEE/Vub8r0p35vi/t9eHRoBDMNQDJUvMLkOkDMM+8D7b9cR+kOKLPy4juojnQeAkWWVAyLLLINVdovj44N8LOqi/3Djxo0bN5ZvdbWJuwHhrw2ILYdqBwDT2fEEXtrZFmVcCWLiAAAAAElFTkSuQmCC")
    no-repeat -4px -2px;
}

.comeback-content {
  display: flex;
  align-items: center;
  padding-top: 15px;
}

.comeback-img {
  display: inline-block;
  width: 30%;
}

.comeback-img img {
  max-width: 206px;
}

.comeback-text {
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
  text-align: left;
  color: #fff;
  font-size: 20px;
  padding-bottom: 5px;
  width: 65%;
  float: right;
  margin-left: 5%;
  margin-top: 15px;
}

.comeback-text span {
  border-radius: 3px;
  color: #5b5f65;
  background: #fff;
  font-weight: 600;
  line-height: 34px;
  padding: 1px 4px 1px 4px;
}

.comeback-btn {
  display: inline-block;
  max-width: 380px;
  margin: 10px auto 33px;
  font-size: 23px;
  line-height: 100%;
  text-decoration: none;
  color: #fff;
  background-color: #3c72b5;
  text-transform: uppercase;
  font-family: sans-serif;
  font-weight: 700;
  border: 1px solid #fff;
  text-align: center;
  border-radius: 5px;
  padding: 15px 15px !important;
  transition-duration: 0.3s;
}

.comeback-btn:hover {
  color: #3c72b5;
  background-color: #fff;
}

@media (max-width: 737px) {
  .comeback-img {
    display: none;
  }

  .comeback-text {
    float: none;
    width: 92%;
    margin: 15px auto 15px auto;
    font-size: 18px;
    text-align: center;
  }

  .msg {
    width: 95%;
    left: auto;
    margin: 0 auto;
    top: 0;
    padding-bottom: 30px;
    text-align: center;
  }

  .msg > p.comeback-title {
    font-size: 18px;
  }

  .comeback-btn {
    font-size: 16px;
    margin: 0 auto;
  }
}
.photos__block {
  margin-bottom: 8px;
}
.photos__block img {
  width: calc(50% - 4px);
  margin: 0;
}
@media (max-width: 576px) {
  .photos__block {
    flex-direction: column;
  }
  .photos__block img {
    width: 100%;
  }
}
@media (max-width: 480px) {
  main > img {
    width: calc(100% + 30px);
    margin-left: -15px;
  }
  main picture img:not(.game__weight) {
    width: calc(100% + 30px) !important;
    margin-left: -15px;
  }
  .photos__block img {
    width: calc(100% + 30px);
    margin-left: -15px;
  }
}
.form__box {
  position: absolute;
  top: 17%;
  left: 36%;
  background: linear-gradient(180deg, #684c99 0%, #ae7fff 100%);
  border-radius: 8px;
  width: 154px;
  height: 116px;
  padding: 8px 9px !important;
}
.form__box p {
  font-size: 17px;
  color: #fff;
  font-weight: 700;
}
.form__box img {
  width: 100px;
  margin: 0 auto !important;
}
@media (max-width: 1100px) {
  .form__box {
    position: absolute;
    top: 13%;
    left: 54%;
    background: linear-gradient(180deg, #684c99 0%, #ae7fff 100%);
    border-radius: 8px;
    width: 130px;
    height: 94px;
    padding: 7px 13px !important;
  }
  .form__box p {
    font-size: 13px;
    color: #fff;
    font-weight: 700;
  }
  .form__box img {
    width: 78px;
    margin: 0 auto !important;
  }
}
