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

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

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

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

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
  /* 1 */
    -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Remove outline on the forms and links */
:active, :hover, :focus {
    outline: 0;
    outline-offset: 0;
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 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 */
}

/**
 * 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: 1em;
  /* 2 */
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
  /* 1 */
    text-decoration: underline;
  /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

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

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
  /* 1 */
    font-size: 100%;
  /* 1 */
    line-height: 1.15;
  /* 1 */
    margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
  /* 1 */
    color: inherit;
  /* 2 */
    display: table;
  /* 1 */
    max-width: 100%;
  /* 1 */
    padding: 0;
  /* 3 */
    white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
  /* 1 */
    padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
  /* 1 */
    outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
  /* 1 */
    font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

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

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

*,
*::before,
*::after {
    box-sizing: border-box;
    webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
}

html, body {
    max-width: 100%;
    position: relative;
    overflow-x: hidden;
}

html {
    font-size: 2.667vw;
    height: 100%;
}

body {
    background: #010202;
    color: #fff;
    font-size: 1.8rem;
    line-height: 1.2;
    font-family: 'MusticaPro';
    font-weight: 400;
}

@media screen and (max-width: 575px) {
    body {
        font-size: 1.5rem;
    }
}

.my-body-noscroll-class {
    overflow: hidden;
}

.my-body-noscroll-class body {
    overflow: hidden;
}

img {
    max-width: 100%;
}

a, button, .img-svg, .modal__open {
    outline: none;
    border: 0;
    cursor: pointer;
    background: none;
    transition: 320ms;
    text-decoration: none;
}

.img-svg path, .img-svg line, .img-svg circle {
    transition: 320ms;
}

/* Bootstrap 4 */
.container {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
    margin: 0 auto;
    width: 100%;
}

