*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:where(ul, ol):where([class]) {
  padding-left: 0;
}

:where(blockquote, figure):where([class]) {
  margin: 0;
}

:where(h1, h2, h3, h4, h5, h6, p, ul, ol, dl):where([class]) {
  margin-block: 0;
}

:where(dd[class]) {
  margin-left: 0;
}

:where(fieldset[class]) {
  margin-left: 0;
  padding: 0;
  border: none;
}

:where(ul[class]) {
  list-style: none;
}

p {
  margin-block: 0;
}

p:where(:not([class]):not(:last-child)) {
  margin-bottom: 24px;
}

img:where(:not([class])) {
  display: block;
  max-width: 100%;
}

input,
textarea,
select,
button {
  font: inherit;
}

svg *[fill] {
  fill: currentColor;
}

svg *[stroke] {
  stroke: currentColor;
}

svg * {
  -webkit-transition-property: fill, stroke;
  transition-property: fill, stroke;
}

@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
html {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100%;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #010101;
  font-weight: 400;
  background-color: #fff;
}

p {
  margin-bottom: 16px;
  font-size: inherit;
  line-height: inherit;
}

small, .text-small {
  font-size: 15px !important;
  line-height: 16px;
  display: block;
  margin-bottom: 16px;
}

a, .link, .link-arrow, .link-block {
  display: inline-block;
  text-decoration: none;
  font-size: inherit;
  font-weight: inherit;
  color: #237BBD;
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
  padding: 0;
}
a:hover, a:focus, .link:hover, .link:focus, .link-arrow:hover, .link-arrow:focus, .link-block:hover, .link-block:focus {
  color: rgb(29.421875, 103.396875, 158.878125);
  text-decoration: none;
  outline: none;
}
a:active, .link:active, .link-arrow:active, .link-block:active {
  color: rgb(29.421875, 103.396875, 158.878125);
}

.link, .link-arrow {
  font-weight: 500;
}

.link-block {
  display: block;
  margin-bottom: 20px;
}

.link-arrow:after {
  content: "\ee8f";
  padding: 0 0 0 8px;
  font-family: boxicons !important;
  font-weight: 400;
  font-size: 0.8em;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  display: inline-block;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  margin: 0 0 24px 0;
  color: inherit;
}

h1 {
  font-size: 48px;
  font-weight: 600;
  line-height: 56px;
}
@media (max-width: 480px) {
  h1 {
    font-size: 32px;
    line-height: 36px;
    letter-spacing: -2px;
  }
}

h2 {
  font-size: 44px;
  font-weight: 900;
  line-height: 44px;
}
@media (max-width: 480px) {
  h2 {
    font-size: 32px;
    line-height: 36px;
  }
}

h3 {
  font-size: 28px;
  font-weight: 900;
  line-height: 1.4;
}

h4 {
  font-size: 24px;
  font-weight: 800;
  line-height: 1.5;
}

h5 {
  font-size: 20px;
  font-weight: 800;
  line-height: 24px;
}

