body {
  font-family: "DIN Pro";
  background-size: cover;
}

img {
  max-width: 100%;
}

a {
  /* color: #000000; */
}

a:hover {
  color: inherit;
  text-decoration: none;
}

h2 {
  color: #080908;
  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}

@media (max-width: 500px) {
  h2 {
    font-size: 25px;
  }
}

@media (min-width: 500px) {
  .container-fluid {
    padding: 0 5rem;
  }
}

header {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 10px 62px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 10px 62px 0px rgba(0, 0, 0, 0.2);
}

@media (max-width: 500px) {
  header .col-lg-auto {
    text-align: center;
    margin-bottom: 0.5rem;
  }
  header .nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  header .nav .nav-link {
    margin: auto;
  }
}

.btn-primary {
  background-color: #c1363d;
  border-color: #c1363d;
  -webkit-box-shadow: inset 0px -4px 1px 0px #a22229;
          box-shadow: inset 0px -4px 1px 0px #a22229;
  padding: 0.7rem 3rem;
  padding-bottom: calc(0.7rem + 5px);
  border-radius: 3rem;
}

.btn-primary:hover, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled):focus {
  background-color: #a22229;
}

.btn-secondary {
  background-color: #c1363d;
  border-color: #c1363d;
  -webkit-box-shadow: inset 0px -4px 1px 0px #a22229;
          box-shadow: inset 0px -4px 1px 0px #a22229;
  padding: 0.7rem 3rem;
  padding-bottom: calc(0.7rem + 5px);
  border-radius: 3rem;
}

.btn-secondary span {
  border-bottom: solid 1px #fff;
}

.btn-secondary:hover, .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled):focus {
  background-color: #a22229;
}

.phone {
  color: #000000;
  font-size: 24px;
  font-weight: 700;
  border-bottom: solid 1px rgba(0, 0, 0, 0.18);
}

.phone + div {
  font-weight: 500;
}

.nav-link {
  color: #000000;
  border-bottom: solid rgba(0, 0, 0, 0.12) 1px;
  padding: 0.5rem 0;
  margin: 0 1rem;
  /* width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content; */
}

.nav-link:hover {
  color: #02783a;
  border-color: #02783a;
}

footer {
  border-top: solid 1px rgba(0, 0, 0, 0.1);
  margin-top: 2rem;
}

footer .nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

footer .btn {
  width: 100%;
}

@media (max-width: 500px) {
  footer .col-lg-auto {
    text-align: center;
    margin-bottom: 0.5rem;
  }
  footer .nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .nav .nav-link {
    margin: auto;
  }
  footer .btn {
    margin-top: 0.5rem;
  }
}

.jet {
  background-repeat: no-repeat;
  color: #ffffff;
}

.jet h3 {
  font-size: 30px;
  font-weight: 700;
}

.jet p {
  font-size: 24px;
  font-weight: 400;
  max-width: 370px;
}

.jet.jet5 {
  background-color: #b42c33;
  background-image: url(../img/jet_5.png);
  background-position: center 2rem;
  background-size: auto calc(100% - 4rem);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 4rem), 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 4rem), 0% 100%);
  padding-bottom: 6rem;
  padding-top: 4rem;
  margin-bottom: -3rem;
}

.jet.jet9 {
  background-color: #6a6c70;
  background-image: url(../img/jet_9.png);
  background-position: 80% 4rem;
  background-size: auto calc(100% - 6rem);
  -webkit-clip-path: polygon(0 4rem, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 4rem, 100% 0, 100% 100%, 0% 100%);
  padding-top: 6rem;
  padding-bottom: 4rem;
  text-align: right;
}

.jet-header {
  position: relative;
  height: 100%;
}

.jet-header img {
  display: block;
  margin: auto;
}

