

/* Start:/local/templates/luzar-new/components/bitrix/news.list/faqs_new/style.css?176701759311947*/
.contacts_container,.faq_container{
    font-size: 15px;
}
.contacts_container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.contacts_container > div:nth-child(2n+1) {
    width: calc(65% - 4rem);
    min-width: 737px;
    padding: 21px 30px;
    border-radius: 10px;
    background: rgb(255, 255, 255);
    margin-top: 44px;
}

.contacts_container > div:nth-child(2n) {
    width: 35%;
    max-width: 388px;
    box-sizing: border-box;
    border: 1px solid rgb(32, 74, 143);
    border-radius: 10px;
    margin-top: 44px;
}

.page__center {
    padding: 0 var(--side-padding);
    box-sizing: content-box;
    max-width: 1190px;
    margin: 0 auto;
}

.addresses {
    display: flex;
    flex-wrap: wrap;
}

.addresses > div:nth-child(2n+1) {
    width: calc(50% - 25px);
    margin-right: 80px;
}
.addresses > div:nth-child(2n) {
    width: 34%;
    margin-right: 50px;
    margin-bottom: 7px;
}

.address_icon {
    display: flex;
}

.address_title, .contact_title {
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    text-align: left;
}
.date-answer {
    position: absolute;
    top: 15px;
    right: 15px;
}
.address_main, .contact_main {
    line-height: 22px;
    text-align: left;
}

.address_info {
    width: 256px;
    margin-right: 30px;
}

.icon_container {
    width: 34px;
    height: 34px;
    padding: 1px;
    border-radius: 2px;
    background: rgb(232, 233, 233);
    margin-top: 8px;
}

.icon_container > img {
    width: 32px;
    height: 32px;
    margin: 1px;
}

.address_callback {
    display: flex
}

.address_callback_form {
    line-height: 36px;
    border-radius: 5px;
    background: rgb(232, 233, 233);
    display: flex;
    justify-content: center;
    width: 230px;
    color: rgb(33, 37, 41);
    text-decoration: none;
    margin-top: auto;
}

.sell_point {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 44px 33px 40px;
    color: rgb(0, 0, 0);

    font-size: 15px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0.26px;
}

.sell_point .title {
    font-weight: 500;
    margin: 0;
}

.sell_point .text {
    margin: 0;
}

.map_img {
    height: 37px;
    width: 41px;
    margin: 0 auto 28px;
}

.sell_point_btn {
    background: #204a8f;
    color: #fff;
    border-radius: 8px;
    padding: 16px 24px;
    width: fit-content;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1.2;
    text-align: center;
    margin: auto;
    margin-top: 24px;
    /*color: rgb(32, 74, 143);*/
    /*font-size: 15px;*/
    /*font-weight: 600;*/
    /*line-height: 18px;*/
    /*text-align: center;*/
    /*margin-top: 15px;*/
    /*text-transform: uppercase;*/
    /*text-decoration: none;*/
}

.contacts_row > div.ask_form {
    padding-top: 37px;
}
.contacts_container > div.ask_form {
    padding-top: 36px;
}

.ask_form_title {
    color: rgb(26, 25, 25);

    font-size: 35px;
    font-weight: 600;
    line-height: 22.5px;
    letter-spacing: 0.26px;
    text-align: left;
}

.ask_form_desc {
    color: rgb(0, 0, 0);

    font-size: 15px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0.26px;
    text-align: left;
    margin-top: 17px;
}

.ask_form_main {
    margin-top: 31px;
}

.ask_form_row {
    display: flex;
    gap: 15px;
    margin-top: 22px;
}

.ask_form_input {
    width: 100%;
    padding: 0.75em 1.1875em;
    padding-right: 4em;
    border: 1px solid #e9e9e9;
    border-radius: 0.5rem;
    font-family: inherit;
    font-weight: 500;
    font-size: 1em;
    line-height: 1.25;
    color: currentColor;
    outline: 0;
}

.ask_form_main textarea {
    width: 100%;
    max-width: 100%;
    padding: 0.75em 1.1875em;
    padding-right: 4em;
    border: 1px solid #e9e9e9;
    border-radius: 0.5rem;
    font-family: inherit;
    font-weight: 500;
    font-size: 1em;
    line-height: 1.25;
    color: currentColor;
    outline: 0;
    margin-top: 28px;
}

.ask_form_main .form-select-default {
    width: calc(50% - 8px);
    border: 1px solid #e9e9e9;
    border-radius: 0.5rem;
    font-family: inherit;
    font-weight: 500;
    font-size: 1em;
    line-height: 1.25;
    color: currentColor;
    outline: 0;
}

.btn_row {
    margin-top: 19px;
    display: flex;
    gap: 19px;
}