@media (min-width: 576px) {
    html {
        font-size: .521vw;
    }

    .container {
        max-width: 183rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

@media screen and (max-width: 575px) {
    .pc {
        display: none;
    }
}

@media screen and (min-width: 575px) {
    .xs {
        display: none;
    }
}

.slick-slide {
    outline: none !important;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

section {
    position: relative;
    z-index: 5;
}

.container {
    position: relative;
    z-index: 5;
}

.section__bg {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 192rem auto;
    background-position: center top;
}

@media screen and (max-width: 575px) {
    .section__bg {
        background-size: 100% auto;
    }
}

@media screen and (max-width: 575px) {
    .section__bg.pc {
        display: none;
    }
}

@media screen and (min-width: 575px) {
    .section__bg.xs {
        display: none;
    }
}

@media screen and (max-width: 575px) {
    .pc {
        display: none;
    }
}

@media screen and (min-width: 575px) {
    .xs {
        display: none;
    }
}

.t-title {
    font-family: 'HomeVideo';
    text-transform: uppercase;
    font-size: 6rem;
    font-weight: 400;
    letter-spacing: -0.15rem;
    line-height: 1.1;
}

@media screen and (max-width: 575px) {
    .t-title {
        font-size: 3.1rem;
        letter-spacing: -0.1rem;
    }

    .t-title br {
        display: none;
    }
}

.t-title.fw700 {
    font-weight: 700;
}

.w-title {
    font-family: 'HomeVideo';
    text-transform: uppercase;
    font-size: 4rem;
    font-weight: 700;
    letter-spacing: -0.15rem;
}

@media screen and (max-width: 575px) {
    .w-title {
        font-size: 2.2rem;
    }
}

.t-btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 2rem;
    width: 35rem;
    height: 9rem;
    font-size: 2rem;
}

@media screen and (max-width: 575px) {
    .t-btn {
        width: 27.5rem;
        height: 7rem;
        justify-content: center;
        font-size: 1.5rem;
        margin-left: auto;
        margin-right: auto;
    }
}

.t-btn.white {
    background: #FFFFFF;
    color: #010202;
}

.t-btn span {
    margin-right: 2.5rem;
}

.t-btn .icon {
    width: 4.5rem;
    height: 4.5rem;
    background: #E91111;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 575px) {
    .t-btn .icon {
        width: 3rem;
        height: 3rem;
    }
}

.t-btn .icon .img-svg {
    width: 1.4rem;
    height: 1.4rem;
}

@media screen and (max-width: 575px) {
    .t-btn .icon .img-svg {
        width: 30%;
        height: 30%;
    }
}

@media screen and (min-width: 575px) {
    .t-btn:hover {
        transform: scale(1.03);
    }

    .t-btn:hover .icon .img-svg {
        transform: rotate(55deg);
    }
}

.intro-section {
    padding: 6rem 0 0;
    height: 127.9rem;
    text-align: center;
}

@media screen and (max-width: 575px) {
    .intro-section {
        height: 85rem;
        padding-top: 0;
    }
}

@media screen and (max-width: 575px) {
    .intro-section .container {
        padding-top: 6rem;
    }
}

.intro-section .logo {
    width: 7.8rem;
}

@media screen and (max-width: 575px) {
    .intro-section .logo {
        width: 4.8rem;
    }
}

.intro-section .t-title {
    margin: 6rem 0 2.5rem;
}

@media screen and (max-width: 575px) {
    .intro-section .t-title {
        margin: 4rem 0 2rem;
        font-size: 2.5rem;
        width: 115%;
        margin-left: -7.5%;
    }

    .intro-section .t-title br {
        display: none;
    }
}

@media screen and (min-width: 575px) {
    .intro-section .t-btn {
        padding: 0 2rem;
        width: 39rem;
        height: 10rem;
        font-size: 2.4rem;
    }

    .intro-section .t-btn .icon {
        width: 5rem;
        height: 5rem;
    }
}

@media screen and (max-width: 575px) {
    .intro-section .t-btn {
        width: 29rem;
        height: 8rem;
        font-size: 1.7rem;
    }

    .intro-section .t-btn .icon {
        width: 3.5rem;
        height: 3.5rem;
    }
}

.intro__box {
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 80rem;
    margin: 0 auto;
    font-size: 2rem;
    font-weight: 500;
}

@media screen and (max-width: 575px) {
    .intro__box {
        width: 100%;
        display: block;
    }
}

.intro__box .subtitle {
    text-align: right;
    width: 32rem;
    font-size: 2.6rem;
    font-weight: 500;
}

@media screen and (max-width: 575px) {
    .intro__box .subtitle {
        font-size: 1.7rem;
        width: 100%;
        text-align: center;
        margin-bottom: 2.5rem;
    }

    .intro__box .subtitle br {
        display: none;
    }
}

.intro__box .subtitle .slash {
    color: #E91111;
    margin-right: 1.7rem;
}

@media screen and (max-width: 575px) {
    .intro__box .subtitle .slash {
        display: none;
    }
}

.intro__box .subtitle .red {
    position: relative;
}

.intro__box .subtitle .red::before {
    content: '';
    position: absolute;
    background: #E91111;
    left: 0;
    top: 35%;
    width: 100%;
    height: 60%;
    z-index: -1;
}

.intro__trigger {
    position: absolute;
    text-align: left;
}

@media screen and (max-width: 575px) {
    .intro__trigger {
        transform: none !important;
        font-size: 1.0rem;
    }
}

.intro__trigger.item1 {
    transform: rotate(10deg);
    width: 12.5rem;
    top: 71.5rem;
    left: 69rem;
}

@media screen and (max-width: 575px) {
    .intro__trigger.item1 {
        width: 9.5rem;
        left: 10rem;
        top: 53.8rem;
    }
}

.intro__trigger.item2 {
    transform: rotate(-5deg);
    width: 23rem;
    top: 73rem;
    left: 104rem;
}

@media screen and (max-width: 575px) {
    .intro__trigger.item2 {
        width: 15.5rem;
        left: 17rem;
        top: 68.5rem;
    }
}

.intro__trigger.item3 {
    transform: rotate(-3deg);
    width: 20rem;
    top: 89rem;
    left: 74rem;
}

@media screen and (max-width: 575px) {
    .intro__trigger.item3 {
        width: 13.5rem;
        left: 14.5rem;
        top: 61rem;
    }
}

.second-section {
    height: 142.9rem;
}

@media screen and (max-width: 575px) {
    .second-section {
        height: 145.3rem;
    }
}

.second-section .t-title {
    text-align: center;
    margin: 2rem 0 6rem;
}

@media screen and (max-width: 575px) {
    .second-section .t-title {
        margin: 2rem 0 3rem;
    }
}

.second-section .t-title span {
    padding-left: 5rem;
}

@media screen and (max-width: 575px) {
    .second-section .t-title span {
        padding: 0;
    }
}

.second__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 48rem;
    margin-left: 81.5rem;
}

@media screen and (max-width: 575px) {
    .second__header {
        width: 100%;
        margin: 0;
        padding-left: 1rem;
        padding-right: 0.5rem;
    }
}

.second__header .subtitle {
    width: 22rem;
    font-size: 2.4rem;
}

@media screen and (max-width: 575px) {
    .second__header .subtitle {
        width: 14rem;
        text-align: right;
        font-size: 1.5rem;
    }
}

.second__header .subtitle span {
    margin-right: 9rem;
}

@media screen and (max-width: 575px) {
    .second__header .subtitle span {
        margin-right: 5.4rem;
    }
}

.second__box {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    width: 132rem;
    margin-left: auto;
}

@media screen and (max-width: 575px) {
    .second__box {
        display: block;
        width: 100%;
        margin: 0;
    }
}

.second__item {
    width: 33.333%;
    height: 42.8rem;
    padding: 6rem 5.5rem 5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

@media screen and (max-width: 575px) {
    .second__item {
        width: 27.5rem;
        height: 22rem;
        margin: 0 auto 1rem;
        padding: 2.5rem;
    }
}

.second__item .title {
    font-family: 'HomeVideo';
    font-size: 4rem;
}

@media screen and (max-width: 575px) {
    .second__item .title {
        font-size: 2.5rem;
    }
}

.second__item .subtitle {
    width: 31.5rem;
    color: rgba(255, 255, 255, 0.5);
    font-size: 2rem;
}

@media screen and (max-width: 575px) {
    .second__item .subtitle {
        width: 22rem;
        font-size: 1.4rem;
    }
}

.second__item .subtitle span {
    color: #8BB301;
}

.second__item.item5 {
    margin-left: auto;
    padding-bottom: 3.5rem;
}

@media screen and (max-width: 575px) {
    .second__item.item5 {
        padding-bottom: 1.5rem;
    }
}

@media screen and (max-width: 575px) {
    .second__item.item5 .title {
        font-size: 2.2rem;
    }
}

.second__item.item5 .t-btn {
    margin-left: -.5rem;
}

@media screen and (max-width: 575px) {
    .second__item.item5 .t-btn {
        width: 24.5rem;
        height: 6rem;
        font-size: 1.2rem;
        margin-left: -1rem;
    }
}

@media screen and (max-width: 575px) and (max-width: 575px) {
    .second__item.item5 .t-btn .icon {
        width: 2.5rem;
        height: 2.5rem;
    }
}

.statistic-section {
    height: 87.2rem;
}

@media screen and (max-width: 575px) {
    .statistic-section {
        height: 101rem;
    }
}

.statistic-section .container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

@media screen and (max-width: 575px) {
    .statistic-section .container {
        display: block;
    }
}

.statistic-section .statistic__title {
    margin-top: 3rem;
}

@media screen and (max-width: 575px) {
    .statistic-section .statistic__title {
        text-align: center;
        width: 18.5rem;
        margin: 0 auto 3rem;
    }

    .statistic-section .statistic__title br {
        display: none;
    }
}

.statistic-section .statistic__title img {
    margin-left: 1.5rem;
    width: 5.4rem;
}

@media screen and (max-width: 575px) {
    .statistic-section .statistic__title img {
        display: none;
    }
}

.statistic__box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 132rem;
}

@media screen and (max-width: 575px) {
    .statistic__box {
        display: block;
        width: 100%;
    }
}

.statistic__item {
    width: 42rem;
}

@media screen and (max-width: 575px) {
    .statistic__item {
        width: 100%;
    }
}

.statistic__item .t-title {
    margin-bottom: 2rem;
    line-height: 1.2;
}

@media screen and (max-width: 575px) {
    .statistic__item .t-title {
        text-align: center !important;
        width: 120%;
        margin-left: -10%;
        margin-bottom: 2.5rem;
    }

    .statistic__item .t-title br {
        display: none;
    }
}

.statistic__item .text {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 8rem;
    padding-left: 5rem;
    font-size: 2.4rem;
    margin-bottom: 0.4rem;
    background: #7EA700;
}

@media screen and (max-width: 575px) {
    .statistic__item .text {
        height: 6rem;
        font-size: 1.5rem;
        width: 27.5rem;
        margin: 0 auto 1px;
    }
}

.statistic__item .text img {
    width: 3.5rem;
    margin-right: 4rem;
}

@media screen and (max-width: 575px) {
    .statistic__item .text img {
        width: 2.5rem;
    }
}

.statistic__item .price {
    margin: 2rem 0 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 10rem;
}

@media screen and (max-width: 575px) {
    .statistic__item .price {
        width: 27.5rem;
        height: 7rem;
        margin: 1rem auto 0;
        justify-content: space-between;
        padding: 0 2.2rem;
    }
}

.statistic__item .price span {
    margin-left: 4rem;
    font-size: 2.4rem;
}

@media screen and (max-width: 575px) {
    .statistic__item .price span {
        font-size: 1.5rem;
        margin: 0;
    }

    .statistic__item .price span br {
        display: none;
    }
}

@media screen and (max-width: 575px) {
    .statistic__item.item2 {
        margin-top: 4rem;
    }
}

.statistic__item.item2 .t-title {
    text-align: right;
}

.statistic__item.item2 .text {
    background: #E91111;
}

@media screen and (max-width: 575px) {
    .statistic__item.item2 .price {
        padding: 0 1.5rem;
    }
}

.info-section {
    height: 94.3rem;
    padding-top: 18rem;
}

@media screen and (max-width: 575px) {
    .info-section {
        height: 64rem;
        padding: 0;
    }
}

.info__box {
    margin-left: auto;
    width: 132rem;
}

@media screen and (max-width: 575px) {
    .info__box {
        width: 100%;
    }
}

.info__item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

@media screen and (max-width: 575px) {
    .info__item {
        flex-wrap: wrap;
        align-items: flex-start;
    }
}

.info__item .img {
    width: 11rem;
    flex-shrink: 0;
}

@media screen and (max-width: 575px) {
    .info__item .img {
        width: 2.5rem;
        margin-top: 0.5rem;
    }
}

.info__item .t-title {
    padding-left: 23rem;
    width: 86rem;
    flex-shrink: 0;
    font-size: 4rem;
    line-height: 1.2;
}

@media screen and (max-width: 575px) {
    .info__item .t-title {
        width: 25rem;
        padding-left: 2.5rem;
        font-size: 2.2rem;
    }
}

.info__item .t-btn {
    justify-content: space-between;
    flex-shrink: 0;
    text-transform: uppercase;
}

@media screen and (max-width: 575px) {
    .info__item .t-btn {
        margin: 1.8rem 0 0;
        height: 6rem;
    }
}

.info__item .t-btn span {
    margin: 0;
}

.info__item.item2 {
    margin: 10rem 0 8rem;
}

@media screen and (max-width: 575px) {
    .info__item.item2 {
        margin: 4rem 0 4.5rem;
    }
}
.contact-section {
    padding-top: 7rem;
    height: 95rem;
}
@media screen and (max-width: 575px) {
	.contact-section{
		height: 79rem;
	}
}
.contact-section .title {
    font-family: 'HomeVideo';
    font-size: 6.5rem;
	text-align: left;
}
@media screen and (max-width: 575px) {
	.contact-section .title {
		font-size: 2.2rem;
	}
}
.contact-section .subtitle{
    text-align: left;
    width: 81rem;
    font-size: 3.6rem;
	color: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 575px) {
	.contact-section .subtitle{
		margin-top: 1rem;
		width: 27rem;
		font-size: 1.3rem;
	}
}
.contact__box{
	margin: 13rem 5rem 0;
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width: 575px) {
	.contact__box{
		margin: 0px;
		display: inline;
	}
}
.contact__box #form__box{
	display: flex;
	flex-direction: column;
}
@media screen and (max-width: 575px) {
	.contact__box #form__box{
		margin-top: 1.5rem;
	}
}
.contact__box #form__box input{
	height: 7rem;
	display: block;
	margin-bottom:4rem;
	font-size: 2.5rem;
	width: 55rem;
	padding: 2rem;
	border-width: 1px;
	border-style: solid;
	border-color: rgb(126, 167, 0);
}
@media screen and (max-width: 575px) {
	.contact__box #form__box input{
		height: 5rem;
		margin-bottom: 3rem;
		font-size: 1.5rem;
		width: 27.5rem;
		padding: 6px;
	}
}
.contact__box #form__box button{
	display: block;
	margin-bottom: 4rem;
	font-size: 2.5rem;
	color: white;
	font-family: 'HomeVideo';
	background-color: rgb(126, 167, 0);
	width: 55rem;
	padding: 2rem;
}
@media screen and (max-width: 575px) {
	.contact__box #form__box button{
		width: 27rem;
		font-size: 3rem;
		padding: 18px;
	}
}
.footer__box {
    border-radius: 2rem 2rem 0 0;
    background: #8BB301;
    padding: 10rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media screen and (max-width: 575px) {
    .footer__box {
        display: block;
        padding: 5.5rem 0 8rem;
        background-color: #8BB301;
        background-image: url("../img/footer/xs-bg.jpg") !important;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
}

.footer__box .logo {
    width: 15.6rem;
}

@media screen and (max-width: 575px) {
    .footer__box .logo {
        display: block;
        width: 8rem;
        margin: 0 auto;
    }
}

.footer__box .footer__links {
    margin-left: 5rem;
}

@media screen and (max-width: 575px) {
    .footer__box .footer__links {
        margin: 5rem 0;
        margin-left: 7rem;
    }
}

.footer__box .footer__links .footer__link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 2rem;
    margin-bottom: 1rem;
    color: #fff;
}

@media screen and (max-width: 575px) {
    .footer__box .footer__links .footer__link {
        font-size: 1.5rem;
    }
}

.footer__box .footer__links .footer__link img {
    width: 1.2rem;
    margin-right: 3rem;
    transition: 320ms;
}
.footer__box .footer__links .footer__link .footer__img_social{
	width: 2.5rem;
	margin-right: 1rem;
}

@media screen and (max-width: 575px) {
    .footer__box .footer__links .footer__link img {
        margin-right: 1.5rem;
    }
}

.footer__box .footer__links .footer__link:hover img {
    transform: rotate(55deg);
}

@media screen and (max-width: 575px) {
    .reviews-section {
        height: 63rem;
    }
}

.reviews-section .t-title {
    margin-left: 48rem;
}

@media screen and (max-width: 575px) {
    .reviews-section .t-title {
        margin: 0;
        text-align: center;
    }
}

@media screen and (max-width: 575px) {
    .reviews-section .container {
        padding: 0;
    }
}

.reviews__slider {
    margin: 4rem 0 0;
    display: flex;
}

@media screen and (max-width: 575px) {
    .reviews__slider {
        margin: 2.5rem 0 0;
    }
}

.reviews__slider .space {
    padding: 0 .5rem;
}

@media screen and (max-width: 575px) {
    .reviews__slider .space {
        padding: 0 4.3rem;
    }
}

.reviews__slider .item {
    padding: 1.5rem 0;
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

@media screen and (max-width: 575px) {
    .reviews__slider .item {
        padding: .8rem 0;
        background-image: url("../img/reviews/border-xs.png") !important;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
}

.reviews__slider .item img {
    max-width: 41rem;
    margin: 0 auto;
}

@media screen and (max-width: 575px) {
    .reviews__slider .item img {
        max-width: 20.6rem;
    }
}

.slider__arrows {
    width: 15.5rem;
    display: flex;
    justify-content: space-between;
    margin: 3rem auto 0;
}

@media screen and (max-width: 575px) {
    .slider__arrows {
        margin-top: 1.5rem;
        width: 10.5rem;
    }
}

.slider__arrow {
    background: #E91111;
    width: 7rem;
    height: 7rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 320ms;
}

@media screen and (max-width: 575px) {
    .slider__arrow {
        width: 5rem;
        height: 5rem;
    }
}

.slider__arrow:hover {
    background: #c80f0f;
}

.slider__arrow img {
    width: 1.7rem;
}
.slider__arrow.right img {
    transform: rotate(180deg);
}

#checkmark-svg {
	width: 100%;
	height: 100%;
	display: none;
}
@media screen and (max-width: 575px) {
	#checkmark-svg {
		margin-top: 7rem;
	}
}
.checkmark {
	fill: none;
	stroke: rgb(139, 179, 1);
	stroke-width: 6;
	stroke-dasharray: 48;
	stroke-dashoffset: 48;
	animation: draw-check 1.5s ease-out forwards;
}
@media screen and (max-width: 575px) {
	.checkmark {
		stroke-width: 0.5rem;
	}
}
@keyframes draw-check {
	to {
		stroke-dashoffset: 0;
	}
}
