/* ./your-css-folder/styles.css */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@600&family=Roboto:wght@400&display=swap");
@font-face {
  font-family: "PoppinsBold";
  src: url("/assets/fonts/Poppins-Bold.ttf") format("truetype");
  /* Safari, Android, iOS */
}
.font-poppins {
  font-family: "Poppins", sans-serif;
}

.font-poppins-bold {
  font-family: "PoppinsBold", sans-serif;
}

.font-roboto {
  font-family: "Roboto", sans-serif;
}

/* ----------------------------------------------------------------
	Breakpoints - vars
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Breakpoints - mixins
    for different variables, include as:
    @include screen-lg {
    foo: bar;
    }
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Colors
-----------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6,
p {
  color: #fff;
}

.color-base {
  color: #fff;
}

.color-custom-black {
  color: #190a0a;
}

.color-custom-black-light {
  color: #2d1a1a;
}

.color-custom-black-lightest {
  color: #423131;
}

.color-custom-gray-light {
  color: #4d4d4d;
}

.color-custom-gray {
  color: #a49191;
}

.color-custom-red {
  color: #d9000d;
}

.color-custom-yellow {
  color: #d3a239;
}

/* ----------------------------------------------------------------
	Fonts
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Typography: size, weight, line-height, family, mixins
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Container
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Various
-----------------------------------------------------------------*/
.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.border-solid-black-1 {
  border: 1px solid #190a0a;
}

.border-solid-black-2 {
  border: 2px solid #190a0a;
}

.landing-page-mobile {
  padding-bottom: 1.36rem;
  background-color: #190a0a;
}

.default-button-properties {
  display: flex;
  justify-content: center;
  align-items: center;
}

.fill-white svg {
  fill: #fff;
}

.pointer {
  cursor: pointer;
}

/*-----------------------------------------------------------------------------------

	* 2_base/reset.scss *

-----------------------------------------------------------------------------------*/
/*! de-style.css v1.0.5 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model
   ========================================================================== */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

::before,
::after {
  box-sizing: inherit;
}

/* Document
       ========================================================================== */
/**
     * 1. Correct the line height in all browsers.
     * 2. Prevent adjustments of font size after orientation changes in iOS.
     * 3. Remove gray overlay on links for iOS.
     */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections
       ========================================================================== */
/**
     * Remove the margin in all browsers.
     */
body {
  margin: 0;
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

/* Vertical rhythm
       ========================================================================== */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings
       ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration)
       ========================================================================== */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition)
       ========================================================================== */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content
       ========================================================================== */
/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
}

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics
       ========================================================================== */
/**
     * Remove the gray background on active links in IE 10.
     */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
     * 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: inherit;
  /* 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;
}

/* Embedded content
       ========================================================================== */
/**
     * Remove the border on images inside links in IE 10.
     */
img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms
       ========================================================================== */
button,
input,
optgroup,
select,
textarea {
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
}

/**
     * Remove all Style fro select elements. Does not quite work cross-browser
     */
select {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
}

/**
     * 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] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

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

/**
     * Reset to invisible
     */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

/**
     * 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 {
  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 */
}

/**
     * Fix placeholder font properties inheritance.
     */
::-webkit-input-placeholder {
  font: inherit;
}

:-ms-input-placeholder {
  font: inherit;
}

::-ms-input-placeholder {
  font: inherit;
}

::placeholder {
  font: inherit;
}

/**
     * Clickable labels
     */
label[for] {
  cursor: pointer;
}

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

/* Table
       ========================================================================== */
table {
  border-spacing: 0;
}

/* Misc
       ========================================================================== */
/**
     * Add the correct display in IE 10+.
     */
template {
  display: none;
}

/**
     * Add the correct display in IE 10.
     */
[hidden] {
  display: none;
}

/*-----------------------------------------------------------------------------------

  * 2_base/global.scss *

-----------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Body, html
-----------------------------------------------------------------*/
html {
  font-family: "Popins", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  width: 100%;
  margin: 0 auto;
  font-family: "Popins", sans-serif;
}
@media screen and (min-width: 1024px) {
  html {
    font-size: 16px;
  }
}

body {
  position: relative;
  min-height: 100vh;
  max-width: 100vw;
  overflow-x: hidden;
}

#app {
  max-width: 100vw;
  width: 100vw;
  overflow-x: hidden;
}

img {
  max-width: 100%;
}

a,
button,
input[type=submit] {
  cursor: pointer;
  transition: opacity 0.5s linear;
}
/* ----------------------------------------------------------------
	Inputs
-----------------------------------------------------------------*/
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: #fff;
}
textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  color: #fff;
}
textarea:-moz-placeholder,
input:-moz-placeholder {
  color: #fff;
}
textarea::placeholder,
input::placeholder {
  color: #fff;
}

header {
  padding: 0 0.9375rem;
  background-color: #190a0a;
  border-bottom: solid 1px #423131;
}
@media screen and (min-width: 1024px) {
  header {
    padding: 0 15.63%;
  }
}
@media screen and (min-width: 640px) {
  header {
    padding: 0 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  header {
    padding: 0 1.8rem;
  }
}
@media screen and (min-width: 1024px) {
  header {
    border-bottom: none;
  }
}
@media screen and (min-width: 640px) {
  header {
    padding: 0 1.69rem;
  }
}
@media screen and (min-width: 1024px) {
  header {
    padding: 0 15.63%;
  }
}
header > .header-content {
  padding: 26px 0 24.5px;
}
@media screen and (min-width: 640px) {
  header > .header-content {
    padding: 46px 0;
  }
}
@media screen and (min-width: 768px) {
  header > .header-content {
    padding: 55.2px 0 55.2px;
  }
}
@media screen and (min-width: 1024px) {
  header > .header-content {
    border-bottom: solid 1px #423131;
    padding: 23px 0 20px 0;
  }
}

header .logo-and-hamburger #hamburger-holder {
  margin-right: 0.93rem;
}
@media screen and (min-width: 640px) {
  header .logo-and-hamburger #hamburger-holder {
    margin-right: 1.3rem;
  }
}
@media screen and (min-width: 768px) {
  header .logo-and-hamburger #hamburger-holder {
    margin-right: 1.56rem;
  }
}
header .logo-and-hamburger #hamburger-holder svg {
  width: 1.35rem;
  height: 1.35rem;
  fill: #fff;
}
@media screen and (min-width: 640px) {
  header .logo-and-hamburger #hamburger-holder svg {
    width: 2.9rem;
    height: 2.9rem;
  }
}
@media screen and (min-width: 768px) {
  header .logo-and-hamburger #hamburger-holder svg {
    width: 3.48rem;
    height: 3.48rem;
  }
}

header .logo-and-hamburger .logo-holder svg {
  width: 2.45rem;
  height: 2.45rem;
  fill: #fff;
}
@media screen and (min-width: 640px) {
  header .logo-and-hamburger .logo-holder svg {
    width: 4.3rem;
    height: 4.3rem;
  }
}
@media screen and (min-width: 768px) {
  header .logo-and-hamburger .logo-holder svg {
    width: 5.16rem;
    height: 5.16rem;
  }
}
@media screen and (min-width: 1280px) {
  header .logo-and-hamburger .logo-holder svg {
    width: 1.91rem;
    height: 1.91rem;
  }
}
@media screen and (min-width: 1920px) {
  header .logo-and-hamburger .logo-holder svg {
    width: 2.88rem;
    height: 2.88rem;
  }
}

header nav {
  width: 100vw;
  height: 100vh;
  z-index: 100;
  top: 0;
  left: -100vw;
  padding-top: 2.4rem;
  transition: left 0.5s ease-in-out;
  background-color: #2d1a1a;
}
header nav.active {
  left: 0;
}
@media screen and (min-width: 1024px) {
  header nav {
    padding-top: 0;
    background-color: #190a0a;
  }
}
@media screen and (min-width: 1280px) {
  header nav {
    width: auto;
    height: auto;
  }
}
@media screen and (min-width: 1024px) {
  header nav {
    margin-right: 0;
  }
}

header nav .header-nav__close {
  margin: 0 0.875rem 2.34rem 0;
}
header nav .header-nav__close svg {
  width: 1.05rem;
  height: 1.05rem;
}

