

/* Start:/local/templates/carving/components/bitrix/catalog/newavto/style.css?17542969441189*/
.grid{}
.grid .bx_content_section{
	margin-bottom: 15px;
}
.grid .bx_sidebar{
	margin-bottom: 15px;
}

/* grid2x1 */
.grid2x1{}
.grid2x1 .bx_content_section{
	float: left;
	width: 66%;
	margin-bottom: 15px;
}
.grid2x1 .bx_sidebar{
	float: right;
	width: 33%;
	margin-bottom: 15px;
	padding-left: 5%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (max-width:960px){
	.grid2x1 .bx_sidebar{
		padding-left: 4%;
	}
}
@media (max-width:640px) {
	.grid2x1 .bx_content_section,
	.grid2x1 .bx_sidebar{
		width: 100%;
		float: none;
	}
	.grid2x1 .bx_sidebar{
		padding-left: 3%;
	}
}
@media (max-width:479px){
	.grid2x1 .bx_sidebar{
		padding-left: 1%;
	}

}

.catalog-block-header{
	font-size:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}

body.bx-theme-blue .catalog-block-header{border-color:#006cc0;}
body.bx-theme-green .catalog-block-header{border-color:#63aa28;}
body.bx-theme-red .catalog-block-header{border-color:#da3737;}
body.bx-theme-yellow .catalog-block-header{border-color:#f4b236;}

.slick-prev:before, .slick-next:before {
	opacity: 1 !important;
}
/* End */


/* Start:/local/templates/carving/components/bitrix/system.pagenavigation/.default/style.css?17139517572078*/
.bx-pagination {
	margin: 34px 0 0 0;

	box-sizing: border-box;
}

.bx-pagination * {
	box-sizing: border-box;
}

.bx-pagination .bx-pagination-container {
	position: relative;
}

.bx-pagination .bx-pagination-container ul {
	padding: 0;
	margin: 0;
	list-style: none;

	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	gap: 19px;
}

.bx-pagination .bx-pagination-container ul li {
	list-style: none;
	padding: 0;
	margin: 0;
}

.bx-pagination .bx-pagination-container ul li span {
	background-color: #EBEBEB;
	padding: 0 8px;
	display: block;
	height: 48px;
	min-width: 48px;
	line-height: 48px;
	color: #333;
	font-size: 16px;
	border-radius: 3px;
	text-align: center;
	font-weight: 500;

	user-select: none;
	outline: none;
	text-decoration: none;

	transition: all .3s ease;
}

.bx-pagination .bx-pagination-container ul li a {
	display: block;
	border-radius: 3px;
	font-size: 16px;
	height: 48px;
	min-width: 48px;
	line-height: 48px;
	text-align: center;

	user-select: none;
	outline: none;
	text-decoration: none;
}

.bx-pagination .bx-pagination-container ul li a span {
	background-color: #005EC0;
	color: #fff;
}

.bx-pagination .bx-pagination-container ul li a:hover span {
	background-color: #005EC0;
	color: #fff;
}

.bx-pagination .bx-pagination-container ul li a:hover span {
	background-color: #404040;
	color: #fff;
}

.bx-pagination .bx-pagination-container ul li.bx-active span {
	background-color: #EBEBEB;
	color: #333;
}

.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
}

.bx-pagination .bx-pagination-container ul li.bx-pag-all span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span {
}

.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {
}
/* End */


/* Start:/local/templates/carving/components/bitrix/catalog.section/catalog_items/style.css?17804912351510*/
.catalog-listing__tags {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 60px;
}

.catalog-listing__tags-section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.catalog-listing__tags-title {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
}

.catalog-listing__tags-button {
    display: none;
}

.catalog-listing__tags-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.catalog-listing__tags-item {
    display: inline-flex;
    padding: 6px 14px;
    border-radius: 100px;
    background: #F2F2F2;
    color: #005EC0;
    font-family: Circe;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.catalog-listing__tags-item:hover {
    color: #fff;
    background-color: #404040
}

@media (max-width:1023px) {
    .catalog-listing__tags-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

    .catalog-listing__tags-button {
        display: flex;
        cursor: pointer;
        color: #164c9c;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
    }

    .catalog-listing__tags-list:not(.tag-section--open) {
        display: none;
    }

    .tag-section--open {
        padding-right: 65px;
    }
}

@media (max-width: 767px) {
    .tag-section--open {
        padding-right: 0;
    }
}

/* End */


/* Start:/local/templates/carving/css/catalog-form.css?17562884182304*/
.catalog-form__block {
    position: relative;
    padding: 60px 30px;
    background: #eff7ff;
    display: flex;
    flex-direction: column;
    gap: 15px;
    overflow: hidden;
    height: 100%;
}

.flex--center {
    justify-content: center;
}

.catalog-form__image {
    position: absolute;
    top: 0;
    right: 0;
}

.catalog-form__title {
    font-size: 24px;
    font-weight: 500;
    line-height: 140%;
}

.catalog-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 1;
}

.catalog-form__row {
    display: flex;
    gap: 10px;
}

.catalog-form__property {
    width: calc(50% - 5px);
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.catalog-form__label {
    margin: 0;
    color: #959595;
    font-weight: 400;
    line-height: 24px;
}

.catalog-form__property input {
    max-width: unset;
    width: 100%;
    height: 48px;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    border-radius: 3px;
    border: 1px solid #d4d4d4;
}

.catalog-form__property input::placeholder {
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
}

.catalog-form__button-block {
    display: flex;
    align-items: center;
    gap: 10px;
}

.catalog-form__button {
    width: calc(50% - 5px);
    flex-shrink: 0;
    padding: 12px 30px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    border: unset;
    border-radius: 4px;
    background: #005ec0;
}

.catalog-form__button:hover {
    background-color: #006ee1;
}

.catalog-form-text {
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
}

.catalog-form__property:has(input[name="surname"]) {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.catalog-form__error {
    display: none;
    color: #ff0000;
}

.text--blue {
    color: #005ec0;
}

.text--red {
    color: #ff0000;
}

@media (max-width: 550px) {
    .catalog-form__block {
        padding: 20px 20px;
    }

    .catalog-form__title {
        font-size: 18px;
    }

    .catalog-form__row {
        flex-direction: column;
    }

    .catalog-form__property {
        width: 100%;
    }

    .catalog-form__button-block {
        flex-direction: column;
        align-items: flex-start;
    }

    .catalog-form__button {
        width: 100%;
    }
}

/* End */


/* Start:/local/templates/carving/components/bitrix/news.list/faq_list/style.css?17509244191916*/
.faq-columns_theme_blue {
    background-color: rgba(236, 241, 251, 0.50);
}

.faq-columns__content {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 30px;
}

.faq-columns__title {
    margin: 0;
    font-weight: 700;
    font-size: 28px;
    line-height: 39px;
    letter-spacing: -0.02em;
    color: #122d61;
}

.faq-columns__items {
    display: flex;
    justify-content: space-between;
    column-gap: 30px;
}

.faq-columns__items-column {
    width: 50%;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    gap: 10px;
}

.faq-columns__item {
    background-repeat: no-repeat;
    background-color: #f5f8fd;
    border: 1px solid #e1e3e8;
    border-radius: 6px;
    position: relative;
}

.faq-columns_theme_blue .faq-columns__item {
    background-color: #fff;
}

.faq-columns__item::before {
    content: '';
    background-image: url(/local/templates/carving/components/bitrix/news.list/faq_list/image/arrow.svg);
    width: 20px;
    height: 20px;
    position: absolute;
    display: block;
    right: 20px;
    top: 20px;
    transition: 0.3s;
}

.faq-columns__item_opened::before {
    transform: rotate(180deg);
}

.faq-columns__item-question {
    font-weight: 700;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: -0.008em;
    color: #122d61;
    padding: 20px 40px 20px 20px;
    cursor: pointer;
    border-radius: 6px;
}

.faq-columns__item-answer {
    display: none;
    padding: 20px;
    background: #fff;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    line-height: 1.5;
    font-size: 13px;
    font-weight: 300;
}

@media screen and (max-width: 767px) {
    .faq-columns__items {
        flex-direction: column;
    }

    .faq-columns__items-column {
        width: 100%;
    }

    .faq-columns__item-question {
        padding: 15px;
        font-size: 13px;
    }

    .faq-columns__item-answer {
        padding: 15px;
    }
}
/* End */
/* /local/templates/carving/components/bitrix/catalog/newavto/style.css?17542969441189 */
/* /local/templates/carving/components/bitrix/system.pagenavigation/.default/style.css?17139517572078 */
/* /local/templates/carving/components/bitrix/catalog.section/catalog_items/style.css?17804912351510 */
/* /local/templates/carving/css/catalog-form.css?17562884182304 */
/* /local/templates/carving/components/bitrix/news.list/faq_list/style.css?17509244191916 */
