

/* Start:/local/templates/aspro-allcorp2/components/bitrix/news/services.v3/style.css?17392850263151*/
.form-and-menu-block {
    display: flex;
}

.form-and-menu-block-left {
    width: 363px;
    margin-right: 30px;
}

.form-and-menu-block-right {
    width: calc(100% - 293px);
}

.form-and-menu-block-right-box {
    display: flex;
    align-items: center;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    /* min-height: 550px; */
    position: relative;
}

.form-and-menu-block-right-box::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.form-and-menu-block-right-box > div {
    position: relative;
    z-index: 1;
}

.form-and-menu-block-right-box-left {
    padding: 30px;
    width: 65%;
}

.form-and-menu-block-right-box-left > div {
    max-width: 386px;
    margin: 0 auto;
}

.form-and-menu-block-right-box-left-title h1 {
    font-weight: bold;
    font-size: 36px;
    line-height: 42px;
    color: #FFFFFF;
    font-family: Roboto, Arial, sans-serif;
}

.form-and-menu-block-right-box-left-text {
    margin-top: 20px;
    font-size: 16px;
    line-height: 150%;
    color: #DBDBDB;
}

.form-and-menu-block-right-box-right {
    width: 35%;
}


.service-content-block {
    margin: 30px 0;
    font-weight: normal;
    font-size: 15px;
    line-height: 24px;
    color: #555555;
}

.service-content-block p,
.service-content-block ul,
.service-content-block ol {
    margin-bottom: 15px;
}

.service-content-block p:last-child,
.service-content-block ul:last-child,
.service-content-block ol:last-child {
    margin-bottom: 0;
}

.service-content-block h2 {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #222222;
    margin-bottom: 20px;
    margin-top: 0;
}

.service-content-block img {
    max-width: 100%
}

.full-img-block {
    text-align: center;
}

.service-content-block.double-block {
    display: flex;
    justify-content: space-between;
    margin: 30px 0 60px 0;
}

.service-content-block .double-block-left {
    width: calc(50% - 15px);
}

.service-content-block .double-block-right {
    width: calc(50% - 15px);
}

@media screen and (max-width: 960px) {
    .form-and-menu-block-left {
        display: none;
    }

    .form-and-menu-block-right {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .service-content-block.double-block {
        flex-wrap: wrap;
        margin: 30px 0 60px 0;
        justify-content: center;
    }

    .service-content-block .double-block-left {
        width: 100%;
        margin-bottom: 30px;
    }

    .service-content-block .double-block-right {
        width: 100%;
        text-align: center;
    }

}

@media screen and (max-width: 600px) {
    .form-and-menu-block-right-box {
        flex-direction: column;
    }

    .form-and-menu-block-right-box-left {
        width: 100%;
        padding: 50px 30px;
        min-height: 300px;
    }

    .form-and-menu-block-right-box-right {
        width: 100%;
    }
}

@media screen and (max-width: 350px) {
    .form-and-menu-block-right-box-left-title h1 {
        font-size: 26px;
        line-height: 32px;
    }
}

/* End */


/* Start:/local/templates/aspro-allcorp2/components/bitrix/news.list/services-section_1.v3/style.css?17627535185282*/

/* === Общие стили секции === */
.services-wrapper {
  margin: 60px 0;
  font-family: "Inter", sans-serif;
}

.services-wrapper h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #111;
}
    .button-container {
            text-align: center;
            margin: 40px 0;
        }
        
        .back-button {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 12px 30px;
            background-color: #0088CC;
            color: white;
            text-decoration: none;
            border-radius: 6px;
            font-weight: bold;
            font-size: 18px;
            transition: all 0.3s ease;
            box-shadow: 0 4px 6px rgba(0, 136, 204, 0.3);
            border: none;
            cursor: pointer;
            min-width: 200px;
        }
        
        .back-button:hover {
            background-color: #006699;
            transform: translateY(-3px);
            box-shadow: 0 6px 12px rgba(0, 136, 204, 0.4);
        }
        
        .back-button:active {
            transform: translateY(-1px);
            box-shadow: 0 3px 6px rgba(0, 136, 204, 0.4);
        }
        
        .back-button::before {
            content: "←";
            margin-right: 10px;
            font-size: 20px;
        }
        
        .info-box {
            background: #f8f9fa;
            padding: 20px;
            border-radius: 6px;
            border-left: 4px solid #0088CC;
            margin-top: 30px;
        }
        
        .info-box h3 {
            color: #0088CC;
            margin-bottom: 10px;
        }
        
        .code-block {
        
            color: #f8f8f2;
            padding: 15px;
            border-radius: 6px;
            margin: 15px 0;
            overflow-x: auto;
            font-family: monospace;
        }
            /* Фиксированная кнопка "Наверх" */
        #scrollToTop {
            position: fixed;
            bottom: 30px;
            right: 30px;
            width: 50px;
            height: 50px;
            background-color: #28a745;
            color: white;
            border: none;
            border-radius: 50%;
            cursor: pointer;
            font-size: 20px;
            box-shadow: 0 4px 10px rgba(0,0,0,0.3);
            transition: all 0.3s ease;
            opacity: 0;
            visibility: hidden;
            z-index: 1000;
        }
        
        #scrollToTop.show {
            opacity: 1;
            visibility: visible;
        }
        
        #scrollToTop:hover {
            background-color: #218838;
            transform: translateY(-3px);
        }