header nav ul {
  margin-bottom: 6.1rem;
}
@media screen and (min-width: 1024px) {
  header nav ul {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  header nav ul {
    position: relative;
    right: 4%;
  }
}

header nav ul li {
  margin-bottom: 0.75rem;
}
@media screen and (min-width: 1280px) {
  header nav ul li {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  header nav ul li:not(:last-of-type) {
    margin-right: 1.15vw;
  }
}

header nav ul li a {
  font-size: 1.125rem;
  padding: 0.69rem 0.875rem;
  line-height: 1.375rem;
}
@media screen and (min-width: 1280px) {
  header nav ul li a {
    padding: 0;
    font-size: 0.5775rem;
  }
}
@media screen and (min-width: 1536px) {
  header nav ul li a {
    font-size: 0.765rem;
  }
}
@media screen and (min-width: 1920px) {
  header nav ul li a {
    font-size: 0.875rem;
  }
}
header nav ul li a:not(.active) {
  color: #a49191;
}
header nav ul li a.active {
  background-color: #423131;
  color: #fff;
}
@media screen and (min-width: 1024px) {
  header nav ul li a.active {
    background-color: #190a0a;
  }
}

header .header-nav__logo-holder svg {
  width: 39.71vw;
  height: 39.71vw;
  fill: #a49191 !important;
}

header .hotline-btn {
  background-color: #d9000d;
  padding: 0.75rem 1.17rem;
  font-size: 0.75rem;
  border-radius: 21px;
  margin-bottom: 2px;
  min-width: 11.94rem;
}
@media screen and (min-width: 640px) {
  header .hotline-btn {
    font-size: 1.1rem;
    padding: 1.05rem 4rem;
    border-radius: 50em;
  }
}
@media screen and (min-width: 768px) {
  header .hotline-btn {
    font-size: 1.32rem;
    padding: 1.26rem 4.8rem;
  }
}
@media screen and (min-width: 1280px) {
  header .hotline-btn {
    font-size: 0.5775rem;
    padding: 0.51rem 0.825rem;
    min-width: 11.4vw;
    max-width: 219px;
  }
}
@media screen and (min-width: 1536px) {
  header .hotline-btn {
    font-size: 0.75rem;
    padding: 0.68rem 1.09rem;
  }
}
@media screen and (min-width: 1920px) {
  header .hotline-btn {
    font-size: 0.875rem;
    padding: 0.78rem 1.25rem;
  }
}
header .hotline-btn svg {
  fill: #fff;
  width: 0.78rem;
  height: 0.78rem;
  margin-right: 0.75rem;
}
@media screen and (min-width: 640px) {
  header .hotline-btn svg {
    width: 1.78rem;
    height: 1.78rem;
  }
}
@media screen and (min-width: 768px) {
  header .hotline-btn svg {
    width: 2.14rem;
    height: 2.14rem;
  }
}
@media screen and (min-width: 1280px) {
  header .hotline-btn svg {
    width: 0.6996rem;
    height: 0.6996rem;
  }
}
@media screen and (min-width: 1536px) {
  header .hotline-btn svg {
    width: 0.91rem;
    height: 0.91rem;
  }
}
@media screen and (min-width: 1920px) {
  header .hotline-btn svg {
    width: 1.06rem;
    height: 1.06rem;
  }
}

.section-1 {
  background-color: #190a0a;
  padding: 0.81rem 0.75rem 0;
}
@media screen and (min-width: 640px) {
  .section-1 {
    padding: 1.2rem 1.5rem 0;
  }
}
@media screen and (min-width: 768px) {
  .section-1 {
    padding: 1.94rem 1.8rem 0;
  }
}
@media screen and (min-width: 1280px) {
  .section-1 {
    padding: 0;
  }
}
@media screen and (min-width: 1280px) {
  .section-1 {
    padding-top: 2.9vw;
  }
}
@media screen and (min-width: 1536px) {
  .section-1 {
    padding-top: 3.21vw;
  }
}

.section-1 > .img-holder {
  margin-bottom: 2.11rem;
}
@media screen and (min-width: 640px) {
  .section-1 > .img-holder {
    margin-bottom: 4.11rem;
  }
}
@media screen and (min-width: 768px) {
  .section-1 > .img-holder {
    margin-bottom: 5.52rem;
  }
}
@media screen and (min-width: 1280px) {
  .section-1 > .img-holder {
    order: 2;
    padding-right: 15.63vw;
    margin-bottom: 6vw;
  }
}
@media screen and (min-width: 1920px) {
  .section-1 > .img-holder {
    padding-top: 0.5rem;
  }
}
.section-1 > .img-holder img:not(.bg-image) {
  width: 68.17vw;
  z-index: 3;
}
@media screen and (min-width: 1280px) {
  .section-1 > .img-holder img:not(.bg-image) {
    width: 32.13vw;
    height: 36.15vw;
  }
}
.section-1 > .img-holder img.bg-image {
  max-width: 215vw;
  width: 215vw;
  right: 0;
  position: absolute;
  top: 5%;
  z-index: 0;
}
@media screen and (min-width: 1280px) {
  .section-1 > .img-holder img.bg-image {
    top: 23%;
    width: 118vw;
  }
}

.section-1 .section-1__text-holder {
  margin-bottom: 5.56rem;
  z-index: 3;
}
@media screen and (min-width: 640px) {
  .section-1 .section-1__text-holder {
    margin-bottom: 10rem;
  }
}
@media screen and (min-width: 768px) {
  .section-1 .section-1__text-holder {
    margin-bottom: 13.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .section-1 .section-1__text-holder {
    order: 1;
    width: auto;
    padding-left: 15.73vw;
    padding-top: 8.3vw;
    margin-bottom: 0;
  }
}
.section-1 .section-1__text-holder h1 {
  font-size: 2.81rem;
  margin-bottom: 1.2rem;
}
@media screen and (min-width: 640px) {
  .section-1 .section-1__text-holder h1 {
    font-size: 5.05rem;
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .section-1 .section-1__text-holder h1 {
    font-size: 6.06rem;
    margin-bottom: 2.84rem;
  }
}
@media screen and (min-width: 1280px) {
  .section-1 .section-1__text-holder h1 {
    font-size: 2.68rem;
    margin-bottom: 1.25rem;
    word-spacing: 0.1rem;
  }
}
@media screen and (min-width: 1536px) {
  .section-1 .section-1__text-holder h1 {
    font-size: 3.48rem;
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 1920px) {
  .section-1 .section-1__text-holder h1 {
    line-height: 1.015;
    font-size: 4.06rem;
    margin-bottom: 1.9rem;
  }
}
.section-1 .section-1__text-holder h1 span {
  color: #d9000d;
}
.section-1 .section-1__text-holder h1 span svg {
  position: absolute;
  top: 43%;
  right: -5%;
  width: 1.26rem;
  height: 2.25rem;
}
@media screen and (min-width: 640px) {
  .section-1 .section-1__text-holder h1 span svg {
    right: -8%;
    width: 4.2rem;
    height: 4.2rem;
  }
}
@media screen and (min-width: 768px) {
  .section-1 .section-1__text-holder h1 span svg {
    right: -10%;
    width: 5rem;
    height: 5rem;
  }
}
@media screen and (min-width: 1280px) {
  .section-1 .section-1__text-holder h1 span svg {
    width: 2.2rem;
    height: 2.2rem;
    right: -7%;
  }
}
@media screen and (min-width: 1280px) {
  .section-1 .section-1__text-holder h1 span svg {
    width: 2.5rem;
    height: 2.5rem;
  }
}
@media screen and (min-width: 1536px) {
  .section-1 .section-1__text-holder h1 span svg {
    width: 3.1rem;
    height: 3.1rem;
  }
}
@media screen and (min-width: 1920px) {
  .section-1 .section-1__text-holder h1 span svg {
    width: 3.3rem;
    height: 3.3rem;
  }
}
.section-1 .section-1__text-holder p {
  font-size: 0.938rem;
  line-height: 1.47;
  margin-bottom: 1.19rem;
}
@media screen and (min-width: 640px) {
  .section-1 .section-1__text-holder p {
    font-size: 1.69rem;
    margin-bottom: 2.14rem;
  }
}
@media screen and (min-width: 768px) {
  .section-1 .section-1__text-holder p {
    font-size: 2.03rem;
    margin-bottom: 2.57rem;
  }
}
@media screen and (min-width: 1280px) {
  .section-1 .section-1__text-holder p {
    font-size: 0.66rem;
    line-height: 1.56;
    margin-bottom: 1.696rem;
  }
}
@media screen and (min-width: 1536px) {
  .section-1 .section-1__text-holder p {
    font-size: 0.86rem;
    margin-bottom: 2.4rem;
  }
}
@media screen and (min-width: 1920px) {
  .section-1 .section-1__text-holder p {
    font-size: 1rem;
    margin-bottom: 2.7rem;
  }
}

.section-1 .section-1__actions {
  font-size: 0.94rem;
}
.section-1 .section-1__actions a {
  padding: 0.813rem 1.625rem;
  background-color: #d9000d;
  margin-right: 0.94rem;
  font-size: 0.94rem;
  line-height: 1.13;
}
@media screen and (min-width: 640px) {
  .section-1 .section-1__actions a {
    font-size: 1.69rem;
  }
}
@media screen and (min-width: 768px) {
  .section-1 .section-1__actions a {
    font-size: 2.03rem;
  }
}
@media screen and (min-width: 1280px) {
  .section-1 .section-1__actions a {
    font-size: 0.66rem;
    line-height: 1.0625;
  }
}
@media screen and (min-width: 1536px) {
  .section-1 .section-1__actions a {
    font-size: 0.9rem;
  }
}
@media screen and (min-width: 1920px) {
  .section-1 .section-1__actions a {
    line-height: 1.0625;
  }
}
@media screen and (min-width: 640px) {
  .section-1 .section-1__actions a {
    padding: 1.46rem 2.92rem;
    font-size: 1.69rem;
    margin-right: 1.69rem;
  }
}
@media screen and (min-width: 768px) {
  .section-1 .section-1__actions a {
    padding: 1.75rem 3.5rem;
    font-size: 2.03rem;
    margin-right: 2.03rem;
  }
}
@media screen and (min-width: 1280px) {
  .section-1 .section-1__actions a {
    line-height: 1.063;
    font-size: 0.66rem;
    padding: 0.81rem 1.65rem 0.678rem;
    margin-right: 1.56vw;
  }
}
@media screen and (min-width: 1536px) {
  .section-1 .section-1__actions a {
    font-size: 0.875rem;
    padding: 1.07rem 2.2rem 0.59rem;
  }
}
@media screen and (min-width: 1920px) {
  .section-1 .section-1__actions a {
    font-size: 1rem;
    padding: 1.225rem 2.5rem 1.025rem;
  }
}
.section-1 .section-1__actions a.section-1__play-video {
  padding: 0.813rem 1.125rem;
  background-color: #2d1a1a;
  border: solid 1px #423131;
}
@media screen and (min-width: 640px) {
  .section-1 .section-1__actions a.section-1__play-video {
    padding: 1.46rem 2.03rem;
  }
}
@media screen and (min-width: 768px) {
  .section-1 .section-1__actions a.section-1__play-video {
    padding: 1.75rem 2.43rem;
  }
}
@media screen and (min-width: 1280px) {
  .section-1 .section-1__actions a.section-1__play-video {
    padding: 0.677rem 1.17rem 0.7rem 1.17rem;
  }
}
@media screen and (min-width: 1536px) {
  .section-1 .section-1__actions a.section-1__play-video {
    padding: 0.9rem 0.9rem 0.9rem 1.4rem;
  }
}
@media screen and (min-width: 1920px) {
  .section-1 .section-1__actions a.section-1__play-video {
    padding: 1.025rem 1.76rem 1.025rem;
  }
}
.section-1 .section-1__actions a svg {
  width: 1.1rem;
  height: 1.1rem;
  fill: #a49191;
  margin-left: 0.625rem;
}
@media screen and (min-width: 640px) {
  .section-1 .section-1__actions a svg {
    width: 1.98rem;
    height: 1.98rem;
  }
}
@media screen and (min-width: 768px) {
  .section-1 .section-1__actions a svg {
    width: 2.38rem;
    height: 2.38rem;
  }
}
@media screen and (min-width: 1280px) {
  .section-1 .section-1__actions a svg {
    width: 0.61rem;
    height: 0.825rem;
    margin-left: 0.534rem;
  }
}
@media screen and (min-width: 1536px) {
  .section-1 .section-1__actions a svg {
    width: 2.1rem;
    height: 1.07rem;
    margin-left: 0.2rem;
  }
}
@media screen and (min-width: 1920px) {
  .section-1 .section-1__actions a svg {
    width: 0.93rem;
    height: 1.25rem;
    margin-left: 0.81rem;
  }
}

@media screen and (min-width: 640px) {
  .section-1 .section-1__cards {
    padding: 0 1.69rem;
  }
}
@media screen and (min-width: 1024px) {
  .section-1 .section-1__cards {
    padding: 0 15.63%;
  }
}
@media screen and (min-width: 1280px) {
  .section-1 .section-1__cards {
    order: 3;
    width: 100%;
  }
}

.section-1 .section-1__card {
  width: 43.09vw;
  padding: 1.68rem 0.36rem 2.4rem;
  max-height: 13.19rem;
  background-color: #2d1a1a;
  border-radius: 10px;
  font-size: 1.125rem;
  line-height: 1.22;
}
@media screen and (min-width: 640px) {
  .section-1 .section-1__card {
    width: 41vw;
    padding: 3.02rem 0.648rem 4.32rem;
    border-radius: 18px;
    font-size: 2.03rem;
    max-height: 23.74rem;
  }
}
@media screen and (min-width: 768px) {
  .section-1 .section-1__card {
    padding: 3.62rem 0.78rem 5.18rem;
    border-radius: 21.6px;
    font-size: 2.47rem;
    max-height: 28.48rem;
  }
}
@media screen and (min-width: 1024px) {
  .section-1 .section-1__card {
    width: 32vw;
  }
}
@media screen and (min-width: 1280px) {
  .section-1 .section-1__card {
    width: 22.65%;
    max-height: 7.96rem;
    border-radius: 13.5px;
    font-size: 0.825rem;
    padding: 1.49rem 3.05rem 1.49rem 1.16rem;
    padding-top: 1vw;
  }
  .section-1 .section-1__card.has-image {
    padding-top: 1.5vw;
  }
}
@media screen and (min-width: 1536px) {
  .section-1 .section-1__card {
    width: 22.65%;
    max-height: 10.55rem;
    height: 10.55rem;
    font-size: 1.1rem;
    padding: 1.97rem 4.04rem 1.97rem 1.53rem;
  }
}
@media screen and (min-width: 1920px) {
  .section-1 .section-1__card {
    max-height: 12.06rem;
    height: 12.06rem;
    font-size: 1.25rem;
    padding: 2.25rem 4.62rem 2.25rem 1.75rem;
  }
}
.section-1 .section-1__card:nth-of-type(1), .section-1 .section-1__card:nth-of-type(2) {
  margin-bottom: 1.375rem;
}
@media screen and (min-width: 640px) {
  .section-1 .section-1__card:nth-of-type(1), .section-1 .section-1__card:nth-of-type(2) {
    margin-bottom: 2.68rem;
  }
}
@media screen and (min-width: 768px) {
  .section-1 .section-1__card:nth-of-type(1), .section-1 .section-1__card:nth-of-type(2) {
    margin-bottom: 3.22rem;
  }
}
@media screen and (min-width: 1280px) {
  .section-1 .section-1__card:nth-of-type(1), .section-1 .section-1__card:nth-of-type(2) {
    margin-bottom: 0;
  }
}
.section-1 .section-1__card p {
  min-height: 4.22rem;
}
@media screen and (min-width: 1280px) {
  .section-1 .section-1__card p {
    min-height: auto;
  }
}
.section-1 .section-1__card svg, .section-1 .section-1__card img {
  width: 3.75rem;
  height: 3.75rem;
  margin-bottom: 1.18rem;
  fill: #fff;
}
@media screen and (min-width: 640px) {
  .section-1 .section-1__card svg, .section-1 .section-1__card img {
    width: 6.75rem;
    height: 6.75rem;
    margin-bottom: 2.12rem;
  }
}
@media screen and (min-width: 768px) {
  .section-1 .section-1__card svg, .section-1 .section-1__card img {
    width: 8.1rem;
    height: 8.1rem;
    margin-bottom: 2.54rem;
  }
}
@media screen and (min-width: 1280px) {
  .section-1 .section-1__card svg, .section-1 .section-1__card img {
    width: 2.26rem;
    height: 2.49rem;
    margin-bottom: 0.84rem;
  }
}
@media screen and (min-width: 1536px) {
  .section-1 .section-1__card svg, .section-1 .section-1__card img {
    width: 3rem;
    height: 3.31rem;
    margin-bottom: 1.12rem;
  }
}
@media screen and (min-width: 1920px) {
  .section-1 .section-1__card svg, .section-1 .section-1__card img {
    width: 3.43rem;
    height: 3.78rem;
    margin-bottom: 1.28rem;
  }
}

@media screen and (min-width: 1536px) {
  .section-1 .section-1__card-guitar svg {
    width: 2.5rem;
    height: 4.5rem;
    margin-left: -0.6rem;
  }
}
@media screen and (min-width: 1920px) {
  .section-1 .section-1__card-guitar svg {
    width: 2.5rem;
    height: 4.5rem;
    margin-left: -0.5rem;
  }
}

.section-2 {
  background-color: #190a0a;
  padding-top: 5.51rem;
}
@media screen and (min-width: 640px) {
  .section-2 {
    padding-top: 9.9rem;
  }
}
@media screen and (min-width: 768px) {
  .section-2 {
    padding-top: 11.88rem;
  }
}
@media screen and (min-width: 1280px) {
  .section-2 {
    padding-top: 6.5%;
  }
}

.section-2 .section-2__text-holder {
  padding: 0 0.9375rem;
  margin-bottom: 1.84rem;
}
@media screen and (min-width: 1024px) {
  .section-2 .section-2__text-holder {
    padding: 0 15.63%;
  }
}
@media screen and (min-width: 640px) {
  .section-2 .section-2__text-holder {
    padding: 0 1.69rem;
  }
}
@media screen and (min-width: 1024px) {
  .section-2 .section-2__text-holder {
    padding: 0 15.63%;
  }
}
@media screen and (min-width: 1280px) {
  .section-2 .section-2__text-holder {
    padding: 0 20.52vw;
    margin-bottom: 3.6vw;
  }
}
.section-2 .section-2__text-holder p {
  font-size: 1rem;
  line-height: 1.2;
  margin-bottom: 1.44rem;
}
@media screen and (min-width: 640px) {
  .section-2 .section-2__text-holder p {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 768px) {
  .section-2 .section-2__text-holder p {
    font-size: 2.16rem;
  }
}
@media screen and (min-width: 1280px) {
  .section-2 .section-2__text-holder p {
    font-size: 0.66rem;
    line-height: 0.9;
  }
}
@media screen and (min-width: 1536px) {
  .section-2 .section-2__text-holder p {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 1920px) {
  .section-2 .section-2__text-holder p {
    font-size: 1rem;
  }
}
@media screen and (min-width: 640px) {
  .section-2 .section-2__text-holder p {
    margin-bottom: 2.6rem;
  }
}
@media screen and (min-width: 768px) {
  .section-2 .section-2__text-holder p {
    margin-bottom: 3.12rem;
  }
}
@media screen and (min-width: 1280px) {
  .section-2 .section-2__text-holder p {
    margin-bottom: 0.573vw;
    padding-left: 1rem;
  }
}
@media screen and (min-width: 1920px) {
  .section-2 .section-2__text-holder p {
    padding-left: 1.5rem;
  }
}
.section-2 .section-2__text-holder h2 {
  font-size: 2.19rem;
  line-height: 1.19;
}
@media screen and (min-width: 640px) {
  .section-2 .section-2__text-holder h2 {
    font-size: 3.94rem;
  }
}
@media screen and (min-width: 768px) {
  .section-2 .section-2__text-holder h2 {
    font-size: 4.73rem;
  }
}
@media screen and (min-width: 1280px) {
  .section-2 .section-2__text-holder h2 {
    font-size: 1.85rem;
    line-height: 1.467;
    letter-spacing: 0.5px;
    word-spacing: -5px;
  }
}
@media screen and (min-width: 1536px) {
  .section-2 .section-2__text-holder h2 {
    word-spacing: -6px;
    font-size: 2.46rem;
  }
}
@media screen and (min-width: 1920px) {
  .section-2 .section-2__text-holder h2 {
    font-size: 2.81rem;
    word-spacing: -8px;
  }
}
@media screen and (min-width: 1280px) {
  .section-2 .section-2__text-holder h2 {
    padding-left: 0.8rem;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1280px) {
  .section-2 .section-2__text-holder h2 {
    padding-left: 0.7rem;
  }
}
@media screen and (min-width: 1920px) {
  .section-2 .section-2__text-holder h2 {
    padding-left: 1.5rem;
  }
}

.section-2 .section-2__teachers-holder {
  padding-left: 4vw;
}

.section-2 .teacher-1-on-mobile-teachers-on-desktop {
  overflow: hidden;
}
@media screen and (min-width: 1280px) {
  .section-2 .teacher-1-on-mobile-teachers-on-desktop {
    overflow: visible;
    margin-right: 4.25vw;
    margin-bottom: 1.9vw;
  }
}
.section-2 .teacher-1-on-mobile-teachers-on-desktop img {
  margin-left: 4vw;
  width: 200%;
  max-width: 200%;
}
@media screen and (min-width: 1280px) {
  .section-2 .teacher-1-on-mobile-teachers-on-desktop img {
    margin-left: 0;
    width: 59.01vw;
  }
}

.section-2 .teacher-2 {
  overflow: hidden;
  margin-left: -4vw;
}
.section-2 .teacher-2 img {
  width: 200%;
  max-width: 200%;
  margin-left: -93.5vw;
}

.section-2 .section-2__teacher-1-text {
  top: 12%;
  left: 15%;
}
@media screen and (min-width: 1280px) {
  .section-2 .section-2__teacher-1-text {
    top: 13.7%;
    left: 9.75%;
    text-align: right;
  }
}

.section-2 .section-2__teacher-2-text {
  top: 11%;
  right: 18%;
}
.section-2 .section-2__teacher-2-text svg {
  align-self: end;
  margin-right: 1.8rem;
  width: 2.25rem;
  height: 2.94rem;
}
@media screen and (min-width: 1280px) {
  .section-2 .section-2__teacher-2-text {
    top: 66.3%;
    right: 2%;
  }
}
.section-2 .section-2__teacher-name {
  font-size: 1.25rem;
  line-height: 1.2;
  margin-bottom: 0.25rem;
}
@media screen and (min-width: 640px) {
  .section-2 .section-2__teacher-name {
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 768px) {
  .section-2 .section-2__teacher-name {
    font-size: 2.7rem;
  }
}
@media screen and (min-width: 1280px) {
  .section-2 .section-2__teacher-name {
    line-height: 1.52;
    margin-bottom: 0;
    font-size: 1rem;
    margin-bottom: -3px;
  }
}
@media screen and (min-width: 1536px) {
  .section-2 .section-2__teacher-name {
    font-size: 1.37rem;
  }
}
@media screen and (min-width: 1920px) {
  .section-2 .section-2__teacher-name {
    font-size: 1.56rem;
  }
}

.section-2 .section-2__teacher-role {
  font-size: 0.75rem;
  line-height: 1.2;
  margin-bottom: 1.125rem;
}
@media screen and (min-width: 640px) {
  .section-2 .section-2__teacher-role {
    font-size: 1.35rem;
    margin-bottom: 2.025rem;
  }
}
@media screen and (min-width: 768px) {
  .section-2 .section-2__teacher-role {
    font-size: 1.62rem;
    margin-bottom: 2.43rem;
  }
}
@media screen and (min-width: 1280px) {
  .section-2 .section-2__teacher-role {
    line-height: 1.21;
    font-size: 0.577rem;
  }
}
@media screen and (min-width: 1536px) {
  .section-2 .section-2__teacher-role {
    font-size: 0.77rem;
  }
}
@media screen and (min-width: 1920px) {
  .section-2 .section-2__teacher-role {
    font-size: 0.875rem;
  }
}

.section-2__additional-text-holder {
  line-height: 1.56;
  padding: 0 20.99vw;
}
@media screen and (min-width: 1280px) {
  .section-2__additional-text-holder {
    font-size: 0.6rem;
  }
}
@media screen and (min-width: 1536px) {
  .section-2__additional-text-holder {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 1920px) {
  .section-2__additional-text-holder {
    font-size: 1rem;
  }
}
.section-2__additional-text-holder p {
  padding-left: 1.74vw;
}
.section-2__additional-text-holder p:first-of-type {
  border-right: 1px solid #a49191;
  text-align: right;
  padding: 0 1.74vw 0 0;
}

.section-2__notes {
  top: 27%;
  right: 18%;
  z-index: 10;
  width: 1.67vw;
  height: 1.67rem;
}

.section-3 {
  background-color: #190a0a;
  padding-top: 8.5rem;
  background-image: url("/assets/images/bg-vawes.png");
  background-size: 100%;
}
@media screen and (min-width: 640px) {
  .section-3 {
    padding-top: 13.6rem;
  }
}
@media screen and (min-width: 768px) {
  .section-3 {
    padding-top: 19.32rem;
  }
}
@media screen and (min-width: 1280px) {
  .section-3 {
    padding-top: 10.1vw;
  }
}
@media screen and (min-width: 1536px) {
  .section-3 {
    padding-top: 10.05vw;
  }
}
@media screen and (min-width: 1920px) {
  .section-3 {
    padding-top: 10vw;
  }
}

.section-3 .section-3__text-holder {
  padding: 0 2.69rem;
  margin-bottom: 2.9rem;
}
@media screen and (min-width: 640px) {
  .section-3 .section-3__text-holder {
    margin-bottom: 5.22rem;
    padding: 0 4.85rem;
  }
}
@media screen and (min-width: 768px) {
  .section-3 .section-3__text-holder {
    margin-bottom: 6.26rem;
    padding: 0 6.02rem;
  }
}
@media screen and (min-width: 1280px) {
  .section-3 .section-3__text-holder {
    margin-bottom: 1.85vw;
  }
}
.section-3 .section-3__text-holder p.section-3__subtitle {
  font-size: 1rem;
  line-height: 1.2;
  margin-bottom: 0.66rem;
}
@media screen and (min-width: 640px) {
  .section-3 .section-3__text-holder p.section-3__subtitle {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 768px) {
  .section-3 .section-3__text-holder p.section-3__subtitle {
    font-size: 2.16rem;
  }
}
@media screen and (min-width: 1280px) {
  .section-3 .section-3__text-holder p.section-3__subtitle {
    font-size: 0.66rem;
    line-height: 0.9;
  }
}
@media screen and (min-width: 1536px) {
  .section-3 .section-3__text-holder p.section-3__subtitle {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 1920px) {
  .section-3 .section-3__text-holder p.section-3__subtitle {
    font-size: 1rem;
  }
}
@media screen and (min-width: 640px) {
  .section-3 .section-3__text-holder p.section-3__subtitle {
    margin-bottom: 1.35rem;
  }
}
@media screen and (min-width: 768px) {
  .section-3 .section-3__text-holder p.section-3__subtitle {
    margin-bottom: 1.62rem;
  }
}
@media screen and (min-width: 1280px) {
  .section-3 .section-3__text-holder p.section-3__subtitle {
    margin-bottom: 0.469vw;
  }
}
.section-3 .section-3__text-holder h2 {
  font-size: 2.19rem;
  line-height: 1.19;
  margin-bottom: 2.2rem;
}
@media screen and (min-width: 640px) {
  .section-3 .section-3__text-holder h2 {
    font-size: 3.94rem;
  }
}
@media screen and (min-width: 768px) {
  .section-3 .section-3__text-holder h2 {
    font-size: 4.73rem;
  }
}
@media screen and (min-width: 1280px) {
  .section-3 .section-3__text-holder h2 {
    font-size: 1.85rem;
    line-height: 1.467;
    letter-spacing: 0.5px;
    word-spacing: -5px;
  }
}
@media screen and (min-width: 1536px) {
  .section-3 .section-3__text-holder h2 {
    word-spacing: -6px;
    font-size: 2.46rem;
  }
}
@media screen and (min-width: 1920px) {
  .section-3 .section-3__text-holder h2 {
    font-size: 2.81rem;
    word-spacing: -8px;
  }
}
@media screen and (min-width: 640px) {
  .section-3 .section-3__text-holder h2 {
    margin-bottom: 3.96rem;
  }
}
@media screen and (min-width: 768px) {
  .section-3 .section-3__text-holder h2 {
    margin-bottom: 4.76rem;
  }
}
@media screen and (min-width: 1280px) {
  .section-3 .section-3__text-holder h2 {
    margin-bottom: 0.469vw;
  }
}
.section-3 .section-3__text-holder p.section-3__text {
  font-size: 0.875rem;
  line-height: 1.3;
}
@media screen and (min-width: 640px) {
  .section-3 .section-3__text-holder p.section-3__text {
    font-size: 1.58rem;
  }
}
@media screen and (min-width: 768px) {
  .section-3 .section-3__text-holder p.section-3__text {
    font-size: 1.9rem;
  }
}
@media screen and (min-width: 1280px) {
  .section-3 .section-3__text-holder p.section-3__text {
    font-size: 0.66rem;
    line-height: 1.563;
  }
}
@media screen and (min-width: 1920px) {
  .section-3 .section-3__text-holder p.section-3__text {
    font-size: 1rem;
  }
}

.section-3 .section-3__video-holder {
  background-color: transparent;
  transition: background-color 1s ease-out;
  margin-bottom: 2rem;
  padding: 0 0.9375rem;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .section-3 .section-3__video-holder {
    padding: 0 15.63%;
  }
}
@media screen and (min-width: 640px) {
  .section-3 .section-3__video-holder {
    padding: 0 1.69rem;
  }
}
@media screen and (min-width: 1024px) {
  .section-3 .section-3__video-holder {
    padding: 0 15.63%;
  }
}
@media screen and (min-width: 640px) {
  .section-3 .section-3__video-holder {
    margin-bottom: 3.8rem;
  }
}
@media screen and (min-width: 768px) {
  .section-3 .section-3__video-holder {
    margin-bottom: 4.56rem;
  }
}
@media screen and (min-width: 1280px) {
  .section-3 .section-3__video-holder {
    padding: 0 20.26vw;
    margin-bottom: 3.07vw;
  }
}
.section-3 .section-3__video-holder video {
  border: solid 2px #423131;
  border-radius: 0.875rem;
}
@media screen and (min-width: 1280px) {
  .section-3 .section-3__video-holder video {
    width: 59.47vw;
    max-width: 59.47vw;
    transition: width 0.6s ease-out;
  }
  .section-3 .section-3__video-holder video.fast-animation {
    transition: width 0.3s ease-out;
  }
}
.section-3 .section-3__video-holder #section-3__play-video {
  z-index: 3;
  transition: opacity 0.2s ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section-3 .section-3__video-holder #section-3__play-video svg {
  width: 4.31rem;
  height: 4.31rem;
}
@media screen and (min-width: 640px) {
  .section-3 .section-3__video-holder #section-3__play-video svg {
    width: 7.76rem;
    height: 7.76rem;
  }
}
@media screen and (min-width: 768px) {
  .section-3 .section-3__video-holder #section-3__play-video svg {
    width: 9.13rem;
    height: 9.13rem;
  }
}
@media screen and (min-width: 1280px) {
  .section-3 .section-3__video-holder #section-3__play-video svg {
    width: 3.59vw;
    height: 3.59vw;
  }
}

.section-3 .section-3__video-holder.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
}
@media screen and (min-width: 1280px) {
  .section-3 .section-3__video-holder.popup video {
    width: 75vw;
    max-width: 75vw;
  }
}

.section-3 .section-3__video-holder .section-3__video-holder_close {
  display: none;
}
.section-3 .section-3__video-holder.popup .section-3__video-holder_close {
  display: block;
  fill: #fff;
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 2rem;
  right: 2rem;
}

.section-3 .section-3__btn-holder a {
  font-size: 0.94rem;
  line-height: 1.13;
  background-color: #d9000d;
  padding: 0.875rem 3.94rem;
}
@media screen and (min-width: 640px) {
  .section-3 .section-3__btn-holder a {
    font-size: 1.69rem;
  }
}
@media screen and (min-width: 768px) {
  .section-3 .section-3__btn-holder a {
    font-size: 2.03rem;
  }
}
@media screen and (min-width: 1280px) {
  .section-3 .section-3__btn-holder a {
    font-size: 0.66rem;
    line-height: 1.0625;
  }
}
@media screen and (min-width: 1536px) {
  .section-3 .section-3__btn-holder a {
    font-size: 0.9rem;
  }
}
@media screen and (min-width: 1920px) {
  .section-3 .section-3__btn-holder a {
    line-height: 1.0625;
  }
}
@media screen and (min-width: 640px) {
  .section-3 .section-3__btn-holder a {
    padding: 1.58rem 7.09rem;
  }
}
@media screen and (min-width: 768px) {
  .section-3 .section-3__btn-holder a {
    padding: 1.9rem 8.599rem;
  }
}
@media screen and (min-width: 1280px) {
  .section-3 .section-3__btn-holder a {
    padding: 0.74rem 3.83rem;
  }
}
@media screen and (min-width: 1536px) {
  .section-3 .section-3__btn-holder a {
    padding: 0.98rem 5.08rem;
  }
}
@media screen and (min-width: 1920px) {
  .section-3 .section-3__btn-holder a {
    padding: 1.125rem 5.81rem;
  }
}

#music-is-more-than-a-talent-video-holder.active #section-3__play-video {
  opacity: 0;
}

.section-4 {
  background-color: #190a0a;
  padding-top: 3.2rem;
  padding-bottom: 3rem;
  overflow: hidden;
  border-bottom: solid 2px #423131;
}
@media screen and (min-width: 640px) {
  .section-4 {
    padding-top: 5.76rem;
    padding-bottom: 6.75rem;
  }
}
@media screen and (min-width: 768px) {
  .section-4 {
    padding-top: 6.91rem;
    padding-bottom: 8.1rem;
  }
}
@media screen and (min-width: 1280px) {
  .section-4 {
    padding: 0 10.83vw 0 15.625vw;
    margin-bottom: -3.7%;
  }
}

.section-4 .section-4__image-holder {
  transform: scale(1.28);
  margin-bottom: 2.85rem;
}
@media screen and (min-width: 640px) {
  .section-4 .section-4__image-holder {
    margin-bottom: 5.13rem;
  }
}
@media screen and (min-width: 768px) {
  .section-4 .section-4__image-holder {
    margin-bottom: 6.16rem;
  }
}
@media screen and (min-width: 1280px) {
  .section-4 .section-4__image-holder {
    margin-bottom: 0;
    order: 2;
    transform: scale(1);
  }
}
.section-4 .section-4__image-holder img {
  margin-left: 5%;
}
@media screen and (min-width: 1280px) {
  .section-4 .section-4__image-holder img {
    margin-left: 0;
    width: 41.09vw;
    max-width: 41.09vw;
  }
}

.section-4 .section-4__text-holder {
  padding: 0 0.94rem;
}
@media screen and (min-width: 640px) {
  .section-4 .section-4__text-holder {
    padding: 0 1.69rem;
  }
}
@media screen and (min-width: 768px) {
  .section-4 .section-4__text-holder {
    padding: 0 2.03rem;
  }
}
@media screen and (min-width: 1280px) {
  .section-4 .section-4__text-holder {
    padding: 2% 0 0;
  }
}
.section-4 .section-4__text-holder h2 {
  font-size: 2.19rem;
  line-height: 1.19;
  margin-bottom: 1.75rem;
}
@media screen and (min-width: 640px) {
  .section-4 .section-4__text-holder h2 {
    font-size: 3.94rem;
  }
}
@media screen and (min-width: 768px) {
  .section-4 .section-4__text-holder h2 {
    font-size: 4.73rem;
  }
}
@media screen and (min-width: 1280px) {
  .section-4 .section-4__text-holder h2 {
    font-size: 1.85rem;
    line-height: 1.467;
    letter-spacing: 0.5px;
    word-spacing: -5px;
  }
}
@media screen and (min-width: 1536px) {
  .section-4 .section-4__text-holder h2 {
    word-spacing: -6px;
    font-size: 2.46rem;
  }
}
@media screen and (min-width: 1920px) {
  .section-4 .section-4__text-holder h2 {
    font-size: 2.81rem;
    word-spacing: -8px;
  }
}
@media screen and (min-width: 640px) {
  .section-4 .section-4__text-holder h2 {
    margin-bottom: 2.97rem;
  }
}
@media screen and (min-width: 768px) {
  .section-4 .section-4__text-holder h2 {
    margin-bottom: 3.56rem;
  }
}
@media screen and (min-width: 1280px) {
  .section-4 .section-4__text-holder h2 {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1280px) {
  .section-4 .section-4__text-holder h2 {
    font-size: 2.68rem;
    line-height: 1.123;
  }
}
@media screen and (min-width: 1536px) {
  .section-4 .section-4__text-holder h2 {
    font-size: 3.55rem;
  }
}
@media screen and (min-width: 1920px) {
  .section-4 .section-4__text-holder h2 {
    font-size: 4.06rem;
  }
}
.section-4 .section-4__text-holder a {
  font-size: 0.56rem;
  line-height: 1.33;
  border: 1px solid #d9000d;
  padding: 0.475rem 0.637rem 0.425rem;
  border-radius: 10px;
}
@media screen and (min-width: 640px) {
  .section-4 .section-4__text-holder a {
    font-size: 1.01rem;
    padding: 0.855rem 1.15rem 0.77rem;
  }
}
@media screen and (min-width: 768px) {
  .section-4 .section-4__text-holder a {
    font-size: 1.22rem;
    padding: 1.03rem 1.38rem 0.92rem;
  }
}
@media screen and (min-width: 1280px) {
  .section-4 .section-4__text-holder a {
    margin-top: 2.1vw;
  }
}
@media screen and (min-width: 1280px) {
  .section-4 .section-4__text-holder a {
    font-size: 0.58rem;
    padding: 0.47rem 0.64rem;
  }
}
@media screen and (min-width: 1536px) {
  .section-4 .section-4__text-holder a {
    font-size: 0.77rem;
    padding: 0.63rem 0.85rem;
  }
}
@media screen and (min-width: 1920px) {
  .section-4 .section-4__text-holder a {
    font-size: 0.875rem;
    padding: 0.718rem 0.97rem 0.718rem;
  }
}
.section-4 .section-4__text-holder a span {
  width: 59.21%;
}
.section-4 .section-4__text-holder a svg {
  width: 1.8rem;
  height: 1.8rem;
  margin-left: 0.61rem;
}
@media screen and (min-width: 640px) {
  .section-4 .section-4__text-holder a svg {
    width: 3.24rem;
    height: 3.25rem;
    margin-left: 1.1rem;
  }
}
@media screen and (min-width: 768px) {
  .section-4 .section-4__text-holder a svg {
    width: 3.89rem;
    height: 3.89rem;
    margin-left: 1.32rem;
  }
}
@media screen and (min-width: 1280px) {
  .section-4 .section-4__text-holder a svg {
    width: 1.65rem;
    height: 1.65rem;
    margin-left: 0.77vw;
  }
}
@media screen and (min-width: 1536px) {
  .section-4 .section-4__text-holder a svg {
    width: 2.18rem;
    height: 2.18rem;
  }
}
@media screen and (min-width: 1920px) {
  .section-4 .section-4__text-holder a svg {
    width: 2.5rem;
    height: 2.5rem;
  }
}

#section-6 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  padding: 2.9rem 0.875rem 2.8rem 0.875rem;
  background-color: #2d1a1a;
}
@media screen and (min-width: 640px) {
  #section-6 {
    padding: 4rem 2rem;
  }
  #section-6 .section-6-boxes {
    width: 100%;
  }
}
@media screen and (min-width: 640px) {
  #section-6 {
    padding: 0 1.69rem;
  }
}
@media screen and (min-width: 1024px) {
  #section-6 {
    padding: 0 15.63%;
  }
}
@media screen and (min-width: 1280px) {
  #section-6 {
    padding-left: 14.7%;
  }
}
@media screen and (min-width: 1280px) {
  #section-6 {
    padding-top: 3.4vw;
    padding-bottom: 4%;
  }
  #section-6 .section-6-boxes {
    display: flex;
  }
  #section-6 .section-6-boxes .box-6 {
    margin-right: 0;
  }
}
#section-6 .section-6-header .section-6-header__h1 {
  font-size: 2.19rem;
  line-height: 1.19;
  text-align: center;
  color: #fff;
  line-height: 1.3;
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 640px) {
  #section-6 .section-6-header .section-6-header__h1 {
    font-size: 3.94rem;
  }
}
@media screen and (min-width: 768px) {
  #section-6 .section-6-header .section-6-header__h1 {
    font-size: 4.73rem;
  }
}
@media screen and (min-width: 1280px) {
  #section-6 .section-6-header .section-6-header__h1 {
    font-size: 1.85rem;
    line-height: 1.467;
    letter-spacing: 0.5px;
    word-spacing: -5px;
  }
}
@media screen and (min-width: 1536px) {
  #section-6 .section-6-header .section-6-header__h1 {
    word-spacing: -6px;
    font-size: 2.46rem;
  }
}
@media screen and (min-width: 1920px) {
  #section-6 .section-6-header .section-6-header__h1 {
    font-size: 2.81rem;
    word-spacing: -8px;
  }
}
@media screen and (min-width: 1280px) {
  #section-6 .section-6-header .section-6-header__h1 {
    font-size: 1.7rem;
    margin-bottom: 3%;
  }
}
@media screen and (min-width: 1536px) {
  #section-6 .section-6-header .section-6-header__h1 {
    font-size: 2.08rem;
  }
}
@media screen and (min-width: 1920px) {
  #section-6 .section-6-header .section-6-header__h1 {
    font-size: 2.6rem;
  }
}

