/*************************BASIC******************************/
h1, h2, h3, p {
  margin: 0;
}

body {
  margin: 0;
  box-sizing: border-box;
  font-family: Calibri, Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;
  color: #000000;
  font-weight: 400;
  font-size: 36px;
  line-height: 1.2;
}
@media (max-width: 1600px) {
  body {
    font-size: 2.25vw;
  }
}
@media (max-width: 768px) {
  body {
    font-size: 4.72vw;
  }
}

* {
  box-sizing: border-box;
}

button {
  padding: 0;
  border: none;
  background: rgba(0, 0, 0, 0);
  outline: none;
  cursor: pointer;
}
button:focus, button:active {
  outline: none;
}

img {
  width: 100%;
  vertical-align: middle;
}

a {
  text-decoration: none;
  color: inherit;
  font-size: inherit;
}

input, textarea, select {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: inherit;
  color: inherit;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: none;
  -webkit-text-fill-color: #000000;
  -webkit-box-shadow: none;
  transition: none;
}

@media (max-width: 768px) {
  .desktop {
    display: none !important;
  }
}

@media (min-width: 769px) {
  .mobile {
    display: none !important;
  }
}

.textT1 {
  font-size: 194.44%;
  line-height: 1.2;
  font-weight: 400;
}
@media (max-width: 768px) {
  .textT1 {
    font-size: 176.4%;
  }
}

.ltr {
  direction: ltr;
}

.boldType {
  font-weight: 700;
}

.blackType {
  font-weight: 900;
}

.lightType {
  font-weight: 300;
}

.grayBack {
  background: #F6F3F1;
}

.centerText {
  text-align: center;
}

.wraperT1 {
  width: 1600px;
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 100px;
}
@media (max-width: 1600px) {
  .wraperT1 {
    margin-bottom: 6.25vw;
  }
}
@media (max-width: 768px) {
  .wraperT1 {
    width: 88.88%;
    max-width: 100%;
    margin-bottom: 18.61vw;
  }
}

.main_container {
  position: relative;
  overflow-x: hidden;
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
}

.margB1 {
  margin-bottom: 20px;
}
@media (max-width: 1600px) {
  .margB1 {
    margin-bottom: 8.75vw;
  }
}
@media (max-width: 768px) {
  .margB1 {
    margin-bottom: 4vw;
  }
}

.margB2 {
  margin-bottom: 77px;
}
@media (max-width: 1600px) {
  .margB2 {
    margin-bottom: 4.81vw;
  }
}
@media (max-width: 768px) {
  .margB2 {
    margin-bottom: 2.22vw;
  }
}

.headers_logos {
  padding: 27px 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1600px) {
  .headers_logos {
    padding: 1.69vw 5vw;
  }
}
@media (max-width: 768px) {
  .headers_logos {
    padding: 6.11vw 5.56vw;
  }
}
.headers_logos .img1 {
  width: 182px;
}
@media (max-width: 1600px) {
  .headers_logos .img1 {
    width: 11.38vw;
  }
}
@media (max-width: 768px) {
  .headers_logos .img1 {
    width: 25vw;
  }
}
.headers_logos .img2 {
  width: 264px;
}
@media (max-width: 1600px) {
  .headers_logos .img2 {
    width: 16.5vw;
  }
}
@media (max-width: 768px) {
  .headers_logos .img2 {
    width: 32.22vw;
  }
}

.listT1 {
  list-style: none;
  padding: 0;
  margin: 0;
  border-color: rgba(0, 0, 0, 0);
  display: flex;
  flex-wrap: wrap;
  font-family: "Open Sans", Arial, sans-serif;
}

.itemT1 {
  width: 29.125%;
  margin-left: 6.3125%;
  margin-bottom: 56px;
}
.itemT1:nth-of-type(3n) {
  margin-left: 0;
}
@media (max-width: 1600px) {
  .itemT1 {
    margin-bottom: 3.5vw;
  }
}
.itemT1 .text {
  font-weight: bold;
  background: #F6F3F1;
  direction: ltr;
  padding: 40px 20px 58px;
}
@media (max-width: 1600px) {
  .itemT1 .text {
    padding: 2.5vw 1.25vw 3.63vw;
  }
}

.cars_container {
  position: relative;
  margin-top: 29.72vw;
}
.cars_container .image {
  position: relative;
  margin-bottom: 3.06vw;
}
.cars_container .image img {
  margin-top: -25.28vw;
}

.wrapT2 {
  width: 85.62%;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 12.5vw;
}

.select_container {
  position: relative;
}
.select_container .icon {
  position: absolute;
  width: 5.56vw;
  left: 5.56vw;
  pointer-events: none;
  top: 50%;
  transform: translateY(-50%);
}

.cars_select {
  border: 2px solid #000000;
  width: 100%;
  padding: 4.44vw 5.56vw;
  font-weight: bold;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  background: #ffffff;
}
.cars_select::-ms-expand {
  display: none;
}

.btnT1 {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #002C5F;
  color: white;
  font-weight: bold;
  margin-top: 8.33vw;
  padding: 4.44vw;
  font-size: 117.64%;
  width: 100%;
}

footer {
  padding: 27px 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #1C1C1C;
}
@media (max-width: 1600px) {
  footer {
    padding: 1.69vw 5vw;
  }
}
@media (max-width: 768px) {
  footer {
    padding: 4.17vw;
    flex-direction: column-reverse;
    justify-content: center;
  }
}

.footer_logo1 {
  width: 180px;
}
@media (max-width: 1600px) {
  .footer_logo1 {
    width: 11.25vw;
  }
}
@media (max-width: 768px) {
  .footer_logo1 {
    width: 24.72vw;
  }
}

.footer_logo2 {
  width: 100px;
}
@media (max-width: 1600px) {
  .footer_logo2 {
    width: 6.25vw;
  }
}
@media (max-width: 768px) {
  .footer_logo2 {
    width: 23.89vw;
    margin: 5.83vw 0;
  }
}

.media_container {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-color: rgba(0, 0, 0, 0);
}
@media (max-width: 768px) {
  .media_container {
    order: 1;
  }
}
.media_container li {
  width: 58px;
  margin: 0 6px;
}
@media (max-width: 1600px) {
  .media_container li {
    width: 3.63vw;
    margin: 0 0.38vw;
  }
}
@media (max-width: 768px) {
  .media_container li {
    width: 9.17vw;
    margin: 0 1.67vw;
  }
}
