@charset "UTF-8";
@font-face {
  font-family: "FiraSans_Bold700";
  src: url("../assets/fonts/FiraSans-Bold.eot") format("eot"), url("../assets/fonts/FiraSans-Bold.ttf") format("ttf"), url("../assets/fonts/FiraSans-Bold.woff") format("woff"), url("../assets/fonts/FiraSans-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "FiraSans_SemiBold600";
  src: url("../assets/fonts/FiraSans-SemiBold.eot") format("eot"), url("../assets/fonts/FiraSans-SemiBold.ttf") format("ttf"), url("../assets/fonts/FiraSans-SemiBold.woff") format("woff"), url("../assets/fonts/FiraSans-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "FiraSans_Regular400";
  src: url("../assets/fonts/FiraSans-Regular.eot") format("eot"), url("../assets/fonts/FiraSans-Regular.ttf") format("ttf"), url("../assets/fonts/FiraSans-Regular.woff") format("woff"), url("../assets/fonts/FiraSans-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
body {
  max-width: 1920px;
  min-width: 320px;
  margin: 0 auto;
  padding: 0;
  font-family: "FiraSans_Regular400", sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  background-color: #fff;
}

.header__container {
  position: relative;
}
.header__container__banner {
  position: absolute;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.header__screen__title {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-left: 4.875rem;
  padding-bottom: 3.125rem;
}
.header__screen__title h1, .header__screen__title h2 {
  text-transform: uppercase;
  font-size: 3rem;
  font-weight: 700;
  color: #ffffff;
}

.header__lead-form {
  margin-top: 1.875rem;
  margin-bottom: 3.125rem;
}

.lead-form {
  display: flex;
  justify-content: center;
}
.lead-form__wrapper {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  border-radius: 0.625rem;
  border: 1px solid #ededed;
  padding: 1.875rem;
  width: 100%;
  max-width: 624px;
  color: #292929;
}
.lead-form h3 {
  font-size: 2rem;
  font-weight: 600;
}
.lead-form__input {
  display: flex;
  flex-direction: column;
}
.lead-form__input__radio {
  margin: 1.25rem 0;
}

.lead-form_radio_screen input {
  display: none;
}
.lead-form_radio_screen input + label {
  display: inline-flex;
  align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin-top: 0.75rem;
}
.lead-form_radio_screen label {
  font-size: 1.125rem;
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 2.25rem;
  margin-right: 0;
  line-height: 1.25rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.lead-form_radio_screen label::before {
  content: "";
  display: inline-block;
  background-image: url("../assets/svg/radio-button_unchecked.svg");
  background-size: cover;
  width: 1.875rem;
  height: 1.875rem;
  position: absolute;
  left: 0;
}
.lead-form_radio_screen input:checked + label::before {
  background-image: url("../assets/svg/radio-button_checked.svg");
  background-size: cover;
  width: 1.875rem;
  height: 1.875rem;
}

.lead-form__input__tel {
  display: flex;
  flex-direction: column;
  margin: 0.5rem 0;
  border-radius: 0.1875rem;
  padding: 0.5rem;
  border: 1px solid #ededed;
  background-color: #ffffff;
}
.lead-form__input__tel label {
  font-size: 0.875rem;
}
.lead-form__input__tel input {
  font-size: 1.125rem;
  margin-top: 0.25rem;
  border: none;
  background-color: transparent;
  outline: none;
}
.lead-form__input__tel input input:hover {
  outline: 0;
  outline-offset: 0;
}
.lead-form__input__tel input input:focus {
  outline: 0;
  outline-offset: 0;
}
.lead-form__input__tel input input:active {
  outline: 0;
  outline-offset: 0;
}
.lead-form__input__tel input::-moz-placeholder {
  color: #292929;
}
.lead-form__input__tel input::placeholder {
  color: #292929;
}

.lead-form__input__tel:hover {
  border: 1px solid #fb8d00;
}

.lead-form__input__tel:focus {
  border: 1px solid #fb8d00;
}

.lead-form__input__switch__block {
  display: flex;
  flex-direction: column;
  margin: 0.25rem 0;
  border-radius: 0.1875rem;
  padding: 0.5rem;
  border: 1px solid #ededed;
  background-color: #ffffff;
}
.lead-form__input__switch__block label {
  font-size: 0.875rem;
}
.lead-form__input__switch__block input {
  font-size: 1.125rem;
  margin-top: 0.25rem;
  border: none;
  background-color: transparent;
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.lead-form__input__switch__block input input:hover {
  outline: 0;
  outline-offset: 0;
}
.lead-form__input__switch__block input input:focus {
  outline: 0;
  outline-offset: 0;
}
.lead-form__input__switch__block input input:active {
  outline: 0;
  outline-offset: 0;
}

.lead-form__input__switch__block:hover {
  border: 1px solid #fb8d00;
}

.lead-form__input__switch__block:focus {
  border: 1px solid #fb8d00;
}

.lead-form__input__switch {
  display: flex;
  flex-direction: column;
}
.lead-form__input__switch input[type=button] {
  background: url("../assets/svg/block1_switch.svg") no-repeat;
  background-size: cover;
  width: 1.5rem;
  height: 1.5rem;
  border: none;
  align-self: center;
}

.lead-form__input__comments {
  margin: 0.5rem 0;
  border-radius: 0.1875rem;
  padding: 0.5rem;
  border: 1px solid #ededed;
  background-color: #ffffff;
}
.lead-form__input__comments label {
  font-size: 0.875rem;
}
.lead-form__input__comments textarea {
  font-size: 1.125rem;
  margin-top: 0.25rem;
  border: none;
  background-color: transparent;
  outline: none;
  width: 100%;
  height: 9.75rem;
}
.lead-form__input__comments textarea input:hover {
  outline: 0;
  outline-offset: 0;
}
.lead-form__input__comments textarea input:focus {
  outline: 0;
  outline-offset: 0;
}
.lead-form__input__comments textarea input:active {
  outline: 0;
  outline-offset: 0;
}
.lead-form__input__comments textarea::-moz-placeholder {
  color: #292929;
}
.lead-form__input__comments textarea::placeholder {
  color: #292929;
}

.lead-form__input__comments:hover {
  border: 1px solid #fb8d00;
}
.lead-form__input__comments:focus {
  border: 1px solid #fb8d00;
}

.lead-form__button {
  width: 100%;
  border: none;
  border-radius: 0.1875rem;
  background-color: #fb8d00;
  color: #ffffff;
  font-size: 1.25rem;
  padding: 1.25rem 0;
  margin: 1.25rem 0;
}

@media screen and (max-width: 1200px) and (min-width: 450px) {
  .header__screen__wrapper {
    padding: 3.125rem 0;
  }
  .header__screen__title {
    padding-left: 1.25rem;
    text-align: center;
  }
  .header__lead-form {
    margin-top: -3.125rem;
  }
  .lead-form form {
    display: grid;
    grid-template-columns: 45% 55%;
    grid-template-rows: 1fr 1fr;
  }
  .lead-form__grid-services {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .lead-form__grid-data {
    grid-row: 1/3;
    grid-column: 2/3;
    margin-left: 1.25rem;
  }
  .lead-form__grid-submit {
    grid-row: 2/3;
    grid-column: 1/2;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .header__screen__title h1, .header__screen__title h2 {
    font-size: 2.5rem;
  }
  .lead-form h3 {
    font-size: 1.5rem;
    font-weight: 600;
  }
  .lead-form_radio_screen label {
    font-size: 0.875rem;
  }
  .lead-form__input__tel label,
  .lead-form__input__switch__block label {
    font-size: 0.75rem;
  }
  .lead-form__input__tel input,
  .lead-form__input__switch__block input {
    font-size: 1rem;
  }
  .lead-form__input__comments label {
    font-size: 0.75rem;
  }
  .lead-form__input__comments textarea {
    font-size: 1rem;
  }
  .lead-form__button {
    font-size: 1rem;
  }
  .lead-form__info__fz-rule {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 449px) {
  .header__screen {
    display: flex;
    flex-direction: column;
  }
  .header__screen__title {
    padding: 1.25rem;
    margin-top: 3.125rem;
  }
  .header__screen__title h1, .header__screen__title h2 {
    font-size: 1.5rem;
    width: 100%;
  }
  .lead-form {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .lead-form h3 {
    font-size: 1.25rem;
    font-weight: 600;
  }
  .lead-form form {
    display: flex;
    flex-direction: column;
  }
  .lead-form__button {
    margin-top: 0;
  }
  .lead-form_radio_screen label {
    font-size: 0.875rem;
  }
  .lead-form__input__tel label,
  .lead-form__input__switch__block label {
    font-size: 0.75rem;
  }
  .lead-form__input__tel input,
  .lead-form__input__switch__block input {
    font-size: 1rem;
  }
  .lead-form__input__comments label {
    font-size: 0.75rem;
  }
  .lead-form__input__comments textarea {
    font-size: 1rem;
  }
  .lead-form__button {
    font-size: 1rem;
  }
  .lead-form__info__fz-rule {
    font-size: 0.875rem;
  }
  .lead-form__grid-data {
    order: 1;
  }
}
@font-face {
  font-family: "FiraSans_Bold700";
  src: url("../assets/fonts/FiraSans-Bold.eot") format("eot"), url("../assets/fonts/FiraSans-Bold.ttf") format("ttf"), url("../assets/fonts/FiraSans-Bold.woff") format("woff"), url("../assets/fonts/FiraSans-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "FiraSans_SemiBold600";
  src: url("../assets/fonts/FiraSans-SemiBold.eot") format("eot"), url("../assets/fonts/FiraSans-SemiBold.ttf") format("ttf"), url("../assets/fonts/FiraSans-SemiBold.woff") format("woff"), url("../assets/fonts/FiraSans-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "FiraSans_Regular400";
  src: url("../assets/fonts/FiraSans-Regular.eot") format("eot"), url("../assets/fonts/FiraSans-Regular.ttf") format("ttf"), url("../assets/fonts/FiraSans-Regular.woff") format("woff"), url("../assets/fonts/FiraSans-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
.FAQ_title {
  font-size: 2.5rem;
  font-weight: 600;
}

.accordion-item {
  border: none;
  margin-bottom: 20px;
}
.accordion-item.active {
  outline: 1px solid #fb8d00;
  border-radius: 10px;
}

.accordion-button {
  position: static;
  font-size: 1.25rem;
  font-weight: 500;
}
.accordion-button:focus {
  box-shadow: none;
}
.accordion-button.collapsed {
  border: 1px #ededed solid;
  border-radius: 10px;
}
.accordion-button:not(.collapsed) {
  color: black;
  background-color: white;
}

.accordion-body {
  font-weight: 400;
  font-size: 1.125rem;
}
.accordion-body .special_text {
  color: #fb8d00;
}

@media screen and (max-width: 767px) {
  .FAQ {
    display: inline;
  }
  .FAQ_title {
    font-size: 2rem;
    font-weight: 600;
    margin-left: 3%;
    margin-top: 5%;
  }
  .accordion {
    display: grid;
    grid-template-columns: 95%;
    justify-content: center;
  }
}
.contact-us__wrapper {
  margin-top: 12.5rem;
  margin-left: 4.875rem;
}
.contact-us__title {
  font-size: 2.5rem;
  font-weight: 600;
}
.contact-us__image {
  margin-top: 10%;
  width: 80%;
}

.lead-form__wrapper {
  width: 85%;
}

.c-u_lead-form_radio input {
  display: none;
}
.c-u_lead-form_radio input + label {
  display: inline-flex;
  align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin-top: 0.75rem;
}
.c-u_lead-form_radio label {
  font-size: 1.125rem;
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 2.25rem;
  margin-right: 0;
  line-height: 1.25rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.c-u_lead-form_radio label::before {
  content: "";
  display: inline-block;
  background-image: url("../assets/svg/radio-button_unchecked.svg");
  background-size: cover;
  width: 1.875rem;
  height: 1.875rem;
  position: absolute;
  left: 0;
}
.c-u_lead-form_radio input:checked + label::before {
  background-image: url("../assets/svg/radio-button_checked.svg");
  background-size: cover;
  width: 1.875rem;
  height: 1.875rem;
}

@media screen and (max-width: 1025px) and (min-width: 426px) {
  .contact-us {
    display: flex;
    flex-direction: column;
  }
  .contact-us__wrapper {
    margin: 3.125rem 0;
    padding: 0;
  }
  .contact-us__title {
    padding-left: 1.25rem;
    font-size: 2rem;
  }
  .contact-us__image {
    display: none;
  }
  .c-u_lead-form_radio label {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 425px) {
  .contact-us {
    display: flex;
    flex-direction: column;
  }
  .contact-us__wrapper {
    margin: 3.125rem 0;
    padding: 0;
  }
  .contact-us__title {
    margin-bottom: 1.875rem;
    padding-left: 1.25rem;
    font-size: 1.5rem;
  }
  .contact-us__image {
    display: none;
  }
  .c-u_lead-form_radio label {
    font-size: 0.875rem;
  }
}
.header {
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
  padding: 2rem 4.68rem 0;
}
.header .mobile {
  display: none;
}
.header__inner {
  display: flex;
  width: 100%;
}
.header__logo {
  display: flex;
  align-items: center;
}
.header__contacts {
  display: flex;
  align-items: center;
  gap: 1.875rem;
}
.header__socials {
  display: flex;
  gap: 10px;
}
.header__phone {
  display: flex;
  flex-direction: column;
  font-family: "FiraSans_Regular400", sans-serif;
  font-size: 1.25rem;
  line-height: 130%;
  white-space: nowrap;
}
.header__phone a {
  position: relative;
  display: inline-block;
  color: #ffffff;
  transition: 0.3s ease-in-out;
}
.header__phone a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  left: 0;
  bottom: -2px;
  background-color: #ffffff;
  transition: 0.3s ease-in-out;
}
.header__phone a:hover::before {
  width: 100%;
}

a,
a:hover {
  text-decoration: none;
}

.nav {
  padding-left: 4rem;
  margin-left: 0;
  margin-right: auto;
}
.nav__inner {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  gap: 1.25rem;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.nav__item {
  font-family: "FiraSans_Regular400", sans-serif;
  font-size: 1.25rem;
  line-height: 130%;
}
.nav__link {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  line-height: 1.3;
  transition: 0.3s ease-out;
}
.nav__link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #fb8d00;
  transition: 0.3s ease-out;
}
.nav__link:hover {
  color: #fb8d00;
}
.nav__link:hover:before {
  width: 100%;
}

@media (max-width: 1440px) {
  .header__logo {
    max-width: 150px;
  }
  .nav__link {
    font-size: 1rem;
  }
}
@media (max-width: 1200px) {
  body.active {
    overflow: hidden;
  }
  .header {
    padding: 2rem 1rem 0;
  }
  .header__logo {
    max-width: 200px;
    position: relative;
    z-index: 101;
  }
  .header .mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 47px;
    height: 47px;
    border: 1px solid #fb8d00;
    background-color: transparent;
    padding: 0;
    border-radius: 3px;
    position: relative;
    z-index: 101;
  }
  .header .mobile.active {
    border: 1px solid #ffffff;
  }
  .header .mobile.active .show {
    display: none;
  }
  .header .mobile.active .hide {
    display: block;
  }
  .header .mobile .show {
    display: block;
  }
  .header .mobile .hide {
    display: none;
  }
  .header__inner {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    z-index: 100;
    transition: 0.3s ease-in-out;
    background-color: #fb8d00;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .header__inner.active {
    left: 0;
  }
  .header__contacts {
    display: flex;
    flex-direction: column;
    min-height: 260px;
    padding-right: 2.2rem;
  }
  .header__phone a {
    font-size: 1.5rem;
  }
  .header .nav {
    width: 50%;
    min-height: 260px;
    border-right: 1px solid #ededed;
    padding-left: 1.25rem;
  }
  .header .nav__inner {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  .header .nav__link {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .header__inner {
    flex-direction: column-reverse;
    justify-content: center;
    padding: 1.25rem;
  }
  .header .nav {
    width: 100%;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    padding-top: 50px;
    border-top: 1px solid #ffffff;
    border-right-color: transparent;
  }
  .header .nav__inner {
    max-width: 320px;
  }
  .header__contacts {
    min-height: auto;
    padding-bottom: 50px;
    padding-right: 0;
    width: 100%;
    align-items: flex-start;
  }
}
.footer {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  margin-top: 11.625rem;
  padding-bottom: 1rem;
}
.footer__inner {
  display: flex;
  padding-left: 4.875rem;
  padding-right: 4.875rem;
  justify-content: space-between;
  border-bottom: 1px solid #ededed;
}
.footer__inner_content {
  display: flex;
}
.footer__logo {
  display: flex;
  align-items: center;
}
.footer__socials {
  display: flex;
  gap: 10px;
}
.footer .nav {
  padding-left: 1.875rem;
}
.footer .nav__link {
  color: #292929;
}
.footer .nav__link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #fb8d00;
  transition: 0.3s ease-out;
}
.footer .nav__link:hover {
  color: #fb8d00;
}
.footer .nav__link:hover:before {
  width: 100%;
}
.footer__holder {
  display: flex;
  padding-top: 1.25rem;
  padding-left: 4.875rem;
  padding-right: 4.875rem;
  justify-content: space-between;
}
.footer__contacts {
  display: flex;
  gap: 1.875rem;
}
.footer__contacts a {
  color: #292929;
}

.policy {
  display: flex;
  gap: 1.25rem;
}
.policy a {
  color: #292929;
}

@media screen and (max-width: 1285px) {
  .nav__item {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1025px) {
  .footer {
    padding-top: 1.875rem;
    margin-top: 9.375ram;
    margin-bottom: 5rem;
    flex-direction: row;
    justify-content: space-between;
    border-top: 1px solid #ededed;
  }
  .footer__logo {
    display: flex;
    align-items: start;
  }
  .footer__inner {
    position: relative;
    border-bottom: none;
  }
  .footer__inner_content .nav__inner {
    display: flex;
    flex-direction: column;
    width: -moz-max-content;
    width: max-content;
    align-items: start;
    gap: 10px;
  }
  .footer__inner_content .nav__item {
    padding: 0;
  }
  .footer__socials {
    position: absolute;
    top: 4.375rem;
  }
  .footer__holder {
    display: flex;
    flex-direction: column;
    padding-right: 1.25rem;
    align-items: flex-start;
    padding-top: 0;
    justify-content: flex-start;
  }
  .footer__contacts {
    display: flex;
    flex-direction: column;
    order: -1;
    gap: 0;
  }
  .policy {
    display: flex;
    flex-direction: column;
    order: 0;
    gap: 0;
  }
  .policy p {
    margin: 0;
    order: 1;
  }
  .policy a {
    order: -1;
  }
}
@media screen and (max-width: 820px) {
  .footer {
    display: block;
  }
  .footer__inner {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .footer__inner_content {
    display: block;
  }
  .footer__inner .nav {
    padding-top: 8rem;
    padding-left: 0;
    padding-bottom: 1.875rem;
  }
  .footer__holder {
    padding-bottom: 1.875rem;
    padding-left: 1rem;
  }
}
@media screen and (max-width: 370px) {
  .footer__phone {
    display: flex;
    flex-direction: column;
  }
}
.container__feedback {
  padding-top: 12.5rem;
}

.embed- {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.card__text__feedback {
  max-width: 450px;
  width: 100%;
}
.card__text__feedback .card-body {
  position: static;
}

.card__video__feedback {
  max-width: 100%;
  max-height: 100%;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #ffffff;
  border: 1px solid #fb8d00;
  color: #fb8d00;
  transition: all 0.2s ease;
}
.nav-pills .nav-link.active:hover,
.nav-pills .show > .nav-link:hover {
  background-color: #fb8d00;
  border: 1px solid #fb8d00;
  color: #ffffff;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent !important;
  color: black !important;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  outline: none;
}

#owl-example-article .item img {
  display: block;
  width: 100%;
  height: auto;
}

.owl-next span,
.owl-prev span {
  font-size: 30px !important;
  cursor: pointer;
  outline: none !important;
}
.owl-next span:focus,
.owl-prev span:focus {
  outline: none !important;
}

.owl-nav {
  position: absolute;
  top: -4.5rem;
  left: 95%;
}

.owl-item {
  background-color: transparent;
  color: black;
  transition: 0.3s ease-in-out;
  text-align: center;
}

.owl-prev {
  float: left;
  font-size: 20px;
  text-transform: uppercase;
  padding: 20px;
  margin-right: 70px;
  margin-top: 0;
}

.owl-next {
  float: right;
  font-size: 20px;
  text-transform: uppercase;
  padding: 20px;
}

.owl-dots {
  counter-reset: slides-num; /* Initialize counter. */
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%);
  margin-top: 15px;
}
.owl-dots:after {
  content: counter(slides-num);
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  vertical-align: middle;
}

.owl-dot {
  display: inline-block;
  counter-increment: slides-num; /* Increment counter */
  margin-right: 5px;
}
.owl-dot span {
  display: none;
}
.owl-dot.active:before {
  content: counter(slides-num) " / "; /* Use the same counter to get current item. */
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (max-width: 576px) {
  .owl-nav {
    position: absolute;
    top: 100%;
    transform: translate(-160%);
    left: 15%;
  }
}
.nav-pills .nav-link {
  color: #fb8d00;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #ffffff;
  border: 1px solid #fb8d00;
  transition: all 0.2s ease;
}

.nav-pills .nav-link.active:hover,
.nav-pills .show > .nav-link:hover {
  background-color: #fb8d00;
  border: 1px solid #fb8d00;
  color: #ffffff;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent !important;
  color: black !important;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  outline: none;
}

#owl-example-article .item img {
  display: block;
  width: 100%;
  height: auto;
}

.owl-next span,
.owl-prev span {
  font-size: 30px !important;
  cursor: pointer;
  outline: none !important;
}

.owl-next span:focus,
.owl-prev span:focus {
  outline: none !important;
}

.owl-item {
  background-color: transparent;
  color: black;
  transition: 0.3s ease-in-out;
  text-align: center;
}

.owl-prev {
  float: left;
  font-size: 20px;
  text-transform: uppercase;
  padding: 20px;
  margin-right: 70px;
  margin-top: 0;
}

.owl-next {
  float: right;
  font-size: 20px;
  text-transform: uppercase;
  padding: 20px;
}

.owl-dots {
  counter-reset: slides-num; /* Initialize counter. */
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%);
  margin-top: 15px;
}

.owl-dots:after {
  content: counter(slides-num);
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  vertical-align: middle;
}

.owl-dot {
  display: inline-block;
  counter-increment: slides-num; /* Increment counter */
  margin-right: 5px;
}

.owl-dot span {
  display: none;
}

.owl-dot.active:before {
  content: counter(slides-num) " / "; /* Use the same counter to get current item. */
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 0;
}

.inner-container {
  max-width: 1553px;
  --bs-gutter-x: 1.5rem;
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #ededed;
}

.container-block {
  display: flex;
  align-items: center;
  gap: 2px;
}

.container-block h3 {
  font-family: "FiraSans_Regular400";
  font-size: 96px;
  font-weight: 400;
  line-height: 125px;
  letter-spacing: 0.03em;
  text-align: left;
  flex: 1;
  -webkit-text-stroke: 2px #fb8d00;
  color: #fff;
  margin-right: 20px;
}

.container-block p {
  font-family: "FiraSans_Regular400";
  font-size: 20px;
  line-height: 26px;
  text-align: left;
  flex: 6;
}

@media screen and (max-width: 767px) {
  .container-block h3 {
    font-size: 64px;
  }
  .container-block p {
    font-size: 18px;
  }
  .container-block {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    max-width: 280px;
  }
  .inner-container {
    display: block;
  }
  .owl-nav {
    top: -5rem;
    left: 85%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .container-block h3 {
    font-size: 64px;
  }
  .container-block p {
    font-size: 18px;
  }
  .container-block {
    max-width: 342px;
  }
  .owl-nav {
    top: -5rem;
    left: 85%;
  }
}
@media screen and (max-width: 576px) {
  .owl-nav {
    position: absolute;
    top: 100%;
    transform: translate(-160%);
    left: 15%;
  }
  .owl-nav {
    top: -8.25rem;
    left: 87%;
  }
}
.advantages {
  padding: 0 1.25rem;
}

.inner-container {
  max-width: 1553px;
  --bs-gutter-x: 1.5rem;
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  border-top: 1px solid #ededed;
}

.container-block {
  display: flex;
  align-items: center;
  gap: 2px;
}

.container-block h3 {
  font-family: "FiraSans_Regular400";
  font-size: 96px;
  font-weight: 400;
  line-height: 125px;
  letter-spacing: 0.03em;
  text-align: left;
  flex: 1;
  -webkit-text-stroke: 2px #fb8d00;
  color: #fff;
  margin-right: 20px;
}

.container-block p {
  font-family: "FiraSans_Regular400";
  font-size: 20px;
  line-height: 26px;
  text-align: left;
  flex: 6;
}

@media screen and (max-width: 767px) {
  .container-block h3 {
    font-size: 64px;
  }
  .container-block p {
    font-size: 18px;
  }
  .container-block {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    max-width: 100%;
  }
  .inner-container {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .container-block h3 {
    font-size: 64px;
  }
  .container-block p {
    font-size: 18px;
  }
  .container-block {
    max-width: 342px;
  }
}
.departures .card {
  position: relative;
  border-radius: 10px;
}
.departures .card-body {
  position: absolute;
  width: 100%;
  max-width: 700px;
  min-height: 140px;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 1.875rem;
}
.departures .card-img-overlay {
  padding: 0;
  position: static;
}
.departures .card-title {
  font-family: "FiraSans_SemiBold600", serif;
  font-size: 32px;
  line-height: 110%;
  color: #ffffff;
}
.departures .card-text {
  color: #ffffff;
  font-family: "FiraSans_Regular400", serif;
  font-size: 20px;
  line-height: 130%;
}
.departures .card-text:last-child {
  font-size: 14px;
}

/* Tablet */
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  /* Блок отправления */
  .departures .card:first-child {
    margin-bottom: 1.25rem;
  }
}
/* Mobile */
@media only screen and (max-width: 767px) {
  /* Блок отправления */
  .departures .card:first-child {
    margin-bottom: 1.25rem;
  }
  .departures .card-body {
    padding: 1.25rem;
  }
  .departures .card-title {
    font-size: 24px;
    line-height: 110%;
  }
  .departures .card-text {
    font-size: 18px;
  }
  .departures .card-text:last-child {
    font-size: 12px;
  }
  .departures .card img {
    width: 100%;
  }
}
@media only screen and (max-width: 375px) {
  .card img {
    width: 100%;
  }
}
.additionally {
  background-color: #fb8d00;
  padding: 30px;
  margin-top: 30px;
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
.additionally .title-additionally {
  color: #ffffff;
  font-family: "FiraSans_Regular400", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}
.additionally .list {
  color: #ffffff;
  font-family: "FiraSans_Regular400", serif;
  font-size: 18px;
  line-height: 150%;
  margin-top: 20px;
}
.additionally .img.warning {
  width: 123px;
  height: 123px;
}

/* Tablet */
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  /* Блок отправления */
  .additionally .title-additionally {
    color: #ffffff;
    font-family: "FiraSans_Regular400", serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
  }
  .additionally .list {
    color: #ffffff;
    font-family: "FiraSans_Regular400", serif;
    font-size: 16px;
    line-height: 150%;
  }
  .additionally .img.warning {
    max-width: 100px;
    width: 100%;
    height: 100px;
  }
}
/* Mobile */
@media only screen and (max-width: 767px) {
  /* Блок отправления */
  .additionally {
    align-items: flex-start;
  }
  .additionally .title-additionally {
    color: #ffffff;
    font-family: "FiraSans_Regular400", serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
  }
  .additionally .list.additionally {
    color: #ffffff;
    font-family: "FiraSans_Regular400", serif;
    font-size: 18px;
    line-height: 150%;
  }
  .additionally .img.warning {
    max-width: 50px;
    width: 100%;
    height: 50px;
  }
}
.services {
  /*# Кнопка в блоке услуги */
  /*# эффект при наведении на кнопку */
}
.services__card {
  display: flex;
  flex-direction: row;
  -moz-column-gap: 30px;
       column-gap: 30px;
  min-height: 323px;
}
.services__card-text {
  color: #292929;
  font-family: "FiraSans_Regular400";
  font-size: 16px;
  line-height: 150%;
  margin-top: 5px;
  margin-bottom: 0;
}
.services__card__img {
  max-width: 390px;
  border-radius: 5px;
  overflow: hidden;
}
.services__card__img img {
  max-width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.services__card-body {
  max-width: 390px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.services__card-title {
  margin-top: 10px;
  color: #292929;
  font-family: "FiraSans_SemiBold600";
  font-size: 24px;
  line-height: 130%;
}
.services .btn-custom-services {
  color: #fb8d00;
  background-color: #ffffff;
  border: 1px solid #fb8d00;
  color: #fb8d00;
  background-color: #ffffff;
  padding: 20px 0;
  font-size: 20px;
}
.services .btn-custom-services:hover {
  color: #ffffff;
  background-color: #fb8d00;
}
.services .btn.btn-services {
  color: #fb8d00;
  background-color: #ffffff;
}

/* Tablet */
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  /* Блок отправления */
  .services__card {
    min-height: 222px;
  }
  .services__card-body {
    max-width: 500px;
    width: 100%;
  }
  .services__card__img {
    width: 100%;
  }
  .services__card__img img {
    height: 200px;
    width: 100%;
  }
}
/* Mobile */
@media only screen and (max-width: 767px) {
  /* Блок отправления */
  .services__card {
    flex-direction: column;
    min-height: 100%;
  }
  .services__card-body {
    max-width: 100%;
    margin-top: 1.875rem;
  }
  .services__card-text {
    margin-bottom: 1.25rem;
  }
  .services__card__img {
    width: 100%;
    max-width: 100%;
  }
  .services__card__img img {
    height: 200px;
    width: 100%;
  }
}
body {
  min-width: 375px;
  margin: 0 auto;
  padding: 0;
  font-family: "FiraSans_Regular400", sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  background-color: #fff;
}

.container {
  max-width: 1770px;
  margin: 0 auto;
}

.img__fluid {
  max-width: 100%;
  height: auto;
}

.container__wrapper {
  padding: 30px;
  border-radius: 10px;
  border: 1px solid #ededed;
  margin-top: 30px;
}

.top-margin {
  margin-top: 186px;
}

.main-title {
  color: #292929;
  font-family: "FiraSans_SemiBold600", serif;
  font-size: 40px;
  line-height: 130%;
  margin-bottom: 30px;
}

@media (max-width: 1200px) {
  .top-margin {
    margin-top: 150px;
  }
  .main-title {
    font-size: 32px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .top-margin {
    margin-top: 100px;
  }
  .main-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}