.section-6-header__h2 {
  font-size: 1rem;
  line-height: 1.2;
  margin: 0.9rem 0 1.4rem 0;
  color: #d3a239;
}
@media screen and (min-width: 640px) {
  .section-6-header__h2 {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 768px) {
  .section-6-header__h2 {
    font-size: 2.16rem;
  }
}
@media screen and (min-width: 1280px) {
  .section-6-header__h2 {
    font-size: 0.66rem;
    line-height: 0.9;
  }
}
@media screen and (min-width: 1536px) {
  .section-6-header__h2 {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 1920px) {
  .section-6-header__h2 {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1280px) {
  .section-6-header__h2 {
    margin: 0.15vw 0 1.8% 0;
  }
}
@media screen and (min-width: 1920px) {
  .section-6-header__h2 {
    margin: 0.9rem 0 1.8% 0;
  }
}

.section-6-box {
  width: 73%;
  margin: 1.4rem auto;
  padding: 1.563rem 1.788rem 1.288rem 1.388rem;
  border-radius: 10px;
  background-color: #412828;
}
@media screen and (min-width: 640px) {
  .section-6-box {
    width: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .section-6-box {
    width: 12.5vw;
    padding: 1.33vw 1.13vw 1.05% 1.13vw;
  }
}
@media screen and (min-width: 1920px) {
  .section-6-box {
    width: 12.5vw;
  }
}
.section-6-box .section-6-box__header {
  margin: 1.344rem 3rem 1.344rem 0;
  font-family: "Roboto", sans-serif;
  font-size: 0.938rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.27;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  white-space: pre-wrap;
}
@media screen and (min-width: 1280px) {
  .section-6-box .section-6-box__header {
    font-size: 0.62rem;
    margin: 9.2% 0 1.2rem 0;
  }
}
@media screen and (min-width: 1536px) {
  .section-6-box .section-6-box__header {
    font-size: 0.82rem;
  }
}
@media screen and (min-width: 1920px) {
  .section-6-box .section-6-box__header {
    font-size: 0.938rem;
  }
}
.section-6-box .section-6-box__par {
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.39;
  letter-spacing: normal;
  text-align: left;
  color: #a49191;
}
@media screen and (min-width: 1280px) {
  .section-6-box .section-6-box__par {
    font-size: 0.5775rem;
  }
}
@media screen and (min-width: 1536px) {
  .section-6-box .section-6-box__par {
    font-size: 0.77rem;
  }
}
@media screen and (min-width: 1920px) {
  .section-6-box .section-6-box__par {
    font-size: 0.875rem;
  }
}

@media screen and (min-width: 1280px) {
  .section-6-box img {
    max-width: 3.64vw;
  }
}

#section-5 {
  width: 100%;
  background-color: #190a0a;
  padding: 3rem 4vw 0 4vw;
  border-top: 2px solid #423131;
}
@media screen and (min-width: 640px) {
  #section-5 {
    padding: 14vw 4vw 11vw 4vw;
  }
}
@media screen and (min-width: 1280px) {
  #section-5 {
    padding: 5% 15.5vw 0 15.5vw;
  }
}
@media screen and (min-width: 1536px) {
  #section-5 {
    padding: 5% 15.6vw 0 15.6vw;
  }
}
#section-5 .section-5__header-1 {
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  margin-bottom: 2.5rem;
  font-family: "Poppins", sans-serif;
  font-size: 2.188rem;
  font-weight: bold;
  line-height: 1.19;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 640px) {
  #section-5 .section-5__header-1 {
    font-size: 4rem;
    margin-bottom: 11vw;
  }
}
@media screen and (min-width: 768px) {
  #section-5 .section-5__header-1 {
    font-size: 4.68rem;
    margin-bottom: 11.5vw;
  }
}
@media screen and (min-width: 1280px) {
  #section-5 .section-5__header-1 {
    font-size: 1.9rem;
    margin-bottom: 4vw;
  }
}
@media screen and (min-width: 1536px) {
  #section-5 .section-5__header-1 {
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 1920px) {
  #section-5 .section-5__header-1 {
    font-size: 2.8rem;
  }
}
#section-5 .section-5__paragraph-1 {
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  margin-bottom: 0.8rem;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  color: #d9000d;
}
@media screen and (min-width: 640px) {
  #section-5 .section-5__paragraph-1 {
    font-size: 1.8rem;
    margin-bottom: 1.4rem;
  }
}
@media screen and (min-width: 768px) {
  #section-5 .section-5__paragraph-1 {
    font-size: 2.15rem;
    margin-bottom: 1.6rem;
  }
}
@media screen and (min-width: 1280px) {
  #section-5 .section-5__paragraph-1 {
    font-size: 0.68rem;
    margin-bottom: 0.2rem;
  }
}
@media screen and (min-width: 1536px) {
  #section-5 .section-5__paragraph-1 {
    font-size: 0.8rem;
  }
}
@media screen and (min-width: 1920px) {
  #section-5 .section-5__paragraph-1 {
    font-size: 1rem;
  }
}
#section-5 .section-5-course .innerWrap {
  padding: 2.6rem 0 2.6rem 0;
  border-radius: 10px;
  border: solid 1px #423131;
  background-color: #2d1a1a;
}
@media screen and (min-width: 640px) {
  #section-5 .section-5-course .innerWrap {
    padding: 11vw 0 6vw 0;
  }
}
@media screen and (min-width: 768px) {
  #section-5 .section-5-course .innerWrap {
    padding: 11vw 0 8vw 0;
  }
}
@media screen and (min-width: 1280px) {
  #section-5 .section-5-course .innerWrap {
    padding: 3vw 3.5vw 2.2vw 3.4vw;
  }
}
@media screen and (min-width: 1536px) {
  #section-5 .section-5-course .innerWrap {
    padding: 3.3vw 3.3vw 2.2vw 3.3vw;
  }
}
@media screen and (min-width: 1920px) {
  #section-5 .section-5-course .innerWrap {
    padding: 3.5vw 3.3vw 2.1vw 3.3vw;
  }
}
#section-5 .section-5-course .thirdSection {
  border-radius: 0 0 10px 10px;
  padding-bottom: 2.2rem;
  padding-top: 2.2rem;
}
@media screen and (min-width: 640px) {
  #section-5 .section-5-course .thirdSection {
    padding-top: 4.5rem;
    padding-bottom: 1rem;
  }
}
@media screen and (min-width: 768px) {
  #section-5 .section-5-course .thirdSection {
    padding-bottom: 4rem;
  }
}
@media screen and (min-width: 1280px) {
  #section-5 .section-5-course .thirdSection {
    border-radius: 10px;
    padding: 3vw 3.5vw 2.2vw 3.3vw;
  }
}
@media screen and (min-width: 1536px) {
  #section-5 .section-5-course .thirdSection {
    padding-bottom: 2vw;
    padding-top: 3.5vw;
  }
}
@media screen and (min-width: 1920px) {
  #section-5 .section-5-course .thirdSection {
    padding-top: 3.7vw;
  }
}
@media screen and (min-width: 640px) {
  #section-5 .section-5-course .thirdSection .section-5-course-header .header-group .section-5-course-header__desc {
    margin-bottom: 2.1rem;
  }
}
@media screen and (min-width: 768px) {
  #section-5 .section-5-course .thirdSection .section-5-course-header .header-group .section-5-course-header__desc {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 1280px) {
  #section-5 .section-5-course .thirdSection .section-5-course-header .header-group .section-5-course-header__desc {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 1536px) {
  #section-5 .section-5-course .thirdSection .section-5-course-header .header-group .section-5-course-header__desc {
    margin: 1.5rem 0 1.3rem 0;
  }
}
@media screen and (min-width: 1920px) {
  #section-5 .section-5-course .thirdSection .section-5-course-header .header-group .section-5-course-header__desc {
    margin: 1.9rem 0 1.6rem 0;
  }
}
@media screen and (min-width: 1536px) {
  #section-5 .section-5-course .thirdSection .section-5-course .section-5-course-bottom {
    margin-top: -0.2rem;
  }
}
@media screen and (min-width: 1280px) {
  #section-5 .section-5-course .thirdSection .section-5-course-sub-header {
    margin-bottom: 0.3rem;
  }
}
@media screen and (min-width: 1536px) {
  #section-5 .section-5-course .thirdSection .section-5-course-sub-header {
    margin-bottom: -0.5rem;
  }
}
@media screen and (min-width: 1920px) {
  #section-5 .section-5-course .thirdSection .section-5-course-sub-header {
    margin: 0;
  }
}
@media screen and (min-width: 1280px) {
  #section-5 .section-5-course .section-5-course-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.9rem;
  }
}
@media screen and (min-width: 1536px) {
  #section-5 .section-5-course .section-5-course-header {
    margin-bottom: 1rem;
  }
}
#section-5 .section-5-course .section-5-course-header .header-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1280px) {
  #section-5 .section-5-course .section-5-course-header .header-group {
    align-items: flex-start;
    max-width: 61%;
  }
}
#section-5 .section-5-course .section-5-course-header .header-group .section-5-course-header__title {
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  font-family: "Poppins", sans-serif;
  font-size: 2.188rem;
  font-weight: bold;
  line-height: 1.34;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 640px) {
  #section-5 .section-5-course .section-5-course-header .header-group .section-5-course-header__title {
    font-size: 4rem;
  }
}
@media screen and (min-width: 768px) {
  #section-5 .section-5-course .section-5-course-header .header-group .section-5-course-header__title {
    font-size: 4.7rem;
  }
}
@media screen and (min-width: 1280px) {
  #section-5 .section-5-course .section-5-course-header .header-group .section-5-course-header__title {
    text-align: left;
    font-size: 1.88rem;
  }
}
@media screen and (min-width: 1536px) {
  #section-5 .section-5-course .section-5-course-header .header-group .section-5-course-header__title {
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 1920px) {
  #section-5 .section-5-course .section-5-course-header .header-group .section-5-course-header__title {
    font-size: 2.8rem;
  }
}
#section-5 .section-5-course .section-5-course-header .header-group .section-5-course-header__desc {
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  padding: 0 8.7vw;
  margin-bottom: 1.6rem;
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.57;
  text-align: left;
  color: #a49191;
}
@media screen and (min-width: 640px) {
  #section-5 .section-5-course .section-5-course-header .header-group .section-5-course-header__desc {
    font-size: 1.58rem;
    margin-bottom: 2.6rem;
  }
}
@media screen and (min-width: 768px) {
  #section-5 .section-5-course .section-5-course-header .header-group .section-5-course-header__desc {
    font-size: 1.9rem;
  }
}
@media screen and (min-width: 1280px) {
  #section-5 .section-5-course .section-5-course-header .header-group .section-5-course-header__desc {
    padding: 0;
    font-size: 0.66rem;
    margin: 1.3rem 0 1rem 0;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1536px) {
  #section-5 .section-5-course .section-5-course-header .header-group .section-5-course-header__desc {
    font-size: 0.798rem;
    margin: 1.3rem 0 1.4rem 0;
  }
}
@media screen and (min-width: 1920px) {
  #section-5 .section-5-course .section-5-course-header .header-group .section-5-course-header__desc {
    font-size: 1rem;
    margin: 1.7rem 0 1.5rem 0;
  }
}
#section-5 .section-5-course .section-5-course-header .header-group .section-5-course__warning {
  padding: 0 8.7vw;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  margin-bottom: 1.2rem;
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 1.42;
  text-align: left;
  color: #d9000d;
}
@media screen and (min-width: 640px) {
  #section-5 .section-5-course .section-5-course-header .header-group .section-5-course__warning {
    font-size: 1.37rem;
  }
}
@media screen and (min-width: 768px) {
  #section-5 .section-5-course .section-5-course-header .header-group .section-5-course__warning {
    font-size: 1.62rem;
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 1280px) {
  #section-5 .section-5-course .section-5-course-header .header-group .section-5-course__warning {
    padding: 0;
    margin: 0;
    font-size: 0.5rem;
  }
}
@media screen and (min-width: 1536px) {
  #section-5 .section-5-course .section-5-course-header .header-group .section-5-course__warning {
    font-size: 0.6rem;
  }
}
@media screen and (min-width: 1920px) {
  #section-5 .section-5-course .section-5-course-header .header-group .section-5-course__warning {
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 640px) {
  #section-5 .section-5-course .section-5-course-sub-header {
    margin: 1rem 0 2rem 0;
  }
}
@media screen and (min-width: 1280px) {
  #section-5 .section-5-course .section-5-course-sub-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: -0.5rem 0 0 0;
  }
}
#section-5 .section-5-course .section-5-course-sub-header .section-5-course-sub-header__span-wrap {
  padding-bottom: 0.6rem;
  border-bottom: 1px solid #423131;
  margin: 0 2.2rem;
}
@media screen and (min-width: 640px) {
  #section-5 .section-5-course .section-5-course-sub-header .section-5-course-sub-header__span-wrap {
    padding-bottom: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  #section-5 .section-5-course .section-5-course-sub-header .section-5-course-sub-header__span-wrap {
    padding-bottom: 2rem;
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1280px) {
  #section-5 .section-5-course .section-5-course-sub-header .section-5-course-sub-header__span-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding-bottom: 0.4rem;
  }
}
@media screen and (min-width: 1536px) {
  #section-5 .section-5-course .section-5-course-sub-header .section-5-course-sub-header__span-wrap {
    margin-left: -0.1rem;
  }
}
#section-5 .section-5-course .section-5-course-sub-header .section-5-course-sub-header__span-wrap .section-5-course-sub-header__span-group {
  margin-left: 0.3rem;
}
@media screen and (min-width: 640px) {
  #section-5 .section-5-course .section-5-course-sub-header .section-5-course-sub-header__span-wrap .section-5-course-sub-header__span-group {
    margin-left: -2rem;
  }
}
@media screen and (min-width: 1280px) {
  #section-5 .section-5-course .section-5-course-sub-header .section-5-course-sub-header__span-wrap .section-5-course-sub-header__span-group {
    margin-left: 0.3rem;
  }
}
#section-5 .section-5-course .section-5-course-sub-header .section-5-course-sub-header__span-wrap img {
  max-width: 1.688rem;
  margin-right: 0.3rem;
}
@media screen and (min-width: 640px) {
  #section-5 .section-5-course .section-5-course-sub-header .section-5-course-sub-header__span-wrap img {
    max-width: 2.8rem;
  }
}
@media screen and (min-width: 768px) {
  #section-5 .section-5-course .section-5-course-sub-header .section-5-course-sub-header__span-wrap img {
    max-width: 3rem;
  }
}
@media screen and (min-width: 1280px) {
  #section-5 .section-5-course .section-5-course-sub-header .section-5-course-sub-header__span-wrap img {
    max-width: 1.4rem;
    margin-right: 0.2rem;
  }
}
@media screen and (min-width: 1536px) {
  #section-5 .section-5-course .section-5-course-sub-header .section-5-course-sub-header__span-wrap img {
    max-width: 1.7rem;
    margin-right: 0.28rem;
  }
}
@media screen and (min-width: 1920px) {
  #section-5 .section-5-course .section-5-course-sub-header .section-5-course-sub-header__span-wrap img {
    max-width: 2.1rem;
  }
}
#section-5 .section-5-course .section-5-course-sub-header .section-5-course-sub-header__span-wrap .pair-one {
  margin-left: -0.5rem;
}
@media screen and (min-width: 640px) {
  #section-5 .section-5-course .section-5-course-sub-header .section-5-course-sub-header__span-wrap .pair-one {
    margin: 0 0 0 -1.5rem;
  }
}
@media screen and (min-width: 1280px) {
  #section-5 .section-5-course .section-5-course-sub-header .section-5-course-sub-header__span-wrap .pair-one {
    margin: 0 0 0 -0.2rem;
  }
}
#section-5 .section-5-course .section-5-course-sub-header .section-5-course-sub-header__span-wrap .pair-two {
  margin-left: -0.5rem;
}
@media screen and (min-width: 640px) {
  #section-5 .section-5-course .section-5-course-sub-header .section-5-course-sub-header__span-wrap .pair-two {
    margin: 0 0.7rem 0 1.3rem;
  }
}
@media screen and (min-width: 1536px) {
  #section-5 .section-5-course .section-5-course-sub-header .section-5-course-sub-header__span-wrap .pair-two {
    margin: 0 0.9rem 0 1.7rem;
  }
}
@media screen and (min-width: 1920px) {
  #section-5 .section-5-course .section-5-course-sub-header .section-5-course-sub-header__span-wrap .pair-two {
    margin: 0 2rem 0 2.6rem;
  }
}
#section-5 .section-5-course .section-5-course-sub-header .section-5-course-sub-header__span-wrap .section-5-course-sub-header__span {
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  font-family: "Roboto", sans-serif;
  font-size: 0.563rem;
  font-weight: normal;
  line-height: 1.67;
  text-align: left;
  color: #a49191;
}
@media screen and (min-width: 640px) {
  #section-5 .section-5-course .section-5-course-sub-header .section-5-course-sub-header__span-wrap .section-5-course-sub-header__span {
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) {
  #section-5 .section-5-course .section-5-course-sub-header .section-5-course-sub-header__span-wrap .section-5-course-sub-header__span {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1280px) {
  #section-5 .section-5-course .section-5-course-sub-header .section-5-course-sub-header__span-wrap .section-5-course-sub-header__span {
    white-space: nowrap;
    font-size: 0.54rem;
  }
}
@media screen and (min-width: 1536px) {
  #section-5 .section-5-course .section-5-course-sub-header .section-5-course-sub-header__span-wrap .section-5-course-sub-header__span {
    font-size: 0.65rem;
  }
}
@media screen and (min-width: 1920px) {
  #section-5 .section-5-course .section-5-course-sub-header .section-5-course-sub-header__span-wrap .section-5-course-sub-header__span {
    font-size: 0.8rem;
  }
}
@media screen and (min-width: 1280px) {
  #section-5 .section-5-course .section-5-course-sub-header .section-5-course-sub-header__span-wrap .span-1 {
    padding-right: 0.7rem;
    border-right: solid 1px #423131;
  }
}
#section-5 .section-5-course .section-5-course-sub-header .section-5-course-sub-header__span-wrap .span-2 {
  padding-right: 1.3rem;
  border-right: solid 1px #a49191;
}
@media screen and (min-width: 640px) {
  #section-5 .section-5-course .section-5-course-sub-header .section-5-course-sub-header__span-wrap .span-2 {
    padding-right: 2.5rem;
  }
}
@media screen and (min-width: 1280px) {
  #section-5 .section-5-course .section-5-course-sub-header .section-5-course-sub-header__span-wrap .span-2 {
    border-color: #423131;
    padding-right: 1.95rem;
  }
}
@media screen and (min-width: 1536px) {
  #section-5 .section-5-course .section-5-course-sub-header .section-5-course-sub-header__span-wrap .span-2 {
    padding-right: 2.3rem;
  }
}
#section-5 .section-5-course .section-5-course-sub-header .section-5-course-sub-header__demo {
  max-width: 17.625rem;
  padding: 0.8rem;
  margin: 1.5rem auto 0.8rem auto;
  border-radius: 1.5px;
  background-color: #d3a239;
}
@media screen and (min-width: 640px) {
  #section-5 .section-5-course .section-5-course-sub-header .section-5-course-sub-header__demo {
    margin: 2.5rem 6vw 0.8rem 6vw;
    padding: 1.36rem;
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) {
  #section-5 .section-5-course .section-5-course-sub-header .section-5-course-sub-header__demo {
    padding: 2rem;
  }
}
@media screen and (min-width: 1280px) {
  #section-5 .section-5-course .section-5-course-sub-header .section-5-course-sub-header__demo {
    margin: 0;
    padding: 0.6rem 0;
    width: 33.3%;
  }
}
@media screen and (min-width: 1536px) {
  #section-5 .section-5-course .section-5-course-sub-header .section-5-course-sub-header__demo {
    max-width: 100%;
  }
}
@media screen and (min-width: 1920px) {
  #section-5 .section-5-course .section-5-course-sub-header .section-5-course-sub-header__demo {
    padding: 1rem;
  }
}
#section-5 .section-5-course .section-5-course-sub-header .section-5-course-sub-header__demo .section-5-course-sub-header__demo__span {
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 1.42;
  color: #fff;
}
@media screen and (min-width: 640px) {
  #section-5 .section-5-course .section-5-course-sub-header .section-5-course-sub-header__demo .section-5-course-sub-header__demo__span {
    font-size: 1.37rem;
  }
}
@media screen and (min-width: 768px) {
  #section-5 .section-5-course .section-5-course-sub-header .section-5-course-sub-header__demo .section-5-course-sub-header__demo__span {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1280px) {
  #section-5 .section-5-course .section-5-course-sub-header .section-5-course-sub-header__demo .section-5-course-sub-header__demo__span {
    font-size: 0.55rem;
    margin: 0 0 0 -0.2rem;
  }
}
@media screen and (min-width: 1536px) {
  #section-5 .section-5-course .section-5-course-sub-header .section-5-course-sub-header__demo .section-5-course-sub-header__demo__span {
    font-size: 0.65rem;
  }
}
@media screen and (min-width: 1920px) {
  #section-5 .section-5-course .section-5-course-sub-header .section-5-course-sub-header__demo .section-5-course-sub-header__demo__span {
    font-size: 0.81rem;
    margin: 0 0.4rem 0 -0.7rem;
  }
}
#section-5 .section-5-course .section-5-course-sub-header .section-5-course-sub-header__demo .section-5-course-sub-header__demo__arrow {
  height: 0px;
  width: 0px;
  border: 0.375rem solid;
  border-color: #fff #fff transparent transparent;
  transform: rotate(45deg);
}
@media screen and (min-width: 640px) {
  #section-5 .section-5-course .section-5-course-sub-header .section-5-course-sub-header__demo .section-5-course-sub-header__demo__arrow {
    border-width: 0.8rem;
  }
}
@media screen and (min-width: 768px) {
  #section-5 .section-5-course .section-5-course-sub-header .section-5-course-sub-header__demo .section-5-course-sub-header__demo__arrow {
    border-width: 0.9rem;
    margin-left: 0.5rem;
  }
}
@media screen and (min-width: 1280px) {
  #section-5 .section-5-course .section-5-course-sub-header .section-5-course-sub-header__demo .section-5-course-sub-header__demo__arrow {
    border-width: 0.33rem;
    margin-left: 1rem;
  }
}
@media screen and (min-width: 1536px) {
  #section-5 .section-5-course .section-5-course-sub-header .section-5-course-sub-header__demo .section-5-course-sub-header__demo__arrow {
    border-width: 0.4rem;
  }
}
@media screen and (min-width: 1920px) {
  #section-5 .section-5-course .section-5-course-sub-header .section-5-course-sub-header__demo .section-5-course-sub-header__demo__arrow {
    border-width: 0.45rem;
  }
}
#section-5 .section-5-course .section-5-course-bottom {
  padding: 0 6vw;
}
@media screen and (min-width: 1280px) {
  #section-5 .section-5-course .section-5-course-bottom {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1280px) {
  #section-5 .section-5-course .section-5-course-bottom .section-5-course-bottom-section-one {
    max-width: 62%;
    flex-basis: 70%;
  }
}
@media screen and (min-width: 1536px) {
  #section-5 .section-5-course .section-5-course-bottom .section-5-course-bottom-section-one {
    max-width: 62%;
    flex-basis: 80%;
  }
}
@media screen and (min-width: 1920px) {
  #section-5 .section-5-course .section-5-course-bottom .section-5-course-bottom-section-one {
    max-width: 62.5%;
    flex-basis: 82%;
  }
}
#section-5 .section-5-course .section-5-course-bottom .section-5-course-bottom-section-one .section-5-course-bottom-section-one__h2 {
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  font-family: "Poppins", sans-serif;
  font-size: 0.938rem;
  font-weight: bold;
  line-height: 3.13;
  text-align: left;
  color: #fff;
}
@media screen and (min-width: 640px) {
  #section-5 .section-5-course .section-5-course-bottom .section-5-course-bottom-section-one .section-5-course-bottom-section-one__h2 {
    font-size: 1.65rem;
  }
}
@media screen and (min-width: 768px) {
  #section-5 .section-5-course .section-5-course-bottom .section-5-course-bottom-section-one .section-5-course-bottom-section-one__h2 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1280px) {
  #section-5 .section-5-course .section-5-course-bottom .section-5-course-bottom-section-one .section-5-course-bottom-section-one__h2 {
    font-size: 0.8rem;
    margin-top: 0.2rem;
  }
}
@media screen and (min-width: 1536px) {
  #section-5 .section-5-course .section-5-course-bottom .section-5-course-bottom-section-one .section-5-course-bottom-section-one__h2 {
    font-size: 0.98rem;
    margin-top: 0.6rem;
  }
}
@media screen and (min-width: 1920px) {
  #section-5 .section-5-course .section-5-course-bottom .section-5-course-bottom-section-one .section-5-course-bottom-section-one__h2 {
    font-size: 1.25rem;
    margin-top: 0.6rem;
  }
}
#section-5 .section-5-course .section-5-course-bottom .carousel-container {
  margin: 1rem 0 2.5rem -0.5rem;
  max-width: 42rem;
}
@media screen and (min-width: 768px) {
  #section-5 .section-5-course .section-5-course-bottom .carousel-container {
    margin: 1rem 0 4rem -0.5rem;
  }
}
@media screen and (min-width: 1024px) {
  #section-5 .section-5-course .section-5-course-bottom .carousel-container {
    max-width: 100%;
  }
}
@media screen and (min-width: 1280px) {
  #section-5 .section-5-course .section-5-course-bottom .carousel-container {
    margin: 0 0 0 -0.3rem;
  }
}
@media screen and (min-width: 1536px) {
  #section-5 .section-5-course .section-5-course-bottom .carousel-container {
    margin-left: -0.3rem;
    max-width: 100%;
  }
}
@media screen and (min-width: 1920px) {
  #section-5 .section-5-course .section-5-course-bottom .carousel-container {
    margin-top: -0.1rem;
  }
}
#section-5 .section-5-course .section-5-course-bottom .carousel-container .section-7-youtube-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#section-5 .section-5-course .section-5-course-bottom .carousel-container .section-7-youtube-box .section-7-youtube-box__cover {
  margin-bottom: 0.5rem;
  border-radius: 11px;
  background-color: #412828;
  height: 100px;
  width: 100px;
}
@media screen and (min-width: 640px) {
  #section-5 .section-5-course .section-5-course-bottom .carousel-container .section-7-youtube-box .section-7-youtube-box__cover {
    height: 27vw;
    width: 27vw;
    margin-bottom: 1.5rem;
    border-radius: 20px;
  }
}
@media screen and (min-width: 1280px) {
  #section-5 .section-5-course .section-5-course-bottom .carousel-container .section-7-youtube-box .section-7-youtube-box__cover {
    height: 5.2vw;
    width: 5.2vw;
    margin-bottom: 0.6rem;
    border-radius: 11px;
  }
}
@media screen and (min-width: 1920px) {
  #section-5 .section-5-course .section-5-course-bottom .carousel-container .section-7-youtube-box .section-7-youtube-box__cover {
    margin-bottom: 0.7rem;
  }
}
#section-5 .section-5-course .section-5-course-bottom .carousel-container .section-7-youtube-box .section-7-youtube-box__p {
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  font-family: "Roboto", sans-serif;
  font-size: 0.625rem;
  font-weight: normal;
  line-height: 2.2;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 640px) {
  #section-5 .section-5-course .section-5-course-bottom .carousel-container .section-7-youtube-box .section-7-youtube-box__p {
    font-size: 1.15rem;
  }
}
@media screen and (min-width: 768px) {
  #section-5 .section-5-course .section-5-course-bottom .carousel-container .section-7-youtube-box .section-7-youtube-box__p {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 1280px) {
  #section-5 .section-5-course .section-5-course-bottom .carousel-container .section-7-youtube-box .section-7-youtube-box__p {
    font-size: 0.3rem;
    line-height: 1.5;
    max-width: 90%;
  }
}
@media screen and (min-width: 1536px) {
  #section-5 .section-5-course .section-5-course-bottom .carousel-container .section-7-youtube-box .section-7-youtube-box__p {
    font-size: 0.45rem;
    max-width: 95%;
  }
}
@media screen and (min-width: 1920px) {
  #section-5 .section-5-course .section-5-course-bottom .carousel-container .section-7-youtube-box .section-7-youtube-box__p {
    font-size: 0.62rem;
  }
}
#section-5 .section-5-course .section-5-course-bottom .carouselFirst {
  max-width: 23rem;
}
@media screen and (min-width: 640px) {
  #section-5 .section-5-course .section-5-course-bottom .carouselFirst {
    max-width: 100%;
  }
}
@media screen and (min-width: 1280px) {
  #section-5 .section-5-course .section-5-course-bottom .carouselFirst {
    width: 51%;
  }
}
@media screen and (min-width: 1536px) {
  #section-5 .section-5-course .section-5-course-bottom .carouselFirst {
    margin-left: -0.5rem;
    width: 50%;
  }
}
@media screen and (min-width: 1280px) {
  #section-5 .section-5-course .section-5-course-bottom .carouselSecond {
    min-width: 31rem;
  }
}
@media screen and (min-width: 1920px) {
  #section-5 .section-5-course .section-5-course-bottom .carouselSecond {
    min-width: 47rem;
  }
}
#section-5 .section-5-course .section-5-course-bottom-section-two {
  padding: 0 6vw;
}
@media screen and (min-width: 640px) {
  #section-5 .section-5-course .section-5-course-bottom-section-two {
    padding: 3rem 6vw;
  }
}
@media screen and (min-width: 1280px) {
  #section-5 .section-5-course .section-5-course-bottom-section-two {
    padding: 0;
  }
}
@media screen and (min-width: 1280px) {
  #section-5 .section-5-course .section-5-course-bottom-section-two .footer-group {
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    margin-bottom: -2.5rem;
  }
}
@media screen and (min-width: 1536px) {
  #section-5 .section-5-course .section-5-course-bottom-section-two .footer-group {
    margin-bottom: -2.7rem;
  }
}
@media screen and (min-width: 1280px) {
  #section-5 .section-5-course .section-5-course-bottom-section-two .footer-group .section-5-course-bottom-section-two-prices {
    margin-bottom: -0.2rem;
  }
}
#section-5 .section-5-course .section-5-course-bottom-section-two .footer-group .section-5-course-bottom-section-two-prices .section-5-course-bottom-section-two-prices__price-one {
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  margin-right: 1rem;
  font-family: "Poppins", sans-serif;
  font-size: 2.063rem;
  font-weight: 600;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 640px) {
  #section-5 .section-5-course .section-5-course-bottom-section-two .footer-group .section-5-course-bottom-section-two-prices .section-5-course-bottom-section-two-prices__price-one {
    font-size: 3.6rem;
    margin-right: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  #section-5 .section-5-course .section-5-course-bottom-section-two .footer-group .section-5-course-bottom-section-two-prices .section-5-course-bottom-section-two-prices__price-one {
    font-size: 4.5rem;
  }
}
@media screen and (min-width: 1280px) {
  #section-5 .section-5-course .section-5-course-bottom-section-two .footer-group .section-5-course-bottom-section-two-prices .section-5-course-bottom-section-two-prices__price-one {
    font-size: 1.38rem;
    margin-right: 0.6rem;
  }
}
@media screen and (min-width: 1536px) {
  #section-5 .section-5-course .section-5-course-bottom-section-two .footer-group .section-5-course-bottom-section-two-prices .section-5-course-bottom-section-two-prices__price-one {
    font-size: 1.6rem;
    margin-right: 0.9rem;
  }
}
@media screen and (min-width: 1920px) {
  #section-5 .section-5-course .section-5-course-bottom-section-two .footer-group .section-5-course-bottom-section-two-prices .section-5-course-bottom-section-two-prices__price-one {
    font-size: 2rem;
    margin-right: 0.8rem;
  }
}
#section-5 .section-5-course .section-5-course-bottom-section-two .footer-group .section-5-course-bottom-section-two-prices .section-5-course-bottom-section-two-prices__price-two {
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  font-family: "Poppins", sans-serif;
  font-size: 1.625rem;
  font-weight: 600;
  text-align: center;
  color: #a49191;
}
@media screen and (min-width: 640px) {
  #section-5 .section-5-course .section-5-course-bottom-section-two .footer-group .section-5-course-bottom-section-two-prices .section-5-course-bottom-section-two-prices__price-two {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 768px) {
  #section-5 .section-5-course .section-5-course-bottom-section-two .footer-group .section-5-course-bottom-section-two-prices .section-5-course-bottom-section-two-prices__price-two {
    font-size: 3.5rem;
  }
}
@media screen and (min-width: 1280px) {
  #section-5 .section-5-course .section-5-course-bottom-section-two .footer-group .section-5-course-bottom-section-two-prices .section-5-course-bottom-section-two-prices__price-two {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 1536px) {
  #section-5 .section-5-course .section-5-course-bottom-section-two .footer-group .section-5-course-bottom-section-two-prices .section-5-course-bottom-section-two-prices__price-two {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1920px) {
  #section-5 .section-5-course .section-5-course-bottom-section-two .footer-group .section-5-course-bottom-section-two-prices .section-5-course-bottom-section-two-prices__price-two {
    font-size: 1.6rem;
  }
}
#section-5 .section-5-course .section-5-course-bottom-section-two .footer-group .section-5-course-bottom-section-two-footer {
  margin: 1rem 0 1.2rem 0;
}
@media screen and (min-width: 1280px) {
  #section-5 .section-5-course .section-5-course-bottom-section-two .footer-group .section-5-course-bottom-section-two-footer {
    order: 1;
    flex-basis: 100%;
    margin: 0.8rem 0 0 0;
  }
}
#section-5 .section-5-course .section-5-course-bottom-section-two .footer-group .section-5-course-bottom-section-two-footer .section-5-course-bottom-section-two-footer__span1 {
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  margin: 0 0.5rem -0.7rem 0;
  font-family: "Roboto", sans-serif;
  font-size: 0.76rem;
  font-weight: normal;
  line-height: 1.83;
  color: #fff;
}
@media screen and (min-width: 640px) {
  #section-5 .section-5-course .section-5-course-bottom-section-two .footer-group .section-5-course-bottom-section-two-footer .section-5-course-bottom-section-two-footer__span1 {
    font-size: 1.3rem;
    margin: 0 0.5rem -1.155rem 0;
  }
}
@media screen and (min-width: 768px) {
  #section-5 .section-5-course .section-5-course-bottom-section-two .footer-group .section-5-course-bottom-section-two-footer .section-5-course-bottom-section-two-footer__span1 {
    font-size: 1.65rem;
  }
}
@media screen and (min-width: 1280px) {
  #section-5 .section-5-course .section-5-course-bottom-section-two .footer-group .section-5-course-bottom-section-two-footer .section-5-course-bottom-section-two-footer__span1 {
    font-size: 0.5rem;
    margin: 0 0.2rem -0.4rem auto;
  }
}
@media screen and (min-width: 1536px) {
  #section-5 .section-5-course .section-5-course-bottom-section-two .footer-group .section-5-course-bottom-section-two-footer .section-5-course-bottom-section-two-footer__span1 {
    font-size: 0.6rem;
    margin: 0 0.2rem -1.3rem auto;
  }
}
@media screen and (min-width: 1920px) {
  #section-5 .section-5-course .section-5-course-bottom-section-two .footer-group .section-5-course-bottom-section-two-footer .section-5-course-bottom-section-two-footer__span1 {
    font-size: 0.74rem;
    margin: 0 0.4rem -2.5rem auto;
  }
}
#section-5 .section-5-course .section-5-course-bottom-section-two .footer-group .section-5-course-bottom-section-two-footer img {
  width: 3.2rem;
}
@media screen and (min-width: 640px) {
  #section-5 .section-5-course .section-5-course-bottom-section-two .footer-group .section-5-course-bottom-section-two-footer img {
    width: 5.2rem;
  }
}
@media screen and (min-width: 768px) {
  #section-5 .section-5-course .section-5-course-bottom-section-two .footer-group .section-5-course-bottom-section-two-footer img {
    width: 6.5rem;
  }
}
@media screen and (min-width: 1280px) {
  #section-5 .section-5-course .section-5-course-bottom-section-two .footer-group .section-5-course-bottom-section-two-footer img {
    width: 3.2rem;
  }
}
@media screen and (min-width: 1536px) {
  #section-5 .section-5-course .section-5-course-bottom-section-two .footer-group .section-5-course-bottom-section-two-footer img {
    width: 2.5rem;
    margin-bottom: -0.8rem;
  }
}
@media screen and (min-width: 1920px) {
  #section-5 .section-5-course .section-5-course-bottom-section-two .footer-group .section-5-course-bottom-section-two-footer img {
    width: 3.2rem;
    margin-bottom: -1.8rem;
  }
}
#section-5 .section-5-course .section-5-course-bottom-section-two .footer-group .section-5-course-bottom-section-two-prices__button {
  width: 202px;
  height: 45px;
  margin: 1rem auto;
  padding: 0.875rem 3.938rem 0.813rem;
  border-radius: 1.5px;
  font-size: 0.938rem;
  font-family: "Roboto", sans-serif;
  background-color: #d9000d;
  color: #fff;
  white-space: nowrap;
  background-color: #d9000d;
  margin: 1.25rem auto 0 auto;
  width: 175px;
  height: 55px;
  font-size: 1rem;
}
@media screen and (min-width: 640px) {
  #section-5 .section-5-course .section-5-course-bottom-section-two .footer-group .section-5-course-bottom-section-two-prices__button {
    font-size: 1.8rem;
    width: 74%;
    height: 16vw;
    margin-top: 2.25rem;
  }
}
@media screen and (min-width: 768px) {
  #section-5 .section-5-course .section-5-course-bottom-section-two .footer-group .section-5-course-bottom-section-two-prices__button {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 1280px) {
  #section-5 .section-5-course .section-5-course-bottom-section-two .footer-group .section-5-course-bottom-section-two-prices__button {
    margin: 0 0 0 1.5rem;
    font-size: 0.7rem;
    width: 7.5rem;
    padding: 0.8rem 0;
    height: auto;
  }
}
@media screen and (min-width: 1536px) {
  #section-5 .section-5-course .section-5-course-bottom-section-two .footer-group .section-5-course-bottom-section-two-prices__button {
    font-size: 0.8rem;
    width: 8.8rem;
    margin: 0 0 0 2.1rem;
    padding: 1rem 0;
  }
}
@media screen and (min-width: 1920px) {
  #section-5 .section-5-course .section-5-course-bottom-section-two .footer-group .section-5-course-bottom-section-two-prices__button {
    font-size: 1rem;
    width: 11.2rem;
    margin: 0 0 0 2.55rem;
    padding: 1.2rem 0;
  }
}
#section-5 .section-5-course .section-5-course-bottom-section-two .footer-group .yellow {
  background-color: #d3a239;
}
#section-5 .section-5-course .sectionTwoMargin {
  margin-top: -1rem;
}
#section-5 .courseCarouselIcon {
  max-width: 60px;
}
@media screen and (min-width: 640px) {
  #section-5 .courseCarouselIcon {
    max-width: 17vw;
  }
}
@media screen and (min-width: 1280px) {
  #section-5 .courseCarouselIcon {
    max-width: 3vw;
  }
}
#section-5 .bigSlideImage {
  max-width: 18vw;
}
@media screen and (min-width: 1280px) {
  #section-5 .bigSlideImage {
    max-width: 3.5vw;
  }
}
#section-5 .carousel__slide {
  align-items: flex-start;
}
#section-5 .carousel__prev {
  background-color: transparent;
  margin: -1vw 0 0 -0.6vw;
}
@media screen and (min-width: 1536px) {
  #section-5 .carousel__prev {
    margin-top: -1.25vw;
  }
}
@media screen and (min-width: 1920px) {
  #section-5 .carousel__prev {
    margin: -1.1vw 0 0 -0.8vw;
  }
}
@media screen and (min-width: 2200px) {
  #section-5 .carousel__prev {
    margin-top: -0.5rem;
  }
}
#section-5 .carousel__prev img {
  width: 50%;
}
@media screen and (min-width: 1536px) {
  #section-5 .carousel__prev img {
    width: 60%;
  }
}
@media screen and (min-width: 1920px) {
  #section-5 .carousel__prev img {
    width: 90%;
  }
}
#section-5 .carousel__next {
  background-color: transparent;
  margin: -1vw -1.6vw 0 0;
}
@media screen and (min-width: 1536px) {
  #section-5 .carousel__next {
    margin: -1.25vw -2vw 0 0;
  }
}
@media screen and (min-width: 1920px) {
  #section-5 .carousel__next {
    margin: -1.1vw -1.6vw 0 0;
  }
}
@media screen and (min-width: 2200px) {
  #section-5 .carousel__next {
    margin-top: -0.5rem;
  }
}
#section-5 .carousel__next img {
  transform: rotate(180deg);
  width: 50%;
}
@media screen and (min-width: 1536px) {
  #section-5 .carousel__next img {
    width: 60%;
  }
}
@media screen and (min-width: 1920px) {
  #section-5 .carousel__next img {
    width: 90%;
  }
}
#section-5 .pdfFix {
  max-width: 47px;
}
@media screen and (min-width: 640px) {
  #section-5 .pdfFix {
    max-width: 12vw;
  }
}
@media screen and (min-width: 1280px) {
  #section-5 .pdfFix {
    max-width: 2.4vw;
  }
}
#section-5 .guitarFix {
  max-width: 80px;
}
@media screen and (min-width: 1024px) {
  #section-5 .guitarFix {
    max-width: 18vw;
  }
}
@media screen and (min-width: 1280px) {
  #section-5 .guitarFix {
    max-width: 4vw;
  }
}
@media screen and (min-width: 1920px) {
  #section-5 .guitarFix {
    max-width: 4.2vw;
  }
}
#section-5 .mainImg {
  margin: -0.8rem 0 1.2rem 0;
}
@media screen and (min-width: 1280px) {
  #section-5 .mainImg {
    margin: 0;
  }
}
#section-5 .imgOne {
  margin-bottom: 0.4rem;
  max-width: 270px;
}
@media screen and (min-width: 640px) {
  #section-5 .imgOne {
    max-width: 500px;
    width: 500px;
    margin-top: -1.5rem;
  }
}
@media screen and (min-width: 768px) {
  #section-5 .imgOne {
    max-width: 600px;
    width: 600px;
  }
}
@media screen and (min-width: 1280px) {
  #section-5 .imgOne {
    max-width: 200px;
    max-height: 180px;
    margin: -1rem 2rem 0 0;
  }
}
@media screen and (min-width: 1536px) {
  #section-5 .imgOne {
    max-width: 250px;
    max-height: 220px;
    margin: -2.2rem 2.6rem 0 0;
  }
}
@media screen and (min-width: 1920px) {
  #section-5 .imgOne {
    max-width: 320px;
    max-height: 270px;
    margin: -3rem 3.5rem 0 0;
  }
}
#section-5 .imgTwo {
  max-width: 330px;
}
@media screen and (min-width: 640px) {
  #section-5 .imgTwo {
    width: 580px;
    max-width: 580px;
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 768px) {
  #section-5 .imgTwo {
    width: 700px;
    max-width: 700px;
  }
}
@media screen and (min-width: 1280px) {
  #section-5 .imgTwo {
    max-width: 320px;
    margin: -3.5rem -2rem 0 0;
  }
}
@media screen and (min-width: 1536px) {
  #section-5 .imgTwo {
    max-width: 380px;
    margin: -4.5rem -2.5rem 0 0;
  }
}
@media screen and (min-width: 1920px) {
  #section-5 .imgTwo {
    max-width: 480px;
    margin: -5.7rem -3.2rem 0 0;
  }
}
#section-5 .imgThree {
  margin: 1rem 0 2.3rem 0;
  max-width: 330px;
}
@media screen and (min-width: 640px) {
  #section-5 .imgThree {
    margin: 1rem 0 5.3rem 0;
    width: 580px;
    max-width: 580px;
  }
}
@media screen and (min-width: 768px) {
  #section-5 .imgThree {
    width: 700px;
    max-width: 700px;
    margin: 1rem 0 7rem 0;
  }
}
@media screen and (min-width: 1280px) {
  #section-5 .imgThree {
    max-width: 320px;
    margin: -1.5rem -1.8rem 0 0;
  }
}
@media screen and (min-width: 1536px) {
  #section-5 .imgThree {
    max-width: 390px;
    margin: -1.8rem -3.2rem 0 0;
  }
}
@media screen and (min-width: 1920px) {
  #section-5 .imgThree {
    max-width: 480px;
    margin: -2.5rem -3.2rem 0 0;
  }
}
#section-5 .secondCoursePrices {
  margin-top: 3rem;
  margin-bottom: -0.5rem;
}
@media screen and (min-width: 640px) {
  #section-5 .secondCoursePrices {
    margin: 0;
  }
}
@media screen and (min-width: 1280px) {
  #section-5 .secondCoursePrices {
    margin-bottom: -0.5rem;
  }
}
#section-5 .pro-header {
  padding: 0.9rem;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  border-radius: 12px 12px 0 0;
  background-color: #d3a239;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: bold;
  line-height: 0.9;
  color: #fff;
}
@media screen and (min-width: 640px) {
  #section-5 .pro-header {
    font-size: 1.8rem;
    padding: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  #section-5 .pro-header {
    font-size: 2.1rem;
    padding: 2.1rem;
  }
}
@media screen and (min-width: 1280px) {
  #section-5 .pro-header {
    margin-left: 2.8rem;
    max-width: 16.5%;
    font-size: 0.65rem;
    padding: 0.7rem;
  }
}
@media screen and (min-width: 1536px) {
  #section-5 .pro-header {
    margin-left: 3.2rem;
    max-width: 16.7%;
    font-size: 0.8rem;
    padding: 0.8rem;
  }
}
@media screen and (min-width: 1920px) {
  #section-5 .pro-header {
    margin-left: 4rem;
    max-width: 16.8%;
    font-size: 1rem;
    padding: 1rem;
  }
}