.btn_row input {
    box-sizing: border-box;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 5px;
    background: rgb(32, 74, 143);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 28px;
    color: rgb(255, 255, 255);

    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
}

.vin_request {
    height: fit-content;
    padding: 0 20px;
}

.vin_title {
    color: rgb(0, 0, 0);

    font-size: 30px;
    font-weight: 600;
    text-align: center;
    margin-top: 32px;
    margin-bottom: 42px;
}

.vin_input, .vin_request textarea {
    width: 100%;
    max-width: 100%;
    padding: 0.75em 1.1875em;
    padding-right: 4em;
    border: 1px solid rgb(160, 165, 185);
    border-radius: 0.5rem;
    font-family: inherit;
    font-weight: 500;
    font-size: 1em;
    line-height: 1.25;
    color: currentColor;
    outline: 0;
    background: none;
    margin-bottom: 15px;
}

.vin_request_btn {
    color: rgb(32, 74, 143);

    font-size: 15px;
    font-weight: 600;
    line-height: 18px;
    text-align: center;
    margin: auto;
    margin-bottom: 22px;
    text-transform: uppercase;
    text-decoration: none;
    display: flex;
    justify-content: center;

    border: none;
}

.faq_container {
    margin-top: 0;
}
.contacts_container {
    margin-bottom: 75px;
}
.faq_title {
    color: rgb(26, 25, 25);

    font-size: 35px;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: 0.26px;
    text-align: left;
}

.faq_search {
    margin: 45px 0;
}

.faq_row {
    display: flex;
    gap: 25px;
    margin-bottom: 38px;
}

.question {
    display: flex;
    flex-direction: column;
    padding: 15px;
    width: 100%;
    border-radius: 10px 10px 10px 0px;
    background: rgb(253, 253, 253);
}

.answer {
    display: flex;
    flex-direction: column;
    padding: 15px;
    width: 100%;
    border-radius: 10px 10px 0px 10px;
    background: rgba(33, 64, 118, 0.1);
}

.faq_row .title {
    color: rgb(33, 64, 118);

    font-size: 15px;
    font-weight: 500;
    line-height: 15px;
    letter-spacing: 0.26px;
    text-align: left;
    margin-bottom: 20px;
}

.faq_row .text {
    color: rgb(0, 0, 0);

    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.26px;
    text-align: left;
    margin: auto 0;
    word-wrap: break-word;
    line-height: 1.3;
}

.faq_search_form{
    display: flex;
    gap: 16px;
}
.faq_search_form select {
    width: 100%;
    padding: 0.75em 1.1875em;
    padding-right: 4em;
    box-sizing: border-box;
    border: 1px solid rgb(233, 233, 233);
    border-radius: 5px;
    background: rgb(255, 255, 255);
    font-family: inherit;
    font-weight: 500;
    font-size: 1em;
    line-height: 1.25;
    color: currentColor;
    outline: 0;
}
.faq_search_field{
    margin-right: 28px;
}
.faq_search_form_container{
    width: 100%;
    position: relative;
}
.faq_search_form_container:after{
    content: url("/images/loop.svg");
    width: 18px;
    height: 18px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
}
.faq_search_form_btn{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 100px;
    height: 100%;
    border-radius: 5px;
    background: rgb(32, 74, 143);
    color: rgb(255, 255, 255);

    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    border:0;
}

.tag_select_container{
    min-width: 288px;
}
.tag_select_container .form-select-default__dropdown{
    padding: 11px 11px 0 8px;
    background: #fff;
}
.tag_select_container .form-select-default__input{
    border-radius: 20px;
    border: 1px solid #204A8F;
    background: #F5F5F5;
    outline: none;
}
.tag_select_container .form-select-default__option:hover,.tag_select_container .form-select-default__option.form-select-default__option--selected{
    border-radius: 20px;
    background: #F5F5F5;
    color: #204A8F;
}


.faq_row .text a {
    color: rgb(33, 64, 118);
    font-weight: 500 !important;
}
.faq_row .text a:hover {
    text-decoration: underline;
}
.icon_container a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 34px;
    height: 34px;
}

