
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

body {
  margin: 0;
}

main {
  display: block;
}

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}


a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}


img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

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

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Medium.woff2") format("woff2"), url("../fonts/Roboto-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding: 100px;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
p {
  margin: 0;
  padding: 0;
}

.m-wrapper .container {
  width: 100%;
  max-width: 1228px;
  margin: 0 auto;
}

.m-wrapper {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 22px;
  width: 100%;
  max-width: 2600px;
  margin: 0 auto;
  overflow-x: hidden;
  background: linear-gradient(90deg, #005B59 -2.36%, #000 166.32%);
}

body.compensate-for-scrollbar {
  margin-right: auto !important;
}

a {
  text-decoration: none;
}

input,
button,
textarea,
fieldset {
  background: transparent;
  border: 0;
  padding: 0;
}

button {
  cursor: pointer;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: 100%;
}

ul {
  list-style-type: none;
}

:focus {
  outline-style: none;
  outline-width: 0 !important;
  outline-color: none !important;
}

.none {
  display: none;
}

.m-wrapper .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 16px;
  border-radius: 4px;
  /* background-color: #E31235; */
  border: 1px solid transparent;
  /* color: #fff; */
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  transition: color .3s linear, background-color .3s linear, border-color .3s linear;
}

.m-wrapper .btn svg {
  width: 24px;
  height: 24px;
  margin-right: 4px;
}

.m-wrapper .btn:hover:not(:active) {
  color: #E31235;
  border-color: #E31235;
  background-color: #fff;
}

.m-wrapper .btn_empty {
  background-color: transparent;
  border-color: #BABAC0;
}

.m-wrapper .btn_empty:hover:not(:active) {
  background-color: #E31235;
  border-color: transparent;
  color: #fff;
}

.footer {
  color: #fff;
  background-color: #333;
}

.footer__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px 0;
  border-bottom: 1px solid #4A4A4A;
}

.footer__top-left {
  display: flex;
  align-items: center;
}

.footer__logo svg {
  width: 100%;
  max-width: 129px;
  height: 48px;
}

.footer__phone {
  display: inline-flex;
  align-items: center;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  transition: text-decoration .3s linear;
}

.footer__phone:hover {
  text-decoration: underline;
}

.footer__phone:before {
  content: "";
  display: inline-block;
  background-color: #fff;
  width: 2px;
  height: 21px;
  margin: 0 12px 0 9px;
}

.footer__top-btn {
  padding: 13px 55px;
}

.footer__menu {
  display: flex;
  padding: 32px 0;
  margin: 0 -36px;
}

.footer__col {
  width: calc(20% - 72px);
  margin: 0 36px;
}

.footer__col-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 20px;
}

.footer__list-item:not(:last-child) {
  margin-bottom: 16px;
}

.footer__list-link {
  color: #BABAC0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  transition: color .3s linear;
}

.footer__list-link:hover {
  color: #00AAA6;
}

.footer__social {
  padding: 32px 0;
  border-top: 1px solid #4A4A4A;
  border-bottom: 1px solid #4A4A4A;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer__social-text {
  display: inline-block;
  color: #7E7E83;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  margin-bottom: 16px;
}

.footer__social-row {
  display: flex;
  margin: 0 -8px;
}

.footer__social-item {
  margin: 0 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 12px;
  border-radius: 4px;
  border: 1px solid #7E7E83;
  transition: background-color .3s linear, border-color .3s linear;
}

.footer__social-item:hover {
  background-color: #00AAA6;
  border-color: #00AAA6;
}

.footer__social-img {
  width: 100%;
  max-width: 108px;
  height: 23px;
}

.footer__social-img img {
  height: auto;
}

.footer__social-media {
  display: flex;
  margin: 0 -10px;
}

.footer__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
  width: 40px;
  height: 40px;
  background-color: #BABAC0;
  border-radius: 50%;
  color: #333;
  transition: background-color .3s linear, color .3s linear;
}

.footer__social-link:hover {
  background-color: #00AAA6;
  color: #fff;
}

.footer__social-link svg {
  width: 24px;
  height: 24px;
}

.footer__bottom {
  padding: 32px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #BABAC0;
}

.footer__bottom-left {
  display: flex;
  flex-direction: column;
}

.footer__copy {
  margin-bottom: 8px;
}

.footer__bottom-link {
  color: #BABAC0;
  transition: color .3s linear;
}

.footer__bottom-link:hover {
  color: #00AAA6;
}

.footer__bottom-link:nth-of-type(1) {
  margin-right: 16px;
}

.footer__bottom-right svg {
  width: 44px;
  height: 44px;
}

.m-header {
  z-index: 100;
  background-color: #fff;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
}

.m-header__top {
  background-color: #333;
  padding: 6px 0;
}

.m-header__top-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.m-header__top-logo {
  display: none;
}

.m-header__flex {
  display: flex;
  align-items: center;
}

.m-header__list {
  display: flex;
  align-items: center;
  margin: 0 -16px;
}

.m-header__list-item {
  margin: 0 16px;
}

.m-header__list-link {
  display: flex;
  align-items: center;
  color: #fff;
  transition: color .3s linear;
}

.m-header__list-link:hover:not(:active) {
  color: #00AAA6;
}

.m-header__list-link svg {
  width: 24px;
  height: 24px;
  margin-right: 5px;
}

.m-header__center {
  background-color: #fff;
  padding: 16px 0;
}

