

/* Start:/local/templates/mx/components/bitrix/breadcrumb/.default/style.css?1740761203751*/
.bx-breadcrumb {
	margin: 10px 0;
}
.bx-breadcrumb i {
	color: #b5bdc2;
	line-height: 13px;
	font-size: 12px;
	vertical-align: middle;
	margin-right: 5px;
}
.bx-breadcrumb .bx-breadcrumb-item {
        color: rgba(43, 43, 43, 0.50);
	float: left;
	margin-bottom: 10px;
	white-space: nowrap;
	vertical-align: middle;
	margin-right: 5px;
}
.bx-breadcrumb .bx-breadcrumb-item span {
    color: #2B2B2B;
    font-family: SF Pro Display;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
}
.bx-breadcrumb .bx-breadcrumb-item a {
    border-bottom: none;
}
.bx-breadcrumb .bx-breadcrumb-item a span {
    white-space: normal;
    color: rgba(43, 43, 43, 0.50);
}
.bx-breadcrumb .bx-breadcrumb-item a:hover {}

/* End */


/* Start:/local/components/silab/form.callback/templates/.default/style.css?17407611912787*/
#form_callback {
    position: relative;

    width: 100%;
    max-width: 802px;
}
#form_callback input {
    color: #656565;
    background-color: #f2f3f4;
    /* border: 2px solid #b3b3b3; */
    border-radius: 8px;
}

#form_callback textarea {
    color: #656565;
    background-color: #f2f3f4;
    /* border: 2px solid #b3b3b3; */
    border-radius: 8px;
    font-size: 20px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.4px;
    display: block;
    height: 150px;
    padding: 19px 30px;
    width: 100%;
    max-width: 100%;
    font-family: SF Pro Display;
}

#form_callback textarea, #form_callback input {
    margin-bottom: 30px;
}

#form_callback .form-checkbox {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
}

#form_callback .form-checkbox input {
    width: 25px;
    height: 25px;
    margin-right: 15px;
    margin-bottom: auto;
}

/* #form_callback .form-checkbox label {} */

/* #form_callback .form-callback-submit {
    border-radius: 50px;
    border: 1.5px solid #464646;
    color: #fff;
    background-color: #2b2b2b;
    font-family: SF Pro Display;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    text-align: center;
    padding: 15px 35px;
    width: 100%;
} */

/* #form_callback .form-callback-submit::after {
    content: none;
} */

.form-preloader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.4);
    z-index: 100;
}

.lds-ring 
{
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
  
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #3a3a3a;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #3a3a3a transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.form-callback-error 
{
    color: #dc6b6b;
    font-size: 12px;
    margin-top: 4px;
}

.form-callback-success
{
    color: #099508;
    font-size: 12px;
    margin-top: 4px;
}


@media (min-width: 768px) {
    #form_callback .form-callback-submit {
        max-width: 250px;
        margin: 20px auto 0;
    }
}
/* End */
/* /local/templates/mx/components/bitrix/breadcrumb/.default/style.css?1740761203751 */
/* /local/components/silab/form.callback/templates/.default/style.css?17407611912787 */
