

/* Start:/local/templates/prsite/components/bitrix/news.detail/portfolio-page/style.css?177320916110589*/
.landing-main__cards {
    display: flex;
    justify-content: space-between;
}

.landing-main__card {
    width: 302px;
    height: 182px;
    border: 1px solid rgba(104, 104, 104, 1);
    background: rgba(200, 200, 200, 0.1);
    /* Полупрозрачный фон */
    backdrop-filter: blur(10px);
    /* Размытие фона под модальным окном */
}

.landing-main__content {
    height: 65% !important;
}

.landing-card__header {
    font-size: 22px;
    color: rgba(255, 255, 255, 1);
    font-weight: 500;
    position: absolute;
    top: 24px;
    right: 24px;
    left: 24px;
}

.landing-card__body {
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    font-weight: 400;
    position: absolute;
    bottom: 24px;
    right: 24px;
    left: 24px;
}

@media (max-width: 1000px) {
    .inside-second-tabs__bottom {
        display: flex;
        flex-direction: column;
        gap: 25px;
    }

    .landing-main__cards {
        display: none;
    }
}

@media (max-width: 1300px) {
    .inside-second-tabs__bottom {
        display: flex;
        flex-direction: column;
        gap: 25px;
    }
}

@media (min-width: 1000px) {
    .landing-main__cards {
        gap: 20px;
    }
}

.inside-banner__bottom {
    margin-top: 30px;
    max-width: 1280px;
    height: 242px;

    display: flex;
    justify-content: space-between;

    background-image: linear-gradient(to right, rgba(67, 78, 168, 1), rgba(194, 191, 226, 1));
    /* Red at the top, transitioning to blue at the bottom */
    ;
    overflow: hidden;
}

.inside-banner__header {
    position: relative;
    padding-left: 36px;
    padding-top: 36px;
    color: rgba(255, 255, 255, 1);
    font-weight: 400;
    font-size: 32px;
}

.inside-banner__body {
    position: relative;
    padding-left: 36px;
    padding-top: 16px;
    color: rgba(255, 255, 255, 1);
    font-size: 18px;
    font-weight: 300;
}

.inside-banner__btn {
    position: relative;
    bottom: 15px;
    margin-top: 35px;
}

.banner-btn {
    font-size: 14px;
    text-transform: uppercase;
    background-color: rgba(255, 255, 255, 1);
    padding: 13px 26px 13px 26px;
    margin-left: 36px;
}

.inside-banner__image {
    position: relative;
}

.banner-img {
    filter: blur(4px);
    /* Размытие фона под модальным окном */
}

.banner-img-chld {
    left: -110px;
    top: 50px;
    filter: blur(2px);
    transform: rotate(-4deg);
}

.banner-img-par {
    bottom: 50px;
    transform: rotate(13deg);
}

@media(max-width: 550px) {
    .inside-banner__image {
        display: none;
    }

    .inside-banner__bottom {
        font-size: 13px;
    }

    .inside-banner__header {
        font-size: 22px;
    }

    .banner-btn {
        font-size: 12px;
    }
}

.inside-second-tabs__bottom {
    display: flex;
    justify-content: space-between;
}


ul.custom-list {
    list-style-type: none !important;
    padding-left: 0;
}

ul.custom-list li {
    position: relative;
    padding-left: 20px;
    /* Отступ для полоски */
    margin-bottom: 10px;
}

ul.custom-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    /* Центрирование полоски */
    width: 15px;
    height: 2px;
    background-color: #333;
}

.metrika-yandex {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    gap: 24px;
}

@media (max-width: 600px) {
    .metrika-yandex {
        flex-direction: column-reverse;
    }

}

@media (min-width: 600px) {

    .metrika-photo__yandex {
        width: 628px;
        height: 628px;
        background-color: rgba(242, 244, 246, 1);
        display: flex;
        justify-content: center;
    }
}

@media (max-width: 600px) {
    .metrika-photo__yandex {
        max-width: 628px;
        height: 628px;
        background-color: rgba(242, 244, 246, 1);
        display: flex;
        justify-content: center;
    }
}

.metrika-text__yandex {
    max-width: 628px;
}

.metrika-text__yandex li {
    margin: 6px 0 6px 0;
}

.right-text__metrika {
    width: 628px;
    height: 628px;
    background-color: rgba(255, 255, 255, 1);
    display: flex;
    justify-content: center;
}

.left-text__metrika {
    max-width: 628px;
}

.left-text__metrika li {
    margin: 6px 0 6px 0;
}

.portfolio-stage-5__info {
    padding-bottom: 60px;
}

