@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;400;500;600;700&display=swap');

@font-face {
  font-family: "NovaPoshta";
  src: local("NovaPoshta"), url('./fonts/NovaPoshta-Regular.woff') format('woff');
  font-weight: 400;
}

@font-face {
  font-family: "NovaPoshta";
  src: local("NovaPoshta"), url('./fonts/NovaPoshta-Medium.woff') format('woff');
  font-weight: 500;
}

@font-face {
  font-family: "NovaPoshta";
  src: local("NovaPoshta"), url('./fonts/NovaPoshta-Bold.woff') format('woff');
  font-weight: 700;
}

@font-face {
  font-family: "NovaPoshta";
  src: local("NovaPoshta"), url('./fonts/NovaPoshta-Black.woff') format('woff');
  font-weight: 900;
}

body {
  padding-top: 80px;
  font-family: Inter, Arial, sans-serif;
  color: #000000;
  font-size: 16px;
  overflow-x: hidden;
  line-height: 1.3;
}

img {
  max-width: 100%;
}

.navbar-nav .nav-link {
  font-size: 16px;
}

.hide {
  display: none;
}

.nav-link,
.nav-link:active,
.nav-link:focus,
.nav-link:hover {
  color: #475569;
}

.nav-link {
  padding: 0 31px!important;
}

.navbar {
  background: #ffffff;
  padding: 26px 0;
}

.navbar-toggler {
  padding: 0;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-light .navbar-nav .nav-link {
  padding: 0 14px !important;
  color: #475569;
  font-weight: 500;
}

.navbar-light .navbar-nav .nav-link.user-name {
  padding: 15px 16px !important;
  display: flex;
  align-items: center;
}

.navbar-light .navbar-nav .nav-link.user-name.show {
  box-shadow: rgba(0, 0, 0, 0.08) 0 10px 50px 0;
  border-radius: 12px 12px 0 0;
}

.dropdown-menu {
  position: absolute;
  right: 0;
  border: 1px solid rgb(242, 242, 245);
  box-shadow: rgba(0, 0, 0, 0.08) 0 10px 50px 0;
  border-radius: 12px;
  margin-top: 0;
  padding: 0;
  overflow: hidden;
}

.dropdown-item {
  border-top: 0.5px solid rgb(203, 213, 225);
  font-size: 14px;
  color: rgb(0, 0, 0);
  padding: 16px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  gap: 16px;
}

.dropdown-item:first-child {
  border: none;
}

.dropdown-item:active {
  background-color: #ffffff;
  color: rgb(0, 0, 0);
}

.dropdown-menu[data-bs-popper] {
  margin-top: 0;
  right: 0;
  left: auto!important;
}

.logo {
  margin-right: 35px;
}

.login-block a.authLink {
  color: #DA291C;
  font-family: "NovaPoshta", sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  display: block;
  padding: 19px 25px 19px 0;
}

.lang-block {
  color: #475569;
  font-size: 12px;
  text-transform: uppercase;
  margin-right: 32px;
}

/*.link {
  background: url('../images/arrow.svg') no-repeat center right;
  padding-right: 25px;
  color: #DA291C;
  text-decoration: none;
}

.link:hover {
  text-decoration: underline;
  color: #DA291C;
}*/

.navbar-light .navbar-toggler-icon {
  background: none;
  font-size: 16px;
  margin-top: 0;
}

.navbar-light .navbar-toggler {
  border: none;
}

.wait-btn {
  margin-left: 32px;
}

.catalog {
  padding-top: 100px;
  margin-bottom: 90px;
}

.catalog .title {
  margin-bottom: 100px;
}

.catalog-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #F6F6F9;
  border-radius: 12px;
  padding: 0 0 0 40px;
}

.catalog-title {
  position: relative;
  font-family: "NovaPoshta", sans-serif;
  font-size: 32px;
  margin-bottom: 16px;
  font-weight: 700;
}

.catalog-title .icon {
  width: 22px;
  position: relative;
  top: -30px;
  left: 20px;
}

.catalog-text {
  color: #18181B;
  margin-bottom: 24px;
}

.catalog-photo {
  width: 60%;
  margin: 0;
}

