/* hash: 22361d73f619c9f00c40d7da23e03068 */
/* Форма обратной связи и формы отзывов */
.modern-callback-form {
    max-width: 620px;
    margin: 0 0 20px;
}

.form-header {
    margin-bottom: 20px;
}

.form-header h2 {
    font-size: 16px;
    margin-bottom: 8px;
}

.form-header p {
    font-size: 11px;
    color: #999;
    margin: 0;
}

.form-content {
    overflow: hidden;
}

.form-wrap {
    width: 100%;
}

.callback-form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px 20px;
    width: 100%;
    max-width: 620px;
}

.form-group {
    position: relative;
    margin-bottom: 0;
}

.form-group.full-width {
    grid-column: span 2;
}

.callback-form .form-group:has(input[name="mail"]) {
    grid-column: span 2;
}

.callback-form .form-group dl,
.callback-form .form-group dt,
.callback-form .form-group dd {
    display: block;
    float: none;
    width: auto;
    margin: 0;
    padding: 0;
}

.callback-form .form-group dt {
    padding-bottom: 4px;
}

.callback-form .form-group label {
    font-size: 11px;
    color: #666;
    line-height: normal;
    cursor: pointer;
}

.callback-form .form-group sup {
    color: #f00;
    font-size: 10px;
    line-height: 0;
    vertical-align: super;
}

.callback-form input[type="text"],
.callback-form input[type="email"],
.callback-form input[type="tel"],
.callback-form textarea {
    width: 100%;
    padding: 4px 6px;
    border: 1px solid #999999;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    color: #666666;
    background: #fff;
    box-sizing: border-box;
    line-height: 150%;
}

.callback-form input::placeholder,
.callback-form textarea::placeholder {
    color: #b0b0b0;
}

.callback-form textarea {
    min-height: 115px;
    max-height: 260px;
    height: 115px;
    resize: vertical;
}

.callback-form input:focus,
.callback-form textarea:focus {
    border-color: #3399ff;
    outline: none;
}

.callback-form input.error,
.callback-form textarea.error {
    border-color: #f00;
}

.callback-form ul.errors {
    list-style: none;
    line-height: normal;
    color: #f00;
    margin: 3px 0 0;
    padding: 0;
}

.callback-form ul.errors li {
    font-size: 11px;
    margin: 0 !important;
}

/* Сообщения об ошибках */
.form-message {
    grid-column: span 2;
    color: #8a1f11;
    background: #FBE3E4;
    border: 1px solid #FBC2C4;
    padding: .8em;
    margin-bottom: 15px;
    font-size: 11px;
    line-height: normal;
}

.field-error {
    color: #f00;
    font-size: 11px;
    line-height: normal;
    margin-top: 3px;
}

/* Капча */
.smart-captcha {
    grid-column: span 2;
}

/* Политика конфиденциальности */
.privacy-policy {
    grid-column: span 2;
    overflow: hidden;
    font-size: 11px;
    color: #666;
    line-height: normal;
}

.privacy-policy input[type="checkbox"] {
    float: left;
    margin: 1px 8px 0 0;
    width: 13px;
    height: 13px;
}

.privacy-policy input[type="checkbox"].error {
    outline: 1px solid #f00;
}

.privacy-policy label {
    display: block;
    overflow: hidden;
    font-size: 11px;
    line-height: 140%;
    cursor: pointer;
}

.privacy-policy a {
    color: #3399ff;
}

/* Кнопка отправки */
.submit-btn {
    grid-column: span 2;
    justify-self: start;
    padding: 6px 20px;
    background: #ff6600;
    color: #fff;
    border: none;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    line-height: normal;
    cursor: pointer;
}

.submit-btn:hover {
    background: #e65c00;
}

/* Сообщение об успешной отправке */
.success-message-box {
    padding: .8em;
    margin-bottom: 40px;
    border: 1px solid #A4CC3A;
    background: #e5f4bd;
    color: #264409;
    line-height: 150%;
}

.success-message-box .icon-circle {
    display: none;
}

.success-message-box .title {
    font-weight: bold;
    margin-bottom: 5px;
}

.success-message-box .description {
    margin-bottom: 12px;
}

.success-message-box .success-back-btn {
    display: inline-block;
    padding: 5px 14px;
    background: #ff6600;
    color: #fff;
    font-size: 11px;
    line-height: normal;
    text-decoration: none;
    border: none;
    cursor: pointer;
}

.success-message-box .success-back-btn:hover {
    background: #e65c00;
    color: #fff;
    text-decoration: none;
}

#lbOverlay {
	position: fixed;
	z-index: 10000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	cursor: pointer;
}

#lbCenter,
#lbBottomContainer {
	position: absolute;
	z-index: 10001;
	overflow: hidden;
	background: #fff;
}

#lbCenter.lbLoading {
	background: #fff url(/zkernel/ctl/slimbox2/css/loading.gif?1778023610) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
	border: 10px solid #fff;
}

#lbPrevLink,
#lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(/zkernel/ctl/slimbox2/css/prevlabel.gif?1778023611) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(/zkernel/ctl/slimbox2/css/nextlabel.gif?1778023611) no-repeat 100% 15%;
}

#lbBottom {
	border: 10px solid #fff;
	border-top: 0;
	color: #666;
	font-size: 10px;
	font-weight: bold;
	line-height: 1.4em;
	text-align: left;
}

#lbCaption,
#lbNumber {
	margin-right: 72px;
}

#lbCaption {
	font-weight: bold;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	margin: 5px 0;
	background: transparent url(/zkernel/ctl/slimbox2/css/closelabel.gif?1778023610) no-repeat center;
	outline: none;
}