h6 {
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

ul li::marker {
  color: #ef3124;
}

blockquote {
  font-size: 1.25em;
  font-style: italic;
  margin: 16px 0;
  padding-left: 32px;
  border-left: 5px solid #ef3124;
  color: #061727;
}

.text-lg {
  font-size: 20px;
  line-height: 28px;
}

.text-lg-center {
  text-align: center;
}
@media (max-width: 480px) {
  .text-lg-center {
    text-align: left;
  }
}

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

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

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

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

.text-bold {
  font-weight: bold;
}

.text-white {
  color: #fff;
}

.link-white {
  color: #fff;
}

.text-gray {
  color: #d9d9d9;
}

.link-gray {
  color: #d9d9d9;
}

.text-light-gray {
  color: #ddd;
}

.link-light-gray {
  color: #ddd;
}

.text-primary {
  color: #ef3124;
}

.link-primary {
  color: #ef3124;
}

.text-success {
  color: #46e873;
}

.link-success {
  color: #46e873;
}

.text-warning {
  color: #FCF4D6;
}

.link-warning {
  color: #FCF4D6;
}

.text-danger {
  color: #DA1E28;
}

.link-danger {
  color: #DA1E28;
}

.text-link {
  color: #237BBD;
}

.link-link {
  color: #237BBD;
}

.text-link-inverse {
  color: #70B9E7;
}

.link-link-inverse {
  color: #70B9E7;
}

.text-text {
  color: #010101;
}

.link-text {
  color: #010101;
}

.text-text-inverse {
  color: #fff;
}

.link-text-inverse {
  color: #fff;
}

.text-dark {
  color: #061727;
}

.link-dark {
  color: #061727;
}

.text-dark-accent {
  color: #012749;
}

.link-dark-accent {
  color: #012749;
}

.text-black {
  color: #111;
}

.link-black {
  color: #111;
}

.text-main {
  color: #4A54EE;
}

.link-main {
  color: #4A54EE;
}

.text-accent {
  color: #57811F;
}

.link-accent {
  color: #57811F;
}

.text-bg {
  color: #f1f4f4;
}

.link-bg {
  color: #f1f4f4;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: translate(0, -15px);
            transform: translate(0, -15px);
  }
  50% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
  100% {
    -webkit-transform: translate(0, 15px);
            transform: translate(0, 15px);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: translate(0, -15px);
            transform: translate(0, -15px);
  }
  50% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
  100% {
    -webkit-transform: translate(0, 15px);
            transform: translate(0, 15px);
  }
}
@-webkit-keyframes white {
  0% {
    background: rgba(255, 255, 255, 0);
  }
  100% {
    background: rgb(255, 255, 255);
  }
}
@keyframes white {
  0% {
    background: rgba(255, 255, 255, 0);
  }
  100% {
    background: rgb(255, 255, 255);
  }
}
@-webkit-keyframes float-up-down {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
@keyframes float-up-down {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
[class*=__container],
.container {
  max-width: 1280px;
  margin: 0 auto;
  padding-right: 16px;
  padding-left: 16px;
}

[class*=__container-md],
.container-md {
  max-width: 1024px;
  margin: 0 auto;
}

[class*=__container-sm],
.container-sm {
  max-width: 768px;
  margin: 0 auto;
}

@media (max-width: 480px) {
  [class*=container] {
    width: 100%;
    padding: 0px 20px;
  }
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 32px;
}
.row-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.column, .col-16, .col-15, .col-14, .col-13, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  padding-right: 16px;
  padding-left: 16px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.col-1 {
  width: 6.25%;
}
@media (max-width: 768px) {
  .col-1 {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .col-1 {
    width: 100%;
    margin-bottom: 32px;
  }
}

.offset-1 {
  margin-left: 6.25%;
}
@media (max-width: 1024px) {
  .offset-1 {
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  .offset-1 {
    margin-left: 0;
  }
}

.grid-1 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 24px;
}
@media (max-width: 480px) {
  .grid-1 {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 480px) {
  .order-xs-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.col-2 {
  width: 12.5%;
}
@media (max-width: 768px) {
  .col-2 {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .col-2 {
    width: 100%;
    margin-bottom: 32px;
  }
}

.offset-2 {
  margin-left: 12.5%;
}
@media (max-width: 1024px) {
  .offset-2 {
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  .offset-2 {
    margin-left: 0;
  }
}

.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media (max-width: 480px) {
  .grid-2 {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 480px) {
  .order-xs-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.col-3 {
  width: 18.75%;
}
@media (max-width: 768px) {
  .col-3 {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .col-3 {
    width: 100%;
    margin-bottom: 32px;
  }
}

.offset-3 {
  margin-left: 18.75%;
}
@media (max-width: 1024px) {
  .offset-3 {
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  .offset-3 {
    margin-left: 0;
  }
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 480px) {
  .grid-3 {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 480px) {
  .order-xs-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.col-4 {
  width: 25%;
}
@media (max-width: 768px) {
  .col-4 {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .col-4 {
    width: 100%;
    margin-bottom: 32px;
  }
}

.offset-4 {
  margin-left: 25%;
}
@media (max-width: 1024px) {
  .offset-4 {
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  .offset-4 {
    margin-left: 0;
  }
}

.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media (max-width: 480px) {
  .grid-4 {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 480px) {
  .order-xs-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
.col-5 {
  width: 31.25%;
}
@media (max-width: 768px) {
  .col-5 {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .col-5 {
    width: 100%;
    margin-bottom: 32px;
  }
}

.offset-5 {
  margin-left: 31.25%;
}
@media (max-width: 1024px) {
  .offset-5 {
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  .offset-5 {
    margin-left: 0;
  }
}

.grid-5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
}
@media (max-width: 480px) {
  .grid-5 {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 480px) {
  .order-xs-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}
.col-6 {
  width: 37.5%;
}
@media (max-width: 768px) {
  .col-6 {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .col-6 {
    width: 100%;
    margin-bottom: 32px;
  }
}

.offset-6 {
  margin-left: 37.5%;
}
@media (max-width: 1024px) {
  .offset-6 {
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  .offset-6 {
    margin-left: 0;
  }
}

.grid-6 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 24px;
}
@media (max-width: 480px) {
  .grid-6 {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 480px) {
  .order-xs-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}
.col-7 {
  width: 43.75%;
}
@media (max-width: 768px) {
  .col-7 {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .col-7 {
    width: 100%;
    margin-bottom: 32px;
  }
}

.offset-7 {
  margin-left: 43.75%;
}
@media (max-width: 1024px) {
  .offset-7 {
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  .offset-7 {
    margin-left: 0;
  }
}

.grid-7 {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 24px;
}
@media (max-width: 480px) {
  .grid-7 {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 480px) {
  .order-xs-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
}
.col-8 {
  width: 50%;
}
@media (max-width: 768px) {
  .col-8 {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .col-8 {
    width: 100%;
    margin-bottom: 32px;
  }
}

.offset-8 {
  margin-left: 50%;
}
@media (max-width: 1024px) {
  .offset-8 {
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  .offset-8 {
    margin-left: 0;
  }
}

.grid-8 {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 24px;
}
@media (max-width: 480px) {
  .grid-8 {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 480px) {
  .order-xs-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
}
.col-9 {
  width: 56.25%;
}
@media (max-width: 768px) {
  .col-9 {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .col-9 {
    width: 100%;
    margin-bottom: 32px;
  }
}

.offset-9 {
  margin-left: 56.25%;
}
@media (max-width: 1024px) {
  .offset-9 {
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  .offset-9 {
    margin-left: 0;
  }
}

.grid-9 {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  gap: 24px;
}
@media (max-width: 480px) {
  .grid-9 {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 480px) {
  .order-xs-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
}
.col-10 {
  width: 62.5%;
}
@media (max-width: 768px) {
  .col-10 {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .col-10 {
    width: 100%;
    margin-bottom: 32px;
  }
}

.offset-10 {
  margin-left: 62.5%;
}
@media (max-width: 1024px) {
  .offset-10 {
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  .offset-10 {
    margin-left: 0;
  }
}

.grid-10 {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  gap: 24px;
}
@media (max-width: 480px) {
  .grid-10 {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 480px) {
  .order-xs-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
}
.col-11 {
  width: 68.75%;
}
@media (max-width: 768px) {
  .col-11 {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .col-11 {
    width: 100%;
    margin-bottom: 32px;
  }
}

.offset-11 {
  margin-left: 68.75%;
}
@media (max-width: 1024px) {
  .offset-11 {
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  .offset-11 {
    margin-left: 0;
  }
}

.grid-11 {
  display: grid;
  grid-template-columns: repeat(11, 1fr);
  gap: 24px;
}
@media (max-width: 480px) {
  .grid-11 {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 480px) {
  .order-xs-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
}
.col-12 {
  width: 75%;
}
@media (max-width: 768px) {
  .col-12 {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .col-12 {
    width: 100%;
    margin-bottom: 32px;
  }
}

.offset-12 {
  margin-left: 75%;
}
@media (max-width: 1024px) {
  .offset-12 {
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  .offset-12 {
    margin-left: 0;
  }
}

.grid-12 {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 24px;
}
@media (max-width: 480px) {
  .grid-12 {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 480px) {
  .order-xs-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
}
.col-13 {
  width: 81.25%;
}
@media (max-width: 768px) {
  .col-13 {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .col-13 {
    width: 100%;
    margin-bottom: 32px;
  }
}

.offset-13 {
  margin-left: 81.25%;
}
@media (max-width: 1024px) {
  .offset-13 {
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  .offset-13 {
    margin-left: 0;
  }
}

.grid-13 {
  display: grid;
  grid-template-columns: repeat(13, 1fr);
  gap: 24px;
}
@media (max-width: 480px) {
  .grid-13 {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 480px) {
  .order-xs-13 {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
}
.col-14 {
  width: 87.5%;
}
@media (max-width: 768px) {
  .col-14 {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .col-14 {
    width: 100%;
    margin-bottom: 32px;
  }
}

.offset-14 {
  margin-left: 87.5%;
}
@media (max-width: 1024px) {
  .offset-14 {
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  .offset-14 {
    margin-left: 0;
  }
}

.grid-14 {
  display: grid;
  grid-template-columns: repeat(14, 1fr);
  gap: 24px;
}
@media (max-width: 480px) {
  .grid-14 {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 480px) {
  .order-xs-14 {
    -webkit-box-ordinal-group: 15;
        -ms-flex-order: 14;
            order: 14;
  }
}
.col-15 {
  width: 93.75%;
}
@media (max-width: 768px) {
  .col-15 {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .col-15 {
    width: 100%;
    margin-bottom: 32px;
  }
}

.offset-15 {
  margin-left: 93.75%;
}
@media (max-width: 1024px) {
  .offset-15 {
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  .offset-15 {
    margin-left: 0;
  }
}

.grid-15 {
  display: grid;
  grid-template-columns: repeat(15, 1fr);
  gap: 24px;
}
@media (max-width: 480px) {
  .grid-15 {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 480px) {
  .order-xs-15 {
    -webkit-box-ordinal-group: 16;
        -ms-flex-order: 15;
            order: 15;
  }
}
.col-16 {
  width: 100%;
}
@media (max-width: 768px) {
  .col-16 {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .col-16 {
    width: 100%;
    margin-bottom: 32px;
  }
}

.offset-16 {
  margin-left: 100%;
}
@media (max-width: 1024px) {
  .offset-16 {
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  .offset-16 {
    margin-left: 0;
  }
}

.grid-16 {
  display: grid;
  grid-template-columns: repeat(16, 1fr);
  gap: 24px;
}
@media (max-width: 480px) {
  .grid-16 {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 480px) {
  .order-xs-16 {
    -webkit-box-ordinal-group: 17;
        -ms-flex-order: 16;
            order: 16;
  }
}
@media (max-width: 1024px) {
  .col-md-1 {
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 6.25%;
  }
}
@media (max-width: 1024px) and (max-width: 768px) {
  .col-md-1 {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .col-md-2 {
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 12.5%;
  }
}
@media (max-width: 1024px) and (max-width: 768px) {
  .col-md-2 {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .col-md-3 {
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 18.75%;
  }
}
@media (max-width: 1024px) and (max-width: 768px) {
  .col-md-3 {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .col-md-4 {
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
}
@media (max-width: 1024px) and (max-width: 768px) {
  .col-md-4 {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .col-md-5 {
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 31.25%;
  }
}
@media (max-width: 1024px) and (max-width: 768px) {
  .col-md-5 {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .col-md-6 {
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 37.5%;
  }
}
@media (max-width: 1024px) and (max-width: 768px) {
  .col-md-6 {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .col-md-7 {
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 43.75%;
  }
}
@media (max-width: 1024px) and (max-width: 768px) {
  .col-md-7 {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .col-md-8 {
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
}
@media (max-width: 1024px) and (max-width: 768px) {
  .col-md-8 {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .col-md-9 {
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 56.25%;
  }
}
@media (max-width: 1024px) and (max-width: 768px) {
  .col-md-9 {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .col-md-10 {
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 62.5%;
  }
}
@media (max-width: 1024px) and (max-width: 768px) {
  .col-md-10 {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .col-md-11 {
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 68.75%;
  }
}
@media (max-width: 1024px) and (max-width: 768px) {
  .col-md-11 {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .col-md-12 {
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
}
@media (max-width: 1024px) and (max-width: 768px) {
  .col-md-12 {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .col-md-13 {
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 81.25%;
  }
}
@media (max-width: 1024px) and (max-width: 768px) {
  .col-md-13 {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .col-md-14 {
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 87.5%;
  }
}
@media (max-width: 1024px) and (max-width: 768px) {
  .col-md-14 {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .col-md-15 {
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 93.75%;
  }
}
@media (max-width: 1024px) and (max-width: 768px) {
  .col-md-15 {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .col-md-16 {
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
}
@media (max-width: 1024px) and (max-width: 768px) {
  .col-md-16 {
    width: 100%;
  }
}
.mb-0 {
  margin-bottom: 0px;
}

.mt-0 {
  margin-top: 0px;
}

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

.mt-4 {
  margin-top: 4px;
}

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

.mt-8 {
  margin-top: 8px;
}

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

.mt-12 {
  margin-top: 12px;
}

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

.mt-16 {
  margin-top: 16px;
}

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

.mt-20 {
  margin-top: 20px;
}

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

.mt-24 {
  margin-top: 24px;
}

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

.mt-28 {
  margin-top: 28px;
}

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

.mt-32 {
  margin-top: 32px;
}

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

.mt-36 {
  margin-top: 36px;
}

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

.mt-40 {
  margin-top: 40px;
}

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

.mt-44 {
  margin-top: 44px;
}

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

.mt-48 {
  margin-top: 48px;
}

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

.mt-52 {
  margin-top: 52px;
}

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

.mt-56 {
  margin-top: 56px;
}

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

.mt-60 {
  margin-top: 60px;
}

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

.mt-64 {
  margin-top: 64px;
}

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

.mt-68 {
  margin-top: 68px;
}

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

.mt-72 {
  margin-top: 72px;
}

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

.mt-76 {
  margin-top: 76px;
}

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

.mt-80 {
  margin-top: 80px;
}

.grid-lg-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 32px;
}
@media (max-width: 480px) {
  .grid-lg-3 {
    grid-template-columns: 1fr;
  }
}
.grid-lg-3.flex-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.btn {
  display: inline-block;
  font-size: 16px;
  line-height: auto;
  font-weight: 500;
  text-align: center;
  padding: 14px 14px;
  border-radius: 8px;
  text-decoration: none;
  border: none;
  outline: none;
  cursor: pointer;
  background: none;
  color: #010101;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 480px) {
  .btn {
    display: block;
    width: 100%;
    text-align: center;
  }
}
.btn-lg {
  padding-left: 40px;
  padding-right: 40px;
}
.btn-block {
  display: block;
  width: 100%;
  text-align: center;
}
.btn-group {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
@media (max-width: 768px) {
  .btn-group {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.btn-group-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

[class*=btn-outline-] {
  padding-top: 8px;
  padding-bottom: 8px;
}

.btn--white {
  background-color: #fff;
  color: #010101;
}
.btn--white:hover, .btn--white:focus {
  background-color: rgb(237.15, 237.15, 237.15);
  color: rgb(18.85, 18.85, 18.85);
}
.btn--white:active {
  background-color: rgb(216.75, 216.75, 216.75);
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.2);
}
.btn--white:disabled, .btn--white[disabled] {
  background-color: white;
  cursor: not-allowed;
  opacity: 0.6;
}

.btn-outline--white {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.btn-outline--white:hover, .btn-outline--white:focus {
  background-color: #fff;
  color: #010101;
}

.btn--gray {
  background-color: #d9d9d9;
  color: #010101;
}
.btn--gray:hover, .btn--gray:focus {
  background-color: rgb(199.15, 199.15, 199.15);
  color: rgb(18.85, 18.85, 18.85);
}
.btn--gray:active {
  background-color: rgb(178.75, 178.75, 178.75);
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.2);
}
.btn--gray:disabled, .btn--gray[disabled] {
  background-color: white;
  cursor: not-allowed;
  opacity: 0.6;
}

.btn-outline--gray {
  background-color: transparent;
  border: 1px solid #d9d9d9;
  color: #d9d9d9;
}
.btn-outline--gray:hover, .btn-outline--gray:focus {
  background-color: #d9d9d9;
  color: #010101;
}

.btn--light-gray {
  background-color: #ddd;
  color: #010101;
}
.btn--light-gray:hover, .btn--light-gray:focus {
  background-color: rgb(203.15, 203.15, 203.15);
  color: rgb(18.85, 18.85, 18.85);
}
.btn--light-gray:active {
  background-color: rgb(182.75, 182.75, 182.75);
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.2);
}
.btn--light-gray:disabled, .btn--light-gray[disabled] {
  background-color: white;
  cursor: not-allowed;
  opacity: 0.6;
}

.btn-outline--light-gray {
  background-color: transparent;
  border: 1px solid #ddd;
  color: #ddd;
}
.btn-outline--light-gray:hover, .btn-outline--light-gray:focus {
  background-color: #ddd;
  color: #010101;
}

.btn--primary {
  background-color: #ef3124;
  color: #010101;
}
.btn--primary:hover, .btn--primary:focus {
  background-color: rgb(223.0072340426, 29.5306382979, 16.2927659574);
  color: rgb(18.85, 18.85, 18.85);
}
.btn--primary:active {
  background-color: rgb(184.985106383, 24.4957446809, 13.514893617);
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.2);
}
.btn--primary:disabled, .btn--primary[disabled] {
  background-color: rgb(245.9446808511, 138.4127659574, 131.0553191489);
  cursor: not-allowed;
  opacity: 0.6;
}

.btn-outline--primary {
  background-color: transparent;
  border: 1px solid #ef3124;
  color: #ef3124;
}
.btn-outline--primary:hover, .btn-outline--primary:focus {
  background-color: #ef3124;
  color: #010101;
}

.btn--success {
  background-color: #46e873;
  color: #010101;
}
.btn--success:hover, .btn--success:focus {
  background-color: rgb(38.2475961538, 228.0524038462, 90.9711538462);
  color: rgb(18.85, 18.85, 18.85);
}
.btn--success:active {
  background-color: rgb(24.9350961538, 200.5649038462, 73.7211538462);
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.2);
}
.btn--success:disabled, .btn--success[disabled] {
  background-color: rgb(160.7211538462, 243.2788461538, 183.6538461538);
  cursor: not-allowed;
  opacity: 0.6;
}

.btn-outline--success {
  background-color: transparent;
  border: 1px solid #46e873;
  color: #46e873;
}
.btn-outline--success:hover, .btn-outline--success:focus {
  background-color: #46e873;
  color: #010101;
}

.btn--warning {
  background-color: #FCF4D6;
  color: #010101;
}
.btn--warning:hover, .btn--warning:focus {
  background-color: rgb(249.5659090909, 235.075, 180.7340909091);
  color: rgb(18.85, 18.85, 18.85);
}
.btn--warning:active {
  background-color: rgb(246.7840909091, 224.875, 142.7159090909);
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.2);
}
.btn--warning:disabled, .btn--warning[disabled] {
  background-color: white;
  cursor: not-allowed;
  opacity: 0.6;
}

.btn-outline--warning {
  background-color: transparent;
  border: 1px solid #FCF4D6;
  color: #FCF4D6;
}
.btn-outline--warning:hover, .btn-outline--warning:focus {
  background-color: #FCF4D6;
  color: #010101;
}

.btn--danger {
  background-color: #DA1E28;
  color: #010101;
}
.btn--danger:hover, .btn--danger:focus {
  background-color: rgb(186.6185483871, 25.6814516129, 34.2419354839);
  color: rgb(18.85, 18.85, 18.85);
}
.btn--danger:active {
  background-color: rgb(150.7540322581, 20.7459677419, 27.6612903226);
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.2);
}
.btn--danger:disabled, .btn--danger[disabled] {
  background-color: rgb(235.6451612903, 114.3548387097, 120.8064516129);
  cursor: not-allowed;
  opacity: 0.6;
}

.btn-outline--danger {
  background-color: transparent;
  border: 1px solid #DA1E28;
  color: #DA1E28;
}
.btn-outline--danger:hover, .btn-outline--danger:focus {
  background-color: #DA1E28;
  color: #010101;
}

.btn--link {
  background-color: #237BBD;
  color: #010101;
}
.btn--link:hover, .btn--link:focus {
  background-color: rgb(29.421875, 103.396875, 158.878125);
  color: rgb(18.85, 18.85, 18.85);
}
.btn--link:active {
  background-color: rgb(23.046875, 80.9933035714, 124.453125);
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.2);
}
.btn--link:disabled, .btn--link[disabled] {
  background-color: rgb(99.75, 172.0357142857, 226.25);
  cursor: not-allowed;
  opacity: 0.6;
}

.btn-outline--link {
  background-color: transparent;
  border: 1px solid #237BBD;
  color: #237BBD;
}
.btn-outline--link:hover, .btn-outline--link:focus {
  background-color: #237BBD;
  color: #010101;
}

.btn--link-inverse {
  background-color: #70B9E7;
  color: #010101;
}
.btn--link-inverse:hover, .btn--link-inverse:focus {
  background-color: rgb(81.4305389222, 170.0359281437, 225.8694610778);
  color: rgb(18.85, 18.85, 18.85);
}
.btn--link-inverse:active {
  background-color: rgb(46.494011976, 152.9341317365, 220.005988024);
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.2);
}
.btn--link-inverse:disabled, .btn--link-inverse[disabled] {
  background-color: rgb(199.3413173653, 227.754491018, 245.6586826347);
  cursor: not-allowed;
  opacity: 0.6;
}

.btn-outline--link-inverse {
  background-color: transparent;
  border: 1px solid #70B9E7;
  color: #70B9E7;
}
.btn-outline--link-inverse:hover, .btn-outline--link-inverse:focus {
  background-color: #70B9E7;
  color: #010101;
}

.btn--text {
  background-color: #010101;
  color: #010101;
}
.btn--text:hover, .btn--text:focus {
  background-color: black;
  color: rgb(18.85, 18.85, 18.85);
}
.btn--text:active {
  background-color: black;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.2);
}
.btn--text:disabled, .btn--text[disabled] {
  background-color: #343434;
  cursor: not-allowed;
  opacity: 0.6;
}

.btn-outline--text {
  background-color: transparent;
  border: 1px solid #010101;
  color: #010101;
}
.btn-outline--text:hover, .btn-outline--text:focus {
  background-color: #010101;
  color: #010101;
}

.btn--text-inverse {
  background-color: #fff;
  color: #010101;
}
.btn--text-inverse:hover, .btn--text-inverse:focus {
  background-color: rgb(237.15, 237.15, 237.15);
  color: rgb(18.85, 18.85, 18.85);
}
.btn--text-inverse:active {
  background-color: rgb(216.75, 216.75, 216.75);
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.2);
}
.btn--text-inverse:disabled, .btn--text-inverse[disabled] {
  background-color: white;
  cursor: not-allowed;
  opacity: 0.6;
}

.btn-outline--text-inverse {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.btn-outline--text-inverse:hover, .btn-outline--text-inverse:focus {
  background-color: #fff;
  color: #010101;
}

.btn--dark {
  background-color: #061727;
  color: #010101;
}
.btn--dark:hover, .btn--dark:focus {
  background-color: rgb(1.24, 4.7533333333, 8.06);
  color: rgb(18.85, 18.85, 18.85);
}
.btn--dark:active {
  background-color: black;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.2);
}
.btn--dark:disabled, .btn--dark[disabled] {
  background-color: rgb(19.6, 75.1333333333, 127.4);
  cursor: not-allowed;
  opacity: 0.6;
}

.btn-outline--dark {
  background-color: transparent;
  border: 1px solid #061727;
  color: #061727;
}
.btn-outline--dark:hover, .btn-outline--dark:focus {
  background-color: #061727;
  color: #010101;
}

.btn--dark-accent {
  background-color: #012749;
  color: #010101;
}
.btn--dark-accent:hover, .btn--dark-accent:focus {
  background-color: rgb(0.5175675676, 20.1851351351, 37.7824324324);
  color: rgb(18.85, 18.85, 18.85);
}
.btn--dark-accent:active {
  background-color: black;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.2);
}
.btn--dark-accent:disabled, .btn--dark-accent[disabled] {
  background-color: rgb(2.3783783784, 92.7567567568, 173.6216216216);
  cursor: not-allowed;
  opacity: 0.6;
}

.btn-outline--dark-accent {
  background-color: transparent;
  border: 1px solid #012749;
  color: #012749;
}
.btn-outline--dark-accent:hover, .btn-outline--dark-accent:focus {
  background-color: #012749;
  color: #010101;
}

.btn--black {
  background-color: #111;
  color: #010101;
}
.btn--black:hover, .btn--black:focus {
  background-color: black;
  color: rgb(18.85, 18.85, 18.85);
}
.btn--black:active {
  background-color: black;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.2);
}
.btn--black:disabled, .btn--black[disabled] {
  background-color: #444444;
  cursor: not-allowed;
  opacity: 0.6;
}

.btn-outline--black {
  background-color: transparent;
  border: 1px solid #111;
  color: #111;
}
.btn-outline--black:hover, .btn-outline--black:focus {
  background-color: #111;
  color: #010101;
}

.btn--main {
  background-color: #4A54EE;
  color: #010101;
}
.btn--main:hover, .btn--main:focus {
  background-color: rgb(41.3651515152, 53.1681818182, 234.9348484848);
  color: rgb(18.85, 18.85, 18.85);
}
.btn--main:active {
  background-color: rgb(20.2196969697, 32.1136363636, 215.2803030303);
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.2);
}
.btn--main:disabled, .btn--main[disabled] {
  background-color: rgb(167.2424242424, 172.0909090909, 246.7575757576);
  cursor: not-allowed;
  opacity: 0.6;
}

.btn-outline--main {
  background-color: transparent;
  border: 1px solid #4A54EE;
  color: #4A54EE;
}
.btn-outline--main:hover, .btn-outline--main:focus {
  background-color: #4A54EE;
  color: #010101;
}

.btn--accent {
  background-color: #57811F;
  color: #010101;
}
.btn--accent:hover, .btn--accent:focus {
  background-color: rgb(67.588125, 100.216875, 24.083125);
  color: rgb(18.85, 18.85, 18.85);
}
.btn--accent:active {
  background-color: rgb(45.403125, 67.321875, 16.178125);
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.2);
}
.btn--accent:disabled, .btn--accent[disabled] {
  background-color: rgb(141.85, 206.95, 55.05);
  cursor: not-allowed;
  opacity: 0.6;
}

.btn-outline--accent {
  background-color: transparent;
  border: 1px solid #57811F;
  color: #57811F;
}
.btn-outline--accent:hover, .btn-outline--accent:focus {
  background-color: #57811F;
  color: #010101;
}

.btn--bg {
  background-color: #f1f4f4;
  color: #010101;
}
.btn--bg:hover, .btn--bg:focus {
  background-color: rgb(221.008, 228.292, 228.292);
  color: rgb(18.85, 18.85, 18.85);
}
.btn--bg:active {
  background-color: rgb(198.16, 210.34, 210.34);
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.2);
}
.btn--bg:disabled, .btn--bg[disabled] {
  background-color: white;
  cursor: not-allowed;
  opacity: 0.6;
}

.btn-outline--bg {
  background-color: transparent;
  border: 1px solid #f1f4f4;
  color: #f1f4f4;
}
.btn-outline--bg:hover, .btn-outline--bg:focus {
  background-color: #f1f4f4;
  color: #010101;
}

.btn-disable {
  background: #d9d9d9;
  cursor: not-allowed;
}

.btn-outline--link:hover,
.btn-outline--text:hover,
.btn-outline--main:hover,
.btn-outline--accent:hover,
.btn--main:hover,
.btn--main,
.btn--accent,
.btn--accent:hover,
.btn--primary,
.btn--primary:hover {
  color: #fff;
}

.section {
  padding: 100px 0 0;
}
.section-small-indent {
  padding: 24px 0;
}
.section-medium-indent-top {
  padding-top: 60px;
}
.section-no-indent-top {
  padding-top: 0;
}
.section-no-indent-bottom {
  padding-bottom: 0;
}
.section__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.section__header a {
  color: #fff;
  font-size: 18px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.section--inverse-light {
  background: #012749;
  color: #fff;
}
.section--inverse-light .card {
  background: #061727;
  border: none;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}
.section--inverse {
  background: #061727;
  color: #fff;
}
.section--inverse .card {
  background: #012749;
  border: none;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}
.section--start {
  padding: 180px 0 100px;
}
.section--overlap {
  margin-top: -20px;
  z-index: -10;
}
.section--slider {
  padding: 40px 0 0px;
}
.section--slider .slider {
  margin: 32px 0 0;
}
.section--slider .slider .slide {
  border: none;
}
.section--slider .slider .slide__content {
  background: #012749;
  height: 100%;
}
.section--slider .slider .slide__title {
  color: #fff;
}
.section__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 40px;
}
.section__navigation a {
  padding: 12px;
  border-radius: 8px;
  font-family: "Ubuntu", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  background: #f2f4f8;
  color: #010101;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.section__navigation a:hover {
  background: #d9d9d9;
}
.section__navigation li.active a {
  background: #ef3124;
  color: rgb(18.6382978723, 2.4680851064, 1.3617021277);
}

.form {
  margin-bottom: 32px;
}
.form--search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 32px;
}
@media (max-width: 480px) {
  .form--search {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.form--search .input__icon {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.form--card {
  border: 1px solid #dde1e6;
  border-radius: 20px;
  padding: 24px;
}
.form__grid--1 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}
.form__grid--2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.form__grid--3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.form__group {
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .form__group {
    width: 100%;
    margin-bottom: 20px;
  }
}
.form__label {
  display: block;
  font-size: 15px;
  font-weight: 400;
  line-height: 16px;
  color: #878d96;
  margin-bottom: 8px;
}
.form__label span {
  color: #da1e28;
}
.form__input, .form__textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #c1c7cd;
  border-radius: 38px;
  font-size: 18px;
  line-height: 24px;
}
.form__input:hover, .form__input:focus, .form__textarea:hover, .form__textarea:focus {
  outline: none;
}
.form__input.gray, .form__textarea.gray {
  background: rgba(162, 169, 176, 0.15);
}
.form__input--hidden, .form__textarea--hidden {
  display: none;
}
.form__select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
}
.form__select:not([multiple]) {
  padding-right: 1.2em;
  background-repeat: no-repeat;
  background-position: calc(100% - 16px) 16px;
  background-size: 0.85em auto;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 80'%3E%3Cpath d='M70.3 13.8L40 66.3 9.7 13.8z' fill='%23000'%3E%3C/path%3E%3C/svg%3E");
}
.form__textarea {
  border-radius: 16px;
  height: 200px;
}
.form__files-list {
  margin-bottom: 24px;
}
.form .input__icon {
  border: 1px solid #d9d9d9;
  border-radius: 40px;
  padding: 9px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
}
.form .input__icon i {
  font-size: 24px;
  color: #4d5358;
}
.form .input__icon input {
  border: none;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  font-size: 18px;
}
.form .input__icon input:focus {
  border: none;
  outline: none;
}
.form textarea {
  height: 200px;
}
.form-auth {
  width: 500px;
  margin: 0 auto;
}
.form__button {
  width: 100%;
  text-align: center;
}

.table {
  border-collapse: collapse;
  font-size: 14px;
  width: 100%;
  margin-bottom: 24px;
}
.table td, .table th {
  padding: 16px 8px;
  font-size: 15px;
}
.table td:first-child, .table th:first-child {
  padding-left: 24px;
}
.table thead th {
  text-align: left;
}
.table thead.inverse th {
  background: #121619;
  border: 1px solid #343A3F;
  color: #fff;
  font-weight: 400;
  padding: 8px;
}
.table-block {
  width: 100%;
}
.table-striped tr:nth-child(even) {
  background: #f0f0f0;
}
.table-border td, .table-border th {
  border: 1px solid #e0e0e0;
}
.table-rounded {
  overflow: hidden;
  border: 1px solid #e0e0e0;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 0px 1px #e0e0e0;
          box-shadow: 0 0 0px 1px #e0e0e0;
}
.table-jobs td:last-child {
  text-align: right;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.f-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.t-hover, .footer__phone, .menu__link {
  color: #010101;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.t-hover:hover, .footer__phone:hover, .menu__link:hover {
  color: #ef3124;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #010101;
  background-color: #f1f4f4;
}

.nav {
  position: sticky;
  top: 0;
  padding: 20px 0;
  background: #f1f4f4;
  z-index: 1000;
}
.nav__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 70px;
}
.nav__menu {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.nav__contacts a {
  color: #ef3124;
  font-weight: 600;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.nav__contacts a:hover {
  color: #061727;
}
.nav__burger {
  display: none;
  width: 28px;
  height: 16px;
}
@media (max-width: 480px) {
  .nav__burger {
    display: block;
  }
}

.burger {
  background: none;
  border: none;
  cursor: pointer;
  position: relative;
  margin: 0;
  z-index: 5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.burger:before, .burger:after {
  content: "";
}
.burger:before, .burger:after, .burger span {
  position: absolute;
  left: 0;
  height: 3px;
  width: 100%;
  background: #ef3124;
  border-radius: 3px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.burger span {
  top: 50%;
  -webkit-transform: scale(1) translate(0px, -50%);
      -ms-transform: scale(1) translate(0px, -50%);
          transform: scale(1) translate(0px, -50%);
}
.burger:before {
  top: 0;
}
.burger:after {
  bottom: 0;
}
.burger.active span {
  -webkit-transform: scale(0) translate(0px, -50%);
      -ms-transform: scale(0) translate(0px, -50%);
          transform: scale(0) translate(0px, -50%);
}
.burger.active::before {
  top: 50%;
  -webkit-transform: rotate(-45deg) translate(0px, -50%);
      -ms-transform: rotate(-45deg) translate(0px, -50%);
          transform: rotate(-45deg) translate(0px, -50%);
}
.burger.active::after {
  top: 50%;
  -webkit-transform: rotate(45deg) translate(0px, -50%);
      -ms-transform: rotate(45deg) translate(0px, -50%);
          transform: rotate(45deg) translate(0px, -50%);
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
.menu__item {
  position: relative;
}
.menu__item.active::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #ef3124;
}
.menu__link {
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 480px) {
  .menu {
    pointer-events: none;
    display: block;
    position: absolute;
    left: -300px;
    right: 0;
    top: 80px;
    opacity: 0;
    padding: 20px 20px 40px;
    background: #fff;
    text-align: center;
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .menu__item {
    padding: 10px 0;
  }
  .menu__item.active::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: "";
    width: 100%;
    height: 0px;
    background: #ef3124;
  }
}
.menu.active {
  pointer-events: auto;
  opacity: 1;
  left: 0;
}

.header {
  padding: 160px 0 0 0;
}
.header__container {
  position: relative;
}
.header__container h1 {
  font-size: 50px;
  font-weight: 900;
  line-height: 44px;
  margin: 0;
}
.header__container h2 {
  font-size: 28px;
  font-weight: 500;
}
.header__image-01 {
  position: absolute;
  top: -140px;
  right: 430px;
  -webkit-animation: float-up-down 3s ease-in-out infinite;
          animation: float-up-down 3s ease-in-out infinite;
}
@media (max-width: 1024px) {
  .header__image-01 {
    width: 200px;
    top: -140px;
    right: 230px;
  }
}
.header__image-02 {
  position: absolute;
  top: -60px;
  right: -80px;
  -webkit-animation: float-up-down 3s ease-in-out 1s infinite;
          animation: float-up-down 3s ease-in-out 1s infinite;
}
@media (max-width: 1024px) {
  .header__image-02 {
    width: 350px;
    top: -60px;
    right: -30px;
  }
}
@media (max-width: 480px) {
  .header {
    padding: 0;
  }
  .header__image-01, .header__image-02 {
    display: none;
  }
  .header .btn-group {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.section__container {
  position: relative;
}
.section__title {
  width: 400px;
  font-size: 44px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 60px;
}
@media (max-width: 480px) {
  .section__title {
    font-size: 36px;
    text-align: center;
    width: 100%;
  }
}
.section__float-img {
  position: absolute;
  top: -20px;
  right: 0;
  z-index: 100;
  -webkit-animation: float-up-down 3s ease-in-out infinite;
          animation: float-up-down 3s ease-in-out infinite;
}
@media (max-width: 480px) {
  .section__float-img {
    display: none;
  }
}
.section__float-link {
  position: absolute;
  right: 38px;
  top: 25%;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: right center;
      -ms-transform-origin: right center;
          transform-origin: right center;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  white-space: nowrap;
  padding: 24px 32px;
  background: #ef3124;
  color: white;
  font-size: 22px;
  font-weight: 500;
  z-index: 500;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.section__float-link:hover {
  color: #fff;
  background: rgb(208.7489361702, 27.6425531915, 15.2510638298);
}
@media (max-width: 480px) {
  .section__float-link {
    display: none;
  }
}
.section__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 32px;
}
@media (max-width: 480px) {
  .section__cards {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: auto;
    -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 16px;
  }
  .section__cards::-webkit-scrollbar {
    height: 4px;
  }
  .section__cards::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  .section__cards::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 2px;
  }
}
.section--absolute {
  position: relative;
}
.section--panel {
  position: relative;
}
.section--panel .section__container {
  border: 1px solid #fff;
  -webkit-box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.6), 0 40px 80px rgba(48, 19, 125, 0.15);
          box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.6), 0 40px 80px rgba(48, 19, 125, 0.15);
  padding: 60px 24px 40px;
  border-radius: 50px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
.section--panel .section__image-title-box {
  text-align: center;
  left: 0;
  right: 0;
  top: -120px;
  position: absolute;
}
.section--panel .section__image-title-box img {
  -webkit-animation: float-up-down 3s ease-in-out infinite;
          animation: float-up-down 3s ease-in-out infinite;
}
.section--panel .section__cards {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 480px) {
  .section--panel .section__container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .section--panel .section__container .feedback {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .section--panel .section__image-title-box {
    top: -50px;
  }
  .section--panel .section__image-title-box img {
    width: 100%;
  }
}
.section--box .section__container {
  border: 1px solid #fff;
  -webkit-box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.6), 0 40px 80px rgba(48, 19, 125, 0.15);
          box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.6), 0 40px 80px rgba(48, 19, 125, 0.15);
  padding: 40px 24px;
  border-radius: 50px;
}
.section--box .section__title {
  width: 100%;
  margin: 0 0 32px;
}
.section--form-request .section__container {
  background: #ef3124;
  padding: 80px 40px;
  border-radius: 50px;
  position: relative;
}
.section--form-request .section__container .form-image {
  position: absolute;
  right: 0;
  top: -60px;
  -webkit-animation: float-up-down 3s ease-in-out infinite;
          animation: float-up-down 3s ease-in-out infinite;
}
@media (max-width: 480px) {
  .section--form-request .section__container .form-image {
    display: none;
  }
}
.section--image .section__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  border-radius: 50px;
  padding: 0px;
  overflow: visible;
  position: relative;
  -webkit-box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.6), 0 40px 80px rgba(48, 19, 125, 0.15);
          box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.6), 0 40px 80px rgba(48, 19, 125, 0.15);
}
.section--image .section__container::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  border-radius: 52px;
  background: -webkit-gradient(linear, left top, right top, from(transparent), to(#fff));
  background: linear-gradient(to right, transparent 0%, #fff 100%);
  z-index: -1;
  padding: 2px;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.section--image .section__content {
  padding: 40px 0px 40px 40px;
  height: 100%;
}
.section--image .section__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 480px;
          flex: 0 0 480px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: -100px;
  border-bottom-right-radius: 50px;
}
@media (max-width: 480px) {
  .section--image .section__container {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    padding-top: 20px;
  }
  .section--image .section__img {
    height: 510px;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    border-bottom-right-radius: 0px;
  }
  .section--image .section__content {
    padding: 20px 20px 60px;
  }
  .section--image .section__content .btn-group {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.section--text .section__container {
  border: 1px solid #fff;
  -webkit-box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.6), 0 40px 80px rgba(48, 19, 125, 0.15);
          box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.6), 0 40px 80px rgba(48, 19, 125, 0.15);
  padding: 40px 24px;
  border-radius: 50px;
}
.section--item {
  margin-bottom: 0;
  padding-bottom: 0;
}
.section--item .section__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}
@media (max-width: 480px) {
  .section--item .section__container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.section--item .section__info {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.section--item .section__info .title {
  font-size: 44px;
  font-weight: 900;
  line-height: 1;
}
.section--item .section__info .price {
  color: #ef3124;
  font-size: 44px;
  font-weight: 700;
  line-height: 1;
}
.section--item .section__carusel {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 635px;
          flex: 1 0 635px;
  border: 2px solid #fff;
  border-radius: 16px;
  -webkit-box-shadow: inset 0 0 17px 6px rgba(255, 255, 255, 0.6), 0 40px 80px rgba(48, 19, 125, 0.15);
          box-shadow: inset 0 0 17px 6px rgba(255, 255, 255, 0.6), 0 40px 80px rgba(48, 19, 125, 0.15);
  padding: 40px;
}
@media (max-width: 480px) {
  .section--item .section__carusel {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
.section--contact-map .section__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}
.section--contact-map .section__map {
  height: 400px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 500px;
          flex: 1 1 500px;
  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;
  overflow: hidden;
  border-radius: 24px;
  -webkit-box-shadow: 0 40px 80px rgba(48, 19, 125, 0.15);
          box-shadow: 0 40px 80px rgba(48, 19, 125, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.2196078431);
}
@media (max-width: 480px) {
  .section--contact-map .section__container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.section--left-img {
  padding: 20px 0 60px;
}
.section--left-img .section__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
}
@media (max-width: 480px) {
  .section--left-img .section {
    padding: 20px 0 0px;
  }
  .section--left-img .section__container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .section--left-img .section__content {
    text-align: center;
  }
}
.section--filter {
  padding: 20px 0;
  margin-top: 80px;
}
.section--filter .section__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.section--filter .section__content {
  font-size: 44px;
  font-weight: 900;
  line-height: 1;
  width: 300px;
}
@media (max-width: 480px) {
  .section--filter .section__container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 60px;
  }
  .section--filter .section__content {
    width: 100%;
    font-size: 36px;
    text-align: center;
  }
}
.section--feedback {
  margin-top: 120px;
}
.section--feedback .section__container {
  border: 2px solid #fff;
  border-radius: 60px;
  -webkit-box-shadow: inset 0 0 17px 6px rgba(255, 255, 255, 0.6), 0 40px 80px rgba(48, 19, 125, 0.15);
          box-shadow: inset 0 0 17px 6px rgba(255, 255, 255, 0.6), 0 40px 80px rgba(48, 19, 125, 0.15);
  padding: 40px;
  position: relative;
}
.section--feedback .section__image-title-box {
  text-align: center;
  position: absolute;
  top: -140px;
  left: 0;
  right: 0;
  width: 100%;
}
.section--feedback .section__image-title {
  -webkit-animation: float-up-down 3s ease-in-out infinite;
          animation: float-up-down 3s ease-in-out infinite;
}
.section--feedback .section__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
.section--feedback .section__footer {
  text-align: center;
  margin-top: 32px;
}
.section--feedback .section__footer .btn {
  padding: 16px 60px;
}
@media (max-width: 480px) {
  .section--feedback .section__container {
    padding: 30px 20px;
    border-radius: 30px;
  }
  .section--feedback .section__content {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding: 10px 0 20px;
    margin: 0 -10px;
  }
  .section--feedback .section__content::-webkit-scrollbar {
    height: 4px;
  }
  .section--feedback .section__content::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 2px;
  }
  .section--feedback .section__content::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.5);
    border-radius: 2px;
  }
  .section--feedback .section__image-title-box {
    top: -50px;
  }
  .section--feedback .section__image-title-box img {
    width: 80%;
    max-width: 200px;
  }
}
.section--link {
  padding-bottom: 40px;
}
@media (max-width: 480px) {
  .section--link .section__cards {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 90px;
  }
  .section--link .section__cards .card {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .section--link .section__cards .card__title {
    text-align: center;
    width: 100%;
  }
}

.filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.filter__icon {
  position: absolute;
}
@media (max-width: 480px) {
  .filter__icon {
    width: 30%;
  }
}
.filter__input {
  width: 700px;
  font-size: 30px;
  border: 2px solid #fff;
  border-radius: 32px;
  -webkit-box-shadow: inset 0 0 17px 6px rgba(255, 255, 255, 0.6), 0 40px 80px rgba(48, 19, 125, 0.15);
          box-shadow: inset 0 0 17px 6px rgba(255, 255, 255, 0.6), 0 40px 80px rgba(48, 19, 125, 0.15);
  padding: 10px 10px 10px 160px;
}
@media (max-width: 480px) {
  .filter__input {
    width: 100%;
  }
}
.filter__input:focus {
  outline: none;
}

.characteristics {
  margin: 40px 0;
}
.characteristics__title {
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 20px;
}
.characteristics__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #ccc;
  padding: 12px 0;
  font-size: 18px;
  font-weight: 500;
}
.characteristics__content:last-child {
  border-bottom: none;
}
.characteristics__key {
  font-weight: 500;
}
.characteristics__value {
  font-weight: 700;
}
.characteristics__value--accent {
  color: #ef3124;
}

.carusel__main {
  position: relative;
  margin-bottom: 40px;
}
.carusel__btn-prev, .carusel__btn-next {
  background: #fff;
  border: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  -webkit-box-shadow: 0 4px 24px 0 rgba(48, 19, 125, 0.2509803922);
          box-shadow: 0 4px 24px 0 rgba(48, 19, 125, 0.2509803922);
  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;
  position: absolute;
  top: 50%;
  margin-top: -24px;
  cursor: pointer;
  opacity: 0.5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.carusel__btn-prev:hover, .carusel__btn-next:hover {
  opacity: 0.8;
}
.carusel__btn-prev i, .carusel__btn-next i {
  font-size: 24px;
}
.carusel__btn-prev {
  left: 0;
}
.carusel__btn-next {
  right: 0;
}
.carusel__preview {
  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;
  overflow: hidden;
  border-radius: 20px;
  height: 500px;
}
@media (max-width: 480px) {
  .carusel__preview {
    height: 300px;
  }
}
.carusel__preview img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.carusel__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.carusel__box a {
  overflow: hidden;
  border-radius: 20px;
  width: 80px;
  height: 80px;
  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;
}
.carusel__box a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 480px) {
  .carusel__list {
    gap: 20px;
  }
  .carusel__box {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    overflow: hidden;
  }
  .carusel__box img {
    width: 100%;
    height: 60px;
  }
}

.request {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  position: relative;
}
.request input {
  border-radius: 8px;
  border: none;
  padding: 14px 14px;
  width: 28%;
}
.request input:focus {
  outline: none;
}
.request label {
  position: absolute;
  bottom: -60px;
  left: 0;
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  width: 70%;
}
@media (max-width: 480px) {
  .request label {
    position: relative;
    width: 100%;
    bottom: 0;
  }
}
.request label a {
  color: #fff;
  font-weight: 600;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.request label a:hover {
  color: #ccc;
}
.request label input {
  padding: 0;
  width: auto;
}
@media (max-width: 480px) {
  .request {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .request input {
    width: 100%;
  }
}

.faq__group {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 28px;
}
.faq__group i {
  font-size: 42px;
}
.faq__question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-bottom: 4px;
}
.faq__question p {
  margin: 0;
  padding: 0;
}
.faq__question i {
  color: #ef3124;
}
.faq__answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.faq__answer p {
  margin: 0;
  padding: 0;
}
.faq__answer i {
  color: #46e873;
}

.card {
  border: 1px solid #fff;
  -webkit-box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.6), 0 40px 80px rgba(48, 19, 125, 0.3);
          box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.6), 0 40px 80px rgba(48, 19, 125, 0.3);
  padding: 24px;
  border-radius: 50px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0px;
  min-width: 0px;
}
@media (max-width: 480px) {
  .card {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
}
.card--icon {
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.card--icon .card__title {
  margin-top: 70px;
  width: 60%;
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
}
.card--icon .card__text {
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
}
.card__icon {
  position: absolute;
  width: 180px;
  height: 180px;
  top: -40px;
  right: 0px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.card__icon--no-hover {
  opacity: 1;
  z-index: 2;
}
.card__icon--hover {
  opacity: 0;
  z-index: 3;
}
.card:hover .card__icon--no-hover {
  opacity: 0;
}
.card:hover .card__icon--hover {
  opacity: 1;
}
.card--product {
  padding-bottom: 48px;
}
.card--product .card__preview {
  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;
  height: 160px;
  margin-bottom: 32px;
  overflow: hidden;
  border-radius: 24px;
}
.card--product .card__preview img {
  height: 100%;
}
.card--product .card__info {
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  margin-bottom: 8px;
}
.card--product .card__price {
  text-align: center;
  font-weight: 600;
  font-size: 34px;
  line-height: 1;
  margin-top: 20px;
}
.card--product .card__btn {
  display: block;
}
.card--nav {
  position: relative;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  border-radius: 0;
  border: none;
}
.card--nav .card__body {
  z-index: 100;
  position: relative;
  -webkit-box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.6);
          box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.6);
  background: #f1f4f4;
  border: 1px solid #fff;
  padding: 24px;
  border-radius: 50px;
  height: 100%;
}
.card--nav .card__title {
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
  width: 50%;
}
.card--nav .card__text {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
}
.card--nav .card__footer-link {
  position: absolute;
  background: #ef3124;
  left: 0;
  right: 0;
  bottom: -60px;
  text-align: center;
  color: #fff;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  padding: 100px 0 20px;
  z-index: 0;
  -webkit-box-shadow: 0 40px 80px rgba(48, 19, 125, 0.3);
          box-shadow: 0 40px 80px rgba(48, 19, 125, 0.3);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.card--nav .card__footer-link:hover {
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
}
.card--feedback {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 0px;
          flex: 0 1 0px;
  min-width: 0px;
  -webkit-box-shadow: 0 2px 10px rgba(48, 19, 125, 0.3);
          box-shadow: 0 2px 10px rgba(48, 19, 125, 0.3);
  border-radius: 12px;
}

.footer {
  margin-top: 100px;
}
.footer__container {
  border: 1px solid #fff;
  -webkit-box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.6), 0 40px 80px rgba(48, 19, 125, 0.3);
          box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.6), 0 40px 80px rgba(48, 19, 125, 0.3);
  padding: 60px 40px 24px;
  border-radius: 50px 50px 0 0;
}
.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__bottom {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 480px) {
  .footer__bottom {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
}
.footer__legal {
  font-size: 13px;
  font-weight: 400;
}
.footer__legal a {
  color: #010101;
  display: block;
}
.footer__contacts {
  text-align: center;
}
.footer__social {
  margin-bottom: 16px;
}
.footer__social a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #010101;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0 4px;
}
.footer__social a i {
  color: #fff;
  font-size: 32px;
}
.footer__social a:hover {
  background: #ef3124;
}
.footer__phone {
  text-decoration: none;
}

.link--bold {
  font-weight: 600;
}

.feedback {
  background: #fff;
  padding: 30px 15px;
  border-radius: 16px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 220px;
          flex: 0 1 220px;
}
.feedback__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8px;
  margin-bottom: 20px;
}
.feedback__image {
  overflow: hidden;
  border-radius: 50%;
  width: 68px;
  height: 68px;
}
.feedback__image img {
  height: 100%;
  width: 100%;
}
.feedback__name {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.2;
}
.feedback__content {
  font-size: 14px;
  line-height: 1.2;
  text-align: left;
}
@media (max-width: 480px) {
  .feedback {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 280px;
            flex: 0 0 280px;
    scroll-snap-align: start;
    margin: 0 10px;
  }
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
}
.modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.modal__container {
  position: relative;
  background: #f1f4f4;
  border: 1px solid #fff;
  -webkit-box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.6), 0 40px 80px rgba(48, 19, 125, 0.3);
          box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.6), 0 40px 80px rgba(48, 19, 125, 0.3);
  border-radius: 24px;
  padding: 0;
  max-width: 500px;
  width: 90%;
  max-height: 90vh;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation: modal-appear 0.3s ease-out;
          animation: modal-appear 0.3s ease-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 480px) {
  .modal__container {
    max-width: auto;
    width: 100%;
  }
}
.modal__container::-webkit-scrollbar {
  width: 8px;
}
.modal__container::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  margin: 10px 0;
}
.modal__container::-webkit-scrollbar-thumb {
  background: #ef3124;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.modal__container::-webkit-scrollbar-thumb:hover {
  background: rgb(208.7489361702, 27.6425531915, 15.2510638298);
}
.modal__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.modal__header h3 {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
}
.modal__close {
  background: none;
  border: none;
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
  color: #010101;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  width: 40px;
  height: 40px;
  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;
  border-radius: 50%;
}
.modal__close:hover {
  color: #ef3124;
  background: rgba(255, 255, 255, 0.1);
}
.modal__body {
  padding: 24px;
  overflow-y: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.modal__body::-webkit-scrollbar {
  width: 6px;
}
.modal__body::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 3px;
  margin: 5px;
}
.modal__body::-webkit-scrollbar-thumb {
  background: rgba(239, 49, 36, 0.6);
  border-radius: 3px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.modal__body::-webkit-scrollbar-thumb:hover {
  background: #ef3124;
}

.feedback-form, .form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  min-height: -webkit-min-content;
  min-height: -moz-min-content;
  min-height: min-content;
}
.feedback-form .form-group, .form .form-group {
  margin-bottom: 0;
}
.feedback-form .form-group label, .form .form-group label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: #010101;
  font-size: 14px;
}
.feedback-form .form-group input, .feedback-form .form-group textarea, .form .form-group input, .form .form-group textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 12px;
  background: #fff;
  color: #010101;
  font-size: 16px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.feedback-form .form-group input:focus, .feedback-form .form-group textarea:focus, .form .form-group input:focus, .form .form-group textarea:focus {
  outline: none;
  border-color: #ef3124;
  -webkit-box-shadow: 0 0 0 2px rgba(239, 49, 36, 0.2);
          box-shadow: 0 0 0 2px rgba(239, 49, 36, 0.2);
  background: rgba(255, 255, 255, 0.12);
}
.feedback-form .form-group input::-webkit-input-placeholder, .feedback-form .form-group textarea::-webkit-input-placeholder, .form .form-group input::-webkit-input-placeholder, .form .form-group textarea::-webkit-input-placeholder {
  color: rgba(1, 1, 1, 0.5);
}
.feedback-form .form-group input::-moz-placeholder, .feedback-form .form-group textarea::-moz-placeholder, .form .form-group input::-moz-placeholder, .form .form-group textarea::-moz-placeholder {
  color: rgba(1, 1, 1, 0.5);
}
.feedback-form .form-group input:-ms-input-placeholder, .feedback-form .form-group textarea:-ms-input-placeholder, .form .form-group input:-ms-input-placeholder, .form .form-group textarea:-ms-input-placeholder {
  color: rgba(1, 1, 1, 0.5);
}
.feedback-form .form-group input::-ms-input-placeholder, .feedback-form .form-group textarea::-ms-input-placeholder, .form .form-group input::-ms-input-placeholder, .form .form-group textarea::-ms-input-placeholder {
  color: rgba(1, 1, 1, 0.5);
}
.feedback-form .form-group input::placeholder, .feedback-form .form-group textarea::placeholder, .form .form-group input::placeholder, .form .form-group textarea::placeholder {
  color: rgba(1, 1, 1, 0.5);
}
.feedback-form .form-group input.error, .feedback-form .form-group textarea.error, .form .form-group input.error, .form .form-group textarea.error {
  border-color: #ff4444;
  -webkit-box-shadow: 0 0 0 2px rgba(255, 68, 68, 0.2);
          box-shadow: 0 0 0 2px rgba(255, 68, 68, 0.2);
}
.feedback-form .form-group textarea, .form .form-group textarea {
  resize: vertical;
  min-height: 120px;
  max-height: 200px;
  font-family: inherit;
}
.feedback-form .form-group--agree, .form .form-group--agree {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
.feedback-form .form-group--agree input, .form .form-group--agree input {
  width: auto;
}
.feedback-form .form-group--agree label, .form .form-group--agree label {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}
.feedback-form .btn--full, .form .btn--full {
  width: 100%;
  padding: 16px;
  font-size: 18px;
  font-weight: 600;
  margin-top: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@-webkit-keyframes modal-appear {
  from {
    opacity: 0;
    -webkit-transform: translate(-50%, -48%) scale(0.95);
            transform: translate(-50%, -48%) scale(0.95);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}

@keyframes modal-appear {
  from {
    opacity: 0;
    -webkit-transform: translate(-50%, -48%) scale(0.95);
            transform: translate(-50%, -48%) scale(0.95);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}
.modal-scroll::-webkit-scrollbar {
  width: 10px;
}
.modal-scroll::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  margin: 20px;
}
.modal-scroll::-webkit-scrollbar-thumb {
  background: linear-gradient(135deg, #ef3124, rgb(184.985106383, 24.4957446809, 13.514893617));
  border-radius: 5px;
  border: 2px solid transparent;
  background-clip: padding-box;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.modal-scroll::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(135deg, rgb(208.7489361702, 27.6425531915, 15.2510638298), rgb(137.4574468085, 18.2021276596, 10.0425531915));
}

@media (max-width: 768px) {
  .modal__container {
    width: 95%;
    margin: 20px auto;
    max-height: 95vh;
  }
  .modal__header {
    padding: 20px;
  }
  .modal__header h3 {
    font-size: 20px;
  }
  .modal__body {
    padding: 20px;
    max-height: calc(95vh - 80px);
  }
  .feedback-form {
    gap: 16px;
  }
  .feedback-form .form-group input, .feedback-form .form-group textarea {
    padding: 12px 14px;
    font-size: 16px;
  }
}
.modal__body--long {
  position: relative;
}
.modal__body--long::after {
  content: "";
  position: sticky;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 30px;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#f1f4f4));
  background: linear-gradient(to bottom, transparent 0%, #f1f4f4 100%);
  pointer-events: none;
}

.accordion {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 32px;
}
.accordion span {
  font-family: "EmojiOne", sans-serif;
  font-size: 28px;
  width: 32px;
  text-align: center;
  display: inline-block;
}
.accordion__title {
  margin-bottom: 8px;
  cursor: pointer;
}
.accordion__title span {
  color: #ef3124;
}
.cookie-consent {
  position: fixed;
  bottom: 20px;
  left: 20px;
  right: 20px;
  max-width: 500px;
  background: #f1f4f4;
  border: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.6), 0 20px 40px rgba(48, 19, 125, 0.3);
          box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.6), 0 20px 40px rgba(48, 19, 125, 0.3);
  border-radius: 16px;
  padding: 24px;
  z-index: 10000;
  -webkit-animation: cookieSlideUp 0.5s ease-out;
          animation: cookieSlideUp 0.5s ease-out;
}
@media (max-width: 480px) {
  .cookie-consent {
    width: 100%;
    left: 0;
    right: 0;
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .cookie-consent__container {
    width: 100%;
  }
}
.cookie-consent__text h4 {
  margin: 0 0 8px 0;
  font-size: 18px;
  font-weight: 600;
  color: #010101;
}
.cookie-consent__text p {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
  color: rgba(1, 1, 1, 0.8);
}
.cookie-consent__text a {
  color: #ef3124;
  text-decoration: none;
  display: inline;
}
.cookie-consent__text a:hover {
  color: rgb(208.7489361702, 27.6425531915, 15.2510638298);
}
.cookie-consent__actions {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 24px;
}
.cookie-consent__btn {
  white-space: nowrap;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 500;
  background: #ef3124;
  color: #fff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cookie-consent__btn:hover {
  background: rgb(208.7489361702, 27.6425531915, 15.2510638298);
  -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
          transform: translateY(-1px);
}

@-webkit-keyframes cookieSlideUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px) scale(0.9);
            transform: translateY(100px) scale(0.9);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
}

@keyframes cookieSlideUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px) scale(0.9);
            transform: translateY(100px) scale(0.9);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
}
label a {
  display: inline;
}