.title {
  font-family: "NovaPoshta", sans-serif;
  font-size: 46px;
  font-weight: 700;
}

.mobile {
  display: none;
}

.navbar-toggler {
  position: absolute;
  right: 14px;
  top: 34px;
}

.buyout {
  margin-bottom: 100px;
  padding-top: 70px;
}
.buyout .tab-content {
  margin-top: 60px;
}

.buyout .title {
  margin-bottom: 40px;
}

.buyout-menu {
  display: flex;
  justify-content: center;
  margin-bottom: 52px;
}

.nav-pills .nav-link.buyout-item {
  font-size: 14px;
  padding: 16px 32px!important;
  border: 1px solid #92BBD6;
  border-radius: 8px;
  margin: 0 12px 12px;
  white-space: nowrap;
}

.nav-pills .nav-link.buyout-item.active {
  background: #92BBD6;
  color: #ffffff;
  border-color: #92BBD6;
}

.login-block {
  color: #475569;
  font-size: 14px;
}

.nav-link.user-name {
  text-transform: none;
  font-weight: 400;
}

.nav-link.user-name:after {
  /*display: none;*/
  border: none;
  background: url('../images/arrow-menu-grey.svg') no-repeat;
  width: 13px;
  height: 10px;
  position: relative;
  top: 4px;
  left: 3px;
  transform: rotate(180deg);
  transition: all 0.1s ease;
}

.nav-link.user-name.show:after {
  transform: rotate(0deg);
  top: -2px;
  left: 0;
}

.buyout-left {
  position: relative;
}

.buyout-icons {
  position: absolute;
  width: 55px;
  top: 28px;
  left: 28px;
}

.title-small {
  color: #668396;
  font-size: 12px;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.block-title {
  font-family: 'NovaPoshta', sans-serif;
  font-size: 36px;
  margin-bottom: 32px;
}

.block-text {
  font-size: 16px;
  color: #18181B;
  margin-bottom: 24px;
}

.decorate-1 {
  position: absolute;
  top: -46px;
  left: -46px;
}

.decorate-4 {
  position: absolute;
  top: -46px;
  right: 15%;
}

.decorate-3 {
  position: relative;
  left: 50%;
  top: -20%;
}

.decorate-5 {
  position: absolute;
  top: 40px;
}

.decorate-6 {
  position: relative;
  top: -30px;
  left: -35px;
}

.decorate-7 {
  position: relative;
  top: -30px;
  left: -20px;
}

.forwarding {
  padding-top: 70px;
  margin-bottom: 80px;
}

.forwarding-right {
  position: relative;
}

footer {
  border-top: 1px solid #E2E8F0;
  padding: 48px 0 32px;
}

.copyright {
  color: #475569;
  font-size: 14px;
}

.copyright a {
  color: #475569;
}

.footer-title {
  font-size: 12px;
  color: #DA291C;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.footer-item {
  margin-bottom: 12px;
}

.footer-content a {
  color: #000000;
  text-decoration: none;
}

.footer-content a:hover {
  text-decoration: underline;
}

.footer-apps {
  display: flex;
}

.footer-apps img {
  height: 40px;
  margin-right: 12px;
}

.novashop {
  padding-top: 70px;
}

.mobile-menu {
  display: none;
}

.mobile-menu-footer {
  padding-top: 20px;
}

.mobile-menu-item {
  font-size: 14px;
  color: #475569;
  margin-bottom: 12px;
}

.mobile-menu-item a {
  color: #475569;
  text-decoration: none;
}

.mobile-menu .navbar-nav {
  border-bottom: 1px solid #CBD5E1;
}

.more-button {
  background: #DA291C;
  color: #FFFFFF;
  border-radius: 8px;
  text-decoration: none;
  padding: 19px 100px;
  display: block;
  width: fit-content;
  margin-top: 32px;
  text-align: center;
}

.more-button:hover {
  text-decoration: none;
  color: #FFFFFF;
}

.auth-modal .more-button {
  width: 100%;
}

.packing {
  padding-top: 70px;
}

.auth-overlay {
  position: fixed;
  inset: 0;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 9999;
}

.auth-modal {
  position: relative;
  background-color: rgb(196, 233, 224);
  border-radius: 12px;
  padding: 32px 54px;
  width: 484px;
  max-width: 90%;
}

.close-icon {
  position: absolute;
  width: 12px;
  top: 22px;
  right: 22px;
  cursor: pointer;
}

.auth-download {
  width: 200px;
  margin: 0px auto 24px;
  display: block;
}

.auth-title {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 16px;
}

.auth-text {
  font-size: 18px;
  text-align: center;
  margin-bottom: 24px;
}

.form-overlay {
  position: fixed;
  inset: 0;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 9999;
}

.form-modal {
  position: relative;
  background-color: rgb(196, 233, 224);
  border-radius: 12px;
  padding: 58px 32px 32px;
  width: 550px;
  max-width: 90%;
}

.form-modal-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 24px;
  text-align: center;
}

