.arcticmodal-overlay,
.arcticmodal-container {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
}

.arcticmodal-container {
    overflow: auto;
    margin: 0;
    padding: 0;
    border: 0;
    border-collapse: collapse;
}

*:first-child+html .arcticmodal-container {
    height: 100%
}

.arcticmodal-container_i {
    height: 100%;
    margin: 0 auto;
}

.arcticmodal-container_i2 {
    padding: 24px;
    margin: 0;
    border: 0;
    vertical-align: middle;
}

.arcticmodal-error {
    padding: 20px;
    border-radius: 10px;
    background: #000;
    color: #fff;
}

.arcticmodal-loading {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    background: #000 url('../img/loading.gif') no-repeat 50% 50%;
}
.box-modal {
    position: relative;
   /* width: 655px;*/
    min-height: 120px;
    padding: 20px;
    background: #fff;
    color: #3c3c3c;
/*
    box-shadow: 0 0 0 6px rgba(153, 153, 153, .3);
*/
    border-radius: 5px;
}
.light-modal {
    position: relative;
    width: 0px;
    height: 0px;
    box-shadow: 0 0 0 6px rgba(153, 153, 153, .3);
    border-radius: 5px;
    opacity: 0;
}
#big-modal {
 width: 655px;
}
#middle-modal {
    width: 455px;
}
#small-modal {
   /* width: 255px;*/
}
div#feedback-modal-box {
    max-width: 380px !important;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
#feedback-modal-box #feedback-infolist {
    list-style: none;
    display: table;
    width: 100%;
    height: 100%;
	margin:0;
	padding:0;
}
#feedback-modal-box #feedback-infolist li {
    text-align: center;
    font-size: 110%;
    display: table-cell;
    vertical-align: middle;
    height: 120px;
    padding: 20px;
}
#light-box {
    border-radius: 5px;
}
.modal-close {
    width: 13px;
    height: 13px;
    position: absolute;
    right: 6px;
    top: 6px;
    cursor: pointer;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
	top:-.5em
}

section.form_container * {
    font-family: "Helvetica W01 Roman";
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

section.form_container {
    width: 100%;
    height: 100%;
    display: flex;
    background: #ff5829;
    align-items: center;
    justify-content: center;
}

section.form_container.no_flex {
    align-items: start;
    height: auto;
}

ul#feedback-infolist li {
    color: #000;
}

ul#feedback-infolist strong {
    font-weight: 600;
    font-family: "Helvetica W01 Bold";
    display: table;
    width: 100%;
    text-align: center;
    margin: 0 !important;
    font-size: 22px;
    max-width: 242px;
    margin: 0 auto !important;
}

ul#feedback-infolist li {
    color: #000000;
    font-weight: 100;
    font-size: 16px !important;
}

.x-style {
    width: 30px !important;
    height: 30px !important;
    font-size: 0;
}

span.x-style {
	position:relative;
	cursor:pointer;
}

.x-style:after {
    content: '';
    width: 30px;
    height: 2px;
    background: #000;
    position: absolute;
    transform: rotate(45deg);
    left: -1px;
    top: 14px;
}

.x-style:before {
    content: '';
    width: 30px;
    height: 2px;
    background: #000;
    position: absolute;
    transform: rotate(-45deg);
    left: -1px;
    top: 14px;
}

.form__page_nav {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
	margin-bottom:30px;
}

.form__page_nav span {
    font-size: 14px;
    color: #000;
    background: #fff;
    width: 100%;
    text-align: center;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #ebebeb;
	transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
}

.form__page_nav .active {
    background: #000;
    color: #fff;
	transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
}

.form__page_nav div:last-child span {
    border-right: 0px solid #ebebeb;
}

.form_container_cont {
    max-width: 400px;
}

label.contacts-form__col-label {
    display: block;
    font-size: 14px;
    margin-bottom: 8px;
    font-weight: 400;
    color: #000;
}

