

/* Start:/blog/style.css?17822216302415*/
.blog-page--bottom {
    display: flex;
}

.blog-page-articles {
    width: 67%;
}

.blog-page-articles .blog-page .section-hold {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.blog-page-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 10px;
    width: 32%;
    gap: 10px;
}
.blog-page-info--socials{
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.blog-page-info--socials a {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 6px;
    color: #fff;
    text-decoration: none;
    padding: 5px 16px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    transition: opacity 0.3s ease-in;
}
.blog-page-info--socials a:hover{
    opacity: 0.7;
}
.blog-page-info--socials .socials-vk {
    background: #4D69A1;
}
.blog-page-info--socials .socials-dzen {
    background: #000000;
}
.blog-page-info--socials .socials-tg {
    background: #1E96C8;
}
.blog-page-info--socials .socials-rutube {
    background: #100943;
}
.blog-page-info--socials .socials-vc-ru {
    background: #FEEBEF;
    color: #000000;
    text-transform: uppercase;
    padding: 10px 16px;
}

.blog-page-info--socials a img{
    margin: 0;
}
.blog-page-info--socials .socials-rutube img{
    max-width: 105px;
    padding: 4px;
}

.about_info .text_block ul li::before{
    content: none;
}
.about_info .text_block ul li{
    padding-left: 0;
}

@media (max-width: 767px) {
    .blog-page--bottom {
        flex-wrap: wrap;
    }
    .blog-page-articles {
        width: 100%;
    }

    .blog-page-info {
        width: 100%;
        margin-top: 20px;
    }
}

.blog-slider--top .banner-cart,
.blog-slider--bottom .banner-cart
{
    padding: 0;
}

.blog-page .block{
    margin-bottom: 0;
}
.blog-page .articles .cont {
    line-height: 0;
}
.blog-slider--top .banner-cart__slide-img img,
.blog-slider--bottom .banner-cart__slide-img img
{
    margin: 0;
}

@media (max-width: 400px){
    .blog-page .bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
    .blog-page .bx-pagination .bx-pagination-container ul li.bx-pag-next a span
    {
        padding: 0 12px;
    }
}
@media (max-width: 930px) {
    .blog-page-info {
        justify-content: flex-start;
    }
}

/* End */


/* Start:/bitrix/templates/textime/components/bitrix/news.detail/news_detail_blog/style.css?17823087471262*/
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}

div.news-detail img:not([class='blog-card_small__img']){
	object-fit: cover;
	object-position: center top;
	height: auto;
}
.news-date-time
{
	color:#486DAA;
}

.blog-card_small__tag {
	padding: 2px 12px;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	background: #ec691f;
	border-radius: 4px;
	letter-spacing: .5px;
	line-height: 170%;
}
.blog-card_small__date {
	font-weight: 700;
	font-size: 14px;
	color: #999;
}

.news-detail-info {
	display: flex;
	justify-content: center;
	gap: 30px;
	flex-wrap: wrap;
	padding-top: 30px;
	margin-top: 30px;
	border-top: 1px solid #e0e0e0;
}
.news-detail-info-next {
	width: 50%;
	max-width: 100%;
}
.news-detail-info-next .blog-card_small {
	width: 100%;
}
.news-detail-info-next__label {
	display: block;
	font-size: 13px;
	font-weight: 600;
	color: #999;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 12px;
}
.news-detail-info-social {
	flex-shrink: 1;
	width: 45%;
}
.news-detail-info-social-text{
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
}

@media (max-width: 760px){

	.news-detail-info-next,
	.news-detail-info-social
	{
		width: 100%;
	}
}

.about_info .cont{
	max-width: 850px;
	padding: 0;
}

/* End */


/* Start:/bitrix/templates/textime/components/bitrix/catalog.item/blog_card_detail/style.css?17823086182056*/

.blog-card_small {
	display: flex;
	flex-direction: column;
	background: #fff;
	overflow: hidden;
	box-shadow: 0 1px 4px rgba(0,0,0,.1);
	border-radius: 5px;
	width: calc(33.33% - 14px);
	height: 22vh;
}

.blog-card_small__img-wrap {
	position: relative;
	overflow: hidden;
	height: 66%;
}

.blog-card_small__img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;

}
.blog-card_small__img-wrap .blog-card_small__img{
	margin:0;
}

.blog-card_small__tag {
	padding: 2px 12px;
	font-size: 11px;
	font-weight: 700;
	color: #fff;
	background: #ec691f;
	border-radius: 4px;
	letter-spacing: .5px;
	line-height: 170%;
}

.blog-card_small__body {
	display: flex;
	flex-direction: column;
	gap: 6px;
	padding: 10px;
	flex: 1;
	line-height: 47%;
}