.services-wrapper p.description {
  font-size: 16px;
  color: #444;
  margin-bottom: 35px;
  max-width: 850px;
}

/* === Сетка карточек === */
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 20px;
}

/* === Карточка === */
.service-card {
  background: #f8f9fb;
  border-radius: 10px;
  display: flex;
  align-items: center;
  padding: 18px 22px;
  transition: 0.3s ease;
  border: 1px solid #e5e7eb;
}

.service-card:hover {
  background: #fff;
  box-shadow: 0 4px 14px rgba(0,0,0,0.08);
  transform: translateY(-3px);
}

/* === Иконка === */
.service-icon {
  flex: 0 0 42px;
  height: 42px;
  margin-right: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-icon img {
  max-width: 42px;
  max-height: 42px;
}

/* === Контент === */
.service-content {
  flex: 1;
}

.service-content a {
  text-decoration: none;
  font-size: 16px;
  color: #111;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  transition: color 0.3s;
}

.service-content a:hover {
  color: #007acb;
}

/* === Стрелка === */
.service-arrow {
  margin-left: 10px;
  color: #007acb;
  font-weight: bold;
  font-size: 18px;
}

/* === Отступы между секциями === */
.services-block {
  margin-bottom: 60px;
}.services-utp-wr {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 25px;
  margin: 50px 0;
  text-align: center;
}

.services-utp-item {
  background: #f8f9fb;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 25px 20px;
  transition: 0.3s ease;
}

.services-utp-item:hover {
  background: #fff;
  box-shadow: 0 4px 14px rgba(0,0,0,0.08);
  transform: translateY(-3px);
}

.services-utp-item-img img {
  width: 70px;
  height: 70px;
  margin-bottom: 15px;
}

.services-utp-item-title {
  font-weight: 700;
  font-size: 18px;
  color: #007acb;
  margin-bottom: 10px;
}

.services-utp-item-text {
  font-size: 15px;
  color: #444;
  line-height: 1.5;
}

/* SEO блок */
.seo-description {
  margin: 80px 0;
  font-family: "Inter", sans-serif;
}

.seo-description h2 {
  font-size: 26px;
  font-weight: 700;
  color: #111;
  margin-bottom: 20px;
}

.seo-description h3 {
  font-size: 20px;
  font-weight: 700;
  color: #007acb;
  margin: 25px 0 10px;
}

.seo-description p,
.seo-description ul {
  font-size: 16px;
  color: #333;
  line-height: 1.6;
  margin-bottom: 18px;
}

.seo-description ul li {
  margin-bottom: 6px;
}

/* End */
/* /local/templates/aspro-allcorp2/components/bitrix/news/services.v3/style.css?17392850263151 */
/* /local/templates/aspro-allcorp2/components/bitrix/news.list/services-section_1.v3/style.css?17627535185282 */