.jet-header h3 {
  font-size: 81px;
  font-weight: 700;
  color: transparent;
  text-align: center;
  margin-top: -3.5rem;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(58%, #707070), color-stop(58%, white));
  background-image: linear-gradient(180deg, #707070 58%, white 58%);
  -webkit-background-clip: text;
  background-clip: text;
}

.jet-header p {
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  padding: 0.5rem 3rem;
}

.jet-header p span {
  font-weight: 700;
}

.jet-header::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 100px;
  left: 0;
  width: 100%;
  bottom: 0;
  background-color: #6a6c70;
}

.jet-header.active h3 {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(58%, #c1363d), color-stop(58%, white));
  background-image: linear-gradient(180deg, #c1363d 58%, white 58%);
}

.jet-header.active::before {
  background-color: #c1363d;
}

.jet-header.jet3::before {
  background-color: #1f8166;
}

.jet-header.jet10::before {
  background-color: #915a8f;
}

.col-lg-6:first-child > .jet-header::before {
  -webkit-clip-path: polygon(2rem 0%, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(2rem 0%, 100% 0, 100% 100%, 0% 100%);
}

.col-lg-6:last-child > .jet-header::before {
  -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 2rem) 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, calc(100% - 2rem) 100%, 0% 100%);
}

#li, .differences .col-lg-6.c3 div, .differences .col-lg-6.c4 .col-lg-6 div, .differences .col-lg-6.c4 .col-12 div, .differences .col-lg-3 div, .pan .pan-head .title {
  position: relative;
  color: #000000;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  padding: 0.7rem;
  margin-bottom: 0.7rem;
}

#li::before, .differences .col-lg-6.c3 div::before, .differences .col-lg-6.c4 .col-lg-6 div::before, .differences .col-lg-6.c4 .col-12 div::before, .differences .col-lg-3 div::before, .pan .pan-head .title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 52%;
  border: solid 1px #707070;
  border-right: none;
}

#li::after, .differences .col-lg-6.c3 div::after, .differences .col-lg-6.c4 .col-lg-6 div::after, .differences .col-lg-6.c4 .col-12 div::after, .differences .col-lg-3 div::after, .pan .pan-head .title::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 52%;
  border: solid 1px #707070;
  border-left: none;
}

.jet-ul {
  margin-top: 2rem;
}

.jet-ul h4 {
  color: #707070;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

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

.jet-ul ul li {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  padding: 0.7rem;
  margin-bottom: 0.7rem;
}

.jet-ul:first-child {
  padding-left: 0;
}

.jet-ul:first-child ul li::before {
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
}

.jet-ul:last-child {
  padding-right: 0;
}

.jet-ul:last-child ul li::after {
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
}

.jet-ul.active h4 {
  color: #c1363d;
}

.jet-ul.active ul li {
  color: #c1363d;
}

.jet-ul.jet3 h4 {
  color: #1f8166;
}

.jet-ul.jet3 ul li {
  color: #1f8166;
}

.jet-ul.jet10 h4 {
  color: #915a8f;
}

.jet-ul.jet10 ul li {
  color: #915a8f;
}

.instruction {
  text-align: center;
  background-color: #f5f5f5;
  -webkit-clip-path: polygon(0 2rem, 100% 0, 100% calc(100% - 2rem), 0% 100%);
  clip-path: polygon(0 2rem, 100% 0, 100% calc(100% - 2rem), 0% 100%);
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.instruction h3 {
  color: #080908;
  font-weight: 700;
  font-size: 36px;
  text-transform: uppercase;
}

.instruction p {
  font-size: 20px;
  font-weight: 700;
}

.instruction .jt h3 {
  color: #707070;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.instruction .clip {
  background-color: #707070;
  padding: 1rem;
}

.instruction .clip ul {
  color: #ffffff;
  font-size: 16px;
  padding: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
  text-align: left;
}

.instruction .jt.active h3 {
  color: #c1363d;
}

.instruction .jt.active .clip {
  background-color: #c1363d;
}

.instruction .jt:first-child .clip {
  -webkit-clip-path: polygon(2rem 0%, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(2rem 0%, 100% 0, 100% 100%, 0% 100%);
}

.instruction .jt:last-child .clip {
  -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 2rem) 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, calc(100% - 2rem) 100%, 0% 100%);
}

.instruction .final {
  color: #009e52;
  font-size: 20px;
  font-weight: 700;
}

.rl {
  position: relative;
  height: 25px;
  margin: 2rem 0;
}

.rl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #dedede;
}