@media screen and (max-width: 991px) {
    .contacts_container > div,.addresses > div,.ask_form_main select {
        width: 100% !important;
    }
    .contacts_container > div:nth-child(2n),.contacts_container > div:nth-child(2n+1){
        border: none;
        margin-top:0;
        min-width: 100%
    }
    .ask_form_row{
        flex-direction: column;
    }
    .addresses{
        order: 1;
    }
    .address_info{
        width: 100%;
    }
    .address_icon{
        order: 1;
    }
    .address_noicon{
        order: 2;
    }
    .address_contact{
        order: 3;
    }
    .address_callback{
        order: 6;
    }
    .vin_request{
        order: 2;
        border: none;!important;
    }
    .vin_title{
        text-align: left;
    }
    .vin_request_btn {
        justify-content:left;
    }
    .ask_form{
        order: 4;
    }
    .btn_row{
        flex-direction: column;
    }
    .sell_point{
        order: 3;
        text-align:left;
    }
    .map_img{
        margin-left: 0;
    }
    .sell_point_btn{
        text-align: left;
    }
    .faq_search_form{
        flex-direction: column;
        gap: 8px
    }
    .faq_search_form_container{
        margin-bottom: 16px;
    }
    .faq_row{
        flex-direction: column;
        padding:0 19px;
    }
    .question{
        margin-left:19px;
    }
    .answer{
        margin-right:19px;
    }
    .contacts_container {
        margin-top: 15px;
    }

    .addresses > div:nth-child(2n+1) {
        margin-right: 0px;
        margin-bottom: 7px;
    }
    .addresses > div:nth-child(2n) {
        margin-right: 0px;
        margin-bottom: 7px;
    }

    .sell_point {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }
    .vin_request {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .ask_form_main .form-select-default {
        width: 100%;
    }

    .ask_form_title {
        font-size: 25px;
        font-weight: 600;
        line-height: 36px;
    }

    .contacts_container > div.ask_form {
        padding: 30px 24px;
        margin: -2rem;
        width: calc(100% + 4rem) !important;
        border-radius: 0px;
    }
    .faq_title {
        font-size: 25px;
        font-weight: 600;
        line-height: 1.1;
    }

    .faq_search {
        margin: 25px 0;
    }

    .contacts_container {
        margin-bottom: 50px;
    }
    .faq_container {
        margin-top:0;
    }
    .faq_row {
        padding: 0 19px 0 0px;
    }
    .faq_pager .nav-pages {
        padding: 0 0rem;
        flex-wrap: wrap;
        justify-content: center;
    }
}
.faq_pager{
    display: flex;
    /*justify-content: center;*/
    margin-bottom: 98px;
}
.faq_pager .nav-pages__page{
    color: #1A1919;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 123.077% */
}
.faq_pager .nav-pages__page.active{
    color: #003E7B;
}
.faq_error{
    margin: 20px 0;
}
.faq_header, .faq_buttons
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}
@media screen and (max-width: 991px) {
    .faq_header, .faq_buttons
    {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }
    .faq_header
    {
        gap: 32px;
    }

    .faq_buttons a
    {
        width: 100%;
    }
}

/* End */


/* Start:/local/templates/luzar-new/components/bitrix/form.result.new/askForm/style.css?17660454552562*/
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/luzar-new/components/bitrix/form.result.new/askForm/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/luzar-new/components/bitrix/form.result.new/askForm/images/icon_warn.gif);
}


.form-select-default {
	position: relative;
}

.form-select-default__option {
	display: inline-block;
	border: 0;
	padding: 0;
	background: 0 0;
	font-family: inherit;
	cursor: pointer;
	display: block;
	width: 100%;
	padding: 0.75em 1em;
	background: #fff;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.25;
	color: #9a9a9a;
	text-align: left;
}

button.form-select-default__option.form-select-default__option--value{
	border: 1px solid #a0a5b9;
	border-radius: 0.5rem;
	padding-right: 3em;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.form-select-default__dropdown {
	border: 1px solid #e9e9e9;
	border-top: 0;
	border-radius: 0 0 0.5rem 0.5rem;
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 100%;
	overflow: hidden;
	z-index: 10;
}

.form-select-default__dropdown {
	max-height: 300px;
	overflow-y: auto;
}
.form-select-default__dropdown {
	z-index: 99;
}
input.form-select-default__input, input.select-underline__input {
	width: 100%;
	border: 2px solid #204a8f;
	padding: 0.25em 1em;
	font-weight: bold;
	font-size: 1.6rem;
	line-height: 1.25;
	color: #204a8f;
}

.form-select-default--active .form-select-default__option--value {
	border-radius: 0.5rem 0.5rem 0 0;
	border-bottom-color: transparent;
}

.form-select-default__option--value:after {
	content: " ";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 1em;
	width: 1em;
	height: 1em;
	background: url("/local/templates/luzar/img/icons/arrow-down.svg") no-repeat 50% 50%/contain;
}
.form-select-default--active .form-select-default__option--value:after {
	transform: translateY(-50%) scaleY(-1);
}

.form-select-default__option {
	display: inline-block;
	border: 0;
	padding: 0;
	background: 0 0;
	font-family: inherit;
	cursor: pointer;
	display: block;
	width: 100%;
	padding: 0.75em 1em;
	background: #fff;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.25;
	color: #9a9a9a;
	text-align: left;
}


/* End */
/* /local/templates/luzar-new/components/bitrix/news.list/faqs_new/style.css?176701759311947 */
/* /local/templates/luzar-new/components/bitrix/form.result.new/askForm/style.css?17660454552562 */