#bigImageContainer {
  height: 100vh;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  width: 100vw;
}
@media screen and (max-width: 1023px) {
  #bigImageContainer {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
#bigImageContainer #closeButton {
  position: fixed;
  top: 20vh;
  right: 15vw;
}
@media screen and (min-width: 640px) {
  #bigImageContainer #closeButton {
    top: 10vh;
  }
}
#bigImageContainer #bigImage {
  border-radius: 20px;
  width: 40%;
  margin: auto;
  margin-top: 18vh;
}
@media screen and (max-width: 640px) {
  #bigImageContainer #bigImage {
    margin: 0;
    width: 70%;
  }
}

#section-5 .courseMargin {
  margin: 14vw 0 13vw 0;
}
@media screen and (min-width: 640px) {
  #section-5 .courseMargin {
    margin: 14vw 0 11.2vw 0;
  }
}
@media screen and (min-width: 768px) {
  #section-5 .courseMargin {
    margin: 14vw 0 11vw 0;
  }
}
@media screen and (min-width: 1280px) {
  #section-5 .courseMargin {
    margin: 2.5vw 0 2vw 0;
    padding-top: 1vw;
  }
}
@media screen and (min-width: 1536px) {
  #section-5 .courseMargin {
    margin: 2.6vw 0 2vw 0;
  }
}
@media screen and (min-width: 1920px) {
  #section-5 .courseMargin {
    margin: 2.65vw 0 2vw 0;
  }
}
@media screen and (min-width: 640px) {
  #section-5 .courseMargin .section-5-course-header .header-group .section-5-course-header__desc {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  #section-5 .courseMargin .section-5-course-header .header-group .section-5-course-header__desc {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 1280px) {
  #section-5 .courseMargin .section-5-course-header .header-group .section-5-course-header__desc {
    margin: 0.2rem 0 0 0;
  }
}
@media screen and (min-width: 1280px) {
  #section-5 .courseMargin .section-5-course-bottom-section-two .footer-group {
    margin-bottom: -3.5rem;
  }
}

