* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: 'SF Pro Display', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  font-display: swap;
}
a,
a.btn_type-01,
a.btn_type-02,
a.btn_type-03,
.send-btn > input {
  transition: all 0.1s ease-in;
  cursor: pointer;
  columns: #000;
  text-decoration: none;
}
a, a:hover, a:active, a:hover, a:visited{
  color: #000;
  text-decoration: underline;
  
}
a:hover{
  color: #000;
  text-decoration: none;
  
}
.container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 60px;
}
form .send-tel {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 44px;
}
form .send-tel label {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}
form .send-tel input {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  padding: 14px 16px;
  margin-top: 12px;
  border: 1px solid #cbcbcb;
  width: 384px;
}
form .send-check {
  margin-top: 44px;
}
form .send-check .custom-checkbox {
  font-size: 14px;
  line-height: 24px;
  display: block;
  position: relative;
  padding-left: 36px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
form .send-check .custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
form .send-check .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: #fff;
  border: 1px solid #cbcbcb;
}
form .send-check .custom-checkbox:hover input ~ .checkmark {
  background-color: #e5e5e5;
}
form .send-check .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
form .send-check .custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}
form .send-check .custom-checkbox .checkmark:after {
  left: 4px;
  top: 2px;
  content: url('../img/icon_check.svg');
  width: 16px;
  height: 16px;
}
form .send-btn {
  margin-top: 32px;
}
form .send-btn input {
  border: 2px solid #003166;
  border-radius: 24px;
  background-color: #003166;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  padding: 12px 48px;
  cursor: pointer;
}
form .send-btn input:hover {
  background-color: #00b1eb;
  border-color: #00b1eb;
  color: #fff;
}
form .send-btn input:active {
  background-color: #003166;
  border-color: #003166;
  color: #fff;
}
.modal-wrapper {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  padding: 0 8px;
  overflow: scroll;
}
.modal {
  background-color: #fff;
  margin: 60px auto;
  padding: 60px 112px;
  width: 100%;
  max-width: 1096px;
  border-radius: 2px;
  position: relative;
}
.modal .close-btn {
  position: absolute;
  z-index: 1000;
  top: -32px;
  right: -32px;
  background-image: url('../img/close_btn.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 32px;
  height: 32px;
  cursor: pointer;
}
.modal .modal-title {
  font-size: 40px;
  font-weight: 300;
  line-height: 48px;
  margin: 0 auto 60px auto;
  text-align: center;
  width: 100%;
  max-width: 768px;
}
.modal .modal-title span {
  font-weight: 600;
}
.modal .modal-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0;
}
.modal .modal-item .item-txt {
  width: 100%;
  max-width: 448px;
  margin-right: 20px;
}
.modal .modal-item .item-txt p {
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
}
.modal .modal-item .item-txt p span {
  font-weight: 600;
}
.modal .modal-item .item-txt .txt-20 {
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
}
.modal .modal-item .item-txt .txt-20 span {
  font-weight: 600;
}
.modal .modal-item .item-txt .mt-28 {
  margin-top: 28px;
}
.modal .modal-item .item-txt .mt-40 {
  margin-top: 40px;
}
.modal .modal-item .item-txt .color-blue {
  color: #003166;
}
.modal .modal-item .item-txt ul {
  list-style: none;
  position: relative;
  padding-left: 40px;
}
.modal .modal-item .item-txt ul li::before {
  content: url('../img/list-style.svg');
  margin-right: 28px;
  position: absolute;
  left: 0;
}
.modal .modal-item .item-txt ul li {
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  margin-bottom: 20px;
}
.modal .modal-item .item-txt ul li span {
  font-weight: 600;
}
.modal .modal-item .item-txt .table-01 {
  width: 100%;
}
.modal .modal-item .item-txt .table-01 .grid-head {
  display: grid;
  grid-column-gap: 8px;
  grid-template-columns: repeat(4, 1fr);
  align-items: flex-start;
  width: 100%;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 8px 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}
.modal .modal-item .item-txt .table-01 .grid-title {
  display: grid;
  grid-column-gap: 8px;
  grid-template-columns: 1fr;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  padding: 12px 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: #003166;
}
.modal .modal-item .item-txt .table-01 .grid-table {
  display: grid;
  grid-column-gap: 8px;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  padding: 8px 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
}
.modal .modal-item .item-txt .table-01 .grid-table .semi-bold {
  font-weight: 600;
}
.modal .modal-item .item-txt .table-01 .grid-table .line-through {
  text-decoration: line-through;
  color: #ccc;
}
.modal .modal-item .item-txt .table-02 {
  width: 100%;
}
.modal .modal-item .item-txt .table-02 .grid-head {
  display: grid;
  grid-column-gap: 8px;
  grid-template-columns: repeat(3, 1fr);
  align-items: flex-start;
  width: 100%;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 8px 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}