.form-modal .form-control {
  font-size: 16px;
  padding: 16px 16px;
  border-radius: 8px;
  border-color: #fff;
}

.main {
  display: flex;
  gap: 60px;
  background-color: #F6F6F9;
  margin-bottom: 40px;
  padding: 60px;
}

.main-title {
  position: relative;
  font-family: NovaPoshta, sans-serif;
  font-size: 46px;
  font-weight: 700;
  margin-bottom: 40px;
}

.main-title:before {
  content: '';
  display: block;
  width: 278px;
  height: 87px;
  background: url(../images/buyout/tax-status.svg) no-repeat;
  background-position: 0;
  background-size: cover;
  position: absolute;
  right: -8px;
  top: -70px;
}

.main-left {
  padding-top: 10%;
  width: 50%;
  flex-shrink: 0;
}

.purchase-button {
  background-color: #DA291C;
  font-size: 16px;
  color: #ffffff;
  font-weight: 700;
  font-family: NovaPoshta, sans-serif;
  text-transform: uppercase;
  padding: 18px 32px;
  border-radius: 8px;
  border: none;
  position: relative;
  text-decoration: none;
  text-align: center;
}

.purchase-button:hover {
  color: #ffffff;
}

.btn.purchase-button span {
  position: absolute;
  margin: 4px 0 0 -22px;
  display: none;
}

.main-text {
  font-size: 20px;
  margin-bottom: 8px;
}

.main-text._2 {
  margin-bottom: 40px;
}

.stations {
  background-color: #CDE1EE;
  padding: 60px;
}

.stations-list {
  display: flex;
  justify-content: space-between;
}

.stationItem {
  width: 10%;
  text-align: center;
  cursor: pointer;
}

.stationPhoto {
  background: #ffffff;
  border-radius: 12px;
  padding: 12px;
  margin: 0 auto 8px;
  height: 40%;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 50px 0 #00000014;
}

.active .stationPhoto {
  border: 1px solid #DA291C;
  margin: 0 auto 16px;
  height: 50%;
  margin-top: -15px;
}

.stationPhoto img {
  max-height: 100%;
}

.stationName {
  color: #475569;
  font-size: 16px;
}

.active .stationName {
  color: #DA291C;
  font-weight: 600;
}

.sliderItem {
  display: flex;
  gap: 32px;
  background-color: #ffffff;
  padding: 0 40px 40px;
  border-radius: 12px;
  border-left: 8px solid #f6f6f9;
  border-right: 8px solid #f6f6f9;
}

.sliderItemLeft {
  width: 40%;
}

.sliderPhoto {
  margin: 0 0 32px;
}

.sliderDesc {
  margin: 0 0 24px;
}

.sliderItemRight {
  display: flex;
  flex-direction: column;
  padding: 40px 0 0;
  width: 60%;
}

.sliderForItem {
  background: #F6F6F9;
  border-radius: 12px;
  padding: 16px;
  width: 32%;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 16px;
}

.sliderForItem span {
  text-transform: capitalize;
  font-weight: 500;
}

.owl-carousel .owl-item .sliderForItem img {
  height: 106px;
  width: auto;
  margin-top: 8px;
}

.sliderSubTitle {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 16px;
}

.sliderTitle {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 16px;
}

.sliderPrice {
  font-size: 28px;
}

.sliderPrice span {
  font-size: 32px;
  font-weight: 700;
}

