* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.page-title {
  color: #454b60;
  font-size: 46px;
  line-height: 1.1;
  font-weight: 500;
  text-align: center;
}

.section-grid {
  margin-top: 30px;
}

.scroll-content {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 90px;
  gap: 40px;
}

.scroll-content__block_first {
  padding-top: 100px;
  padding-bottom: 150px;
}

.scroll-content__block_first .scroll-item + .scroll-item {
  margin-top: 500px;
}

.scroll-content__block_second .scroll-item {
  margin-top: 550px;
}

.scroll-item__title {
  color: #454b60;
  font-size: 36px;
  font-weight: 500;
}

.scroll-item__text {
  color: #454b60;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 400;
  margin-top: 20px;
}

.scroll-item_phone img {
  position: -webkit-sticky;
  position: sticky;
  top: 30px;
  width: 100%;
  max-height: 680px;
  -o-object-fit: contain;
     object-fit: contain;
}

.scroll-item__footer {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 70%;
}

.scroll-item__info {
  margin-left: 10px;
}

.scroll-item__info-title {
  color: #454b60;
  font-size: 16px;
  font-weight: 500;
}

.scroll-item__info-text {
  color: #454b60;
  font-size: 16px;
  margin-top: 5px;
}

.scroll-item__img {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background-color: #bbeafc;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.scroll-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.scroll-item__info {
  margin-left: 10px;
}

.section-showroom {

  border-top: 3px solid #0088B6;
  margin-top: 50px; 
  background-color: #0088B6;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw;
    padding: 40px 0;
}

.section-showroom::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 83%;
  background-color: #009FCA;
  display: block;
  z-index: 1;
}

.section-showroom__content {
  padding-top: 100px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
}

.section-showroom__block {
  position: relative;
  z-index: 2;
}

.section-showroom__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 240px;
  height: 60px;
  border-radius: 8px;
  background-color: #0070a2;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  margin-top: 60px;
}

.section-showroom__btn:hover {
  color: #fff;
}

.section-showroom__title {
  font-size: 68px;
  color: #f1fbfe;
  font-weight: 600;
}

.section-showroom__desc {
  font-size: 24px;
  color: #f1fbfe;
  line-height: 1.5;
  margin-top: 30px;
}

.section-showroom__video {
  width: 360px;
  height: 640px;
  position: relative;
}

.section-showroom__video img, .section-showroom__video video, .section-showroom__video iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 2;
  position: relative;
}

.section-showroom__img {
  position: absolute;
  width: 360px;
  height: 500px;
  top: 50%;
  margin-top: -250px;
  right: -150px;
  z-index: 1;
  border: 10px solid #009FCA;
}

.section-showroom__img img {
  border: 10px solid #fff;
  -o-object-fit: cover;
     object-fit: cover;
}

.section-showroom__tel {
  color: #454b60;
  font-size: 26px;
  line-height: 1.16;
  font-weight: 700;
  text-decoration: none;
  margin-left: 15px;
  margin-top: 30px;
  display: block;
}

.section-showroom__tel:hover {
  color: #454b60;
}

.social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
}

.social-icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  border: 5px solid #BBEAFC;
  margin-right: -15px;
}

.social-icon_wa {
  background-color: #43D854;
}

.social-icon_tg {
  background-color: #0088CC;
}

.social-icon_skype {
  background-color: #00AFF0;
}

.social-icon_zoom {
  background-color: #4A8CFF;
}

.social-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.grid-4-columns {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin-bottom: 100px;
}

.advantages-img {
  border-radius: 20px;
  border: 10px solid #fff;
  -webkit-box-shadow: 10px 10px 10px 0px rgba(0, 112, 162, 0.1);
          box-shadow: 10px 10px 10px 0px rgba(0, 112, 162, 0.1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}

.advantages-img img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}

.advantages-info {
  padding: 0 30px;
  margin-top: 45px;
}

.advantages-text {
  position: relative;
  font-weight: 500;
  font-size: 20px;
  text-decoration: none;
  color: #000;
}

.advantages-text:hover {
  color: #000;
}

.advantages-text::after {
  content: '';
  position: absolute;
  width: 10px;
  height: 2px;
  border-radius: 5px;
  top: -10px;
  left: 0;
  display: block;
  background-color: #FF8100;
}

.section-showroom__video {
  border-radius: 50px;
  border: 10px solid #009FCA;
  background-color: #000;
}

