.p-22 {
  color: #000;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.p-18 {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.p-18b {
  font-size: 18px;
  font-weight: 800;
}

.p-18r {
  font-size: 18px;
  font-weight: 400;
}

.title-section {
  color: #000;
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 30px;
  margin-left: 10px;
}

.blockTitleSection {
  border-left: 10px solid #b63637;
  margin-bottom: 30px;
}

.enter-phone {
  margin: 30px 0;
}

.enter-phone a {
  color: #0080ff;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}

.cartForm {
  width: 350px;
  display: flex;
  flex-direction: column;
  margin: 50px auto;
  align-items: center;
}

.cartFormIn {
  margin: 10px auto;
}

.cartForm button {
  margin: 30px 0;
  height: 50px;
  border-radius: 10px;
  background: #a50000;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  border: none;
  cursor: pointer;
  width: 250px;
}

.cartForm h3 {
  margin: 20px 0;
  text-align: center;
}

.veriffied-phone {
  display: flex;
  flex-direction: column;
}

.cartForm input {
  height: 30px;
  border-radius: 10px;
}

.flex-between {
  margin: 30px 0;
  text-align: center;
  font-size: 20px;
}

.flex-between a {
  color: #b63637;
}

.listOrders {
  padding: 0;
}

.listOrders-item {
  border: 1px solid #919191;
  padding: 15px;
  background: #f3f3f38c;
  margin: 20px 0;
  border-radius: 10px;
}

.orderStatus {
  display: block;
  margin: 10px 0;
  font-weight: 600;
}

.orderStatus__orange {
  color: #ff9c1b;
}

.orderStatus__green {
  color: #18c026;
}

.swiper .swiper-wrapper {
  padding-bottom: 35px;
}

.contacts {
  padding: 0 0 50px 0;
  line-height: 150%;
}

.contacts__item {
  padding: 10px 0;
  font-weight: 600;
}

.swiper .swiper-button-next,
.swiper .swiper-button-prev {
  top: 44.1% !important;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
}

.swiper .swiper-button-next:after,
.swiper .swiper-button-prev:after {
  color: #2e2e2e;
}

.swiper .swiper-button-next:hover::before,
.swiper .swiper-button-prev:hover::before {
  top: 0px;
  right: 0px;
  opacity: 0;
}

.swiper .swiper-pagination {
  bottom: 0 !important;
}

.swiper .swiper-pagination span {
  width: 12px;
  height: 12px;
  border-radius: 0px;
}

.swiper .swiper-pagination .swiper-pagination-bullet {
  opacity: 1 !important;
  border-radius: 50%;
  scale: 1.2 !important;
}

.swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #b63637;
  border-radius: 50%;
}

.swiper .swiper-pagination::before {
  display: none;
}

.swiper .swiper-pagination .swiper-numb {
  width: 30px;
  height: 30px;
  border-radius: 0px;
  position: relative;
  background: none;
  opacity: 1;
  overflow: hidden;
  z-index: 1;
}

.swiper .swiper-pagination .swiper-numb::before {
  content: "";
  background: #2e2e2e;
  opacity: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.swiper .swiper-pagination .swiper-numb span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto !important;
  display: table;
  font-size: 18px;
  z-index: 1;
}

.swiper .swiper-nav-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 100%;
  width: 100%;
  min-height: 60px;
  margin: auto;
}

.swiper .swiper-nav-box .swiper-pagination {
  position: relative;
}

.swiper .swiper-nav-box .swiper-pagination span {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin: 3px;
}

.swiper .swiper-nav-box .swiper-button-prev,
.swiper .swiper-nav-box .swiper-button-next {
  width: 58px;
  height: 50px;
}

.swiper .swiper-nav-box .swiper-button-prev:after,
.swiper .swiper-nav-box .swiper-button-next:after {
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
}

.button {
  display: block;
  border-radius: 5px;
  border: none;
  outline: none;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
  width: 100%;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  max-width: 305px;
  padding: 15px;
  background: #a50000;
  color: #fff;
}

.button:hover {
  background: #2e2e2e;
}

.buttonWithIcon {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  border: none;
  outline: none;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
  width: 100%;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  max-width: 305px;
  padding: 10px;
  background: #a50000;
}

.buttonWithIcon:hover {
  background: #2e2e2e;
}

.buttonWithIcon .p-16button {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 0 !important;
}

.buttonWithIcon img {
  margin-right: 15px;
}

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

.searchAndFilter .search input {
  padding: 10px;
  border-radius: 5px;
  background: #fff;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  max-width: 1095px;
  width: 100%;
  margin-right: 25px;
  border: none;
  height: 40px;
}

.searchAndFilter .search input::-webkit-input-placeholder {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  color: #838383;
}

.searchAndFilter .search input::-moz-placeholder {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  color: #838383;
}

.searchAndFilter .search input:-ms-input-placeholder {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  color: #838383;
}

.searchAndFilter .search input::-ms-input-placeholder {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  color: #838383;
}

.searchAndFilter .search input::placeholder {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  color: #838383;
}

.searchAndFilter .search input:focus {
  outline: none;
  border: 1px solid #b63637;
}

.searchAndFilter .search .buttonSearch {
  max-width: 200px;
}

.searchAndFilter .advancedSearch {
  background: #fff;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 30px;
  border-radius: 5px;
}

.searchAndFilter .advancedSearch .p-26 {
  color: #000;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 0px;
}

.searchAndFilter .advancedSearch .newOrUsed {
  margin-bottom: 20px;
}

.searchAndFilter .advancedSearch .newOrUsed .p-22 {
  margin-bottom: 20px;
}

.searchAndFilter .advancedSearch .newOrUsed .generalNewOrUSed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.searchAndFilter .advancedSearch .newOrUsed .generalNewOrUSed .radio {
  margin-right: 30px;
}

.searchAndFilter .advancedSearch .newOrUsed .generalNewOrUSed .radio label {
  font-size: 18px;
  font-weight: 300;
  line-height: normal;
  color: #000;
}

.searchAndFilter
  .advancedSearch
  .newOrUsed
  .generalNewOrUSed
  .radio
  input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #2e2e2e;
  border: 1px solid #2e2e2e;
  outline: none;
}

.searchAndFilter
  .advancedSearch
  .newOrUsed
  .generalNewOrUSed
  .radio
  input[type="radio"]:checked {
  background-color: #313131;
  border-color: #313131;
}

.searchAndFilter
  .advancedSearch
  .newOrUsed
  .generalNewOrUSed
  .radio
  input[type="radio"]:checked::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  margin: 3px;
  border-radius: 50%;
  background-color: #b63637;
}

.searchAndFilter .advancedSearch .carSelection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.searchAndFilter .advancedSearch .carSelection .selected:not(:last-child) {
  margin-right: 20px;
}

.searchAndFilter .advancedSearch .carSelection .selected:last-child select {
  width: 400px;
}

.searchAndFilter .advancedSearch .carSelection select {
  border: 1px solid #838383;
  border-radius: 5px;
  width: 230px;
  height: 40px;
}

.searchAndFilter .advancedSearch .carSelection .p-18 {
  margin-bottom: 5px;
}

.searchAndFilter .advancedSearch .blockButtons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.searchAndFilter .advancedSearch .blockButtons .buttonWithIcon {
  padding: 10px 40px;
  margin-right: 50px;
}

.searchAndFilter .advancedSearch .blockButtons .close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.searchAndFilter .advancedSearch .blockButtons .close:hover img {
  opacity: 1;
}

.searchAndFilter .advancedSearch .blockButtons .close img {
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.searchAndFilter .advancedSearch .blockButtons .close .p-16Clear {
  color: #595959;
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 0;
  margin-left: 5px;
}

.carsAnalysis .blockTitleSection {
  border-left: 10px solid #b63637;
  margin-bottom: 30px;
}

.carsAnalysis .blockTitleSection .title-section {
  margin-left: 10px;
}

.carsAnalysis .cardCars {
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
}

.carsAnalysis .cardCars img {
  border-radius: 5px 5px 0 0;
  width: 100%;
  height: 310px;
  -o-object-fit: cover;
  object-fit: cover;
}

.carsAnalysis .cardCars .description {
  background: #b63637;
  padding: 20px;
  border-radius: 0 0 5px 5px;
}

.carsAnalysis .cardCars .description .p-18b {
  color: #fff;
  margin-bottom: 5px;
}

.carsAnalysis .cardCars .description .p-18r {
  color: #fff;
}

.carsAnalysis .cardCars .description .margin-top {
  margin-top: 20px;
  color: #2e2e2e;
}

.carsAnalysis .cardCars .description .margin-top .p-18b {
  color: #2e2e2e;
}

.carsAnalysis .pagination {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.carsAnalysis .pagination a:not(:last-child) {
  margin-right: 5px;
}

.carsAnalysis .pagination .block {
  padding: 8px 16px;
  border-radius: 2px;
  border: 1px solid #000;
  background: #fff;
}

.carsAnalysis .pagination .block .p-16 {
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}

.carsAnalysis .pagination .colorRed {
  background: #b63637;
  border: 1px solid #b63637;
}

.carsAnalysis .pagination .colorRed .p-16 {
  color: #fff;
}

.carsAnalysis .pagination .colorGrey {
  background: #313131;
}

.carsAnalysis .pagination .colorGrey .p-16 {
  color: #fff;
}

.popularCategory .title-section {
  margin-left: 10px;
}

.popularCategory .card {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.popularCategory .card:hover .textBlock {
  background-position: -100% 0;
}

.popularCategory .card:hover .textBlock .arrow {
  -webkit-animation: moveArrow 1s ease infinite;
  animation: moveArrow 1s ease infinite;
}

.popularCategory .card .imageBlock img {
  border-radius: 5px 5px 0 0;
  width: 100%;
  max-height: 272px;
  height: 100%;
}

.popularCategory .card .textBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0 0 5px 5px;
  height: 60px;
  background: #b63637;
  padding: 15px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(50%, #b63637),
    color-stop(50%, #2e2e2e)
  );
  background: -o-linear-gradient(left, #b63637 50%, #2e2e2e 50%);
  background: linear-gradient(90deg, #b63637 50%, #2e2e2e 50%);
  background-size: 200% 100%;
  -webkit-transition: background-position 1s ease;
  -o-transition: background-position 1s ease;
  transition: background-position 1s ease;
}

.popularCategory .card .textBlock h3 {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}

.popularCategory .card .textBlock .arrow {
  width: 54px;
  margin-left: 15px;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

@-webkit-keyframes moveArrow {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes moveArrow {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@media screen and (max-width: 767px) {
  .button {
    margin: auto;
  }

  .buttonWithIcon {
    margin: auto;
  }

  .searchAndFilter .search {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .searchAndFilter .search input {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .searchAndFilter .search input::-webkit-input-placeholder {
    font-size: 12px;
  }

  .searchAndFilter .search input::-moz-placeholder {
    font-size: 12px;
  }

  .searchAndFilter .search input:-ms-input-placeholder {
    font-size: 12px;
  }

  .searchAndFilter .search input::-ms-input-placeholder {
    font-size: 12px;
  }

  .searchAndFilter .search input::placeholder {
    font-size: 12px;
  }
}

@media screen and (max-width: 515px) {
  .swiper .swiper-nav-box {
    max-width: 320px;
    margin: 15px auto 0;
  }
}

@media screen and (max-width: 500px) {
  .searchAndFilter .advancedSearch .carSelection .selected:last-child select {
    width: 100%;
    max-width: none;
  }

  .searchAndFilter .advancedSearch .carSelection {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 440px) {
  .title-section {
    font-size: 32px;
    text-align: center;
  }

  .searchAndFilter .search .buttonSearch {
    max-width: none;
  }

  .searchAndFilter .advancedSearch .p-26 {
    text-align: center;
    text-transform: uppercase;
  }

  .searchAndFilter .advancedSearch .newOrUsed .p-22 {
    margin-bottom: 10px;
  }

  .searchAndFilter .advancedSearch .carSelection .selected:not(:last-child) {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .searchAndFilter .advancedSearch .carSelection select {
    width: 100%;
    max-width: none;
  }

  .searchAndFilter .advancedSearch .blockButtons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 30px;
  }

  .searchAndFilter .advancedSearch .blockButtons .buttonWithIcon {
    margin: 0;
    max-width: none;
  }

  .searchAndFilter .advancedSearch .blockButtons .close {
    margin-top: 15px;
  }

  .searchAndFilter .advancedSearch .blockButtons .close .p-16Clear {
    margin-left: 0;
  }

  .popularCategory .title-section {
    margin-left: 0;
  }

  .popularCategory .card .textBlock h3 {
    font-size: 20px;
  }
}
.p-22 {
  color: #000;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.p-18 {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.p-18b {
  font-size: 18px;
  font-weight: 800;
}

.p-18r {
  font-size: 18px;
  font-weight: 400;
}

.title-section {
  color: #000;
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 30px;
  margin-left: 10px;
}

.blockTitleSection {
  border-left: 10px solid #b63637;
  margin-bottom: 30px;
}

.button {
  display: block;
  border-radius: 5px;
  border: none;
  outline: none;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
  width: 100%;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  max-width: 300px;
  padding: 15px;
  background: #a50000;
  color: #fff;
}

.button:hover {
  background: #2e2e2e;
}

.buttonWithIcon {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  border: none;
  outline: none;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
  width: 100%;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  max-width: 300px;
  padding: 10px;
  background: #a50000;
}

.buttonWithIcon:hover {
  background: #2e2e2e;
}

.buttonWithIcon .p-16button {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 0 !important;
}

.buttonWithIcon img {
  margin-right: 15px;
}

.cart .title-section {
  margin-left: 10px;
}

.cart .blockButtons {
  margin-top: 20px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cart .blockButtons .buttonWithIcon:not(:last-of-type) {
  margin-right: 20px;
}

.cart .blockButtons .buttonWithIcon {
  background: #fff;
  max-width: 225px;
}

.cart .blockButtons .buttonWithIcon:hover {
  background: #b63637;
}

.cart .blockButtons .buttonWithIcon:hover .p-16button {
  color: #fff;
}

.cart .blockButtons .buttonWithIcon:hover .imageBut {
  display: none;
}

.cart .blockButtons .buttonWithIcon:hover .hoverEf {
  display: inline-block;
}

.cart .blockButtons .buttonWithIcon .p-16button {
  color: #000;
  text-transform: capitalize;
  font-weight: 400;
}

.cart .blockButtons .buttonWithIcon .hoverEf {
  display: none;
}

.cart .hidden {
  display: none;
}

.cart .tovarInCart {
  margin: 10px 0;
  padding: 20px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  background: #fff;
}

.cart .tovarInCart .fullBlock {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cart .tovarInCart .fullBlock .done {
  width: 4%;
}

.cart .tovarInCart .fullBlock .done input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 30px;
  height: 30px;
  border: 1px solid #838383;
  border-radius: 3px;
  cursor: pointer;
}

.cart .tovarInCart .fullBlock .done input[type="checkbox"]:checked::before {
  background: url(../img/cart/checkmark.svg) center no-repeat;
  background-size: contain;
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  margin: auto;
}

.cart .tovarInCart .fullBlock .card {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #838383;
  padding-bottom: 20px;
  margin-top: 20px;
}

.cart .tovarInCart .fullBlock .card .imgCart {
  width: 100%;
  height: 100%;
  max-width: 200px;
  max-height: 125px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 2px;
}

.cart .tovarInCart .fullBlock .card .infoTovar .p-16b {
  font-weight: 700;
  margin-top: 20px;
}

.cart .tovarInCart .fullBlock .card .infoTovar .p-16b .p-16 {
  font-weight: 400;
}

.cart .tovarInCart .fullBlock .card .delete .button {
  background: #313131;
}

.cart .tovarInCart .fullBlock .card .delete .button:hover {
  background: #b63637;
}

.cart .tovarInCart .finalPrice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 20px;
}

.cart .tovarInCart .finalPrice .p-18 {
  font-weight: 400;
}

.cart .tovarInCart .finalPrice .p-18red {
  font-weight: 700;
  text-transform: uppercase;
  color: #b63637;
  font-size: 18px;
  margin-left: 10px;
}

.cart .orderFields {
  margin-top: 20px;
  padding: 20px;
  border-radius: 5px;
  background: #fff;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.cart .orderFields .p-30 {
  font-size: 30px;
  font-weight: 600;
  color: #000;
}

.cart .orderFields form .fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cart .orderFields form .fields .selected {
  margin-top: 30px;
}

.cart .orderFields form .fields .selected:not(:last-child) {
  margin-right: 20px;
}

.cart .orderFields form .fields .no-margin {
  margin: 0;
}

.cart .orderFields form .fields select {
  border: 1px solid #838383;
  border-radius: 5px;
  width: 230px;
  height: 40px;
  padding-top: 5px;
}

.cart .orderFields form .fields .p-18 {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 5px;
}

.cart .orderFields form .fields .p-18 .star {
  color: #b63637;
}

.cart .orderFields form .fields input {
  padding: 10px;
  border-radius: 5px;
  background: #fff;
  max-width: 1095px;
  width: 100%;
  margin-right: 25px;
  border: 1px solid #777777;
  height: 40px;
}

.cart .orderFields form .fields input::-webkit-input-placeholder {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  color: #838383;
}

.cart .orderFields form .fields input::-moz-placeholder {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  color: #838383;
}

.cart .orderFields form .fields input:-ms-input-placeholder {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  color: #838383;
}

.cart .orderFields form .fields input::-ms-input-placeholder {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  color: #838383;
}

.cart .orderFields form .fields input::placeholder {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  color: #838383;
}

.cart .orderFields form .p-24 {
  font-size: 24px;
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 20px;
}

.cart .orderFields form .p-24 .star {
  color: #b63637;
}

.cart .orderFields form .commentBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 20px;
}

.cart .orderFields form .commentBlock label {
  margin-bottom: 10px;
  font-weight: 600;
}

.cart .orderFields form .commentBlock textarea {
  margin-top: 0 !important;
  max-width: 600px;
  border-radius: 5px;
  resize: none;
}

.cart .orderFields form .commentBlock textarea::-webkit-input-placeholder {
  padding: 10px;
}

.cart .orderFields form .commentBlock textarea::-moz-placeholder {
  padding: 10px;
}

.cart .orderFields form .commentBlock textarea:-ms-input-placeholder {
  padding: 10px;
}

.cart .orderFields form .commentBlock textarea::-ms-input-placeholder {
  padding: 10px;
}

.cart .orderFields form .commentBlock textarea::placeholder {
  padding: 10px;
}

.cart .orderFields form .generalNewOrUSed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cart .orderFields form .generalNewOrUSed .radio {
  margin-right: 30px;
}

.cart .orderFields form .generalNewOrUSed .radio label {
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  color: #000;
}

.cart .orderFields form .generalNewOrUSed .radio input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #2e2e2e;
  border: 1px solid #2e2e2e;
  outline: none;
}

.cart .orderFields form .generalNewOrUSed .radio input[type="radio"]:checked {
  background-color: #313131;
  border-color: #313131;
}

.cart
  .orderFields
  form
  .generalNewOrUSed
  .radio
  input[type="radio"]:checked::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  margin: 3px;
  border-radius: 50%;
  background-color: #b63637;
}

.selected {
  width: 250px;
}
.asi .asi_stuff input {
  width: 100%;
}

.cart .orderFields form .deliveryBlock {
  margin-top: 30px;
}

.cart .orderFields form .deliveryBlock .transportCompany {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cart .orderFields form .deliveryBlock .transportCompany .blockButtonDelivery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
  width: 186px;
  height: 130px;
  cursor: pointer;
  border: 1px solid #838383;
  border-radius: 5px;
  margin-right: 15px;
}

.cart
  .orderFields
  form
  .deliveryBlock
  .transportCompany
  .blockButtonDelivery
  .content
  .p-16b {
  text-align: center;
  font-weight: 600;
}

.cart
  .orderFields
  form
  .deliveryBlock
  .transportCompany
  .blockButtonDelivery
  .content
  img {
  padding: 10px 0;
  margin: auto;
}

.cart
  .orderFields
  form
  .deliveryBlock
  .transportCompany
  .activeBlockButtonDelivery {
  border: none;
  -webkit-box-shadow: 0 0 10px 0 #b63637;
  box-shadow: 0 0 10px 0 #b63637;
}

.cart .orderFields form .dataBlockOne .no-margin {
  margin: none;
}

.cart .orderFields form .dataBlockTwo .selected {
  margin-top: 30px;
}

.cart .orderFields form .dataBlockTwo .selected:not(:last-child) {
  margin-right: 20px;
}

.cart .orderFields form .dataBlockTwo .no-margin {
  margin: 0;
}

.cart .orderFields form .dataBlockTwo select {
  border: 1px solid #838383;
  border-radius: 5px;
  max-width: 500px;
  width: 100%;
  height: 40px;
}

.cart .orderFields form .dataBlockTwo .p-18 {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 5px;
}

.cart .orderFields form .dataBlockTwo .p-18 .star {
  color: #b63637;
}

.cart .orderFields form .dataBlockTwo .map {
  margin-top: 20px;
}

.cart .orderFields form .dataBlockTwo .map iframe {
  border-radius: 5px;
}

.cart .orderFields form .p-18star {
  margin-top: 50px;
  font-size: 18px;
  color: #b63637;
  font-weight: 800;
}

.cart .orderFields form .p-18star .p-12 {
  font-size: 14px;
  font-weight: 300;
  color: #000;
}

.cart .orderFields form .agreement {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}

.cart .orderFields form .agreement input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid #838383;
  border-radius: 3px;
  cursor: pointer;
}

.cart .orderFields form .agreement input[type="checkbox"]:checked::before {
  background: url(../img/cart/checkmark.svg) center no-repeat;
  background-size: contain;
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  margin: auto;
}

.cart .orderFields form .agreement .p-18 {
  margin-left: 10px;
  text-decoration: underline;
}

.cart .orderFields form .button {
  margin-top: 30px;
}

.carsAnalysis .blockTitleSection {
  border-left: 10px solid #b63637;
  margin-bottom: 30px;
}

.carsAnalysis .cardCars {
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
}

.carsAnalysis .cardCars img {
  border-radius: 5px 5px 0 0;
  width: 100%;
  height: 310px;
  -o-object-fit: cover;
  object-fit: cover;
}

.carsAnalysis .cardCars .description {
  background: #b63637;
  padding: 20px;
  border-radius: 0 0 5px 5px;
}

.carsAnalysis .cardCars .description .p-18b {
  font-size: 18px;
  color: #fff;
  margin-bottom: 5px;
  font-weight: 800;
}

.carsAnalysis .cardCars .description .p-18r {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
}

.carsAnalysis .cardCars .description .margin-top {
  margin-top: 20px;
  color: #2e2e2e;
}

.carsAnalysis .cardCars .description .margin-top .p-18b {
  margin-left: 5px;
  color: #2e2e2e;
}

/* .catalog .modalInfo {
  position: absolute;
  padding: 70px 50px 50px 50px;
  top: -50px;
  left: -115px;
  z-index: 1;
} */

.catalog .modalInfo div {
  background-color: white;
  padding: 20px;
  border: 1px solid black;
  border-radius: 5px;
}

.catalog .card {
  background: #fff;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  min-height: 552px;
}

.catalog .card .blockImg {
  position: relative;
}

.catalog .card .blockImg img {
  width: 100%;
  max-height: 210px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 5px 5px 0 0;
}

.catalog .card .blockImg .sale {
  background: rgba(181, 54, 168, 0.8);
  border-radius: 5px 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px;
}

.catalog .card .blockImg .sale .p-14 {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}

.catalog .card .blockImg .newOrOld {
  position: absolute;
  bottom: 0;
  padding: 10px;
}

.catalog .card .blockImg .newOrOld .p-14 {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}

.catalog .card .blockImg .new {
  background: rgba(74, 169, 0, 0.8);
}

.catalog .card .blockImg .old {
  background: rgba(255, 0, 0, 0.8);
}

.catalog .card .p-16bUp {
  font-size: 16px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  margin-top: 15px;
  color: #313131;
}

.catalog .card .bigBlock {
  padding: 15px;
}

.catalog .card .bigBlock .infoBLock {
  border-bottom: 1px solid #B636373;
}

.catalog .card .bigBlock .infoBLock .lineInformation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
}

.catalog .card .bigBlock .infoBLock .lineInformation .imgTextBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.catalog .card .bigBlock .infoBLock .lineInformation .imgTextBlock .img {
  width: 20px;
}

.catalog .card .bigBlock .infoBLock .lineInformation .imgTextBlock .img img {
  max-width: 15px;
  width: 100%;
  margin-right: 5px;
}

.catalog .card .bigBlock .infoBLock .lineInformation .imgTextBlock .p-16r {
  font-size: 16px;
  font-weight: 400;
  color: #313131;
}

.catalog .card .bigBlock .infoBLock .lineInformation .modalInfoBlock {
  position: relative;
  text-decoration: underline;
  color: #b63637;
}

.catalog .card .bigBlock .infoBLock .lineInformation .modalInfoBlock .p-16b {
  color: #b63637;
  font-size: 16px;
  font-weight: 700;
}

.catalog .card .bigBlock .infoBLock .lineInformation .p-16b {
  font-size: 16px;
  font-weight: 700;
  color: #313131;
}

.catalog .card .bigBlock .priceBlock {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}

.catalog .card .bigBlock .priceBlock .priceByn .priceSale {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.catalog .card .bigBlock .priceBlock .priceByn .priceSale .p-18pr {
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  color: #8c8c8c;
}

.catalog .card .bigBlock .priceBlock .priceByn .priceSale .p-18prStrike {
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  color: #8c8c8c;
  text-decoration: line-through;
  margin-left: 5px;
}

.catalog .card .bigBlock .priceBlock .priceByn .priceSale .discount {
  margin-left: 5px;
  background: #b536a8;
  -webkit-clip-path: polygon(30% 0%, 0% 50%, 30% 100%, 100% 100%, 100% 0);
  clip-path: polygon(30% 0%, 0% 50%, 30% 100%, 100% 100%, 100% 0);
  padding: 3px;
  border-radius: 5px;
}

.catalog .card .bigBlock .priceBlock .priceByn .priceSale .discount .p-18prD {
  margin: 0 3px 0 7px;
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
}

.catalog .card .bigBlock .priceBlock .priceByn .finalPrice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.catalog .card .bigBlock .priceBlock .priceByn .finalPrice .p-32 {
  font-size: 32px;
  font-weight: 700;
  color: #313131;
}

.catalog .card .bigBlock .priceBlock .priceByn .finalPrice .p-20 {
  font-size: 20px;
  font-weight: 700;
  color: #8c8c8c;
  margin-left: 5px;
}

.catalog .card .bigBlock .priceBlock .priceForeign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.catalog .card .bigBlock .priceBlock .priceForeign .p-20 {
  color: #b53636;
  font-size: 20px;
  font-weight: 600;
}

.catalog .swiper .swiper-button-next,
.catalog .swiper .swiper-button-prev {
  top: 44.1% !important;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
}

.catalog .swiper .swiper-button-next:after,
.catalog .swiper .swiper-button-prev:after {
  color: #2e2e2e;
}

.catalog .swiper .swiper-button-next:hover::before,
.catalog .swiper .swiper-button-prev:hover::before {
  top: 0px;
  right: 0px;
  opacity: 0;
}

.catalog .swiper .swiper-pagination {
  bottom: 0 !important;
}

.catalog .swiper .swiper-pagination span {
  width: 12px;
  height: 12px;
  border-radius: 0px;
}

.catalog .swiper .swiper-pagination .swiper-pagination-bullet {
  opacity: 1 !important;
  border-radius: 50%;
  scale: 1.2 !important;
}

.catalog .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #b63637;
  border-radius: 50%;
}

.catalog .swiper .swiper-pagination::before {
  display: none;
}

.catalog .swiper .swiper-pagination .swiper-numb {
  width: 30px;
  height: 30px;
  border-radius: 0px;
  position: relative;
  background: none;
  opacity: 1;
  overflow: hidden;
  z-index: 1;
}

.catalog .swiper .swiper-pagination .swiper-numb::before {
  content: "";
  background: #2e2e2e;
  opacity: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.catalog .swiper .swiper-pagination .swiper-numb span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto !important;
  display: table;
  font-size: 18px;
  z-index: 1;
}

.catalog .swiper .swiper-nav-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 100%;
  width: 100%;
  min-height: 60px;
  margin: auto;
}

.catalog .swiper .swiper-nav-box .swiper-pagination {
  position: relative;
}

.catalog .swiper .swiper-nav-box .swiper-pagination span {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin: 3px;
}

.catalog .swiper .swiper-nav-box .swiper-button-prev,
.catalog .swiper .swiper-nav-box .swiper-button-next {
  width: 58px;
  height: 50px;
}

.catalog .swiper .swiper-nav-box .swiper-button-prev:after,
.catalog .swiper .swiper-nav-box .swiper-button-next:after {
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
}

.caption {
  padding: 0 12px;

}

.caption ul#breadCrumbs {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 11px;
  flex-wrap: wrap;
  line-height: 30px;
}

.caption ul#breadCrumbs li {
  display: flex;
  align-items: center;
}

.caption ul#breadCrumbs li a {
  color: #333;
  text-decoration: none;
  display: block;
}

.caption ul#breadCrumbs li:after {
  content: "";
  display: block;
  margin: 0 5px;
  width: 6px;
  height: 6px;
  background: #bbb;
  border-radius: 50%;
}

.caption ul#breadCrumbs li:last-child:after {
  content: none;
}

