@font-face {
  font-family: "Roboto";
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/Roboto/RobotoLight.woff2") format("woff2"), url("../fonts/Roboto/RobotoLight.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/Roboto/RobotoRegular.woff2") format("woff2"), url("../fonts/Roboto/RobotoRegular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/Roboto/RobotoMedium.woff2") format("woff2"), url("../fonts/Roboto/RobotoMedium.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/Roboto/RobotoBold.woff2") format("woff2"), url("../fonts/Roboto/RobotoBold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Oswald";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/Oswald/OswaldBold.woff2") format("woff2"), url("../fonts/Oswald/OswaldBold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Oswald";
  font-weight: 600;
  font-style: normal;
  src: url("../fonts/Oswald/OswaldSemiBold.woff2") format("woff2"), url("../fonts/Oswald/OswaldSemiBold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Oswald";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/Oswald/OswaldMedium.woff2") format("woff2"), url("../fonts/Oswald/OswaldMedium.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Oswald";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/Oswald/OswaldRegular.woff2") format("woff2"), url("../fonts/Oswald/OswaldRegular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Oswald";
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/Oswald/OswaldLight.woff2") format("woff2"), url("../fonts/Oswald/OswaldLight.woff") format("woff");
  font-display: swap;
}
.container {
  padding-left: 24px;
  padding-right: 24px;
  max-width: 984px;
  margin-inline: auto;
}
@media (max-width: 991.98px) {
  .container {
    padding-left: 12px;
    padding-right: 12px;
  }
}

h3, .h3, h2, .h2, h1, .h1 {
  font-family: "Oswald", "Roboto", "Arial", sans-serif;
  font-size: 40px;
  line-height: 54px;
  font-weight: 700;
  color: #231f20;
}
@media (max-width: 991.98px) {
  h3, .h3, h2, .h2, h1, .h1 {
    font-size: 24px;
    line-height: 32px;
  }
}
h3 span, .h3 span, h2 span, .h2 span, h1 span, .h1 span {
  color: #ea2326;
}

@media (max-width: 991.98px) {
  h1,
  .h1 {
    margin-bottom: 32px;
  }
}

h2,
.h2 {
  font-size: 20.5px;
  line-height: 25px;
  letter-spacing: -0.01em;
}
@media (max-width: 991.98px) {
  h2,
  .h2 {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 19px;
  }
}

h3,
.h3 {
  font-size: 18px;
  line-height: 22px;
}
@media (max-width: 991.98px) {
  h3,
  .h3 {
    font-size: 16px;
  }
}

.h1,
.h2,
.h3 {
  margin-top: 0;
}

.btn {
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  box-shadow: none;
  display: inline-block;
  vertical-align: top;
  font-family: "Oswald", "Roboto", "Arial", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: white;
  max-width: 100%;
  background: #ea2326;
  border: 0;
  padding: 10px 36px 12px;
  border-radius: 4px;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s;
}
.btn--block {
  width: 100%;
}
@media (max-width: 991.98px) {
  .btn {
    padding: 6px 19px 9px;
  }
}
.btn:first-child:active, .btn:active {
  background-color: #c51d20;
  color: white;
}
.btn:hover {
  background: #c51d20;
  color: white;
}
.btn.btn--dark {
  background-color: #231f20;
}
.btn.btn--dark:hover {
  background: black;
  color: white;
}
.btn.btn--up {
  border: 1px solid white;
  padding: 8px 12px;
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
}
@media (max-width: 991.98px) {
  .btn.btn--up {
    padding: 9px 18px;
    font-size: 11px;
  }
}

.link a {
  display: inline-block;
  vertical-align: top;
  color: #ea2326;
  padding-left: 15px;
  position: relative;
}
.link a:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: url(/assets/img/link.png) no-repeat center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 2px;
}
.link a:hover {
  color: #ea2326;
  opacity: 0.8;
}

a {
  color: #808285;
  text-decoration: none;
  transition: all 0.3s;
}
a:hover {
  color: #808285;
  text-decoration: none;
}

button {
  transition: all 0.3s;
}

p {
  margin: 0 0 17px;
}
p:last-child {
  margin-bottom: 0;
}

.phone {
  display: inline-block;
  vertical-align: top;
  font-family: "Oswald", "Roboto", "Arial", sans-serif;
  font-size: 17px;
  line-height: 1;
}
.phone:hover {
  color: initial;
  opacity: 0.6;
}
@media (max-width: 991.98px) {
  .phone {
    font-size: 16px;
  }
}

.mail {
  display: inline-block;
  vertical-align: top;
  font-size: 11.5px;
  line-height: 1;
}
.mail:hover {
  color: initial;
  opacity: 0.6;
}

.tg {
  display: inline-block;
  vertical-align: top;
  width: 32px;
  height: 32px;
}
@media (max-width: 991.98px) {
  .tg {
    width: 26px;
    height: 27px;
    margin-right: 7px;
  }
}
.tg:hover {
  opacity: 0.6;
}
.tg img {
  display: block;
  width: 100%;
}