.rl::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(../img/arrow-0.png);
  background-color: #f5f5f5;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  width: 50px;
}

.rl.done {
  height: 50px;
}

.rl.done::before {
  background-color: #009e52;
}

.rl.done::after {
  background-image: url(../img/done.png);
  width: 100px;
}

.steps {
  -webkit-clip-path: polygon(0 2rem, 100% 0, 100% calc(100% - 2rem), 0% 100%);
  clip-path: polygon(0 2rem, 100% 0, 100% calc(100% - 2rem), 0% 100%);
}

.steps .col {
  padding: 6rem 1rem;
  background-size: cover;
  background-color: rgba(55, 55, 55, 0.5);
  background-blend-mode: darken;
}

.steps .col p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
}

.steps .col::before {
  font-size: 140px;
  font-weight: 700;
  background: transparent;
  mix-blend-mode: hard-light;
  color: #888;
  text-shadow: white 2px 0px 0px, white 1.75517px 0.95885px 0px, white 1.0806px 1.68294px 0px, white 0.14147px 1.99499px 0px, white -0.83229px 1.81859px 0px, white -1.60229px 1.19694px 0px, white -1.97998px 0.28224px 0px, white -1.87291px -0.70157px 0px, white -1.30729px -1.5136px 0px, white -0.42159px -1.95506px 0px, white 0.56732px -1.91785px 0px, white 1.41734px -1.41108px 0px, white 1.92034px -0.55883px 0px;
}

.steps .col:hover::before {
  text-shadow: #38ee96 2px 0px 0px, #38ee96 1.75517px 0.95885px 0px, #38ee96 1.0806px 1.68294px 0px, #38ee96 0.14147px 1.99499px 0px, #38ee96 -0.83229px 1.81859px 0px, #38ee96 -1.60229px 1.19694px 0px, #38ee96 -1.97998px 0.28224px 0px, #38ee96 -1.87291px -0.70157px 0px, #38ee96 -1.30729px -1.5136px 0px, #38ee96 -0.42159px -1.95506px 0px, #38ee96 0.56732px -1.91785px 0px, #38ee96 1.41734px -1.41108px 0px, #38ee96 1.92034px -0.55883px 0px;
}

.steps .col:nth-child(1) {
  background-image: url(../img/step-1.png);
}

.steps .col:nth-child(1)::before {
  content: "1";
}

.steps .col:nth-child(2) {
  background-image: url(../img/step-2.png);
}

.steps .col:nth-child(2)::before {
  content: "2";
}

.steps .col:nth-child(3) {
  background-image: url(../img/step-3.png);
}

.steps .col:nth-child(3)::before {
  content: "3";
}

.steps .col:nth-child(4) {
  background-image: url(../img/step-4.png);
}

.steps .col:nth-child(4)::before {
  content: "4";
}

.steps .col:nth-child(5) {
  background-image: url(../img/step-5.png);
}

.steps .col:nth-child(5)::before {
  content: "5";
}

.alert {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 2rem 0;
}

.alert div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 6px solid #e0e0e0;
  border-left: none;
  padding: 0.5rem 2rem;
}

.alert div p {
  font-size: 18px;
  color: #080908;
  font-weight: 300;
  text-align: left;
  margin: 0;
}

.alert div p:first-child {
  font-weight: 700;
  margin-bottom: 0.2rem;
}

.differences {
  margin-bottom: 2rem;
}

.differences-head {
  color: #000000;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 2rem;
}

.differences-head .col-lg-3 {
  color: #707070;
  text-align: center;
}

.differences-head .col-lg-3.active {
  color: #c1363d;
}

