@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap");
::-webkit-input-placeholder {
  color: inherit;
}

::-moz-placeholder {
  color: inherit;
}

:-ms-input-placeholder {
  color: inherit;
}

:-moz-placeholder {
  color: inherit;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder {
  color: transparent;
}

textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

textarea:focus:-moz-placeholder {
  color: transparent;
}

textarea:focus::-moz-placeholder {
  color: transparent;
}

textarea:focus:-ms-input-placeholder {
  color: transparent;
}

input, select, textarea, button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input, select, textarea, button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

img {
  max-width: 100%;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1.4;
  transition: 0s;
  background: #fff;
  color: #000;
  font-size: 14px;
  font-family: "Manrope", sans-serif;
  font-weight: 400 !important;
  letter-spacing: initial;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

input:focus,
button,
button:focus,
textarea {
  outline: none;
}

button {
  cursor: pointer;
  transition: all 0.3s ease;
}

button {
  background-color: transparent;
  border: none;
}

a:focus,
a:active {
  color: inherit;
  outline: 0;
  text-decoration: none;
}

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

.left {
  float: left;
}

.right {
  float: right;
}

a,
input[type=submit] {
  transition: all 0.3s ease;
  color: inherit;
  cursor: pointer;
}

textarea {
  resize: none;
}

.table-respond {
  overflow: auto;
}

.table-respond td, .table-respond th {
  white-space: nowrap;
}

.btn, .btn:focus, .btn:hover {
  outline: none;
  box-shadow: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.d-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.flex {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}

.flex-reverse {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}

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

.flex-left {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
}

.flex-right {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
}

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

.flex-around {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

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

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

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

.flex-item-top {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.flex-item-middle {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.flex-item-bottom {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.check {
  display: block;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  font-size: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
}
@media (max-width: 767px) {
  .check {
    font-size: 10px;
  }
}
.check a {
  color: #eb0014;
  text-decoration: underline;
  margin: 0 0 0 5px;
}
.check a:hover {
  text-decoration: none;
}
.check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.check .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: transparent;
  border: 1px solid #da0812;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.check input:checked ~ .checkmark:after {
  display: block;
}

.check .checkmark:after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  background: #da0812;
}

.feedback_modal {
  padding: 0 !important;
}
.feedback_modal .close {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 3;
  opacity: 1;
}
@media (max-width: 991px) {
  .feedback_modal .close {
    right: 10px;
    top: 10px;
  }
}
.feedback_modal .close img {
  display: block;
  max-width: 17px;
  height: 17px;
}
@media (max-width: 767px) {
  .feedback_modal .close img {
    max-width: 13px;
    height: 13px;
  }
}
.feedback_modal .modal-dialog {
  max-width: 650px;
  border: none;
  border-radius: 0;
}
.feedback_modal .modal-dialog .modal-content {
  border: none;
  border-radius: 0;
  padding: 30px;
  background: #121213;
}
@media (max-width: 991px) {
  .feedback_modal .modal-dialog .modal-content {
    padding: 35px 15px 15px 15px;
  }
}
.feedback_modal .modal-dialog .modal-content .form_btn__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0 0 0;
}
.feedback_modal .modal-dialog .modal-content .form_btn {
  font-size: 16px;
  padding: 0 5px 5px 5px;
  color: #fff;
  border-bottom: 1px solid #da0812;
  text-transform: uppercase;
  transition: 0.3s all ease;
}
@media (max-width: 991px) {
  .feedback_modal .modal-dialog .modal-content .form_btn {
    font-size: 14px;
  }
}
.feedback_modal .modal-dialog .modal-content .form_btn:hover {
  border-color: #fff;
  transition: 0.3s all ease;
}

.feedback_modal__title {
  font-size: 25px;
  margin: 0 0 25px;
  color: #fff;
  text-align: center;
}
@media (max-width: 991px) {
  .feedback_modal__title {
    font-size: 16px;
    margin: 0 0 15px;
  }
}
.feedback_modal__title span {
  color: #c11010;
}

.form_group {
  margin: 0 0 15px;
}
@media (max-width: 991px) {
  .form_group {
    margin: 0 0 10px;
  }
}
.form_group input {
  width: 100%;
  max-width: 100%;
  min-height: 40px;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  border-bottom: 1px solid #fff;
  background: transparent;
}
@media (max-width: 991px) {
  .form_group input {
    font-size: 12px;
    min-height: 30px;
  }
}

.parallax {
  background-image: url("../img/main_parralax.jpg");
  min-height: 600px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0 50px 0;
  position: relative;
  filter: grayscale(100);
}
@media (max-width: 991px) {
  .parallax {
    padding: 100px 0;
  }
}
.parallax:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 400px;
  width: 100%;
  background: #1d1d1f;
  background: linear-gradient(0deg, #1d1d1f 0%, rgba(29, 29, 31, 0.6446953782) 50%, rgba(29, 29, 31, 0.0648634454) 100%);
  z-index: 1;
}

.section_main__new .main_title__new {
  font-weight: 600;
  font-size: 50px;
  line-height: 50px;
  color: #FFFFFF;
  margin: 0 0 30px;
  text-align: center;
}
@media (max-width: 991px) {
  .section_main__new .main_title__new {
    font-size: 26px;
    line-height: 28px;
  }
}
.section_main__new .main_subtitle_new {
  font-size: 16px;
  line-height: 25px;
  color: #FFFFFF;
  margin: 0 0 100px;
  text-align: center;
  font-size: 300;
}
@media (max-width: 991px) {
  .section_main__new .main_subtitle_new {
    font-size: 14px;
    line-height: 20px;
  }
}
.section_main__new .new_prev_block {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 5;
}
@media (max-width: 991px) {
  .section_main__new .new_prev_block {
    flex-wrap: wrap;
  }
}
.section_main__new .new_prev_block .new_prev_item {
  width: calc((100% / 6) - 10px);
}
@media (max-width: 991px) {
  .section_main__new .new_prev_block .new_prev_item {
    width: calc((100% / 2) - 10px);
    margin: 0 0 30px;
  }
}
.section_main__new .new_prev_block .new_prev_item .new_prev_item__img_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 1px solid #fff;
  margin: 0 auto 20px;
}
@media (max-width: 991px) {
  .section_main__new .new_prev_block .new_prev_item .new_prev_item__img_wrapper {
    width: 80px;
    height: 80px;
  }
}
.section_main__new .new_prev_block .new_prev_item .new_prev_item__img {
  display: block;
  width: 40px;
  height: 40px;
}
.section_main__new .new_prev_block .new_prev_item .new_prev_item__descr {
  font-weight: 300;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .section_main__new .new_prev_block .new_prev_item .new_prev_item__descr {
    font-size: 14px;
    line-height: 20px;
  }
}

.section_about__new {
  padding: 80px 0;
  background: #1d1d1f;
}
@media (max-width: 991px) {
  .section_about__new {
    padding: 20px 0 50px 0;
  }
}
.section_about__new .new_about_descr__title {
  font-weight: 600;
  font-size: 40px;
  line-height: 50px;
  color: #FFFFFF;
  margin: 0 0 30px;
}
@media (max-width: 991px) {
  .section_about__new .new_about_descr__title {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 991px) {
  .section_about__new .row {
    flex-direction: column-reverse;
  }
}
.section_about__new .new_about_descr {
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
  margin: 0 0 15px;
  font-weight: 300;
}
@media (max-width: 991px) {
  .section_about__new .new_about_descr {
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 10px;
  }
}
.section_about__new .btn_link {
  font-weight: bold;
  font-size: 16px;
  line-height: 25px;
  color: #FFFFFF;
  margin: 30px 0 0 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #da0812;
  min-width: 250px;
  min-height: 50px;
  border-radius: 15px;
  padding: 0 10px;
  border: 1px solid transparent;
}
@media (max-width: 991px) {
  .section_about__new .btn_link {
    margin: 0 0 20px;
  }
}
.section_about__new .btn_link:hover {
  border: 1px solid #da0812;
  color: #da0812;
  background: transparent;
}
@media (max-width: 991px) {
  .section_about__new .youtube_video {
    height: 300px !important;
  }
}

.section_benefists {
  padding: 120px 0;
}
@media (max-width: 991px) {
  .section_benefists {
    padding: 50px 0;
  }
}
.section_benefists .row {
  margin: -20px;
}
@media (max-width: 1141px) {
  .section_benefists .row {
    margin: -5px;
  }
}
.section_benefists .row [class*=col-] {
  padding: 20px;
}
@media (max-width: 1141px) {
  .section_benefists .row [class*=col-] {
    padding: 5px;
  }
}
.section_benefists .title_block {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.section_benefists .new_benefists_item {
  background: #F2F2F2;
  border-radius: 15px;
  padding: 50px 30px 20px 90px;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 350px;
  justify-content: flex-end;
  transition: 0.3s all ease;
}
@media (max-width: 991px) {
  .section_benefists .new_benefists_item {
    padding: 20px 20px 20px 70px;
    min-height: 200px;
  }
}
.section_benefists .new_benefists_item:hover {
  background: #da0812;
}
.section_benefists .new_benefists_item:hover .new_benefists_item__title,
.section_benefists .new_benefists_item:hover .new_benefists_item__number,
.section_benefists .new_benefists_item:hover .new_benefists_item__descr {
  color: #fff;
  transition: 0.3s all ease;
}
.section_benefists .new_benefists_item .new_benefists_item__number {
  font-weight: bold;
  font-size: 70px;
  color: #0C0C0C;
  position: absolute;
  top: 5px;
  left: 20px;
  transition: 0.3s all ease;
}
@media (max-width: 991px) {
  .section_benefists .new_benefists_item .new_benefists_item__number {
    font-size: 50px;
  }
}
.section_benefists .new_benefists_item .new_benefists_item__title {
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  color: #0C0C0C;
  margin: 0 0 20px;
  transition: 0.3s all ease;
}
@media (max-width: 991px) {
  .section_benefists .new_benefists_item .new_benefists_item__title {
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 10px;
  }
}
.section_benefists .new_benefists_item .new_benefists_item__descr {
  font-size: 16px;
  transition: 0.3s all ease;
}
@media (max-width: 991px) {
  .section_benefists .new_benefists_item .new_benefists_item__descr {
    font-size: 14px;
  }
}

.new_section__title {
  font-weight: bold;
  font-size: 48px;
  line-height: 58px;
  color: #0C0C0C;
}
@media (max-width: 991px) {
  .new_section__title {
    font-size: 32px;
    line-height: 40px;
  }
}

.section_clients {
  padding: 0 0 100px;
}
@media (max-width: 991px) {
  .section_clients {
    padding: 0 0 50px;
  }
}
.section_clients .new_section__title {
  margin: 0 0 50px;
}
.section_clients .new_clients_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section_clients .new_clients_wrapper .new_clients_item {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.3s all ease;
}
@media (max-width: 991px) {
  .section_clients .new_clients_wrapper .new_clients_item {
    flex-direction: column;
    width: calc(50% - 10px);
    margin: 0 0 20px;
  }
}
@media (max-width: 767px) {
  .section_clients .new_clients_wrapper .new_clients_item {
    width: 100%;
  }
}
.section_clients .new_clients_wrapper .new_clients_item:hover {
  background: #da0812;
}
.section_clients .new_clients_wrapper .new_clients_item:hover .clients_descr {
  color: #fff;
}
.section_clients .new_clients_wrapper .new_clients_item:hover .clients_descr:after {
  border-color: transparent transparent transparent #da0812;
}
.section_clients .new_clients_wrapper .new_clients_item:hover img {
  filter: grayscale(0);
}
.section_clients .new_clients_wrapper .new_clients_item .clients_descr {
  width: 50%;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #0C0C0C;
  text-align: center;
  padding: 10px;
  position: relative;
  transition: 0.3s all ease;
}
@media (max-width: 991px) {
  .section_clients .new_clients_wrapper .new_clients_item .clients_descr {
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    min-height: 80px;
  }
}
.section_clients .new_clients_wrapper .new_clients_item .clients_descr:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 20px;
  border-color: transparent transparent transparent #ffffff;
  top: 50%;
  right: -40px;
  transform: translate(-20px, -50%);
  z-index: 2;
  transition: 0.3s all ease;
}
@media (max-width: 991px) {
  .section_clients .new_clients_wrapper .new_clients_item .clients_descr:after {
    top: inherit;
    bottom: -30px;
    left: 50%;
    transform: translate(-50%, 0) rotate(90deg);
    right: inherit;
  }
}
.section_clients .new_clients_wrapper .new_clients_item img {
  display: block;
  width: 50%;
  filter: grayscale(100);
  z-index: 1;
  transition: 0.3s all ease;
  height: 300px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .section_clients .new_clients_wrapper .new_clients_item img {
    width: 100%;
    height: 200px;
  }
}
@media (max-width: 991px) {
  .section_clients .new_clients_wrapper .new_clients_item__reverse {
    flex-direction: column-reverse;
  }
}
.section_clients .new_clients_wrapper .new_clients_item__reverse:hover {
  background: #da0812;
}
.section_clients .new_clients_wrapper .new_clients_item__reverse:hover .clients_descr {
  color: #fff;
}
.section_clients .new_clients_wrapper .new_clients_item__reverse:hover .clients_descr:after {
  border-color: transparent #da0812 transparent transparent;
}
.section_clients .new_clients_wrapper .new_clients_item__reverse:hover img {
  filter: grayscale(0);
}
.section_clients .new_clients_wrapper .new_clients_item__reverse .clients_descr:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 20px 0;
  border-color: transparent #ffffff transparent transparent;
  top: 50%;
  left: -40px;
  transform: translate(20px, -50%);
  z-index: 2;
}
@media (max-width: 991px) {
  .section_clients .new_clients_wrapper .new_clients_item__reverse .clients_descr:after {
    top: inherit;
    bottom: -30px;
    left: 50%;
    transform: translate(-50%, 0) rotate(-90deg);
    right: inherit;
  }
}

.section_priority {
  padding: 100px 0;
  background: #1D1D1F;
}
@media (max-width: 991px) {
  .section_priority {
    padding: 50px 0;
  }
}
.section_priority .row {
  margin: -20px;
}
@media (max-width: 991px) {
  .section_priority .row {
    margin: -10px;
  }
}
.section_priority .row [class*=col-] {
  padding: 20px;
}
@media (max-width: 991px) {
  .section_priority .row [class*=col-] {
    padding: 10px;
  }
}
.section_priority .new_section__title {
  color: #fff;
  margin: 0 0 50px;
}
@media (max-width: 991px) {
  .section_priority .new_section__title {
    margin: 0 0 30px;
  }
}
.section_priority .new_priority__item {
  background: #151516;
  border-radius: 15px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 200px 20px 20px 110px;
  height: 100%;
}
@media (max-width: 991px) {
  .section_priority .new_priority__item {
    padding: 100px 20px 20px 20px;
  }
}
.section_priority .new_priority__item:hover {
  background: #da0812;
}
.section_priority .new_priority__item .new_priority__icon {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 40px;
  left: 40px;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .section_priority .new_priority__item .new_priority__icon {
    width: 60px;
    height: 60px;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.section_priority .new_priority__item .new_priority__icon img {
  display: block;
  width: 60px;
  height: 60px;
  object-fit: contain;
}
@media (max-width: 991px) {
  .section_priority .new_priority__item .new_priority__icon img {
    width: 35px;
    height: 35px;
  }
}
.section_priority .new_priority__item .priority_descr {
  font-size: 20px;
  line-height: 27px;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .section_priority .new_priority__item .priority_descr {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
  }
}

.section_reviews {
  padding: 30px 0 100px 0;
  background: #1D1D1F;
}
@media (max-width: 991px) {
  .section_reviews {
    padding: 0 0 50px;
  }
}
.section_reviews .title_block {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.section_reviews .new_section__title {
  color: #fff;
}
.section_reviews .row {
  margin: -20px;
}
@media (max-width: 991px) {
  .section_reviews .row {
    margin: -10px;
  }
}
.section_reviews .row [class*=col-] {
  padding: 20px;
}
@media (max-width: 991px) {
  .section_reviews .row [class*=col-] {
    padding: 10px;
  }
}
.section_reviews .new_review__item {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.section_reviews .new_review__item:hover img {
  filter: grayscale(0);
}
.section_reviews .new_review__item img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 400px;
  object-position: center;
  object-fit: cover;
  filter: grayscale(100);
  transition: 0.3s all ease;
}
@media (max-width: 991px) {
  .section_reviews .new_review__item img {
    height: 200px;
  }
}
.section_reviews .new_review__item .play_btn {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 90px;
  height: 90px;
  background: #FFFFFF;
  opacity: 0.6;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s all ease;
}
@media (max-width: 991px) {
  .section_reviews .new_review__item .play_btn {
    width: 80px;
    height: 80px;
  }
}
.section_reviews .new_review__item .play_btn:hover {
  opacity: 1;
  transition: 0.3s all ease;
}
.section_reviews .new_review__item .play_btn:hover svg {
  transition: 0.3s all ease;
}
.section_reviews .new_review__item .play_btn:hover svg path {
  fill: #1D1D1F;
  transition: 0.3s all ease;
}
.section_reviews .new_review__item .play_btn svg {
  margin: 0 0 0 5px;
  transition: 0.3s all ease;
}
.section_reviews .new_review__item .play_btn svg path {
  transition: 0.3s all ease;
}

.section_introducing {
  padding: 100px 0 0 0;
  background: #3b3b3b;
  min-height: 870px;
  transition: 0.3s all ease;
}
@media (max-width: 991px) {
  .section_introducing {
    padding: 50px 0 0 0;
    min-height: inherit;
  }
}
.section_introducing:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s all ease;
  opacity: 0;
  visibility: hidden;
}
.section_introducing .row {
  width: 100%;
}
.section_introducing.hovered1 {
  position: relative;
}
.section_introducing.hovered1:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/introducing_1.jpg") center no-repeat;
  background-size: cover;
  transition: 0.3s all ease;
  opacity: 1;
  visibility: visible;
}
.section_introducing.hovered2 {
  position: relative;
}
.section_introducing.hovered2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/introducing_2.jpg") center no-repeat;
  background-size: cover;
  transition: 0.3s all ease;
  opacity: 1;
  visibility: visible;
}
.section_introducing.hovered3 {
  position: relative;
}
.section_introducing.hovered3:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/introducing_3.jpg") center no-repeat;
  background-size: cover;
  transition: 0.3s all ease;
  opacity: 1;
  visibility: visible;
}
.section_introducing.hovered4 {
  position: relative;
}
.section_introducing.hovered4:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/introducing_1.jpg") center no-repeat;
  background-size: cover;
  transition: 0.3s all ease;
  opacity: 1;
  visibility: visible;
}
.section_introducing .new_section__title {
  color: #fff;
  margin: 0 0 400px;
  position: relative;
  z-index: 3;
}
@media (max-width: 991px) {
  .section_introducing .new_section__title {
    margin: 0 0 30px;
  }
}

.dropdown {
  position: relative;
  height: 100%;
  min-height: 377px;
  z-index: 5;
}
@media (max-width: 991px) {
  .dropdown {
    min-height: inherit;
  }
}
.dropdown .question {
  padding: 50px 20px 100px 20px;
  transition: 0.5s all ease;
  height: 100%;
  min-height: 0px;
  position: relative;
}
@media (max-width: 991px) {
  .dropdown .question {
    padding: 50px 20px 120px 20px;
  }
}
.dropdown .question:hover {
  background: #da0812;
}
@media (max-width: 991px) {
  .dropdown .question:hover {
    margin: 0 0 20px;
  }
}
.dropdown .question.active {
  transition: 0.5s all ease;
  background: #da0812;
  height: auto;
  position: absolute;
  bottom: 0;
  min-height: 800px;
}
@media (max-width: 991px) {
  .dropdown .question.active {
    min-height: inherit;
    position: static;
  }
}
.dropdown .question.active .title_dropdown {
  min-height: 50px;
}
.dropdown .question.active .title_dropdown .plus {
  display: none;
}
.dropdown .question .title_dropdown {
  font-weight: 600;
  font-size: 24px;
  line-height: 33px;
  color: #FFFFFF;
  position: relative;
  display: block;
  height: 100%;
  min-height: 140px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .dropdown .question .title_dropdown {
    font-size: 20px;
    line-height: 26px;
  }
}
.dropdown .question .title_dropdown .plus {
  position: absolute;
  bottom: -80px;
  right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .dropdown .question .title_dropdown .plus {
    bottom: -20px;
  }
}
.dropdown .question .title_dropdown:before {
  content: "";
  position: absolute;
  top: -15px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
}
.dropdown .question .title_dropdown span {
  margin: 40px 0 0 0;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
  display: block;
}
@media (max-width: 991px) {
  .dropdown .question .title_dropdown span {
    margin: 20px 0 0 0;
    font-size: 14px;
    line-height: 20px;
  }
}
.dropdown .question .default-submenu {
  display: none;
  padding: 40px 0 0 0;
}
@media (max-width: 991px) {
  .dropdown .question .default-submenu {
    padding: 20px 0 0 0;
  }
}
.dropdown .question .default-submenu p {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #FFFFFF;
  margin: 0 0 10px;
}
@media (max-width: 991px) {
  .dropdown .question .default-submenu p {
    font-size: 12px;
    line-height: 18px;
  }
}

.section_progress {
  padding: 100px 0;
  background: #1D1D1F;
}
@media (max-width: 991px) {
  .section_progress {
    padding: 50px 0;
    display: none;
  }
}
.section_progress .new_section__title {
  color: #fff;
  margin: 0 0 50px;
}
.section_progress .progress_wrapper {
  padding: 40px 20px;
  background: #151516;
  border-radius: 20px;
  transition: 0.3s all ease;
  margin: 0 0 50px;
}
@media (max-width: 1141px) {
  .section_progress .progress_wrapper {
    overflow: auto;
  }
}
@media (max-width: 991px) {
  .section_progress .progress_wrapper {
    margin: 0 0 10px;
    padding: 10px;
  }
}
.section_progress .progress_wrapper:hover {
  background: #da0812;
}
.section_progress .progress_wrapper .new_process__title {
  text-align: center;
  font-weight: 600;
  font-size: 24px;
  line-height: 33px;
  color: #FFFFFF;
  margin: 0 0 30px;
}
@media (max-width: 991px) {
  .section_progress .progress_wrapper .new_process__title {
    font-size: 18px;
    line-height: 22px;
  }
}
.section_progress .progress_wrapper .process_item__block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1141px) {
  .section_progress .progress_wrapper .process_item__block {
    width: 1120px;
  }
}
@media (max-width: 991px) {
  .section_progress .progress_wrapper .process_item__block {
    width: 900px;
  }
}
.section_progress .progress_wrapper .new_process_item {
  width: calc((100% / 3) - 15px);
}
.section_progress .progress_wrapper .new_process_item_five {
  width: calc((100% / 5) - 20px);
}
.section_progress .progress_wrapper .new_process_item p {
  font-size: 16px;
  line-height: 25px;
  color: #FFFFFF;
  margin: 0 0 30px;
  text-align: center;
  position: relative;
  display: block;
  min-height: 50px;
}
@media (max-width: 991px) {
  .section_progress .progress_wrapper .new_process_item p {
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 10px;
    min-height: 60px;
  }
}
.section_progress .progress_wrapper .new_process_item p:after {
  content: "";
  position: absolute;
  right: -15px;
  top: -15px;
  width: 1px;
  height: calc(100% + 30px);
  background: #fff;
  opacity: 0.5;
}
.section_progress .progress_wrapper .new_process_item .circle {
  display: block;
  margin: 0 auto;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  position: relative;
}
.section_progress .progress_wrapper .new_process_item .circle:after {
  content: "";
  position: absolute;
  left: calc(100% + 30px);
  top: 50%;
  width: 300px;
  height: 21px;
  background: url("../img/arr_long.svg") center no-repeat;
  background-size: cover;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .section_progress .progress_wrapper .new_process_item .circle:after {
    background: url("../img/arr_long.svg") center no-repeat;
    background-size: contain;
    width: 230px;
  }
}
.section_progress .progress_wrapper .new_process_item .circle_full {
  background: #fff;
}
.section_progress .progress_wrapper .new_process_item .circle_last:after {
  content: none;
}
.section_progress .progress_wrapper .new_process_item .circle_five:after {
  width: 140px;
  background: url("../img/arr_long.svg") center no-repeat;
  background-size: contain;
}
@media (max-width: 991px) {
  .section_progress .progress_wrapper .new_process_item .circle_five:after {
    width: 100px;
  }
}
.section_progress .progress_wrapper .new_process_item__last p:after {
  content: none;
}