.input {
  font-size: 13px;
  line-height: 1.3;
  font-weight: 600;
  padding: 11px 16px;
  background: transparent;
  border: 1px solid white;
  border-radius: 4px;
  caret-color: #ea2326;
  max-width: 100%;
  color: white;
}
@media (max-width: 991.98px) {
  .input {
    font-size: 9px;
    line-height: 1;
    padding: 9px 17px 10px;
    font-weight: 300;
    font-family: "Roboto", "Arial", sans-serif;
  }
}
.input:focus {
  background: transparent;
  border-color: white;
  outline: none;
  box-shadow: none;
  filter: none;
}
.input::placeholder {
  font-size: 13px;
  line-height: 1.3;
  font-weight: 600;
  color: white;
}
@media (max-width: 991.98px) {
  .input::placeholder {
    font-size: 9px;
    line-height: 1;
    font-weight: 400;
  }
}

textarea.input {
  height: 137px;
  min-height: 137px;
}

.agree {
  font-size: 10.7px;
  line-height: 12px;
  color: white;
  margin-top: 12px;
}

ul {
  padding-left: 9px;
  list-style: none;
}
ul li {
  margin-bottom: 16px;
  position: relative;
}
ul li::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  position: absolute;
  left: -8px;
  top: 5px;
  background: #231f20;
}
@media (min-width: 768px) {
  ul li {
    margin-bottom: 10px;
  }
}
ul li:last-child {
  margin-bottom: 0;
}

img {
  max-width: 100%;
}

@media (min-width: 992px) {
  .subtext {
    font-family: "Oswald", "Roboto", "Arial", sans-serif;
    font-size: 18px;
    line-height: 21px;
    font-weight: 600px;
  }
}
.subtext p {
  margin-bottom: 20px;
}
.subtext p:last-child {
  margin-bottom: 0;
}
.subtext span {
  color: #ea2326;
}
.subtext b {
  color: #231f20;
}

.text-red {
  color: #ea2326;
}

hr {
  border: 0;
  background: #231f20;
  height: 4px;
  padding: 0;
  margin: 0 0 16px;
}
@media (min-width: 992px) {
  hr.big {
    height: 16px;
    margin-top: 3px;
    margin-bottom: 20px;
  }
}
@media (max-width: 991.98px) {
  hr.big {
    height: 6px;
  }
}
hr.red {
  background: #ea2326;
}

.mb-0 {
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  .mhide {
    display: none !important;
  }
}

.mshow {
  display: none !important;
}
@media (max-width: 991.98px) {
  .mshow {
    display: block !important;
  }
}

html {
  height: 100%;
}

body {
  scroll-behavior: smooth;
  font-family: "Roboto", "Arial", sans-serif;
  font-size: 13.7px;
  line-height: 1.2;
  font-weight: 400;
  color: #808285;
  background: #ffffff;
  padding: 0;
  margin: 0;
}
@media (max-width: 991.98px) {
  body {
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0.008em;
  }
}
body.no-scroll {
  overflow: hidden;
}

*, *:before, *:after {
  box-sizing: border-box;
}

.main {
  padding-top: 42px;
  min-height: calc(100vh - 400px);
}

.bname, .blogin {
  display: none !important;
}

header {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 42px;
  max-width: 100vw;
  background: #ea2326;
  color: white;
  z-index: 12;
  transition: top 0.2s;
}
header .container {
  width: 100%;
  height: 100%;
  max-width: 1426px;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 36px;
  margin-inline: auto;
}
header .logo {
  position: absolute;
  top: 10px;
  left: 40px;
}
@media (max-width: 991.98px) {
  header .logo {
    left: 15px;
  }
}
header .header-contacts {
  display: flex;
  flex-direction: column;
  gap: 2px;
  align-items: flex-end;
  justify-content: center;
}
header .header-contacts .phone,
header .header-contacts .mail {
  color: white;
  font-weight: 700;
}

.logo {
  display: block;
}
.logo img {
  display: block;
  width: 146px;
  height: 148px;
}
@media (max-width: 991.98px) {
  .logo img {
    width: 40px;
    height: 40px;
  }
}

section {
  margin-bottom: 20px;
}
section h2 {
  margin-top: 0;
}

.podkast-wrap {
  display: flex;
}
@media (max-width: 991.98px) {
  .podkast-wrap {
    display: flex !important;
  }
}
.podkast-wrap__left {
  width: 390px;
  min-width: 390px;
  border-right: 4px solid #231f20;
}
@media (max-width: 991.98px) {
  .podkast-wrap__left {
    width: 44% !important;
    max-width: 44% !important;
    min-width: 44% !important;
  }
}
.podkast-wrap__right {
  padding: 0 10px 10px;
}

@media (max-width: 991.98px) {
  .podkast-wrap.mhide {
    display: none !important;
  }
}

.podkast-termo {
  display: flex;
  align-items: center;
}
@media (max-width: 991.98px) {
  .podkast-termo {
    display: flex !important;
  }
}
.podkast-termo__left {
  width: 420px;
  max-width: 420px;
}
@media (max-width: 991.98px) {
  .podkast-termo__left {
    width: 44% !important;
    max-width: 44% !important;
    min-width: 44% !important;
  }
}
.podkast-termo__right {
  border-left: 4px solid #231f20;
  padding: 0 10px 10px;
}
@media (max-width: 991.98px) {
  .podkast-termo__right {
    padding: 0 6px 0;
  }
}
@media (max-width: 991.98px) {
  .podkast-termo__right h3 {
    margin: 0;
  }
}