.m-header__center-logo {
  margin-right: 32px;
}

.m-header__center-logo svg {
  width: 129px;
  height: 48px;
}

.m-header__center-right {
  flex: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 -4px;
}

.m-header__center-item {
  width: 100%;
  max-width: 93px;
  display: flex;
  flex-direction: column;
  align-items: center;
  white-space: nowrap;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin: 0 4px;
  transition: color .3s linear;
  position: relative;
}

.m-header__center-item:nth-child(1),
.m-header__center-item:nth-child(2) {
  display: none;
}

.m-header__center-item:hover {
  color: #00AAA6;
}

.m-header__center-item svg {
  width: 24px;
  height: 24px;
}

.m-header__center-badge {
  position: absolute;
  top: 0;
  right: 5px;
  height: 20px;
  display: none;
  background-color: #E31235;
  border-radius: 50px;
  padding: 1px 5px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.m-header__catalog {
  margin-right: 16px;
  height: 48px;
}

.m-header__form {
  width: 100%;
  max-width: 416px;
  margin-right: 16px;
}

.m-header__label {
  width: 100%;
  display: block;
  position: relative;
}

.m-header__search {
  height: 48px;
  width: 100%;
  border: 1px solid #BABAC0;
  border-radius: 4px;
  padding: 13px 16px;
  transition: border-color .3s linear;
}

.m-header__search:hover {
  border-color: #00AAA6;
}

.m-header__search::placeholder {
  color: #BABAC0;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}

.m-header__search-icon {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 6px;
  right: 6px;
  background-color: #E31235;
  border-radius: 4px;
  color: #fff;
}

.m-header__search-icon svg {
  width: 24px;
  height: 24px;
}

.m-header__bottom {
  padding: 21px 0;
  background-color: #00AAA6;
}

.m-header__bottom-logo {
  display: inline-block;
}

.m-header__bottom-logo svg {
  width: 167px;
  height: 26px;
}

.m-header__bottom-right {
  margin-left: auto;
}

.m-header__bottom-right.m-header__bottom-right_second .m-header__bottom-link {
  font-weight: 400;
}

.m-header__bottom-right.m-header__bottom-right_second .m-header__bottom-link:not(:last-child) {
  margin-right: 24px;
}

.m-header__bottom-link {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  transition: text-decoration .3s linear;
}

.m-header__bottom-link:hover:not(:active) {
  text-decoration: underline;
  color: #fff!important;
}

.m-header__bottom-link:first-of-type {
  margin-right: 50px;
}

.m-header__bottom-burger {
  display: none;
}

.m-header__bottom-burger.is-change .m-header__burger-line1 {
  transform: rotate(-45deg) translate(-3px, 5px);
}

.m-header__bottom-burger.is-change .m-header__burger-line2 {
  opacity: 0;
}

.m-header__bottom-burger.is-change .m-header__burger-line3 {
  transform: rotate(45deg) translate(-2px, -4px);
}

.m-header__burger-line1,
.m-header__burger-line2,
.m-header__burger-line3 {
  display: block;
  width: 16px;
  height: 2px;
  margin: 3px 0;
  background-color: #fff;
  transition: transform .3s linear, opacity .3s linear;
}

.m-header__menu {
  position: fixed;
  top: 100%;
  right: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  visibility: hidden;
  max-height: 0;
  padding: 0 20px 30px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
  z-index: 200;
  overflow-y: auto;
  display: none;
  transition: max-height .3s linear, visibility .3s linear;
}

.m-header__menu.is-show {
  top: 195px;
  display: block;
  visibility: visible;
  max-height: 100vh;
  min-height: 100vh;
  padding-bottom: 200px;
}

.m-header__menu-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0 20px;
  border-bottom: 1px solid #333;
}

.m-header__menu-head_active .m-header__menu-icon svg {
  transform: rotate(180deg);
}

.m-header__menu-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
}

.m-header__menu-icon svg {
  width: 22px;
  height: 11px;
}

.m-header__menu-list {
  display: flex;
  flex-direction: column;
  padding-left: 37px;
  transition: opacity .3s linear .1s, max-height .3s linear;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
}

.m-header__menu-item {
  padding: 20px 0;
  border-bottom: 1px solid #333;
}

.m-header__menu-link {
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  color: #333;
}

.hero {
  padding: 72px 0 68px;
}

.hero_second {
  padding: 40px 0;
}

.hero__wrapper {
  position: relative;
}

.hero__content {
  position: absolute;
  top: 0;
  left: 0;
  padding: 100px 0 0 100px;
}

.hero__logo {
  display: inline-block;
  width: 100%;
  max-width: 140px;
  height: 36px;
}

.hero__logo img {
  height: auto;
}

.hero__title {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  line-height: 101%;
  margin-top: 15px;
}

.hero__title_black {
  color: #333;
}

.hero__title_second br {
  display: none;
}

.hero__text {
  margin-top: 13px;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  line-height: 110%;
}

.hero__text_second br {
  display: none;
}

.product {
  padding-bottom: 80px;
}

.product__row {
  display: flex;
  align-items: stretch;
  margin: 0 -20px;
}

.product__item {
  width: calc(50% - 40px);
  margin: 0 20px;
  padding: 0 0 32px 32px;
  background-color: #00AAA6;
  display: flex;
  flex-direction: column;
  transition: transform 1s ease-in;
}
.product__item:hover {
transform: scale(0.98);
}