#compare-packages {
  background-color: #190a0a;
  padding: 2.19rem 0.875rem;
}
@media screen and (min-width: 768px) {
  #compare-packages {
    padding: 2.19rem 20%;
  }
}
@media screen and (min-width: 1280px) {
  #compare-packages {
    padding: 3.8% 13% 4.6% 15.3%;
  }
}
#compare-packages h2 {
  font-size: 2.19rem;
  line-height: 1.19;
  margin-bottom: 2rem;
}
@media screen and (min-width: 640px) {
  #compare-packages h2 {
    font-size: 3.94rem;
  }
}
@media screen and (min-width: 768px) {
  #compare-packages h2 {
    font-size: 4.73rem;
  }
}
@media screen and (min-width: 1280px) {
  #compare-packages h2 {
    font-size: 1.85rem;
    line-height: 1.467;
    letter-spacing: 0.5px;
    word-spacing: -5px;
  }
}
@media screen and (min-width: 1536px) {
  #compare-packages h2 {
    word-spacing: -6px;
    font-size: 2.46rem;
  }
}
@media screen and (min-width: 1920px) {
  #compare-packages h2 {
    font-size: 2.81rem;
    word-spacing: -8px;
  }
}
@media screen and (min-width: 1920px) {
  #compare-packages h2 {
    margin-bottom: 3.7rem;
  }
}
@media screen and (min-width: 1280px) {
  #compare-packages h2:after {
    position: absolute;
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 3.7%;
    border-top: 2px solid #423131;
    width: 28.3%;
  }
}