.podkast-bot-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 991.98px) {
  .podkast-bot-wrap {
    display: flex !important;
  }
}
.podkast-bot-wrap__left {
  width: 300px;
  min-width: 300px;
}
@media (max-width: 991.98px) {
  .podkast-bot-wrap__left {
    width: 44% !important;
    max-width: 44% !important;
    min-width: 44% !important;
  }
}
.podkast-bot-wrap__right {
  border-left: 4px solid #231f20;
  padding: 0 10px 10px;
}
@media (max-width: 991.98px) {
  .podkast-bot-wrap__right {
    padding: 0 10px 0;
  }
}
@media (max-width: 991.98px) {
  .podkast-bot-wrap__right h3 {
    margin: 0;
  }
}

@media (max-width: 991.98px) {
  .podkast-bot-wrap.mhide {
    display: none !important;
  }
}

footer {
  background: #ea2326;
  color: white;
  padding: 24px 0;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 991.98px) {
  .footer-top {
    display: block;
  }
}
.footer-menu {
  columns: 2;
  list-style: none;
  padding-left: 0;
  margin: -1px 0 0;
  gap: 64px;
}
@media (max-width: 991.98px) {
  .footer-menu {
    gap: 0;
    margin-bottom: 20px;
  }
}
.footer-menu li {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 16px;
}
@media (max-width: 991.98px) {
  .footer-menu li {
    font-size: 11px;
    line-height: 1.2;
    margin-bottom: 12px;
  }
}
.footer-menu li::before {
  display: none;
}
.footer-menu li a {
  color: white;
}
.footer-menu li a:hover {
  opacity: 0.8;
}
@media (max-width: 991.98px) {
  .footer-right {
    display: flex;
    flex-direction: row-reverse;
    gap: 45px;
  }
}
.footer-projects {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 54px;
}
@media (max-width: 991.98px) {
  .footer-projects {
    display: block;
    margin-top: 20px;
    margin-bottom: 0;
  }
}
.footer-projects > span {
  font-family: "Oswald", "Roboto", "Arial", sans-serif;
  margin: -4px 8px 0 0;
}
@media (max-width: 991.98px) {
  .footer-projects > span {
    display: block;
    font-size: 11px;
    margin: 0 0 10px;
  }
}
.footer-projects__logos {
  display: flex;
  gap: 14px;
}
@media (max-width: 991.98px) {
  .footer-projects__logos {
    gap: 8px;
  }
}
.footer-projects__logos a {
  display: inline-block;
  vertical-align: top;
}
.footer-projects__logos a img {
  width: auto;
  height: 60px;
}
@media (max-width: 991.98px) {
  .footer-projects__logos a img {
    height: 30px;
  }
}
.footer-projects__logos a:hover {
  opacity: 0.8;
}
.footer-contacts {
  display: flex;
  flex-direction: column;
  gap: 2px;
  align-items: flex-end;
  margin-bottom: 2px;
}
@media (max-width: 991.98px) {
  .footer-contacts {
    align-items: flex-start;
    margin-top: 20px;
    width: min-content;
  }
}
.footer-contacts .phone,
.footer-contacts .mail {
  color: white;
  font-weight: 700;
}
.footer-bot {
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 991.98px) {
  .footer-bot {
    gap: 45px;
    flex-direction: row-reverse;
    padding-top: 0;
  }
}
.footer-bot .btn {
  white-space: nowrap;
  font-weight: 300;
  font-size: 10.7px;
  padding-inline: 20px;
}
.footer-bot .copyright {
  font-family: "Oswald", "Roboto", "Arial", sans-serif;
  font-size: 14.6px;
  font-weight: 300;
}
@media (max-width: 991.98px) {
  .footer-bot .copyright {
    font-size: 10px;
    margin-right: 28px;
  }
}
.footer-mid {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 50px;
}
@media (max-width: 991.98px) {
  .footer-mid {
    margin: 16px 0;
    align-items: center;
    justify-content: flex-start;
  }
}
.footer-mid__logo {
  display: block;
  width: 164px;
  border-radius: 50%;
  margin-top: -20px;
  margin-bottom: -40px;
}
@media (max-width: 991.98px) {
  .footer-mid__logo {
    width: 115px;
    margin: 0;
  }
}
.footer-mid__tg {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 20px;
}
@media (max-width: 991.98px) {
  .footer-mid__tg {
    align-items: center;
    justify-content: flex-start;
    gap: 14px;
    margin-bottom: 8px;
  }
}
@media (max-width: 991.98px) {
  .footer-mid__tg.mshow {
    display: flex !important;
  }
}
.footer-mid__tg a {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  color: white;
  font-size: 16px;
  line-height: 1.2;
  font-family: "Oswald", "Roboto", "Arial", sans-serif;
  max-width: 200px;
}
@media (max-width: 991.98px) {
  .footer-mid__tg a {
    font-size: 14px;
    gap: 10px;
  }
}
.footer-mid__tg a img {
  display: block;
  width: 46px;
}
@media (max-width: 991.98px) {
  .footer-mid__tg a img {
    width: 34px;
  }
}