.section_introducing__inner {
  padding: 100px 0 0 0;
  transition: 0.3s all ease;
  position: relative;
  background: url("../img/question_1.jpg") center no-repeat;
  background-size: cover;
}
@media (max-width: 991px) {
  .section_introducing__inner {
    padding: 50px 0 0 0;
  }
}
.section_introducing__inner .row {
  margin: 0;
  width: 100%;
}
.section_introducing__inner .row [class*=col-] {
  padding: 0;
}
.section_introducing__inner .new_section__title {
  color: #fff;
  margin: 0 0 200px;
  position: relative;
  z-index: 3;
}
@media (max-width: 991px) {
  .section_introducing__inner .new_section__title {
    margin: 0 0 30px;
  }
}
.section_introducing__inner .dropdown {
  min-height: 300px;
}
@media (max-width: 991px) {
  .section_introducing__inner .dropdown {
    min-height: 200px;
  }
}
.section_introducing__inner .dropdown .question {
  padding: 20px 20px 100px 20px;
}
@media (max-width: 991px) {
  .section_introducing__inner .dropdown .question {
    padding: 20px 20px 120px 20px;
  }
}
.section_introducing__inner .dropdown .question.active {
  transition: 0.5s all ease;
  background: #da0812;
  height: auto;
  position: absolute;
  bottom: 0;
  min-height: 500px;
}
@media (max-width: 991px) {
  .section_introducing__inner .dropdown .question.active {
    position: static;
    min-height: 400px;
  }
}
.section_introducing__inner .dropdown .question.active .title_dropdown {
  min-height: 50px;
}
.section_introducing__inner .dropdown .question.active .title_dropdown .plus {
  display: none;
}
.section_introducing__inner .dropdown .question .title_dropdown {
  font-weight: 400;
}
.section_introducing__inner .dropdown .question .title_dropdown span {
  font-size: 14px;
}
.section_introducing__inner .dropdown .question .title_dropdown .plus {
  bottom: -50px;
}
@media (max-width: 991px) {
  .section_introducing__inner .dropdown .question .title_dropdown .plus {
    bottom: -20px;
  }
}

