@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body {
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: normal;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  background: #fff;
  color: #000; }

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

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

a {
  display: block;
  text-decoration: none;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  outline: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }
  a:hover, a:focus {
    text-decoration: none; }

input, textarea, select {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Montserrat', sans-serif;
  border: 1px solid #FD5200;
  border-radius: 10px;
  width: 100%;
  height: 54px;
  background: transparent;
  color: #000; }
  input::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
    color: #000; }
  input::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
    color: #000; }
  input::-ms-input-placeholder, textarea::-ms-input-placeholder, select::-ms-input-placeholder {
    color: #000; }
  input::placeholder, textarea::placeholder, select::placeholder {
    color: #000; }
  input:hover, input:focus, textarea:hover, textarea:focus, select:hover, select:focus {
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none; }

label {
  display: block;
  width: 100%;
  margin: 0 0 13px; }
  label:last-child {
    margin: 0; }

textarea {
  resize: none;
  padding: 12px 17px;
  height: 103px; }

button, .btn {
  outline: none;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  cursor: pointer;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-family: 'Montserrat', sans-serif;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0; }
  button:hover, button:focus, .btn:hover, .btn:focus {
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none; }

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500; }

.btn-white {
  background: #fff;
  color: #FD5200; }
  .btn-white:hover {
    background: #FFCB05;
    color: #000; }

.svg-icon {
  display: inline-block;
  width: 100%;
  height: 100%; }

strong, b {
  font-weight: bold;
  display: inline-block; }

ul, ol {
  padding: 0 0 0 20px; }

.my-ul {
  list-style: none;
  padding: 0; }

.color-yellow {
  color: #FFCB05; }

.container {
  max-width: 1450px;
  padding: 0 15px; }

.row {
  margin: 0 -15px; }
  .row > * {
    padding: 0 15px; }

h1 {
  font-size: 48px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 29px;
  max-width: 826px; }

h2 {
  width: 100%;
  margin: 0 0 15px;
  color: #FD5200;
  text-transform: uppercase;
  font-size: 42px;
  line-height: 46px;
  font-weight: bold; }

.box-text {
  line-height: 30px;
  font-size: 22px; }

.mb-35 {
  margin-bottom: 35px; }

.mb-30 {
  margin-bottom: 30px; }

.mb-45 {
  margin-bottom: 45px; }

.mb-60 {
  margin-bottom: 60px; }

.nav-tabs {
  border: none;
  font-size: 18px; }
  .nav-tabs .nav-item {
    margin: 0 40px 0 0; }
    .nav-tabs .nav-item:last-child {
      margin: 0; }
  .nav-tabs .nav-link {
    border: 1px solid #FD5200;
    border-radius: 10px;
    padding: 16px 26px;
    margin: 0;
    color: #FD5200; }
    .nav-tabs .nav-link:hover {
      background: #FD5200;
      color: #fff; }
    .nav-tabs .nav-link.active {
      color: #fff;
      background: linear-gradient(135.84deg, #FD5200 0%, #F3991F 107.91%);
      border-color: transparent;
      font-weight: bold; }

.slick-slider {
  width: 100%; }

.slick-slide {
  outline: none; }

.slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 1;
  opacity: 1;
  background: transparent;
  width: 54px;
  height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  fill: none;
  stroke: #FD5200;
  border: 3px solid #FD5200;
  border-radius: 50%; }
  .slick-arrow:hover, .slick-arrow:focus {
    background: #FFCB05;
    stroke: #000;
    border-color: #FFCB05; }
  .slick-arrow svg {
    width: 9px;
    height: 17px; }

.slick-prev {
  left: 0; }

.slick-next {
  right: 0; }

.slick-dots {
  padding: 0;
  list-style: none;
  position: relative;
  bottom: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 26px 0 0; }
  .slick-dots li {
    cursor: pointer;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    border: 1px solid #FFCB05;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin: 0 16px 0 0; }
    .slick-dots li:last-child {
      margin: 0; }
    .slick-dots li button {
      display: none; }
    .slick-dots li.slick-active {
      background: #FFCB05; }

.link-light-orange {
  color: #F3991F; }
  .link-light-orange:hover {
    color: #FD5200; }

.bg-orange {
  background: linear-gradient(135.84deg, #FD5200 0%, #F3991F 107.91%); }

.tab-content {
  width: 100%; }

.tab-pane {
  width: 100%; }

.radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  cursor: pointer;
  color: #FD5200;
  font-size: 18px; }
  .radio input {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #fff; }
  .radio input:checked {
    background: linear-gradient(135.84deg, #FD5200 0%, #F3991F 107.91%);
    border-color: transparent; }
    .radio input:checked + .radio-text {
      font-weight: bold;
      color: #fff; }

.select-my {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 2px solid #FFFFFF;
    border-radius: 5px;
  height: 40px;
  padding: 0 32px 0 16px;
  background: transparent url("../img/select-arrow.svg") no-repeat calc(100% - 20px) center;
    background-size: 12px;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 238px;
  display: block; }