.main-top {
  position: relative;
  border-bottom: 16px solid #231f20;
  overflow: hidden;
  margin-top: 5px;
}
@media (max-width: 991.98px) {
  .main-top {
    border: 0;
  }
}
.main-top .container {
  max-width: 1408px;
  position: relative;
}
.main-top__bg {
  display: block;
  width: 100%;
  pointer-events: none;
  margin-bottom: 5px;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 991.98px) {
  .main-top__bg {
    max-width: none;
    width: 167%;
    margin-left: -67%;
    border-bottom: 6px solid #231f20;
    padding-bottom: 2px;
    margin-bottom: 5px;
  }
}
.main-top__logo {
  display: block;
  width: 293px;
  height: 291px;
  position: absolute;
  top: 29px;
  transform: translateX(-50%);
  left: 50%;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .main-top__logo {
    width: 92px;
    height: 93px;
    transform: none;
    left: 65px;
    top: 30px;
  }
}
@media (min-width: 992px) {
  .main-top .timer {
    position: absolute;
    bottom: 32px;
    left: 75px;
    z-index: 3;
  }
}
@media (max-width: 991.98px) {
  .main-top .timer {
    display: flex;
    flex-direction: column-reverse;
  }
}
.main-top .timer-items {
  margin: 10px 0;
  gap: 20px;
}
@media (max-width: 991.98px) {
  .main-top .timer-items {
    gap: 15px;
    margin: 25px 0 0;
  }
}
.main-top .timer-title {
  font-size: 17px;
  font-weight: 500;
  color: #ea2326;
  text-align: center;
  max-width: 295px;
  padding: 0 5px;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .main-top .timer-title {
    font-size: 10px;
    padding: 0 24px;
  }
}
.main-top .timer::before {
  left: 47px;
  right: 47px;
}
@media (min-width: 992px) {
  .main-top .timer::before {
    top: auto;
    bottom: 10px;
  }
}
@media (max-width: 991.98px) {
  .main-top .timer::before {
    border-top-width: 1px;
    top: 9px;
    left: 12px;
    right: 12px;
  }
}
.main-top .timer-item {
  width: 95px;
  height: 95px;
  border-width: 5px;
}
.main-top .timer-item__count {
  font-size: 40px;
  padding-bottom: 4px;
  margin-bottom: 4px;
  border-bottom-width: 1px;
}
.main-top .timer-item__name {
  font-size: 10px;
}

@media (min-width: 992px) {
  .about-top {
    display: grid;
    grid-template-columns: 1.37fr 1fr;
    gap: 20px;
    padding-bottom: 2px;
  }
}
.about-counts {
  padding: 10px 0 16px;
  margin: 22px 0;
  border-top: 3px solid #231f20;
  border-bottom: 3px solid #231f20;
  display: grid;
  grid-template-columns: 1fr 30px 1.2fr;
  gap: 20px;
  color: #231f20;
  font-size: 80px;
  line-height: 1.1;
  font-weight: 600;
}
@media (max-width: 991.98px) {
  .about-counts {
    font-size: 65px;
    line-height: 1;
    font-weight: 300;
    padding: 8px 0 10px;
    margin: 20px 0;
    gap: 10px;
    grid-template-columns: 1fr 22px 1.2fr;
    font-family: "Oswald", "Roboto", "Arial", sans-serif;
  }
}
.about-counts__item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #ea2326;
}
@media (max-width: 991.98px) {
  .about-counts__item:last-child {
    flex-direction: row-reverse;
    text-align: right;
  }
}
.about-counts .number {
  font-size: 68px;
}
@media (max-width: 991.98px) {
  .about-counts .number {
    font-size: 42px;
    font-weight: 500;
  }
}
.about-counts .text {
  font-weight: 300;
  font-size: 18px;
  line-height: 20px;
}
@media (max-width: 991.98px) {
  .about-counts .text {
    font-size: 12px;
    line-height: 1.1;
  }
}
.about-btns {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
  margin-top: 32px;
}
@media (max-width: 991.98px) {
  .about-btns {
    margin-top: 13px;
    gap: 12px;
    margin-bottom: 8px;
  }
}
.about img {
  display: block;
  width: 100%;
}
@media (min-width: 992px) {
  .about img {
    margin-top: 2px;
    width: 165%;
    max-width: 50vw;
  }
}
@media (max-width: 991.98px) {
  .about img {
    margin-top: -11px;
  }
}
@media (min-width: 992px) {
  .about-bot {
    font-size: 17px;
    line-height: 22px;
  }
}
@media (max-width: 991.98px) {
  .about-bot {
    margin-bottom: 28px;
  }
}
.about-bot b {
  font-family: "Oswald", "Roboto", "Arial", sans-serif;
  color: #231f20;
}
.about-bot .btn {
  display: block;
  width: 100%;
  margin-top: 24px;
}
@media (max-width: 991.98px) {
  .about-bot .btn {
    padding-inline: 10px;
  }
}
@media (max-width: 991.98px) {
  .about-bot .btn span {
    display: none;
  }
}