.portfolio-stage-5__info p {
    margin: 20px 0px 0px 0px !important;
}

ul li {
    margin-top: 19px;
}

.portfolio-stage-5__info .images_block {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    gap: 10px;
    overflow: hidden;
    box-sizing: border-box;
    margin: 30px 0;
}

.portfolio-stage-5__info .images_block img {
    flex: 1 1 0;
    width: 100%;
    max-width: 100%;
    height: auto;
    min-width: 500px;
    object-fit: cover;
}


@media (max-width: 550px) {
    .inside-tabs__bottom img {
        max-width: 350px;
        object-fit: contain;
    }
}


@media (min-width: 1350px) {
    .inside-tabs__bottom img {
        max-width: 1280px;
        height: 720px;
    }
}

@media (min-width: 550px) {
    .inside-second-tabs__bottom img {
        width: 624px;
        height: 321px;
    }

    .right-text__metrika {
        width: 628px;
        height: 628px;
    }
}

@media (max-width: 550px) {
    .inside-second-tabs__bottom img {
        max-width: 350px;
        object-fit: contain;
    }

    .inside-second-tabs__bottom {
        flex-direction: column;
        gap: 20px;
    }

    .right-text__metrika {
        max-width: 350px;
    }

}


@media (max-width: 2300px) {
    .landing-main__row {
        min-height: 450px;
    }
}




.portfolio-stage-5__info ul li {
    position: relative;
    padding-left: 25px
}

.portfolio-stage-5__info ul li:before {

    content: '';
    position: absolute;
    width: 25px;
    /* Длина линии */
    height: 0;
    border-bottom: 1px solid black;
    /* Толщина, стиль и цвет линии */

    top: 10px;
    left: -15px;

}

@media (max-width: 550px) {
    .inside-banner__body {
        font-size: 16px;
    }
}


h3, h4, h5, h6 {
    color: rgba(31, 96, 209, 1);
    font-weight: 500;
    margin-top: 25px;
}


.container {
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
    /* Позволяет элементам переноситься на новую строку */
    width: 100%;
    /* Задаем ширину контейнера */
    gap: 30px;
}

.item {
    /* Общие стили для всех элементов */
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 1);
    padding: 10px;
    /* Пример отступов */
    border: 1px solid #ccc;
    /* Пример рамки */
}

/* Стили для верхних 4 блоков */
.item:nth-child(-n+4) {
    flex: 1 0 calc(90% / 4);
    /* Ширина 1/4 контейнера */
}

/* Стили для нижних 3 блоков */
.item:nth-child(n+5) {
    flex: 1 0 calc(95% / 3);
    /* Ширина 1/3 контейнера */
}

.item {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
    height: 303px;
    border: 1px solid rgba(231, 231, 231, 1);
}

.item-header {
    background-color: rgba(242, 244, 246, 1);
    width: 76px;
    height: 76px;
    margin: 24px 0 0 24px;
}

.item-bottom {
    margin: 68px 0 24px 24px;
}

.bottom-numbers {
    margin-top: 5px;
    font-weight: 400;
    font-size: 38px;
}

.bottom-header {
    font-size: 18px;
}

.item-header img {
    margin: 14px;
}

@media (max-width: 550px) {
    .bottom-numbers {
        font-size: 28px;
    }
}


.case-block {
    display: flex;
    justify-content: space-between;
    gap: 24px;
}

@media (max-width: 600px) {
    .case-block {
        flex-direction: column;
    }

    .case-item {
        max-width: 350px;
    }
}

.case-item {
    width: 410px;
    height: 400px;
    display: flex;
    align-items: flex-end;
    background-color: #CC9933;

}

.item-case-bottom {
    margin: 0 0 27px 24px;
    max-width: 346px;
    font-size: 16px;
    /* display: flex; */
    /* align-items: flex-end; */
    /* background-color: #CC9933;

     */
}

.item-case-bottom p {
    padding-top: 20px;
    color: #ffffff;
}



.block-form {
    /* height: 750px; */
    display: flex;
    justify-content: space-between;
    gap: 20px;

}

.header-form {
    font-size: 37px;
    font-weight: 500;
    line-height: 49px;
    margin: 0 !important;
}

.bottom-form {
    font-size: 16px;
}

.bottom-portfolio-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 500px;
}

@media (max-width: 550px) {
    .header-form {
        line-height: 32px;
        font-size: 22px;
    }

    .bottom-form {
        font-size: 13px;
    }

    .block-form {
        flex-direction: column;
        height: auto;
    }

    .block-form__left {
        max-width: 100%;
    }

    .bottom-portfolio-form {
        width: 280px;
    }

    .inside-text-form {
        padding: 20px 34px;
        /* width: 360px; */
    }
}