.sliderFor {
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-size: 0;
}

.sliderInfo {
  border: 0.65px solid #16151B;
  border-radius: 24px;
  width: max-content;
  padding: 0 32px 16px;
  margin-bottom: 40px;
  margin-top: 80px;
  font-size: 14px;
}

.stations-slider {
  padding: 0 9%;
  margin-bottom: 40px;
}

.stations .owl-nav {
  position: absolute;
  top: 50%;
  left: 10px;
  right: 10px;
  display: flex;
  justify-content: space-between;
}

.owl-carousel .owl-nav button.owl-prev {
  width: 48px;
  height: 48px;
  background: url('../images/buyout/arrow.svg') no-repeat;
  background-size: cover;
  font-size: 0;
}

.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
  background: url('../images/buyout/arrow-active.svg') no-repeat;
}

.owl-carousel .owl-nav button.owl-next {
  width: 48px;
  height: 48px;
  background: url('../images/buyout/arrow.svg') no-repeat;
  transform: rotate(180deg);
  background-size: cover;
  font-size: 0;
}

.sliderInfoInner {
  display: flex;
  gap: 32px;
}

.sliderInfo .cert {
  width: 80px !important;
  margin: -40px auto 12px;
}

.sliderInfoItem .value {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 4px;
}

.purchase {
  padding-top: 40px;
  margin-bottom: 80px;
}

.purchase-wrapper {
  background: #F1E2C0;
  padding: 60px 70px;
}

.is-invalid~.invalid-feedback, .is-invalid~.invalid-tooltip, .was-validated :invalid~.invalid-feedback, .was-validated :invalid~.invalid-tooltip {
  display: block;
  color: #CC6700;
}

.purchase-title {
  font-family: 'NovaPoshta', sans-serif;
  font-size: 36px;
  margin-bottom: 40px;
}

.purchase-body {
  display: flex;
}

.purchase-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 8px;
  padding: 40px 32px;
  font-size: 20px;
}

.purchase-form {
  width: 50%;
  padding-left: 10%;
}

.purchase-h4 {
  display: flex;
  align-items: center;
  font-size: 24px;
  line-height: 36px;
  gap: 16px;
  margin-bottom: 24px;
}

.purchase-h4 img {
  width: 80px;
}

.purchase-info {
  font-size: 16px;
}

.purchase .form-control {
  font-size: 16px;
  padding: 15px 16px;
  border-radius: 8px;
  border-color: #fff;
}

.purchase .form-check-label {
  color: #667085;
  font-size: 16px;
}

.purchase .form-check-label a {
  color: #667085;
  text-decoration: underline;
}

.btn.purchase-button {
  background-color: #DA291C;
  color: #ffffff;
  width: 100%;
  padding: 15px 10px;
  margin-top: 32px;
  border-radius: 8px;
  text-decoration: none;
}

.btn.purchase-button:hover {
  color: #ffffff;
}

.btn.purchase-button._form {
  font-size: 16px;
  font-weight: 400;
  text-transform: unset;
  font-family: 'Inter';
  margin: 0;
  text-decoration: none;
}

.app {
  background: #F6F6F9;
  margin: 40px 0;
}

.app-wrapper {
  display: flex;
  align-items: center;
  gap: 5%;
}

.app-photo {
  width: 80%;
  flex-grow: 0;
}

.app-title {
  font-size: 36px;
  font-family: 'NovaPoshta', sans-serif;
  margin-bottom: 24px;
}

.app-text {
  font-size: 20px;
  margin-bottom: 32px;
}

.app-buttons {
  display: flex;
  gap: 16px;
}

.app-buttons img {
  height: 56px;
}

.faq {
  background: #F1E2C0;
  padding: 60px 70px;
  margin-bottom: 80px;
}

.faq-content {
  display: flex;
  gap: 60px;
}

.faq-content ._left {
  width: 30%;
  flex-shrink: 0;
}

.faq-content ._right {
  width: 70%;
  flex-shrink: 0;
}

.faq-title {
  font-size: 36px;
  font-family: 'NovaPoshta', sans-serif;
  margin-bottom: 60px;
}