.japan-top {
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .japan-top {
    display: grid;
    grid-template-columns: 1fr 1.04fr;
    gap: 20px;
  }
}
@media (max-width: 991.98px) {
  .japan-top {
    margin-bottom: 21px;
  }
}
@media (min-width: 992px) {
  .japan-top img {
    margin-top: 4px;
  }
}
@media (max-width: 991.98px) {
  .japan-top img {
    margin-top: 19px;
  }
}
@media (min-width: 992px) {
  .japan-mid {
    display: grid;
    grid-template-columns: 1.22fr 1fr;
    gap: 20px;
  }
}
@media (max-width: 991.98px) {
  .japan-mid {
    text-align: right;
  }
}
@media (min-width: 992px) {
  .japan-mid img {
    width: 153%;
    max-width: 49vw;
    margin-top: -53.5%;
    margin-left: -2%;
    margin-bottom: -8.3%;
  }
}
@media (max-width: 991.98px) {
  .japan-mid .mgrid {
    display: grid;
    grid-template-columns: 1.7fr 1fr;
    gap: 2px;
    text-align: left;
    overflow: hidden;
    margin-inline: -12px;
    padding-left: 12px;
  }
  .japan-mid .mgrid img {
    display: block;
  }
}
.japan-bot {
  display: grid;
  grid-template-columns: 1fr 1.04fr;
  gap: 20px;
}
@media (max-width: 991.98px) {
  .japan-bot {
    grid-template-columns: 1fr 2.6fr;
  }
}
.japan-bot img {
  display: block;
  width: 85px;
}
@media (min-width: 992px) {
  .japan-bot img {
    margin-inline: auto;
    margin-top: 6px;
    width: 75px;
  }
}

@media (max-width: 991.98px) {
  .description {
    margin-top: 22px;
  }
}
.description-info {
  font-weight: 600;
  color: #231f20;
  max-width: 410px;
  margin-bottom: 15px;
}
@media (max-width: 991.98px) {
  .description-info {
    margin-bottom: 21px;
  }
}
.description-item {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 16px;
}
@media (max-width: 991.98px) {
  .description-item {
    justify-content: flex-start;
    margin-bottom: 12px;
  }
}
@media (max-width: 991.98px) {
  .description-item:last-child {
    margin-bottom: -5px;
  }
}
.description-item__left {
  width: 50%;
  padding-right: 20px;
  background: white;
  position: relative;
  z-index: 2;
}
@media (max-width: 991.98px) {
  .description-item__left {
    width: min-content;
    padding-right: 0;
  }
}
.description-item__left span {
  font-family: "Oswald", "Roboto", "Arial", sans-serif;
  font-weight: 500;
  color: #ea2326;
  margin-right: 7px;
}
.description-item__left div {
  display: inline;
}
@media (max-width: 991.98px) {
  .description-item__left div {
    display: none;
  }
}
.description-item__right {
  width: 38.2%;
  font-size: 17px;
  color: #231f20;
  position: relative;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .description-item__right {
    width: auto;
    font-size: 14px;
  }
}
.description-item__right:before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  right: calc(100% + 18px);
  top: 5px;
  border-bottom: 4px dotted #ea2326;
  pointer-events: none;
  z-index: 0;
}
@media (max-width: 991.98px) {
  .description-item__right:before {
    display: none;
  }
}
.description-item__right div {
  color: #ea2326;
  margin-bottom: 1px;
}
@media (max-width: 991.98px) {
  .description-item__right div {
    margin-bottom: 8px;
  }
}
.description-item__right ul {
  margin: 0;
  padding-left: 14px;
}
.description-item__right ul li {
  margin: 0 0 2px;
}
@media (max-width: 991.98px) {
  .description-item__right ul li {
    margin-bottom: 8px;
  }
}
.description-item__right ul li::marker {
  font-size: 13px;
}

.compare p span {
  color: #ea2326;
}

.stars b {
  color: #231f20;
}
.stars-top {
  margin-bottom: 12px;
}
@media (min-width: 992px) {
  .stars-top {
    display: grid;
    grid-template-columns: 1fr 1.05fr;
    gap: 20px;
  }
}
.stars-top img {
  display: block;
  max-width: 390px;
  margin-top: 10px;
}
.stars-top ul {
  margin: -1px 0 18px;
  padding-left: 9px;
}
.stars-top ul li {
  margin-bottom: 0;
  position: relative;
}
@media (max-width: 991.98px) {
  .stars-top ul li::before {
    background: #808285;
  }
}
@media (max-width: 991.98px) {
  .stars-top .mgrid {
    display: flex;
    align-items: flex-end;
    margin-bottom: 18px;
  }
  .stars-top .mgrid h2 {
    width: 160px;
    margin: 0;
  }
  .stars-top .mgrid img {
    width: 60%;
    margin-left: -6%;
  }
}
@media (max-width: 991.98px) {
  .stars-top b {
    font-weight: 400;
    color: #808285;
  }
}
.stars-bot {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 20px;
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  .stars-bot {
    display: flex;
    flex-direction: column-reverse;
  }
}
.stars-bot h2 {
  font-weight: 500;
}
.stars-bot img {
  display: block;
  margin-top: 8px;
}
@media (max-width: 991.98px) {
  .stars-bot img {
    margin-top: 11px;
    margin-inline: -12px;
    max-width: calc(100% + 24px);
  }
}