.differences .col-lg-6 {
  font-size: 20px;
  font-weight: 300;
  color: #000000;
}

.differences .col-lg-6.c3 div::before, .differences .col-lg-6.c3 div::after {
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
}

.differences .col-lg-6.c4 .col-lg-6.fill div {
  color: #fff;
}

.differences .col-lg-6.c4 .col-lg-6.fill div::before, .differences .col-lg-6.c4 .col-lg-6.fill div::after {
  background-color: #707070;
  z-index: -1;
}

.differences .col-lg-6.c4 .col-lg-6.fill.active div::before, .differences .col-lg-6.c4 .col-lg-6.fill.active div::after {
  background-color: #c1363d;
}

.differences .col-lg-6.c4 .col-lg-6.active div::before, .differences .col-lg-6.c4 .col-lg-6.active div::after {
  border-color: #c1363d;
}

.differences .col-lg-6.c4 .col-lg-6.c1 div::before {
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
}

.differences .col-lg-6.c4 .col-lg-6.c2 div::after {
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
}

.differences .col-lg-6.c4 .col-12 div::before, .differences .col-lg-6.c4 .col-12 div::after {
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
}

.differences .col-lg-3 div {
  font-size: 20px;
  min-height: 80%;
}

.differences .col-lg-3.fill div {
  font-size: 16px;
  color: #fff;
}

.differences .col-lg-3.fill div::before, .differences .col-lg-3.fill div::after {
  background-color: #707070;
  z-index: -1;
}

.differences .col-lg-3.fill.active div {
  color: #fff;
}

.differences .col-lg-3.fill.active div::before, .differences .col-lg-3.fill.active div::after {
  background-color: #c1363d;
}

.differences .col-lg-3.active div {
  color: #c1363d;
}

.differences .col-lg-3.active div::before, .differences .col-lg-3.active div::after {
  border-color: #c1363d;
}

.differences .col-lg-3.c1 div::before {
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
}

.differences .col-lg-3.c2 div::after {
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
}

.mechan {
  background-color: #2a2a2a;
  position: relative;
  z-index: 0;
  -webkit-clip-path: polygon(0 2rem, 100% 0, 100% calc(100% - 2rem), 0% 100%);
  clip-path: polygon(0 2rem, 100% 0, 100% calc(100% - 2rem), 0% 100%);
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.mechan h2 {
  color: #ffffff;
}

.mechan h2 span {
  color: #c1363d;
}

.tabs {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 2rem auto;
}

.tabs .col-4 {
  position: relative;
  color: #9d9d9c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 3rem;
  white-space: nowrap;
  font-size: 18px;
}

.tabs .col-4.active {
  color: #000000;
}

.tabs .col-4.active::after {
  background-color: #ffffff;
}

.tabs .col-4::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 1rem;
}

.tabs .col-4::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
}

.tabs .col-4:nth-child(1)::before {
  background-image: url(../img/tab-1.png);
}

.tabs .col-4:nth-child(2)::before {
  background-image: url(../img/tab-2.png);
}

.tabs .col-4:nth-child(3)::before {
  background-image: url(../img/tab-3.png);
}

.tab {
  display: none;
  color: #fff;
}

.tab.active {
  display: block;
}

.pan .pan-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
}

.pan .pan-head .number {
  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: relative;
  height: 65px;
  width: 65px;
  color: #ffffff;
  font-size: 32px;
  font-weight: 700;
}

.pan .pan-head .number::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #c1363d;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
}

.pan .pan-head .title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 65px;
  margin-left: 0.5rem;
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
}

.pan .pan-head .title::before, .pan .pan-head .title::after {
  border-color: #c1363d;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
  z-index: -1;
}

.pan .pan-head .title .arrow svg {
  -webkit-transform: rotatex(180deg);
          transform: rotatex(180deg);
}

.pan .pan-body {
  font-size: 16px;
  color: #d8d8d8;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: 1s;
  transition: 1s;
}

.pan .pan-body .row {
  padding: 1rem;
}