.faq .accordion-button,
.faq .accordion-button:not(.collapsed) {
  background: none;
  box-shadow: none;
  font-size: 20px;
  font-weight: 500;
  font-family: 'NovaPoshta', sans-serif;
  color: #000000;
  border-radius: 0;
}

.faq .accordion {
  width: 100%;
}

.faq .accordion-item {
  background: none;
  border: none;
  border-top: 1px solid #D2B985;
  border-radius: 0;
}

.faq .accordion-body {
  padding: 20px 20px 30px;
  font-size: 20px;
}

.faq .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='7' viewBox='0 0 14 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 5L7.49976 1.3998C7.3214 1.25712 7.23222 1.18577 7.13332 1.15841C7.04608 1.13428 6.95392 1.13428 6.86668 1.15841C6.76778 1.18577 6.6786 1.25712 6.50024 1.3998L2 5' stroke='black' stroke-width='2' stroke-linecap='square'/%3E%3C/svg%3E%0A");
  transform: rotate(-180deg);
}

.faq .accordion-button:not(.collapsed)::after {
  transform: rotate(0deg);
}

.form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
}

.error-page {
  margin: 0 auto;
  max-width: 520px;
}
.error-title {
  font-size: 32px;
  line-height: 1.1;
  font-weight: 400;
  margin: 20px 0;
}
.error-body a {
  color: #000000;
}
.error-body a:hover {
  text-decoration: none;
}

.stations-title {
  font-family: "NovaPoshta", sans-serif;
  font-size: 46px;
  font-weight: 700;
  margin-bottom: 60px;
  text-align: center;
}

.sliderMoreBtn {
  margin-bottom: 24px;
  color: #94A3B8;
  font-size: 16px;
}

.sliderMoreBtn > span {
  border-bottom: 1px solid #94A3B8;
  position: relative;
}

.sliderMoreBtn > span:after {
  content: '';
  display: block;
  position: absolute;
  width: 14px;
  height: 12px;
  background: url(../images/arrow-more.svg) no-repeat;
  background-size: cover;
  right: -20px;
  top: 3px;
}

.sliderMoreBtn > span.more:after {
  transform: rotate(180deg);
  top: 6px;
}