.modal .modal-item .item-txt .table-02 .grid-title {
  display: grid;
  grid-column-gap: 8px;
  grid-template-columns: 1fr;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  padding: 12px 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  color: #003166;
}
.modal .modal-item .item-txt .table-02 .grid-table {
  display: grid;
  grid-column-gap: 8px;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  padding: 8px 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
}
.modal .modal-item .item-txt .table-02 .grid-table .semi-bold {
  font-weight: 600;
}
.modal .modal-item .item-txt .table-02 .grid-table .line-through {
  text-decoration: line-through;
  color: #ccc;
}
.modal .modal-item .item-form {
  width: 100%;
  max-width: 320px;
}
.modal .modal-item .item-form h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}
.modal .modal-item .item-form p {
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
  margin-top: 32px;
}
.modal .modal-item .item-form form .send-tel {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 32px;
}
.modal .modal-item .item-form form .send-tel label {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}
.modal .modal-item .item-form form .send-tel input {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  padding: 14px 16px;
  margin-top: 12px;
  border: 1px solid #cbcbcb;
  width: 100%;
  max-width: 576px;
}
.modal .modal-item .item-form form .send-check {
  margin-top: 44px;
}
.modal .modal-item .item-form form .send-check .custom-checkbox {
  font-size: 14px;
  line-height: 24px;
  display: block;
  position: relative;
  padding-left: 36px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.modal .modal-item .item-form form .send-check .custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.modal .modal-item .item-form form .send-check .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: #fff;
  border: 1px solid #cbcbcb;
}
.modal .modal-item .item-form form .send-check .custom-checkbox:hover input ~ .checkmark {
  background-color: #e5e5e5;
}
.modal .modal-item .item-form form .send-check .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.modal .modal-item .item-form form .send-check .custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}
.modal .modal-item .item-form form .send-check .custom-checkbox .checkmark:after {
  left: 4px;
  top: 2px;
  content: url('../img/icon_check.svg');
  width: 16px;
  height: 16px;
}
.modal .modal-item .item-form form .send-btn {
  margin-top: 32px;
}
.modal .modal-item .item-form form .send-btn input {
  border: 2px solid #003166;
  border-radius: 24px;
  background-color: #003166;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  padding: 12px 48px;
  cursor: pointer;
}
.modal .modal-item .item-form form .send-btn input:hover {
  background-color: #00b1eb;
  border-color: #00b1eb;
  color: #fff;
}
.modal .modal-item .item-form form .send-btn input:active {
  background-color: #003166;
  border-color: #003166;
  color: #fff;
}
.popup {
  background-color: #fff;
  margin: 60px auto;
  padding: 60px 112px;
  width: 100%;
  max-width: 652px;
  border-radius: 2px;
  position: relative;
}
.popup .close-btn {
  position: absolute;
  z-index: 1000;
  top: -32px;
  right: -32px;
  background-image: url('../img/close_btn.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 32px;
  height: 32px;
  cursor: pointer;
}
.popup .popup-title {
  font-size: 40px;
  font-weight: 300;
  line-height: 48px;
  margin-bottom: 32px;
  width: 100%;
  max-width: 400px;
}
.popup .popup-title span {
  font-weight: 600;
}
.popup .popup-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.popup .popup-item .item-img {
  display: none;
  background-image: url('../img/img_sm-02.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  max-width: 384px;
  height: 160px;
  margin-bottom: 32px;
}
.popup .popup-item .item-form {
  width: 100%;
}
.popup .popup-item .item-form h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}
.popup .popup-item .item-form p {
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
  margin-top: 32px;
}
.popup .popup-item .item-form form .send-tel {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 32px;
}
.popup .popup-item .item-form form .send-tel label {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}
.popup .popup-item .item-form form .send-tel input {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  padding: 14px 16px;
  margin-top: 12px;
  border: 1px solid #cbcbcb;
  width: 100%;
  max-width: 576px;
}
.popup .popup-item .item-form form .send-check {
  margin-top: 32px;
}
.popup .popup-item .item-form form .send-check .custom-checkbox {
  font-size: 14px;
  line-height: 24px;
  display: block;
  position: relative;
  padding-left: 36px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.popup .popup-item .item-form form .send-check .custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.popup .popup-item .item-form form .send-check .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: #fff;
  border: 1px solid #cbcbcb;
}
.popup .popup-item .item-form form .send-check .custom-checkbox:hover input ~ .checkmark {
  background-color: #e5e5e5;
}
.popup .popup-item .item-form form .send-check .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.popup .popup-item .item-form form .send-check .custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}
.popup .popup-item .item-form form .send-check .custom-checkbox .checkmark:after {
  left: 4px;
  top: 2px;
  content: url('../img/icon_check.svg');
  width: 16px;
  height: 16px;
}
.popup .popup-item .item-form form .send-btn {
  margin-top: 32px;
}
.popup .popup-item .item-form form .send-btn input {
  border: 2px solid #003166;
  border-radius: 24px;
  background-color: #003166;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  padding: 12px 48px;
  cursor: pointer;
}
.popup .popup-item .item-form form .send-btn input:hover {
  background-color: #00b1eb;
  border-color: #00b1eb;
  color: #fff;
}
.popup .popup-item .item-form form .send-btn input:active {
  background-color: #003166;
  border-color: #003166;
  color: #fff;
}
.slick-dots {
  bottom: 3px;
}
.slick-dots li button:before {
  font-size: 8px;
  opacity: 1;
  color: #fff;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #00b1eb;
}
.slick-dotted.slick-slider {
  margin: 0;
}
.slick-prev,
.slick-next {
  width: 40px;
  height: 40px;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 0.5;
  color: #000;
}
.slick-prev:before,
.slick-next:before {
  font-size: 40px;
  opacity: 0.25;
  color: #000;
}
.slick-prev {
  left: 0;
}
.slick-next {
  right: 0;
}
.header {
  border-bottom: 1px solid #e5e5e5;
}
.header-grid {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: minmax(1fr, 320px) 1fr 1fr 1fr minmax(1fr, 320px);
  grid-template-rows: auto;
  grid-template-areas: "a b c d e" "a b c d e";
  align-items: center;
  padding: 20px 0;
}
.header-grid .grid-a {
  grid-area: a;
  justify-self: flex-start;
}
.header-grid .grid-b {
  grid-area: b;
  justify-self: center;
}
.header-grid .grid-c {
  grid-area: c;
  justify-self: center;
}
.header-grid .grid-d {
  grid-area: d;
  justify-self: center;
}
.header-grid .grid-e {
  grid-area: e;
  justify-self: flex-end;
}
.header-grid .logo {
  display: flex;
  align-items: center;
}
.header-grid .logo .logo-img {
  background-image: url('../img/logo_vw.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  min-width: 60px;
  min-height: 60px;
  margin-right: 20px;
}
.header-grid .logo .logo-txt {
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  width: 136px;
}
.header-grid .address h4 {
  color: #001e50;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}
.header-grid .address p {
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
}
.header-grid .call-tel {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header-grid .call-tel .call-tel-img {
  background-image: url('../img/icon_phone.svg');
  background-position: center;
  background-repeat: no-repeat;
  min-width: 40px;
  min-height: 40px;
  margin-right: 12px;
  padding: 12px;
  border: 1px solid #003166;
  border-radius: 50%;
}
.header-grid .call-tel .call-tel-txt p {
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
}
.header-grid .call-tel .call-tel-txt h3 {
  color: #001e50;
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  margin-top: 4px;
  min-width: 188px;
  letter-spacing: 0px;
}
.navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  /*max-width: 720px;*/
  max-width: 800px;
  margin: 0 auto;
}
.navigation a.nav-link {
  color: #001e50;
  text-decoration: none;
  line-height: 50px;
  border-bottom: 2px solid transparent;
}
.navigation a.nav-link:hover {
  color: #00b1eb;
  border-bottom-color: #003166;
}
.navigation a.nav-link:active {
  color: #001e50;
  border-bottom-color: #003166;
}
.main_special-offers {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
  grid-template-areas: "a a a a a a" "b b b c c c" "d d d f f f";
}

.main_special-offers-add-all {
  grid-template-areas: "a a a a a a" "b b b c c c" "d d e e f f" "g g h h i i"  "j j j k k k" "l l l l l l";
}

.main_special-offers-add-3 {
  grid-template-areas: "a a a a a a" "b b b c c c" "d d e e f f" "g g h h i i";
}

.main_special-offers-add-2 {
  grid-template-areas: "a a a a a a" "b b b c c c" "d d e e f f" "j j j k k k";
}

.main_special-offers-add-1 {
  grid-template-areas: "a a a a a a" "b b b c c c" "d d e e f f" "l l l l l l";
}

.main_special-offers-add-1-2-2-2 {
  grid-template-areas: "a a a a a a" "b b b c c c" "d d d f f f" "g g g h h h";
}

.main_special-offers .grid-a {
  grid-area: a;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}
.main_special-offers .grid-a .slider-01 {
  width: 100%;
  max-width: 1320px;
  height: auto;
}
.main_special-offers .grid-a .slider-01 .slide {
  width: 100%;
  /*height: 400px;*/
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/*.main_special-offers .grid-a .slider-01 .slide-01 {
  background-image: url('../img/img_lg-01.jpg');
}
.main_special-offers .grid-a .slider-01 .slide-02 {
  background-image: url('../img/img_lg-02.jpg');
}
.main_special-offers .grid-a .slider-01 .slide-03 {
  background-image: url('../img/img_lg-03.jpg');
}*/
.top-slider__photo {
  width: 100%;
}
.main_special-offers .grid-a .over-slider {
  width: 100%;
  padding: 0 112px;
  position: absolute;
  /*top: 70%;*/
  top: 90%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  display: flex;
  align-items: center;
}
.main_special-offers .grid-a .over-slider .over-slider_left {
  width: 50%;
  margin-right: 10px;
}
.main_special-offers .grid-a .over-slider .over-slider_left h2 {
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
  max-width: 400px;
  margin-bottom: 24px;
}
.main_special-offers .grid-a .over-slider .over-slider_left p {
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
}
.main_special-offers .grid-a .over-slider .over-slider_right {
  width: 50%;
  margin-left: 200px; /*10px*/
}
.main_special-offers .grid-a .over-slider .over-slider_right .counter-digits {
  display: flex;
  align-items: flex-start;
}
.main_special-offers .grid-a .over-slider .over-slider_right .counter-digits p {
  width: 47px;
  font-size: 20px;
  line-height: 47px;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 2px;
  margin-right: 16px;
  text-align: center;
}
.main_special-offers .grid-a .over-slider .over-slider_right .counter-digits p:last-child {
  margin-right: 0;
}
.main_special-offers .grid-a .over-slider .over-slider_right .counter-words {
  margin-top: 8px;
  display: flex;
  align-items: flex-start;
}
.main_special-offers .grid-a .over-slider .over-slider_right .counter-words p {
  width: 47px;
  margin-right: 16px;
  text-align: center;
}
.main_special-offers .grid-a .over-slider .over-slider_right .counter-words p:last-child {
  margin-right: 0;
}
.main_special-offers .grid-a .over-slider .over-slider_right a.btn_type-01 {
  display: inline-block;
  margin-bottom: 32px;
  color: #fff;
  background-color: #00b1eb;
  text-decoration: none;
  padding: 12px 38px;
  border: 2px solid #00b1eb;
  border-radius: 24px;
}
.main_special-offers .grid-a .over-slider .over-slider_right a.btn_type-01:hover {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}
.main_special-offers .grid-a .over-slider .over-slider_right a.btn_type-01:active {
  background-color: #00b1eb;
  border-color: #00b1eb;
  color: #fff;
}
.main_special-offers .grid-b {
  grid-area: b;
  border-radius: 2px;
  overflow: hidden;
  width: 100%;
  height: 260px;
  background-image: url('../img/VW_Conditioner_Jun25_850x475.jpg');
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.main_special-offers .grid-c {
  grid-area: c;
  border-radius: 2px;
  overflow: hidden;
  width: 100%;
  height: 260px;
  background-image: url('../img/img_md-021.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.main_special-offers .grid-d {
  grid-area: d;
  border-radius: 2px;
  overflow: hidden;
  width: 100%;
  height: 260px;
  background-image: url('../img/img_md-03.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.main_special-offers .grid-e {
  grid-area: e;
  border-radius: 2px;
  overflow: hidden;
  width: 100%;
  height: 260px;
  background-image: url('../img/img_md-04.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.main_special-offers .grid-g {
  grid-area: g;
  border-radius: 2px;
  overflow: hidden;
  width: 100%;
  height: 260px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.main_special-offers .grid-h {
  grid-area: h;
  border-radius: 2px;
  overflow: hidden;
  width: 100%;
  height: 260px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.main_special-offers .grid-i {
  grid-area: i;
  border-radius: 2px;
  overflow: hidden;
  width: 100%;
  height: 260px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.main_special-offers .grid-j {
  grid-area: j;
  border-radius: 2px;
  overflow: hidden;
  width: 100%;
  height: 260px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.main_special-offers .grid-k {
  grid-area: k;
  border-radius: 2px;
  overflow: hidden;
  width: 100%;
  height: 260px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.main_special-offers .grid-l {
  grid-area: l;
  border-radius: 2px;
  overflow: hidden;
  width: 100%;
  height: 260px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.main_special-offers .grid-e h3 {
  max-width: 260px;
}
.main_special-offers .grid-f {
  grid-area: f;
  border-radius: 2px;
  overflow: hidden;
  width: 100%;
  height: 260px;
  background-image: url('../img/img_md-05.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.main_special-offers .grid-f h3 {
/*  max-width: 260px;*/
}
.black-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 34px 24px 24px 24px;
}

.black-overlay h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  max-width: 400px;
}
.black-overlay a.btn_type-02 {
  display: inline-block;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 24px;
  text-decoration: none;
  padding: 12px 32px;
}
.black-overlay a.btn_type-02:hover {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}
.black-overlay a.btn_type-02:active {
  background-color: none;
  border-color: #fff;
  color: #fff;
}
h2.title {
  margin: 80px auto 60px auto;
  text-align: center;
  font-size: 40px;
  font-weight: 300;
  line-height: normal;
}
h2.title span {
  font-weight: 500;
}
.main_services {
  display: grid;
  grid-gap: 60px 20px;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  grid-template-areas: "a b c d" "e f g h";
  justify-items: center;
  padding-bottom: 80px;
  border-bottom: 1px solid #e5e5e5;
}
.main_services .grid-a {
  grid-area: a;
}
.main_services .grid-b {
  grid-area: b;
}
.main_services .grid-c {
  grid-area: c;
}
.main_services .grid-d {
  grid-area: d;
}
.main_services .grid-e {
  grid-area: e;
}
.main_services .grid-f {
  grid-area: f;
}
.main_services .grid-g {
  grid-area: g;
}
.main_services .grid-h {
  grid-area: h;
}
.main_services .services-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main_services .services-item .info-img {
  background-color: #00b1eb;
  background-position: center;
  background-repeat: no-repeat;
  min-width: 72px;
  min-height: 72px;
  padding: 16px;
  border-radius: 50%;
}
.main_services .services-item p {
  margin-top: 24px;
  font-size: 20px;
  text-align: center;
  min-height: 48px;
}
.main_services .services-item a.btn_type-03 {
  display: inline-block;
  margin-top: 32px;
  color: #003166;
  text-decoration: none;
  padding: 12px 40px;
  border: 2px solid #003166;
  border-radius: 24px;
}
.main_services .services-item a.btn_type-03:hover {
  background-color: #00b1eb;
  border-color: #00b1eb;
  color: #fff;
}
.main_services .services-item a.btn_type-03:active {
  background-color: #fff;
  border-color: #003166;
  color: #003166;
}
.main_services .services-item.grid-a .info-img {
  background-image: url('../img/icon-01_fuel.svg');
}
.main_services .services-item.grid-b .info-img {
  background-image: url('../img/icon-02_diagnostic.svg');
}
.main_services .services-item.grid-c .info-img {
  background-image: url('../img/icon-03_suspension.svg');
}
.main_services .services-item.grid-d .info-img {
  background-image: url('../img/icon-04_sport-car.svg');
}
.main_services .services-item.grid-e .info-img {
  background-image: url('../img/icon-05_turbo.svg');
}
.main_services .services-item.grid-f .info-img {
  background-image: url('../img/icon-06_brake.svg');
}
.main_services .services-item.grid-g .info-img {
  background-image: url('../img/icon-07_cooler.svg');
}
.main_services .services-item.grid-h .info-img {
  background-image: url('../img/icon-08_electric-generator.svg');
}
.main_repairs {
  padding-bottom: 80px;
  border-bottom: 1px solid #e5e5e5;
}
.main_repairs .slider-02 {
  padding: 0 112px;
  width: 100%;
  height: auto;
}
.main_repairs .slider-02 .slide {
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main_repairs .slider-02 .slide .slide-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  max-width: 650px;
  height: 398px;
}
.main_repairs .slider-02 .slide-01 .slide-img {
  background-image: url('../img/img_sm-01.jpg');
}
.main_repairs .slider-02 .slide-02 .slide-img {
  background-image: url('../img/img_sm-02.jpg');
}
.main_repairs .slider-02 .slide-03 .slide-img {
  background-image: url('../img/img_sm-03.jpg');
}
.main_repairs .slider-02 .slide-txt {
  margin-left: 20px;
  min-width: 320px;
}
.main_repairs .slider-02 .slide-txt h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}
.main_repairs .slider-02 .slide-txt p {
  margin-top: 20px;
  width: 288px;
}
.main_staff {
  padding-bottom: 80px;
  border-bottom: 1px solid #e5e5e5;
}
.main_staff .slider-03 {
  padding: 0 112px;
  width: 100%;
  height: auto;
}
.main_staff .slider-03 .slick-prev,
.main_staff .slider-03 .slick-next {
  top: 82px;
}
.main_staff .slider-03 .slide {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main_staff .slider-03 .slide .slide-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 164px;
  height: 164px;
  border-radius: 50%;
}
.main_staff .slider-03 .slide-01 .slide-img {
  background-image: url('../img/img_xs-01.jpg');
}
.main_staff .slider-03 .slide-02 .slide-img {
  background-image: url('../img/img_xs-02.jpg');
}
.main_staff .slider-03 .slide-03 .slide-img {
  background-image: url('../img/img_xs-03.jpg');
}
.main_staff .slider-03 .slide-04 .slide-img {
  background-image: url('../img/img_xs-04.jpg');
}
.main_staff .slider-03 .slide-05 .slide-img {
  background-image: url('../img/img_xs-05.jpg');
}
.main_staff .slider-03 .slide-06 .slide-img {
  background-image: url('../img/img_xs-06.jpg');
}
.main_staff .slider-03 .slide-txt {
  margin-top: 40px;
  text-align: center;
}
.main_staff .slider-03 .slide-txt h5 {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}
.main_staff .slider-03 .slide-txt p {
  margin-top: 8px;
  font-weight: 300;
}
.main_consultation {
  padding-bottom: 60px;
  border-bottom: 1px solid #e5e5e5;
}
.main_consultation .consultation-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main_consultation .consultation-item .item-img {
  background-image: url('../img/img_sm-02.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  max-width: 650px;
  height: 383px;
}
.main_consultation .consultation-item .item-txt {
  margin-left: 20px;
  min-width: 512px;
}
.main_consultation .consultation-item .item-txt p {
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
  width: 384px;
}
.main_additional {
  display: grid;
  grid-gap: 0 20px;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  grid-template-areas: "a b c d";
  justify-items: center;
  padding: 60px 0;
  border-bottom: 1px solid #e5e5e5;
}
.main_additional .grid-a {
  grid-area: a;
}
.main_additional .grid-b {
  grid-area: b;
}
.main_additional .grid-c {
  grid-area: c;
}
.main_additional .grid-d {
  grid-area: d;
}
.main_additional .additional-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main_additional .additional-item a.info-img {
  background-color: #00b1eb;
  background-position: center;
  background-repeat: no-repeat;
  min-width: 64px;
  min-height: 64px;
  padding: 16px;
  border-radius: 50%;
  cursor: pointer;
}
.main_additional .additional-item a.info-img:hover {
  background-color: #003166;
}
.main_additional .additional-item a.info-img:active {
  background-color: #00b1eb;
}
.main_additional .additional-item p {
  margin-top: 16px;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
}
.main_additional .additional-item.grid-a .info-img {
  background-image: url('../img/icon-09_customer-service.svg');
}
.main_additional .additional-item.grid-b .info-img {
  background-image: url('../img/icon-10_test-drive.svg');
}
.main_additional .additional-item.grid-c .info-img {
  background-image: url('../img/icon-11_diller.svg');
}
.main_additional .additional-item.grid-d .info-img {
  background-image: url('../img/icon-12_service-center.svg');
}
.main_contacts {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 80px 0;
}
.main_contacts .contacts-txt {
  display: flex;
  flex-direction: column;
  min-width: 416px;
  height: auto;
  margin-right: 40px;
  padding-left: 112px;
}
.main_contacts .contacts-txt .logo {
  display: flex;
  align-items: center;
}
.main_contacts .contacts-txt .logo .logo-img {
  background-image: url('../img/logo_vw.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  min-width: 60px;
  min-height: 60px;
  margin-right: 20px;
}
.main_contacts .contacts-txt .logo .logo-txt {
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  width: 136px;
}
.main_contacts .contacts-txt .address {
  margin-top: 20px;
  max-width: 304px;
}
.main_contacts .contacts-txt .address h4 {
  color: #001e50;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}
.main_contacts .contacts-txt .address p {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.main_contacts .contacts-txt .call-tel {
  margin-top: 20px;
}
.main_contacts .contacts-txt .call-tel p {
  font-size: 17px;
  font-weight: 400;
  line-height: 20px;
}
.main_contacts .contacts-txt .call-tel h3 {
  color: #001e50;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  margin-top: 20px;
  min-width: 188px;
  letter-spacing: 0px;
}
.main_contacts .contacts-txt .additional-txt {
  max-width: 336px;
}
.main_contacts .contacts-txt .additional-txt p {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.main_contacts .contacts-txt .additional-txt p span {
  color: #003166;
}
.main_contacts .contacts-map {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 760px;
  height: 557px;
}
.main_contacts .contacts-map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.footer {
  background-color: #f7f7f7;
  width: 100%;
  text-align: center;
}
.footer p {
  min-width: 272px;
  padding: 40px 0;
}
@media screen and (max-width: 1199.8px) {
  .container {
    padding: 0 48px;
  }
  .header-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-areas: "a a a e e e" "b b c c d d";
    align-items: center;
    padding: 20px 0;
  }
  .header-grid .grid-b {
    justify-self: flex-end;
  }
  .header-grid .grid-d {
    justify-self: flex-start;
  }
  .main_services {
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "a b" "c d" "e f" "g h";
    justify-items: center;
    padding-bottom: 60px;
  }
  .main_repairs {
    padding-bottom: 60px;
  }
  .main_repairs .slider-02 .slick-prev,
  .main_repairs .slider-02 .slick-next {
    top: 160px;
  }
  .main_repairs .slider-02 .slide {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .main_repairs .slider-02 .slide .slide-img {
    max-width: 960px;
    height: 320px;
  }
  .main_repairs .slider-02 .slide-txt {
    margin: 0;
    margin-top: 60px;
    min-width: 256px;
  }
  .main_repairs .slider-02 .slide-txt h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
  }
  .main_repairs .slider-02 .slide-txt p {
    margin-top: 20px;
    width: auto;
  }
  .main_staff {
    padding-bottom: 60px;
  }
  .main_consultation .consultation-item .item-txt {
    min-width: auto;
  }
  .main_additional {
    grid-gap: 60px 20px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "a b" "c d";
    justify-items: center;
  }
  .main_contacts .contacts-txt {
    padding-left: 0;
    width: 100%;
    max-width: 360px;
    min-width: 304px;
    margin-right: 20px;
  }
  .modal .close-btn {
    right: 0;
  }
  .popup .close-btn {
    right: 0;
  }
}
@media screen and (max-width: 991.8px) {
  .container {
    padding: 0 32px;
  }
  .header-grid .grid-b {
    justify-self: flex-start;
  }
  .header-grid .grid-d {
    justify-self: flex-end;
  }
  .main_special-offers {
    display: grid;
    grid-gap: 20px 0;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-template-areas: "a" "b" "c" "d" "e" "f";
  }
  /*.main_special-offers .grid-a .slider-01 .slide {
    height: 536px;
  }*/
  .main_special-offers .grid-a .over-slider {
    padding: 0 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .main_special-offers .grid-a .over-slider .over-slider_left {
    width: auto;
    margin: 0;
    text-align: center;
    margin-bottom: 40px;
  }
  .main_special-offers .grid-a .over-slider .over-slider_left h2 {
    width: 100%;
    max-width: 520px;
    margin-bottom: 24px;
  }
  .main_special-offers .grid-a .over-slider .over-slider_right {
    width: auto;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .main_special-offers .grid-a .over-slider .over-slider_right .counter-digits {
    align-items: center;
  }
  .main_special-offers .grid-a .over-slider .over-slider_right .counter-digits p {
    width: 47px;
    font-size: 32px;
    line-height: 47px;
    margin-right: 20px;
    text-align: center;
  }
  .main_special-offers .grid-a .over-slider .over-slider_right .counter-words {
    margin-top: 10px;
    align-items: center;
  }
  .main_special-offers .grid-a .over-slider .over-slider_right .counter-words p {
    width: 47px;
    margin-right: 20px;
    text-align: center;
  }
  .main_special-offers .grid-a .over-slider .over-slider_right a.btn_type-01 {
    padding: 12px 90px;
  }
  .main_special-offers .grid-e h3 {
    max-width: 488px;
  }
  .main_special-offers .grid-f h3 {
    max-width: 488px;
  }
  .black-overlay {
    align-items: center;
  }
  .black-overlay h3 {
    text-align: center;
    width: 100%;
    max-width: 488px;
  }
  h2.title {
    margin: 60px auto;
  }
  .main_repairs .slider-02 {
    padding: 0 84px;
  }
  .main_staff .slider-03 {
    padding: 0 84px;
  }
  .main_consultation .consultation-item {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0 84px;
  }
  .main_consultation .consultation-item .item-img {
    max-width: 960px;
    height: 320px;
  }
  .main_consultation .consultation-item .item-txt {
    margin: 0;
    margin-top: 28px;
    min-width: auto;
  }
  .main_consultation .consultation-item .item-txt p {
    width: auto;
  }
  .modal .modal-item {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .modal .modal-item .item-txt {
    max-width: 768px;
    padding-bottom: 40px;
    border-bottom: 1px solid #cbcbcb;
    margin: 0;
    margin-bottom: 40px;
  }
  .modal .modal-item .item-form {
    max-width: 768px;
  }
}
@media screen and (max-width: 767.8px) {
  .container {
    padding: 0 24px;
  }
  .header {
    border-bottom: none;
  }
  .navigation {
    display: none;
  }
  .main_repairs .slider-02 {
    padding: 0 56px;
  }
  .main_staff .slider-03 {
    padding: 0 56px;
  }
  .main_consultation .consultation-item {
    padding: 0 56px;
  }
  form .send-tel input {
    width: 100%;
  }
  form .send-btn input {
    width: 100%;
  }
  .main_contacts {
    flex-direction: column;
    justify-content: flex-start;
    padding: 60px 0;
  }
  .main_contacts .contacts-txt {
    min-width: auto;
    max-width: 760px;
    margin: 0;
  }
  .main_contacts .contacts-txt .address,
  .main_contacts .contacts-txt .additional-txt {
    width: 100%;
    max-width: 760px;
  }
  .main_contacts .contacts-map {
    margin-top: 20px;
    height: 426px;
  }
  .modal {
    padding: 48px 84px;
  }
  .popup {
    padding: 60px 90px;
    max-width: 700px;
  }
  .popup .popup-title {
    max-width: 480px;
  }
}
@media screen and (max-width: 575.8px) {
  .header-grid {
    grid-template-columns: 1fr;
    grid-template-areas: "a" "b" "c" "d" "e";
  }
  .header-grid .grid-a,
  .header-grid .grid-b,
  .header-grid .grid-c,
  .header-grid .grid-d,
  .header-grid .grid-e {
    justify-self: center;
  }
  .header-grid .logo {
    flex-direction: column;
  }
  .header-grid .logo .logo-img {
    min-width: 56px;
    min-height: 56px;
    margin: 0;
  }
  .header-grid .logo .logo-txt {
    margin-top: 16px;
    text-align: center;
    width: 100%;
    max-width: 288px;
  }
  .header-grid .address {
    text-align: center;
  }
  .header-grid .call-tel .call-tel-txt h3 {
    font-size: 16px;
  }
  /*.main_special-offers .grid-a .slider-01 .slide {
    height: 416px;
  }*/
  .main_special-offers .grid-a .over-slider {
    padding: 0;
  }
  .main_special-offers .grid-a .over-slider .over-slider_left {
    margin-bottom: 20px;
  }
  .main_special-offers .grid-a .over-slider .over-slider_left h2 {
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 16px;
    padding: 0 16px;
  }
  .main_special-offers .grid-a .over-slider .over-slider_left p {
    font-size: 14px;
  }
  .main_special-offers .grid-a .over-slider .over-slider_right {
    margin-bottom: 16px;
    display: none;
  }
  .main_special-offers .grid-a .over-slider .over-slider_right .counter-digits p {
    width: 56px;
    font-size: 24px;
    line-height: 56px;
    margin-right: 4px;
  }
  .main_special-offers .grid-a .over-slider .over-slider_right .counter-words {
    margin-top: 4px;
  }
  .main_special-offers .grid-a .over-slider .over-slider_right .counter-words p {
    width: 56px;
    font-size: 12px;
    line-height: 20px;
    margin-right: 4px;
  }
  .main_special-offers .grid-a .over-slider .over-slider_right a.btn_type-01 {
    margin-top: 20px;
    padding: 12px 40px;
  }
  .black-overlay {
    padding: 16px 0;
  }
  .black-overlay h3 {
    padding: 0 16px;
  }
  .black-overlay a.btn_type-02 {
    padding: 12px 42px;
  }
  h2.title {
    margin: 40px auto 20px auto;
    font-size: 24px;
  }
  .main_services {
    grid-template-columns: 1fr;
    grid-gap: 40px 0;
    grid-template-areas: "a" "b" "c" "d" "e" "f" "g" "h";
    justify-items: center;
    padding-bottom: 40px;
  }
  .main_services .services-item a.btn_type-03 {
    margin-top: 24px;
    padding: 12px 54px;
  }
  .main_repairs {
    padding-bottom: 40px;
  }
  .main_repairs .slider-02 {
    padding: 0;
  }
  .main_repairs .slider-02 .slick-prev,
  .main_repairs .slider-02 .slick-next {
    z-index: 1;
  }
  .main_repairs .slider-02 .slick-prev {
    left: -20px;
  }
  .main_repairs .slider-02 .slick-next {
    right: -20px;
  }
  .main_repairs .slider-02 .slide-txt {
    margin-top: 20px;
  }
  .main_staff {
    padding-bottom: 40px;
  }
  .main_staff .slider-03 {
    padding: 0;
  }
  .main_staff .slider-03 .slick-prev,
  .main_staff .slider-03 .slick-next {
    z-index: 1;
  }
  .main_staff .slider-03 .slick-prev {
    left: -20px;
  }
  .main_staff .slider-03 .slick-next {
    right: -20px;
  }
  .main_consultation {
    padding-bottom: 40px;
  }
  .main_consultation .consultation-item {
    padding: 0;
  }
  form .send-tel {
    margin-top: 20px;
  }
  form .send-tel input {
    width: 100%;
  }
  form .send-check {
    margin-top: 20px;
  }
  form .send-btn {
    margin-top: 24px;
  }
  form .send-btn input {
    width: 100%;
  }
  .main_additional {
    grid-gap: 40px 16px;
    padding: 40px 0;
  }
  .main_contacts {
    padding: 40px 0 20px 0;
  }
  .modal {
    padding: 32px 56px;
  }
  .modal .modal-title {
    font-size: 24px;
    line-height: 28px;
    text-align: left;
    margin: 0;
    margin-bottom: 40px;
  }
  .popup {
    padding: 40px;
  }
  .popup .popup-title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 479.8px) {
  .main_repairs .slider-02 .slick-prev,
  .main_repairs .slider-02 .slick-next {
    top: 120px;
  }
  .main_repairs .slider-02 .slide .slide-img {
    height: 240px;
  }
  .main_consultation .consultation-item .item-img {
    height: 240px;
  }
  .modal {
    padding: 24px 28px;
  }
  .popup {
    padding: 30px;
  }
  .popup .popup-item .item-img {
    display: block;
    margin-bottom: 20px;
  }
  .popup .popup-item .item-form p {
    margin-top: 20px;
  }
  .popup .popup-item .item-form form .send-tel {
    margin-top: 20px;
  }
  .popup .popup-item .item-form form .send-check {
    margin-top: 20px;
  }
  .popup .popup-item .item-form form .send-btn {
    margin-top: 20px;
  }
}
@media screen and (max-width: 383.8px) {
  .main_repairs .slider-02 .slick-prev,
  .main_repairs .slider-02 .slick-next {
    top: 80px;
  }
  .main_repairs .slider-02 .slide .slide-img {
    height: 160px;
  }
  .main_consultation .consultation-item .item-img {
    height: 160px;
  }
  .modal {
    padding: 20px;
  }
  .popup {
    padding: 20px;
  }
}
/* Базовые настройки */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0; /* Растягиваем на всю ширину экрана */
  z-index: 9999; /* Чтобы всегда находилось поверх основного содержимого */
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 15px;
  box-sizing: border-box;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  transform: translateY(100%); /* Изначально спрятано внизу */
}

/* Анимация появления */
.show {
  opacity: 1;
  transform: translateY(0);
}

/* Стилизация текста внутри баннера */
.cookie-banner p {
  margin-bottom: 10px;
  line-height: 1.4;
}

.cookie-banner a, a:hover, a:active, a:hover, a:visited {
  color: white; 
  text-decoration: underline;
}

/* Кнопка принятия политики cookie */
.cookie-banner button {
  background-color: #fff;
  color: #333;
  border-radius: 5px;
  padding: 10px 20px;
  cursor: pointer;
  border: none;
  outline: none;
  font-weight: bold;
  transition: background-color 0.3s ease-in-out;
}

.cookie-banner button:hover {
  background-color: #ccc;
}

/* Медиа-запросы для мобильных устройств */
@media screen and (max-width: 768px) { /* Настройки для маленьких экранов */
  .cookie-banner {
      font-size: 14px;
      padding: 10px;
  }

  .cookie-banner button {
      padding: 8px 16px;
      font-size: inherit;
  }
}

/* Дополнительная настройка для очень маленьких экранов */
@media screen and (max-width: 480px) {
  .cookie-banner p {
      font-size: 13px;
  }
}

/* --- Исправление мобильной сетки (адаптация) --- */
@media screen and (max-width: 991.8px) {
  /* Все варианты сетки перестраиваются в одну колонку */
  .main_special-offers,
  .main_special-offers-add-all,
  .main_special-offers-add-3,
  .main_special-offers-add-2,
  .main_special-offers-add-1,
  .main_special-offers-add-1-2-2-2 {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas:
      "a"
      "b"
      "c"
      "d"
      "e"
      "f"
      "g"
      "h"
      "i"
      "j"
      "k"
      "l";
    grid-gap: 16px;
  }

  /* Сетка услуг */
  .main_services {
    grid-template-columns: 1fr 1fr;
    grid-gap: 24px;
  }
}

@media screen and (max-width: 575.8px) {
  /* Убираем фиксированные высоты у баннеров */
  .main_special-offers .grid-b,
  .main_special-offers .grid-c,
  .main_special-offers .grid-d,
  .main_special-offers .grid-e,
  .main_special-offers .grid-f,
  .main_special-offers .grid-g,
  .main_special-offers .grid-h {
    height: auto;
    aspect-ratio: 16 / 9; /* сохраняем пропорции */
  }

  /* Корректируем позиционирование текста поверх слайдера */
  .main_special-offers .grid-a .over-slider {
    position: static;
    transform: none;
    padding: 16px;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  /* Исправляем контейнерные отступы */
  .container {
    padding: 0 16px;
  }

  /* Улучшаем читабельность заголовков и кнопок */
  .black-overlay h3 {
    font-size: 18px;
    line-height: 24px;
  }
  .black-overlay a.btn_type-02 {
    font-size: 14px;
    padding: 10px 24px;
  }

  /* Сетка услуг в одну колонку */
  .main_services {
    grid-template-columns: 1fr;
    grid-gap: 32px;
  }

  /* Исправление дополнительных блоков */
  .main_additional {
    grid-template-columns: 1fr;
    grid-gap: 24px;
  }
}