.pan .pan-body ul {
  color: #c1363d;
}

.pan .pan-body ul span {
  color: #d8d8d8;
}

.pan.active .pan-head .title::before, .pan.active .pan-head .title::after {
  background-color: #c1363d;
}

.pan.active .pan-head .title .arrow svg {
  -webkit-transform: rotatex(0deg);
          transform: rotatex(0deg);
}

.pan.active .pan-body {
  max-height: 1000px;
}

.yt {
  display: block;
  background-color: #c1363d;
  position: relative;
  z-index: 0;
  -webkit-clip-path: polygon(0 2rem, 100% 0, 100% calc(100% - 2rem), 0% 100%);
  clip-path: polygon(0 2rem, 100% 0, 100% calc(100% - 2rem), 0% 100%);
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin-top: -2rem;
  margin-bottom: 2px;
}

.yt h2 {
  color: #ffffff;
  font-size: 36px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.25);
  display: inline;
}

.form-control {
  border: 1px solid #cadbcc;
  border-radius: 2rem;
  padding: 2rem;
  text-align: center;
  margin-bottom: 3rem;
}

form .btn {
  width: 50%;
  margin: auto;
  margin-top: 4rem;
}

.contacts h2 {
  margin-top: 2rem;
  color: #c1363d;
  font-size: 30px;
}

.pr-mail {
  background-image: url(../img/mail.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 500px) {
  .pr-mail {
    display: none;
  }
}

section {
  max-width: 100vw;
  overflow: hidden;
}

.container {
  position: relative;
}

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

.dots::after {
  content: "";
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 1rem;
  border-bottom: dotted 2px rgba(157, 157, 156, 0.5);
  -webkit-transform: translatey(1px);
          transform: translatey(1px);
}

.modal-body {
  background-color: #2a2a2a;
}

.modal-header {
  color: #fff;
  background-color: #c1363d;
}

#bgr-set-0 {
  position: absolute;
  z-index: -1;
}

#bgr-set-0::before {
  content: url(../img/bgr-set-0.png);
}

#bgr-set-1 {
  position: absolute;
  z-index: -1;
}

#bgr-set-1::before {
  content: url(../img/bgr-set-1.png);
}

#bgr-set-2 {
  position: absolute;
  z-index: -1;
}

#bgr-set-2::before {
  content: url(../img/bgr-set-2.png);
}

#bgr-set-3 {
  position: absolute;
  z-index: -1;
}

#bgr-set-3::before {
  content: url(../img/bgr-set-3.png);
}

#bgr-set-4 {
  position: absolute;
  z-index: -1;
}

#bgr-set-4::before {
  content: url(../img/bgr-set-4.png);
}

#bgr-set-5 {
  position: absolute;
  z-index: -1;
}

#bgr-set-5::before {
  content: url(../img/bgr-set-5.png);
}

#bgr-set-6 {
  position: absolute;
  z-index: -1;
}

#bgr-set-6::before {
  content: url(../img/bgr-set-6.png);
}

#bgr-set-7 {
  position: absolute;
  z-index: -1;
}

#bgr-set-7::before {
  content: url(../img/bgr-set-7.png);
}

#bgr-set-8 {
  position: absolute;
  z-index: -1;
}

#bgr-set-8::before {
  content: url(../img/bgr-set-8.png);
}

#bgr-set-9 {
  position: absolute;
  z-index: -1;
}

#bgr-set-9::before {
  content: url(../img/bgr-set-9.png);
}

#bgr-set-10 {
  position: absolute;
  z-index: -1;
}

#bgr-set-10::before {
  content: url(../img/bgr-set-10.png);
}

#bgr-set-11 {
  position: absolute;
  z-index: -1;
}

#bgr-set-11::before {
  content: url(../img/bgr-set-11.png);
}

#bgr-set-12 {
  position: absolute;
  z-index: -1;
}

#bgr-set-12::before {
  content: url(../img/bgr-set-12.png);
}

