.modal_1 {
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}
 .redactor-content h1 {
  font-size: 20px;
}

 .redactor-content img {
  vertical-align: middle;
  max-width: 100% !important;
  height: auto !important;
}
 .redactor-content ul {
  padding-left: 30px;
  list-style: circle;
}
 .redactor-content ol {
  padding-left: 30px;
}
 .redactor-content li {
  font-size: 17px;
}
 .redactor-content a {
  text-decoration: underline;
}
 .redactor-content a:hover {
  text-decoration: none;
}
 .redactor-content b, .redactor-content strong {
  font-weight: 700;
}
 .redactor-content table {
  max-width: 100%;
  width: 100%;
  background-color: #fff;
  border: 0;
  overflow: auto;
}
 .redactor-content tr {
  font: 18px;
}
 .redactor-content th, .redactor-content td {
  padding: 16px 24px;
  border: 1px solid #D6D6D6;
}
 .redactor-content th:first-child, .redactor-content td:first-child {
  width: 54%;
}
 .redactor-content th:not(:first-child), .redactor-content td:not(:first-child) {
  text-align: center;
}
 .redactor-content td {
  font-weight: normal;
}

.modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  position: relative;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 5px;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}


@media screen and (max-width: 900px) {
  .modal-content h2 {
    font-size: 15px;
  }

  .modal-content p {
    font-size: 13px;
    padding-top: 10px;
  }
}


@media only screen and (max-width: 1200px) {

  .aside__service ul {

    position: relative;

  }



  .service {

    flex-wrap: wrap;

    flex-direction: column-reverse;

  }


}
@media only screen and (max-width: 753px) {
    .main-slider .slick-dots {
        margin-top: 8px;
    }
}

@media only screen and (max-width: 768px) {
    .main-slider__img {
        height: 220px;
    }
        
    .car {
        top: 55px;
        position: relative;
    }
    
    .main {
        top: 55px;
        position: relative;
    }
}

@media only screen and (max-width: 730px) {
    .main-slider .slick-dots {
        margin-top: 0px;
    }
}

@media (max-width: 649px) {
    .main-slider__img {
        height: 200px;
    }
}

@media (max-width: 527px) {
    .main-slider__img {
        height: 160px;
    }
}

@media (max-width: 440px) {
    .main-slider__img {
        height: 130px;
    }
}

@media only screen and (max-width: 500px) {
  .header-image_mobile {
    height:200px;
    object-fit: cover;
  }
}