.chefs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 95px;
}
@media (max-width: 991.98px) {
  .chefs {
    grid-template-columns: 1fr;
    margin-top: 72px;
  }
}
.chefs-item {
  text-align: center;
  background: #f4f4f3;
  padding: 20px;
}
@media (max-width: 991.98px) {
  .chefs-item {
    margin-bottom: 54px;
  }
  .chefs-item:last-child {
    margin-bottom: 0;
  }
}
.chefs-item__img {
  display: block;
  width: 83px;
  height: 83px;
  border-radius: 83px;
  object-fit: cover;
  object-position: top;
  margin: -62px auto 16px;
}
@media (max-width: 991.98px) {
  .chefs-item__img {
    width: 98px;
    height: 98px;
    margin: -69px auto 18px;
  }
}
.chefs-item__name {
  font-weight: 500;
  color: #231f20;
  margin-bottom: 6px;
  font-size: 12.2px;
  line-height: 16px;
}
@media (max-width: 991.98px) {
  .chefs-item__name {
    margin-bottom: 8px;
    font-size: 14.2px;
    line-height: 18px;
  }
}
.chefs-item__position {
  font-size: 11px;
  line-height: 16px;
  margin-bottom: 15px;
}
@media (max-width: 991.98px) {
  .chefs-item__position {
    font-size: 12.7px;
    line-height: 18px;
    margin-bottom: 16px;
  }
}
.chefs-item__position span {
  color: #ea2326;
}
.chefs-item__text {
  font-size: 11.8px;
  line-height: 17px;
  margin-bottom: 15px;
  color: #231f20;
}
@media (max-width: 991.98px) {
  .chefs-item__text {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 22px;
  }
}

.big-logo {
  margin-top: 26px;
  background: #ea2326;
  padding: 24px 0 33px;
  color: white;
  margin-bottom: 0 !important;
}
@media (max-width: 991.98px) {
  .big-logo {
    padding: 10px 0;
  }
}
.big-logo .container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 18px;
}
.big-logo img {
  display: block;
  width: 347px;
}
@media (max-width: 991.98px) {
  .big-logo img {
    width: auto;
    margin-inline: auto;
    max-width: 59%;
  }
}
.big-logo__text {
  padding-left: 14px;
  border-left: 4px solid #231f20;
  font-size: 21px;
  line-height: 24px;
  font-weight: 600;
  font-family: "Oswald", "Roboto", "Arial", sans-serif;
  max-width: 370px;
}

.form {
  background: #231f20;
  color: white;
  padding: 26px 0 24px;
  font-size: 12px;
  line-height: 14px;
}
.form form {
  display: block;
  width: 100%;
}
@media (max-width: 991.98px) {
  .form {
    padding-top: 10px;
    padding-bottom: 0;
  }
}
.form .container {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 22px;
}
@media (max-width: 991.98px) {
  .form .container {
    grid-template-columns: 1fr 1.33fr;
    gap: 22px;
  }
}
.form-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 11px;
  line-height: 12px;
}
.form-left p {
  max-width: 200px;
}
.form h2 {
  color: white;
}
@media (min-width: 992px) {
  .form h2 {
    margin-top: -10px;
  }
}
@media (max-width: 991.98px) {
  .form h2 {
    margin-top: -3px;
    margin-bottom: 15px;
  }
}
.form-inputs {
  display: grid;
  grid-template-columns: 1fr 1fr 0.4fr;
  gap: 20px;
}
@media (max-width: 991.98px) {
  .form-inputs {
    grid-template-columns: 1fr;
    gap: 5px;
  }
}
.form-inputs button {
  padding: 9px 28px;
}
@media (max-width: 991.98px) {
  .form-bot {
    display: grid !important;
    grid-template-columns: 1.3fr 1fr;
    align-items: flex-end;
    gap: 20px;
    padding-inline: 12px;
    padding-bottom: 11px;
    background-color: white;
    margin-top: 10px;
    border-bottom: 7px solid #231f20;
    padding-top: 9px;
  }
  .form-bot .agree {
    color: #231f20;
    margin-top: 0;
  }
}
.form.mb-0 .form-bot {
  border: 0;
}

.video {
  margin-top: 26px;
  position: relative;
}
@media (max-width: 991.98px) {
  .video {
    margin-top: -18px;
    margin-inline: -12px;
  }
}
.video video {
  display: block;
  width: 100%;
}
.video .play {
  width: 198px;
  height: 198px;
  background: url(/assets/img/play.png) no-repeat center;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  border: 0;
  outline: none;
}
@media (max-width: 991.98px) {
  .video .play {
    width: 80px;
    height: 80px;
  }
}
.video .play:hover {
  opacity: 0.8;
}

.product {
  margin-bottom: -4px !important;
}
.product-top {
  margin-bottom: 20px;
}
.product-descr {
  display: grid;
  grid-template-columns: 1.08fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  .product-descr {
    grid-template-columns: 1fr;
  }
}
.product-descr h2 {
  margin-bottom: 0;
}
.product-descr img {
  margin-left: 8%;
  width: 132%;
  max-width: 49vw;
  margin-bottom: -20px;
  margin-top: -33px;
}
@media (max-width: 991.98px) {
  .product-descr__img {
    display: block;
    margin: 20px -12px 20px;
    border-bottom: 4px solid #ea2326;
    max-width: calc(100% + 24px);
  }
}
@media (max-width: 991.98px) {
  .product + .red {
    margin-inline: -12px;
  }
}