.blog-card_small__title {
	font-weight: 700;
	font-size: 13px;
	line-height: 1.35;
	color: #333;
	text-decoration: none;
}
.blog-card_small__title:hover {
	color: #ec691f;
}

.blog-card_small__date {
	font-size: 12px;
	color: #999;
}

.blog-card_small__preview {
	font-size: 13px;
	line-height: 1;
	color: #555;
	margin: 0;
	text-decoration: none;
}

.blog-card_small__more {
	align-self: flex-start;
	font-size: 14px;
	font-weight: 600;
	color: #ec691f;
	text-decoration: none;
	margin-top: auto;
}
.blog-card_small__more:hover {
	text-decoration: underline;
}

@media (max-width: 1101px) {
	.blog-card_small {
		width: calc(50% - 10px);
	}

}

@media (max-width: 767px) {
	.blog-card_small {
		height: 280px;
	}
	.blog-card_small__img-wrap {
		height: 180px;
	}
	.blog-card_small__img {
		object-position: center top;
	}
	.blog-card__title{
		font-size: 14px;
		font-weight: 500;
	}
	.blog-card__link{
		padding: 10px;
	}
	.blog-card_small__body {
		padding: 10px 12px 14px;
		gap: 4px;
	}
	.blog-card_small__title {
		font-size: 13px;
	}
	.blog-card_small__preview {
		display: none;
	}
	.blog-card_small__date {
		font-size: 12px;
	}
}



/* End */


/* Start:/bitrix/templates/textime/components/bitrix/form.result.new/question_blog/style.css?178213591713176*/

.form-question-blog.form-block.block.bg_white.no_border{
    border-top: none;
    margin-top: 0;
}
.form-question-blog.form-block.block.bg_white.no_border .cont{
    padding: 0;
    max-width: 100%;
}
.form-popup-modal .form-request-wrap {
    border: none;
}
.form-popup-modal .form-request {
    padding: 0 20px;
}

.form-request-wrap.hidden {
    display: none;
}
.form-question-blog.form-block.block.bg_white.no_border .cont .form-request-wrap {
    max-width: 100%;
    margin-left: 0;
}
.form-request-wrap h1 {
    margin-top: 0;
}
.form-request {
    padding: 0;
}
.form-request form {
    margin: 0;
}
.form-request .form-fields {
    display: flex;
    flex-wrap: wrap;
}
.form-request .form-fields,
.form-request .form-fields .form-field {
    width: 100%;
    margin-right: 0;
}

.form-request .form-fields .form-field + .form-field {
    margin-top: 15px;
}
.form-request .form-fields .form-field .form-field-caption {
    margin-bottom: 7px;
    font-size: 16px;
}

.form-request input[type="text"] {
    border: 1px solid #c8c8c8;
    border-radius: 3px;
    width: 100%;
    max-width: 100%;
    padding: 10px 15px;
    font-size: 16px;
    outline: none;
    box-shadow: inset 1px 1px 3px -1px rgba(0, 0, 0, 0.4);
    transition: 300ms ease-in-out;
    transition-property: border-color, box-shadow;
}
.form-request input[type="text"]:hover,
.form-request input[type="text"]:focus {
    border-color: red;
    box-shadow: inset 1px 1px 3px -1px rgb(236 105 31 / 40%);
}


.form-request .form-field.field-error input[type="text"] {
    border-color:red;
    box-shadow: inset 0px 0px 0 1px red;
}