@media (min-width: 550px) {

    .block-form__right {
        width: 628px;
        /* height: 598px; */
        background: url('/local/templates/prsite/img/director.png') no-repeat center center / cover;
    }
}


@media (max-width: 550px) {

    .block-form__right {
        display: none;
        margin-bottom: 21px;
        width: 360px;
        height: 590px;
        background: url('/local/templates/prsite/img/director.png') no-repeat center center / cover;
    }
}

.block-form__left {
    /* margin-bottom: 20px; */
    width: 628px;
    /* height: 598px; */
    border: 1px solid rgba(231, 231, 231, 1);
}

@media (min-width: 550px) {
    .inside-text-form {
        /* width: 560px; */
        padding: 20px 34px;
    }
}

.bottom-portfolio-form {
    padding-top: 25px;
}

.bottom-portfolio-form input {
    padding: 15px 24px 15px 24px;
    background-color: rgba(242, 244, 246, 1);
}

.bottom-portfolio-form button {
    font-size: 16px;
    color: #fff;
    padding: 15px 95px 15px 95px;
    background-image: linear-gradient(to right, rgba(255, 75, 43, 1), rgba(255, 65, 108, 1));
    margin-top: 12px;
    font-weight: 400;
}

@media (min-width: 550px) {

    .form-checkbox {
        width: 20px;
        height: 20px;
        border: 1px solid black
    }
}

@media (max-width: 550px) {
    .form-checkbox {
        width: 10px;
        height: 10px;
        border: 1px solid black
    }
}

@media(max-height: 1000px) {
    .landing-main-preview {
        top: 60% !important;
    }
}
/* End */


/* Start:/local/templates/prsite/components/bitrix/form.result.new/context-case/style.css?17732091612375*/
table.form-table
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table th, table.form-table td
{
	border:1px solid #ADC3D5;
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th
{
	background-image:url(/local/templates/prsite/components/bitrix/form.result.new/context-case/images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}


table.form-table td
{
	padding: 15px 5px;
}

.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/local/templates/prsite/components/bitrix/form.result.new/context-case/images/icon_warn.gif);
}
/* 
.btn-fos{
    border-radius: 33px;
    font-family: "Roboto_Regular",Helvetica,Arial,sans-serif;
    text-align: center;
    text-decoration: none;
    min-width: 214px;

}

.btn-fos p{
	white-space: nowrap;
    position: relative;
    z-index: 2;
} */

.bottom-portfolio-form {
	width: 100%;
}

.form-request__items
{
	flex-direction: column;
}
.form-request__item {
	padding: 7px !important;
}

.form-request__checkbox {
	margin: 0 !important;
}

.context-case__content {
	display: block;
}

.context-case__field {
	padding: 5px 0;
}

.context-case__label {
	display: block;
	position: relative;
}

.context-case__input {
	width: 100%;
}

.context-case__checkbox .checkbox {
	position: relative;
}

.bottom-portfolio-form input.is-invalid,
.bottom-portfolio-form .context-case__input.is-invalid {
	outline: 1px solid #ff416c;
	background-color: #fff1f4;
}

.bottom-portfolio-form .checkbox.is-invalid .checkbox__check {
	outline: 1px solid #ff416c;
}

.bottom-portfolio-form .reference-form__error {
	display: block;
	margin-top: 6px;
	font-size: 12px;
	line-height: 1.3;
	color: #ff416c;
	opacity: 0;
	max-height: 0;
	overflow: hidden;
	transition: opacity 0.2s ease, max-height 0.2s ease;
}

.bottom-portfolio-form .reference-form__error.is-visible {
	opacity: 1;
	max-height: 40px;
}

.bottom-portfolio-form .context-case__btns {
	margin-top: 0;
}

.bottom-portfolio-form .context-case__submit {
	width: auto;
	max-width: none;
	min-width: 214px;
	padding: 15px 95px 15px 95px;
	margin: 0;
}

.context-case__submit div {
	white-space: nowrap;
    position: relative;
    z-index: 2;
}


@media (max-width: 550px)
{
	.bottom-portfolio-form button,
	.bottom-portfolio-form .context-case__submit {
		padding: 5px 95px 5px 95px !important;
	}

}

/* End */
/* /local/templates/prsite/components/bitrix/news.detail/portfolio-page/style.css?177320916110589 */
/* /local/templates/prsite/components/bitrix/form.result.new/context-case/style.css?17732091612375 */
