/**
 * Created: 12.08.2024, 13:11
 * Author : Dmitry Antiptsev <cto@34web.ru>
 * Company: 34web Studio
 */

.bitrix-panel
{
    position: relative;
    z-index: 10000;
}

.footer__contacts-column._address div[id^="bx_incl_area_"]
{
    display: contents;
}

.main-container.header-relative{
    position: relative;
}

.main-container.header-relative .header{
    position:absolute;
}

.main-container.header-relative .main-menu{
    position:absolute;
}

@media only screen and (max-width: 1920.98px) {
    .main-container.header-relative .header .header__left:before, .header__right:after {
        width: 1px;
    }
}

/*Отключение активности тегов, пожелание Инны*/
._no-touch a.project-item__tag:hover,._no-touch a.project-item__tag:active {
    --UIBtnText: var(--white);
    --UIBtnIcon: var(--UIBtnText);
    --UIBtnBg: var(--black);
    --UIBtnBorder: var(--black);
}
/*.groups-item._active .groups-item__link,*/
/*.groups-item__input:checked~.groups-item__link{*/
/*    pointer-events: auto;*/
/*}*/

/* маркеры списка для кейсов в блоге */
._list-type-dash>li {
    list-style-type: '-  ';
}

._list-type-number>li {
    list-style-type: decimal;
}

._list-type-circle>li {
    list-style-type: circle;
}

._list-type-latin>li {
    list-style-type: lower-latin;
}

._list-type-none>li {
    list-style-type: none;
}

@media only screen and (min-width: 600px) {
    .four-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}


