/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
/*@import url("https://fonts.googleapis.com/css2?family=Saira+Condensed:wght@400;700;800&display=swap");*/


/* saira-condensed-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Saira Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/saira-condensed-v11-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* saira-condensed-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Saira Condensed';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/saira-condensed-v11-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* saira-condensed-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Saira Condensed';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/saira-condensed-v11-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

html {
  box-sizing: border-box;
}

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

* {
  max-height: 1000000px;
}

body {
  color: #000;
  background: #fff;
  font: 16px/1.125 "Saira Condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
}

.header-banner {
  position: relative;
  margin-bottom: 5vw;
}
@media (min-width: 768px) {
  .header-banner {
    /* margin-bottom: 10vw; */
  }
}
@media (min-width: 1024px) {
  .header-banner {
    /* margin-bottom: 70px; */
  }
}
.header-banner:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #FF8942;
  background-image: url("../img/bg-header.png");
  background-size: 670px;
  background-position: 40% 50%;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10vw), 0% 100%);
}
@media (min-width: 1024px) {
  .header-banner:after {
    background-position: 50%;
    background-size: 1400px;
    /* clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10vw), 0% 100%); */
  }
}
@media (min-width: 1400px) {
  .header-banner:after {
    background-size: 100%;
  }
}
@media (min-width: 1920px) {
  .header-banner:after {
    background-size: 1920px;
  }
}
.header-banner .container {
  position: relative;
  z-index: 10;
  height: 49vw;
  min-height: 195px;
  max-height: 245px;
  padding: 26px 25px 10vw;
  max-width: 1250px;
}
@media (min-width: 1024px) {
  .header-banner .container {
    height: 453px;
    max-height: none;
  }
}
.header-banner .logo {
  display: block;
  max-width: 117px;
}
@media (min-width: 768px) {
  .header-banner .logo {
    max-width: 164px;
  }
}
.header-banner .image-block {
  position: absolute;
  bottom: 0;
  left: calc(50% - 40px);
  max-width: 220px;
}
@media (min-width: 768px) {
  .header-banner .image-block {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (min-width: 1024px) {
  .header-banner .image-block {
    max-width: 410px;
    bottom: 30px;
  }
}

.footer {
  padding: calc(10vw + 40px) 0 150px;
  text-align: center;
  background-color: #D3D3D3;
  background-image: url("../img/bg-footer.png");
  background-size: 1400px;
  background-position: -200px -240px;
  clip-path: polygon(0 10vw, 100% 0, 100% 100%, 0% 100%);
  margin-top: -10vw;
}
@media (min-width: 1024px) {
  .footer {
    /* margin-top: -140px; */
    padding: calc(10vw + 40px) 0 180px;
    /* clip-path: polygon(0 10vw, 100% 0, 100% 100%, 0% 100%); */
    background-position: 50%;
    text-align: left;
  }
}
@media (min-width: 1400px) {
  .footer {
    background-size: 100%;
  }
}
@media (min-width: 1920px) {
  .footer {
    background-size: 1920px;
  }
}
@media (min-width: 1024px) {
  .footer .container {
    display: flex;
    justify-content: space-between;
  }
}
.footer .copyright {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .footer .copyright {
    max-width: 40%;
    font-size: 18px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .footer .footer-menu {
    max-width: 30%;
  }
}
.footer .footer-menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1024px) {
  .footer .footer-menu ul {
    justify-content: flex-start;
  }
}
.footer .footer-menu ul li {
  margin: 0 15px;
}
.footer .footer-menu ul a {
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  color: #000;
  text-decoration: none;
  transition: 0.3s;
}
.footer .footer-menu ul a:hover {
  color: #FF8942;
}

#wrapper {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}

.container {
  width: 100%;
  max-width: 950px;
  padding: 0 25px;
  margin: 0 auto;
}
.container:after {
  content: "";
  display: block;
  clear: both;
}

.form-section {
  text-align: center;
}
.form-section .title-page,
.form-section .subtitle-page {
  padding: 0 25px;
}

.title-page {
  font-size: 24px;
  line-height: 1.33;
  font-weight: 700;
  margin: 0 15px;
}
@media (min-width: 768px) {
  .title-page {
    font-size: 44px;
  }
}

.subtitle-page {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.16;
  margin: 0 0 20px;
}
@media (min-width: 768px) {
  .subtitle-page {
    font-size: 30px;
  }
}

.form {
  counter-reset: number;
}
.form .step-form {
  counter-increment: number;
}
.form .step-form.step-1 {
  margin-bottom: 45px;
}
@media (min-width: 1024px) {
  .form .step-form.step-1 {
    margin-bottom: 105px;
  }
}
.form .step-form.step-1.active {
  margin-bottom: calc(10vw + 55px);
}
@media (min-width: 1024px) {
  .form .step-form.step-1.active {
    /* margin-bottom: 195px; */
  }
}
.form .step-form.step-2 {
  padding: 27px 0 calc(10vw + 55px);
  position: relative;
}
@media (min-width: 1024px) {
  .form .step-form.step-2 {
    /* padding: 89px 0 170px; */
  }
}
.form .step-form.step-2:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  background: #F4F4F4;
  z-index: -1;
}
.form .title-block {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 20px;
}
@media (min-width: 768px) {
  .form .title-block {
    margin-bottom: 40px;
    font-size: 26px;
    line-height: 1.12;
  }
}
.form .title-block:before {
  content: counter(number) ".";
  display: block;
  text-align: center;
  font-weight: 700;
  color: #FF8942;
}
.form .bag-radio-group {
  display: flex;
  justify-content: center;
}
.form .bag-radio-group .bag-radio-item {
  max-width: 33.33%;
  text-align: center;
}
@media (min-width: 1024px) {
  .form .bag-radio-group .bag-radio-item {
    max-width: 259px;
  }
}
.form .bag-radio-group label {
  cursor: pointer;
}
.form .bag-radio-group label:hover .image-block:after {
  transform: translateX(-50%) scale(1.3);
}
.form .bag-radio-group label [type=radio] {
  display: none;
}
.form .bag-radio-group label [type=radio]:checked + .image-block:after {
  background: radial-gradient(circle, #FF8942 2px, rgba(255, 137, 66, 0) 2px);
}
@media (min-width: 768px) {
  .form .bag-radio-group label [type=radio]:checked + .image-block:after {
    background: radial-gradient(circle, #FF8942 5px, rgba(255, 137, 66, 0) 5px);
  }
}
.form .bag-radio-group label .image-block {
  display: block;
  padding-bottom: 10px;
  position: relative;
}
@media (min-width: 768px) {
  .form .bag-radio-group label .image-block {
    padding-bottom: 0;
  }
}
.form .bag-radio-group label .image-block:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #000;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s;
}
@media (min-width: 768px) {
  .form .bag-radio-group label .image-block:after {
    width: 20px;
    height: 20px;
  }
}
.form .radio-group {
  display: flex;
  justify-content: center;
}
.form .radio-group .radio-item {
  margin: 0 10px;
}
.form .radio-group .radio-item label {
  display: block;
}
.form .radio-group .radio-item label:hover .text-block {
  background: #000;
  color: #FF8942;
}
.form .radio-group .radio-item label [type=radio] {
  display: none;
}
.form .radio-group .radio-item label [type=radio]:checked + .text-block {
  background: #FF8942;
  color: #000;
}
.form .radio-group .radio-item label .text-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 97px;
  height: 97px;
  cursor: pointer;
  background: #fff;
  transition: 0.3s;
  padding: 20px 25px;
  font-size: 29px;
  font-weight: 700;
  line-height: 0.8;
}
@media (min-width: 1024px) {
  .form .radio-group .radio-item label .text-block {
    width: 105px;
    height: 105px;
    font-size: 33px;
  }
}
.form .radio-group .radio-item label .text-block.lh-small {
  line-height: 0.6;
}
.form .radio-group .radio-item label .text-block .big-text {
  display: block;
  font-size: 36px;
}
@media (min-width: 1024px) {
  .form .radio-group .radio-item label .text-block .big-text {
    font-size: 42px;
  }
}
.form .radio-group .radio-item label .text-block .small-text {
  display: block;
  font-size: 26px;
}
@media (min-width: 1024px) {
  .form .radio-group .radio-item label .text-block .small-text {
    font-size: 29px;
  }
}
.form .form-holder {
  width: 100%;
  max-width: 391px;
  margin: 0 auto;
  padding-top: 30px;
}
@media (min-width: 1024px) {
  .form .form-holder {
    padding-top: 40px;
  }
}
.form .form-block {
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .form .form-block {
    margin-bottom: 40px;
  }
}
.form .form-row {
  margin: 0 -6px 15px;
  display: flex;
}
@media (min-width: 1024px) {
  .form .form-row {
    margin: 0 -7px 16px;
  }
}
.form .form-row.success {
  display: none;
}
.form .form-row .form-item {
  padding: 0 6px;
  width: 100%;
}
@media (min-width: 1024px) {
  .form .form-row .form-item {
    padding: 0 7px;
  }
}
.form .form-row .form-item.w-33 {
  width: 33%;
}
.form .form-row .checkbox-item {
  text-align: left;
  display: block;
  cursor: pointer;
  position: relative;
}
.form .form-row .checkbox-item [type=checkbox] {
  position: absolute;
  width: auto;
  top: 4px;
  left: 2px;
  opacity: 0;
}
@media (min-width: 768px) {
  .form .form-row .checkbox-item [type=checkbox] {
    top: 6px;
    left: 4px;
  }
}
.form .form-row .checkbox-item [type=checkbox]:checked + .text-block:after {
  background: radial-gradient(circle, #FF8942 3px, rgba(255, 137, 66, 0) 3px);
}
@media (min-width: 768px) {
  .form .form-row .checkbox-item [type=checkbox]:checked + .text-block:after {
    background: radial-gradient(circle, #FF8942 5px, rgba(255, 137, 66, 0) 5px);
  }
}
.form .form-row .checkbox-item .text-block {
  display: block;
  position: relative;
  padding-left: 28px;
}
@media (min-width: 768px) {
  .form .form-row .checkbox-item .text-block {
    padding-left: 32px;
  }
}
.form .form-row .checkbox-item .text-block:after {
  content: "";
  position: absolute;
  width: 17px;
  height: 17px;
  border-radius: 2px;
  border: 1px solid #707070;
  top: 0;
  left: 0;
}
@media (min-width: 768px) {
  .form .form-row .checkbox-item .text-block:after {
    width: 20px;
    height: 20px;
    border-radius: 4px;
  }
}
.form .form-row .checkbox-item .text-block a {
  color: inherit;
}
.form .form-row .checkbox-item .text-block a:hover {
  text-decoration: none;
}
.form .form-row input {
  display: block;
  width: 100%;
  line-height: 1;
  font-size: 15px;
  font-weight: 400;
  color: #000;
  padding: 13px 10px 11px 25px;
  border-radius: 4px;
  border: 1px solid #707070;
}
@media (min-width: 1024px) {
  .form .form-row input {
    font-size: 16px;
    padding: 14px 10px 12px 25px;
  }
}
.form .form-row input::-webkit-input-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
}
.form .form-row input::-moz-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
}
.form .form-row input:-moz-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
}
.form .form-row input:-ms-input-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
}
.form .form-row input:focus::-webkit-input-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.form .form-row input:focus::-moz-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.form .form-row input:focus:-moz-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.form .form-row input:focus:-ms-input-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.form .form-row input::-webkit-input-placeholder {
  color: #000;
}
.form .form-row input::-moz-placeholder {
  opacity: 1;
  color: #000;
}
.form .form-row input:-moz-placeholder {
  color: #000;
}
.form .form-row input:-ms-input-placeholder {
  color: #000;
}
.form .form-row input.placeholder {
  color: #000;
}
.form .form-row input[type=number] {
  appearance: none;
  -moz-appearance: textfield;
}
.form .form-row input[type=number]::-webkit-outer-spin-button, .form .form-row input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form .btn {
  margin-bottom: 20px;
}
.form .btn:last-child {
  margin-bottom: 0;
}
.form .form-text {
  font-size: 16px;
  text-align: left;
  line-height: 1.1;
  margin-bottom: 22px;
}
.form .success-holder {
  text-align: center;
  padding-top: 10px;
}
@media (min-width: 1024px) {
  .form .success-holder {
    padding-top: 20px;
  }
}
.form .success-holder .success-title-block {
  font-size: 24px;
  line-height: 1.2;
  margin: 0;
  color: #FF8942;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .form .success-holder .success-title-block {
    font-size: 30px;
  }
}
.form .success-holder .success-text-block {
  font-size: 16px;
  line-height: 1.6;
}
@media (min-width: 1024px) {
  .form .success-holder .success-text-block {
    font-size: 22px;
  }
}
.form .success-holder .success-text-block p {
  margin: 0 0 20px;
}
@media (min-width: 1024px) {
  .form .success-holder .success-text-block p {
    margin: 0 0 30px;
  }
}
.form .success-holder .success-text-block p:last-child {
  margin-bottom: 0;
}

.btn {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.1;
  border-radius: 4px;
  background: #FF8942;
  border: none;
  padding: 12px 15px;
  transition: 0.3s;
}
@media (min-width: 1024px) {
  .btn {
    font-size: 22px;
    padding: 14px 15px;
  }
}
.btn:hover {
  background: #000;
  color: #FF8942;
}

.resize-active * {
  transition: none !important;
}