.product__item-flex {
  display: flex;
  justify-content: space-between;
}

.product__icon {
  padding-top: 32px;
}

.product__icon svg {
  width: 64px;
  height: 64px;
}

.product__img {
  width: 100%;
  max-width: 389px;
}

.product__img_second {
  width: 100%;
  max-width: 356px;
}

.product__name {
  margin-top: auto;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  line-height: 24px;
}

.product__name br {
  display: none;
}

.product__video {
  margin-top: 60px;
  width: 100%;
  height: 100%;
}

.product__video .video-js,
.product__video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}

.product__video .video-js:hover .vj-big-play-button,
.product__video video:hover .vj-big-play-button {
  background-color: transparent;
}

.product__video .video-js {
  overflow: hidden;
  padding-bottom: 34.2%;
}

.product__video .video-js:hover .vj-big-play-button {
  background-color: transparent;
}

.product__video .vjs-poster img {
  object-fit: cover;
}

.product__video .video-js .vjs-big-play-button {
  background-color: transparent;
  border: none;
  font-size: 7em;
}

.product__video .video-js .vjs-big-play-button:hover {
  background-color: transparent;
}

.create {
  background-color: rgba(0, 0, 0, 0.3);
  padding: 74px 0;
  color: #fff;
  overflow: hidden;
}

.create__head {
  margin-bottom: 72px;
  position: relative;
}

.create__head::after {
  content: "";
  position: absolute;
  top: 20px;
  right: -28%;
  width: 40%;
  height: 2px;
  transform: rotate(180deg);
  background-color: #fff;
  -webkit-clip-path: polygon(50% 0, 100% 50%, 0% 100%, 0 0%);
  clip-path: polygon(50% 0, 100% 50%, 0% 100%, 0 0%);
}

.create__title {
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
  text-transform: uppercase;
  margin-bottom: 72px;
  position: relative;
}

.create__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.create__row {
  display: flex;
  align-items: center;
  position: relative;
}

.create__row::after {
  content: "";
  position: absolute;
  top: 0;
  right: -28%;
  width: 75%;
  height: 2px;
  transform: rotate(180deg);
  background-color: #fff;
  -webkit-clip-path: polygon(50% 0, 100% 50%, 0% 100%, 0 0%);
  clip-path: polygon(50% 0, 100% 50%, 0% 100%, 0 0%);
}

.create__img {
  width: 100%;
  max-width: 604px;
  margin-right: 52px;
}

.create__content {
  width: 100%;
  max-width: 556px;
}

.create__content-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 24px;
}

.create__content-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.create__content-text:first-of-type {
  margin-bottom: 10px;
}

.awards {
  padding: 76px 0 82px;
  color: #fff;
}

.awards__top {
  display: flex;
  padding-bottom: 95px;
  margin-bottom: 80px;
  border-bottom: 1px solid #C9C9C9;
}

.awards__left {
  width: 100%;
  max-width: 524px;
  margin-right: 48px;
}

.awards__title {
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.awards__text {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.awards__list-item {
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  position: relative;
  display: flex;
  align-items: center;
}

.awards__list-item:not(:last-child) {
  margin-bottom: 16px;
}

.awards__list-item::before {
  content: "";
  width: 52px;
  height: 2px;
  background-color: #00AAA6;
  display: inline-block;
  margin-right: 20px;
  flex-shrink: 0;
}

.awards__flex {
  margin-top: 55px;
  display: flex;
}

.awards__flex-item {
  display: flex;
  flex-direction: column;
}

.awards__flex-item:nth-of-type(1) {
  margin-right: 40px;
}

.awards__flex-numb {
  color: #00AAA6;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 8px;
}

.awards__flex-text {
  font-size: 12px;
  line-height: 16px;
  white-space: nowrap;
}

.awards__bottom .awards__title {
  margin-bottom: 30px;
}

.awards__row {
  display: flex;
}

.awards__row .awards__list:first-of-type {
  width: 100%;
  max-width: 524px;
  margin-right: 48px;
}

.awards__row .awards__list .awards__list-item {
  white-space: nowrap;
}

.awards__row .awards__list .awards__list-item:not(:last-child) {
  margin-bottom: 30px;
}

.features {
  padding: 50px 0;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
}

.features__slider {
  display: flex;
  align-items: stretch;
}

.features__slider .swiper-wrapper {
  display: flex;
  align-items: stretch;
  transition-timing-function: linear;
  padding: 0 20px;
}

.features__slider .swiper-wrapper .features__item.swiper-slide {
  width: fit-content;
  display: flex;
  flex-direction: column;
  height: initial;
}

.features__item {
  width: fit-content;
  display: flex;
  flex-direction: column;
  height: initial;
}

.features__item-name {
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 10px;
}

.features__item-name br {
  display: none;
}

.features__item-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.features__item-text_second br {
  display: none;
}

.swiper-block {
  padding: 82px 0 144.5px;
}

.swiper-block__row .swiper-wrapper {
  display: flex;
  align-items: stretch;
  margin: -46px 0;
  padding: 46px 0;
}

.swiper-block__row .swiper-pagination.swiper-pagination-horizontal {
  bottom: 0;
}

.swiper-block__row .swiper-pagination .swiper-pagination-bullet {
  width: 23px;
  height: 1.5px;
  margin: 0 5px;
  border-radius: 0;
  background-color: #DDD;
  opacity: 1;
}

.swiper-block__row .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #565656;
}

.swiper-block__item {
  position: relative;
  color: #fff;
}

.swiper-block__item .swiper-slide {
  width: 100%;
  min-height: 420px;
}

.swiper-block__content {
  width: 100%;
  max-width: 457px;
  position: absolute;
  top: 0;
  left: 0;
  padding: 122px 0 0 60px;
}

.swiper-block__logo {
  display: block;
  margin-bottom: 25px;
  width: 100%;
  max-width: 167px;
  height: 54px;
}

.swiper-block__logo img {
  height: auto;
}

.swiper-block__title {
  font-size: 40px;
  font-weight: 700;
  line-height: 101%;
}

.swiper-block__title_second {
  white-space: nowrap;
}

.swiper-block__title_black {
  color: #333;
}

.swiper-block__text {
  margin-top: 13px;
  font-size: 24px;
  font-weight: 400;
  line-height: 110%;
}

.intro {
  padding: 73px 0 86.5px;
}

.intro__title {
  text-align: center;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
  text-transform: uppercase;
  margin-bottom: 60px;
}

.intro__swiper-block.swiper-block {
  padding: 0;
}

.intro__row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin: -20px -10px 64px;
}

