/*!*******************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].oneOf[1].use[1]!./assets/css/instruction.css ***!
  \*******************************************************************************************************************/
/*
Name: 			instruction.css
Written by: 	Lavrinenko Aleksandr
Theme Version:	1.0
*/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

/* Position */
.p-relative {
  position: relative !important;
}

.p-absolute {
  position: absolute !important;
}

.p-fixed {
  position: fixed !important;
}

/* Color Transparent */
.color-transparent {
  color: transparent !important;
}

/* Background No Repeat */
.bg-no-repeat {
  background-repeat: no-repeat !important;
}

/* Background Size Auto */
.bg-size-auto {
  background-size: auto !important;
}

/* Background Size Cover */
.bg-size-cover {
  background-size: cover !important;
}

/* Background Position Center */
.bg-position-center {
  background-position: center center !important;
}

/* Background Clip Text */
.bg-clip-text {
  background-clip: text !important;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

/* Display flex */
.flex-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.pointer {
  cursor: pointer;
}

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

/* 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 {
  -webkit-box-sizing: content-box;
          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 {
  -webkit-box-sizing: border-box;
          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] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

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

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

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

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

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

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

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

@font-face {
  font-family: "Montserrat";
  src: url(/build/fonts/Montserrat-Bold.4b33f3d3.eot);
  src: local("Montserrat Bold"), local("Montserrat-Bold"), url(/build/fonts/Montserrat-Bold.4b33f3d3.eot?#iefix) format("embedded-opentype"), url(/build/fonts/Montserrat-Bold.180ba33d.woff) format("woff"), url(/build/fonts/Montserrat-Bold.5885feb2.ttf) format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url(/build/fonts/Montserrat-Regular.3220cdd4.eot);
  src: local("Montserrat Regular"), local("Montserrat-Regular"), url(/build/fonts/Montserrat-Regular.3220cdd4.eot?#iefix) format("embedded-opentype"), url(/build/fonts/Montserrat-Regular.3db65dc4.woff) format("woff"), url(/build/fonts/Montserrat-Regular.317b418e.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url(/build/fonts/Montserrat-Medium.418e43db.eot);
  src: local("Montserrat Medium"), local("Montserrat-Medium"), url(/build/fonts/Montserrat-Medium.418e43db.eot?#iefix) format("embedded-opentype"), url(/build/fonts/Montserrat-Medium.d42dad28.woff) format("woff"), url(/build/fonts/Montserrat-Medium.693c527a.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url(/build/fonts/Montserrat-ExtraBold.3e1f7a55.eot);
  src: local("Montserrat ExtraBold"), local("Montserrat-ExtraBold"), url(/build/fonts/Montserrat-ExtraBold.3e1f7a55.eot?#iefix) format("embedded-opentype"), url(/build/fonts/Montserrat-ExtraBold.75ee4192.woff) format("woff"), url(/build/fonts/Montserrat-ExtraBold.0697040c.ttf) format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Circe Rounded";
  src: url(/build/fonts/CirceRounded-Regular.fe037839.eot);
  src: local("Circe Rounded"), local("CirceRounded-Regular"), url(/build/fonts/CirceRounded-Regular.fe037839.eot?#iefix) format("embedded-opentype"), url(/build/fonts/CirceRounded-Regular.2b3a8768.woff2) format("woff2"), url(/build/fonts/CirceRounded-Regular.c019da27.woff) format("woff"), url(/build/fonts/CirceRounded-Regular.a7c8bb4e.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Jikharev";
  src: url(/build/fonts/JikharevPlain.ee2d9583.eot);
  src: url(/build/fonts/JikharevPlain.ee2d9583.eot?#iefix) format("embedded-opentype"), url(/build/fonts/JikharevPlain.2785919d.woff2) format("woff2"), url(/build/fonts/JikharevPlain.c10c7679.woff) format("woff"), url(/build/fonts/JikharevPlain.4d41d377.ttf) format("truetype"), url(/build/images/JikharevPlain.8a660f94.svg#JikharevPlain) format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Circe Rounded4";
  src: url(/build/fonts/CirceRounded-Regular4.381fe316.eot);
  src: local("Circe Rounded  Regular 4"), local("CirceRounded-Regular4"), url(/build/fonts/CirceRounded-Regular4.381fe316.eot?#iefix) format("embedded-opentype"), url(/build/fonts/CirceRounded-Regular4.a58e2b62.woff2) format("woff2"), url(/build/fonts/CirceRounded-Regular4.a2d7c5b9.woff) format("woff"), url(/build/fonts/CirceRounded-Regular4.5082a15f.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: calc(0.625vw + 12px);
}

.visually-hidden {
  display: none;
}

body {
  background-color: #FFFFFF;
  color: #000000;
  font-family: "Montserrat";
  font-weight: normal;
  -webkit-overflow-scrolling: touch;
  font-size: 1rem;
  -webkit-tap-highlight-color: transparent;
  line-height: "120%";
  margin: 0;
  overflow-x: hidden;
  min-height: 100vh;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
body * {
  list-style: inherit;
}

.container {
  width: 90%;
  max-width: 1470px;
  margin: 0 auto;
}
@media screen and (max-width: 1199px) {
  .container {
    width: 100%;
    max-width: none;
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .container {
    padding: 0 15px;
  }
}

main {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 0;
}

a {
  display: inline;
  border: none;
  outline: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: inherit;
}

ul {
  margin: 0;
  outline: none;
  border: none;
  list-style: none;
  padding: 0;
}

section {
  padding: 50px 0;
}
@media screen and (max-width: 1199px) {
  section {
    padding: 30px 0;
  }
}
@media screen and (max-width: 767px) {
  section {
    padding: 25px 0;
  }
}

h1,
.h1 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 4.5rem;
  line-height: 6rem;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1199px) {
  h1,
  .h1 {
    font-size: 4.5rem;
    line-height: 7rem;
  }
}
@media screen and (max-width: 767px) {
  h1,
  .h1 {
    font-size: 2.5rem;
    line-height: 4rem;
  }
}

h2 {
  margin: 0;
  padding: 0;
  font-size: 4rem;
  line-height: 100%;
}
@media screen and (max-width: 1199px) {
  h2 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 2.5rem;
  }
}

.btn {
    cursor: pointer;
  font-weight: bold;
  font-size: 1.5rem;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .btn {
    font-size: 1.1rem;
  }
}
.btn > span {
  padding: 20px;
  display: block;
  z-index: 1;
  position: relative;
}
.btn.btn-aqua span {
  background: #00cccc;
  color: #ffffff;
}
.btn.btn-aqua:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  outline: 3px solid #FFFFFF;
  left: 6px;
  top: 6px;
  z-index: -1;
}
.btn.btn-blue {
  background: #00cccc;
  color: #000000;
  position: relative;
}
.btn.btn-blue .img-wrapper {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50px;
}
@media screen and (max-width: 1199px) {
  .btn.btn-blue .img-wrapper {
    width: 40px;
  }
}
@media screen and (max-width: 767px) {
  .btn.btn-blue .img-wrapper {
    width: 30px;
  }
}
.btn.btn-blue .img-wrapper img {
  width: 100%;
  display: block;
}
.btn.btn-black {
  background: #000000;
  color: #ffffff;
  padding: 20px;
}
.btn.btn-black.btn-download {
  position: relative;
  padding: 0;
}
.btn.btn-black.btn-download .img-wrapper {
  position: absolute;
  top: 50%;
  left: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50px;
}
@media screen and (max-width: 1199px) {
  .btn.btn-black.btn-download .img-wrapper {
    width: 40px;
  }
}
@media screen and (max-width: 767px) {
  .btn.btn-black.btn-download .img-wrapper {
    width: 30px;
  }
}
.btn.btn-back {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .btn.btn-back {
    gap: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.btn.btn-back .img-wrapper {
  width: 50px;
}
@media screen and (max-width: 1199px) {
  .btn.btn-back .img-wrapper {
    width: 40px;
  }
}
@media screen and (max-width: 767px) {
  .btn.btn-back .img-wrapper {
    width: 30px;
  }
}
.btn.btn-back .img-wrapper img {
  width: 100%;
  display: block;
}

.heading-wrapper {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 30px;
  padding-bottom: 80px;
}
@media screen and (min-width: 1200px) {
  .heading-wrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 1199px) {
  .heading-wrapper {
    padding-bottom: 60px;
  }
}
.heading-wrapper h2 {
  font-size: 2.7rem;
  font-family: "Jikharev";
  color: #00cccc;
}
@media screen and (min-width: 768px) {
  .heading-wrapper h2 {
    font-size: 3.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .heading-wrapper h2 {
    font-size: 4.8rem;
  }
}
.heading-wrapper .catalog-type {
  font-weight: bold;
  font-size: 3rem;
  line-height: 120%;
  position: relative;
  z-index: 0;
  margin-left: 15px;
  margin-right: 15px;
}
@media screen and (max-width: 1199px) {
  .heading-wrapper .catalog-type {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .heading-wrapper .catalog-type {
    font-size: 1.5rem;
  }
}
.heading-wrapper .catalog-type:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% + 30px);
  height: calc(100% + 20px);
  background: #00cccc;
  z-index: -1;
}

.input-wrapper input[type=file] {
  display: none;
}
.input-wrapper input[type=file] + label {
  cursor: pointer;
  display: block;
}

.input-default {
  background: #cccccc;
  border: 6px solid #00cccc;
  color: #ffffff;
  width: 100%;
  outline: none;
  text-align: center;
  font-size: 2rem;
  line-height: 60px;
  height: 100px;
  font-weight: bold;
}
.input-default::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 0.7;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.input-default:-moz-placeholder {
  color: #ffffff;
  opacity: 0.7;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.input-default::-moz-placeholder {
  color: #ffffff;
  opacity: 0.7;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.input-default:-ms-input-placeholder {
  color: #ffffff;
  opacity: 0.7;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.input-default:focus::-webkit-input-placeholder {
  opacity: 0;
}
.input-default:focus:-moz-placeholder {
  opacity: 0;
}
.input-default:focus::-moz-placeholder {
  opacity: 0;
}
.input-default:focus:-ms-input-placeholder {
  opacity: 0;
}
.btn.btn-black:hover {
    background: #00cccc;
    color: #000;
    padding: 20px;
}
header {
  width: 100%;
  padding: 30px 0;
  background: #000000;
}
@media screen and (max-width: 767px) {
  header {
    padding: 20px 0;
  }
}
header .header-inner a {
  display: block;
  max-width: 150px;
  width: 100%;
}
header .header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.link {
    color: white;
    text-decoration: none;
    max-width: max-content !important;
}
.link:hover {
    color: #00cccc;
}
@media screen and (max-width: 767px) {
  header .header-inner a {
    max-width: 30vw;
  }
}
header .header-inner img {
  display: block;
  width: 100%;
}

.breadcrumbs {
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .breadcrumbs {
    padding-top: 20px;
  }
}

.breadcrumbs-list li {
  position: relative;
  font-family: "Circe Rounded";
  font-size: 1rem;
  margin: 10px 0;
}
@media screen and (max-width: 767px) {
  .breadcrumbs-list li {
    font-size: 1.2rem;
  }
}
.breadcrumbs-list li > a {
  color: #000000;
  text-decoration: none;
  position: relative;
}
.breadcrumbs-list li > a:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #000000;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.breadcrumbs-list li > a:hover:after {
  opacity: 1;
}
.breadcrumbs-list li > span.blue {
  color: #00cccc;
}
.breadcrumbs-list li + li {
  margin-left: 20px;
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  .breadcrumbs-list li + li {
    margin-left: 10px;
    padding-left: 30px;
  }
}
.breadcrumbs-list li + li:before {
  content: "";
  position: absolute;
  top: 0.2rem;
  left: 0;
  width: 20px;
  height: 15px;
  background-image: url(/build/images/br-arrow.73b4ee67.svg);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1199px) {
  .breadcrumbs-list li + li:before {
    top: 0.05rem;
  }
}

.instruction-inner h1 {
  font-size: 3rem;
  line-height: 100%;
  text-transform: none;
  padding-bottom: 80px;
}
@media screen and (max-width: 1199px) {
  .instruction-inner h1 {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .instruction-inner h1 {
    font-size: 2rem;
    padding-bottom: 40px;
  }
}
.instruction-inner .input-wrapper {
  width: 100%;
}
.instruction-inner .input-wrapper + .btns-wrapper {
  margin-top: 60px;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .instruction-inner .input-wrapper + .btns-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin-top: 40px;
  }
}
.instruction-inner .input-wrapper + .btns-wrapper > .btn {
  width: calc(50% - 2rem);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .instruction-inner .input-wrapper + .btns-wrapper > .btn {
    width: 100%;
  }
}
.instruction-inner .input-wrapper + .btns-wrapper > .btn > span {
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  .instruction-inner .input-wrapper + .btns-wrapper > .btn > span {
    padding: 20px 0;
  }
}
.instruction-inner .input-wrapper + .btns-wrapper > .btn .img-wrapper {
  position: absolute;
  left: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.instruction-inner .input-wrapper + .btns-wrapper > .btn.btn-blue {
    cursor: pointer;
  color: #ffffff;
}
.instruction-inner .input-wrapper + .btns-wrapper > .btn.btn-blue .img-wrapper {
  right: 30px;
  left: auto;
}
.instruction-inner.--vers2 h1 {
  font-size: 2rem;
  line-height: 120%;
  text-transform: none;
  padding-bottom: 50px;
}
.instruction-inner.--vers2 .instruction-ship {
  width: 50%;
  margin: 0 auto;
}
@media screen and (max-width: 1199px) {
  .instruction-inner.--vers2 .instruction-ship {
    width: 75vw;
  }
}
@media screen and (max-width: 767px) {
  .instruction-inner.--vers2 .instruction-ship {
    width: 100%;
  }
}
.instruction-inner.--vers2 .instruction-ship img {
  display: block;
  width: 100%;
}
.instruction-inner.--vers2 .instruction-ship > .img-wrapper img {
  border: 6px solid #FFFFFF;
  -webkit-box-shadow: 0px 2px 20px #E5E7EE;
          box-shadow: 0px 2px 20px #E5E7EE;
}
.instruction-inner.--vers2 .instruction-ship .btns-wrapper {
  margin-top: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .instruction-inner.--vers2 .instruction-ship .btns-wrapper {
    gap: 20px;
  }
}
.instruction-inner.--vers2 .instruction-ship .btns-wrapper .btn {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.instruction-inner.--vers2 .instruction-ship .btns-wrapper .btn .img-wrapper {
  position: absolute;
  left: 30px;
}
@media screen and (max-width: 767px) {
  .instruction-inner.--vers2 .instruction-ship .btns-wrapper .btn .img-wrapper {
    left: 10px;
  }
}
@media screen and (max-width: 375px) {
  .instruction-inner.--vers2 .instruction-ship .btns-wrapper .btn .img-wrapper {
    width: 25px;
  }
}
.instruction-inner.--vers2 .instruction-ship .btns-wrapper input {
  height: 85px;
  line-height: 85px;
}
@media screen and (max-width: 1199px) {
  .instruction-inner.--vers2 .instruction-ship .btns-wrapper input {
    height: 70px;
  }
}
@media screen and (max-width: 767px) {
  .instruction-inner.--vers2 .instruction-ship .btns-wrapper input {
    height: 60px;
    font-size: 1.2rem;
  }
}

footer {
  width: 100%;
  margin-top: 20px;
  padding: 100px 0;
  background: #00cccc;
}
@media screen and (max-width: 1199px) {
  footer {
    margin-top: 60px;
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  footer {
    margin-top: 40px;
    padding: 40px 0;
  }
}

.footer-inner {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .footer-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.footer-left {
  font-family: "Circe Rounded";
}
.footer-left .title {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .footer-left .title {
    font-size: 2rem;
  }
}
.footer-left .subtitle {
  font-size: 0.7rem;
}
@media screen and (max-width: 767px) {
  .footer-left .subtitle {
    font-size: 1rem;
  }
}

.footer-right {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 0.7rem;
  line-height: 0.9rem;
}
@media screen and (max-width: 767px) {
  .footer-right {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.footer-right .mail-link {
  color: #000000;
  text-decoration: none;
}
.footer-right .phone-link {
  margin: 10px 0;
  font-family: "Circe Rounded4";
  color: #000000;
  text-decoration: none;
}/*# sourceMappingURL=instruction.css.map */

/*# sourceMappingURL=data:application/json;charset=utf-8;base64,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QUNBO0VBQ0E7QUhrZEo7QUcvY1E7RUFWUjs7SUFXWTtJQUNBO0VIbWRWO0FBQ0Y7QUdqZFE7RUFmUjs7SUFnQlk7SUFDQTtFSHFkVjtBQUNGOztBR2pkQTtFQUNJO0VBQ0E7RUFDQTtFQUNBO0FIb2RKO0FHamRJO0VBUEo7SUFRUTtFSG9kTjtBQUNGO0FHbGRJO0VBWEo7SUFZUTtFSHFkTjtBQUNGOztBR2xkQTtJQUNJLGVDM0lRO0VENElSO0VBQ0E7RUFHQTtFQUNBO0VBQ0E7RUFDQTtFSG1kSjtBR2hkUTtBSHFlUjtFQUNFO0lBbEJBO0VBQ0Y7QUdoZEk7QUhxZUo7RUduZVE7RUFDQTtFQUNBO0VIa2RSO0FHN2NRO0FIa2VSO0VHaGVZLG1CQ25KUTtFSmttQnBCO0FHNWNRO0FIaWVSO0VHL2RZO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VIOGNaO0FHMWNJO0FIK2RKO0VHN2RRLG1CQ3JLVTtFRHNLVjtFSDRjUjtBRzFjUTtBSCtkUjtFRzdkWTtFQUNBO0VIK2RWLG1DRy9kVTtVQUNBO0VINGNaO0FHMWNZO0FIZ2VaO0VBQ0U7SUFuQkE7RUFDRjtBRzNjWTtBSGllWjtFQUNFO0lBbkJBO0VBQ0Y7QUc1Y1k7QUhrZVo7RUdoZWdCO0VIOGNoQjtBR3pjSTtBSCtkSjtFRzdkUSxtQkM5TFk7RUQrTFo7RUgyY1I7QUd6Y1E7QUgrZFI7RUc3ZFk7RUgyY1o7QUd6Y1k7QUgrZFo7RUc3ZGdCO0VBQ0E7RUFDQTtFSCtkZCxtQ0cvZGM7VUFDQTtFSDJjaEI7QUd6Y2dCO0FIZ2VoQjtFQUNFO0lBcEJBO0VBQ0Y7QUcxY2dCO0FIaWVoQjtFQUNFO0lBcEJBO0VBQ0Y7QUd4Y0k7QUgrZEo7RUFDRSx5QkcvZE07TUhnZUYsc0JHaGVFO1VBQ0E7RUhpZU4seUJHamVNO01Ia2VGLHNCR2xlRTtVQUNBO0VBQ0E7RUgwY1I7QUd4Y1E7QUhtZVI7RUFDRTtJR2xlVTtJSG9lUix3QkdwZVE7UUhxZUoscUJHcmVJO1lIMmNWO0VBQ0Y7QUd6Y1E7QUhzZVI7RUExQkE7QUd6Y1k7QUhzZVo7RUFDRTtJQTFCQTtFQUNGO0FHMWNZO0FIdWVaO0VBQ0U7SUExQkE7RUFDRjtBR3pjWTtBSHNlWjtFR3BlZ0I7RUgyY2hCO0FBNEJBOztBQUVBO0VBQ0Usc0JHbmVFO01Ib2VFLG1CR3BlRjtVQUVBO0VBQ0E7RUh1Y0o7QUdwY0k7QUhtZUo7RUFDRTtJQUNFLHlCR3BlSTtRSHFlQSxzQkdyZUE7WUh1Y047RUFDRjtBR3JjSTtBSHNlSjtFQUNFO0lBOUJBO0VBQ0Y7QUd0Y0k7QUh1ZUo7RUdsZVE7RUFDQSx1QkMzUVk7RUpndEJwQjtBR25jUTtBSG9lUjtFQUNFO0lBOUJBO0VBQ0Y7QUdwY1E7QUhxZVI7RUFDRTtJQTlCQTtFQUNGO0FHcGNJO0FIcWVKO0VHbmVRO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFSHNjUjtBR3BjUTtBSHFlUjtFQUNFO0lBOUJBO0VBQ0Y7QUdyY1E7QUhzZVI7RUFDRTtJQTlCQTtFQUNGO0FHdGNRO0FIdWVSO0VHcmVZO0VBQ0E7RUFDQTtFQUNBO0VIdWVWLHdDR3ZlVTtVQUNBO0VBQ0E7RUFDQSx5QkMvU1E7RURnVFI7RUh3Y1o7QUFpQ0E7O0FBRUE7RUEvQkE7QUduY1E7QUhxZVI7RUduZVk7RUhxY1o7QUFpQ0E7O0FBRUE7RUdoZUk7RUFDQSx5QkNyVWdCO0VEc1VoQjtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFSGtjSjtBSzN3Qkk7QUw2eUJKO0VLM3lCUTtFQUNBO0VBQUEsaUNERUs7RUoyd0JiO0FLMXdCSTtBTDZ5Qko7RUszeUJRO0VBQ0E7RUFBQSw4QkRKSztFSmd4QmI7QUt6d0JJO0FMNnlCSjtFSzN5QlE7RUFDQTtFQUFBLDhCRFZLO0VKcXhCYjtBS3h3Qkk7QUw2eUJKO0VLM3lCUTtFQUNBO0VBQUEsNkJEaEJLO0VKMHhCYjtBS3Z3Qkk7QUw2eUJKO0VBbkNBO0FLdHdCSTtBTDR5Qko7RUFuQ0E7QUtyd0JJO0FMMnlCSjtFQW5DQTtBS3B3Qkk7QUwweUJKO0VBbkNBO0FBcUNBO0FNOTBCQTtJQUNJO0lBQ0E7SUFDQTtBTjR5Qko7QU0xeUJJO0VBTEo7RU5zMUJFLGVNaDFCTTtFTjZ5Qk47QUFDRjtBTXp5QlE7RUFDSTtJQUNBO0VOMnlCWjtBTXp5Qlk7QU4rMEJaO0VBQ0UsY00vMEJjO0VONHlCZDtFQUNGO0FNenlCUTtBTiswQlI7SU03MEJZO0lOMnlCWjtJQXFDSSxtQkFBbUI7QU9uNEJ2QjtBUHE0QkE7SUFuQ0E7SU8vMUJJO0lBSEo7QVB5NEJBO0FBQ0E7SUFuQ0E7QUFxQ0E7QU9uNEJJO0VBQ0k7SUFDQTtFQUNBO0FQcTRCUjtBQW5DQTtFTzkxQlk7RUFQUjtBUDQ0Qko7O0FBbENBO0VPOTFCUTtBUG80QlI7QUFDQTtFT2w0Qlk7SVBnMkJaO0VPOTFCWTtBUG80Qlo7O0FBRUE7RU9sNEJnQjtFQUNBO0VBQ0E7RUFDQTtBUG80QmhCO0FBQ0E7RU9uNEJnQjtJUGcyQmhCO0VPNzFCWTtBUG80Qlo7QUFwQ0E7RU96MUJZO0VBQ0kscUJIckJJO0VKZzNCcEI7QU92MUJRO0FQODNCUjtFTzUzQlk7RVB5MUJaO0VPdDFCZ0I7RUFMUjtFUG00Qk4sV083M0JrQjtFUDgzQmxCLFdPNzNCa0I7RVB5MUJsQjtFQUNGO0VPdDFCWTtFQUNJO0FQNjNCaEI7QUFDQTtFTzEzQmdCO0FQNDNCaEI7QUFDQTtFTzEzQmdCO0FQNDNCaEI7QUFDQTtFTzEzQmdCO0VQdTFCaEI7QU9wMUJvQjtBUDIzQnBCO0VBQ0U7SUFwQ0E7SUFDRjtFQXNDRTtBRjk2QkU7QUVnN0JKO0VGOTZCUTtFQUNBO0VBQ0E7RUUyNEJSO0VGeDRCWTtFQVBSO0VFdTdCRiwwREYvNkJjO0VFMjRCZDtFQUNGO0VGejRCWTtBRWc3Qlo7QUFDQTtFQUNFO0lBcENBO0VBQ0Y7QUZ4NEJJOztBRTI0Qko7RUZ4NEJRO0VBQ0k7RUFDQTtFRTA0Qlo7QUZ4NEJZO0FFKzZCWjtFQUNFO0lGLzZCYztFRWk3QmQ7QUFDRjtBQUNBO0VBQ0U7SUF2Q0E7SUFDRjtFRno0Qlk7QUVtN0JaO0FBQ0E7RUFDRSxXRm43QmM7QUVvN0JoQjtBQUNBO0VBekNBO0VGejRCZ0I7QUVxN0JoQjtBQUNBO0VBekNFO0lBQ0Y7SUYxNEJnQjtRQUNJO1lFNDRCcEI7SUYxNEJvQjtJQUhKO0VFMDdCZDtBQUNGO0FBekNBO0VGMTRCZ0I7RUFDSTtNQUNBO1VBQ0E7RUFDQTtBRXM3QnBCO0FBMUNBO0VGejRCZ0I7SUFDSTtFRTI0QnBCO0FGejRCb0I7QUVzN0JwQjtFRnA3QndCO0FFMjRCeEI7QUZsNEJRO0VBQ0k7SUFDQTtFQUNBO0FFKzZCWjtBQTFDQTtFRmo0QlE7RUFDSTtFQUNBO0VFbTRCWjtVRmg0QmdCO0FFNjZCaEI7QUFDQTtJQTFDRTtFQUNGO0FGajRCZ0I7QUU4NkJoQjtFQUNFLFdGOTZCa0I7RUVvNEJsQjtBQUNGO0FGajRCWTtFQUNJO0VBQ0E7RUVtNEJoQjtFRi8zQmdCO0FFNDZCaEI7QUFDQTtFQUNFLFVGMzZCa0I7RUVnNEJwQjtBRjMzQlk7QUV5NkJaO0VGdjZCZ0I7SUFBQTtFRTA2QmQ7QUFDRjtBQUNBO0VGMTZCZ0I7SUU2M0JoQjtFRjMzQmdCO0FFNDZCaEI7QUFDQTtFQTlDRTtFQUNGO0FGNTNCZ0I7QUU2NkJoQjtFQUNFLHlCRjc2QmtCO0VFODZCbEIsd0NGOTZCa0I7VUFDQTtBRTgzQnBCO0FGNTNCb0I7RUFDSTtFQUNBO0VFODNCeEI7TUYzM0J3QjtVQUxKO0VFbzdCbEIsU0Y5NkIwQjtFRTgzQjFCO0FBQ0Y7QUY1M0J3QjtFQVRKO0lBVVE7RUUrM0IxQjtBQUNGO0FGMzNCZ0I7RUFDSTtNQUNBO1VFNjNCcEI7RUYzM0JvQjtBRTg2QnBCO0FBQ0E7RUFoREU7RUFDRjtBRjUzQm9CO0FFKzZCcEI7RUFDRTtJRjk2QnNCO0VFKzNCdEI7QUFDRjtBQWtEQTtFUTdsQ0E7SUFDSTtFQUNBO0FSK2xDSjtBQUNBO0VBaERBO0VRM2lDUTtBUjhsQ1I7QUFDQTtFQUNFO0lBaERBO0VBQ0Y7QVE1aUNRO0FSK2xDUjtFQUNFO0lROWxDVTtJUitpQ1Y7RUFDRjtBQWtEQTs7QUFFQTtFQUNFLFdRL2xDRTtFUmdtQ0YsZ0JRaG1DRTtFQUNBO0VSaW1DRixtQlFqbUNFO0FSa21DSjtBQXBEQTtFUTVpQ0k7SUFKSjtJQUtRO0VSb21DTjtBQUNGO0FBQ0E7RUFDRTtJUXJtQ007SVJ1bUNKLGVRdm1DSTtFUndtQ047QUFDRjs7QUFFQTtFQTNERTtNQUNGO1VBNkRVLDhCQUE4QjtFUXptQ3hDO01BQ0k7VVIraUNKO0FRN2lDSTtBUjJtQ0o7RUEzREE7SVE1aUNRO0lBSko7UUFLUTtZUitpQ1Y7SUFDRjtJUTVpQ0k7UUFFSTtZUjZpQ1I7SVEzaUNRO1FBSko7WUFLUTtFUjhpQ1Y7QUFDRjs7QVExaUNBO0VBQ0k7QVJ5bUNKO0FBQ0E7RUFDRSxpQlEzbUNFO0FSNG1DSjtBQUNBO0VBOURBO0lRM2lDSTtFQUxKO0FSa25DQTtBQUNBO0VBOURFO0FBQ0Y7QVEzaUNJO0VBQ0k7SUFDQTtFUjZpQ1I7QVExaUNJOztBUjRtQ0o7RVF6bUNRLDRCSmpEVTtFSWtEVjtNUjRpQ1I7VUFnRVUsc0JBQXNCO0VBQzlCLGlCQUFpQjtFQUNqQixtQkFBbUI7QUFDckI7QUFDQTtFQUNFO0lBQ0UsZUFBZTtJQUNmLG1CQUFtQjtFQUNyQjtBQUNGO0FBQ0E7RUFDRSxjQUFjO0VBQ2QscUJBQXFCO0FBQ3ZCO0FBQ0E7RUFDRSxjQUFjO0VBQ2QsNkJBQTZCO0VBQzdCLGNBQWM7RUFDZCxxQkFBcUI7QUFDdkIsQ0FBQywwQ0FBMEMsQyIsInNvdXJjZXMiOlsid2VicGFjazovLy8uL2Fzc2V0cy9zY3NzL2luc3RydWN0aW9uLnNjc3MiLCJ3ZWJwYWNrOi8vLy4vYXNzZXRzL3Njc3MvYmFzZS9faGVscGVycy5zY3NzIiwid2VicGFjazovLy8uL2Fzc2V0cy9jc3MvaW5zdHJ1Y3Rpb24uY3NzIiwid2VicGFjazovLy8uL2Fzc2V0cy9zY3NzL2NvbmZpZy9fbm9ybWFsaXplLnNjc3MiLCJ3ZWJwYWNrOi8vLy4vYXNzZXRzL3Njc3MvY29uZmlnL19mb250cy5zY3NzIiwid2VicGFjazovLy8uL2Fzc2V0cy9zY3NzL2Jhc2UvX2Jhc2Uuc2NzcyIsIndlYnBhY2s6Ly8vLi9hc3NldHMvc2Nzcy9jb25maWcvX3ZhcmlhYmxlcy5zY3NzIiwid2VicGFjazovLy8uL2Fzc2V0cy9zY3NzL2NvbmZpZy9fbWl4aW5zLnNjc3MiLCJ3ZWJwYWNrOi8vLy4vYXNzZXRzL3Njc3MvYmFzZS9faGVhZGVyLnNjc3MiLCJ3ZWJwYWNrOi8vLy4vYXNzZXRzL3Njc3MvY29tcG9uZW50cy9fYnJlYWRjcnVtYnMuc2NzcyIsIndlYnBhY2s6Ly8vLi9hc3NldHMvc2Nzcy9iYXNlL19mb290ZXIuc2NzcyJdLCJuYW1lcyI6W10sInNvdXJjZVJvb3QiOiIifQ==*/