.car-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style: none;
}

.car-list li {
  width: 31%;
  margin-bottom: 20px;
}

.car-list li a {
  display: block;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  position: relative;
  height: 160px;
  overflow: hidden;
}

.car-list li a img {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.car-list li a div h3,
.car-list li a div p {
  color: #fff;
}

.car-list li a div {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px;
  z-index: 100;
}

.car-list li a:after {
  content: "";
  position: absolute;
  display: block;
  z-index: 10;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.include-box h1 {
  color: #000;
}

@media screen and (max-width: 767px) {
  .button {
    margin: auto;
  }

  .buttonWithIcon {
    margin: auto;
  }

  .cart .orderFields form .fields {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .cart .orderFields form .fields input::-webkit-input-placeholder {
    font-size: 12px;
  }

  .cart .orderFields form .fields input::-moz-placeholder {
    font-size: 12px;
  }

  .cart .orderFields form .fields input:-ms-input-placeholder {
    font-size: 12px;
  }

  .cart .orderFields form .fields input::-ms-input-placeholder {
    font-size: 12px;
  }

  .cart .orderFields form .fields input::placeholder {
    font-size: 12px;
  }
}

@media screen and (max-width: 515px) {
  .catalog .swiper .swiper-nav-box {
    max-width: 320px;
    margin: 15px auto 0;
  }
}

@media screen and (max-width: 500px) {
  .cart .orderFields form .fields select {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    max-width: none;
  }

  .cart .orderFields form .dataBlockTwo select {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 440px) {
  .title-section {
    font-size: 32px;
    text-align: center;
  }

  .cart .blockButtons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cart .blockButtons button {
    margin: 0;
    max-width: none !important;
  }

  .cart .blockButtons .buttonWithIcon:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .cart .tovarInCart .fullBlock .done {
    width: 15%;
  }

  .cart .tovarInCart .fullBlock .card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .cart .tovarInCart .fullBlock .card .imgCart {
    margin-bottom: 10px;
    width: 130px;
  }

  .cart .tovarInCart .fullBlock .card .infoTovar {
    margin-bottom: 10px;
  }

  .cart .tovarInCart .fullBlock .card .infoTovar .p-18b {
    font-size: 16px;
  }

  .cart .tovarInCart .fullBlock .card .p-16 {
    margin-bottom: 20px;
  }

  .cart .orderFields form .fields {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cart .orderFields form .fields .selected:not(:last-child) {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .cart .orderFields form .generalNewOrUSed {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cart .orderFields form .generalNewOrUSed .radio {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .cart .orderFields form .deliveryBlock .transportCompany {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .cart
    .orderFields
    form
    .deliveryBlock
    .transportCompany
    .blockButtonDelivery {
    margin-right: 0;
    margin-bottom: 15px;
    width: 100%;
  }

  .carsAnalysis .blockTitleSection .title-section {
    margin-left: 0;
  }

  .catalog .title-section {
    margin-left: 0;
  }
}
.title-section {
  color: #000;
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 30px;
}

.blockTitleSection {
  border-left: 10px solid #b63637;
  margin-bottom: 30px;
}

.deliveryAndPayment .title-section {
  margin-left: 10px;
}

.deliveryAndPayment .p-24b {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 20px;
}

.deliveryAndPayment .p-18 {
  font-size: 18px;
  font-weight: 400;
}

.deliveryAndPayment .p-18b {
  font-size: 18px;
  font-weight: 700;
}

.deliveryAndPayment li {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  list-style: disc;
}

.deliveryAndPayment .imgBlock {
  display: inline-block;
}

.deliveryAndPayment .imgBlock img {
  width: 100%;
}

.deliveryAndPayment .imgBlock .sizeWidth {
  width: 200px;
}

@media screen and (max-width: 440px) {
  .title-section {
    font-size: 32px;
    text-align: center;
  }

  .deliveryAndPayment .title-section {
    margin-left: 0;
  }
}
.footer {
  background: #313131;
  padding: 50px 0 40px;
}

.footer #logo-footer {
  max-width: 235px;
  width: 100%;
}

.footer span {
  color: #fff;
  display: block;
  line-height: 1.4;
}

.footer .line-footer {
  height: 1px;
  background: rgba(255, 255, 255, 0.1411764706);
  margin: 15px 0;
}

.footer .firma {
  padding-bottom: 15px;
}

.footer .firma p {
  text-align: left;
  line-height: 1.4;
  color: #fff;
}

.footer .address .p14_600,
.footer .time .p14_600 {
  color: #b63637;
  padding-bottom: 5px;
}

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

.footer .time b {
  background: #5a4b94;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
  font-feature-settings: "pnum" on, "lnum" on;
  border-radius: 4px;
  padding: 6px 6px;
  color: #ffffff;
  margin-left: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer .phones .lb-modal {
  margin: auto;
  display: block;
  text-align: right;
  margin-top: 3px;
  color: #7c6ac4 !important;
}

.footer .phones .lb-modal:hover {
  text-decoration: underline;
}

.footer .phones .phones-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer .phones .phones-box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.footer .phones .phones-box svg {
  margin-right: 10px;
}

.footer .phones .phones-box .mobTel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  color: #fff;
}

.footer .phones .phones-box .mobTel b {
  font-size: 20px;
  color: #b63637;
  margin-left: 5px;
  font-weight: 800;
}

.footer .phones img {
  margin: 0;
  margin-right: 4px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.footer .phones img:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.footer ul {
  padding: 0;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
}

.footer ul a {
  padding: 20px 25px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  display: block;
}

.footer ul a:hover {
  background: rgba(255, 255, 255, 0.2509803922);
}

@media screen and (max-width: 992px) {
  .footer span {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .footer #logo-footer {
    margin: auto;
  }

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

  .footer ul a {
    background: rgba(255, 255, 255, 0.062745098);
    text-align: center;
    margin: 5px 0;
  }
}
.light-box-open {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.light-box-open-modal {
  display: block !important;
}

.light-box {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 99;
  --animate-duration: 0.5s;
}

.light-box__overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.light-box__info {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8705882353);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.light-box__modal {
  position: relative;
  max-width: 520px;
  width: 100%;
  background: #fff;
  min-height: auto;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.3);
  margin: 5px;
  overflow: hidden;
  display: none;
  overflow: auto;
  --animate-duration: 0.5s;
  -webkit-box-shadow: 0px 0px 66px 22px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 66px 22px rgba(0, 0, 0, 0.3);
}

.light-box__modal h4 {
  text-align: center;
  font-size: 24px;
  padding: 25px 15px 10px;
  margin: 0;
  color: #000;
  text-transform: uppercase;
}

.light-box__modal p {
  text-align: center;
  font-size: 18px;
  padding: 5px 25px 10px;
}

.light-box__form {
  margin: 0 15px;
  display: none;
  position: relative;
}

.light-box__form input {
  max-width: 350px !important;
  width: 100% !important;
  height: 55px !important;
  outline: none !important;
  border: 1px solid #a5a5a5 !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  border-radius: 0px !important;
  padding: 0 10px !important;
  font-size: 14px !important;
  margin: 10px auto !important;
  display: block !important;
  font-family: Roboto, sans-serif !important;
}

.light-box__form input:focus {
  outline: none;
}

.light-box__form textarea {
  font-family: Roboto, sans-serif !important;
  border: 1px solid #a5a5a5 !important;
  max-width: 350px !important;
  width: 100% !important;
  border-radius: 0px !important;
  outline: none !important;
  resize: none !important;
  margin: auto !important;
  display: block !important;
  font-size: 14px !important;
  padding: 10px !important;
}

.light-box__form button {
  max-width: 350px;
  width: 100%;
  margin: 20px auto 50px;
}

.light-box__form_active {
  display: block;
}

.light-box__prilouder {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
  display: none;
  overflow: hidden;
}

.light-box__prilouder svg {
  width: 80px;
  fill: #df0d00;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.light-box__prilouder_active {
  display: block;
}

.light-box__close {
  position: absolute;
  top: 3px;
  right: 3px;
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.light-box__close:hover svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.light-box__close svg {
  fill: #9e9e9e;
  width: 25px;
  height: 25px;
  display: block;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@-webkit-keyframes blic {
  0% {
    left: -80px;
  }

  25% {
    left: 380px;
  }

  100% {
    left: 380px;
  }
}

@keyframes blic {
  0% {
    left: -80px;
  }

  25% {
    left: 380px;
  }

  100% {
    left: 380px;
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.p-22 {
  color: #000;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.p-18 {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.p-18b {
  font-size: 18px;
  font-weight: 800;
}

.p-18r {
  font-size: 18px;
  font-weight: 400;
}

.title-section {
  color: #000;
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 30px;
}

.blockTitleSection {
  border-left: 10px solid #b63637;
  margin-bottom: 30px;
}

.swiper .swiper-button-next,
.swiper .swiper-button-prev {
  top: 44.1% !important;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
}

.swiper .swiper-button-next:after,
.swiper .swiper-button-prev:after {
  color: #2e2e2e;
}

.swiper .swiper-button-next:hover::before,
.swiper .swiper-button-prev:hover::before {
  top: 0px;
  right: 0px;
  opacity: 0;
}

.swiper .swiper-pagination {
  bottom: 0 !important;
}

.swiper .swiper-pagination span {
  width: 12px;
  height: 12px;
  border-radius: 0px;
}

.swiper .swiper-pagination .swiper-pagination-bullet {
  opacity: 1 !important;
  border-radius: 50%;
  scale: 1.2 !important;
}

.swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #b63637;
  border-radius: 50%;
}

.swiper .swiper-pagination::before {
  display: none;
}

.swiper .swiper-pagination .swiper-numb {
  width: 30px;
  height: 30px;
  border-radius: 0px;
  position: relative;
  background: none;
  opacity: 1;
  overflow: hidden;
  z-index: 1;
}

.swiper .swiper-pagination .swiper-numb::before {
  content: "";
  background: #2e2e2e;
  opacity: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.swiper .swiper-pagination .swiper-numb span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto !important;
  display: table;
  font-size: 18px;
  z-index: 1;
}

.swiper .swiper-nav-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 100%;
  width: 100%;
  min-height: 60px;
  margin: auto;
}

.swiper .swiper-nav-box .swiper-pagination {
  position: relative;
}

.swiper .swiper-nav-box .swiper-pagination span {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin: 3px;
}

.swiper .swiper-nav-box .swiper-button-prev,
.swiper .swiper-nav-box .swiper-button-next {
  width: 58px;
  height: 50px;
}

.swiper .swiper-nav-box .swiper-button-prev:after,
.swiper .swiper-nav-box .swiper-button-next:after {
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
}

.button {
  display: block;
  border-radius: 5px;
  border: none;
  outline: none;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
  width: 100%;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  max-width: 305px;
  padding: 15px;
  background: #a50000;
  color: #fff;
}

.button:hover {
  background: #2e2e2e;
}

.buttonWithIcon {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  border: none;
  outline: none;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
  width: 100%;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  max-width: 305px;
  padding: 10px;
  background: #a50000;
}

.buttonWithIcon:hover {
  background: #2e2e2e;
}

.buttonWithIcon .p-16button {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 0 !important;
}

.buttonWithIcon img {
  margin-right: 15px;
}

.main-block {
  background: url(../img/main-block/main-fon.jpg) center/cover no-repeat;
  padding: 120px 0;
}

.main-block .h1-60 {
  color: #2e2e2e;
  font-size: 60px;
  font-style: normal;
  font-weight: 800;
  line-height: 60px;
  text-transform: uppercase;
  margin: 0 0 55px 0;
}

.main-block .h1-60 .h1-60red {
  color: #b63637;
}

.main-block .p-36 {
  color: #2e2e2e;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  text-transform: uppercase;
}

.main-block .p-36 .span-46red {
  color: #ee0002;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: 48px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  text-transform: uppercase;
  text-decoration-line: underline;
  text-decoration-thickness: 7px;
}

.main-block .blockButtons {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-block .blockButtons .buttonHelp {
  padding: 15px 25px;
  max-width: 400px;
  margin-right: 50px;
}

.main-block .blockButtons .buttonCatalog {
  padding: 15px 25px;
  max-width: 250px;
  background: #2e2e2e;
}

.main-block .blockButtons .buttonCatalog:hover {
  background: #b63637;
}

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

.searchAndFilter .search input {
  padding: 10px;
  border-radius: 5px;
  background: #fff;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  max-width: 1095px;
  width: 100%;
  margin-right: 25px;
  border: none;
  height: 40px;
}

.searchAndFilter .search input::-webkit-input-placeholder {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  color: #838383;
}

.searchAndFilter .search input::-moz-placeholder {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  color: #838383;
}

.searchAndFilter .search input:-ms-input-placeholder {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  color: #838383;
}

.searchAndFilter .search input::-ms-input-placeholder {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  color: #838383;
}

.searchAndFilter .search input::placeholder {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  color: #838383;
}

.searchAndFilter .search input:focus {
  outline: none;
  border: 1px solid #b63637;
}

.searchAndFilter .search .buttonSearch {
  max-width: 200px;
}

.searchAndFilter .advancedSearch {
  background: #fff;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 30px;
  border-radius: 5px;
}

.searchAndFilter .advancedSearch .p-26 {
  color: #000;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 0px;
}

.searchAndFilter .advancedSearch .newOrUsed {
  margin-bottom: 20px;
}

.searchAndFilter .advancedSearch .newOrUsed .p-22 {
  margin-bottom: 20px;
}

.searchAndFilter .advancedSearch .newOrUsed .generalNewOrUSed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.searchAndFilter .advancedSearch .newOrUsed .generalNewOrUSed .radio {
  margin-right: 30px;
}

.searchAndFilter .advancedSearch .newOrUsed .generalNewOrUSed .radio label {
  font-size: 18px;
  font-weight: 300;
  line-height: normal;
  color: #000;
}

.searchAndFilter
  .advancedSearch
  .newOrUsed
  .generalNewOrUSed
  .radio
  input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #2e2e2e;
  border: 1px solid #2e2e2e;
  outline: none;
}

.searchAndFilter
  .advancedSearch
  .newOrUsed
  .generalNewOrUSed
  .radio
  input[type="radio"]:checked {
  background-color: #313131;
  border-color: #313131;
}

.searchAndFilter
  .advancedSearch
  .newOrUsed
  .generalNewOrUSed
  .radio
  input[type="radio"]:checked::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  margin: 3px;
  border-radius: 50%;
  background-color: #b63637;
}

.searchAndFilter .advancedSearch .carSelection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.searchAndFilter .advancedSearch .carSelection .selected:not(:last-child) {
  margin-right: 20px;
}

.searchAndFilter .advancedSearch .carSelection .selected:last-child select {
  width: 400px;
}

.searchAndFilter .advancedSearch .carSelection select {
  border: 1px solid #838383;
  border-radius: 5px;
  width: 230px;
  height: 40px;
}

.searchAndFilter .advancedSearch .carSelection .p-18 {
  margin-bottom: 5px;
}

.searchAndFilter .advancedSearch .dopParams {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.searchAndFilter .advancedSearch .dopParams .p-18 {
  padding-bottom: 0;
  font-weight: 400;
  margin-left: 15px;
}

.searchAndFilter .advancedSearch .dopParamOpen {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s ease-out;
  -o-transition: max-height 0.5s ease-out;
  transition: max-height 0.5s ease-out;
}

.searchAndFilter .advancedSearch .dopParamOpen input {
  padding: 10px;
  border-radius: 5px;
  background: #fff;
  max-width: 1095px;
  width: 100%;
  margin-right: 25px;
  border: 1px solid #777777;
  height: 40px;
}

.searchAndFilter
  .advancedSearch
  .dopParamOpen
  input::-webkit-input-placeholder {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  color: #838383;
}

.searchAndFilter .advancedSearch .dopParamOpen input::-moz-placeholder {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  color: #838383;
}

.searchAndFilter .advancedSearch .dopParamOpen input:-ms-input-placeholder {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  color: #838383;
}

.searchAndFilter .advancedSearch .dopParamOpen input::-ms-input-placeholder {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  color: #838383;
}

.searchAndFilter .advancedSearch .dopParamOpen input::placeholder {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  color: #838383;
}

.searchAndFilter .advancedSearch .blockButtons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.searchAndFilter .advancedSearch .blockButtons .buttonWithIcon {
  padding: 10px 40px;
  margin-right: 50px;
}

.searchAndFilter .advancedSearch .blockButtons .close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.searchAndFilter .advancedSearch .blockButtons .close:hover img {
  opacity: 1;
}

.searchAndFilter .advancedSearch .blockButtons .close img {
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.searchAndFilter .advancedSearch .blockButtons .close .p-16Clear {
  color: #595959;
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 0;
  margin-left: 5px;
}

.orderBlock {
  padding: 100px 0;
  background: #b63637;
  border-bottom: 10px solid #2e2e2e;
}

.orderBlock .p-40b {
  color: #2e2e2e;
  font-size: 40px;
  font-weight: 800;
  text-transform: uppercase;
}

.orderBlock .mainText {
  margin: 20px 0 50px;
  border-left: 20px solid #fff;
}

.orderBlock .mainText .p-60b {
  color: #fff;
  font-size: 60px;
  font-weight: 800;
  text-transform: uppercase;
  margin-left: 25px;
}

.orderBlock .button {
  background: #2e2e2e;
}

.orderBlock .button:hover {
  background: #fff;
  color: #2e2e2e;
}

.orderBlock .positionRel {
  position: relative;
}

.orderBlock .positionRel img {
  position: absolute;
  bottom: -100px;
}

.popularProduct .blockTitleSection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  border: none;
}

.popularProduct .blockTitleSection .title-section {
  margin-bottom: 0;
}

.popularProduct .blockTitleSection img {
  margin-right: 10px;
}

.popularProduct .cardProduct {
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 20px;
  display: block;
}

.popularProduct .cardProduct .p-18b {
  margin: 30px 0;
}

.popularProduct .cardProduct img {
  height: 200px;
  width: auto;
  margin: auto;
}

.popularProduct .cardProduct .priceBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.popularProduct .cardProduct .priceBlock .p-18r {
  font-size: 18px;
  font-weight: 400;
}

.popularProduct .cardProduct .priceBlock .p-32b {
  font-size: 32px;
  font-weight: 700;
  margin: 0 5px 0 15px;
}

.carsAnalysis .blockTitleSection {
  border-left: 10px solid #b63637;
  margin-bottom: 30px;
}

.carsAnalysis .blockTitleSection .title-section {
  margin-left: 10px;
}

.carsAnalysis .cardCars {
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
}

.carsAnalysis .cardCars img {
  border-radius: 5px 5px 0 0;
  width: 100%;
  height: 310px;
  -o-object-fit: cover;
  object-fit: cover;
}

.carsAnalysis .cardCars .description {
  background: #b63637;
  padding: 20px;
  border-radius: 0 0 5px 5px;
}

.carsAnalysis .cardCars .description .p-18b {
  color: #fff;
  margin-bottom: 5px;
}

.carsAnalysis .cardCars .description .p-18r {
  color: #fff;
}

.carsAnalysis .cardCars .description .margin-top {
  margin-top: 20px;
  color: #2e2e2e;
}

.carsAnalysis .cardCars .description .margin-top .p-18b {
  color: #2e2e2e;
}

.carsAnalysis .button {
  margin: auto;
}

.carBrands {
  background: #fff;
}

.carBrands .title-section {
  margin-left: 10px;
}

.hoverEffect a img {
  max-width: 100px;
}

.autos {
  padding: 20px 0;
  display: flex;
}

.carBrands .hoverEffect {
  background-color: white;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  margin: auto;
  padding: 10px;
  border-radius: 5px;
}

.carBrands .hoverEffect:hover {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.carBrands .hoverEffect:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.carBrands .hoverEffect img {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.popularCategory .title-section {
  margin-left: 10px;
}

.popularCategory .card {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.popularCategory .card:hover .textBlock {
  background-position: -100% 0;
}

.popularCategory .card:hover .textBlock .arrow {
  -webkit-animation: moveArrow 1s ease infinite;
  animation: moveArrow 1s ease infinite;
}

.popularCategory .card .imageBlock img {
  border-radius: 5px 5px 0 0;
  width: 100%;
  max-height: 272px;
  height: 100%;
}

.popularCategory .card .textBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0 0 5px 5px;
  height: 60px;
  background: #b63637;
  padding: 15px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(50%, #b63637),
    color-stop(50%, #2e2e2e)
  );
  background: -o-linear-gradient(left, #b63637 50%, #2e2e2e 50%);
  background: linear-gradient(90deg, #b63637 50%, #2e2e2e 50%);
  background-size: 200% 100%;
  -webkit-transition: background-position 1s ease;
  -o-transition: background-position 1s ease;
  transition: background-position 1s ease;
}

.popularCategory .card .textBlock h3 {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}

.popularCategory .card .textBlock .arrow {
  width: 54px;
  margin-left: 15px;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

@-webkit-keyframes moveArrow {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes moveArrow {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.questionAnswer {
  padding-top: 20px !important;
}

.questionAnswer .title-section {
  margin-left: 10px;
}

.questionAnswer .collapseContent {
  font-size: 16px;
  -webkit-transition: max-height 1s;
  -o-transition: max-height 1s;
  transition: max-height 1s;
  overflow: hidden;
  margin-bottom: 5px;
  height: 100%;
}

.questionAnswer .collapse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #313131;
  cursor: pointer;
  padding: 16px 20px 16px 20px;
  border-radius: 5px 5px 0 0;
}

.questionAnswer .collapse h3 {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}

.questionAnswer .answerQuestion {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 0px 0px 5px 5px;
  margin: 0 0 5px 0;
  -webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.3);
}

.questionAnswer .answerQuestion .blockText {
  margin: 20px;
  width: 100%;
}

.questionAnswer .answerQuestion .blockText .p-18r {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.questionAnswer .answerQuestion .blockText .p-18r p {
  margin: 0px !important;
}

.questionAnswer .collapseBlock.hideCollapse .arrowRotate {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  padding: 10px 5px;
  margin-left: 10px;
}

.questionAnswer .collapseBlock.hideCollapse .collapse {
  background: #b63637;
  padding: 16px 20px 16px 20px;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  border-radius: 5px;
  cursor: pointer;
}

.questionAnswer .collapseBlock.hideCollapse .collapse:hover {
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  background: #313131;
}

.questionAnswer .collapseBlock.hideCollapse .collapse:hover p {
  color: #fff;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.questionAnswer .collapseBlock.hideCollapse .collapse p {
  color: #000000;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.questionAnswer .collapseBlock.hideCollapse .collapseContent {
  max-height: 0px !important;
}

.questionAnswer .collapseBlock .arrowRotate {
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  -o-transition: transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  padding: 10px 5px;
}

@media screen and (max-width: 1400px) {
  .main-block {
    padding: 110px 0;
  }

  .main-block .h1-60 {
    font-size: 50px;
    line-height: 53px;
  }

  .main-block .h1-60 .transfer {
    display: none;
  }

  .main-block .p-36 {
    font-size: 26px;
    line-height: 26px;
  }

  .main-block .p-36 .span-46red {
    font-size: 38px;
    line-height: 38px;
  }

  .searchAndFilter .advancedSearch .carSelection .selected:not(:last-child) {
    margin-bottom: 10px;
  }

  .orderBlock .mainText .p-60b {
    font-size: 55px;
  }
}

@media screen and (max-width: 1200px) {
  .main-block {
    padding: 60px 0;
  }

  .main-block .h1-60 {
    font-size: 45px;
    line-height: 48px;
  }

  .main-block .p-36 {
    font-size: 20px;
    line-height: 20px;
  }

  .main-block .p-36 .span-46red {
    font-size: 28px;
    line-height: 28px;
  }

  .questionAnswer .answerQuestion {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .questionAnswer .answerQuestion .blockText {
    width: auto;
  }
}

@media screen and (max-width: 992px) {
  .main-block .h1-60 {
    font-size: 40px;
    line-height: 43px;
  }
}

@media screen and (max-width: 991px) {
  .orderBlock {
    padding: 60px 0 0 0;
  }

  .orderBlock .button {
    margin: auto;
  }

  .orderBlock .positionRel {
    position: static;
  }

  .orderBlock .positionRel img {
    position: static;
    margin: auto;
  }
}

@media screen and (max-width: 768px) {
  .questionAnswer .collapseContent {
    -webkit-transition: max-height 1s;
    -o-transition: max-height 1s;
    transition: max-height 1s;
  }
}

@media screen and (max-width: 767px) {
  .button {
    margin: auto;
  }

  .buttonWithIcon {
    margin: auto;
  }

  .main-block .h1-60 {
    display: none;
    font-size: 41px;
    line-height: 44px;
    text-align: center;
  }

  .main-block .p-36 {
    text-align: center;
    font-size: 18px;
    line-height: 18px;
  }

  .main-block .p-36 .span-46red {
    line-height: 40px;
  }

  .main-block .blockButtons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .main-block .blockButtons .buttonHelp {
    margin: auto;
    margin-bottom: 20px;
  }

  .main-block .blockButtons .buttonCatalog {
    margin: auto;
    max-width: none;
  }

  .searchAndFilter .search {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .searchAndFilter .search input {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .searchAndFilter .search input::-webkit-input-placeholder {
    font-size: 12px;
  }

  .searchAndFilter .search input::-moz-placeholder {
    font-size: 12px;
  }

  .searchAndFilter .search input:-ms-input-placeholder {
    font-size: 12px;
  }

  .searchAndFilter .search input::-ms-input-placeholder {
    font-size: 12px;
  }

  .searchAndFilter .search input::placeholder {
    font-size: 12px;
  }

  .searchAndFilter .advancedSearch .dopParamOpen {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 515px) {
  .swiper .swiper-nav-box {
    max-width: 320px;
    margin: 15px auto 0;
  }
}

@media screen and (max-width: 500px) {
  /* .main-block {
    background: url(../img/main-block/fonMobile.jpg) center top/cover no-repeat;
    padding: 180px 0px 40px;
  } */

  .orderBlock .p-40b {
    font-size: 24px;
  }

  .orderBlock .mainText {
    border-left: 10px solid #fff;
    margin: 20px 0 30px;
  }

  .orderBlock .mainText .p-60b {
    font-size: 30px;
  }

  .orderBlock .button {
    max-width: none;
  }

  .orderBlock .positionRel img {
    width: 250px;
  }

  .questionAnswer .collapse h3 {
    font-size: 18px;
  }
}

@media screen and (max-width: 440px) {
  .title-section {
    font-size: 32px;
    text-align: center;
  }

  .button {
    font-size: 14px;
  }

  .buttonWithIcon .p-16button {
    font-size: 14px;
  }

  .searchAndFilter .search .buttonSearch {
    max-width: none;
  }

  .searchAndFilter .advancedSearch .p-26 {
    text-align: center;
    text-transform: uppercase;
  }

  .searchAndFilter .advancedSearch .newOrUsed .p-22 {
    margin-bottom: 10px;
  }

  .searchAndFilter .advancedSearch .carSelection .selected:not(:last-child) {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .searchAndFilter .advancedSearch .carSelection .selected:last-child select {
    width: 100%;
    max-width: none;
  }

  .searchAndFilter .advancedSearch .carSelection select {
    width: 100%;
    max-width: none;
  }

  .searchAndFilter .advancedSearch .carSelection {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .searchAndFilter .advancedSearch .blockButtons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 30px;
  }

  .searchAndFilter .advancedSearch .blockButtons .buttonWithIcon {
    margin: 0;
    max-width: none;
  }

  .searchAndFilter .advancedSearch .blockButtons .close {
    margin-top: 15px;
  }

  .searchAndFilter .advancedSearch .blockButtons .close .p-16Clear {
    margin-left: 0;
  }

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

  .carsAnalysis .blockTitleSection .title-section {
    margin-left: 0;
  }

  .carsAnalysis .button {
    max-width: none;
  }

  .carBrands .title-section {
    margin-left: 0;
  }

  .popularCategory .title-section {
    margin-left: 0;
  }

  .popularCategory .card .textBlock h3 {
    font-size: 20px;
  }

  .questionAnswer .title-section {
    margin-left: 0;
  }
}

@media screen and (max-width: 375px) {
  .main-block .h1-60 {
    font-size: 36px;
    line-height: 39px;
  }
}

@media screen and (max-width: 1400px) and (min-width: 431px) {
  .searchAndFilter .advancedSearch .carSelection {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
body {
  /* background: url(../img/pattern.png); */
  background-repeat: repeat;
}

::-moz-selection {
  background: #b63637;
  color: #fff;
}

::selection {
  background: #b63637;
  color: #fff;
}

::-moz-selection {
  background: #b63637;
  color: #fff;
}

* {
  font-family: "Open Sans", sans-serif;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
  font-feature-settings: "pnum" on, "lnum" on;
}

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

.anchor {
  position: absolute;
  margin-top: -30px;
}

.anchor2 {
  position: absolute;
  margin-top: -80px;
}

#comments {
  margin-top: -70px;
}

a {
  text-decoration: none;
  color: #000;
  cursor: pointer;
}

.crumbs {
  padding: 66px 0 0 12px;
}

.crumbs .title-section {
  margin-bottom: 0;
  margin-left: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  color: #2b2a29;
}

p {
  margin: 0;
  color: #2b2a29;
}

ul {
  margin: 0;
}

ul li {
  color: #2b2a29;
}

.line {
  background: #0080ff;
  max-width: 436px;
  width: 100%;
  height: 2px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.success {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.7882352941);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  padding: 15px;
  height: 105%;
  width: 100%;
  top: 0;
  left: 0;
}

.success svg {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
}

.success p {
  font-size: 20px !important;
  line-height: 1.4 !important;
  font-weight: normal !important;
  text-transform: none !important;
}

ul li {
  list-style: none;
}

section {
  padding: 60px 0;
}

h1 {
  font-style: normal;
  font-weight: 600;
  font-size: 64px;
  line-height: 77px;
  letter-spacing: 0.03em;
  color: #ffffff;
  margin-bottom: 0;
}

.form {
  position: relative;
}

.form input {
  padding: 15px 15px;
  border-radius: 5px;
  outline: none;
  border: none;
  max-width: 350px;
  width: 100%;
  margin: 10px 0;
  display: block;
}

.form input::-webkit-input-placeholder {
  font-size: 14px;
}

.form input::-moz-placeholder {
  font-size: 14px;
}

.form input:-ms-input-placeholder {
  font-size: 14px;
}

.form input::-ms-input-placeholder {
  font-size: 14px;
}

.form input::placeholder {
  font-size: 14px;
}

.form button {
  margin-top: 15px !important;
  max-width: 350px !important;
}

.form-upload label {
  border: 2px dashed #7a7a7a;
  text-align: center;
  max-width: 350px;
  width: 100%;
  display: block;
  padding: 15px 0;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.form-upload label:hover {
  -webkit-transform: scale(0.98);
  -ms-transform: scale(0.98);
  transform: scale(0.98);
}

.form-upload .disabled {
  opacity: 0.5;
}

img {
  display: block;
  pointer-events: none;
}

.send-ok {
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  top: 0;
  left: 0;
}

.send-ok svg {
  width: 50px;
  height: 50px;
  fill: #b63637;
  -webkit-animation: bounceIn 0.6s;
  animation: bounceIn 0.6s;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.8);
}

@-webkit-keyframes flareAnimation {
  0% {
    left: -150%;
  }

  50% {
    left: -150%;
  }

  60% {
    left: -150%;
  }

  100% {
    left: 150%;
  }
}

@keyframes flareAnimation {
  0% {
    left: -150%;
  }

  50% {
    left: -150%;
  }

  60% {
    left: -150%;
  }

  100% {
    left: 150%;
  }
}

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@media screen and (max-width: 1200px) {
  .del {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .form input {
    margin: 10px auto;
  }

  a[href*="MediaRama.by"] {
    padding: 10px 0 80px !important;
  }

  .selected {
    width: 100%;
  }
}

@media screen and (max-width: 576px) {
  .form input {
    max-width: 100%;
  }
}

@media screen and (max-width: 440px) {
  .crumbs {
    padding: 20px 0 0 0;
  }

  .crumbs .p-16 {
    font-size: 14px;
  }

  section {
    padding: 45px 0;
  }
}
#ya_map {
  overflow: hidden;
  height: 300px;
  cursor: pointer;
  position: relative;
}

#ya_map img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 300px;
}

#ya_map .ya_preloader {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.631372549);
  display: none;
}

#ya_map .ya_preloader svg {
  -webkit-animation: gorotate 1.5s linear infinite;
  animation: gorotate 1.5s linear infinite;
  fill: #9f86be;
}

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

@-webkit-keyframes gorotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes gorotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.menu-section {
  height: 55px;
  left: 0;
}

.header {
 
  padding: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #000000;
  background-image: url(/tpls/assets/img/header-fon.jpg);
  background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.header #logo-header {
  width: 200px;
}




 
  .header .cartMin {
    border-radius: 5px 0 0 5px;
 
    padding: 0;
    /* position: fixed;
    top: 30%;
    right: 15px; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 100;
    max-width: 200px;
    height: 100px;
    justify-content: center;
    align-items: center;
}

.header .cartMin__selection {
  top: 50%;
}

.header .cartMin__selection p {
  font-weight: 700;
  text-align: center;
}

.header .cartMin .fullContent {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.imageCart {
  display: flex;
  align-items: center;
}

.imageCart img {
  width: 30px;
}

.header .cartMin .fullContent .imageCart .number {
  margin: 3px;
  border-radius: 50%;
  border: 1px solid #000;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header .cartMin .fullContent .imageCart .number p {
  font-size: 16px;
    font-weight: 700;
  
}

.header .cartMin .fullContent .infoCart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

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

.header .contacts .allContacts img {
  width: 35px;
  margin-left: 5px;
  margin-bottom: 5px;
}

.header .contacts .allContacts .lb-modal {
  cursor: pointer;
}

.header .contacts .allContacts button {
  border: none;
  background: none;
  padding: 0;
}

.header .address,
.header .time {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.header .address .p14_600,
.header .time .p14_600 {
  color: #595959;
  font-size: 14px;
  margin-bottom: 5px;
}

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

.header .time b {
  background: #5a4b94;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
  font-feature-settings: "pnum" on, "lnum" on;
  border-radius: 4px;
  padding: 6px 6px;
  color: #ffffff;
  margin-left: 5px;
}

.phones .lb-modal {
  margin: auto;
  display: block;
  text-align: right;
  margin-top: 3px;
  color: #7c6ac4 !important;
}

.phones .lb-modal:hover {
  text-decoration: underline;
}

.phones .phones-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.phones .phones-box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.phones .phones-box a svg {
  margin-right: 10px;
}

.phones .phones-box a .mobTel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.phones .phones-box a .mobTel b {
  font-size: 20px;
  color: #b63637;
  margin-left: 5px;
  font-weight: 800;
}

.phones .phones-box img {
  margin: 0;
  margin-right: 4px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.phones .phones-box img:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.phone-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 3px 0;
}

.phone-mobile a {
  min-width: 190px;
  text-align: right;
  display: block;
  margin: 3px 0;
  color: #000;
}

.phone-mobile .phones a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.phone-mobile .phones svg {
  margin-right: 5px;
  fill: #0876c3;
}

#logo-mobile,
.phone-mobile {
  display: none;
  width: 125px;
}

.header_menu-mobile-but {
  height: 50px;
  width: 50px;
  background: #2e323b;
  position: fixed;
  right: 0;
  top: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0 0 0 0px;
  cursor: pointer;
  z-index: 98;
  border-radius: 10px 0 0 10px;
  -webkit-transition: 0.6s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  -o-transition: 0.6s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  transition: 0.6s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}

.header_menu-mobile-but span {
  width: 70%;
  height: 4px;
  background: #fff;
  position: absolute;
  border-radius: 500px;
  -webkit-transition: 0.6s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  -o-transition: 0.6s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  transition: 0.6s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}

.header_menu-mobile-but span::before,
.header_menu-mobile-but span::after {
  content: "";
  width: 100%;
  height: 4px;
  background: #fff;
  position: absolute;
  top: 10px;
  border-radius: 500px;
  -webkit-transition: 0.6s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  -o-transition: 0.6s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  transition: 0.6s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}

.header_menu-mobile-but span::after {
  top: -10px;
}

.header_menu-mobile-but-open {
  background: none;
}

.header_menu-mobile-but-open span {
  height: 0px;
}

.header_menu-mobile-but-open span::before {
  top: -2px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #2e323b;
}

.header_menu-mobile-but-open span::after {
  top: -2px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #2e323b;
}

.header_menu-after {
  height: 5px;
  width: 100%;
  background-color: #4b4b4b;
  position: absolute;
  top: 0;
}

.header_menu {
  overflow: visible;
  position: absolute;
  z-index: 97;
  width: 100%;
  padding: 0;
  background-color: #313131;
  -webkit-transition: 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
  -o-transition: 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.header_menu .header_menu-mobile-overlay {
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  display: none;
  --animate-duration: 0.5s;
  top: 0;
}

.header_menu .container {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.8s cubic-bezier(0.76, 0, 0.24, 1);
  -o-transition: 0.8s cubic-bezier(0.76, 0, 0.24, 1);
  transition: 0.8s cubic-bezier(0.76, 0, 0.24, 1);
}

.header_menu .container nav {
  height: 55px;
  line-height: 55px;
  width: 100%;
}

.header_menu .container ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  justify-content: space-around;
}

.header_menu .container ul a {
  display: flex;
  /* display: block; */
  color: #fff;
  padding: 0 15px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-size: 14px;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  -webkit-box-shadow: 0 0px 0 #fff inset;
  box-shadow: 0 0px 0 #fff inset;
}

.header_menu .container ul a:hover {
  -webkit-box-shadow: 0 -8px 0 #fff inset;
  box-shadow: 0 -8px 0 #fff inset;
  color: #fff;
}

.header_menu .container ul .sub-menu {
  position: relative;
}

.header_menu .container ul .sub-menu > a:first-child {
  padding-right: 30px;
}

.header_menu .container ul .sub-menu > a:first-child::before {
  content: "";
  position: absolute;
  border: 4px solid;
  border-color: #fff transparent transparent transparent;
  top: 24px;
  right: 12px;
  margin: auto;
  height: 0px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.header_menu .container ul .sub-menu > a:first-child:hover::before {
  border-color: #fff transparent transparent transparent;
}

.header_menu .container ul .sub-menu ul {
  border-left: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
  position: absolute;
  background: #fff;
  padding: 0;
  margin: 0;
  display: block;
  width: -moz-max-content;
  width: -webkit-max-content;
  width: max-content;
  overflow: hidden;
  height: 0px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.header_menu .container ul .sub-menu ul a {
  border-bottom: 1px solid #dfdfdf;
  color: #000;
}

.header_menu .container ul .sub-menu ul a:hover {
  color: #000;
}

.header_menu .container ul .sub-menu-activ {
  -webkit-box-shadow: 0 -8px 0 #fff inset;
  box-shadow: 0 -8px 0 #fff inset;
}

.header_menu .container ul .sub-menu-activ > a {
  color: #fff !important;
}

.header_menu .container ul .sub-menu-activ > a::before {
  border-color: #fff transparent transparent transparent !important;
}

.menu_fixed {
  position: fixed;
  top: 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.0588235294);
  -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
}

.cart-image {
  display: flex;
    align-items: center;
    justify-content: center;
  background: url(/tpls/assets/img/cart/cartImg2.png);
  position: fixed;
  top: 30%;
  right: 0;
  width: 120px !important;
  height: 120px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;

}

@-webkit-keyframes go-up {
  0% {
    -webkit-transform: translateY(0) rotateY(0);
    transform: translateY(0) rotateY(0);
  }

  50% {
    -webkit-transform: translateY(-4px) rotateY(90deg);
    transform: translateY(-4px) rotateY(90deg);
  }

  100% {
    -webkit-transform: translateY(0) rotateY(0);
    transform: translateY(0) rotateY(0);
  }
}

@keyframes go-up {
  0% {
    -webkit-transform: translateY(0) rotateY(0);
    transform: translateY(0) rotateY(0);
  }

  50% {
    -webkit-transform: translateY(-4px) rotateY(90deg);
    transform: translateY(-4px) rotateY(90deg);
  }

  100% {
    -webkit-transform: translateY(0) rotateY(0);
    transform: translateY(0) rotateY(0);
  }
}

.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animate__fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.animate__fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@media screen and (min-width: 1200px) {
  .header_menu-mobile-but {
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  .menu-section {
    display: none;
  }

  .header {
    min-height: 65px;
    position: fixed;
    width: 100%;
    z-index: 90;
    top: 0;
    background-image: url(/tpls/assets/img/header-fon-mob.jpg);
    background-position: center;
    background-size: cover;
  }

  .caption {
 
    margin-top: 60px;
  }

  .header #logo-header {
    width: 100px;
}

  .phones .phones-box {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 10px;
  }

  .phones .phones-box a {
    min-width: 32px;
  }

  .phones .phones-box img {
    margin-right: 10px;
  }

  #logo-mobile,
  .phone-mobile {
    display: block;
  }

  .header_menu .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    background: #fff;
    height: 100%;
    padding: 15px;
    right: -105%;
    width: 70%;
    top: 0;
    overflow-y: auto;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .header_menu .container nav {
    height: auto;
    margin: 25px 0;
    width: 100%;
  }

  .header_menu .container ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .header_menu .container ul a {
    border-bottom: 1px solid #dfdfdf;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #000;
  }

  .header_menu .container ul a:hover {
    color: #000;
  }

  .header_menu .container ul .sub-menu > a:first-child::before {
    border-color: #000 transparent transparent transparent;
  }

  .header_menu .container ul .sub-menu > a:first-child:hover::before {
    border-color: #000 transparent transparent transparent;
  }

  .header_menu .container ul .sub-menu ul {
    position: relative;
    width: 100%;
    background: #fff;
  }

  .header_menu .container ul .sub-menu ul a {
    color: #000;
  }

  .header_menu .container ul .sub-menu-activ > a {
    color: #000 !important;
  }

  .header_menu .container ul .sub-menu-activ > a::before {
    border-color: #000 transparent transparent transparent !important;
  }
  .searchAndFilter {
    padding: 0 0 60px;
  }
  .nav-phone {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .phone-mobile {
    font-size: 20px;
  }
  .header #logo-header {
    width: 100px;
  }

  .phone-mobile img {
    margin-right: 5px;
  }
}

@media screen and (max-width: 500px) {
  .header .contacts {
    position: absolute;
    top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    right: 0;
  }

  .header .contacts .allContacts {
    position: fixed;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    top: 20%;
    left: 0;
    z-index: 100;
    background: #ffffff;
    border-top: 1px solid #b4b4b4;
    border-bottom: 1px solid #b4b4b4;
    border-right: 1px solid #b4b4b4;
    border-radius: 0 5px 5px 0;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

@media screen and (max-width: 440px) {
  .cart-image {
    top: 80%;
    right: 10px;
    width: 100px !important;
    height: 100px;
  }

  .header .cartMin {
    height: 70px;
  }

  .header .cartMin__selection {
    display: none;
  }

  .header .cartMin .fullContent .imageCart .number {
    right: 3px;
  }

  .header .cartMin .fullContent .imageCart .number p {
    font-size: 18px;
  }

  .header .cartMin .fullContent .infoCart {
    display: none;
  }

  .header .cartMin .fullContent .infoCart .p-18b {
    font-size: 16px;
  }

  .header .cartMin .fullContent .infoCart .p-18price {
    font-size: 16px;
  }
}
.new .p-18date {
  font-weight: 400;
  font-size: 18px;
  color: #9f9f9f;
  margin-bottom: 30px;
  margin-top: 10px;
}

.new .p-18 {
  font-weight: 400;
  font-size: 18px;
}
.p-22 {
  color: #000;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.p-18 {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.p-18b {
  font-size: 18px;
  font-weight: 800;
}

.p-18r {
  font-size: 18px;
  font-weight: 400;
}

.title-section {
  color: #000;
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 30px;
  margin-left: 10px;
}

.blockTitleSection {
  border-left: 10px solid #b63637;
  margin-bottom: 30px;
}

.button {
  display: block;
  border-radius: 5px;
  border: none;
  outline: none;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
  width: 100%;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  max-width: 300px;
  padding: 15px;
  background: #a50000;
  color: #fff;
}

.button:hover {
  background: #2e2e2e;
}

.buttonWithIcon {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  border: none;
  outline: none;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
  width: 100%;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  max-width: 300px;
  padding: 10px;
  background: #a50000;
}

.buttonWithIcon:hover {
  background: #2e2e2e;
}

.buttonWithIcon .p-16button {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 0 !important;
}

.buttonWithIcon img {
  margin-right: 15px;
}

.news .title-section {
  margin-left: 10px;
}

.news a:hover .cardNews .p-16b {
  color: #b63637;
}

.news .cardNews {
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
}

.news .cardNews img {
  border-radius: 5px 5px 0 0;
  width: 100%;
  height: 195px;
  -o-object-fit: cover;
  object-fit: cover;
}

.news .cardNews .description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #ffffff;
  padding: 20px;
  border-radius: 0 0 5px 5px;
  height: 210px;
}

.news .cardNews .description .p-16b {
  font-weight: 700;
  font-size: 16px;
  color: #000000;
  margin-bottom: 15px;
}

.news .cardNews .description .p-14 {
  font-weight: 400;
  font-size: 14px;
  color: #000;
  margin-bottom: 20px;
}

.news .cardNews .description .p-12 {
  font-weight: 400;
  font-size: 12px;
  color: #9f9f9f;
}

.news .cardNews .description .margin-top {
  margin-top: 20px;
  color: #2e2e2e;
}

.news .cardNews .description .margin-top .p-18b {
  color: #2e2e2e;
}

.news .pagination {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.news .pagination a:not(:last-child) {
  margin-right: 5px;
}

.news .pagination .block {
  padding: 8px 16px;
  border-radius: 2px;
  border: 1px solid #000;
  background: #fff;
}

.news .pagination .block .p-16 {
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}

.news .pagination .colorRed {
  background: #b63637;
  border: 1px solid #b63637;
}

.news .pagination .colorRed .p-16 {
  color: #fff;
}

.news .pagination .colorGrey {
  background: #313131;
}

.news .pagination .colorGrey .p-16 {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .button {
    margin: auto;
  }

  .buttonWithIcon {
    margin: auto;
  }
}

@media screen and (max-width: 440px) {
  .title-section {
    font-size: 32px;
    text-align: center;
  }

  .news .title-section {
    margin-left: 0;
  }
}
.p-22 {
  color: #000;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.p-18 {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.p-18b {
  font-size: 18px;
  font-weight: 800;
}

.p-18r {
  font-size: 18px;
  font-weight: 400;
}

.title-section {
  color: #000;
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 30px;
  margin-left: 10px;
}

.blockTitleSection {
  border-left: 10px solid #b63637;
  margin-bottom: 30px;
}

.button {
  display: block;
  border-radius: 5px;
  border: none;
  outline: none;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
  width: 100%;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  max-width: 305px;
  padding: 15px;
  background: #a50000;
  color: #fff;
}

.button:hover {
  background: #2e2e2e;
}

.buttonWithIcon {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  border: none;
  outline: none;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
  width: 100%;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  max-width: 305px;
  padding: 10px;
  background: #a50000;
}

.buttonWithIcon:hover {
  background: #2e2e2e;
}

.buttonWithIcon .p-16button {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 0 !important;
}

.buttonWithIcon img {
  margin-right: 15px;
}

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

.searchAndFilter .search input {
  padding: 10px;
  border-radius: 5px;
  background: #fff;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  max-width: 1095px;
  width: 100%;
  margin-right: 25px;
  border: none;
  height: 40px;
}

.searchAndFilter .search input::-webkit-input-placeholder {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  color: #838383;
}

.searchAndFilter .search input::-moz-placeholder {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  color: #838383;
}

.searchAndFilter .search input:-ms-input-placeholder {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  color: #838383;
}

.searchAndFilter .search input::-ms-input-placeholder {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  color: #838383;
}

.searchAndFilter .search input::placeholder {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  color: #838383;
}

.searchAndFilter .search input:focus {
  outline: none;
  border: 1px solid #b63637;
}

.searchAndFilter .search .buttonSearch {
  max-width: 200px;
}

.pageProduct {
  padding: 0 0 60px;
}

.pageProduct .title-page {
  background: #fff;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  padding: 15px 20px;
  margin-bottom: 30px;
}

.pageProduct .title-page .title-section-product {
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  color: #313131;
}

.pageProduct .swiper {
  --swiper-navigation-size: 70px;
}

.pageProduct .swiper .swiper-pagination1 {
  padding: 10px 0;
}

.pageProduct .swiper .swiper-slide-thumb-active {
  border: 2px solid #b53636;
  border-radius: 5px !important;
}

.pageProduct .swiper .swiper-wrapper-margin-bottom {
  margin-bottom: 20px;
  position: relative;
}

.pageProduct .swiper .swiper-wrapper-margin {
  padding-bottom: 40px;
}

.pageProduct .swiper .swiper-button-next {
  color: #b53636;
}

.pageProduct .swiper .swiper-button-prev {
  color: #b53636;
}

.pageProduct .swiper .swiper-pagination-bullet-active {
  background: #b63637 !important;
  scale: 1.7;
}

.pageProduct .swiper .swiper-pagination-bullet {
  opacity: 1;
  background: #313131;
}

.pageProduct .swiper .swiper-pagination-bullets {
  bottom: 0px !important;
}

.pageProduct .swiper .swiper-slide {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 2px;
  overflow: hidden;
}

.pageProduct .swiper .swiper-slide img {
  width: 100%;
  border-radius: 5px;
}

.pageProduct .swiper .oldDetail {
  background: rgba(255, 0, 0, 0.8);
}

.pageProduct .swiper .newDetail {
  background: rgba(74, 169, 0, 0.8);
}

.pageProduct .swiper .condition {
  position: absolute;
  top: 50px;
  z-index: 1;
  right: 0;
  padding: 10px 20px;
}

.pageProduct .swiper .condition .p-18b {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}

.pageProduct .swiper .gallery-top {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0px;
}

.pageProduct .swiper .gallery-top img {
  margin: auto;
  outline: none;
  display: block;
  height: 80vh;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.pageProduct .swiper .gallery-thumbs {
  margin-top: 10px;
}

.pageProduct .swiper .gallery-thumbs .swiper-slide {
  cursor: pointer;
}

.pageProduct .swiper .gallery-thumbs .swiper-slide img {
  -o-object-fit: cover;
  object-fit: cover;
  margin: auto;
  display: block;
  height: 80vh;
  max-height: 110px;
  width: 100%;
  object-fit: cover;
}

.pageProduct .swiper .gallery-thumbs .swiper-slide:hover img {
  -webkit-transform: scale(0.96);
  -ms-transform: scale(0.96);
  transform: scale(0.96);
}

.pageProduct .dopInfoBlock {
  margin-top: 20px;
  background: #fff;
  border-radius: 5px;
  padding: 20px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.pageProduct .dopInfoBlock .titles {
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #b63637;
}

.pageProduct .dopInfoBlock .titles .p-18b {
  font-weight: 600;
  font-size: 18px;
}

.pageProduct .dopInfoBlock .open {
  max-height: 1000px;
}

.pageProduct .dopInfoBlock .infoBlock {
  display: none;
  padding: 20px 0;
}

.pageProduct .dopInfoBlock .infoBlock .p-18b {
  font-weight: 600;
  font-size: 18px;
}

.pageProduct .dopInfoBlock .titles p {
  cursor: pointer;
}

.pageProduct .dopInfoBlock .titles p.active {
  text-decoration: underline;
  text-decoration: underline;
  text-underline-offset: 14px;
  -webkit-text-decoration-color: #b63637;
  text-decoration-color: #b63637;
  text-decoration-thickness: 5px;
}

.pageProduct .dopInfoBlock .infoBlock {
  display: none;
}

.pageProduct .rightBlock .blockInfo {
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
}

.pageProduct .rightBlock .blockInfo .characteristic:first-child {
  border-radius: 5px 5px 0 0;
}

.pageProduct .rightBlock .blockInfo .characteristic:last-child {
  border-radius: 0 0 5px 5px;
}

.pageProduct .rightBlock .blockInfo .characteristic:nth-child(even) {
  background: #f5f5f5;
}

.pageProduct .rightBlock .blockInfo .characteristic {
  background: #fff;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.pageProduct .rightBlock .blockInfo .characteristic .p-16 {
  font-weight: 400;
  font-size: 16px;
}

.pageProduct .rightBlock .blockInfo .characteristic .p-16b {
  font-weight: 700;
  font-size: 16px;
  text-align: right;
  color: #313131;
}

.pageProduct .rightBlock button {
  margin: 20px 0;
}

.pageProduct .rightBlock button img {
  margin-right: 0;
  margin-left: 15px;
}

.popularCategory .title-section {
  margin-left: 10px;
}

.popularCategory .card {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.popularCategory .card:hover .textBlock {
  background-position: -100% 0;
}

.popularCategory .card:hover .textBlock .arrow {
  -webkit-animation: moveArrow 1s ease infinite;
  animation: moveArrow 1s ease infinite;
}

.popularCategory .card .imageBlock img {
  border-radius: 5px 5px 0 0;
  width: 100%;
  max-height: 272px;
  height: 100%;
}

.popularCategory .card .textBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0 0 5px 5px;
  height: 60px;
  background: #b63637;
  padding: 15px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(50%, #b63637),
    color-stop(50%, #2e2e2e)
  );
  background: -o-linear-gradient(left, #b63637 50%, #2e2e2e 50%);
  background: linear-gradient(90deg, #b63637 50%, #2e2e2e 50%);
  background-size: 200% 100%;
  -webkit-transition: background-position 1s ease;
  -o-transition: background-position 1s ease;
  transition: background-position 1s ease;
}

.popularCategory .card .textBlock h3 {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}

.popularCategory .card .textBlock .arrow {
  width: 54px;
  margin-left: 15px;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

@-webkit-keyframes moveArrow {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes moveArrow {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@media screen and (max-width: 767px) {
  .button {
    margin: auto;
  }

  .buttonWithIcon {
    margin: auto;
  }

  .searchAndFilter .search {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .searchAndFilter .search input {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .searchAndFilter .search input::-webkit-input-placeholder {
    font-size: 12px;
  }

  .searchAndFilter .search input::-moz-placeholder {
    font-size: 12px;
  }

  .searchAndFilter .search input:-ms-input-placeholder {
    font-size: 12px;
  }

  .searchAndFilter .search input::-ms-input-placeholder {
    font-size: 12px;
  }

  .searchAndFilter .search input::placeholder {
    font-size: 12px;
  }
}

@media screen and (max-width: 440px) {
  .title-section {
    font-size: 32px;
    text-align: center;
  }

  .searchAndFilter .search .buttonSearch {
    max-width: none;
  }

  .pageProduct .title-page .title-section-product {
    font-size: 18px;
  }

  .pageProduct .rightBlock button {
    max-width: none;
  }

  .popularCategory .title-section {
    margin-left: 0;
  }

  .popularCategory .card .textBlock h3 {
    font-size: 20px;
  }
}

@media screen and (max-width: 420px) {
  .pageProduct .swiper .gallery-top img {
    height: 50vh;
  }
}
.marginTopCol {
  margin-top: 0 !important;
}

.p-22 {
  color: #000;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.p-18 {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.p-18b {
  font-size: 18px;
  font-weight: 800;
}

.p-18r {
  font-size: 18px;
  font-weight: 400;
}

.title-section {
  color: #000;
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 30px;
}

.blockTitleSection {
  border-left: 10px solid #b63637;
  margin-bottom: 30px;
}

.swiper .swiper-button-next,
.swiper .swiper-button-prev {
  top: 44.1% !important;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
}

.swiper .swiper-button-next:after,
.swiper .swiper-button-prev:after {
  color: #2e2e2e;
}

.swiper .swiper-button-next:hover::before,
.swiper .swiper-button-prev:hover::before {
  top: 0px;
  right: 0px;
  opacity: 0;
}

.swiper .swiper-pagination {
  bottom: 0 !important;
}

.swiper .swiper-pagination span {
  width: 12px;
  height: 12px;
  border-radius: 0px;
}

.swiper .swiper-pagination .swiper-pagination-bullet {
  opacity: 1 !important;
  border-radius: 50%;
  scale: 1.2 !important;
}

.swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #b63637;
  border-radius: 50%;
}

.swiper .swiper-pagination::before {
  display: none;
}

.swiper .swiper-pagination .swiper-numb {
  width: 30px;
  height: 30px;
  border-radius: 0px;
  position: relative;
  background: none;
  opacity: 1;
  overflow: hidden;
  z-index: 1;
}

.swiper .swiper-pagination .swiper-numb::before {
  content: "";
  background: #2e2e2e;
  opacity: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.swiper .swiper-pagination .swiper-numb span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto !important;
  display: table;
  font-size: 18px;
  z-index: 1;
}

.swiper .swiper-nav-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 100%;
  width: 100%;
  min-height: 60px;
  margin: auto;
}

.swiper .swiper-nav-box .swiper-pagination {
  position: relative;
}

.swiper .swiper-nav-box .swiper-pagination span {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin: 3px;
}

.swiper .swiper-nav-box .swiper-button-prev,
.swiper .swiper-nav-box .swiper-button-next {
  width: 58px;
  height: 50px;
}

.swiper .swiper-nav-box .swiper-button-prev:after,
.swiper .swiper-nav-box .swiper-button-next:after {
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
}

.button {
  display: block;
  border-radius: 5px;
  border: none;
  outline: none;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
  width: 100%;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  max-width: 305px;
  padding: 15px;
  background: #a50000;
  color: #fff;
}

.button:hover {
  background: #2e2e2e;
}

.buttonWithIcon {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  border: none;
  outline: none;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
  width: 100%;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  max-width: 305px;
  padding: 10px;
  background: #a50000;
}

.buttonWithIcon:hover {
  background: #2e2e2e;
}

.buttonWithIcon .p-16button {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 0 !important;
}

.buttonWithIcon img {
  margin-right: 15px;
}

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

.searchAndFilter .search input {
  padding: 10px;
  border-radius: 5px;
  background: #fff;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  max-width: 1095px;
  width: 100%;
  margin-right: 25px;
  border: none;
  height: 40px;
}

.searchAndFilter .search input::-webkit-input-placeholder {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  color: #838383;
}

.searchAndFilter .search input::-moz-placeholder {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  color: #838383;
}

.searchAndFilter .search input:-ms-input-placeholder {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  color: #838383;
}

.searchAndFilter .search input::-ms-input-placeholder {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  color: #838383;
}

.searchAndFilter .search input::placeholder {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  color: #838383;
}

.searchAndFilter .search input:focus {
  outline: none;
  border: 1px solid #b63637;
}

.searchAndFilter .search .buttonSearch {
  max-width: 200px;
}

.searchAndFilter .advancedSearch {
  background: #fff;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 30px;
  border-radius: 5px;
}

.searchAndFilter .advancedSearch .p-26 {
  color: #000;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 0px;
}

.searchAndFilter .advancedSearch .newOrUsed {
  margin-bottom: 20px;
}

.searchAndFilter .advancedSearch .newOrUsed .p-22 {
  margin-bottom: 20px;
}

.searchAndFilter .advancedSearch .newOrUsed .generalNewOrUSed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.searchAndFilter .advancedSearch .newOrUsed .generalNewOrUSed .radio {
  margin-right: 30px;
}

.searchAndFilter .advancedSearch .newOrUsed .generalNewOrUSed .radio label {
  font-size: 18px;
  font-weight: 300;
  line-height: normal;
  color: #000;
}

.searchAndFilter
  .advancedSearch
  .newOrUsed
  .generalNewOrUSed
  .radio
  input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #2e2e2e;
  border: 1px solid #2e2e2e;
  outline: none;
}

.searchAndFilter
  .advancedSearch
  .newOrUsed
  .generalNewOrUSed
  .radio
  input[type="radio"]:checked {
  background-color: #313131;
  border-color: #313131;
}

.searchAndFilter
  .advancedSearch
  .newOrUsed
  .generalNewOrUSed
  .radio
  input[type="radio"]:checked::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  margin: 3px;
  border-radius: 50%;
  background-color: #b63637;
}

.searchAndFilter .advancedSearch .carSelection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.searchAndFilter .advancedSearch .carSelection .selected:not(:last-child) {
  margin-right: 20px;
}

.searchAndFilter .advancedSearch .carSelection .selected:last-child select {
  width: 400px;
}

.searchAndFilter .advancedSearch .carSelection select {
  border: 1px solid #838383;
  border-radius: 5px;
  width: 230px;
  height: 40px;
}

.searchAndFilter .advancedSearch .carSelection .p-18 {
  margin-bottom: 5px;
}

.searchAndFilter .advancedSearch .dopParams {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.searchAndFilter .advancedSearch .dopParams .p-18 {
  padding-bottom: 0;
  font-weight: 400;
  margin-left: 15px;
}

.searchAndFilter .advancedSearch .dopParamOpen {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s ease-out;
  -o-transition: max-height 0.5s ease-out;
  transition: max-height 0.5s ease-out;
}

.searchAndFilter .advancedSearch .dopParamOpen input {
  padding: 10px;
  border-radius: 5px;
  background: #fff;
  max-width: 1095px;
  width: 100%;
  margin-right: 25px;
  border: 1px solid #777777;
  height: 40px;
}

.searchAndFilter
  .advancedSearch
  .dopParamOpen
  input::-webkit-input-placeholder {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  color: #838383;
}

.searchAndFilter .advancedSearch .dopParamOpen input::-moz-placeholder {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  color: #838383;
}

.searchAndFilter .advancedSearch .dopParamOpen input:-ms-input-placeholder {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  color: #838383;
}

.searchAndFilter .advancedSearch .dopParamOpen input::-ms-input-placeholder {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  color: #838383;
}

.searchAndFilter .advancedSearch .dopParamOpen input::placeholder {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  color: #838383;
}

.searchAndFilter .advancedSearch .blockButtons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.searchAndFilter .advancedSearch .blockButtons .buttonWithIcon {
  padding: 10px 40px;
  margin-right: 50px;
}

.searchAndFilter .advancedSearch .blockButtons .close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.searchAndFilter .advancedSearch .blockButtons .close:hover img {
  opacity: 1;
}

.searchAndFilter .advancedSearch .blockButtons .close img {
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.searchAndFilter .advancedSearch .blockButtons .close .p-16Clear {
  color: #595959;
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 0;
  margin-left: 5px;
}

.catalog .hidden {
  display: none !important;
}

.catalog .sort {
  cursor: pointer;
}

.catalog .sort .buttonSort {
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 330px;
}

.catalog .sort .buttonSort .p-18 {
  font-weight: 400;
}

.catalog .sort .buttonSort .uppercase {
  margin-right: 15px;
  text-transform: uppercase;
}

.catalog .sort .buttonSort img {
  margin-right: 5px;
}

.catalog .sort .buttonSort .sortUb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.catalog .sort .buttonSort .sortVoz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* .catalog .modalInfo {
  position: absolute;
  padding: 70px 50px 50px 50px;
  top: -50px;
  left: -50px;
} */

.catalog .modalInfo div {
  background-color: white;
  padding: 20px;
  border: 1px solid black;
  border-radius: 5px;
}

.catalog .card {
  background: #fff;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  min-height: 552px;
}

.catalog .card .blockImg {
  position: relative;
}

.catalog .card .blockImg img {
  width: 100%;
  max-height: 210px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 5px 5px 0 0;
}

.catalog .card .blockImg .sale {
  background: rgba(181, 54, 168, 0.8);
  border-radius: 5px 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px;
}

.catalog .card .blockImg .sale .p-14 {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}

.catalog .card .blockImg .newOrOld {
  position: absolute;
  bottom: 0;
  padding: 10px;
}

.catalog .card .blockImg .newOrOld .p-14 {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}

.catalog .card .blockImg .new {
  background: rgba(74, 169, 0, 0.8);
}

.catalog .card .blockImg .old {
  background: rgba(255, 0, 0, 0.8);
}

.catalog .card .p-16bUp {
  font-size: 16px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  margin-top: 15px;
  color: #313131;
}

.catalog .card .bigBlock {
  padding: 15px;
}

.catalog .card .bigBlock .infoBLock {
  border-bottom: 1px solid #B636373;
}

.catalog .card .bigBlock .infoBLock .lineInformation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
}

.catalog .card .bigBlock .infoBLock .lineInformation .imgTextBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.catalog .card .bigBlock .infoBLock .lineInformation .imgTextBlock .img {
  width: 20px;
}

.catalog .card .bigBlock .infoBLock .lineInformation .imgTextBlock .img img {
  max-width: 15px;
  width: 100%;
  margin-right: 5px;
}

.catalog .card .bigBlock .infoBLock .lineInformation .imgTextBlock .p-16r {
  font-size: 16px;
  font-weight: 400;
  color: #313131;
}

.catalog .card .bigBlock .infoBLock .lineInformation .modalInfoBlock {
  position: relative;
  text-decoration: underline;
  color: #b63637;
}

.catalog .card .bigBlock .infoBLock .lineInformation .modalInfoBlock .p-16b {
  color: #b63637;
  font-size: 16px;
  font-weight: 700;
}

.catalog .card .bigBlock .infoBLock .lineInformation .p-16b {
  font-size: 16px;
  font-weight: 700;
  color: #313131;
}

.catalog .card .bigBlock .priceBlock {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}

.catalog .card .bigBlock .priceBlock .priceByn .priceSale {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.catalog .card .bigBlock .priceBlock .priceByn .priceSale .p-18pr {
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  color: #8c8c8c;
}

.catalog .card .bigBlock .priceBlock .priceByn .priceSale .p-18prStrike {
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  color: #8c8c8c;
  text-decoration: line-through;
  margin-left: 5px;
}

.catalog .card .bigBlock .priceBlock .priceByn .priceSale .discount {
  margin-left: 5px;
  background: #b536a8;
  -webkit-clip-path: polygon(30% 0%, 0% 50%, 30% 100%, 100% 100%, 100% 0);
  clip-path: polygon(30% 0%, 0% 50%, 30% 100%, 100% 100%, 100% 0);
  padding: 3px;
  border-radius: 5px;
}

.catalog .card .bigBlock .priceBlock .priceByn .priceSale .discount .p-18prD {
  margin: 0 3px 0 7px;
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
}

.catalog .card .bigBlock .priceBlock .priceByn .finalPrice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.catalog .card .bigBlock .priceBlock .priceByn .finalPrice .p-32 {
  font-size: 32px;
  font-weight: 700;
  color: #313131;
}

.catalog .card .bigBlock .priceBlock .priceByn .finalPrice .p-20 {
  font-size: 20px;
  font-weight: 700;
  color: #8c8c8c;
  margin-left: 5px;
}

.catalog .card .bigBlock .priceBlock .priceForeign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.catalog .card .bigBlock .priceBlock .priceForeign .p-20 {
  color: #b53636;
  font-size: 20px;
  font-weight: 600;
}

.catalog .pagination {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.catalog .pagination a:not(:last-child) {
  margin-right: 5px;
}

.catalog .pagination .block {
  padding: 8px 16px;
  border-radius: 2px;
  border: 1px solid #000;
  background: #fff;
}

.catalog .pagination .block .p-16 {
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}

.catalog .pagination .colorRed {
  background: #b63637;
  border: 1px solid #b63637;
}

.catalog .pagination .colorRed .p-16 {
  color: #fff;
}

.catalog .pagination .colorGrey {
  background: #313131;
}

.catalog .pagination .colorGrey .p-16 {
  color: #fff;
}

.carsAnalysis .blockTitleSection {
  border-left: 10px solid #b63637;
  margin-bottom: 30px;
}

.carsAnalysis .blockTitleSection .title-section {
  margin-left: 10px;
}

.carsAnalysis .cardCars {
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
}

.carsAnalysis .cardCars img {
  border-radius: 5px 5px 0 0;
  width: 100%;
  height: 310px;
  -o-object-fit: cover;
  object-fit: cover;
}

.carsAnalysis .cardCars .description {
  background: #b63637;
  padding: 20px;
  border-radius: 0 0 5px 5px;
}

.carsAnalysis .cardCars .description .p-18b {
  color: #fff;
  margin-bottom: 5px;
}

.carsAnalysis .cardCars .description .p-18r {
  color: #fff;
}

.carsAnalysis .cardCars .description .margin-top {
  margin-top: 20px;
  color: #2e2e2e;
}

.carsAnalysis .cardCars .description .margin-top .p-18b {
  color: #2e2e2e;
}

.carsAnalysis .button {
  margin: auto;
}

.popularCategory .title-section {
  margin-left: 10px;
}

.popularCategory .card {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.popularCategory .card:hover .textBlock {
  background-position: -100% 0;
}

.popularCategory .card:hover .textBlock .arrow {
  -webkit-animation: moveArrow 1s ease infinite;
  animation: moveArrow 1s ease infinite;
}

.popularCategory .card .imageBlock img {
  border-radius: 5px 5px 0 0;
  width: 100%;
  max-height: 272px;
  height: 100%;
}

.popularCategory .card .textBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0 0 5px 5px;
  height: 60px;
  background: #b63637;
  padding: 15px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(50%, #b63637),
    color-stop(50%, #2e2e2e)
  );
  background: -o-linear-gradient(left, #b63637 50%, #2e2e2e 50%);
  background: linear-gradient(90deg, #b63637 50%, #2e2e2e 50%);
  background-size: 200% 100%;
  -webkit-transition: background-position 1s ease;
  -o-transition: background-position 1s ease;
  transition: background-position 1s ease;
}

.popularCategory .card .textBlock h3 {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}

.popularCategory .card .textBlock .arrow {
  width: 54px;
  margin-left: 15px;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.autos {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 30px 0;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

.autos__brand {
  display: block;
  border: 1px #bbb solid;
  margin: 5px;
  background-color: rgb(255 255 255);
}

.autos__brand:hover {
  border-color: #9a1711;
  transition: 0.5s;
}

.autos__link {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  color: #333;
  flex-direction: column;
  width: 100px;
  height: 70px;
  padding: 5px;
  margin: 5px;
  font-size: 13px;
}

.autos__link img {
  height: 70px;
}

@-webkit-keyframes moveArrow {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes moveArrow {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@media screen and (max-width: 1400px) {
  .searchAndFilter .advancedSearch .carSelection .selected:not(:last-child) {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .button {
    margin: auto;
  }

  .buttonWithIcon {
    margin: auto;
  }

  .searchAndFilter .search {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .searchAndFilter .search input {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .searchAndFilter .search input::-webkit-input-placeholder {
    font-size: 12px;
  }

  .searchAndFilter .search input::-moz-placeholder {
    font-size: 12px;
  }

  .searchAndFilter .search input:-ms-input-placeholder {
    font-size: 12px;
  }

  .searchAndFilter .search input::-ms-input-placeholder {
    font-size: 12px;
  }

  .searchAndFilter .search input::placeholder {
    font-size: 12px;
  }

  .searchAndFilter .advancedSearch .dopParamOpen {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 515px) {
  .swiper .swiper-nav-box {
    max-width: 320px;
    margin: 15px auto 0;
  }
}

@media screen and (max-width: 500px) {
  .searchAndFilter .advancedSearch .carSelection .selected:last-child select {
    width: 100%;
    max-width: none;
  }

  .searchAndFilter .advancedSearch .carSelection {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 440px) {
  .title-section {
    font-size: 32px;
    text-align: center;
  }

  .button {
    font-size: 14px;
  }

  .buttonWithIcon .p-16button {
    font-size: 14px;
  }

  .searchAndFilter .search .buttonSearch {
    max-width: none;
  }

  .searchAndFilter .advancedSearch .p-26 {
    text-align: center;
    text-transform: uppercase;
  }

  .searchAndFilter .advancedSearch .newOrUsed .p-22 {
    margin-bottom: 10px;
  }

  .searchAndFilter .advancedSearch .carSelection .selected:not(:last-child) {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .searchAndFilter .advancedSearch .carSelection select {
    width: 100%;
    max-width: none;
  }

  .searchAndFilter .advancedSearch .blockButtons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 30px;
  }

  .searchAndFilter .advancedSearch .blockButtons .buttonWithIcon {
    margin: 0;
    max-width: none;
  }

  .searchAndFilter .advancedSearch .blockButtons .close {
    margin-top: 15px;
  }

  .searchAndFilter .advancedSearch .blockButtons .close .p-16Clear {
    margin-left: 0;
  }

  .carsAnalysis .blockTitleSection .title-section {
    margin-left: 0;
  }

  .carsAnalysis .button {
    max-width: none;
  }

  .popularCategory .title-section {
    margin-left: 0;
  }

  .popularCategory .card .textBlock h3 {
    font-size: 20px;
  }
}

@media screen and (max-width: 1400px) and (min-width: 431px) {
  .searchAndFilter .advancedSearch .carSelection {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.marginTopCol {
  margin-top: 0 !important;
}

.p-22 {
  color: #000;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.p-18 {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.p-18b {
  font-size: 18px;
  font-weight: 800;
}

.p-18r {
  font-size: 18px;
  font-weight: 400;
}

.title-section {
  color: #000;
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 30px;
}

.blockTitleSection {
  border-left: 10px solid #b63637;
  margin-bottom: 30px;
}

.swiper .swiper-button-next,
.swiper .swiper-button-prev {
  top: 44.1% !important;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
}

.swiper .swiper-button-next:after,
.swiper .swiper-button-prev:after {
  color: #2e2e2e;
}

.swiper .swiper-button-next:hover::before,
.swiper .swiper-button-prev:hover::before {
  top: 0px;
  right: 0px;
  opacity: 0;
}

.swiper .swiper-pagination {
  bottom: 0 !important;
}

.swiper .swiper-pagination span {
  width: 12px;
  height: 12px;
  border-radius: 0px;
}

.swiper .swiper-pagination .swiper-pagination-bullet {
  opacity: 1 !important;
  border-radius: 50%;
  scale: 1.2 !important;
}

.swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #b63637;
  border-radius: 50%;
}

.swiper .swiper-pagination::before {
  display: none;
}

.swiper .swiper-pagination .swiper-numb {
  width: 30px;
  height: 30px;
  border-radius: 0px;
  position: relative;
  background: none;
  opacity: 1;
  overflow: hidden;
  z-index: 1;
}

.swiper .swiper-pagination .swiper-numb::before {
  content: "";
  background: #2e2e2e;
  opacity: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.swiper .swiper-pagination .swiper-numb span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto !important;
  display: table;
  font-size: 18px;
  z-index: 1;
}

.swiper .swiper-nav-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 100%;
  width: 100%;
  min-height: 60px;
  margin: auto;
}

.swiper .swiper-nav-box .swiper-pagination {
  position: relative;
}

.swiper .swiper-nav-box .swiper-pagination span {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin: 3px;
}

.swiper .swiper-nav-box .swiper-button-prev,
.swiper .swiper-nav-box .swiper-button-next {
  width: 58px;
  height: 50px;
}

.swiper .swiper-nav-box .swiper-button-prev:after,
.swiper .swiper-nav-box .swiper-button-next:after {
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
}

.button {
  display: block;
  border-radius: 5px;
  border: none;
  outline: none;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
  width: 100%;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  max-width: 305px;
  padding: 15px;
  background: #a50000;
  color: #fff;
}

.button:hover {
  background: #2e2e2e;
}

.buttonWithIcon {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  border: none;
  outline: none;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
  width: 100%;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  max-width: 305px;
  padding: 10px;
  background: #a50000;
}

.buttonWithIcon:hover {
  background: #2e2e2e;
}

.buttonWithIcon .p-16button {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 0 !important;
}

.buttonWithIcon img {
  margin-right: 15px;
}

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

.searchAndFilter .search input {
  padding: 10px;
  border-radius: 5px;
  background: #fff;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  max-width: 1095px;
  width: 100%;
  margin-right: 25px;
  border: none;
  height: 40px;
}

.searchAndFilter .search input::-webkit-input-placeholder {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  color: #838383;
}

.searchAndFilter .search input::-moz-placeholder {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  color: #838383;
}

.searchAndFilter .search input:-ms-input-placeholder {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  color: #838383;
}

.searchAndFilter .search input::-ms-input-placeholder {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  color: #838383;
}

.searchAndFilter .search input::placeholder {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  color: #838383;
}

.searchAndFilter .search input:focus {
  outline: none;
  border: 1px solid #b63637;
}

.searchAndFilter .search .buttonSearch {
  max-width: 200px;
}

.searchAndFilter .advancedSearch {
  background: #fff;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 30px;
  border-radius: 5px;
}

.searchAndFilter .advancedSearch .p-26 {
  color: #000;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 0px;
}

.searchAndFilter .advancedSearch .newOrUsed {
  margin-bottom: 20px;
}

.searchAndFilter .advancedSearch .newOrUsed .p-22 {
  margin-bottom: 20px;
}

.searchAndFilter .advancedSearch .newOrUsed .generalNewOrUSed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.searchAndFilter .advancedSearch .newOrUsed .generalNewOrUSed .radio {
  margin-right: 30px;
}

.searchAndFilter .advancedSearch .newOrUsed .generalNewOrUSed .radio label {
  font-size: 18px;
  font-weight: 300;
  line-height: normal;
  color: #000;
}

.searchAndFilter
  .advancedSearch
  .newOrUsed
  .generalNewOrUSed
  .radio
  input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #2e2e2e;
  border: 1px solid #2e2e2e;
  outline: none;
}

.searchAndFilter
  .advancedSearch
  .newOrUsed
  .generalNewOrUSed
  .radio
  input[type="radio"]:checked {
  background-color: #313131;
  border-color: #313131;
}

.searchAndFilter
  .advancedSearch
  .newOrUsed
  .generalNewOrUSed
  .radio
  input[type="radio"]:checked::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  margin: 3px;
  border-radius: 50%;
  background-color: #b63637;
}

.searchAndFilter .advancedSearch .carSelection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.searchAndFilter .advancedSearch .carSelection .selected:not(:last-child) {
  margin-right: 20px;
}

.searchAndFilter .advancedSearch .carSelection .selected:last-child select {
  width: 400px;
}

.searchAndFilter .advancedSearch .carSelection select {
  border: 1px solid #838383;
  border-radius: 5px;
  width: 230px;
  height: 40px;
}

.searchAndFilter .advancedSearch .carSelection .p-18 {
  margin-bottom: 5px;
}

.searchAndFilter .advancedSearch .dopParams {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.searchAndFilter .advancedSearch .dopParams .p-18 {
  padding-bottom: 0;
  font-weight: 400;
  margin-left: 15px;
}

.searchAndFilter .advancedSearch .dopParamOpen {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s ease-out;
  -o-transition: max-height 0.5s ease-out;
  transition: max-height 0.5s ease-out;
}

.searchAndFilter .advancedSearch .dopParamOpen input {
  padding: 10px;
  border-radius: 5px;
  background: #fff;
  max-width: 1095px;
  width: 100%;
  margin-right: 25px;
  border: 1px solid #777777;
  height: 40px;
}

.searchAndFilter
  .advancedSearch
  .dopParamOpen
  input::-webkit-input-placeholder {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  color: #838383;
}

.searchAndFilter .advancedSearch .dopParamOpen input::-moz-placeholder {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  color: #838383;
}

.searchAndFilter .advancedSearch .dopParamOpen input:-ms-input-placeholder {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  color: #838383;
}

.searchAndFilter .advancedSearch .dopParamOpen input::-ms-input-placeholder {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  color: #838383;
}

.searchAndFilter .advancedSearch .dopParamOpen input::placeholder {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  color: #838383;
}

.searchAndFilter .advancedSearch .blockButtons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.searchAndFilter .advancedSearch .blockButtons .buttonWithIcon {
  padding: 10px 40px;
  margin-right: 50px;
}

.searchAndFilter .advancedSearch .blockButtons .close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.searchAndFilter .advancedSearch .blockButtons .close:hover img {
  opacity: 1;
}

.searchAndFilter .advancedSearch .blockButtons .close img {
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.searchAndFilter .advancedSearch .blockButtons .close .p-16Clear {
  color: #595959;
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 0;
  margin-left: 5px;
}

.catalog .hidden {
  display: none !important;
}

.catalog .sort {
  cursor: pointer;
}

.catalog .sort .buttonSort {
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 330px;
}

.catalog .sort .buttonSort .p-18 {
  font-weight: 400;
}

.catalog .sort .buttonSort .uppercase {
  margin-right: 15px;
  text-transform: uppercase;
}

.catalog .sort .buttonSort img {
  margin-right: 5px;
}

.catalog .sort .buttonSort .sortUb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.catalog .sort .buttonSort .sortVoz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* .catalog .modalInfo {
  position: absolute;
  padding: 70px 50px 50px 50px;
  top: -50px;
  left: -50px;
} */

.catalog .modalInfo div {
  background-color: white;
  padding: 20px;
  border: 1px solid black;
  border-radius: 5px;
}

.catalog .card {
  background: #fff;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  min-height: 552px;
}

.catalog .card .blockImg {
  position: relative;
}

.catalog .card .blockImg img {
  width: 100%;
  max-height: 210px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 5px 5px 0 0;
}

.catalog .card .blockImg .sale {
  background: rgba(181, 54, 168, 0.8);
  border-radius: 5px 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px;
}

.catalog .card .blockImg .sale .p-14 {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}

.catalog .card .blockImg .newOrOld {
  position: absolute;
  bottom: 0;
  padding: 10px;
}

.catalog .card .blockImg .newOrOld .p-14 {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}

.catalog .card .blockImg .new {
  background: rgba(74, 169, 0, 0.8);
}

.catalog .card .blockImg .old {
  background: rgba(255, 0, 0, 0.8);
}

.catalog .card .p-16bUp {
  font-size: 16px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  margin-top: 15px;
  color: #313131;
}

.catalog .card .bigBlock {
  padding: 15px;
}

.catalog .card .bigBlock .infoBLock {
  border-bottom: 1px solid #B636373;
}

.catalog .card .bigBlock .infoBLock .lineInformation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
}

.catalog .card .bigBlock .infoBLock .lineInformation .imgTextBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.catalog .card .bigBlock .infoBLock .lineInformation .imgTextBlock .img {
  width: 20px;
}

.catalog .card .bigBlock .infoBLock .lineInformation .imgTextBlock .img img {
  max-width: 15px;
  width: 100%;
  margin-right: 5px;
}

.catalog .card .bigBlock .infoBLock .lineInformation .imgTextBlock .p-16r {
  font-size: 16px;
  font-weight: 400;
  color: #313131;
}

.catalog .card .bigBlock .infoBLock .lineInformation .modalInfoBlock {
  position: relative;
  text-decoration: underline;
  color: #b63637;
}

.catalog .card .bigBlock .infoBLock .lineInformation .modalInfoBlock .p-16b {
  color: #b63637;
  font-size: 16px;
  font-weight: 700;
}

.catalog .card .bigBlock .infoBLock .lineInformation .p-16b {
  font-size: 16px;
  font-weight: 700;
  color: #313131;
}

.catalog .card .bigBlock .priceBlock {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}

.catalog .card .bigBlock .priceBlock .priceByn .priceSale {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.catalog .card .bigBlock .priceBlock .priceByn .priceSale .p-18pr {
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  color: #8c8c8c;
}

.catalog .card .bigBlock .priceBlock .priceByn .priceSale .p-18prStrike {
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  color: #8c8c8c;
  text-decoration: line-through;
  margin-left: 5px;
}

.catalog .card .bigBlock .priceBlock .priceByn .priceSale .discount {
  margin-left: 5px;
  background: #b536a8;
  -webkit-clip-path: polygon(30% 0%, 0% 50%, 30% 100%, 100% 100%, 100% 0);
  clip-path: polygon(30% 0%, 0% 50%, 30% 100%, 100% 100%, 100% 0);
  padding: 3px;
  border-radius: 5px;
}

.catalog .card .bigBlock .priceBlock .priceByn .priceSale .discount .p-18prD {
  margin: 0 3px 0 7px;
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
}

.catalog .card .bigBlock .priceBlock .priceByn .finalPrice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.catalog .card .bigBlock .priceBlock .priceByn .finalPrice .p-32 {
  font-size: 32px;
  font-weight: 700;
  color: #313131;
}

.catalog .card .bigBlock .priceBlock .priceByn .finalPrice .p-20 {
  font-size: 20px;
  font-weight: 700;
  color: #8c8c8c;
  margin-left: 5px;
}

.catalog .card .bigBlock .priceBlock .priceForeign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.catalog .card .bigBlock .priceBlock .priceForeign .p-20 {
  color: #b53636;
  font-size: 20px;
  font-weight: 600;
}

.catalog .pagination {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.catalog .pagination a:not(:last-child) {
  margin-right: 5px;
}

.catalog .pagination .block {
  padding: 8px 16px;
  border-radius: 2px;
  border: 1px solid #000;
  background: #fff;
}

.catalog .pagination .block .p-16 {
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}

.catalog .pagination .colorRed {
  background: #b63637;
  border: 1px solid #b63637;
}

.catalog .pagination .colorRed .p-16 {
  color: #fff;
}

.catalog .pagination .colorGrey {
  background: #313131;
}

.catalog .pagination .colorGrey .p-16 {
  color: #fff;
}

.carsAnalysis .blockTitleSection {
  border-left: 10px solid #b63637;
  margin-bottom: 30px;
}

.carsAnalysis .blockTitleSection .title-section {
  margin-left: 10px;
}

.carsAnalysis .cardCars {
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
}

.carsAnalysis .cardCars img {
  border-radius: 5px 5px 0 0;
  width: 100%;
  height: 310px;
  -o-object-fit: cover;
  object-fit: cover;
}

.carsAnalysis .cardCars .description {
  background: #b63637;
  padding: 20px;
  border-radius: 0 0 5px 5px;
}

.carsAnalysis .cardCars .description .p-18b {
  color: #fff;
  margin-bottom: 5px;
}

.carsAnalysis .cardCars .description .p-18r {
  color: #fff;
}

.carsAnalysis .cardCars .description .margin-top {
  margin-top: 20px;
  color: #2e2e2e;
}

.carsAnalysis .cardCars .description .margin-top .p-18b {
  color: #2e2e2e;
}

.carsAnalysis .button {
  margin: auto;
}

.popularCategory .title-section {
  margin-left: 10px;
}

.popularCategory .card {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.popularCategory .card:hover .textBlock {
  background-position: -100% 0;
}

.popularCategory .card:hover .textBlock .arrow {
  -webkit-animation: moveArrow 1s ease infinite;
  animation: moveArrow 1s ease infinite;
}

.popularCategory .card .imageBlock img {
  border-radius: 5px 5px 0 0;
  width: 100%;
  max-height: 272px;
  height: 100%;
}

.popularCategory .card .textBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0 0 5px 5px;
  height: 60px;
  background: #b63637;
  padding: 15px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(50%, #b63637),
    color-stop(50%, #2e2e2e)
  );
  background: -o-linear-gradient(left, #b63637 50%, #2e2e2e 50%);
  background: linear-gradient(90deg, #b63637 50%, #2e2e2e 50%);
  background-size: 200% 100%;
  -webkit-transition: background-position 1s ease;
  -o-transition: background-position 1s ease;
  transition: background-position 1s ease;
}

.popularCategory .card .textBlock h3 {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}

.popularCategory .card .textBlock .arrow {
  width: 25px;
  margin-left: 15px;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

@-webkit-keyframes moveArrow {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes moveArrow {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@media screen and (max-width: 767px) {
  .button {
    margin: auto;
  }

  .buttonWithIcon {
    margin: auto;
  }

  .searchAndFilter .search {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .searchAndFilter .search input {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .searchAndFilter .search input::-webkit-input-placeholder {
    font-size: 12px;
  }

  .searchAndFilter .search input::-moz-placeholder {
    font-size: 12px;
  }

  .searchAndFilter .search input:-ms-input-placeholder {
    font-size: 12px;
  }

  .searchAndFilter .search input::-ms-input-placeholder {
    font-size: 12px;
  }

  .searchAndFilter .search input::placeholder {
    font-size: 12px;
  }

  .searchAndFilter .advancedSearch .dopParamOpen {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 515px) {
  .swiper .swiper-nav-box {
    max-width: 320px;
    margin: 15px auto 0;
  }
}

@media screen and (max-width: 500px) {
  .searchAndFilter .advancedSearch .carSelection .selected:last-child select {
    width: 100%;
    max-width: none;
  }

  .searchAndFilter .advancedSearch .carSelection {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 440px) {
  .title-section {
    font-size: 32px;
    text-align: center;
  }

  .button {
    font-size: 14px;
  }

  .buttonWithIcon .p-16button {
    font-size: 14px;
  }

  .searchAndFilter .search .buttonSearch {
    max-width: none;
  }

  .searchAndFilter .advancedSearch .p-26 {
    text-align: center;
    text-transform: uppercase;
  }

  .searchAndFilter .advancedSearch .newOrUsed .p-22 {
    margin-bottom: 10px;
  }

  .searchAndFilter .advancedSearch .carSelection .selected:not(:last-child) {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .searchAndFilter .advancedSearch .carSelection select {
    width: 100%;
    max-width: none;
  }

  .searchAndFilter .advancedSearch .blockButtons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 30px;
  }

  .searchAndFilter .advancedSearch .blockButtons .buttonWithIcon {
    margin: 0;
    max-width: none;
  }

  .searchAndFilter .advancedSearch .blockButtons .close {
    margin-top: 15px;
  }

  .searchAndFilter .advancedSearch .blockButtons .close .p-16Clear {
    margin-left: 0;
  }

  .carsAnalysis .blockTitleSection .title-section {
    margin-left: 0;
  }

  .carsAnalysis .button {
    max-width: none;
  }

  .popularCategory .title-section {
    margin-left: 0;
  }

  .popularCategory .card .textBlock h3 {
    font-size: 14px;
  }
}
.blockTitleSection {
  border-left: 10px solid #b63637;
  margin-bottom: 30px;
}

.title-section {
  color: #000;
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 30px;
  margin-left: 10px;
}

.buttonWithIcon {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  border: none;
  outline: none;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
  width: 100%;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  max-width: 305px;
  padding: 10px;
  background: #a50000;
}

.buttonWithIcon:hover {
  background: #2e2e2e;
}

.buttonWithIcon .p-16button {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 0 !important;
}

.buttonWithIcon img {
  margin-right: 15px;
}

.pageProduct {
  padding: 15px 0 60px;
}

.pageProduct .title-page {
  background: #fff;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  padding: 15px 20px;
  margin-bottom: 30px;
}

.pageProduct .title-page .title-section-product {
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  color: #313131;
}

.pageProduct .qwerty {
  position: relative;
}

.pageProduct .swiper {
  --swiper-navigation-size: 70px;
}

.pageProduct .swiper .swiper-pagination1 {
  padding: 10px 0;
}

.pageProduct .swiper .swiper-slide-thumb-active {
  border: 2px solid #b53636;
  border-radius: 5px !important;
}

.pageProduct .swiper .swiper-wrapper-margin-bottom {
  margin-bottom: 20px;
}

.pageProduct .swiper .swiper-wrapper-margin {
  padding-bottom: 40px;
}

.pageProduct .swiper .swiper-button-next {
  color: #b53636;
}

.pageProduct .swiper .swiper-button-prev {
  color: #b53636;
}

.pageProduct .swiper .swiper-pagination-bullet-active {
  background: #b63637 !important;
  scale: 1.7;
}

.pageProduct .swiper .swiper-pagination-bullet {
  opacity: 1;
  background: #313131;
}

.pageProduct .swiper .swiper-pagination-bullets {
  bottom: 0px !important;
}

.pageProduct .swiper .swiper-slide {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 2px;
  overflow: hidden;
}

.pageProduct .swiper .swiper-slide img {
  width: 100%;
  border-radius: 5px;
}

.pageProduct .swiper .swiper-slide a {
  position: relative;
}

.pageProduct .swiper .oldDetail {
  background: rgba(255, 0, 0, 0.8);
}

.pageProduct .swiper .newDetail {
  background: rgba(74, 169, 0, 0.8);
}

.pageProduct .swiper .condition {
  position: absolute;
  top: 50px;
  z-index: 2;
  right: 0;
  padding: 10px 20px;
}

.pageProduct .swiper .condition .p-18b {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.pageProduct .swiper .gallery-top {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0px;
}

.pageProduct .swiper .gallery-top img {
  margin: auto;
  outline: none;
  display: block;
  height: 80vh;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.pageProduct .swiper .gallery-thumbs {
  margin-top: 10px;
}

.pageProduct .swiper .gallery-thumbs .swiper-slide {
  cursor: pointer;
}

.pageProduct .swiper .gallery-thumbs .swiper-slide img {
  -o-object-fit: cover;
  object-fit: cover;
  margin: auto;
  display: block;
  height: 80vh;
  max-height: 110px;
  width: 100%;
  object-fit: cover;
}

.pageProduct .swiper .gallery-thumbs .swiper-slide:hover img {
  -webkit-transform: scale(0.96);
  -ms-transform: scale(0.96);
  transform: scale(0.96);
}

.pageProduct .dopInfoBlock {
  margin-top: 20px;
  background: #fff;
  border-radius: 5px;
  padding: 20px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.pageProduct .dopInfoBlock .titles {
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #b63637;
}

.pageProduct .dopInfoBlock .titles .p-18b {
  font-weight: 600;
  font-size: 18px;
}

.pageProduct .dopInfoBlock .open {
  max-height: 1000px;
}

.pageProduct .dopInfoBlock .infoBlock {
  display: none;
  padding: 20px 0;
}

.pageProduct .dopInfoBlock .infoBlock .p-18b {
  font-weight: 600;
  font-size: 18px;
}

.pageProduct .dopInfoBlock .titles p {
  cursor: pointer;
}

.pageProduct .dopInfoBlock .titles p.active {
  text-decoration: underline;
  text-decoration: underline;
  text-underline-offset: 14px;
  -webkit-text-decoration-color: #b63637;
  text-decoration-color: #b63637;
  text-decoration-thickness: 5px;
}

.pageProduct .dopInfoBlock .infoBlock {
  display: none;
}

.pageProduct .rightBlock .priceBlock {
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 20px;
}

.pageProduct .rightBlock .priceBlock .article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.pageProduct .rightBlock .priceBlock .article .p-24 {
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  color: #464646;
}

.pageProduct .rightBlock .priceBlock .article .p-24 .p-24number {
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  color: #b53636;
}

.pageProduct .rightBlock .priceBlock .article .p-36b {
  font-weight: 700;
  font-size: 36px;
  text-transform: uppercase;
  color: #8c8c8c;
}

.pageProduct .rightBlock .priceBlock .price {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: 100%;
  border-top: 12px dashed #d9d9d9;
  border-bottom: 12px dashed #d9d9d9;
  padding: 20px 0;
}

.pageProduct .rightBlock .priceBlock .price .priceByn {
  width: 50%;
  border-right: thick double #d9d9d9;
}

.pageProduct .rightBlock .priceBlock .price .priceByn .priceSale {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pageProduct .rightBlock .priceBlock .price .priceByn .priceSale .p-18prStrike {
  font-size: 34px;
  font-weight: 400;
  text-transform: uppercase;
  color: #8c8c8c;
  text-decoration: line-through;
  margin-left: 5px;
}

.pageProduct .rightBlock .priceBlock .price .priceByn .priceSale .discount {
  margin-left: 10px;
  background: #b536a8;
  -webkit-clip-path: polygon(20% 0%, 0% 50%, 20% 100%, 100% 100%, 100% 0);
  clip-path: polygon(20% 0%, 0% 50%, 20% 100%, 100% 100%, 100% 0);
  padding: 3px;
  border-radius: 5px;
}

.pageProduct
  .rightBlock
  .priceBlock
  .price
  .priceByn
  .priceSale
  .discount
  .p-20prD {
  margin: 0 3px 0 10px;
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
}

.pageProduct .rightBlock .priceBlock .price .priceByn .finalPrice {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.pageProduct .rightBlock .priceBlock .price .priceByn .finalPrice .p-64 {
  font-size: 64px;
  font-weight: 700;
  color: #313131;
}

.pageProduct .rightBlock .priceBlock .price .priceByn .finalPrice .p-36 {
  font-size: 36px;
  font-weight: 700;
  color: #8c8c8c;
  margin-left: 5px;
}

.pageProduct .rightBlock .priceBlock .price .priceForeign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: 20px;
}

.pageProduct .rightBlock .priceBlock .price .priceForeign .p-24 {
  font-weight: 700;
  font-size: 24px;
  color: #b536a8;
}

.pageProduct .rightBlock .priceBlock .price .priceForeign .p-20 {
  color: #8c8c8c;
  font-size: 20px;
  font-weight: 700;
}

.pageProduct .rightBlock .priceBlock .blockButtons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
}

.pageProduct .rightBlock .priceBlock .blockButtons .buttonWithIcon {
  max-width: 230px;
}

.pageProduct .rightBlock .priceBlock .blockButtons .click {
  background: rgba(182, 54, 55, 0.21);
}

.pageProduct .rightBlock .priceBlock .blockButtons .click span {
  color: #b53636;
}

.pageProduct .rightBlock .priceBlock .blockButtons .click:hover {
  background: #313131;
}

.pageProduct .rightBlock .priceBlock .blockButtons .click:hover span {
  color: #fff;
}

.pageProduct .rightBlock .priceBlock .blockButtons .click:hover .imgClickHover {
  display: inline;
}

.pageProduct .rightBlock .priceBlock .blockButtons .click:hover .imgClick {
  display: none;
}

.pageProduct .rightBlock .priceBlock .blockButtons .click .imgClickHover {
  display: none;
}

.pageProduct .rightBlock .blockInfo {
  margin-top: 20px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
}

.pageProduct .rightBlock .blockInfo .togElem {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.pageProduct .rightBlock .blockInfo .characteristic:first-child {
  border-radius: 5px 5px 0 0;
}

.pageProduct .rightBlock .blockInfo .characteristic:last-child {
  border-radius: 0 0 5px 5px;
  background: #dadada !important;
}

.pageProduct .rightBlock .blockInfo .characteristic:nth-child(even) {
  background: #f5f5f5;
}

.pageProduct .rightBlock .blockInfo .characteristic {
  background: #fff;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.pageProduct .rightBlock .blockInfo .characteristic .flexElem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.pageProduct .rightBlock .blockInfo .characteristic .p-16 {
  font-weight: 400;
  font-size: 16px;
}

.pageProduct .rightBlock .blockInfo .characteristic .p-16b {
  font-weight: 700;
  font-size: 16px;
  text-align: right;
  color: #313131;
}

.pageProduct .rightBlock .blockInfo .characteristic .togBod {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s ease-out;
  -o-transition: max-height 0.5s ease-out;
  transition: max-height 0.5s ease-out;
}

.pageProduct .rightBlock .blockInfo .characteristic .togBod .flexElem {
  margin-top: 20px;
}

.carsAnalysis .blockTitleSection {
  border-left: 10px solid #b63637;
  margin-bottom: 30px;
}

.carsAnalysis .cardCars {
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
}

.carsAnalysis .cardCars img {
  border-radius: 5px 5px 0 0;
  width: 100%;
  height: 310px;
  -o-object-fit: cover;
  object-fit: cover;
}

.carsAnalysis .cardCars .description {
  background: #b63637;
  padding: 20px;
  border-radius: 0 0 5px 5px;
}

.carsAnalysis .cardCars .description .p-18b {
  font-size: 18px;
  color: #fff;
  margin-bottom: 5px;
  font-weight: 800;
}

.carsAnalysis .cardCars .description .p-18r {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
}

.carsAnalysis .cardCars .description .margin-top {
  margin-top: 20px;
  color: #2e2e2e;
}

.carsAnalysis .cardCars .description .margin-top .p-18b {
  margin-left: 5px;
  color: #2e2e2e;
}

.catalog .modalInfo {
  position: absolute;
  /* padding: 70px 50px 50px 50px; */
  top: 25px;
  left: -115px;
  z-index: 1;
  display: none;
}

.catalog .active .modalInfo {
  display: block;
}

.modalInfoBlock .p-16b:before {
  content: "Смотреть";
}
.modalInfoBlock.active .p-16b:before {
  content: "Скрыть";
}

.catalog .modalInfo div {
  background-color: white;
  padding: 20px;
  border: 1px solid black;
  border-radius: 5px;
}

.catalog .card {
  background: #fff;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  min-height: 552px;
}

.catalog .card .blockImg {
  position: relative;
}

.catalog .card .blockImg img {
  width: 100%;
  max-height: 210px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 5px 5px 0 0;
}

.catalog .card .blockImg .sale {
  background: rgba(181, 54, 168, 0.8);
  border-radius: 5px 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px;
}

.catalog .card .blockImg .sale .p-14 {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}

.catalog .card .blockImg .newOrOld {
  position: absolute;
  bottom: 0;
  padding: 10px;
}

.catalog .card .blockImg .newOrOld .p-14 {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}

.catalog .card .blockImg .new {
  background: rgba(74, 169, 0, 0.8);
}

.catalog .card .blockImg .old {
  background: rgba(255, 0, 0, 0.8);
}

.catalog .card .p-16bUp {
  font-size: 16px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  margin-top: 15px;
  color: #313131;
}

.catalog .card .bigBlock {
  padding: 15px;
}

.catalog .card .bigBlock .infoBLock {
  border-bottom: 1px solid #B636373;
}

.catalog .card .bigBlock .infoBLock .lineInformation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
}

.catalog .card .bigBlock .infoBLock .lineInformation .imgTextBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.catalog .card .bigBlock .infoBLock .lineInformation .imgTextBlock .img {
  width: 20px;
}

.catalog .card .bigBlock .infoBLock .lineInformation .imgTextBlock .img img {
  max-width: 15px;
  width: 100%;
  margin-right: 5px;
}

.catalog .card .bigBlock .infoBLock .lineInformation .imgTextBlock .p-16r {
  font-size: 16px;
  font-weight: 400;
  color: #313131;
}

.catalog .card .bigBlock .infoBLock .lineInformation .modalInfoBlock {
  position: relative;
  text-decoration: underline;
  color: #b63637;
}

.catalog .card .bigBlock .infoBLock .lineInformation .modalInfoBlock .p-16b {
  color: #b63637;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}

.catalog .card .bigBlock .infoBLock .lineInformation .p-16b {
  font-size: 16px;
  font-weight: 700;
  color: #313131;
}

.catalog .card .bigBlock .priceBlock {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}

.catalog .card .bigBlock .priceBlock .priceByn .priceSale {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.catalog .card .bigBlock .priceBlock .priceByn .priceSale .p-18pr {
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  color: #8c8c8c;
}

.catalog .card .bigBlock .priceBlock .priceByn .priceSale .p-18prStrike {
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  color: #8c8c8c;
  text-decoration: line-through;
  margin-left: 5px;
}

.catalog .card .bigBlock .priceBlock .priceByn .priceSale .discount {
  margin-left: 5px;
  background: #b536a8;
  -webkit-clip-path: polygon(30% 0%, 0% 50%, 30% 100%, 100% 100%, 100% 0);
  clip-path: polygon(30% 0%, 0% 50%, 30% 100%, 100% 100%, 100% 0);
  padding: 3px;
  border-radius: 5px;
}

.catalog .card .bigBlock .priceBlock .priceByn .priceSale .discount .p-18prD {
  margin: 0 3px 0 7px;
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
}

.catalog .card .bigBlock .priceBlock .priceByn .finalPrice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.catalog .card .bigBlock .priceBlock .priceByn .finalPrice .p-32 {
  font-size: 32px;
  font-weight: 700;
  color: #313131;
}

.catalog .card .bigBlock .priceBlock .priceByn .finalPrice .p-20 {
  font-size: 20px;
  font-weight: 700;
  color: #8c8c8c;
  margin-left: 5px;
}

.catalog .card .bigBlock .priceBlock .priceForeign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.catalog .card .bigBlock .priceBlock .priceForeign .p-20 {
  color: #b53636;
  font-size: 20px;
  font-weight: 600;
}

.catalog .swiper .swiper-button-next,
.catalog .swiper .swiper-button-prev {
  top: 44.1% !important;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
}

.catalog .swiper .swiper-button-next:after,
.catalog .swiper .swiper-button-prev:after {
  color: #2e2e2e;
}

.catalog .swiper .swiper-button-next:hover::before,
.catalog .swiper .swiper-button-prev:hover::before {
  top: 0px;
  right: 0px;
  opacity: 0;
}

.catalog .swiper .swiper-pagination {
  bottom: 0 !important;
}

.catalog .swiper .swiper-pagination span {
  width: 12px;
  height: 12px;
  border-radius: 0px;
}

.catalog .swiper .swiper-pagination .swiper-pagination-bullet {
  opacity: 1 !important;
  border-radius: 50%;
  scale: 1.2 !important;
}

.catalog .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #b63637;
  border-radius: 50%;
}

.catalog .swiper .swiper-pagination::before {
  display: none;
}

.catalog .swiper .swiper-pagination .swiper-numb {
  width: 30px;
  height: 30px;
  border-radius: 0px;
  position: relative;
  background: none;
  opacity: 1;
  overflow: hidden;
  z-index: 1;
}

.catalog .swiper .swiper-pagination .swiper-numb::before {
  content: "";
  background: #2e2e2e;
  opacity: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.catalog .swiper .swiper-pagination .swiper-numb span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto !important;
  display: table;
  font-size: 18px;
  z-index: 1;
}

.catalog .swiper .swiper-nav-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 100%;
  width: 100%;
  min-height: 60px;
  margin: auto;
}

.catalog .swiper .swiper-nav-box .swiper-pagination {
  position: relative;
}

.catalog .swiper .swiper-nav-box .swiper-pagination span {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin: 3px;
}

.catalog .swiper .swiper-nav-box .swiper-button-prev,
.catalog .swiper .swiper-nav-box .swiper-button-next {
  width: 58px;
  height: 50px;
}

.catalog .swiper .swiper-nav-box .swiper-button-prev:after,
.catalog .swiper .swiper-nav-box .swiper-button-next:after {
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
}

@media screen and (max-width: 767px) {
  .buttonWithIcon {
    margin: auto;
  }
}

@media screen and (max-width: 515px) {
  .catalog .swiper .swiper-nav-box {
    max-width: 320px;
    margin: 15px auto 0;
  }
}

@media screen and (max-width: 440px) {
  .title-section {
    font-size: 32px;
    text-align: center;
  }

  .pageProduct .title-page .title-section-product {
    font-size: 18px;
  }

  .pageProduct .swiper .condition {
    top: 30px;
  }

  .pageProduct .dopInfoBlock .titles {
    display: -webkit-box;
    overflow: overlay;
    padding-bottom: 20px;
  }

  .pageProduct .dopInfoBlock .titles .p-18b {
    margin-right: 15px;
  }

  .pageProduct .dopInfoBlock .titles p.active {
    text-underline-offset: 5px;
  }

  .pageProduct .rightBlock .priceBlock .article .p-24 {
    font-size: 18px;
  }

  .pageProduct .rightBlock .priceBlock .article .p-24 .p-24number {
    font-size: 18px;
  }

  .pageProduct .rightBlock .priceBlock .article .p-36b {
    font-size: 24px;
  }

  .pageProduct .rightBlock .priceBlock .price {
    border-top: 6px dashed #d9d9d9;
    border-bottom: 6px dashed #d9d9d9;
  }

  .pageProduct
    .rightBlock
    .priceBlock
    .price
    .priceByn
    .priceSale
    .p-18prStrike {
    font-size: 18px;
  }

  .pageProduct
    .rightBlock
    .priceBlock
    .price
    .priceByn
    .priceSale
    .discount
    .p-20prD {
    font-size: 18px;
  }

  .pageProduct .rightBlock .priceBlock .price .priceByn .finalPrice .p-64 {
    font-size: 40px;
  }

  .pageProduct .rightBlock .priceBlock .price .priceByn .finalPrice .p-36 {
    font-size: 24px;
  }

  .pageProduct .rightBlock .priceBlock .price .priceForeign .p-24 {
    font-size: 20px;
  }

  .pageProduct .rightBlock .priceBlock .price .priceForeign .p-20 {
    font-size: 18px;
  }

  .pageProduct .rightBlock .priceBlock .blockButtons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .pageProduct .rightBlock .priceBlock .blockButtons .buttonWithIcon {
    margin-bottom: 10px;
    max-width: none;
  }

  .carsAnalysis .blockTitleSection .title-section {
    margin-left: 0;
  }

  .catalog .title-section {
    margin-left: 0;
  }
}

@media screen and (max-width: 420px) {
  .pageProduct .swiper .gallery-top img {
    height: 50vh;
  }
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/*!
 * Bootstrap Grid v5.2.3 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.15),
    rgba(255, 255, 255, 0)
  );
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #0d6efd;
  --bs-link-hover-color: #0a58ca;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
  align-items: center;
  padding: 10px 0;
}

.row > * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.row-header {
  padding: 0;
}

.col {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
}

.row-cols-auto > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 33.33333333%;
  display: flex;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: -ms-grid !important;
  display: grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

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

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

.d-none {
  display: none !important;
}

.flex-fill {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

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

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

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

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

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

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

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

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

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

.justify-content-evenly {
  -webkit-box-pack: space-evenly !important;
  -ms-flex-pack: space-evenly !important;
  justify-content: space-evenly !important;
}

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

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

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

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  -ms-grid-row-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  -ms-grid-row-align: stretch !important;
  align-self: stretch !important;
}

.order-first {
  -webkit-box-ordinal-group: 0 !important;
  -ms-flex-order: -1 !important;
  order: -1 !important;
}

.order-0 {
  -webkit-box-ordinal-group: 1 !important;
  -ms-flex-order: 0 !important;
  order: 0 !important;
}

.order-1 {
  -webkit-box-ordinal-group: 2 !important;
  -ms-flex-order: 1 !important;
  order: 1 !important;
}

.order-2 {
  -webkit-box-ordinal-group: 3 !important;
  -ms-flex-order: 2 !important;
  order: 2 !important;
}

.order-3 {
  -webkit-box-ordinal-group: 4 !important;
  -ms-flex-order: 3 !important;
  order: 3 !important;
}

.order-4 {
  -webkit-box-ordinal-group: 5 !important;
  -ms-flex-order: 4 !important;
  order: 4 !important;
}

.order-5 {
  -webkit-box-ordinal-group: 6 !important;
  -ms-flex-order: 5 !important;
  order: 5 !important;
}

.order-last {
  -webkit-box-ordinal-group: 7 !important;
  -ms-flex-order: 6 !important;
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.nav-phone a {
  align-items: center;
}

.nav-phone p {
  color: #fff;
  padding-left: 5px;
}

.menu-nav-width {
  max-width: 100%!;
}

.catalog {
  padding: 0;
}

.catalog h1 {
  line-height: 150%;
  margin: 10px 0;
}

.item-box {
  align-items: start;
}

.info-box p{
  margin: 10px 0;
}

.info-box ul li {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  list-style: disc;
  padding: 5px 0;
}

.photo-box {
  display: flex;
  justify-content: center;
  padding: 0;
  flex-wrap: wrap;
}

.info-box .photo-box li {
  list-style: none;
  margin: 10px;
}

.info-box .photo-box li img {
  max-width: 300px;
  height: 300px;
  object-fit: cover;
  object-position: center;
}

.phone-box {
  display: flex;
  align-items: center;

}

.header_menu .phone-box ul li a {
  padding: 0 5px;
}

.header_menu .phone-box ul li a img {
  width: 20px;
}

.footer-msg a {
  padding: 0 !important;
  margin: 0 5px;
}

.footer-msg a img {
  width: 20px;
}

@media (max-width: 1440px) {
  .header_menu .container ul a {
    font-size: 12px;
    padding: 0 4px;
  }
}

@media (min-width: 576px) {
  .container-sm,
  .container {
    max-width: 540px;
  }

  .col-sm {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }

  .row-cols-sm-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }

  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }

  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }

  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333333%;
  }

  .offset-sm-2 {
    margin-left: 16.66666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333333%;
  }

  .offset-sm-5 {
    margin-left: 41.66666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333333%;
  }

  .offset-sm-8 {
    margin-left: 66.66666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333333%;
  }

  .offset-sm-11 {
    margin-left: 91.66666667%;
  }

  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }

  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }

  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }

  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }

  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }

  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-grid {
    display: -ms-grid !important;
    display: grid !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

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

  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .d-sm-none {
    display: none !important;
  }

  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

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

  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

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

  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

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

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

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .justify-content-sm-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }

  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

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

  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }

  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }

  .order-sm-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }

  .order-sm-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }

  .order-sm-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }

  .order-sm-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }

  .order-sm-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }

  .order-sm-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }

  .order-sm-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }

  .order-sm-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }

  .m-sm-0 {
    margin: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-sm-0 {
    margin-top: 0 !important;
  }

  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mt-sm-3 {
    margin-top: 1rem !important;
  }

  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mt-sm-5 {
    margin-top: 3rem !important;
  }

  .mt-sm-auto {
    margin-top: auto !important;
  }

  .me-sm-0 {
    margin-right: 0 !important;
  }

  .me-sm-1 {
    margin-right: 0.25rem !important;
  }

  .me-sm-2 {
    margin-right: 0.5rem !important;
  }

  .me-sm-3 {
    margin-right: 1rem !important;
  }

  .me-sm-4 {
    margin-right: 1.5rem !important;
  }

  .me-sm-5 {
    margin-right: 3rem !important;
  }

  .me-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-0 {
    margin-bottom: 0 !important;
  }

  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }

  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }

  .mb-sm-auto {
    margin-bottom: auto !important;
  }

  .ms-sm-0 {
    margin-left: 0 !important;
  }

  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }

  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }

  .ms-sm-3 {
    margin-left: 1rem !important;
  }

  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }

  .ms-sm-5 {
    margin-left: 3rem !important;
  }

  .ms-sm-auto {
    margin-left: auto !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-sm-0 {
    padding-top: 0 !important;
  }

  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pt-sm-3 {
    padding-top: 1rem !important;
  }

  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pt-sm-5 {
    padding-top: 3rem !important;
  }

  .pe-sm-0 {
    padding-right: 0 !important;
  }

  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pe-sm-3 {
    padding-right: 1rem !important;
  }

  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pe-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-0 {
    padding-bottom: 0 !important;
  }

  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }

  .ps-sm-0 {
    padding-left: 0 !important;
  }

  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }

  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }

  .ps-sm-3 {
    padding-left: 1rem !important;
  }

  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }

  .ps-sm-5 {
    padding-left: 3rem !important;
  }
}

@media (min-width: 768px) {
  .container-md,
  .container-sm,
  .container {
    max-width: 720px;
  }

  .col-md {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }

  .row-cols-md-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  /* .finder-mob {
    margin-top: 85px;
  } */

  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }

  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333333%;
  }

  .offset-md-2 {
    margin-left: 16.66666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333333%;
  }

  .offset-md-5 {
    margin-left: 41.66666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333333%;
  }

  .offset-md-8 {
    margin-left: 66.66666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333333%;
  }

  .offset-md-11 {
    margin-left: 91.66666667%;
  }

  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }

  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }

  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }

  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }

  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }

  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-grid {
    display: -ms-grid !important;
    display: grid !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

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

  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .d-md-none {
    display: none !important;
  }

  .flex-md-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

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

  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

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

  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

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

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

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .justify-content-md-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }

  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

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

  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }

  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-md-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }

  .order-md-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }

  .order-md-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }

  .order-md-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }

  .order-md-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }

  .order-md-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }

  .order-md-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }

  .order-md-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }

  .order-md-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }

  .m-md-0 {
    margin: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-md-0 {
    margin-top: 0 !important;
  }

  .mt-md-1 {
    margin-top: 0.25rem !important;
  }

  .mt-md-2 {
    margin-top: 0.5rem !important;
  }

  .mt-md-3 {
    margin-top: 1rem !important;
  }

  .mt-md-4 {
    margin-top: 1.5rem !important;
  }

  .mt-md-5 {
    margin-top: 3rem !important;
  }

  .mt-md-auto {
    margin-top: auto !important;
  }

  .me-md-0 {
    margin-right: 0 !important;
  }

  .me-md-1 {
    margin-right: 0.25rem !important;
  }

  .me-md-2 {
    margin-right: 0.5rem !important;
  }

  .me-md-3 {
    margin-right: 1rem !important;
  }

  .me-md-4 {
    margin-right: 1.5rem !important;
  }

  .me-md-5 {
    margin-right: 3rem !important;
  }

  .me-md-auto {
    margin-right: auto !important;
  }

  .mb-md-0 {
    margin-bottom: 0 !important;
  }

  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-md-3 {
    margin-bottom: 1rem !important;
  }

  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-md-5 {
    margin-bottom: 3rem !important;
  }

  .mb-md-auto {
    margin-bottom: auto !important;
  }

  .ms-md-0 {
    margin-left: 0 !important;
  }

  .ms-md-1 {
    margin-left: 0.25rem !important;
  }

  .ms-md-2 {
    margin-left: 0.5rem !important;
  }

  .ms-md-3 {
    margin-left: 1rem !important;
  }

  .ms-md-4 {
    margin-left: 1.5rem !important;
  }

  .ms-md-5 {
    margin-left: 3rem !important;
  }

  .ms-md-auto {
    margin-left: auto !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-md-0 {
    padding-top: 0 !important;
  }

  .pt-md-1 {
    padding-top: 0.25rem !important;
  }

  .pt-md-2 {
    padding-top: 0.5rem !important;
  }

  .pt-md-3 {
    padding-top: 1rem !important;
  }

  .pt-md-4 {
    padding-top: 1.5rem !important;
  }

  .pt-md-5 {
    padding-top: 3rem !important;
  }

  .pe-md-0 {
    padding-right: 0 !important;
  }

  .pe-md-1 {
    padding-right: 0.25rem !important;
  }

  .pe-md-2 {
    padding-right: 0.5rem !important;
  }

  .pe-md-3 {
    padding-right: 1rem !important;
  }

  .pe-md-4 {
    padding-right: 1.5rem !important;
  }

  .pe-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-0 {
    padding-bottom: 0 !important;
  }

  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-md-3 {
    padding-bottom: 1rem !important;
  }

  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-md-5 {
    padding-bottom: 3rem !important;
  }

  .ps-md-0 {
    padding-left: 0 !important;
  }

  .ps-md-1 {
    padding-left: 0.25rem !important;
  }

  .ps-md-2 {
    padding-left: 0.5rem !important;
  }

  .ps-md-3 {
    padding-left: 1rem !important;
  }

  .ps-md-4 {
    padding-left: 1.5rem !important;
  }

  .ps-md-5 {
    padding-left: 3rem !important;
  }
}

@media (min-width: 992px) {
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 960px;
  }

  .col-lg {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }

  .row-cols-lg-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }

  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }

  /* .finder-mob {
    margin-top: 105px;
  } */

  .header #logo-header {
    width: 150px;
  }

  /* .header  {
    min-height: 85px;
  } */

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333333%;
  }

  .offset-lg-2 {
    margin-left: 16.66666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333333%;
  }

  .offset-lg-5 {
    margin-left: 41.66666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333333%;
  }

  .offset-lg-8 {
    margin-left: 66.66666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333333%;
  }

  .offset-lg-11 {
    margin-left: 91.66666667%;
  }

  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }

  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }

  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }

  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }

  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }

  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-grid {
    display: -ms-grid !important;
    display: grid !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

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

  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .d-lg-none {
    display: none !important;
  }

  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

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

  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

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

  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

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

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

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .justify-content-lg-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }

  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

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

  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }

  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }

  .order-lg-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }

  .order-lg-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }

  .order-lg-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }

  .order-lg-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }

  .order-lg-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }

  .order-lg-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }

  .order-lg-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }

  .order-lg-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }

  .m-lg-0 {
    margin: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-lg-0 {
    margin-top: 0 !important;
  }

  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mt-lg-3 {
    margin-top: 1rem !important;
  }

  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mt-lg-5 {
    margin-top: 3rem !important;
  }

  .mt-lg-auto {
    margin-top: auto !important;
  }

  .me-lg-0 {
    margin-right: 0 !important;
  }

  .me-lg-1 {
    margin-right: 0.25rem !important;
  }

  .me-lg-2 {
    margin-right: 0.5rem !important;
  }

  .me-lg-3 {
    margin-right: 1rem !important;
  }

  .me-lg-4 {
    margin-right: 1.5rem !important;
  }

  .me-lg-5 {
    margin-right: 3rem !important;
  }

  .me-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }

  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }

  .mb-lg-auto {
    margin-bottom: auto !important;
  }

  .ms-lg-0 {
    margin-left: 0 !important;
  }

  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }

  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }

  .ms-lg-3 {
    margin-left: 1rem !important;
  }

  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }

  .ms-lg-5 {
    margin-left: 3rem !important;
  }

  .ms-lg-auto {
    margin-left: auto !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-lg-0 {
    padding-top: 0 !important;
  }

  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pt-lg-3 {
    padding-top: 1rem !important;
  }

  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pt-lg-5 {
    padding-top: 3rem !important;
  }

  .pe-lg-0 {
    padding-right: 0 !important;
  }

  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pe-lg-3 {
    padding-right: 1rem !important;
  }

  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pe-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-0 {
    padding-bottom: 0 !important;
  }

  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }

  .ps-lg-0 {
    padding-left: 0 !important;
  }

  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }

  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }

  .ps-lg-3 {
    padding-left: 1rem !important;
  }

  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }

  .ps-lg-5 {
    padding-left: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1140px;
  }

  .col-xl {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }

  .row-cols-xl-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xl-11 {
    margin-left: 91.66666667%;
  }

  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }

  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }

  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-grid {
    display: -ms-grid !important;
    display: grid !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

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

  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .d-xl-none {
    display: none !important;
  }

  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

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

  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

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

  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

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

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

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .justify-content-xl-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }

  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

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

  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }

  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }

  .order-xl-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }

  .order-xl-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }

  .order-xl-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }

  .order-xl-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }

  .order-xl-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }

  .order-xl-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }

  .order-xl-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }

  .order-xl-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }

  .m-xl-0 {
    margin: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xl-0 {
    margin-top: 0 !important;
  }

  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xl-3 {
    margin-top: 1rem !important;
  }

  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xl-5 {
    margin-top: 3rem !important;
  }

  .mt-xl-auto {
    margin-top: auto !important;
  }

  .me-xl-0 {
    margin-right: 0 !important;
  }

  .me-xl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xl-3 {
    margin-right: 1rem !important;
  }

  .me-xl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xl-5 {
    margin-right: 3rem !important;
  }

  .me-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xl-auto {
    margin-bottom: auto !important;
  }

  .ms-xl-0 {
    margin-left: 0 !important;
  }

  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xl-3 {
    margin-left: 1rem !important;
  }

  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xl-5 {
    margin-left: 3rem !important;
  }

  .ms-xl-auto {
    margin-left: auto !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xl-0 {
    padding-top: 0 !important;
  }

  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xl-3 {
    padding-top: 1rem !important;
  }

  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xl-5 {
    padding-top: 3rem !important;
  }

  .pe-xl-0 {
    padding-right: 0 !important;
  }

  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xl-3 {
    padding-right: 1rem !important;
  }

  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xl-0 {
    padding-left: 0 !important;
  }

  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xl-3 {
    padding-left: 1rem !important;
  }

  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xl-5 {
    padding-left: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1320px;
  }

  .menu-nav-width {
    max-width: 100%;
  }

  .col-xxl {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }

  .row-cols-xxl-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xxl-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xxl-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xxl-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xxl-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xxl-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xxl-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xxl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .col-xxl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xxl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xxl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xxl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xxl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xxl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xxl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xxl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xxl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xxl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xxl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xxl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xxl-3 {
    margin-left: 25%;
  }

  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xxl-6 {
    margin-left: 50%;
  }

  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xxl-9 {
    margin-left: 75%;
  }

  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }

  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }

  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }

  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }

  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-grid {
    display: -ms-grid !important;
    display: grid !important;
  }

  .d-xxl-table {
    display: table !important;
  }

  .d-xxl-table-row {
    display: table-row !important;
  }

  .d-xxl-table-cell {
    display: table-cell !important;
  }

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

  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .d-xxl-none {
    display: none !important;
  }

  .flex-xxl-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

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

  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

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

  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-xxl-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

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

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

  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .justify-content-xxl-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }

  .align-items-xxl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-xxl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

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

  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }

  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }

  .order-xxl-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }

  .order-xxl-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }

  .order-xxl-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }

  .order-xxl-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }

  .order-xxl-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }

  .order-xxl-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }

  .order-xxl-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }

  .order-xxl-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }

  .m-xxl-0 {
    margin: 0 !important;
  }

  .m-xxl-1 {
    margin: 0.25rem !important;
  }

  .m-xxl-2 {
    margin: 0.5rem !important;
  }

  .m-xxl-3 {
    margin: 1rem !important;
  }

  .m-xxl-4 {
    margin: 1.5rem !important;
  }

  .m-xxl-5 {
    margin: 3rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xxl-0 {
    margin-top: 0 !important;
  }

  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xxl-3 {
    margin-top: 1rem !important;
  }

  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xxl-5 {
    margin-top: 3rem !important;
  }

  .mt-xxl-auto {
    margin-top: auto !important;
  }

  .me-xxl-0 {
    margin-right: 0 !important;
  }

  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xxl-3 {
    margin-right: 1rem !important;
  }

  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xxl-5 {
    margin-right: 3rem !important;
  }

  .me-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xxl-auto {
    margin-bottom: auto !important;
  }

  .ms-xxl-0 {
    margin-left: 0 !important;
  }

  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xxl-3 {
    margin-left: 1rem !important;
  }

  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xxl-5 {
    margin-left: 3rem !important;
  }

  .ms-xxl-auto {
    margin-left: auto !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .p-xxl-1 {
    padding: 0.25rem !important;
  }

  .p-xxl-2 {
    padding: 0.5rem !important;
  }

  .p-xxl-3 {
    padding: 1rem !important;
  }

  .p-xxl-4 {
    padding: 1.5rem !important;
  }

  .p-xxl-5 {
    padding: 3rem !important;
  }

  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xxl-0 {
    padding-top: 0 !important;
  }

  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xxl-3 {
    padding-top: 1rem !important;
  }

  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xxl-5 {
    padding-top: 3rem !important;
  }

  .pe-xxl-0 {
    padding-right: 0 !important;
  }

  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xxl-3 {
    padding-right: 1rem !important;
  }

  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xxl-5 {
    padding-right: 3rem !important;
  }

  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xxl-0 {
    padding-left: 0 !important;
  }

  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xxl-3 {
    padding-left: 1rem !important;
  }

  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
}

@media print {
  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-grid {
    display: -ms-grid !important;
    display: grid !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

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

  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .d-print-none {
    display: none !important;
  }
}
.p-22 {
  color: #000;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.p-18 {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.p-18b {
  font-size: 15px;
  font-weight: 800;
}

.p-18r {
  font-size: 18px;
  font-weight: 400;
}

.title-section {
  color: #000;
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 30px;
}

.blockTitleSection {
  border-left: 10px solid #b63637;
  margin-bottom: 30px;
}

.button {
  display: block;
  border-radius: 5px;
  border: none;
  outline: none;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
  width: 100%;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  max-width: 305px;
  padding: 15px;
  background: #a50000;
  color: #fff;
}

.button:hover {
  background: #2e2e2e;
}

.buttonWithIcon {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  border: none;
  outline: none;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
  width: 100%;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  max-width: 305px;
  padding: 10px;
  background: #a50000;
}

.buttonWithIcon:hover {
  background: #2e2e2e;
}

.buttonWithIcon .p-16button {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 0 !important;
}

.buttonWithIcon img {
  margin-right: 15px;
}

.warranty .title-section {
  margin-left: 10px;
}

.warranty li {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  list-style: disc;
}

@media screen and (max-width: 767px) {
  .button {
    margin: auto;
  }

  .buttonWithIcon {
    margin: auto;
  }
}

@media screen and (max-width: 440px) {
  .title-section {
    font-size: 32px;
    text-align: center;
  }

  .warranty .title-section {
    margin-left: 0;
  }
  .cartForm input {
    max-width: 200px;
    margin: auto;
  }
}
/**
 * Swiper 8.4.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 12, 2022
 */

@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 600px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -o-linear-gradient(
    right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -o-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
  -ms-flex-order: 9999;
  order: 9999;
}

.swiper-centered.swiper-horizontal
  > .swiper-wrapper
  > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(
    --swiper-pagination-bullet-width,
    var(--swiper-pagination-bullet-size, 8px)
  );
  height: var(
    --swiper-pagination-bullet-height,
    var(--swiper-pagination-bullet-size, 8px)
  );
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-horizontal.swiper-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next + .swiper-slide,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  -o-transition-property: transform, opacity, height;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
.carousel {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.carousel *,
.carousel *:before,
.carousel *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.carousel.is-draggable {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.carousel.is-dragging {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.carousel__viewport {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}

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

.carousel__slide {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: var(--carousel-slide-width, 60%);
  max-width: 100%;
  padding: 1rem;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
}

.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.carousel__dots {
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.carousel__dots .carousel__dot {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  width: 22px;
  height: 22px;
  cursor: pointer;
}

.carousel__dots .carousel__dot:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: currentColor;
  opacity: 0.25;
  -webkit-transition: opacity 0.15s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}

.carousel__dots .carousel__dot.is-selected:after {
  opacity: 1;
}

.carousel__button {
  width: var(--carousel-button-width, 48px);
  height: var(--carousel-button-height, 48px);
  padding: 0;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  pointer-events: all;
  cursor: pointer;
  color: var(--carousel-button-color, currentColor);
  background: var(--carousel-button-bg, transparent);
  border-radius: var(--carousel-button-border-radius, 50%);
  -webkit-box-shadow: var(--carousel-button-shadow, none);
  box-shadow: var(--carousel-button-shadow, none);
  -webkit-transition: opacity 0.15s ease;
  -o-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}

.carousel__button.is-prev,
.carousel__button.is-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.carousel__button.is-prev {
  left: 10px;
}

.carousel__button.is-next {
  right: 10px;
}

.carousel__button[disabled] {
  cursor: default;
  opacity: 0.3;
}

.carousel__button svg {
  width: var(--carousel-button-svg-width, 50%);
  height: var(--carousel-button-svg-height, 50%);
  fill: none;
  stroke: currentColor;
  stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
  stroke-linejoin: bevel;
  stroke-linecap: round;
  -webkit-filter: var(--carousel-button-svg-filter, none);
  filter: var(--carousel-button-svg-filter, none);
  pointer-events: none;
}

html.with-fancybox {
  scroll-behavior: auto;
}

body.compensate-for-scrollbar {
  overflow: hidden !important;
  -ms-touch-action: none;
  touch-action: none;
}

.fancybox__container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  margin: 0;
  padding: env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px)
    env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: var(--fancybox-color, #fff);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow: hidden;
  z-index: 1050;
  outline: none;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  --carousel-button-width: 48px;
  --carousel-button-height: 48px;
  --carousel-button-svg-width: 24px;
  --carousel-button-svg-height: 24px;
  --carousel-button-svg-stroke-width: 2.5;
  --carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
}

.fancybox__container *,
.fancybox__container *::before,
.fancybox__container *::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.fancybox__container :focus {
  outline: none;
}

body:not(.is-using-mouse) .fancybox__container :focus {
  -webkit-box-shadow: 0 0 0 1px #fff,
    0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
  box-shadow: 0 0 0 1px #fff,
    0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
}

.fancybox__backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: var(--fancybox-bg, rgba(24, 24, 27, 0.92));
}

.fancybox__carousel {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 0;
  height: 100%;
  z-index: 10;
}

.fancybox__carousel.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.fancybox__viewport {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
  cursor: default;
}

.fancybox__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.fancybox__slide {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 48px 8px 8px 8px;
  position: relative;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  outline: 0;
  overflow: auto;
  --carousel-button-width: 36px;
  --carousel-button-height: 36px;
  --carousel-button-svg-width: 22px;
  --carousel-button-svg-height: 22px;
}

.fancybox__slide::before,
.fancybox__slide::after {
  content: "";
  -webkit-box-flex: 0;
  -ms-flex: 0 0 0px;
  flex: 0 0 0;
  margin: auto;
}

.fancybox__content {
  margin: 0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);
  padding: 36px;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  position: relative;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 20;
}

.fancybox__content :focus:not(.carousel__button.is-close) {
  outline: thin dotted;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.fancybox__caption {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  max-width: 100%;
  margin: 0;
  padding: 1rem 0 0 0;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  visibility: visible;
  cursor: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow-wrap: anywhere;
}

.is-loading .fancybox__caption {
  visibility: hidden;
}

.fancybox__container > .carousel__dots {
  top: 100%;
  color: var(--fancybox-color, #fff);
}

.fancybox__nav .carousel__button {
  z-index: 40;
}

.fancybox__nav .carousel__button.is-next {
  right: 8px;
}

.fancybox__nav .carousel__button.is-prev {
  left: 8px;
}

.carousel__button.is-close {
  position: absolute;
  top: 8px;
  right: 8px;
  top: calc(env(safe-area-inset-top, 0px) + 8px);
  right: calc(env(safe-area-inset-right, 0px) + 8px);
  z-index: 40;
}

.fancybox__content > .carousel__button.is-close {
  position: absolute;
  top: -40px;
  right: 0;
  color: var(--fancybox-color, #fff);
}

.fancybox__no-click,
.fancybox__no-click button {
  pointer-events: none;
}

.fancybox__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  color: var(--fancybox-color, currentColor);
}

.fancybox__slide .fancybox__spinner {
  cursor: pointer;
  z-index: 1053;
}

.fancybox__spinner svg {
  -webkit-animation: fancybox-rotate 2s linear infinite;
  animation: fancybox-rotate 2s linear infinite;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

.fancybox__spinner svg circle {
  fill: none;
  stroke-width: 2.75;
  stroke-miterlimit: 10;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: fancybox-dash 1.5s ease-in-out infinite;
  animation: fancybox-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
  stroke: currentColor;
}

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }

  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}

@keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }

  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}

.fancybox__backdrop,
.fancybox__caption,
.fancybox__nav,
.carousel__dots,
.carousel__button.is-close {
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden="false"] .fancybox__backdrop,
.fancybox__container.is-animated[aria-hidden="false"] .fancybox__caption,
.fancybox__container.is-animated[aria-hidden="false"] .fancybox__nav,
.fancybox__container.is-animated[aria-hidden="false"] .carousel__dots,
.fancybox__container.is-animated[aria-hidden="false"]
  .carousel__button.is-close {
  -webkit-animation: 0.15s ease backwards fancybox-fadeIn;
  animation: 0.15s ease backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__backdrop,
.fancybox__container.is-animated.is-closing .fancybox__caption,
.fancybox__container.is-animated.is-closing .fancybox__nav,
.fancybox__container.is-animated.is-closing .carousel__dots,
.fancybox__container.is-animated.is-closing .carousel__button.is-close {
  -webkit-animation: 0.15s ease both fancybox-fadeOut;
  animation: 0.15s ease both fancybox-fadeOut;
}

.fancybox-fadeIn {
  -webkit-animation: 0.15s ease both fancybox-fadeIn;
  animation: 0.15s ease both fancybox-fadeIn;
}

.fancybox-fadeOut {
  -webkit-animation: 0.1s ease both fancybox-fadeOut;
  animation: 0.1s ease both fancybox-fadeOut;
}

.fancybox-zoomInUp {
  -webkit-animation: 0.2s ease both fancybox-zoomInUp;
  animation: 0.2s ease both fancybox-zoomInUp;
}

.fancybox-zoomOutDown {
  -webkit-animation: 0.15s ease both fancybox-zoomOutDown;
  animation: 0.15s ease both fancybox-zoomOutDown;
}

.fancybox-throwOutUp {
  -webkit-animation: 0.15s ease both fancybox-throwOutUp;
  animation: 0.15s ease both fancybox-throwOutUp;
}

.fancybox-throwOutDown {
  -webkit-animation: 0.15s ease both fancybox-throwOutDown;
  animation: 0.15s ease both fancybox-throwOutDown;
}

@-webkit-keyframes fancybox-fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fancybox-fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes fancybox-fadeOut {
  to {
    opacity: 0;
  }
}

@keyframes fancybox-fadeOut {
  to {
    opacity: 0;
  }
}

@-webkit-keyframes fancybox-zoomInUp {
  from {
    -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes fancybox-zoomInUp {
  from {
    -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes fancybox-zoomOutDown {
  to {
    -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
}

@keyframes fancybox-zoomOutDown {
  to {
    -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
}

@-webkit-keyframes fancybox-throwOutUp {
  to {
    -webkit-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0);
    opacity: 0;
  }
}

@keyframes fancybox-throwOutUp {
  to {
    -webkit-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0);
    opacity: 0;
  }
}

@-webkit-keyframes fancybox-throwOutDown {
  to {
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
    opacity: 0;
  }
}

@keyframes fancybox-throwOutDown {
  to {
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
    opacity: 0;
  }
}

.fancybox__carousel .carousel__slide {
  scrollbar-width: thin;
  scrollbar-color: #ccc rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
}

.fancybox__carousel.is-draggable .fancybox__slide,
.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox__carousel.is-dragging .fancybox__slide,
.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox__carousel .fancybox__slide .fancybox__content {
  cursor: auto;
}

.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox__image {
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.has-image .fancybox__content {
  padding: 0;
  background: rgba(0, 0, 0, 0);
  min-height: 1px;
}

.is-closing .has-image .fancybox__content {
  overflow: visible;
}

.has-image[data-image-fit="contain"] {
  overflow: visible;
  -ms-touch-action: none;
  touch-action: none;
}

.has-image[data-image-fit="contain"] .fancybox__content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.has-image[data-image-fit="contain"] .fancybox__image {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.has-image[data-image-fit="contain-w"] {
  overflow-x: hidden;
  overflow-y: auto;
}

.has-image[data-image-fit="contain-w"] .fancybox__content {
  min-height: auto;
}

.has-image[data-image-fit="contain-w"] .fancybox__image {
  max-width: 100%;
  height: auto;
}

.has-image[data-image-fit="cover"] {
  overflow: visible;
  -ms-touch-action: none;
  touch-action: none;
}

.has-image[data-image-fit="cover"] .fancybox__content {
  width: 100%;
  height: 100%;
}

.has-image[data-image-fit="cover"] .fancybox__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  max-width: 100%;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
  width: 100%;
  height: 80%;
}

.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
  background: #e5e3df;
}

.fancybox__html5video,
.fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0);
}

.fancybox-placeholder {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.fancybox__thumbs {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  padding: 0px 3px;
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden="false"] .fancybox__thumbs {
  -webkit-animation: 0.15s ease-in backwards fancybox-fadeIn;
  animation: 0.15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__thumbs {
  opacity: 0;
}

.fancybox__thumbs .carousel__slide {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: var(--fancybox-thumbs-width, 96px);
  margin: 0;
  padding: 8px 3px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: visible;
  cursor: pointer;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-width: 5px;
  border-style: solid;
  border-color: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  opacity: 0;
  -webkit-transition: opacity 0.15s ease;
  -o-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
  opacity: 0.92;
}

.fancybox__thumbs .carousel__slide > * {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox__thumb {
  position: relative;
  width: 100%;
  padding-top: calc(100% / (var(--fancybox-thumbs-ratio, 1.5)));
  background-size: cover;
  background-position: center center;
  background-color: rgba(255, 255, 255, 0.1);
  background-repeat: no-repeat;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__toolbar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(hsla(0deg, 0%, 0%, 0)),
    color-stop(8.1%, hsla(0deg, 0%, 0%, 0.006)),
    color-stop(15.5%, hsla(0deg, 0%, 0%, 0.021)),
    color-stop(22.5%, hsla(0deg, 0%, 0%, 0.046)),
    color-stop(29%, hsla(0deg, 0%, 0%, 0.077)),
    color-stop(35.3%, hsla(0deg, 0%, 0%, 0.114)),
    color-stop(41.2%, hsla(0deg, 0%, 0%, 0.155)),
    color-stop(47.1%, hsla(0deg, 0%, 0%, 0.198)),
    color-stop(52.9%, hsla(0deg, 0%, 0%, 0.242)),
    color-stop(58.8%, hsla(0deg, 0%, 0%, 0.285)),
    color-stop(64.7%, hsla(0deg, 0%, 0%, 0.326)),
    color-stop(71%, hsla(0deg, 0%, 0%, 0.363)),
    color-stop(77.5%, hsla(0deg, 0%, 0%, 0.394)),
    color-stop(84.5%, hsla(0deg, 0%, 0%, 0.419)),
    color-stop(91.9%, hsla(0deg, 0%, 0%, 0.434)),
    to(hsla(0deg, 0%, 0%, 0.44))
  );
  background: -o-linear-gradient(
    bottom,
    hsla(0deg, 0%, 0%, 0) 0%,
    hsla(0deg, 0%, 0%, 0.006) 8.1%,
    hsla(0deg, 0%, 0%, 0.021) 15.5%,
    hsla(0deg, 0%, 0%, 0.046) 22.5%,
    hsla(0deg, 0%, 0%, 0.077) 29%,
    hsla(0deg, 0%, 0%, 0.114) 35.3%,
    hsla(0deg, 0%, 0%, 0.155) 41.2%,
    hsla(0deg, 0%, 0%, 0.198) 47.1%,
    hsla(0deg, 0%, 0%, 0.242) 52.9%,
    hsla(0deg, 0%, 0%, 0.285) 58.8%,
    hsla(0deg, 0%, 0%, 0.326) 64.7%,
    hsla(0deg, 0%, 0%, 0.363) 71%,
    hsla(0deg, 0%, 0%, 0.394) 77.5%,
    hsla(0deg, 0%, 0%, 0.419) 84.5%,
    hsla(0deg, 0%, 0%, 0.434) 91.9%,
    hsla(0deg, 0%, 0%, 0.44) 100%
  );
  background: linear-gradient(
    to top,
    hsla(0deg, 0%, 0%, 0) 0%,
    hsla(0deg, 0%, 0%, 0.006) 8.1%,
    hsla(0deg, 0%, 0%, 0.021) 15.5%,
    hsla(0deg, 0%, 0%, 0.046) 22.5%,
    hsla(0deg, 0%, 0%, 0.077) 29%,
    hsla(0deg, 0%, 0%, 0.114) 35.3%,
    hsla(0deg, 0%, 0%, 0.155) 41.2%,
    hsla(0deg, 0%, 0%, 0.198) 47.1%,
    hsla(0deg, 0%, 0%, 0.242) 52.9%,
    hsla(0deg, 0%, 0%, 0.285) 58.8%,
    hsla(0deg, 0%, 0%, 0.326) 64.7%,
    hsla(0deg, 0%, 0%, 0.363) 71%,
    hsla(0deg, 0%, 0%, 0.394) 77.5%,
    hsla(0deg, 0%, 0%, 0.419) 84.5%,
    hsla(0deg, 0%, 0%, 0.434) 91.9%,
    hsla(0deg, 0%, 0%, 0.44) 100%
  );
  padding: 0;
  -ms-touch-action: none;
  touch-action: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  --carousel-button-svg-width: 20px;
  --carousel-button-svg-height: 20px;
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(
    --fancybox-toolbar-text-shadow,
    1px 1px 1px rgba(0, 0, 0, 0.4)
  );
}

.fancybox__container.is-animated[aria-hidden="false"] .fancybox__toolbar {
  -webkit-animation: 0.15s ease-in backwards fancybox-fadeIn;
  animation: 0.15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__toolbar {
  opacity: 0;
}

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

.fancybox__toolbar__items--left {
  margin-right: auto;
}

.fancybox__toolbar__items--center {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.fancybox__toolbar__items--right {
  margin-left: auto;
}

.fancybox__counter {
  min-width: 72px;
  padding: 0 10px;
  line-height: var(--carousel-button-height, 48px);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox__progress {
  background: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  -ms-transform-origin: 0;
  transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  z-index: 30;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox__container:-webkit-full-screen::backdrop {
  opacity: 0;
}

.fancybox__container:-ms-fullscreen::backdrop {
  opacity: 0;
}

.fancybox__container:fullscreen::-webkit-backdrop {
  opacity: 0;
}

.fancybox__container:fullscreen::backdrop {
  opacity: 0;
}

.fancybox__button--fullscreen g:nth-child(2) {
  display: none;
}

.fancybox__container:-webkit-full-screen
  .fancybox__button--fullscreen
  g:nth-child(1) {
  display: none;
}

.fancybox__container:-ms-fullscreen
  .fancybox__button--fullscreen
  g:nth-child(1) {
  display: none;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:-webkit-full-screen
  .fancybox__button--fullscreen
  g:nth-child(2) {
  display: block;
}

.fancybox__container:-ms-fullscreen
  .fancybox__button--fullscreen
  g:nth-child(2) {
  display: block;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__button--slideshow g:nth-child(2) {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1) {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
  display: block;
}

@media all and (min-width: 1024px) {
  .fancybox__container {
    --carousel-button-width: 48px;
    --carousel-button-height: 48px;
    --carousel-button-svg-width: 27px;
    --carousel-button-svg-height: 27px;
  }

  .fancybox__slide {
    padding: 64px 100px;
  }

  .fancybox__nav .carousel__button.is-next {
    right: 40px;
  }

  .fancybox__nav .carousel__button.is-prev {
    left: 40px;
  }

  .carousel__button.is-close {
    right: 40px;
  }

  .fancybox__toolbar {
    padding: 8px;
  }
}

@media (max-width: 640px) {
  .fancybox__toolbar__items--center:not(:last-child) {
    display: none;
  }
}
