

/* Start:/bitrix/templates/aspro-allcorp2c/css/serviceNewTemp.css?174766644011020*/
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.body {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}

.services-inner {
  max-width: 1440px;
  width: 100%;
  padding-top: 10px;
  margin: 0 auto;
}

.services-container {
  max-width: 1015px;
  width: 100%;
}

.services-title {
  font-family: "Roboto";
  color: var(--black);
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 60px;
}
@media screen and (max-width: 960px) {
  .services-title {
    font-size: 28px;
    line-height: 1.36;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 600px) {
  .services-title {
    font-size: 22px;
    margin-bottom: 20px;
  }
}

ul {
  list-style: none;
}

a,
a:active,
a:hover {
  outline: none;
  text-decoration: none;
  transition: 0.3s;
}

button,
button:active,
button:focus,
button:hover,
input,
input:active,
input:focus,
input:hover,
textarea,
textarea:focus {
  outline: none;
}

textarea {
  resize: none;
}

img {
  max-width: 100%;
}

button {
  cursor: pointer;
}

.button {
  min-width: 142px;
  background: unset;
  font-family: "Roboto";
  color: var(--red);
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  padding: 12px;
  border: 1px solid var(--red);
  transition: background-color 0.1s ease;
}
.button:hover {
  background-color: var(--red);
  color: #fff;
}

.swiper-scrollbar-drag {
  max-width: 305px;
  background-color: var(--red);
}

:root {
  --black: #222222;
  --silver: #f5f7f7;
  --red: #b41818;
  --gray: #7b7b7b;
}

@font-face {
  font-family: "Roboto";
  src: url("/bitrix/templates/aspro-allcorp2c/css/../fonts/Roboto-Bold.woff2") format("woff2"), url("/bitrix/templates/aspro-allcorp2c/css/../fonts/Roboto-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/bitrix/templates/aspro-allcorp2c/css/../fonts/Roboto-Medium.woff2") format("woff2"), url("/bitrix/templates/aspro-allcorp2c/css/../fonts/Roboto-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/bitrix/templates/aspro-allcorp2c/css/../fonts/Roboto-Regular.woff2") format("woff2"), url("/bitrix/templates/aspro-allcorp2c/css/../fonts/Roboto-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.main-screen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  gap: 64px;
  margin-bottom: 100px;
}
@media screen and (max-width: 960px) {
  .main-screen {
    flex-direction: column;
    gap: 40px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 600px) {
  .main-screen {
    gap: 25px;
  }
}
.main-screen__image {
  display: block;
  width: 100%;
  height: 461px;
  border-radius: 20px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 960px) {
  .main-screen__image {
    height: 335px;
  }
}
@media screen and (max-width: 600px) {
  .main-screen__image {
    height: 199px;
  }
}

.support {
  max-width: 281px;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .support {
    max-width: 100%;
    order: -1;
  }
}
.support__content {
  background-color: #fbfbfb;
  padding: 48px 0 23px;
  margin-bottom: 5px;
}
@media screen and (max-width: 960px) {
  .support__content {
    padding: 20px 30px 9px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 600px) {
  .support__content {
    padding: 25px 30px 18px;
  }
}
.support__image {
  display: block;
  width: 88px;
  height: 80px;
  margin: 0 auto 29px;
}
@media screen and (max-width: 960px) {
  .support__image {
    margin: 0 0 9px;
  }
}
@media screen and (max-width: 600px) {
  .support__image {
    display: none;
  }
}
.support__text {
  max-width: 215px;
  font-family: "Roboto";
  color: var(--black);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 0;
}
@media screen and (max-width: 960px) {
  .support__text {
    max-width: 100%;
    text-align: left;
    margin: 0 0;
  }
}
.support__button {
  background-color: #fbfbfb;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 960px) {
  .support__button {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 600px) {
  .support__button {
    padding-bottom: 25px;
  }
}
.support__btn {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .support__btn {
    min-width: 250px;
    margin: 0 0;
  }
}
@media screen and (max-width: 600px) {
  .support__btn {
    min-width: 100%;
  }
}

.services {
  margin-bottom: 100px;
}
@media screen and (max-width: 960px) {
  .services {
    margin-bottom: 80px;
  }
}
.services__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.services__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--silver);
  border-radius: 10px;
  padding: 30px 25px;
}
@media screen and (max-width: 960px) {
  .services__item {
    padding: 30px 18px;
  }
}
@media screen and (max-width: 690px) {
  .services__item {
    flex-direction: column;
    align-items: unset;
    justify-content: unset;
    gap: 37px;
    padding: 20px 15px;
  }
}
.services__text {
  max-width: 325px;
  font-family: "Roboto";
  color: var(--black);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0;
}
@media screen and (max-width: 690px) {
  .services__text {
    max-width: 100%;
    font-size: 16px;
  }
}
.services__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 960px) {
  .services__inner {
    gap: 14px;
  }
}
@media screen and (max-width: 690px) {
  .services__inner {
    flex-direction: column;
    align-items: unset;
    gap: 14px;
  }
}
.services__price {
  font-family: "Roboto";
  color: var(--red);
  font-size: 25px;
  font-weight: 700;
  line-height: 1.5;
}
.services__button {
  min-width: 183px;
}
@media screen and (max-width: 960px) {
  .services__button {
    min-width: 132px;
  }
}
@media screen and (max-width: 690px) {
  .services__button {
    width: 100%;
  }
}

.brands {
  margin-bottom: 100px;
}
@media screen and (max-width: 960px) {
  .brands {
    margin-bottom: 80px;
  }
}
.brands__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
@media screen and (max-width: 960px) {
  .brands__items {
    gap: 16px;
  }
}
@media screen and (max-width: 600px) {
  .brands__items {
    grid-template-columns: repeat(2, 1fr);
    gap: 13px;
  }
}
.brands__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 237px;
  width: 100%;
  height: 161px;
  background-color: var(--silver);
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .brands__item {
    max-width: 172px;
    height: 117px;
  }
}
@media screen and (max-width: 600px) {
  .brands__item {
    max-width: 100%;
    height: 94px;
  }
}
.brands__img {
  display: block;
  max-width: 180px;
  width: 100%;
  max-height: 125px;
}
@media screen and (max-width: 960px) {
  .brands__img {
    max-width: 130px;
    max-height: 90px;
  }
}
@media screen and (max-width: 960px) {
  .brands__img {
    max-width: 130px;
    max-height: 90px;
  }
}
@media screen and (max-width: 600px) {
  .brands__img {
    max-width: 105px;
    max-height: 74px;
  }
}

.services-info {
  margin-bottom: 100px;
}
@media screen and (max-width: 960px) {
  .services-info {
    margin-bottom: 80px;
  }
}
.services-info__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 45px;
}
@media screen and (max-width: 960px) {
  .services-info__items {
    gap: 30px;
  }
}
.services-info__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 55px;
}
@media screen and (max-width: 960px) {
  .services-info__item {
    flex-direction: column;
    gap: 30px;
  }
}
.services-info__inner {
  max-width: 887px;
  font-family: "Roboto";
  color: var(--gray);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.services-info__inner ul {
  font-family: "Roboto";
  color: var(--gray);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.services-info__inner ul li {
  list-style: disc;
  margin-left: 27px;
  padding-left: 0;
  margin-bottom: 0;
}
.services-info__img {
  max-width: 440px;
  min-width: 440px;
  width: 100%;
  height: 250px;
  border-radius: 15px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 960px) {
  .services-info__img {
    max-width: 100%;
    min-width: unset;
    height: 352px;
  }
}
@media screen and (max-width: 600px) {
  .services-info__img {
    height: 206px;
  }
}
@media screen and (max-width: 960px) {
  .services-info__img--order {
    order: 1;
  }
}

.services-info ul li::before {
  display: none;
}

.advantages {
  margin-bottom: 100px;
}
@media screen and (max-width: 960px) {
  .advantages {
    margin-bottom: 80px;
  }
}
.advantages__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 960px) {
  .advantages__cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .advantages__cards {
    grid-template-columns: repeat(1, 1fr);
  }
}
.advantages__card {
  max-width: 325px;
  width: 100%;
  background-color: var(--silver);
  border-radius: 10px;
  padding: 17px 15px 23px;
}
@media screen and (max-width: 960px) {
  .advantages__card {
    max-width: 100%;
    min-height: 161px;
  }
}
.advantages__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 14px;
}
@media screen and (max-width: 600px) {
  .advantages__inner {
    gap: 10px;
  }
}
.advantages__img {
  width: 50px;
  height: 50px;
}
.advantages__title {
  max-width: 206px;
  font-family: "Roboto";
  color: var(--black);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 600px) {
  .advantages__title {
    max-width: 100%;
  }
}
.advantages__text {
  max-width: 280px;
  font-family: "Roboto";
  color: var(--gray);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 0;
}
@media screen and (max-width: 600px) {
  .advantages__text {
    max-width: 100%;
  }
}