@media only screen and (min-width: 1720px) {
    .stages__grid-center._b24 {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* форматирование текста в блоге */
._align-center {
    text-align: center;
}

._align-end {
    text-align: end;
}

._marker-color--orange li::marker {
    color: var(--orange, #F56F10);
}

._fw-bold {
    font-weight: bold;
}

._fs-italic {
    font-style: italic;
}

._color-orange {
    color: var(--orange, #F56F10);
}

._color-red {
    color: #ee1d24;
}

._color-black {
    color: var(--black, #383838);
}

._text-uppercase {
    text-transform: uppercase;
}

._text-line-through {
    text-decoration: line-through;
}

._fs-bigger {
    font-size: 1.5rem;
}

._fs-smaller {
    font-size: 0.9rem;
}

/* таблицы в блоге */
.blog-table .swiper-slide{
    flex-shrink: 1;
}

.blog-table .td-w-50 td {
    width: 50%;
    border-bottom: 0;
}

.blog-table .t-border-0 td {
    border: 0;
}

.colored_table {
    width: 100%;
    box-sizing: border-box;
    border-collapse: collapse;
}

.colored_table thead {
    border: 1px solid #f2f2f2;
}

.colored_table tbody {
    border-left: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
}

/* Перенос со старого сайта. Специфичное оформление на странице /blog/christmas-decoration-on-your-website-for-the-new-year/ */
.blog_number-gift div {
    float: left;
    background: url('/upload/medialibrary/565/1njtonhrv0j8cztiqu6jwpmhwdd1tw8v.jpg') no-repeat;
    width: 49px;
    font-size: 26px;
    font-weight: 700;
    color: #f16522;
    line-height: 90px;
    text-align: center;
    margin-right: 20px;
}

/* Перенос со старого сайта. */
.yellow-box {
    padding: 20px;
    background-color: rgb(255, 245, 221);
}

/* Перенос со старого сайта. Специфические контентные блоки, например, /blog/perenos-sayta/ */
.block-list-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.adv-block-list-el {
    display: flex;
    padding: 0 15px;
    width: 50%;
    margin-bottom: 30px;
}

.adv-block-list-el h3 {
    font-size: 1.6em;
    line-height: 24px;
    margin: 40px 0 26px;
}

.adv-block-list-content {
    display: flex;
    padding: 25px;
    background-color: #f4961b38;
    color: #696969;
}

.adv-block-text {
    margin-top: -30px;
}

.adv-block-text p {
    margin: 0 0 20px;
}

.adv-block-img-container img {
    max-width: 150px;
    margin-right: -40px;
    margin-top: -40px;
}

/* Аккордион в блоге */
.spoiler-block {
    background-color: #f7f7f7;
    border: 1px solid #f58f38;
    padding: 0;
    border-radius: 5px;
    width: 100%;
    margin: 0 0 20px;
}

.spoiler-block .spoiler-content {
    padding: 10px;
    display: none;
}

.spoiler-block .spoiler-header.opened::before {
    content: "\f146"
}

.spoiler-block .spoiler-header::before {
    display: inline-block;
    font: 14px/1 FontAwesome;
    text-rendering: auto;
    content: "\f0fe";
    padding-right: 10px;
}

.spoiler-block .spoiler-header {
    background-color: #e76f0a;
    display: block;
    margin: 2px;
    padding: 2px 10px;
    color: #fff;
    cursor: pointer;
    user-select: none;
}

@media only screen and (max-width: 1023px) {
    .footer__form {
        cursor: pointer;
    }
}

._visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}
.props-list__item.disabled{
    cursor: default;
    color: gray;
}
.props-list__item.disabled:hover {
    --UIBtnText: var(--black);
    --UIBtnIcon: var(--UIBtnText);
    --UIBtnBg: var(--white);
    --UIBtnBorder: var(--gray_DB);
    cursor: default;
    color: gray;
}

.sticky-list>[id^="bx_incl_area"]{
    width: 100%;
}

/*серый цвет на фото, при наведении будет цветное*/
a.partners__item>img{
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
}
a.partners__item:hover>img{
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
}

._nowrap {
    white-space: nowrap;
}

/* Перемещение виджета в центр */
.b24-widget-button-wrapper.b24-widget-button-position-bottom-right {
    bottom: 10px;
    right: 5px;
}

/* для отображение виджета с кнопкой принятия куки */
.cookiesnotify__actions {
    width: 80% !important;
}

/* Ссылки на соглашения в футере */
.footer__agreements-list {
    margin: 20px 0;
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: space-between;
}

.footer__agreements-item .agreement-link {
    --UIBtnText: var(--white);
    text-decoration: none;
}

.footer__agreements-item .agreement-link:hover {
    --UIBtnText: var(--orange);
    text-decoration: none;
}

.agreement-link {
    --UIBtnText: var(--orange);
    transition-property: color,background,border,opacity,text-decoration-color;
    transition-duration: var(--UIBtnDuration);
    transition-delay: var(--UIBtnDelay);
    color: var(--UIBtnText);
    cursor: pointer;
}

@media only screen and (max-width: 1023px) {
    .footer__agreements-list {
        flex-direction: column;
        text-align: center;
        margin: 0 0 20px;
    }
}

/* формы */
.form-field-custom {
    --fieldFontSize: 14px;
    padding-bottom: 0;
}
.form-field-custom__wrapper {
    position: relative;
    display: flex;
    width: 100%;
    gap: 10px;
    align-items: center;
}
.form-field-custom__input[type='checkbox'] {
    position: relative;
    display: block;
    height: 20px;
    width: 20px;
}
.form-field-custom__label {
    position: relative;
    width: 95%;
    color: var(--gray_8A);
    font-size: var(--fieldFontSize);
    background: none;
}
.form-field-custom .form-field__error.form-field-custom__error {
    position:relative;
    margin-top: 2px;
    color: var(--error);
    font-size: 14px;
    line-height: 1.2;
}

/* для адекватного отображения главной в режиме редактирования */
.projects-list>div[id^="bx_incl_area_"] {
  all: inherit;
  width: 100%;
}


/* стили для статей блога */

/* несортированный список с зелёной галочкой в качестве буллета */
ul.green-checked-list li {
	list-style-type: '\2705';
	padding-left: 5px;
}

/* несортированный список с тире в качестве буллета */
.list-long-dash li {
	list-style-type: '\2014';
	padding-left: 5px;
}

/* иконки, которые ломаются при редактировании блога, если вставлены просто в текст */

/* иконка телефона */
i.icon-telephone-receiver::before {
    content: '\1F4DE';
    font-style: normal;
}

/* иконка смайлика */
i.slightly-smiling-face::before {
    content: '\1F642';
    font-style: normal;
}

/* иконка руки, указывающей вправо */
.finger-pointing-right-emoji-icon::before {
	content: '\01F449';
	font-style: normal;
}

/* иконка электронной почты */
.email-emoji-icon::before {
	content: '\01F4E7';
	font-style: normal;
}

/* иконка почты со стрелкой вниз */
.envelope-with-arrow-emoji::before {
	content: '\1F4E9';
	font-style: normal;
}