.showroom-wistia {
  border-radius: 40px;
  border: 10px solid #fff;
  width: 100%;
  height: 100%;
  z-index: 2;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .section-showroom__content {
    grid-template-columns: minmax(0, 1fr);
    padding-top: 30px;
  }
  .section-showroom__title {
    text-align: center;
  }
  .section-showroom__desc {
    text-align: center;
  }
  .section-showroom__btn {
    margin: 30px auto 0 auto;
  }
  .section-showroom__tel {
    text-align: center;
    color: #fff;
  }
  .section-showroom__video {
    width: 100%;
    height: 519px;
  }
  .section-showroom__img {
    width: 30%;
    height: 200px;
    right: 170px;
    margin-top: -100px;
  }
  .social-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 16px;
    margin-top: 20px;
  }
  .scroll-item_phone {
    display: none;
  }
  .scroll-content {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
  }
  .scroll-content__block_first {
    padding-top: 50px;
    padding-bottom: 0px;
  }
  .scroll-content__block_first .scroll-item + .scroll-item {
    margin-top: 30px;
  }
  .scroll-content__block_second .scroll-item {
    margin-top: 30px;
  }
}

@media screen and (max-width: 475px) {
  .grid-4-columns {
    grid-template-columns: minmax(0, 1fr);
  }
  .section-showroom__img {
    display: none;
  }
  .showroom-wistia {
    width: 100%;
    height: 500px;
  }
  .section-showroom__title {
    font-size: 32px;
  }
  .section-showroom__desc {
    font-size: 18px;
    line-height: 1;
    margin-top: 15px;
  }
  .social-icon {
    width: 50px;
    height: 50px;
    border-width: 2px;
  }
  .scroll-content {
    margin-top: 30px;
  }
  .scroll-content__block_first {
    padding-top: 0;
  }
  .scroll-item__title {
    font-size: 24px;
  }
  .scroll-item__text {
    font-size: 18px;
    margin-top: 10px;
  }
}

.h2main
{color: #000;
    /* font-weight: 500; */
    z-index: 99999999;
    position: relative;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    margin-top: 44px;
    font-size: 36px;
	}
	
	@media screen and (max-width: 1000px) {
		.serv-content a.button {
    width: 100%;}
	
	
		.h2main {
    color: #000; 
font-size: 21px;
    margin-top: 0px;
    text-shadow: 2px 1px 3px #ffffff;
}




.cat1-catalog__title, .car1-carcas__title {
display: inline-grid !important;
        grid-template-columns: auto auto;
        grid-gap: 10px;
        white-space: normal !important;
        font-size: 26px !important;
        line-height: 26px !important;
        align-items: center;
        max-width: 90%;
}

.tooltip_26 {
    display: flex;
    align-items: center;  /* Центрируем иконку по вертикали относительно текста */
    justify-content: center;
}

.tooltip_26 img {
    vertical-align: middle;  /* Выравнивание изображения по вертикали */
    width: 18px;  /* Примерный размер иконки, можно подстроить */
    height: 18px;  /* Подстраиваем высоту иконки */
}

.tooltip_26 .tooltip_text {

width: auto !important;
        left: unset !important;
        right: 5%;
        transform: translateX(0%) translateY(0) !important;
        min-width: 290px;
}



	}
	 
  

/* Основной контейнер с классом tooltip_26 */
.2tooltip_text
{ display: none;
} 

.tooltip_26 {
    position: relative; 
    display: inline-block; 
    cursor: pointer;
	margin-left: 10px;
}

.tooltip_26 {
    position: relative;
    display: inline-block;
}

.tooltip_text {
    content: attr(data-tooltip_2026);
    position: absolute;
    top: calc(100% + 8px);
    left: 50%;
    transform: translateX(-50%);
    background-color: rgb(205 237 217 / 95%);
    color: #000;
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 14px;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
    max-width: min(350px, 90vw);
    width: max-content;
    box-sizing: border-box;
    text-align: left;
    overflow-wrap: break-word;
    white-space: normal;
    line-height: 1.4;

    z-index: 99;
}

.tooltip_26:hover .tooltip_text {
    visibility: visible;
    opacity: 1;
}

.tooltip_26 img{
vertical-align: baseline;
}

.tooltip_26 .tooltip_text {
    transform: translateX(-50%) translateY(5px);
}

.tooltip_26:hover .tooltip_text {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}