.complect {
  overflow: hidden;
}
.complect-top {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  .complect-top {
    grid-template-columns: 1fr;
  }
}
.complect-top h2 {
  max-width: 400px;
}
.complect-top img {
  display: block;
}
@media (min-width: 992px) {
  .complect-top img {
    max-width: 373px;
    margin-top: -17px;
    margin-left: 9px;
  }
}
@media (max-width: 991.98px) {
  .complect-top img {
    width: 100%;
  }
}
.complect-top__text {
  max-width: 435px;
}
.complect-items {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 26px;
  margin-bottom: 25px;
}
@media (max-width: 991.98px) {
  .complect-items {
    grid-template-columns: repeat(3, auto);
    gap: 20px;
  }
}
.complect-items a {
  display: block;
}
.complect-items a img {
  display: block;
  box-shadow: 2px 10px 10px lightgray;
}

.podkast {
  margin-top: 21px;
  margin-bottom: 26px !important;
}
@media (max-width: 991.98px) {
  .podkast {
    margin-top: 25px;
  }
}
.podkast h2 {
  margin-bottom: 22px;
}
.podkast-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 23px;
}
@media (max-width: 991.98px) {
  .podkast-items {
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
  }
}
.podkast-item {
  display: block;
  position: relative;
  background: no-repeat center plum;
  background-size: cover;
  aspect-ratio: 1.78;
}
.podkast-item:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.2);
}
.podkast-item__title {
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  line-height: 18px;
  position: absolute;
  bottom: 6px;
  left: 11px;
  right: 7px;
  color: white;
  font-family: "Oswald", "Roboto", "Arial", sans-serif;
  z-index: 2;
}
@media (max-width: 991.98px) {
  .podkast-item__title {
    font-size: 9px;
    line-height: 1.2;
    bottom: 2px;
    left: 6px;
    right: 7px;
  }
}
.podkast-item .play {
  display: block;
  width: 65px;
  height: 65px;
  background: url(/assets/img/play.png) no-repeat center;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  border: 0;
  outline: none;
  z-index: 2;
  transition: all 0.3s;
}
@media (max-width: 991.98px) {
  .podkast-item .play {
    top: 45%;
    width: 38px;
    height: 38px;
  }
}
.podkast-item .play:hover {
  opacity: 0.8;
}
@media (max-width: 991.98px) {
  .podkast-item .red {
    margin-inline: -12px;
  }
}
.podkast .link {
  margin-top: 20px;
  margin-bottom: 8px;
}
@media (max-width: 991.98px) {
  .podkast .link {
    font-size: 10.4px;
  }
}
.podkast-bot {
  font-family: "Oswald", "Roboto", "Arial", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.1;
}
@media (max-width: 991.98px) {
  .podkast-bot {
    margin-top: 22px;
  }
}
.podkast-bot p {
  margin-bottom: 17px;
}
.podkast-btns {
  display: flex;
  justify-content: space-between;
  margin-top: 23px;
}

@media (max-width: 991.98px) {
  div.podkast-item {
    aspect-ratio: unset;
  }
}

.picture-2 {
  margin-bottom: 3px;
}

.services .h2 {
  color: #808285;
  margin-bottom: 17px;
}
.services-item {
  display: grid;
  grid-template-columns: 1fr 2.16fr;
  gap: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 4px solid #ea2326;
}
@media (max-width: 991.98px) {
  .services-item {
    grid-template-columns: 1fr;
    gap: 5px;
  }
}
.services-item b {
  color: #231f20;
}
.services-item img {
  display: block;
  max-width: 231px;
  margin-top: 3px;
  margin-right: 20px;
}
@media (max-width: 991.98px) {
  .services-item img {
    margin-top: 10px;
    margin-right: 0;
    max-width: 100px;
  }
}
.services-item__box {
  font-size: 14px;
  margin-bottom: 16px;
}
.services-item__box b {
  font-size: 13.7px;
  line-height: 1;
  font-family: "Oswald", "Roboto", "Arial", sans-serif;
}
.services-item__box:last-child {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .services-item__box ul {
    margin-top: -16px;
  }
  .services-item__box ul li {
    margin-bottom: 0;
  }
  .services-item__box ul li::before {
    background: #808285;
  }
}
.services-item .btn {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 6px;
  border-radius: 8px;
}
.services-item--bot {
  padding-bottom: 0;
  border-bottom: 0;
}
@media (min-width: 992px) {
  .services-item--bot {
    align-items: end;
  }
}
.services-item--bot img {
  max-width: 243px;
}
@media (max-width: 991.98px) {
  .services-item--bot img {
    max-width: 137px;
  }
}
.services-item--bot p + ul {
  margin-top: -17px;
}
.services-item--bot li {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .services-item--bot .mgrid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 20px;
  }
}
.services-item--tokeon {
  padding-bottom: 0;
  border-bottom: 0;
}