.services-gallery {
  margin-bottom: 100px;
}
@media screen and (max-width: 960px) {
  .services-gallery {
    margin-bottom: 80px;
  }
}
.services-gallery__wrapper {
  margin-bottom: 20px;
}
.services-gallery__slide {
  max-width: -moz-max-content;
  max-width: -webkit-max-content;
  max-width: max-content;
}
.services-gallery__img {
  display: block;
  height: 250px;
  border-radius: 15px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 600px) {
  .services-gallery__img {
    max-width: 228px;
    height: 171px;
  }
}
.services-gallery__scrollbar {
  bottom: 0;
}
/* End */


/* Start:/bitrix/templates/aspro-allcorp2c/components/bitrix/news/ServiceNewTemp/bitrix/news.detail/.default/style.css?1751493994748*/
div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}
.services-info__img-float {
	float: right;
	width: 300px;
	height: auto;
	margin: 0 0 20px 20px;
}
@media (max-width: 768px) {
	.services-info__img-float {
		float: none;
		display: block;
		margin: 0 auto 20px;
		width: 100%;
		max-width: 300px;
	}
}

.brands .services-links {
    display: flex;
    gap: 30px;
    justify-content: center;
    flex-wrap: wrap;
    background-color: #e30613;
    padding: 20px 0;
}

.brands .services-link {
    color: white;
    text-decoration: none;
    font-size: 16px;
    transition: opacity 0.3s;
}

.brands .services-link:hover {
    opacity: 0.7;
}

/* End */
/* /bitrix/templates/aspro-allcorp2c/css/serviceNewTemp.css?174766644011020 */
/* /bitrix/templates/aspro-allcorp2c/components/bitrix/news/ServiceNewTemp/bitrix/news.detail/.default/style.css?1751493994748 */