.section-6__packages-holder .package-for-compare {
  background-color: #2d1a1a;
  border-radius: 10px;
  margin-bottom: 39px;
  overflow: hidden;
  padding-bottom: 2.13rem;
}
@media screen and (min-width: 1024px) {
  .section-6__packages-holder .package-for-compare {
    width: 30%;
    margin-bottom: 0 !important;
    padding-bottom: 10%;
  }
}
@media screen and (min-width: 1024px) {
  .section-6__packages-holder .package-for-compare {
    padding-bottom: 13%;
  }
}
@media screen and (max-width: 1279px) {
  .section-6__packages-holder .package-for-compare > div:not(.package-for-compare__header) {
    padding: 0 1.56rem 0 1.94rem;
  }
}
.section-6__packages-holder .package-for-compare:nth-of-type(2) {
  margin-bottom: 32px;
}
@media screen and (min-width: 1024px) {
  .section-6__packages-holder .package-for-compare:nth-of-type(2) {
    margin: 0 3.1%;
  }
}

.package-for-compare__header > div {
  padding: 10px 0 8px;
}
.package-for-compare__header .package-for-compare__is-most-popular {
  background-color: #d3a239;
  width: 78%;
  font-size: 0.81rem;
}
@media screen and (min-width: 768px) {
  .package-for-compare__header .package-for-compare__is-most-popular {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 1280px) {
  .package-for-compare__header .package-for-compare__is-most-popular {
    font-size: 0.67rem;
  }
}
@media screen and (min-width: 1536px) {
  .package-for-compare__header .package-for-compare__is-most-popular {
    font-size: 0.8rem;
  }
}
@media screen and (min-width: 1920px) {
  .package-for-compare__header .package-for-compare__is-most-popular {
    font-size: 1rem;
  }
}
.package-for-compare__header .package-for-compare__is-on-sale {
  font-size: 0.69rem;
  background-color: #d9000d;
  width: 22%;
}
@media screen and (min-width: 768px) {
  .package-for-compare__header .package-for-compare__is-on-sale {
    font-size: 0.9rem;
  }
}
@media screen and (min-width: 1280px) {
  .package-for-compare__header .package-for-compare__is-on-sale {
    font-size: 0.58rem;
  }
}
@media screen and (min-width: 1536px) {
  .package-for-compare__header .package-for-compare__is-on-sale {
    font-size: 0.7rem;
  }
}
@media screen and (min-width: 1920px) {
  .package-for-compare__header .package-for-compare__is-on-sale {
    font-size: 0.875rem;
  }
}

.package-for-compare:nth-of-type(2) .package-for-compare__header {
  margin-bottom: 0.75rem;
}
@media screen and (min-width: 1280px) {
  .package-for-compare:nth-of-type(2) .package-for-compare__header {
    margin-bottom: 0;
  }
}

.package-for-compare:nth-of-type(3) .package-for-compare__header {
  margin-bottom: 1rem;
}
@media screen and (min-width: 1280px) {
  .package-for-compare:nth-of-type(3) .package-for-compare__header {
    margin-bottom: 0;
  }
}

.package-for-compare__title-and-image {
  margin-bottom: 1rem;
}
@media screen and (min-width: 1280px) {
  .package-for-compare__title-and-image {
    padding-top: 9.6%;
  }
}

.package-for-compare__title-and-image .package-for-compare__title {
  font-size: 1.56rem;
  margin-right: 1rem;
}
@media screen and (min-width: 1280px) {
  .package-for-compare__title-and-image .package-for-compare__title {
    margin-bottom: 4%;
    margin-right: 0;
  }
}
@media screen and (min-width: 1280px) {
  .package-for-compare__title-and-image .package-for-compare__title {
    font-size: 1.45rem;
  }
}
@media screen and (min-width: 1536px) {
  .package-for-compare__title-and-image .package-for-compare__title {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 1920px) {
  .package-for-compare__title-and-image .package-for-compare__title {
    font-size: 2.19rem;
  }
}

.package-for-compare__title-and-image .package-for-compare__image {
  width: 100%;
}
@media screen and (min-width: 1280px) {
  .package-for-compare__title-and-image .package-for-compare__image {
    min-width: initial;
    width: 70%;
    min-height: 8.65rem;
  }
}
@media screen and (min-width: 1920px) {
  .package-for-compare__title-and-image .package-for-compare__image {
    min-height: 10.5rem;
  }
}
@media screen and (min-width: 1536px) {
  .package-for-compare__title-and-image .package-for-compare__image {
    min-height: 13.1rem;
  }
}

.package-for-compare:nth-of-type(2) .package-for-compare__title-and-image {
  margin-bottom: 0.3rem;
}
.package-for-compare:nth-of-type(2) .package-for-compare__title-and-image .package-for-compare__title {
  padding-bottom: 2rem;
  margin-right: 0.5rem;
}
@media screen and (min-width: 1280px) {
  .package-for-compare:nth-of-type(2) .package-for-compare__title-and-image .package-for-compare__title {
    margin-right: 0;
    padding-bottom: 3%;
  }
}
.package-for-compare:nth-of-type(2) .package-for-compare__title-and-image .package-for-compare__image {
  min-width: 52vw;
}
@media screen and (min-width: 768px) {
  .package-for-compare:nth-of-type(2) .package-for-compare__title-and-image .package-for-compare__image {
    min-width: initial;
    width: 20vw;
  }
}
@media screen and (min-width: 1280px) {
  .package-for-compare:nth-of-type(2) .package-for-compare__title-and-image .package-for-compare__image {
    min-width: initial;
    width: 75%;
  }
}

.package-for-compare:nth-of-type(3) .package-for-compare__title-and-image {
  margin-bottom: 0.4rem;
}
.package-for-compare:nth-of-type(3) .package-for-compare__title-and-image .package-for-compare__title {
  padding-bottom: 1rem;
}
@media screen and (min-width: 1280px) {
  .package-for-compare:nth-of-type(3) .package-for-compare__title-and-image .package-for-compare__title {
    padding-bottom: 3%;
  }
}
.package-for-compare:nth-of-type(3) .package-for-compare__title-and-image .package-for-compare__image {
  min-width: 52vw;
}
@media screen and (min-width: 768px) {
  .package-for-compare:nth-of-type(3) .package-for-compare__title-and-image .package-for-compare__image {
    min-width: initial;
    width: 20vw;
  }
}
@media screen and (min-width: 1280px) {
  .package-for-compare:nth-of-type(3) .package-for-compare__title-and-image .package-for-compare__image {
    min-width: initial;
    width: 80%;
  }
}

.package-for-compare__includes {
  font-size: 0.875rem;
  margin-bottom: 2.3rem;
}
@media screen and (min-width: 640px) {
  .package-for-compare__includes {
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .package-for-compare__includes {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1280px) {
  .package-for-compare__includes {
    padding: 0 14%;
    font-size: 0.67rem;
  }
}
@media screen and (min-width: 1536px) {
  .package-for-compare__includes {
    padding: 0 14%;
    font-size: 0.8rem;
  }
}
@media screen and (min-width: 1920px) {
  .package-for-compare__includes {
    font-size: 1rem;
  }
}
.package-for-compare__includes .package-for-compare__include-title {
  margin-bottom: 1rem;
}
@media screen and (min-width: 1280px) {
  .package-for-compare__includes .package-for-compare__include-title {
    margin-left: -5%;
    margin-bottom: 14%;
  }
}
@media screen and (min-width: 1920px) {
  .package-for-compare__includes .package-for-compare__include-title {
    font-size: 1.25rem;
  }
}
.package-for-compare__includes ol {
  list-style: none;
}
.package-for-compare__includes li::before {
  display: inline-block;
  content: "";
  color: rgba(217, 0, 13, 0);
  position: absolute;
  right: calc(100% + 5px);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-image: url("/assets/images/list-pin.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 1280px) {
  .package-for-compare__includes li::before {
    right: calc(100% + 6px);
    width: 12px;
    height: 12px;
  }
}
.package-for-compare__includes li:not(:last-of-type) {
  margin-bottom: 0.95rem;
}
@media screen and (min-width: 1280px) {
  .package-for-compare__includes li:not(:last-of-type) {
    margin-bottom: 5%;
  }
}

.package-for-compare:nth-of-type(2) .package-for-compare__includes li:not(:last-of-type) {
  margin-bottom: 0.9rem;
}
@media screen and (min-width: 1280px) {
  .package-for-compare:nth-of-type(2) .package-for-compare__includes li:not(:last-of-type) {
    margin-bottom: 5%;
  }
}

.package-for-compare:nth-of-type(3) .package-for-compare__includes li:not(:last-of-type) {
  margin-bottom: 0.9rem;
}
@media screen and (min-width: 1280px) {
  .package-for-compare:nth-of-type(3) .package-for-compare__includes li:not(:last-of-type) {
    margin-bottom: 5%;
  }
}

@media screen and (min-width: 1280px) {
  .package-for-compare__footer {
    bottom: 4.8%;
    padding: 0 10%;
  }
}

.package-for-compare__footer .package-for-compare__footer-financial-options {
  font-size: 0.69rem;
  margin-bottom: 1rem;
  padding-right: 0.5rem;
}
@media screen and (min-width: 1024px) {
  .package-for-compare__footer .package-for-compare__footer-financial-options {
    margin-bottom: 6%;
  }
}
.package-for-compare__footer .package-for-compare__footer-financial-options img {
  width: 2.88rem;
  margin-left: 0.4rem;
  margin-bottom: 0.4rem;
}

.package-for-compare__footer .package-for-compare__footer-prices .package-for-compare__new-price {
  font-size: 1.5rem;
}
@media screen and (min-width: 1280px) {
  .package-for-compare__footer .package-for-compare__footer-prices .package-for-compare__new-price {
    font-size: 1.12rem;
  }
}
@media screen and (min-width: 1536px) {
  .package-for-compare__footer .package-for-compare__footer-prices .package-for-compare__new-price {
    font-size: 1.35rem;
  }
}
@media screen and (min-width: 1920px) {
  .package-for-compare__footer .package-for-compare__footer-prices .package-for-compare__new-price {
    font-size: 1.69rem;
  }
}
.package-for-compare__footer .package-for-compare__footer-prices .package-for-compare__old-price {
  font-size: 1.125rem;
  text-decoration: line-through;
  margin-right: 0.6rem;
}
@media screen and (min-width: 768px) {
  .package-for-compare__footer .package-for-compare__footer-prices .package-for-compare__old-price {
    margin: 0 2rem;
  }
}
@media screen and (min-width: 1280px) {
  .package-for-compare__footer .package-for-compare__footer-prices .package-for-compare__old-price {
    margin: 0 auto;
    font-size: 0.87rem;
  }
}
@media screen and (min-width: 1536px) {
  .package-for-compare__footer .package-for-compare__footer-prices .package-for-compare__old-price {
    font-size: 1.06rem;
  }
}
@media screen and (min-width: 1920px) {
  .package-for-compare__footer .package-for-compare__footer-prices .package-for-compare__old-price {
    font-size: 1.32rem;
  }
}
.package-for-compare__footer .package-for-compare__footer-prices a {
  font-size: 1rem;
  padding: 1.125rem 2.125rem;
  background-color: #d9000d;
}
@media screen and (min-width: 1280px) {
  .package-for-compare__footer .package-for-compare__footer-prices a {
    font-size: 1rem;
    max-width: 117px;
    padding: 0.9rem 2.34rem 0.61rem;
    font-size: 0.67rem;
  }
}
@media screen and (min-width: 1536px) {
  .package-for-compare__footer .package-for-compare__footer-prices a {
    font-size: 0.8rem;
    max-width: 142px;
    padding: 0.95rem 2.85rem 0.95rem;
  }
}
@media screen and (min-width: 1920px) {
  .package-for-compare__footer .package-for-compare__footer-prices a {
    max-width: 177px;
    padding: 1.1rem 3.56rem 1.1rem;
    width: 100%;
    font-size: 1rem;
  }
}
.package-for-compare__footer .package-for-compare__footer-prices a.special {
  background-color: #d3a239;
}

#section-7 {
  background-color: #190a0a;
  padding: 4.375rem 0.1rem 0 0.1rem;
}
@media screen and (min-width: 640px) {
  #section-7 {
    padding: 4.375rem 4rem 0 4rem;
  }
}
@media screen and (min-width: 768px) {
  #section-7 {
    padding: 4.375rem 4rem 0 4rem;
  }
}
@media screen and (min-width: 1280px) {
  #section-7 {
    padding: 4.5% 14vw 0 14vw;
  }
  #section-7 .section-7-headerGroup {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1280px) and (min-width: 1920px) {
  #section-7 .section-7-headerGroup {
    margin-bottom: 3.4%;
  }
}
@media screen and (min-width: 1536px) {
  #section-7 {
    padding: 4.5% 14vw 0 14vw;
  }
}
@media screen and (min-width: 1920px) {
  #section-7 {
    padding: 4.5% 18.75rem 0 18.75rem;
  }
}
#section-7 .section-7-header {
  margin-bottom: 2.313rem;
}
@media screen and (min-width: 1920px) {
  #section-7 .section-7-header {
    margin: 0;
  }
}
#section-7 .section-7-header .section-7-header__h1 {
  font-family: "Poppins", sans-serif;
  margin: 0 2.813rem 0.938rem 2.813rem;
  font-size: 2.188rem;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.19;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 1280px) {
  #section-7 .section-7-header .section-7-header__h1 {
    margin: 0 0 0.5vw;
    font-size: 1.85rem;
  }
}
@media screen and (min-width: 1536px) {
  #section-7 .section-7-header .section-7-header__h1 {
    font-size: 2.46rem;
    text-align: left;
    margin: 0 0 1rem 0;
  }
}
@media screen and (min-width: 1920px) {
  #section-7 .section-7-header .section-7-header__h1 {
    font-size: 2.813rem;
  }
}
#section-7 .section-7-header .section-7-header__p {
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  margin: 0 0.625rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: normal;
  text-align: center;
  color: #a49191;
}
@media screen and (min-width: 1280px) {
  #section-7 .section-7-header .section-7-header__p {
    font-size: 0.58rem;
    text-align: left;
    margin: 0;
  }
}
@media screen and (min-width: 1536px) {
  #section-7 .section-7-header .section-7-header__p {
    font-size: 0.77rem;
  }
}
@media screen and (min-width: 1920px) {
  #section-7 .section-7-header .section-7-header__p {
    font-size: 0.875rem;
  }
}
#section-7 .section-7-youtube {
  margin: 0 0.6rem;
  padding: 0.5rem 0;
  border-radius: 0.313rem;
  border: solid 1px #a49191;
  background-color: #2d1a1a;
}
@media screen and (min-width: 530px) {
  #section-7 .section-7-youtube {
    max-width: 520px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1280px) {
  #section-7 .section-7-youtube {
    max-width: none;
    width: 32vw;
    margin: 1rem 0;
    border-radius: 0.52vw;
  }
}
@media screen and (min-width: 1536px) {
  #section-7 .section-7-youtube {
    width: auto;
    margin: 1rem 0 0 0;
    padding: 1.3rem;
    height: 50px;
  }
}
@media screen and (min-width: 1920px) {
  #section-7 .section-7-youtube {
    padding: 1.5rem;
    height: 62px;
  }
}
#section-7 .section-7-youtube .section-7-youtube__p {
  font-family: "Roboto", sans-serif;
  margin-right: 0.938rem;
  font-size: 0.563rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.11;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