.intro__item {
  position: relative;
  background-color: #333;
  width: calc(25% - 20px);
  margin: 20px 10px 0;
}

.intro__item-title {
  position: absolute;
  top: 20px;
  left: 16px;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  line-height: 100%;
}

.card-block {
  background-color: #fff;
  padding: 38px 0 42px;
}

.card-block__title {
  text-align: center;
  color: #333;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
  text-transform: uppercase;
  margin-bottom: 55px;
}

.card-block__title-sm {
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 32px;
}

.card-block__wrap {
  position: relative;
}

.card-block__nav .swiper-button-next.swiper-button-disabled,
.card-block__nav .swiper-button-prev.swiper-button-disabled {
  display: none;
}

.card-block__nav .swiper-button-prev {
  left: -10px;
}

.card-block__nav .swiper-button-prev::after {
  background-image: url("//static.mvideo.ru/media/Promotions/Promo_Page/2023/September/hisense/img/svg/arrow_right.svg");
  transform: rotate(-180deg);
}

.card-block__nav .swiper-button-next {
  right: -10px;
}

.card-block__nav .swiper-button-prev,
.card-block__nav .swiper-button-next {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  transition: transform .3s linear;
}

.card-block__nav .swiper-button-prev:hover:not(:active),
.card-block__nav .swiper-button-next:hover:not(:active) {
  transform: scale(1.07);
}

.card-block__nav .swiper-button-prev::after,
.card-block__nav .swiper-button-next::after {
  content: "";
  background-image: url("//static.mvideo.ru/media/Promotions/Promo_Page/2023/September/hisense/img/svg/arrow_right.svg");
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  display: inline-block;
  background-position: center;
}

.card-block__row {
  display: flex;
  align-items: stretch;
  margin: 0 -8px;
}

.card-block__row .swiper-wrapper {
  display: flex;
  align-items: stretch;
}

.card-block__row .swiper-wrapper .card-block__item.swiper-slide {
  display: flex;
  flex-direction: column;
  height: initial;
}

.card-block__row__item {
  width: calc(20% - 16px);
  margin: 0 8px;
}

.card-block__nav .swiper-pagination {
  display: none;
}

.card-block__nav .swiper-pagination.swiper-pagination-horizontal {
  bottom: 0;
}

.card-block__nav .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 5px;
  background-color: #00AAA6;
}

.card {
  display: flex;
  flex-direction: column;
  position: relative;
}

.card__badge {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  padding: 2px 11px;
  border-radius: 4px;
  margin-right: 6px;
}

.card__badge_blue {
  background-color: #549AF1;
}

.card__badge_purple {
  background-color: #966FEB;
}

.card__badge_green {
  background-color: #51D0DB;
}

.card__badge_empty {
  color: #549AF1;
  border: 1px solid #549AF1;
}

.card__top {
  display: flex;
  margin-bottom: 5px;
  position: absolute;
  top: 0;
  left: 0;
}

.card__top-btn {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: 1px solid #BABAC0;
}

.card__top-btn svg {
  width: 6px;
  height: 10px;
}

.card__img {
  margin: 30px 0 8px;
  width: 100%;
  max-width: 160px;
  height: 100%;
  min-height: 160px;
  max-height: 160px;
}

.card__body {
  flex: auto;
  display: flex;
  flex-direction: column;
}

.card__name {
  color: #333;
  font-size: 16px;
  line-height: 24px;
}

.card__reviews {
  display: flex;
  margin-bottom: 16px;
}

.card__reviews_second {
  margin-bottom: 6px;
}

.card__reviews-icon {
  display: flex;
  align-items: center;
  color: #E31235;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.4px;
  margin-right: 8px;
}

.card__reviews-icon_gray {
  color: #7E7E83;
}

.card__reviews-icon svg {
  flex-shrink: 0;
  width: 14px;
  height: 14px;
}

.card__reviews-text {
  color: #7E7E83;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.card__bottom {
  margin-top: auto;
}

.card__bottom_flex {
  display: flex;
  align-items: center;
}

.card__bottom_flex .card__btn {
  padding: 9px 24px;
}

.card__histogram {
  margin-left: 16px;
}

.card__histogram svg {
  width: 24px;
  height: 24px;
}