#bgr-set-13 {
  position: absolute;
  z-index: -1;
}

#bgr-set-13::before {
  content: url(../img/bgr-set-13.png);
}

#bgr-set-14 {
  position: absolute;
  z-index: -1;
}

#bgr-set-14::before {
  content: url(../img/bgr-set-14.png);
}

#bgr-set-15 {
  position: absolute;
  z-index: -1;
}

#bgr-set-15::before {
  content: url(../img/bgr-set-15.png);
}

#bgr-set-16 {
  position: absolute;
  z-index: -1;
}

#bgr-set-16::before {
  content: url(../img/bgr-set-16.png);
}

#bgr-set-17 {
  position: absolute;
  z-index: -1;
}

#bgr-set-17::before {
  content: url(../img/bgr-set-17.png);
}

#bgr-set-18 {
  position: absolute;
  z-index: -1;
}

#bgr-set-18::before {
  content: url(../img/bgr-set-18.png);
}

#bgr-set-19 {
  position: absolute;
  z-index: -1;
}

#bgr-set-19::before {
  content: url(../img/bgr-set-19.png);
}

#bgr-set-20 {
  position: absolute;
  z-index: -1;
}

#bgr-set-20::before {
  content: url(../img/bgr-set-20.png);
}

div#bgr-set-4 {
  top: -2rem;
  left: -2rem;
}

div#bgr-set-5 {
  top: 1rem;
  right: -8rem;
}

div#bgr-set-6 {
  right: 100%;
}

div#bgr-set-7 {
  right: 0;
}

div#bgr-set-9 {
  left: 100%;
}

div#bgr-set-10 {
  right: 100%;
  top: 1rem;
}

div#bgr-set-11 {
  right: 100%;
}

div#bgr-set-12 {
  left: 100%;
}

div#bgr-set-14 {
  right: 0;
  top: 3rem;
}

div#bgr-set-15 {
  right: 100%;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

div#bgr-set-16,
div#bgr-set-17 {
  left: 100%;
}

div#bgr-set-18 {
  right: 100%;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

div#bgr-set-19 {
  left: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

div#bgr-set-20 {
  right: 100%;
}

.banner-text {
  padding: 1rem 2rem;
  width: 80%;
  margin: auto;
  margin-top: -4rem;
  position: relative;
}

.banner-text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #fff;
  -webkit-transform: skewx(-10deg);
          transform: skewx(-10deg);
  z-index: 0;
  -webkit-box-shadow: 0 0 33px rgba(81, 15, 73, 0.12);
          box-shadow: 0 0 33px rgba(81, 15, 73, 0.12);
          z-index: 1;
}

.banner-text * {
  z-index: 1;
}

.banner-text img {
  margin-right: 1rem;
}

.banner-text span {
  color: #883182;
  font-weight: 700;
}

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

.new-differences:not(.no-border) {
  border-bottom: solid 1px #dddddd;
}

.new-differences .col-md {
  color: #9d9d9d;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-align: center;
  padding: 20px 0;
}

.new-differences .col-md:nth-child(1) {
  font-size: 14px;
  font-weight: 300;
  text-align: left;
}

.new-differences .col-md:nth-child(2) {
  color: #1f8166;
}

.new-differences .col-md:nth-child(3) {
  color: #c1363d;
}

.new-differences .col-md:nth-child(4) {
  color: #707070;
}

.new-differences .col-md:nth-child(5) {
  color: #915a8f;
}

.new-differences .col-md.nd_all {
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
  color: #000000;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
}

#differences h3 {
  text-align: center;
  padding: 40px 0;
  color: #000000;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
}
.swiper-slide img {
  width: 100%;
}
.form .form-check-label {
  font-size: 13px;
}

.banner-social {
  display: flex;
  align-items: center;
  grid-gap: 12px;
  margin-top: 12px;
}
.banner-a {
  background-image: url(../../design2023/img/soclinks/red.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-a img {
  max-width: 50%;
}
.errorinput {
  border: #a22229 solid 2px;
}