@media screen and (min-width: 370px) {
  #section-7 .section-7-youtube .section-7-youtube__p {
    font-size: 0.663rem;
  }
}
@media screen and (min-width: 380px) {
  #section-7 .section-7-youtube .section-7-youtube__p {
    font-size: 0.69rem;
  }
}
@media screen and (min-width: 390px) {
  #section-7 .section-7-youtube .section-7-youtube__p {
    font-size: 0.72rem;
  }
}
@media screen and (min-width: 410px) {
  #section-7 .section-7-youtube .section-7-youtube__p {
    font-size: 0.78rem;
  }
}
@media screen and (min-width: 430px) {
  #section-7 .section-7-youtube .section-7-youtube__p {
    font-size: 0.83rem;
  }
}
@media screen and (min-width: 1280px) {
  #section-7 .section-7-youtube .section-7-youtube__p {
    font-size: 0.7rem;
  }
}
@media screen and (min-width: 1536px) {
  #section-7 .section-7-youtube .section-7-youtube__p {
    font-size: 0.9rem;
  }
}
@media screen and (min-width: 1920px) {
  #section-7 .section-7-youtube .section-7-youtube__p {
    font-size: 1.15rem;
  }
}
#section-7 .section-7-youtube img {
  width: 75px;
}
@media screen and (min-width: 1280px) {
  #section-7 .section-7-youtube img {
    width: 100px;
  }
}
@media screen and (min-width: 1536px) {
  #section-7 .section-7-youtube img {
    width: 120px;
  }
}
@media screen and (min-width: 1920px) {
  #section-7 .section-7-youtube img {
    width: 132px;
  }
}
#section-7 .section-7-youtubeBox {
  display: flex;
  justify-content: flex-start;
  margin: 0 0.625rem 0.625rem 0.625rem;
  border-radius: 0.5rem;
  background-color: #2d1a1a;
  padding: 1rem;
  width: 320px;
}
@media screen and (min-width: 640px) {
  #section-7 .section-7-youtubeBox {
    width: 350px;
  }
}
@media screen and (min-width: 1536px) {
  #section-7 .section-7-youtubeBox {
    width: 400px;
    padding: 1.8rem;
    border-radius: 0.6rem;
    margin: 0 1.5rem 0 0;
  }
}
@media screen and (min-width: 1920px) {
  #section-7 .section-7-youtubeBox {
    width: 630px;
    height: 320px;
    border-radius: 0.844rem;
    margin: 0 1.5rem 0 0;
  }
}
#section-7 .section-7-youtubeBox .section-7-youtubeBox__cover {
  position: relative;
  height: 100%;
}
#section-7 .section-7-youtubeBox .section-7-youtubeBox__cover img:first-child {
  height: 100%;
  border: 2px solid #a49191;
  border-radius: 10px;
}
#section-7 .section-7-youtubeBox .section-7-youtubeBox__cover img:nth-child(2) {
  width: 29px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#section-7 .section-7-youtubeBox .section-7-youtubeBox__cover video {
  border-radius: 0.625rem;
  max-height: 35.91vw;
}
@media screen and (min-width: 1280px) {
  #section-7 .section-7-youtubeBox .section-7-youtubeBox__cover video {
    border-radius: 0.52vw;
  }
}
@media screen and (min-width: 1920px) {
  #section-7 .section-7-youtubeBox .section-7-youtubeBox__cover video {
    width: 500px;
    height: 240px;
  }
}
#section-7 .section-7-youtubeBox .section-7-youtubeBox__p {
  font-family: "Roboto", sans-serif;
  font-size: 0.688rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.27;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
@media screen and (min-width: 1280px) {
  #section-7 .section-7-youtubeBox .section-7-youtubeBox__p {
    font-size: 0.9rem;
  }
}
@media screen and (min-width: 1536px) {
  #section-7 .section-7-youtubeBox .section-7-youtubeBox__p {
    font-size: 1.1rem;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1920px) {
  #section-7 .section-7-youtubeBox .section-7-youtubeBox__p {
    font-size: 1.25rem;
    line-height: 1.3;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
#section-7 .carouselContainer {
  margin: 1.875rem 3% 2.5rem 3%;
}
@media screen and (min-width: 1280px) {
  #section-7 .carouselContainer {
    margin-bottom: 4.1%;
  }
}
@media screen and (min-width: 1280px) {
  #section-7 #section-7-carousel {
    margin-left: 0;
  }
}
@media screen and (min-width: 1920px) {
  #section-7 #section-7-carousel {
    margin-left: 0;
  }
}
#section-7 .section-7-buttonContainer .section-7-buttonContainer__button {
  font-size: 0.94rem;
  line-height: 1.13;
  background-color: #d9000d;
  margin: 0;
  padding: 0.94vw 4.85vw;
  min-width: 202px;
  min-height: 45px;
}
@media screen and (min-width: 640px) {
  #section-7 .section-7-buttonContainer .section-7-buttonContainer__button {
    font-size: 1.69rem;
  }
}
@media screen and (min-width: 768px) {
  #section-7 .section-7-buttonContainer .section-7-buttonContainer__button {
    font-size: 2.03rem;
  }
}
@media screen and (min-width: 1280px) {
  #section-7 .section-7-buttonContainer .section-7-buttonContainer__button {
    font-size: 0.66rem;
    line-height: 1.0625;
  }
}
@media screen and (min-width: 1536px) {
  #section-7 .section-7-buttonContainer .section-7-buttonContainer__button {
    font-size: 0.9rem;
  }
}
@media screen and (min-width: 1920px) {
  #section-7 .section-7-buttonContainer .section-7-buttonContainer__button {
    line-height: 1.0625;
  }
}
@media screen and (min-width: 1280px) {
  #section-7 .section-7-buttonContainer .section-7-buttonContainer__button {
    padding: 1.5% 3%;
    min-width: 175px;
    min-height: initial;
  }
}
@media screen and (min-width: 1536px) {
  #section-7 .section-7-buttonContainer .section-7-buttonContainer__button {
    min-width: 212px;
  }
}
@media screen and (min-width: 1920px) {
  #section-7 .section-7-buttonContainer .section-7-buttonContainer__button {
    min-width: 264px;
  }
}
#section-7 .section-7-buttonContainer .section-7-buttonContainer__line1 {
  width: 100%;
  border: solid 1px #423131;
  margin-right: 1.125rem;
}
@media screen and (min-width: 1536px) {
  #section-7 .section-7-buttonContainer .section-7-buttonContainer__line1 {
    width: 70%;
    margin-right: 5rem;
  }
}
#section-7 .section-7-buttonContainer .section-7-buttonContainer__line2 {
  width: 100%;
  border: solid 1px #423131;
  margin-left: 1.125rem;
}
@media screen and (min-width: 1536px) {
  #section-7 .section-7-buttonContainer .section-7-buttonContainer__line2 {
    width: 70%;
    margin-left: 5rem;
  }
}

#section-7 .carousel__prev {
  margin-left: 3.3rem;
  background-color: transparent;
  display: none;
}
@media screen and (min-width: 640px) {
  #section-7 .carousel__prev {
    margin-left: -1.2rem;
    display: block;
  }
}

#section-7 .carousel__next {
  margin-right: 27px;
  background-color: transparent;
  transform: rotate(180deg);
  display: none;
}
@media screen and (min-width: 640px) {
  #section-7 .carousel__next {
    margin-right: -2.4rem;
    display: block;
    margin-top: -1rem;
  }
}

@media screen and (min-width: 768px) {
  #section-7 .carousel__prev {
    margin-left: -1.3rem;
  }

  #section-7 .carousel__next {
    margin-right: -3rem;
  }
}
@media screen and (min-width: 1280px) {
  #section-7 .carousel__prev {
    margin-left: -3rem;
  }

  #section-7 .carousel__next {
    margin-right: -3rem;
  }
}
@media screen and (min-width: 1536px) {
  #section-7 .carousel__prev {
    width: 40px;
  }

  #section-7 .carousel__next {
    width: 40px;
  }
}
@media screen and (min-width: 1920px) {
  #section-7 .carousel__prev {
    margin-left: -4rem;
    margin-top: -1.5rem;
    width: 50px;
  }

  #section-7 .carousel__next {
    margin-right: -6rem;
    width: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .section-7-youtubeBox {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}
.carouselContainer.first-slide .carousel__prev {
  display: none !important;
}

.carouselContainer.last-slide .carousel__next {
  display: none !important;
}

#section-7 .section-7-youtube-box {
  background-color: #2d1a1a;
  padding: 11px;
  border-radius: 15px;
  margin-right: 15px;
}
@media screen and (min-width: 1280px) {
  #section-7 .section-7-youtube-box {
    margin-right: 23px;
  }
}
#section-7 .section-7-youtube-box video {
  border-radius: 10px;
  border: 1px solid #fff;
}
@media screen and (min-width: 1280px) {
  #section-7 .section-7-youtube-box video {
    border: 2px solid #fff;
  }
}
#section-7 .section-7-youtube-box p {
  justify-content: flex-start !important;
  text-align: left;
  width: 100%;
  font-weight: 700;
  font-size: 0.85rem;
}
@media screen and (min-width: 1280px) {
  #section-7 .section-7-youtube-box p {
    font-size: 1.15rem;
  }
}
#section-7 .section-7-youtube-box video {
  margin-bottom: 0.8rem;
  font-family: "Poppins", sans-serif;
}
@media screen and (min-width: 1280px) {
  #section-7 .section-7-youtube-box video {
    margin-bottom: 7.6%;
  }
}
#section-7 .section-7-youtube-box img.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.9;
}
@media screen and (max-width: 1279px) {
  #section-7 .section-7-youtube-box img.play-btn {
    width: 2rem;
    height: 2rem;
  }
}

#section-7 .carousel__slide:last-of-type {
  max-width: 80px;
  opacity: 0;
  pointer-events: none;
}

.main-video-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 11;
  padding: 10vw;
  opacity: 0;
  -webkit-animation: fadeInSlowly 1s forwards;
  /* Safari 4+ */
  -moz-animation: fadeInSlowly 1s forwards;
  /* Fx 5+ */
  -o-animation: fadeInSlowly 1s forwards;
  /* Opera 12+ */
  animation: fadeInSlowly 1s forwards;
  /* IE 10+, Fx 29+ */
}

.main-video-popup .close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  z-index: 11;
}
.main-video-popup .close img {
  width: 1.3rem;
  height: 1.3rem;
}

@-webkit-keyframes fadeInSlowly {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeInSlowly {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeInSlowly {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInSlowly {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.section-with-mobile {
  padding: 11.5rem 3% 15.5%;
  background-color: #190a0a;
}
@media screen and (min-width: 1280px) {
  .section-with-mobile {
    padding: 3.5% 20.26% 4.7%;
  }
}

.section-with-mobile .section-with-mobile__content {
  padding: 0 5% 2.06rem;
  background-color: #d9000d;
  border-radius: 10px;
}
@media screen and (min-width: 1280px) {
  .section-with-mobile .section-with-mobile__content {
    padding: 5.6% 7.1% 0;
  }
}

.section-with-mobile .section-with-mobile_mobile_holder {
  margin: -45% 0 -6%;
}
@media screen and (min-width: 1280px) {
  .section-with-mobile .section-with-mobile_mobile_holder {
    margin: -12% 0 -14.1% -20%;
    order: 2;
  }
}
.section-with-mobile .section-with-mobile_mobile_holder img {
  width: 100%;
  position: relative;
  left: 3%;
}
@media screen and (min-width: 1280px) {
  .section-with-mobile .section-with-mobile_mobile_holder img {
    width: 100%;
    max-width: 100%;
    width: 36vw;
    max-width: 36vw;
  }
}
.section-with-mobile .section-with-mobile_mobile_holder svg {
  position: absolute;
  transform: rotate(-20deg);
  z-index: 3;
  width: 14vw;
  height: 14vw;
  top: 15%;
  left: 15%;
  transform: rotate(-1deg);
}
@media screen and (min-width: 1280px) {
  .section-with-mobile .section-with-mobile_mobile_holder svg {
    top: 32%;
    left: 5.5%;
    width: 6vw;
    height: 6vw;
  }
}

.section-with-mobile .section-with-mobile__intro-holder {
  padding-right: 6%;
}

.section-with-mobile .section-with-mobile__content h2 {
  font-size: 2.19rem;
  line-height: 1.19;
  margin-bottom: 6px;
  word-spacing: -8px;
}
@media screen and (min-width: 640px) {
  .section-with-mobile .section-with-mobile__content h2 {
    font-size: 3.94rem;
  }
}
@media screen and (min-width: 768px) {
  .section-with-mobile .section-with-mobile__content h2 {
    font-size: 4.73rem;
  }
}
@media screen and (min-width: 1280px) {
  .section-with-mobile .section-with-mobile__content h2 {
    font-size: 1.85rem;
    line-height: 1.467;
    letter-spacing: 0.5px;
    word-spacing: -5px;
  }
}
@media screen and (min-width: 1536px) {
  .section-with-mobile .section-with-mobile__content h2 {
    word-spacing: -6px;
    font-size: 2.46rem;
  }
}
@media screen and (min-width: 1920px) {
  .section-with-mobile .section-with-mobile__content h2 {
    font-size: 2.81rem;
    word-spacing: -8px;
  }
}
@media screen and (min-width: 1280px) {
  .section-with-mobile .section-with-mobile__content h2 {
    margin-bottom: 0;
  }
}

.section-with-mobile .section-with-mobile__content .section-with-mobile__subtitle {
  width: 90%;
  font-size: 0.875rem;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 16px;
  margin-right: -14px;
}
@media screen and (min-width: 640px) {
  .section-with-mobile .section-with-mobile__content .section-with-mobile__subtitle {
    font-size: 1.757rem;
  }
}
@media screen and (min-width: 1280px) {
  .section-with-mobile .section-with-mobile__content .section-with-mobile__subtitle {
    font-size: 0.67rem;
    margin-bottom: 10.56px;
  }
}
@media screen and (min-width: 1920px) {
  .section-with-mobile .section-with-mobile__content .section-with-mobile__subtitle {
    font-size: 0.8rem;
    margin-bottom: 12.8px;
  }
}
@media screen and (min-width: 1920px) {
  .section-with-mobile .section-with-mobile__content .section-with-mobile__subtitle {
    font-size: 1rem;
    margin-bottom: 16px;
  }
}

.section-with-mobile .section-with-mobile__content a {
  font-size: 0.69rem;
  line-height: 1.91;
  margin-left: -1%;
  padding: 0.52rem 0 0.52rem 1rem;
  max-width: 640px;
  border-radius: 50em;
  margin-bottom: 15px;
  align-self: center;
}
@media screen and (min-width: 640px) {
  .section-with-mobile .section-with-mobile__content a {
    font-size: 1.242rem;
    margin-bottom: 27px;
  }
}
@media screen and (min-width: 1280px) {
  .section-with-mobile .section-with-mobile__content a {
    align-self: center;
    align-self: flex-start;
    max-width: 290px;
    font-size: 0.67rem;
    margin-bottom: 4.1%;
  }
}
@media screen and (min-width: 1536px) {
  .section-with-mobile .section-with-mobile__content a {
    max-width: 352px;
    font-size: 0.8rem;
  }
}
@media screen and (min-width: 1920px) {
  .section-with-mobile .section-with-mobile__content a {
    max-width: 440px;
    font-size: 1rem;
    line-height: 1.06;
    padding: 1.2rem 0 1.2rem 3%;
    margin-left: 0.7%;
  }
}

.section-with-mobile .section-with-mobile__content .section-with-mobile__list-and-offer {
  padding-right: 5%;
}

.section-with-mobile .section-with-mobile__content ol {
  padding-bottom: 1.7rem;
  margin-bottom: 0.65rem;
  padding-left: 19px;
}
@media screen and (min-width: 1280px) {
  .section-with-mobile .section-with-mobile__content ol {
    padding-bottom: 1%;
    margin-bottom: 2.2%;
    padding-left: 0;
  }
}
.section-with-mobile .section-with-mobile__content ol::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 94%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
@media screen and (min-width: 1280px) {
  .section-with-mobile .section-with-mobile__content ol::after {
    right: initial;
    left: 0;
    width: 78.5%;
  }
}
.section-with-mobile .section-with-mobile__content ol li {
  font-size: 0.68rem;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  margin-bottom: 6px;
  position: relative;
  padding-left: calc(2.44rem + 13px);
  min-height: 2.44rem;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 640px) {
  .section-with-mobile .section-with-mobile__content ol li {
    font-size: 1.22rem;
    margin-bottom: 10.8px;
  }
}
@media screen and (min-width: 1280px) {
  .section-with-mobile .section-with-mobile__content ol li {
    font-size: 0.67rem;
    min-height: 2.27rem;
    padding-left: calc(2.27rem + 8.6px);
  }
}
@media screen and (min-width: 1536px) {
  .section-with-mobile .section-with-mobile__content ol li {
    font-size: 0.8rem;
    min-height: 2.75rem;
    padding-left: calc(2.75rem + 10.4px);
  }
}
@media screen and (min-width: 1920px) {
  .section-with-mobile .section-with-mobile__content ol li {
    font-size: 1rem;
    min-height: 3.44rem;
    padding-left: calc(3.44rem + 13px);
  }
}
.section-with-mobile .section-with-mobile__content ol li:nth-of-type(1) span {
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 1280px) {
  .section-with-mobile .section-with-mobile__content ol li:nth-of-type(1) span {
    margin-bottom: -0.5rem;
  }
}
.section-with-mobile .section-with-mobile__content ol li::before {
  position: absolute;
  left: 0;
  font-size: 1.125rem;
  width: 2.44rem;
  height: 2.44rem;
  background-color: #190a0a;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  margin-right: 13px;
}
@media screen and (min-width: 1280px) {
  .section-with-mobile .section-with-mobile__content ol li::before {
    font-size: 0.75rem;
    width: 2.27rem;
    height: 2.27rem;
  }
}
@media screen and (min-width: 1536px) {
  .section-with-mobile .section-with-mobile__content ol li::before {
    font-size: 0.9rem;
    width: 2.75rem;
    height: 2.75rem;
  }
}
@media screen and (min-width: 1920px) {
  .section-with-mobile .section-with-mobile__content ol li::before {
    font-size: 1.125rem;
    width: 3.44rem;
    height: 3.44rem;
  }
}
.section-with-mobile .section-with-mobile__content ol li:nth-of-type(1)::before {
  content: "1";
}
.section-with-mobile .section-with-mobile__content ol li:nth-of-type(2)::before {
  content: "2";
}
.section-with-mobile .section-with-mobile__content ol li:nth-of-type(3)::before {
  content: "3";
}
.section-with-mobile .section-with-mobile__content ol li:nth-of-type(4)::before {
  content: "4";
}

.section-with-mobile .section-with-mobile__content .section-with-mobile__offer-title {
  font-size: 1.5rem;
  line-height: 1.5;
  margin-bottom: 0.44rem;
  font-weight: 600;
  padding-left: 1rem;
}
@media screen and (min-width: 640px) {
  .section-with-mobile .section-with-mobile__content .section-with-mobile__offer-title {
    font-size: 2.7rem;
  }
}
@media screen and (min-width: 1280px) {
  .section-with-mobile .section-with-mobile__content .section-with-mobile__offer-title {
    padding-left: 0;
    margin-bottom: 0;
    font-size: 1.21rem;
  }
}
@media screen and (min-width: 1536px) {
  .section-with-mobile .section-with-mobile__content .section-with-mobile__offer-title {
    font-size: 1.45rem;
  }
}
@media screen and (min-width: 1920px) {
  .section-with-mobile .section-with-mobile__content .section-with-mobile__offer-title {
    font-size: 1.81rem;
  }
}

.section-with-mobile .section-with-mobile__content .section-with-mobile__offer-text {
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 600;
  padding-left: 1.5rem;
}
@media screen and (min-width: 640px) {
  .section-with-mobile .section-with-mobile__content .section-with-mobile__offer-text {
    font-size: 1.35rem;
  }
}
@media screen and (min-width: 1280px) {
  .section-with-mobile .section-with-mobile__content .section-with-mobile__offer-text {
    padding-left: 0;
    font-size: 0.54rem;
  }
}
@media screen and (min-width: 1536px) {
  .section-with-mobile .section-with-mobile__content .section-with-mobile__offer-text {
    padding-left: 0;
    font-size: 0.65rem;
  }
}
@media screen and (min-width: 1920px) {
  .section-with-mobile .section-with-mobile__content .section-with-mobile__offer-text {
    font-size: 0.81rem;
  }
}

#section-8 {
  padding: 4rem 0 2.7rem 0;
  background-color: #2d1a1a;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#section-8 img {
  width: 57px;
  height: 57px;
  border-radius: 50%;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  #section-8 img {
    display: block;
    width: 70px;
    height: 70px;
    margin-bottom: 0.9vw;
  }
}
@media screen and (min-width: 1280px) {
  #section-8 img {
    display: block;
    width: 2.86vw;
    height: 2.86vw;
    margin-bottom: 0.9vw;
  }
}
#section-8 .anon {
  border-radius: 100%;
}
@media screen and (min-width: 640px) {
  #section-8 {
    padding: 4.25rem 2rem;
  }
}
@media screen and (min-width: 768px) {
  #section-8 {
    padding: 4.25rem 4rem;
  }
}
@media screen and (min-width: 1280px) {
  #section-8 {
    padding: 5% 14vw 3% 14vw;
  }
}
#section-8 .section-8-header {
  margin-bottom: 3.5rem;
  padding: 0 1rem 0 1rem;
}
@media screen and (min-width: 1280px) {
  #section-8 .section-8-header {
    margin-bottom: 2.8rem;
  }
}
#section-8 .section-8-header .section-8-header__h2 {
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 1.2px;
  text-align: center;
  color: #d3a239;
  margin-bottom: 1rem;
}
@media screen and (min-width: 640px) {
  #section-8 .section-8-header .section-8-header__h2 {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 768px) {
  #section-8 .section-8-header .section-8-header__h2 {
    font-size: 2.16rem;
  }
}
@media screen and (min-width: 1280px) {
  #section-8 .section-8-header .section-8-header__h2 {
    font-size: 0.66rem;
    line-height: 0.9;
  }
}
@media screen and (min-width: 1536px) {
  #section-8 .section-8-header .section-8-header__h2 {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 1920px) {
  #section-8 .section-8-header .section-8-header__h2 {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1280px) {
  #section-8 .section-8-header .section-8-header__h2 {
    margin-bottom: 0.3606vw;
  }
}
#section-8 .section-8-header .section-8-header__h1 {
  font-size: 2.19rem;
  line-height: 1.19;
  word-spacing: -1px !important;
}
@media screen and (min-width: 640px) {
  #section-8 .section-8-header .section-8-header__h1 {
    font-size: 3.94rem;
  }
}
@media screen and (min-width: 768px) {
  #section-8 .section-8-header .section-8-header__h1 {
    font-size: 4.73rem;
  }
}
@media screen and (min-width: 1280px) {
  #section-8 .section-8-header .section-8-header__h1 {
    font-size: 1.85rem;
    line-height: 1.467;
    letter-spacing: 0.5px;
    word-spacing: -5px;
  }
}
@media screen and (min-width: 1536px) {
  #section-8 .section-8-header .section-8-header__h1 {
    word-spacing: -6px;
    font-size: 2.46rem;
  }
}
@media screen and (min-width: 1920px) {
  #section-8 .section-8-header .section-8-header__h1 {
    font-size: 2.81rem;
    word-spacing: -8px;
  }
}
@media screen and (min-width: 1280px) {
  #section-8 .section-8-header .section-8-header__h1 {
    font-size: 1.85rem;
  }
}
@media screen and (min-width: 1536px) {
  #section-8 .section-8-header .section-8-header__h1 {
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 1920px) {
  #section-8 .section-8-header .section-8-header__h1 {
    font-size: 2.813rem;
  }
}
#section-8 .section-8-testimonials {
  padding: 0 1.875rem 0 1.688rem;
}
@media screen and (min-width: 1280px) {
  #section-8 .section-8-testimonials {
    display: flex;
    margin-bottom: 2.5rem;
  }
  #section-8 .section-8-testimonials .section-8-group {
    width: 25%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1280px) and (min-width: 1280px) {
  #section-8 .section-8-testimonials .section-8-group {
    min-height: 597px;
  }
}
@media screen and (min-width: 1280px) and (min-width: 1920px) {
  #section-8 .section-8-testimonials .section-8-group {
    min-height: 760px;
  }
}
#section-8 .section-8-testimonials__testimonial {
  padding: 1.2rem 1.5rem 2rem 1.5rem;
  margin-bottom: 1.644rem;
  border-radius: 0.5rem;
  background-color: #412828;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1280px) {
  #section-8 .section-8-testimonials__testimonial {
    margin: 4%;
    height: auto;
  }
}
#section-8 .section-8-testimonials__testimonial .section-8-testimonials__testimonial__span {
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
  font-weight: 300;
  font-stretch: normal;
  font-style: italic;
  line-height: 1.58;
  letter-spacing: normal;
  text-align: right;
  color: #a49191;
}
@media screen and (min-width: 1280px) {
  #section-8 .section-8-testimonials__testimonial .section-8-testimonials__testimonial__span {
    font-size: 0.6rem;
  }
}
@media screen and (min-width: 1920px) {
  #section-8 .section-8-testimonials__testimonial .section-8-testimonials__testimonial__span {
    font-size: 0.75rem;
  }
}
#section-8 .section-8-testimonials__testimonial .section-8-testimonials__testimonial__header {
  display: flex;
  flex-direction: column;
  padding: 0.563rem 0 1.938rem 0;
}
@media screen and (min-width: 1280px) {
  #section-8 .section-8-testimonials__testimonial .section-8-testimonials__testimonial__header {
    padding: 0 0 1.9rem 0;
  }
}
#section-8 .section-8-testimonials__testimonial .section-8-testimonials__testimonial__header .section-8-testimonials__testimonial__name {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.19;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
@media screen and (min-width: 1280px) {
  #section-8 .section-8-testimonials__testimonial .section-8-testimonials__testimonial__header .section-8-testimonials__testimonial__name {
    font-size: 0.67rem;
  }
}
@media screen and (min-width: 1536px) {
  #section-8 .section-8-testimonials__testimonial .section-8-testimonials__testimonial__header .section-8-testimonials__testimonial__name {
    font-size: 0.8rem;
  }
}
@media screen and (min-width: 1920px) {
  #section-8 .section-8-testimonials__testimonial .section-8-testimonials__testimonial__header .section-8-testimonials__testimonial__name {
    font-size: 1rem;
  }
}
#section-8 .section-8-testimonials__testimonial .section-8-testimonials__testimonial__header .section-8-testimonials__testimonial__address {
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: normal;
  text-align: left;
  color: #a49191;
}
@media screen and (min-width: 1280px) {
  #section-8 .section-8-testimonials__testimonial .section-8-testimonials__testimonial__header .section-8-testimonials__testimonial__address {
    font-size: 0.58rem;
  }
}
@media screen and (min-width: 1536px) {
  #section-8 .section-8-testimonials__testimonial .section-8-testimonials__testimonial__header .section-8-testimonials__testimonial__address {
    font-size: 0.7rem;
  }
}
@media screen and (min-width: 1920px) {
  #section-8 .section-8-testimonials__testimonial .section-8-testimonials__testimonial__header .section-8-testimonials__testimonial__address {
    font-size: 0.875rem;
  }
}
#section-8 .section-8-testimonials__testimonial .section-8-testimonials__testimonial__p {
  font-family: "Roboto", sans-serif;
  font-size: 1.063rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: italic;
  line-height: 1.53;
  letter-spacing: normal;
  text-align: left;
  color: #a49191;
}
@media screen and (min-width: 1280px) {
  #section-8 .section-8-testimonials__testimonial .section-8-testimonials__testimonial__p {
    font-size: 0.7rem;
  }
}
@media screen and (min-width: 1536px) {
  #section-8 .section-8-testimonials__testimonial .section-8-testimonials__testimonial__p {
    font-size: 0.85rem;
  }
}
@media screen and (min-width: 1920px) {
  #section-8 .section-8-testimonials__testimonial .section-8-testimonials__testimonial__p {
    font-size: 1.063rem;
  }
}
#section-8 .section-8-testimonials-loadMore {
  display: flex;
  align-items: center;
  margin: 0.313rem 0 2.2rem 0;
}
#section-8 .section-8-testimonials-loadMore .section-8-testimonials-loadMore__button {
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #a49191;
}
@media screen and (min-width: 1280px) {
  #section-8 .section-8-testimonials-loadMore .section-8-testimonials-loadMore__button {
    font-size: 0.95rem;
  }
}
@media screen and (min-width: 1920px) {
  #section-8 .section-8-testimonials-loadMore .section-8-testimonials-loadMore__button {
    font-size: 1.063rem;
  }
}
#section-8 .section-8-testimonials-loadMore .section-8-testimonials-loadMore__arrow {
  margin: -0.438rem 0.938rem 0 0.938rem;
  border: solid #a49191;
  border-width: 0 2px 2px 0;
  padding: 0.313rem;
  transform: rotate(45deg);
}
#section-8 .section-8-testimonials__button {
  width: 202px;
  height: 45px;
  margin: 1rem auto;
  padding: 0.875rem 3.938rem 0.813rem;
  border-radius: 1.5px;
  font-size: 0.938rem;
  font-family: "Roboto", sans-serif;
  background-color: #d9000d;
  color: #fff;
  white-space: nowrap;
  display: flex;
}
@media screen and (min-width: 1280px) {
  #section-8 .section-8-testimonials__button {
    margin: 1% 0 0 auto;
    font-size: 1rem;
    width: 175px;
    height: 35px;
  }
}
@media screen and (min-width: 1536px) {
  #section-8 .section-8-testimonials__button {
    width: 211px;
    height: 40px;
  }
}
@media screen and (min-width: 1920px) {
  #section-8 .section-8-testimonials__button {
    width: 264px;
    height: 55px;
    margin-right: 2rem;
  }
}