.card__prices del {
  color: #7E7E83;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.card__numb {
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  margin-right: 12px;
}

.card__numb_bold {
  font-size: 22px;
  font-weight: 700;
}

.card__btn {
  margin-top: 16px;
  padding: 12px 20px;
}

.img-block {
  padding: 66px 0 67px;
}

.img-block.img-block_second {
  padding: 66px 0 0;
}

.img-block__wrapper {
  display: block;
  position: relative;
}

.img-block__content {
  position: absolute;
  top: 0;
  left: 0;
  padding: 147px 0 0 57px;
  color: #fff;
}

.img-block__content_second {
  padding: 82px 0 0 57px;
}

.img-block__logo {
  margin-bottom: 30px;
}

.img-block__logo svg {
  width: 157px;
  height: 25px;
}

.img-block__logo_second svg {
  width: 134px;
  height: 36px;
}

.img-block__title {
  font-size: 40px;
  font-weight: 700;
  line-height: 101%;
}

.img-block__text {
  margin-top: 20px;
  font-size: 24px;
  font-weight: 400;
  line-height: 110%;
}

.img-block__text br {
  display: none;
}

.product-card {
  padding-bottom: 60px;
}

.product-card.product-card_second {
  padding: 60px 0;
}

.product-card__wrapper {
  position: relative;
}

.product-card__img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  /* z-index: -1; */
}

.product-card__content {
  width: 50%;
  padding: 40px 50px;
  background: linear-gradient(270deg, rgba(23, 22, 20, 0.7) 0%, rgba(23, 22, 20, 0.56) 100%);
  backdrop-filter: blur(10px);
  color: #fff;
  z-index: 10;
}

.product-card__content.product-card__content_second {
  transform: translateX(100%);
}

.product-card__title {
  font-size: 38px;
  font-weight: 700;
  line-height: 48px;
  margin-bottom: 30px;
}

.product-card__item {
  display: flex;
  align-items: flex-start;
}

.product-card__item:not(:last-child) {
  margin-bottom: 15px;
}

.product-card__icon {
  margin-right: 18px;
}

.product-card__icon svg {
  width: 52px;
  height: 52px;
}

.product-card__text {
  font-size: 21px;
  font-weight: 400;
  line-height: 120%;
}

.tv-card_bg {
  background-color: rgba(0, 0, 0, 0.3);
  position: relative;
}

.tv-card_bg::before {
  content: "";
  position: absolute;
  top: 80px;
  left: 0;
  width: 45%;
  height: 2px;
  background-color: #fff;
  -webkit-clip-path: polygon(50% 0, 100% 50%, 0% 100%, 0 0%);
  clip-path: polygon(50% 0, 100% 50%, 0% 100%, 0 0%);
}

.tv-card__row {
  display: flex;
  align-items: center;
  margin: 0 -15px;
  padding: 80px 0;
}

.tv-card__row_reverse {
  flex-direction: row-reverse;
  padding: 160px 0 80px;
}

.tv-card__content {
  width: calc(50% - 30px);
  margin: 0 15px;
  color: #fff;
}

.tv-card__title {
  font-size: 44px;
  font-weight: 700;
  line-height: 48px;
  margin-bottom: 16px;
}

.tv-card__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.tv-card__text_sm {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  line-height: 20px;
}

.tv-card__img {
  width: calc(50% - 30px);
  margin: 0 15px;
}


@media (min-width: 1025px) {
  .m-header__menu.is-show {
    display: none;
  }
}

@media (max-width: 1480px) {
  .m-header__bottom-right.m-header__bottom-right_second .m-header__bottom-link:not(:last-child) {
    margin-right: 12px;
  }

  .m-header__bottom-right.m-header__bottom-right_second .m-header__bottom-link {
    font-size: 16px;
  }
}

@media (max-width: 1450px) {
  .m-wrapper .container {
    padding: 0 40px;
  }

  .create__head::after {
    width: 35%;
  }

  .awards__row {
    flex-direction: column;
  }

  .awards__row .awards__list:first-of-type {
    margin: 0 0 30px;
    max-width: initial;
  }

  .awards__row .awards__list .awards__list-item {
    white-space: wrap;
  }
}

@media (max-width: 1240px) {
  .m-wrapper .container {
    max-width: 1024px;
    padding: 0 25px;
  }

  .footer__top {
    margin-bottom: 32px;
  }

  .footer__menu {
    flex-wrap: wrap;
    margin: -32px -36px 0;
    padding: 0 0 32px;
  }

  .footer__col {
    width: calc(33.333% - 72px);
    margin: 32px 36px 0;
  }

  .footer__list-item:not(:last-child) {
    margin-bottom: 10px;
  }

  .m-header__center-text {
    display: none;
  }

  .hero__content {
    padding: 70px 0 0 40px;
  }

  .hero__title {
    font-size: 32px;
  }

  .product__name {
    font-size: 25px;
  }

  .create__head {
    margin-bottom: 60px;
  }

  .create__title {
    font-size: 35px;
    margin-bottom: 40px;
  }

  .create__row::after {
    top: -30px;
  }

  .create__row {
    align-items: stretch;
  }

  .awards__top {
    flex-direction: column;
    padding-bottom: 50px;
    margin-bottom: 50px;
  }

  .awards__left {
    max-width: initial;
    margin: 0 0 40px;
  }

  .awards__title {
    font-size: 35px;
    line-height: 40px;
  }

  .awards__flex-text {
    white-space: wrap;
  }

  .features__item-name {
    font-size: 30px;
  }

  .swiper-block__content {
    max-width: 418px;
    padding: 60px 0 0 60px;
  }

  .swiper-block__title {
    font-size: 32px;
  }

  .intro__title {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 40px;
  }

  .intro__item-title {
    font-size: 20px;
  }

  .card-block__title {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 30px;
  }

  .img-block__content {
    padding: 50px 0 0 50px;
  }

  .img-block__title {
    font-size: 32px;
  }

  .product-card__title {
    font-size: 34px;
    line-height: 30px;
  }

  .product-card__icon svg {
    width: 40px;
    height: 40px;
  }

  .product-card__text {
    font-size: 18px;
  }

  .tv-card_bg::before {
    top: 40px;
  }

  .tv-card__row {
    padding: 60px 0;
  }

  .tv-card__row_reverse {
    padding: 100px 0 60px;
  }

  .tv-card__title {
    font-size: 30px;
    line-height: 35px;
  }
}