.section_new_map {
  padding: 100px 0;
  background: #1D1D1F;
}
@media (max-width: 991px) {
  .section_new_map {
    padding: 50px 0;
  }
}
.section_new_map .new_section__title {
  color: #fff;
  font-size: 40px;
  margin: 0 0 30px;
}
@media (max-width: 991px) {
  .section_new_map .new_section__title {
    font-size: 32px;
  }
}
.section_new_map .dillers_info {
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #FFFFFF;
  margin: 30px 0 20px 0;
}
@media (max-width: 991px) {
  .section_new_map .dillers_info {
    font-size: 14px;
    line-height: 20px;
    margin: 15px 0;
  }
}
.section_new_map .dillers_info__inner {
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
  margin: 0 0 5px 0;
}
.section_new_map .dillers_info__inner span {
  font-weight: bold;
}
.section_new_map .map_block {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%;
}
@media (max-width: 991px) {
  .section_new_map .map_block {
    flex-direction: column;
  }
}
.section_new_map .map_block .title_mob {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  color: #fff;
  padding: 3px 16px;
  background: #151516;
  height: 35px;
  position: relative;
  border-radius: 10px;
  cursor: pointer;
  transition: 0.3s all ease;
}
.section_new_map .map_block .title_mob:after {
  content: "";
  position: absolute;
  width: 9px;
  height: 5px;
  background: url("../img/chev_down.png") center no-repeat;
  background-size: cover;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.section_new_map .map_block .title_mob:hover {
  background: #da0812;
}
.section_new_map .map_block .map_block_mobile {
  width: 100%;
  max-width: 500px;
}
@media (max-width: 991px) {
  .section_new_map .map_block .map_block_mobile {
    max-width: 100%;
    margin: 0 0 30px;
  }
}
.section_new_map .map_block .nav-tabs {
  width: 100%;
  max-width: 100%;
  display: none;
  background: #da0812;
  border-radius: 10px;
  overflow: hidden;
  height: 220px;
  overflow: auto;
}
.section_new_map .map_block .nav-tabs .nav-item .nav-link {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: #da0812;
  height: 35px;
  border-radius: 0;
  border: none;
}
@media (max-width: 1141px) {
  .section_new_map .map_block .nav-tabs .nav-item .nav-link {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .section_new_map .map_block .nav-tabs .nav-item .nav-link {
    padding: 3px 16px;
    font-size: 16px;
    height: 53px;
  }
}
.section_new_map .map_block .nav-tabs .nav-item .nav-link:hover {
  background: #151516;
}
.section_new_map .map_block .nav-tabs .nav-item .active {
  background: #da0812;
  border-radius: 0;
  border: none;
}
.section_new_map .map_block .tab-content {
  width: 100%;
  max-width: 600px;
}
@media (max-width: 991px) {
  .section_new_map .map_block .tab-content {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .section_new_map .map_block .tab-content #map1,
.section_new_map .map_block .tab-content #map2,
.section_new_map .map_block .tab-content #map3,
.section_new_map .map_block .tab-content #map4,
.section_new_map .map_block .tab-content #map5,
.section_new_map .map_block .tab-content #map6,
.section_new_map .map_block .tab-content #map7 {
    height: 300px !important;
    max-width: 100% !important;
  }
}

.section_reviews__page {
  padding: 100px 0;
  min-height: auto;
}
.section_reviews__page .slick-slide:active, .section_reviews__page .slick-slide:focus {
  outline: none;
}
.section_reviews__page .slick-arrow {
  display: none !important;
}
.section_reviews__page .section__sliderNav--arrows {
  position: absolute;
  z-index: 9999;
  bottom: 20px;
  left: 30px;
  right: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1141px) {
  .section_reviews__page .section__sliderNav--arrows {
    bottom: -40px;
  }
}
.section_reviews__page .section__sliderNav--arrows button {
  z-index: 9999;
}
.section_reviews__page .section__sliderNav--arrows button i {
  color: #fff;
  font-size: 35px;
}
.section_reviews__page .reviews_page__wrapper {
  position: relative;
}
.section_reviews__page .new_section__title {
  margin: 0 0 50px;
}
.section_reviews__page .dropdown {
  position: relative;
  height: 100%;
  min-height: 377px;
  z-index: 5;
}
@media (max-width: 991px) {
  .section_reviews__page .dropdown {
    min-height: inherit;
  }
}
.section_reviews__page .dropdown .question {
  padding: 50px 20px 100px 20px;
  transition: 0.5s all ease;
  height: 100%;
  min-height: 0px;
  position: relative;
}
@media (max-width: 991px) {
  .section_reviews__page .dropdown .question {
    padding: 50px 20px 120px 20px;
  }
}
.section_reviews__page .dropdown .question:hover {
  background: #da0812;
}
@media (max-width: 991px) {
  .section_reviews__page .dropdown .question:hover {
    margin: 0 0 20px;
  }
}
.section_reviews__page .dropdown .question.active {
  transition: 0.5s all ease;
  background: #da0812;
  height: auto;
  min-height: 550px;
  padding: 50px 20px 40px 20px;
}
@media (max-width: 991px) {
  .section_reviews__page .dropdown .question.active {
    min-height: inherit;
  }
}
.section_reviews__page .dropdown .question.active .title_dropdown {
  min-height: 50px;
}
.section_reviews__page .dropdown .question.active .title_dropdown .plus {
  display: none;
}
.section_reviews__page .dropdown .question .title_dropdown {
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  color: #FFFFFF;
  position: relative;
  display: flex;
  height: 100%;
}
@media (max-width: 991px) {
  .section_reviews__page .dropdown .question .title_dropdown {
    font-size: 16px;
    line-height: 22px;
  }
}
.section_reviews__page .dropdown .question .title_dropdown .plus {
  position: absolute;
  bottom: -80px;
  right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .section_reviews__page .dropdown .question .title_dropdown .plus {
    bottom: -20px;
  }
}
.section_reviews__page .dropdown .question .title_dropdown:before {
  content: "";
  position: absolute;
  top: -15px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
}
.section_reviews__page .dropdown .question .title_dropdown span {
  margin: 40px 0 0 0;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
  display: block;
}
@media (max-width: 991px) {
  .section_reviews__page .dropdown .question .title_dropdown span {
    margin: 20px 0 0 0;
  }
}
.section_reviews__page .dropdown .question .default-submenu {
  display: none;
  padding: 40px 0 0 0;
}
@media (max-width: 991px) {
  .section_reviews__page .dropdown .question .default-submenu {
    padding: 20px 0 0 0;
  }
}
.section_reviews__page .dropdown .question .default-submenu p {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #FFFFFF;
  margin: 0 0 10px;
}
@media (max-width: 991px) {
  .section_reviews__page .dropdown .question .default-submenu p {
    font-size: 12px;
    line-height: 18px;
  }
}

.header {
  background: #080808;
}
.header .menu-span {
  color: #fff;
}
.header .container {
  padding: 0 !important;
}

.footer .top .other .contact {
  color: #fff;
}

/*# sourceMappingURL=app.css.map */