.form-request input[type="text"]::-webkit-input-placeholder {color:#6F6F6F;}
.form-request input[type="text"]::-moz-placeholder          {color:#6F6F6F;}
.form-request input[type="text"]:-moz-placeholder           {color:#6F6F6F;}
.form-request input[type="text"]:-ms-input-placeholder      {color:#6F6F6F;}

.form-request .form-field.field-error input[type="text"]::-webkit-input-placeholder {color:red;}
.form-request .form-field.field-error input[type="text"]::-moz-placeholder          {color:red;}
.form-request .form-field.field-error input[type="text"]:-moz-placeholder           {color:red;}
.form-request .form-field.field-error input[type="text"]:-ms-input-placeholder      {color:red;}

.form-request .field-hidden {
    display: none;
}

.form-request-wrap.success {
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    padding: 30px;
    border: 1px solid #ccc;
    border-radius: 10px;
}
.form-request-wrap .success-message {
    font-size: 22px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Oswald', 'Roboto', 'Arial Narrow', sans-serif;
    font-weight: bold;
    color: red;
    align-items: center;
}

.form-consultation.form-consultation--question-blog .form-request .submit {
    margin-top: 10px;
    text-align: end;
}

.form-request textarea {
    resize: none;
    border: 1px solid #c8c8c8;
    border-radius: 3px;
    width: 100%;
    max-width: 100%;
    padding: 10px 15px;
    font-size: 16px;
    outline: none;
    box-shadow: inset 1px 1px 3px -1px rgba(0, 0, 0, 0.4);
    transition: 300ms ease-in-out;
    transition-property: border-color, box-shadow;
}
.form-request .form-field.field-error textarea {
    border-color:red;
    box-shadow: inset 0px 0px 0 1px red;
}
/*.form-request input[type="submit"] {
    cursor: pointer;
    background-color: #000;
    color: #fff;
    font-size: 16px;
    width: 100%;
    height: 57px;
    line-height: 57px;
}*/

.field-agreement {
    line-height: 1.3;
    cursor: pointer;
    margin-top: 25px;
    font-size: 13px;
    padding-top: 20px;
    border-top: 1px solid #c8c8c8;
    margin-top: 20px;
    text-align: justify;
}
.field-agreement a {
    font-weight: 500;
    display: inline-block;
    white-space: nowrap;
    color: red;
    text-decoration: none;
    border-bottom: 1px dashed currentColor;
    transition: color 300ms ease;
}
.field-agreement a:hover {
    color: black;
}

.form-request label {
    position: relative;
    display: inline-block;
}

/* Radio */
.form-request .form-fields .form-field.field-radio label {
    cursor: pointer;
}
.form-request .form-fields .field-radio label + label {
    margin-bottom: 7px;
}
.form-request label > input[type="radio"] {
    appearance: none;
    cursor: pointer;
    position: relative;
    top: 2px;
    display: inline-block;
    line-height: 1.25;
    width: 18px;
    height: 18px;
    margin-right: 7px;
}
.form-request label > input[type="radio"]::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin-right: 10px;
    padding: 0px;
    cursor: pointer;
    background-color: #f9f9f9;
    border: 1px solid #777;
    border-radius: 50%;
    transition: 300ms ease-in-out;
    transition-property: border-color, box-shadow;
}
.form-request .field-error label > input[type="radio"]::before {
    border-color: red;
    box-shadow: inset 0px 0px 0 1px red;
}
.form-request label > input[type="radio"]:checked::before {
    /*border-color: #fff;
    background-color: #000;*/
}
.form-request label > input[type="radio"]::after {
    content: "";
    width: 60%;
    height: 60%;
    border-radius: 50%;
    background-color: transparent;
    display: block;
    position: absolute;
    left: calc(50% + 1px);
    top: calc(50% + 1px);
    transform: translate(-50%, -50%);
    transition: background-color 150ms ease-in-out;
}
.form-request label > input[type="radio"]:checked::after {
    background-color: #777;
}
/* /Radio */


/* Checkbox */
.form-field input[type="checkbox"] {
    width: 1px;
    height: 1px;
    top: 0;
    left: 0;
    position: absolute;
}
.form-field input[type="checkbox"] + * {
    display: flex;
}
.form-field input[type="checkbox"] + *:before {
    content: "";
    display: block;
    width: 21px;
    min-width: 21px;
    height: 21px;
    background-color: #FFFDFD;
    border: 2px solid #eee;
    border-radius: 1px;
    margin-right: 7px;
    cursor: pointer;
    transition: 300ms ease-in-out;
    transition-property: border-color, background-color;
}
.field-error input[type="checkbox"] + *:before {
    border-color: #fd4b4b;
}
.field-agreement:hover input[type="checkbox"] + *:before {
    border-color: red;
    background-color: red;
}
.form-field input[type="checkbox"]:checked + *:before {
    border-color: red;
    background-color: red;
}
.form-field input[type="checkbox"] + *:after {
    content: "";
    position: absolute;
    top: 6px;
    left: 6px;
    display: block;
    width: 10px;
    height: 6px;
    content: '';
    transition: opacity .2s linear;
    transform: rotate(-45deg);
    opacity: 0;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    transition: 300ms ease-in-out;
    transition-property: opacity, color, border-color;
}
.field-agreement label {
    cursor: pointer;
}
.field-agreement:hover input[type="checkbox"]:checked + *:after {
    background-color: red;
}
.form-field input[type="checkbox"]:checked + *:after {
    opacity: 1;
}
/* /Checkbox */



.form-request .form-fields .form-field {
    position: relative;
}

.form-request .captcha {
    margin-top: 10px;
}
.form-request .captcha .form-field-caption {
    width: 100%;
}
.form-request .captcha .captcha-fields {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}
.form-request .captcha input[type="text"] {
    flex-grow: 1;
    margin-left: 10px;
}

.form-request .captcha .captcha-reload {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 8px;
    padding: 8px;
    border-radius: 4px;
    color: #888;
    transition: color 0.2s ease, background-color 0.2s ease;
    flex-shrink: 0;
    line-height: 0;
}
.form-request .captcha .captcha-reload:hover {
    color: #000;
    background-color: #f0f0f0;
}
.form-request .captcha .captcha-reload svg {
    width: 22px;
    height: 22px;
}
.form-request .captcha .captcha-reload--loading {
    pointer-events: none;
    animation: captcha-spin 0.8s linear infinite;
}
@keyframes captcha-spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.form-request .captcha.field-error input[type="text"] {
    border-color: red;
    box-shadow: inset 0px 0px 0 1px red;
}
.form-request .captcha.field-error .captcha-reload {
    color: red;
}
.form-request .captcha.field-error .captcha-fields {
    padding: 8px;
    border: 1px solid red;
    border-radius: 4px;
}

.form-request .button {
    width: 100%;
    margin-top: 20px;
}




.form-request .inputfile input[type=file] {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.form-request .inputfile {

    border: 1px solid #c8c8c8;
    border-radius: 3px;
    width: 100%;
    max-width: 100%;
    font-size: 16px;
    line-height: 1.5;
    outline: none;
    box-shadow: inset 1px 1px 3px -1px rgba(0, 0, 0, 0.4);
    transition: 300ms ease;
    transition-property: border-color, box-shadow;

    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    overflow: hidden;
}
.form-request .inputfile:hover {
    border-color: red;
    box-shadow: inset 1px 1px 3px -1px rgb(236 105 31 / 40%);
}

.form-request .inputfile .file-select {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 8px 15px;
}

.form-request .inputfile .files-list-wrap {
    padding-left: 15px;
    align-items: center;
    width: 100%;
    display: none;
}
.form-request .inputfile .files-list-wrap.active {
    display: flex;
    align-items: center;
}
.form-request .inputfile .files-clear {
    margin-left: auto;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #c8c8c8;
    transition: 300ms ease;
    transition-property: background-color, color, border-color;
}
.form-request .inputfile .files-clear svg {
    margin: 0;
}
.form-request .inputfile .files-clear svg path {
    stroke-width: 3;
}
.form-request .inputfile .files-clear:hover {
    background-color: red;
    color: white;
    border-color: red;
}
.form-request .inputfile .files-clear:hover svg path {
    stroke: currentColor;
}

.form-request .inputfile + .inputfile {
    margin-top: 10px;
}
.form-request .inputfile.hidden {
    display: none;
}
.form-request .inputfile .file-error {
    color: red;
}
.form-request .inputfile:focus,
.form-request .inputfile.has-focus {
    /*outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;*/
}
.form-request .form-fields .field-file.field-error .inputfile {
    border-color: red;
    box-shadow: inset 0px 0px 0 1px red;
}
.form-request .form-fields .field-file .file-error {
    display: none;
}
.form-request .form-fields .field-file.field-error .file-error {
    position: absolute;
    top: 3px;
    bottom: 3px;
    left: 44px;
    display: block;
    background-color: white;
    display: flex;
    align-items: center;
}



.form-request .form-fields .form-field + .field-file {
    /*margin-top: 10px;*/
}
.form-request .form-fields .field-file {
    /*text-align: center;*/
}
.form-request .inputfile * {
    /* pointer-events: none; */
    /* in case of FastClick lib use */
}
.form-request .inputfile svg {
    width: 20px;
    height: auto;
    vertical-align: middle;
    margin-right: 5px;
}
.form-request .inputfile svg path {
    transition: stroke 300ms ease;
}

.field-select select {
    display: block;
    padding-left: 15px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    appearance: none;
    width: 100%;
    height: 42px;
    font-size: 16px;
}
.form-consultation.form-consultation--question-blog{
    flex-direction: column;
}
.form-consultation.form-consultation--question-blog .form-consultation__title{
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 20px;
}
@media (max-width: 1000px) {
    .form-consultation {
        flex-wrap: wrap;
    }
    .form-consultation__top {
        width: 100%;
        max-width: unset;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .form-request-wrap {
        margin-left: 0;
    }
}

@media (max-width: 700px) {
    .form-request .section-title {
        font-size: 32px;
    }
}
@media (max-width: 500px) {
    .form-request .section-title {
        font-size: 28px;
    }
}

@media (max-width: 400px) {
    .form-request input[type="text"],
    .form-request .inputfile,
    .form-request .form-fields .form-field .form-field-caption {
        font-size: 15px;
    }
    .form-request .field-facet .btn {
        padding: 1px 10px
    }
    .form-request .inputfile {
        width: 100%;
        max-width: 100%;
    }
}
/* End */
/* /blog/style.css?17822216302415 */
/* /bitrix/templates/textime/components/bitrix/news.detail/news_detail_blog/style.css?17823087471262 */
/* /bitrix/templates/textime/components/bitrix/catalog.item/blog_card_detail/style.css?17823086182056 */
/* /bitrix/templates/textime/components/bitrix/form.result.new/question_blog/style.css?178213591713176 */