@media screen and (min-width: 1280px) {
  #section-8 .marginLeft {
    margin-left: 0;
  }

  #section-8 .marginRight {
    margin-right: 0;
  }
}
#section-8 .paddingExtra {
  padding-bottom: 2rem;
}

#section-8 .headerDesktop {
  margin-bottom: 2.5rem;
}

footer {
  background-color: #190a0a;
  padding: 3.28rem 0.875rem 1.19rem 0.875rem;
}
@media screen and (min-width: 1280px) {
  footer {
    padding: 1.32rem 15.63% 2.44rem;
  }
}
@media screen and (min-width: 1536px) {
  footer {
    padding: 1.73rem 15.63% 3.2em;
  }
}
@media screen and (min-width: 1920px) {
  footer {
    padding: 2rem 15.63% 3.69rem;
  }
}

.footer_footer-top-border {
  height: 4px;
  background: linear-gradient(to left, #d9000d, #d3a239);
}

footer .footer__logo {
  margin-bottom: 2.91rem;
}
@media screen and (min-width: 1280px) {
  footer .footer__logo {
    margin-bottom: 0;
  }
}
footer .footer__logo svg {
  width: 4.4rem;
  height: 4.4rem;
  fill: #fff;
}
@media screen and (min-width: 1280px) {
  footer .footer__logo svg {
    width: 1.9rem;
    height: 1.9rem;
  }
}
@media screen and (min-width: 1536px) {
  footer .footer__logo svg {
    width: 2.49rem;
    height: 2.49rem;
  }
}
@media screen and (min-width: 1920px) {
  footer .footer__logo svg {
    width: 2.875rem;
    height: 2.875rem;
  }
}

@media screen and (min-width: 1280px) {
  .footer__logo-and-nav {
    margin-bottom: 1.04rem;
  }
}
@media screen and (min-width: 1536px) {
  .footer__logo-and-nav {
    margin-bottom: 1.54rem;
  }
}
@media screen and (min-width: 1920px) {
  .footer__logo-and-nav {
    margin-bottom: 1.59rem;
  }
}

footer .footer-nav {
  margin-bottom: 2.9rem;
}
@media screen and (min-width: 1280px) {
  footer .footer-nav {
    margin-bottom: 0;
  }
}

footer .footer-nav ul li {
  padding: 0.6rem 0;
}
@media screen and (min-width: 1280px) {
  footer .footer-nav ul li {
    padding: 0;
  }
  footer .footer-nav ul li:nth-of-type(1) {
    margin-right: 3.44vw;
  }
  footer .footer-nav ul li:nth-of-type(2) {
    margin-right: 3.95vw;
  }
  footer .footer-nav ul li:nth-of-type(3) {
    margin-right: 2.97vw;
  }
  footer .footer-nav ul li:nth-of-type(4) {
    margin-right: 2.55vw;
  }
  footer .footer-nav ul li:nth-of-type(5) {
    margin-right: 3.07vw;
  }
}
footer .footer-nav ul li:nth-of-type(1) {
  padding: 0 0 0.6rem;
}
@media screen and (min-width: 1280px) {
  footer .footer-nav ul li:nth-of-type(1) {
    padding: 0;
  }
}
footer .footer-nav ul li:last-of-type {
  padding: 0.6rem 0;
}
@media screen and (min-width: 1280px) {
  footer .footer-nav ul li:last-of-type {
    padding: 0;
  }
}

footer .footer-nav ul li a {
  font-size: 0.85rem;
  line-height: 1.05;
}
@media screen and (min-width: 1280px) {
  footer .footer-nav ul li a {
    font-size: 0.58rem;
  }
}
@media screen and (min-width: 1536px) {
  footer .footer-nav ul li a {
    font-size: 0.76rem;
  }
}
@media screen and (min-width: 1920px) {
  footer .footer-nav ul li a {
    font-size: 0.875rem;
  }
}
footer .footer-nav ul li a::after {
  content: "+";
  font-size: 1.22rem;
  position: absolute;
  right: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 1280px) {
  footer .footer-nav ul li a::after {
    display: none;
  }
}

.footer__part-with-bg-image {
  padding: 3.14rem 0 2.16rem;
  border-radius: 10px;
  background-image: url("/assets/images/footer-bg-mobile.png");
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  margin-bottom: 3.15rem;
}
@media screen and (min-width: 1280px) {
  .footer__part-with-bg-image {
    background-size: 100%;
    background-position: center center;
    background-image: url("/assets/images/footer-bg.png");
    padding: 3.09rem 4% 2.59rem 5.29%;
    margin-bottom: 1.18rem;
  }
}
@media screen and (min-width: 1536px) {
  .footer__part-with-bg-image {
    padding: 4.04rem 4% 3.39rem 5.29%;
    margin-bottom: 1.54rem;
  }
}
@media screen and (min-width: 1920px) {
  .footer__part-with-bg-image {
    padding: 4.39rem 4% 3.93rem 5.29%;
    margin-bottom: 1.8rem;
  }
}
.footer__part-with-bg-image::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 3;
  background-color: rgba(59, 7, 10, 0.4);
}

.footer__part-with-bg-image .big-text {
  z-index: 5;
  font-size: 2.19rem;
  line-height: 1.174;
  margin-bottom: 1rem;
}
@media screen and (min-width: 1280px) {
  .footer__part-with-bg-image .big-text {
    line-height: 1.57;
  }
}
@media screen and (min-width: 1280px) {
  .footer__part-with-bg-image .big-text {
    font-size: 1.44rem;
    margin-bottom: 0.33rem;
  }
}
@media screen and (min-width: 1536px) {
  .footer__part-with-bg-image .big-text {
    font-size: 1.88rem;
    margin-bottom: 0.43rem;
  }
}
@media screen and (min-width: 1920px) {
  .footer__part-with-bg-image .big-text {
    font-size: 2.19rem;
    margin-bottom: 0.5rem;
  }
}

.footer__part-with-bg-image .small-text {
  z-index: 5;
  padding: 0 9.23%;
  font-size: 0.875rem;
  line-height: 1.3;
  margin-bottom: 2.78rem;
}
@media screen and (min-width: 1280px) {
  .footer__part-with-bg-image .small-text {
    padding: 0;
    line-height: 1.44;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1280px) {
  .footer__part-with-bg-image .small-text {
    font-size: 0.66rem;
  }
}
@media screen and (min-width: 1536px) {
  .footer__part-with-bg-image .small-text {
    font-size: 0.86rem;
  }
}
@media screen and (min-width: 1920px) {
  .footer__part-with-bg-image .small-text {
    font-size: 1rem;
  }
}

.footer__part-with-bg-image .footer__part-with-bg-image__btn {
  z-index: 5;
}
.footer__part-with-bg-image .footer__part-with-bg-image__btn a {
  background-color: #d9000d;
  padding: 0.875rem 3.94rem;
  font-size: 0.94rem;
  line-height: 1.13;
}
@media screen and (min-width: 640px) {
  .footer__part-with-bg-image .footer__part-with-bg-image__btn a {
    font-size: 1.69rem;
  }
}
@media screen and (min-width: 768px) {
  .footer__part-with-bg-image .footer__part-with-bg-image__btn a {
    font-size: 2.03rem;
  }
}
@media screen and (min-width: 1280px) {
  .footer__part-with-bg-image .footer__part-with-bg-image__btn a {
    font-size: 0.66rem;
    line-height: 1.0625;
  }
}
@media screen and (min-width: 1536px) {
  .footer__part-with-bg-image .footer__part-with-bg-image__btn a {
    font-size: 0.9rem;
  }
}
@media screen and (min-width: 1920px) {
  .footer__part-with-bg-image .footer__part-with-bg-image__btn a {
    line-height: 1.0625;
  }
}
@media screen and (min-width: 1280px) {
  .footer__part-with-bg-image .footer__part-with-bg-image__btn a {
    font-size: 0.6rem;
    margin-top: 1rem;
    padding: 0.825rem 3.97rem 0.83rem 3.7rem;
  }
}
@media screen and (min-width: 1536px) {
  .footer__part-with-bg-image .footer__part-with-bg-image__btn a {
    letter-spacing: 0.025rem;
    font-size: 0.8rem;
    margin-top: 1.11rem;
    padding: 1.08rem 5.3rem 1.09rem 5.2rem;
  }
}
@media screen and (min-width: 1920px) {
  .footer__part-with-bg-image .footer__part-with-bg-image__btn a {
    letter-spacing: 0.023rem;
    font-size: 0.9rem;
    margin-top: 1.5rem;
    padding: 1.25rem 6.02rem 1.25rem 5.6rem;
  }
}

.footer__copy-and-socials .footer__socials {
  margin-bottom: 2.71rem;
}
@media screen and (min-width: 1280px) {
  .footer__copy-and-socials .footer__socials {
    margin-bottom: 0;
    order: 2;
    transform: scale(0.65);
    margin-right: -2.1rem;
    margin-top: -0.3rem;
  }
}
@media screen and (min-width: 1536px) {
  .footer__copy-and-socials .footer__socials {
    margin-bottom: 0;
    order: 2;
    transform: scale(0.85);
    margin-right: -1rem;
    margin-top: 0rem;
  }
}
@media screen and (min-width: 1920px) {
  .footer__copy-and-socials .footer__socials {
    transform: scale(1);
    margin: 0;
  }
}

.footer__copy-and-socials .footer__socials a:not(:last-of-type) {
  margin-right: 0.875rem;
}

.footer__socials__icon-youtube {
  height: 1.71rem;
}

.footer__socials__icon-whatsapp {
  height: 1.71rem;
}
.footer__socials__icon-instagram {
  height: 1.71rem;
}

.footer__copy-and-socials .footer__copy {
  font-size: 0.75rem;
  padding: 0 0.9rem;
}
@media screen and (min-width: 1280px) {
  .footer__copy-and-socials .footer__copy {
    padding: 0;
    font-size: 0.5rem;
  }
}
@media screen and (min-width: 1536px) {
  .footer__copy-and-socials .footer__copy {
    font-size: 0.66rem;
  }
}
@media screen and (min-width: 1920px) {
  .footer__copy-and-socials .footer__copy {
    font-size: 0.75rem;
  }
}

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