@media (max-width: 1024px) {
  .m-wrapper .container {
    max-width: 768px;
    padding: 0 20px;
  }

  .m-header__list_first .m-header__list-item:not(:first-child) {
    display: none;
  }

  .m-header__list_second .m-header__list-item:not(:last-child) {
    display: none;
  }

  .m-header__bottom-logo svg {
    width: 140px;
  }

  .m-header__bottom-right {
    display: none;
  }

  .m-header__bottom-link {
    font-size: 18px;
  }

  .m-header__bottom-link:first-of-type {
    margin-right: 20px;
  }

  .m-header__bottom-burger {
    display: block;
    margin-left: auto;
  }

  .m-header__menu {
    display: block;
  }

  .hero__title {
    font-size: 28px;
  }

  .hero__text {
    font-size: 20px;
  }

  .hero__banner img {
    border-radius: 16px;
  }

  .product__item {
    padding: 0 0 20px 20px;
  }

  .product__icon {
    padding-top: 20px;
  }

  .product__icon svg {
    width: 50px;
    height: 50px;
  }

  .product__img {
    max-width: 240px;
  }

  .product__name br {
    display: block;
  }

  .create__head::after {
    display: none;
  }

  .create__row::after {
    right: 0;
    width: 100%;
  }

  .create__row::after {
    top: -20px;
  }

  .create__row {
    flex-direction: column;
  }

  .create__img {
    max-width: initial;
    margin: 0 0 40px;
  }

  .create__content {
    max-width: initial;
  }

  .swiper-block__img img {
    border-radius: 16px;
  }

  .swiper-block__logo {
    max-width: 150px;
    height: 40px;
  }

  .swiper-block__text {
    font-size: 18px;
    margin-top: 10px;
  }

  .intro__col {
    display: flex;
    flex-direction: column-reverse;
  }

  .intro__row {
    margin: -20px -10px 0;
    padding-top: 80px;
  }

  .intro__item {
    width: calc(50% - 20px);
    margin: 20px 10px 0;
  }

  .intro__item-title {
    font-size: 18px;
  }

  .img-block__bg {
    height: 300px;
  }

  .img-block__content {
    padding: 40px 0 0 40px;
  }

  .img-block__logo svg {
    width: 120px;
  }

  .img-block__logo_second svg {
    width: 100px;
  }

  .img-block__title {
    font-size: 25px;
  }

  .img-block__text {
    font-size: 18px;
    margin-top: 10px;
  }

  .product-card__content.product-card__content_second {
    transform: translateX(43%);
  }

  .product-card__content {
    width: 70%;
    padding: 30px;
  }

  .product-card__title {
    font-size: 25px;
  }

  .product-card__text {
    font-size: 16px;
  }

  .tv-card_bg::before {
    width: 70%;
  }

  .tv-card__row_reverse {
    padding: 80px 0 60px;
  }

  .tv-card__row {
    align-items: flex-start;
    flex-direction: column;
    margin: 0;
  }

  .tv-card__content {
    width: 100%;
    margin: 0 0 20px;
  }

  .tv-card__title {
    font-size: 24px;
    line-height: 20px;
  }

  .tv-card__img {
    width: 100%;
    margin: 0;
  }

  .email-form__row {
    flex-wrap: wrap;
  }

  .email-form__title {
    font-size: 20px;
    max-width: initial;
    margin: 0 0 20px;
  }
}