@media screen and (max-width: 920px) {
  .mobile {
    display: block;
  }

  .desktop {
    display: none;
  }

  body {
    padding-top: 60px;
  }

  .navbar {
    padding: 13px 0;
  }

  .main {
    flex-direction: column;
    padding: 80px 20px 0;
    margin: 0 -16px 40px;
    overflow: hidden;
    gap: 20px;
  }

  .main-title:before {
    width: 218px;
    height: 77px;
    right: -38px;
    top: -60px;
  }

  .main-left {
    width: 100%;
  }

  .form-overlay .form-modal {
    position: fixed;
    bottom: 0;
    border-radius: 12px 12px 0 0;
    left: 0;
    right: 0;
    width: auto;
    max-width: inherit;
    padding: 58px 16px 32px;
  }

  .main-title {
    font-size: 28px;
    text-align: center;
    margin-bottom: 20px;
  }

  .stations-title {
    font-size: 28px;
    margin-bottom: 40px;
  }

  .main-text {
    font-size: 16px;
    text-align: center;
  }

  .main-text._2 {
    margin-bottom: 20px;
  }

  .purchase-button {
    width: 100%;
    text-decoration: none;
  }

  .stations {
    padding: 16px;
    margin: 0 -16px;
  }

  .stations-slider {
    padding: 0;
    margin-bottom: 0;
  }

  .sliderItem {
    flex-direction: column;
    gap: 20px;
    padding: 0 16px 16px;
  }

  .sliderItemLeft {
    width: 100%;
  }

  .sliderPhoto {
    margin: 0 0 20px;
    display: flex;
    align-items: center;
  }

  .sliderTitle {
    font-size: 24px;
    margin-bottom: 16px;
  }

  .sliderTitle {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 2px;
  }

  .sliderPrice {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .sliderForItem {
    font-size: 12px;
    padding: 8px;
  }

  .owl-carousel .owl-item .sliderForItem img {
    height: 40px;
    width: auto;
    margin-top: 0;
    margin-bottom: 4px;
    order: 1;
  }

  .sliderForItem span {
    order: 2;
  }

  .stationName {
    font-size: 14px;
  }

  .navbar-light .navbar-toggler {
    display: none;
  }

  .purchase {
    margin: 0 -16px 40px;
  }

  .sliderDesc {
    margin: 16px 0 8px;
    overflow: hidden;
    height: 41px;
    position: relative;
  }

  .sliderDesc.open {
    height: auto;
  }

  .sliderDesc:after {
    content: '';
    position: absolute;
    display: block;
    background: rgba(255, 255, 255, 0.8);
    inset: auto 0 0 0;
    height: 20px;
  }

  .sliderDesc.open:after {
    display: none;
  }

  .stations-list-wrapper {
    overflow-x: scroll;
    margin: 0 -16px 0 0;
  }

  .stations-list {
    padding-top: 19px;
  }

  .stationItem {
    width: 28%;
    flex-shrink: 0;
  }

  .sliderPrice span {
    font-size: 24px;
  }

  .sliderItemRight {
    width: 100%;
    padding: 0;
  }

  .owl-nav {
    display: none !important;
  }

  .owl-carousel .owl-item img {
    display: block;
    width: 80%;
  }

  .sliderInfo {
    position: relative;
    padding: 20px 20px 40px;
    text-align: center;
    margin: 0 0 0 -37px;
    background: #ffffff;
  }

  .sliderInfoItem .value {
    font-size: 13px;
  }

  .sliderInfoItem {
    font-size: 11px;
  }

  .sliderInfoInner {
    flex-direction: column;
    gap: 16px;
  }

  .sliderInfo .cert {
    width: 55px !important;
    margin: 0;
    position: absolute;
    bottom: -26px;
    left: 28%;
  }

  .logo {
    margin-top: 6px;
  }

  .catalog-inner {
    flex-direction: column;
    padding: 44px 14px;
  }

  .catalog-photo {
    width: 100%;
    margin: 0 0 40px;
    order: 1;
  }

  .catalog-info {
    order: 2;
  }

  .catalog-title {
    font-size: 20px;
  }

  .catalog-title .icon {
    width: 13px;
    top: -15px;
    left: 10px
  }

  .title {
    font-size: 24px;
  }

  .catalog {
    margin-top: 60px;
    margin-bottom: 10px;
    padding-top: 0;
  }

  .catalog .title {
    margin-bottom: 40px;
  }

  .lang-block {
    margin-right: 52px;
  }

  .navbar-collapse {
    position: fixed;
    background: #ffffff;
    top: 65px;
    left: 0;
    right: 0;
    bottom: 0;
  }

  .buyout-menu {
    overflow-x: scroll;
    justify-content: flex-start;
    flex-wrap: nowrap;
    padding-bottom: 20px;
    margin-bottom: 0;
  }

  .decorate-1 {
    display: none;
  }

  .buyout-icons {
    width: 27px;
    top: 14px;
    left: 14px;
  }

  .nav-pills .nav-link.buyout-item {
    margin: 0 8px 12px 0;
  }

  .buyout {
    margin-bottom: 20px;
  }

  .buyout-left {
    margin-bottom: 40px;
  }

  .block-title {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .block-content {
    padding-left: 16px;
  }

  .decorate-3 {
    position: absolute;
    top: auto;
    bottom: -135px;
    transform: rotate(93deg);
    left: auto;
    right: -60px;
    width: 190px;
  }

  .forwarding {
    overflow: hidden;
    margin-bottom: 10px;
  }

  .forwarding-right {
    margin-top: 40px;
  }

  .decorate-6 {
    position: relative;
    top: -15px;
    left: -15px;
    width: 40px;
  }

  .decorate-7 {
    position: relative;
    top: -10px;
    left: 10px;
    width: 32px;
  }

  .wait-btn {
    margin-left: 0;
    margin-top: 8px;
  }

  .buyout .tab-content {
    margin-top: 40px;
  }

  .more-button, .more-button:hover {
    padding: 19px 40px;
    width: 100%;
    text-align: center;
  }

  .auth-overlay {
    align-items: flex-end;
  }

  .auth-modal {
    position: fixed;
    background-color: rgb(196, 233, 224);
    border-radius: 12px 12px 0 0;
    padding: 32px 16px 50px;
    width: 100%;
    max-width: initial;
    bottom: 0;
  }

  .auth-modal .more-button {
    padding: 13px 40px;
  }
}

@media screen and (max-width: 992px) {
  .purchase-body {
    flex-direction: column;
  }

  .purchase-wrapper {
    padding: 20px;
  }

  .purchase-content {
    width: 100%;
    font-size: 14px;
  }

  .purchase-title {
    font-size: 24px;
    margin-bottom: 24px;
  }

  .purchase-h4 {
    display: block;
    font-size: 18px;
    line-height: 24px;
  }

  .purchase-info {
    font-size: 12px;
    margin-top: 32px;
  }

  .purchase-form {
    width: 100%;
    padding-left: 0;
    margin-top: 32px;
  }

  .app-wrapper {
    flex-direction: column;
    padding: 40px 0;
  }

  .app-photo {
    width: 100%;
    order: 2;
  }

  .app-content {
    order: 1;
  }

  .purchase-h4 img {
    display: block;
    margin: 0 auto 16px;
  }

  .app-text {
    font-size: 14px;
    margin-bottom: 24px;
  }

  .app-buttons {
    flex-direction: column;
  }

  .faq {
    padding: 20px;
  }

  .app-title {
    font-size: 24px;
    font-family: 'NovaPoshta', sans-serif;
    margin-bottom: 16px;
  }

  .faq-title {
    font-size: 24px;
    font-family: 'NovaPoshta', sans-serif;
    margin-bottom: 16px;
  }

  .faq-content {
    flex-direction: column;
    gap: 10px;
  }

  .faq-content ._left {
    width: 100%;
    flex-shrink: 0;
  }

  .faq-content ._left img {
    width: 150px;
    display: block;
    margin: auto;
  }

  .faq-content ._right {
    width: 100%;
  }

  .faq .accordion-button, .faq .accordion-button:not(.collapsed) {
    padding: 20px 0;
    font-size: 16px;
  }

  .faq .accordion-body {
    padding: 0 0 30px;
    font-size: 14px;
  }

  .menu-desktop {
    display: none;
  }

  .nav-item {
    margin-bottom: 24px;
  }

  .nav-link {
    padding: 0!important;
  }

  .nav-item .nav-link {
    padding: 0!important;
  }

  .navbar-expand-md .navbar-toggler {
    display: block!important;
  }

  .mobile-menu.show {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: fixed;
    background: #ffffff;
    inset: 82px 0 0 0;
    padding: 12px 16px 60px;
    z-index: 9;
  }

  .nav-link.user-name {
    display: flex;
    align-items: center;
    padding: 0 0 !important;
  }

  .mobile-menu .copyright {
    border: none;
    padding-top: 16px;
  }

  footer {
    background: none;
    padding: 16px 0;
    position: relative;
    border: none;
  }

  .footer-title {
    position: relative;
  }

  /*.footer-title.toggler:after {*/
  /*  content: '';*/
  /*  display: block;*/
  /*  position: absolute;*/
  /*  background: url('../images/arrow-menu.svg') no-repeat center right;*/
  /*  width: 20px;*/
  /*  height: 20px;*/
  /*  top: -1px;*/
  /*  right: 0;*/
  /*  transition: all 0.3s ease;*/
  /*}*/

  /*.footer-title.toggler.close:after {*/
  /*  transform: rotate(180deg);*/
  /*}*/

  .footer-content {
    transition: all 0.3s ease;
  }

  /*.footer-title.toggler.close + .footer-content {*/
  /*  height: 0;*/
  /*  overflow: hidden;*/
  /*}*/

  .app-block {
    border-top: 1px solid #E2E8F0;
    padding-top: 32px;
  }

  .footer-apps {
    flex-direction: column;
  }

  .footer-apps img {
    margin: 0 0 12px;
  }

  .decorate-6 {
    position: relative;
    top: -20px;
    left: -25px;
    width: 50px;
  }
}

@media screen and (max-width: 1200px) {
  .nav-link {
    padding: 0 20px!important;
  }
}