.form__page_stage_form_line_input.flex {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.form__page_stage_form_line {
    margin-bottom: 20px;
}

label.form_radio {
    background-color: #fff;
    border: 1px solid #000;
    padding: 9px 9px;
    /*min-height: 35px;*/
    margin: 0;
	color:#000;
    font-weight: 400;
    font-size: 14px;
	width:auto !important;
    display: flex;
    align-items: center;
    gap: 10px;
	cursor:pointer;
	transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
}

.form__page_stage_form_line_input input {
    margin: 0 !important;
}

label.form_radio:has(input:checked) {
    background: #000 !important;
    color: #fff;
	transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
}

.input_style {
    background-color: #fff;
    border: 1px solid #000;
    padding: 8px 12px;
    min-height: 40px;
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    color: #000;
	transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
}

.input_style:focus {
	background:#fff;
    border: 1px solid #fff;
	transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
}

.form__page_stage_form_line.grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.form__page_stage_form_line.grid3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

.form__page_stage_form_line_input label {
    position: relative;
    margin: 0;
    width: 100%;
}

.form__page_stage_form_line_input small {
    background: #e1e1e1;
    width: 14px;
    height: 14px;
    font-size: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 13px;
	font-weight:100;
    right: 20px;
    border-radius: 100%;
    padding-top: 1px;
}

.form__page_stage {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.5s ease, max-height 0.5s ease;
}

.form__page_stage.active {
  opacity: 1;
  max-height: 1000px; /* достаточно большое значение */
}

.btn-black {
    background-color: #000;
    color: #fff;
    font-size: 16px;
    font-family: "Helvetica W01 Roman";
    padding: 13px 27px;
    display: table;
	cursor:pointer;
	border:none;
	transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
}

.btn-black:hover {
    background-color: #f9f9f9;
    color: #000;
	transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
}

textarea.input_style {
    height: 100px;
    resize: none;
}

.form__page_stage_btn {
    display: flex;
    justify-content: end;
}

.form__page_stage_btn.btw {
    justify-content: space-between;
}

.form__page_stage_form_line_input.grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

label.form_radio_consent input {
    position: absolute;
    left: 0;
    top: 1px;
}

label.form_radio_consent {
    font-weight: 400;
    padding-left: 20px;
    color: #000;
    cursor: pointer;
    font-size: 14px;
}

.form__page_stage_btn_after span {
    font-weight: 400;
    color: #5a3838;
    font-size: 12px;
}

.form__page_stage_btn_after {
    margin-top: 10px;
    text-align: right;
}

span.form_btn_back {
    color: #000;
    background: #e1e1e1;
}

.form__page_stage_error {
    text-align: right;
    margin-top: 10px;
}

.form__page_stage_error span {
    font-weight: 400;
    color: #000000;
    font-size: 12px;
}

.form__page_stage_error {
    visibility: hidden;
    opacity: 0;
	transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
}

.form__page_stage_error.error {
    visibility: visible;
    opacity: 1;
	transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
}

select {
	border-radius:0 !important;
	outline: none;
	min-height:40px !important;
}

#preferred_date {
	height:40px !important;
	width:100% !important;
}

.inventory-row {
    flex-wrap: wrap;
}

section.form_container.no_flex {
    padding: 50px 0;
}

div#jGrowl {
    display: none !important;
}

.form__page_stage_btn_send {
    position: relative;
	transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
}

.form__page_stage_btn_send.disabled {
    opacity: 0.2 !important;
}

.form__page_stage_btn_send.disabled:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.form_container_cont2 {
    width: 100%;
    max-width: 1000px;
}

.branch {
    display: none;
    margin-top: 20px;
}

.inventory-row {
    display: flex;
    gap: 20px;
    margin-bottom: 10px;
    align-items: center;
}

.inventory-row input {
    margin: 0 !important;
}

.chip-list label { margin-right:10px; padding:5px 10px; border:1px solid #aaa; border-radius:20px; cursor:pointer; }


.branch-select {
    display: flex;
}

.branch-select label {
    font-size: 14px;
    color: #000;
    background: #fff;
    width: 100%;
	padding:0 5px;
    text-align: center;
    height: 50px;
    font-weight: 400;
    margin: 0;
    font-size: 14px;
    display: flex;
	cursor:pointer;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #ebebeb;
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
}

.branch-select label:last-child {
	border-right: 0px solid #ebebeb;
}

.branch-select input {
    position: absolute;
    visibility: hidden;
    opacity: 0;
}

.branch-select label:has(input[type="radio"]:checked) {
    background: #000;
    color:#fff;
}

button.btn-black:before {
    content: '+';
    margin-right: 7px;
    top: -2px;
    position: relative;
}

button.btn_delete {
    width: 24px;
    height: 24px;
    background: url(img/x2.svg) no-repeat center;
    background-size: 100%;
    border: none;
    cursor: pointer;
    font-size: 0;
}

.inventory-row input {
    width: auto;
}

.form__page_stage_form_line.flex {
    display: flex;
    gap: 20px;
}

h4.services-item__title {
    font-size: 20px;
	margin-bottom:20px;
}

.form__page_stage_form_line input {
    margin: 0 !important;
}

.branch_cont {
    border: 1px solid #fff;
    margin-bottom: 20px;
    padding: 20px;
}

.branch_cont:last-child {
    margin-bottom: 0px;
}

.services-item__title {
    font-size: 32px;
    margin-bottom: 10px;
	margin-top:0;
}



.main-wrapper.bg_form {
	background: #ff5829;
}

section.form_container strong {
	font-family: "Helvetica W01 bold";
}

section.form_container b {
	font-family: "Helvetica W01 bold";
}

.thanks__subtitle_cont {
    border: 1px solid #fff;
    padding: 40px 20px;
}

@media (max-width:767px) {
.form__page_stage_form_line.flex {
    flex-wrap: wrap;
}
.form__page_stage_form_line.grid3 {
    grid-template-columns: 1fr;
}
section.form_container.no_flex {
    padding-top: 100px;
}
}

@media (max-width:500px) {
.branch-select {
    flex-direction: column;
}
.branch-select label {
	width:auto !important;
	border:0;
}
}