.qa {
  margin-top: 20px;
}
.qa h2 {
  margin-bottom: 23px;
}
@media (max-width: 991.98px) {
  .qa h2 {
    font-size: 22px;
    line-height: 28px;
  }
}
.qa-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 47px;
  row-gap: 35px;
  margin-bottom: 26px;
}
@media (max-width: 991.98px) {
  .qa-items {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 27px;
    row-gap: 20px;
    margin-bottom: 20px;
  }
}
.qa-item {
  background: #e1e2e1;
  padding: 20px;
  border-radius: 18px;
  color: #231f20;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 11.7px;
}
@media (max-width: 991.98px) {
  .qa-item {
    padding: 7px 10px 9px;
    border-radius: 10px;
    font-size: 8px;
    line-height: 10px;
  }
}
.qa-item h3 {
  margin-bottom: 18px;
  font-size: 14px;
  line-height: 16px;
  margin-top: 0;
}
@media (max-width: 991.98px) {
  .qa-item h3 {
    font-size: 8px;
    margin-top: 0;
    margin-bottom: 6px;
  }
}
.qa-item .link {
  font-size: 14px;
  margin-top: 10px;
}
@media (max-width: 991.98px) {
  .qa-item .link {
    margin-top: 16px;
    font-size: 8px;
    margin-bottom: 2px;
  }
}
@media (max-width: 991.98px) {
  .qa-item .link a {
    padding-left: 8px;
  }
}
@media (max-width: 991.98px) {
  .qa-item .link a:before {
    width: 4px;
    height: 5px;
  }
}

.timer {
  position: relative;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (max-width: 991.98px) {
  .timer {
    margin-block: 30px;
  }
}
.timer::before {
  content: "";
  display: block;
  border-top: 2px solid #808285;
  position: absolute;
  top: 12px;
  left: 0;
  right: 0;
  z-index: 0;
}
@media (max-width: 991.98px) {
  .timer::before {
    border-top-width: 1px;
    top: 9px;
  }
}
.timer-title {
  text-align: center;
  background: white;
  font-size: 24px;
  line-height: 24px;
  color: #231f20;
  padding: 0 25px;
  position: relative;
  z-index: 1;
  max-width: 470px;
  margin-inline: auto;
  font-weight: 500;
  margin-bottom: 44px;
}
@media (max-width: 991.98px) {
  .timer-title {
    margin-bottom: 0;
    font-size: 10px;
    line-height: 16px;
    padding: 0 20px;
    max-width: 218px;
    text-align: center;
  }
}
.timer-items {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-block: 27px;
}
@media (max-width: 991.98px) {
  .timer-items {
    margin: 25px 0;
    gap: 15px;
    justify-content: center;
  }
}
.timer-item {
  text-align: center;
  padding: 20px;
  font-family: "Oswald", "Roboto", "Arial", sans-serif;
  border-radius: 100%;
  width: 200px;
  height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
@media (max-width: 991.98px) {
  .timer-item {
    width: 75px !important;
    height: 78px !important;
    padding: 0 !important;
    border-width: 4px !important;
  }
}
.timer-item:before {
  content: "";
  display: block;
  width: 88%;
  border-radius: 50%;
  aspect-ratio: 1;
  background-color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media (max-width: 991.98px) {
  .timer-item:before {
    top: 48%;
  }
}
.timer-item:after {
  content: "";
  display: block;
  width: 100%;
  border-radius: 50%;
  aspect-ratio: 1;
  background: url(/assets/img/circle.png) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.timer-item__count {
  font-size: 87px;
  font-weight: 500;
  line-height: 1;
  color: #231f20;
  border-bottom: 3px solid #808285;
  margin-bottom: 12px;
  padding-bottom: 8px;
  position: relative;
  z-index: 3;
}
@media (max-width: 991.98px) {
  .timer-item__count {
    font-size: 36px !important;
    border-bottom-width: 1px !important;
    padding-bottom: 2px !important;
    margin-bottom: 2px !important;
  }
}
.timer-item__name {
  font-size: 18px;
  font-weight: 400;
  position: relative;
  z-index: 3;
}
@media (max-width: 991.98px) {
  .timer-item__name {
    font-size: 7px !important;
  }
}
.timer-item__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 100%;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .timer-item__bg {
    bottom: 3px;
  }
}
.timer-item__bg.--days {
  background: conic-gradient(#f7931d 0deg, #f7931d calc(var(--days) * 3.6deg), rgba(255, 255, 255, 0) calc(var(--days) * 3.6deg) 360deg);
}
.timer-item__bg.--hours {
  background: conic-gradient(#f7931d 0deg, #f7931d calc(var(--hours) * 3.6deg), rgba(255, 255, 255, 0) calc(var(--hours) * 3.6deg) 360deg);
}
.timer-item__bg.--minutes {
  background: conic-gradient(#f7931d 0deg, #f7931d calc(var(--minutes) * 3.6deg), rgba(255, 255, 255, 0) calc(var(--minutes) * 3.6deg) 360deg);
}
.timer-item__bg.--seconds {
  background: conic-gradient(#f7931d 0deg, #f7931d calc(var(--seconds) * 3.6deg), rgba(255, 255, 255, 0) calc(var(--seconds) * 3.6deg) 360deg);
}

/*# sourceMappingURL=styles.css.map */
