* {
  box-sizing: border-box;
}

@font-face {
  font-family: "SportsWorld";
  src: url("../fonts/SportsWorld.woff") format("woff");
  font-style: normal;
  font-weight: 400;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

h2, h3, p {
  margin: 0;
}

button {
  font-family: "SportsWorld", "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}

body {
  margin: 0;
  font-family: "SportsWorld", "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  background-image: url(../img/main-bg.jpg);
  background-size: inherit;
}

.container {
  max-width: 1870px;
  margin: 0 auto;
  padding: 0 150px;
}

.headings {
  position: relative;
  margin-bottom: 40px;
  padding: 20px 0px 20px 50px;
  background-image: url(../img/headings-before.svg);
  background-repeat: no-repeat;
  background-position: left center;
  font-size: 40px;
  color: #666363;
  text-shadow: -2px 0px 0px #fff;
}

/* HEADER */
.header-line {
  position: absolute;
  top: 55px;
  left: 0;
  height: 40px;
  width: 100%;
  background-color: #D9D9D9;
  border-top: 2px dashed #794144;
  border-bottom: 2px dashed #794144;
  z-index: 0;
}
.header-nav {
  margin-bottom: 30px;
}

.nav {
  position: relative;
  display: flex;
  justify-content: center;
  z-index: 1;
  padding-top: 25px;
}
.nav-list__logo {
  width: 80%;
}
.nav-list__item {
  display: flex;
  justify-content: center;
}

/* MODAL */
.modal-container {
  position: fixed;
  top: 25%;
  left: 40%;
  padding: 5px;
  background-image: url(../img/modal-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  border: 2px solid #F6E091;
  border-radius: 10px;
  z-index: 2;
}

.modal-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #261515;
}

.modal__heading {
  padding: 5px;
  margin-bottom: 10px;
  color: #3d2122;
}

.modal-border {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  width: 100%;
  padding: 5px;
  border: 1px dashed #F6E091;
  border-radius: 10px;
}

.modal-input-name {
  display: block;
  font-size: 15px;
}

.modal-input {
  margin-bottom: 15px;
}

.modal__close-btn {
  top: -15px;
  position: absolute;
  right: -20px;
  padding: 2px 5px;
  background-color: #F6E091;
  border: 2px dotted #794144;
  border-radius: 50%;
  font-size: 20px;
  font-family: "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  color: #794144;
  cursor: pointer;
}

.modal-btn {
  margin-bottom: 10px;
  padding: 5px 10px;
  background-color: #F6E091;
  color: #794144;
  border: none;
  cursor: pointer;
}

.modal-container-hidden {
  display: none;
}

/* SOCIAL LINKS */
.links-list {
  position: fixed;
  right: 0px;
  top: 110px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background-image: url(../img/SocialTop-bg1920.png);
  background-repeat: no-repeat;
  background-position: right center;
  z-index: 2;
}
.links-list__item:first-child {
  padding-top: 50px;
}
.links-list__item {
  padding-left: 40px;
  padding-right: 39px;
}
.links-list__item:last-child {
  padding-bottom: 80px;
}

/* SECTION HERO */
.section-hero {
  margin-bottom: 100px;
  display: flex;
  justify-content: center;
}

.slider-container {
  padding: 10px 10px 10px 10px;
  width: 60vw;
  background-color: #ffffff;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.slider-container__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
}
.slider-container__main-description {
  width: 22%;
  padding: 0px 10px 10px 10px;
  font-size: 22px;
  text-align: center;
  border-right: 1px dashed #794144;
}
.slider-container__description {
  font-size: 22px;
  color: #666363;
}
.slider-container__btn {
  z-index: 100;
  margin-top: -60px;
  background-image: url(../img/slider-btn-bg.png);
  background-size: 100%;
  background-repeat: no-repeat;
}
.slider-container__btn-link {
  display: block;
  padding: 40px 10px;
  font-size: 10px;
  color: #FFFCF5;
  cursor: pointer;
}

.swiper {
  width: 100%;
  height: 290px;
}
.swiper-button-next {
  padding-right: 10px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #ffffff;
  right: -25px;
  color: #666363;
}
.swiper-button-prev {
  padding-left: 10px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #ffffff;
  left: -25px;
  color: #666363;
}
.swiper-button-next::after, .swiper-button-prev::after {
  font-size: 20px;
}

.slide1,
.slide2,
.slide3,
.slide4 {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}

.slide1 {
  background-image: url(../img/slider-pic1.jpg);
}

.slide2 {
  background-image: url(../img/slider-pic2.png);
}

.slide3 {
  background-image: url(../img/slider-pic4.png);
}

.slide4 {
  background-image: url(../img/slider-pic4.png);
}

/* SECTION PRICE */
.section-price {
  margin-bottom: 100px;
}
.section-price-container {
  display: flex;
}
.section-price__left {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-price__btns {
  border-radius: 20px;
  border-color: transparent;
  background-color: #794144;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  font-size: 22px;
  color: #D9D9D9;
  cursor: pointer;
}
.section-price-container__right {
  width: 40%;
  margin-top: -90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-style: solid;
  border-width: 155px 91px 155px 91px;
  -o-border-image: url(../img/Frame.svg) 250 139 250 139 stretch stretch;
     border-image: url(../img/Frame.svg) 250 139 250 139 stretch stretch;
}
.section-price__car-icon {
  margin-top: -85px;
  margin-bottom: 50px;
  padding: 40px 40px 0px 40px;
  background-image: url(../img/price-car-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.section-price-right__heading {
  font-size: 35px;
}
.section-price-right__heading-container {
  display: flex;
  align-items: flex-end;
  margin-bottom: 30px;
  border-bottom: 2px solid black;
}
.section-price-right__heading-h {
  font-size: 35px;
}
.section-price-right__heading-t {
  font-size: 15px;
}
.section-price-right__list {
  padding: 0px 0px 0px 40px;
  margin-bottom: 40px;
  list-style-image: url(../img/price-items-decor.svg);
}
.section-price-right__list-item {
  font-size: 10px;
  color: #666363;
}
.section-price-right__list-item:not(:last-child) {
  margin-bottom: 15px;
}
.section-price__price {
  padding: 18px 20px 20px 20px;
  transform: rotate(344deg);
  color: #D9D9D9;
  /*         &-container {
              align-self: flex-end;
              margin-right: 40px;
              background-image: url(../img/price-car-icon.svg);
              background-size: contain;
              background-position: top;
              background-repeat: no-repeat;
              background-blend-mode: color-burn;
          } */
  /*         &-bg {
              background-image: url(../img/price-bg.svg);
              background-size: cover;
              background-repeat: no-repeat;

          } */
}
.section-price__price-num-bg {
  background-image: url(../img/price-num-bg.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.btn-category {
  padding: 5px 25px;
  margin-bottom: 20px;
  border-radius: 20px;
  border-color: transparent;
  background-color: #794144;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  font-size: 22px;
  color: #D9D9D9;
}

.btn-katB,
.btn-katA {
  padding: 2px 40px;
}

.category-btns-container {
  margin-bottom: 20px;
}

.transmission-btns-container {
  margin-bottom: 40px;
}

.btn-mkpp,
.btn-akpp {
  padding: 2px 20px;
}

.mkpp-btns-container,
.akpp-btns-container {
  display: flex;
  flex-direction: column;
}

.moto-btns-container {
  padding-bottom: 155px;
}

.mkpp-btns,
.akpp-btns,
.btn-18 {
  padding: 5px 40px;
}

.mkpp-btns:not(:last-child),
.akpp-btns:not(:last-child) {
  margin-bottom: 10px;
}

.btns-active {
  box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
  background-color: #D9D9D9;
  color: #794144;
}

.btns-hide {
  display: none;
}

/* SECTION CONTACTS */
.section-contacts {
  margin-bottom: 100px;
}
.section-contacts-container {
  display: flex;
  justify-content: space-between;
}
.section-contacts-container__left {
  width: 50%;
  margin-right: 50px;
  border: 3px dashed #794144;
}
.section-contacts-container__right {
  width: 50%;
}
.section-contacts__map {
  width: 100%;
  height: 100%;
}
.section-contacts__headings {
  margin-bottom: 20px;
  color: #794144;
}
.section-contacts__description {
  margin-bottom: 40px;
  font-family: "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  font-weight: 900;
  font-size: 20px;
  color: #666363;
}
.section-contacts__description-list-item {
  font-family: "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  font-weight: 900;
  font-size: 20px;
  color: #666363;
}
.section-contacts__description-list-item:not(:last-child) {
  margin-bottom: 20px;
}
.section-contacts__description-link {
  font-family: "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  font-weight: 900;
  font-size: 20px;
  color: #666363;
}

/* FOOTER */
.footer {
  padding-top: 70px;
  background-color: #794144;
  background-image: url(../img/footer-car-bg.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 20%;
}
.footer-links-container {
  margin-bottom: 30px;
}
.footer-links-list {
  display: flex;
  justify-content: center;
}
.footer-links-list__item:not(:last-child) {
  margin-right: 20px;
}
.footer-back {
  text-align: center;
  margin-bottom: 50px;
}
.footer-back__link {
  color: #D9D9D9;
}
.footer-copyright {
  padding-bottom: 20px;
  text-align: center;
  font-family: "Gill Sans MT", "Gill Sans", Calibri, "Trebuchet MS", sans-serif;
  font-size: 14px;
  color: #582f31;
}/*# sourceMappingURL=style.css.map */