.stocks__title {
  text-align: center; }

.service {
  background-image: url("./files/imgs/service.jpg");
  background-size: cover;
  background-position: center;
  padding-top: 50px;
  padding-bottom: 50px; }
.service h2 {
  color: #fff;
  font-size: 32px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 50px;
  font-family: Oswald; }
.service__item {
  margin-bottom: 15px; }
.service__item-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px; }
.service__item-title {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center; }
.service__item-text {
  color: #ffffff;
  text-align: center;
  font-size: 16px; }

.my-car {
  position: fixed;
  right: 10px;
  bottom: 10px;
  padding: 13px;
  background-color: #fff;
  width: 500px;
  max-width: calc(100vw - 20px); }
.my-car__exit {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  z-index: 1; }
.my-car__exit::before {
  display: block;
  content: '';
  width: 20px;
  height: 2px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  left: 0;
  top: 9px; }
.my-car__exit::after {
  display: block;
  content: '';
  width: 20px;
  height: 2px;
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  left: 0;
  top: 9px; }
.my-car__text {
  position: absolute;
  left: 13px;
  bottom: 20px; }
.my-car__text span {
  background-color: #fff;
  display: block;
  font-weight: 500;
  font-size: 36px;
  font-family: Oswald;
  padding: 2px 10px; }
.my-car__text span:nth-child(1) {
  color: #000;
  width: 255px; }
.my-car__text span:nth-child(2) {
  color: #E94E1B; }
.my-car__text span:nth-child(3) {
  color: #E94E1B;
  width: 320px; }

@media (min-width: 768px) {
  .service {
    padding-top: 86px;
    padding-bottom: 86px; }
  .service h2 {
    font-size: 40px; } }

@media (min-width: 1200px) {
  .my-car {
    right: 15px;
    bottom: 15px; } }