@media (max-width: 992px) {
  .m-header__center-right {
    position: fixed;
    left: 0;
    right: 0;
    bottom: -2px;
    background-color: #fff;
    z-index: 200;
    padding: 10px 20px;
    margin: 0 -3px;
    box-shadow: 0px -1px 9px -4px rgba(0, 0, 0, 0.75);
  }

  .m-header__center-item:nth-child(1),
  .m-header__center-item:nth-child(2) {
    display: flex;
  }

  .m-header__center-item:nth-child(3),
  .m-header__center-item:nth-child(5) {
    display: none;
  }

  .m-header__center-item {
    color: #BABAC0;
    width: initial;
    max-width: initial;
    margin: 0 3px;
  }

  .m-header__center-text {
    display: block;
  }

  .m-header__center-badge {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .m-header__form {
    margin-right: 0;
    max-width: initial;
  }

  .create__title {
    font-size: 26px;
    margin-bottom: 20px;
  }

  .awards__title {
    font-size: 26px;
    margin-bottom: 12px;
  }

  .awards__bottom .awards__title {
    margin-bottom: 12px;
  }

  .intro__title {
    font-size: 26px;
    margin-bottom: 20px;
  }

  .card-block__title {
    font-size: 26px;
    margin-bottom: 20px;
  }

  .tv-card__text {
    font-size: 14px;
    line-height: 20px;
  }

}

@media (max-width: 768px) {
  .footer__top {
    padding: 20px 0;
    margin-bottom: 20px;
  }
  .product__item:hover {
    transform: none;
  }

  .footer__menu {
    margin: -20px -20px 0;
    padding: 0 0 20px;
  }

  .footer__col {
    width: calc(50% - 40px);
    margin: 20px 20px 0;
  }

  .footer__col-title {
    margin-bottom: 10px;
  }

  .footer__social {
    padding: 20px 0;
  }

  .footer__social-media {
    margin: 0 -5px;
  }

  .footer__social-link {
    width: 36px;
    height: 36px;
    margin: 0 5px;
  }

  .footer__social-link svg {
    width: 20px;
    height: 20px;
  }

  .footer__bottom {
    padding: 20px 0;
    font-size: 12px;
  }

  .footer__bottom-right svg {
    width: 35px;
    height: 35px;
  }

  .m-header__top {
    background-color: #fff;
  }

  .m-header__top-logo {
    display: block;
  }

  .m-header__top-logo svg {
    width: 96px;
    height: 44px;
  }

  .m-header__list-link {
    color: #BABAC0;
  }

  .m-header__list-link span {
    display: none;
  }

  .m-header__center-logo {
    display: none;
  }

  .m-header__bottom {
    padding: 13px 0;
  }

  .m-header__bottom-logo svg {
    height: 20px;
  }

  .hero {
    padding: 30px 0;
  }

  .hero__content {
    padding: 40px 0 0 40px;
  }

  .hero__logo {
    max-width: 100px;
    height: 20px;
  }

  .hero__title {
    font-size: 25px;
  }

  .hero__text {
    margin-top: 10px;
    font-size: 16px;
  }

  .product {
    padding-bottom: 40px;
  }

  .product__row {
    margin: 0 -5px;
  }

  .product__item {
    width: calc(50% - 10px);
    margin: 0 5px;
    padding: 0 0 10px 10px;
  }

  .product__icon {
    padding-top: 10px;
  }

  .product__name {
    font-size: 20px;
  }

  .product__video {
    margin-top: 40px;
  }

  .product__video .video-js {
    padding-bottom: 50%;
  }

  .product__video .video-js .vjs-big-play-button {
    font-size: 5em;
  }

  .create {
    padding: 40px 0;
  }

  .create__head {
    margin-bottom: 40px;
  }

  .create__content-title {
    font-size: 25px;
    margin-bottom: 12px;
  }

  .awards {
    padding: 40px 0;
  }

  .awards__row .awards__list:first-of-type {
    margin: 0 0 16px;
  }

  .awards__row .awards__list .awards__list-item:not(:last-child) {
    margin-bottom: 16px;
  }

  .features {
    padding: 40px 0;
  }

  .features__item-name {
    font-size: 25px;
  }

  .features__item-text {
    font-size: 14px;
    line-height: 120%;
  }

  .swiper-block {
    padding: 40px 0 62.5px;
  }

  .swiper-block__row .swiper-wrapper {
    margin: -30px 0;
    padding: 30px 0;
  }

  .swiper-block__content {
    max-width: 320px;
    padding: 40px 0 0 40px;
  }

  .swiper-block__logo {
    max-width: 80px;
    margin-bottom: 12px;
    height: 20px;
  }

  .swiper-block__title_second {
    white-space: wrap;
  }

  .swiper-block__title {
    font-size: 28px;
  }

  .swiper-block__text {
    font-size: 14px;
  }

  .intro {
    padding: 30px 0 62.5px;
  }

  .card-block {
    padding: 30px 0 60px;
  }

  .card-block__title-sm {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .card__name {
    font-size: 14px;
  }

  .card__prices {
    display: flex;
    flex-direction: column;
  }

  .img-block.img-block_second {
    padding: 30px 0 0;
  }

  .img-block {
    padding: 30px 0;
  }

  .img-block__logo svg {
    width: 100px;
  }

  .img-block__title {
    font-size: 20px;
  }

  .img-block__text {
    font-size: 14px;
  }

  .product-card {
    padding-bottom: 30px;
  }

  .product-card.product-card_second {
    padding: 30px 0;
  }

  .product-card__title {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 20px;
  }

  .product-card__icon {
    margin-right: 10px;
  }

  .product-card__icon svg {
    width: 30px;
    height: 30px;
  }

  .product-card__text {
    font-size: 14px;
  }

  .tv-card_bg::before {
    width: 90%;
    top: 40px;
    left: 20px;
  }

  .tv-card__row {
    padding: 30px 0;
  }

  .tv-card__row_reverse {
    padding: 80px 0 30px;
  }

  .email-form {
    padding: 30px 0;
  }
}

@media (max-width: 655px) {
  .card__badge {
    padding: 2px 7px;
    font-size: 11px;
    margin-right: 2px;
  }
}

@media (max-width: 650px) {
  .product-card__wrapper {
    display: flex;
    flex-direction: column-reverse;
  }

  .product-card__img {
    position: static;
    z-index: 10;
  }

  .product-card__content.product-card__content_second {
    transform: translateX(0);
  }

  .product-card__content {
    padding: 20px;
    width: 100%;
    margin-bottom: 10px;
  }
}

@media (max-width: 575px) {
  .card__bottom_flex .card__btn {
    padding: 8px 15px;
  }

  .card__btn {
    font-size: 14px;
    padding: 8px 15px;
  }

  .card__btn svg {
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 540px) {
  .footer__top {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer__top-btn {
    margin-top: 10px;
  }

  .footer__menu {
    margin: -15px 0 0;
  }

  .footer__col {
    width: 100%;
    margin: 15px 0 0;
  }

  .footer__social-row {
    flex-wrap: wrap;
    margin: -5px -8px 20px;
  }

  .footer__social-item {
    margin: 5px 8px;
  }

  .m-header__top {
    padding: 0;
  }

  .m-header__center {
    padding: 10px 0;
  }

  .m-header__center-item {
    font-size: 12px;
  }

  .m-header__catalog {
    height: 40px;
    padding: 10px 8px;
  }

  .m-header__catalog svg {
    margin: 0;
  }

  .m-header__catalog span {
    display: none;
  }

  .m-header__search {
    height: 40px;
  }

  .m-header__search-icon {
    background-color: transparent;
    color: #BABAC0;
    top: 2px;
    right: 2px;
  }

  .m-header__bottom-logo svg {
    width: 113px;
    height: 18px;
  }

  .m-header__menu.is-show {
    top: 175px;
  }

  .hero {
    padding: 20px 0;
  }

  .hero__content {
    padding: 20px 0 0 20px;
  }

  .hero__title_second br {
    display: block;
  }

  .hero__text_second br {
    display: block;
  }

  .product__icon svg {
    width: 30px;
    height: 30px;
  }

  .product__name {
    font-size: 14px;
    line-height: 18px;
  }

  .product__video {
    margin-top: 20px;
  }

  .product__video .video-js {
    padding-bottom: 62.5%;
  }

  .create {
    padding: 40px 0 20px;
  }

  .create__title {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 12px;
  }

  .create__text {
    font-size: 14px;
    line-height: 20px;
  }

  .create__content-title {
    font-size: 14px;
    line-height: 20px;
  }

  .create__content-text {
    font-size: 14px;
    line-height: 20px;
  }

  .awards__top {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }

  .awards__left {
    margin: 0 0 20px;
  }

  .awards__title {
    font-size: 22px;
    line-height: 28px;
  }

  .awards__text {
    font-size: 14px;
    line-height: 20px;
  }

  .awards__list-item {
    font-size: 14px;
  }

  .awards__list-item::before {
    width: 40px;
  }

  .awards__flex {
    flex-direction: column;
    margin-top: 20px;
  }

  .awards__flex-item:nth-of-type(1) {
    margin: 0 0 20px;
  }

  .awards__flex-numb {
    font-size: 30px;
  }

  .features__item-name {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 12px;
  }

  .swiper-block__content {
    padding: 38px 0 0 22px;
    max-width: 180px;
  }

  .swiper-block__title {
    font-size: 20px;
  }

  .intro__title {
    font-size: 22px;
    line-height: 28px;
  }

  .intro__row {
    margin: 0;
    padding-top: 60px;
  }

  .intro__item {
    width: 100%;
    margin: 0;
  }

  .intro__item:not(:last-child) {
    margin-bottom: 20px;
  }

  .intro__item-title {
    top: 10px;
    left: 10px;
  }

  .card-block__title {
    font-size: 22px;
    line-height: 28px;
  }

  .card-block__nav .swiper-button-prev,
  .card-block__nav .swiper-button-next {
    display: none !important;
  }

  .card-block__row.swiper {
    margin: -40px 0;
    padding: 40px 0;
  }

  .card-block__nav .swiper-pagination {
    display: block;
  }

  .card__numb {
    font-size: 18px;
  }

  .img-block__bg {
    height: 200px;
  }

  .img-block__content {
    padding: 20px 0 0 20px;
  }

  .img-block__logo svg {
    width: 80px;
    height: 20px;
  }

  .img-block__title {
    font-size: 18px;
  }

  .tv-card_bg::before {
    top: 30px;
  }

  .tv-card__row_reverse {
    padding: 50px 0 30px;
  }

  .tv-card__title {
    font-size: 20px;
  }

  .email-form__row {
    flex-direction: column;
  }

  .email-form__title {
    font-size: 18px;
    line-height: 24px;
  }

  .email-form__label {
    width: 100%;
    margin: 0 0 10px;
  }

  .email-form__input {
    height: 44px;
  }

  .email-form__btn {
    height: 44px;
    width: 100%;
  }
}

@media (max-width: 479px) {
  .m-wrapper .container {
    max-width: 100%;
  }

  .footer__bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer__bottom-left {
    margin-bottom: 15px;
  }

  .m-header__menu-title {
    font-size: 14px;
  }

  .m-header__menu-link {
    font-size: 14px;
  }

  .hero__title {
    font-size: 20px;
  }

  .img-block__text br {
    display: block;
  }
}

@media (max-width: 375px) {
  .product__img {
    max-width: 106px;
  }

  .create__img {
    height: 235px;
  }
}

@media (max-width: 370px) {
  .card__badge {
    font-size: 8px;
  }
}
/*# sourceMappingURL=maps/main.css.map */
