/* NORMALIZE */
/* ================================================ */
html, body, div, span, applet, main, object, iframe, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; }

/* HTML5 display-role reset for older browsers */
article, aside, details, main, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

body { margin: 0px; padding: 0px; font-family: Arial, Tahoma, sans-serif; background-color: #ffffff; height: 100%; position: relative; font-size: 14px; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after { content: ""; content: none; }

q:before, q:after { content: ""; content: none; }

table { border-collapse: collapse; border-width: 0px; padding: 0px; margin: 0px; }

html { height: 100%; -webkit-text-size-adjust: none; -ms-text-size-adjust: none; }

input, textarea { color: #333; outline: none; border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0; }

input[type="button"], input[type="submit"] { cursor: pointer; -webkit-appearance: none; outline: none; }

button { cursor: pointer; -webkit-appearance: none; outline: none; }

td, form { margin: 0px; padding: 0px; }

	a { -webkit-transition: all 0.3s linear; -o-transition: all 0.3s linear; transition: all 0.3s linear; text-decoration: none; outline: none; -webkit-tap-highlight-color: transparent; -webkit-tap-highlight-color: transparent; }

* { -webkit-box-sizing: border-box; box-sizing: border-box; }
*:before, *:after { -webkit-box-sizing: border-box; box-sizing: border-box; }

.clearfix:after { content: ""; display: block; height: 0; clear: both; visibility: hidden; }

#content {
	min-height: 300px;
}

footer {
	border-top: 1px solid #efefef;
	margin-top: 100px;
	padding-top: 5px;
}

footer .col-lg-4 {
	text-align: right;
}

b, strong { font-weight: bold; }
body { line-height: 1.42857143; }
h1, h2, h3, h4 { margin: 10px 0; font-weight: 500; line-height: 1.1; }
h1 { font-size: 36px; }
h2 { font-size: 30px; }
h3 { font-size: 24px; }
ul, ol { margin-top: 0; margin-bottom: 10px; }
a { color: #337ab7; }
a:hover { color: #23527c; }
img { vertical-align: middle; }
table { background-color: transparent; }
.inner img { max-width: 100%; height: auto; }
.form-group { margin-bottom: 15px; }
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
}
textarea.form-control { height: auto; }
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn-default { color: #333; background-color: #fff; border-color: #ccc; }
.buttn.btn-default {
  color: #000;
  background: #ffb43c;
  border: 0;
}
.buttn.btn-default:hover { background: #ffa009; }
.inner .btn.btn-default {
  color: #000;
  background: #ffb43c;
  border: 0;
  font-weight: bold;
}
.inner .btn.btn-default:hover { background: #ffa009; }
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li { display: inline-block; }
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb > .active { color: #777; }
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li { display: inline; }
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.clearfix:before, .clearfix:after,
.row:before, .row:after { display: table; content: " "; }
.clearfix:after, .row:after { clear: both; }
.hidden { display: none !important; }
.row { margin-left: -15px; margin-right: -15px; }
.col-sm-4, .col-sm-12, .col-md-4, .col-md-6, .col-md-12, .col-lg-2, .col-lg-6, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .col-sm-4, .col-sm-12 { float: left; }
  .col-sm-4 { width: 33.33333333%; }
  .col-sm-12 { width: 100%; }
}
@media (min-width: 992px) {
  .col-md-4, .col-md-6, .col-md-12 { float: left; }
  .col-md-4 { width: 33.33333333%; }
  .col-md-6 { width: 50%; }
  .col-md-12 { width: 100%; }
}
@media (min-width: 1200px) {
  .col-lg-2, .col-lg-6, .col-lg-12 { float: left; }
  .col-lg-6 { width: 50%; }
  .col-lg-2 { width: 20%; }
  .col-lg-12 { width: 100%; }
  .col-lg-offset-3 { margin-left: 25%; }
}

.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(../../zapkomat/plugin/arcticmodal/loading.gif) no-repeat 50% 50%; }
.box-modal {
	position: relative;
	width: 500px;
	padding: 16px;
	background: #fff;
	color: #3c3c3c;
	font: 14px/18px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
	box-shadow: 0 0 0 6px rgba(153, 153, 153, .3);
	border-radius: 6px;
}
.box-modal_close { position: absolute; right: 10px; top: 6px; font-size: 11px; line-height: 15px; color: #999; cursor: pointer; }
.box-modal_close:hover { color: #666; }
.jGrowl{z-index:9999;color:#fff;font-size:12px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;position:fixed}.jGrowl.top-left{left:0;top:0}.jGrowl.top-right{right:0;top:0}.jGrowl.bottom-left{left:0;bottom:0}.jGrowl.bottom-right{right:0;bottom:0}.jGrowl.center{top:0;width:50%;left:25%}.jGrowl.center .jGrowl-closer,.jGrowl.center .jGrowl-notification{margin-left:auto;margin-right:auto}.jGrowl-notification{background-color:#000;opacity:.9;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100));-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100));zoom:1;width:250px;padding:10px;margin:10px;text-align:left;display:none;border-radius:5px;min-height:40px}.jGrowl-notification .ui-state-highlight,.jGrowl-notification .ui-widget-content .ui-state-highlight,.jGrowl-notification .ui-widget-header .ui-state-highlight{border:1px solid #000;background:#000;color:#fff}.jGrowl-notification .jGrowl-header{font-weight:700;font-size:.85em}.jGrowl-notification .jGrowl-close{background-color:transparent;color:inherit;border:none;z-index:99;float:right;font-weight:700;font-size:1em;cursor:pointer}.jGrowl-closer{background-color:#000;opacity:.9;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100));-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100));zoom:1;width:250px;padding:10px;margin:10px;display:none;border-radius:5px;padding-top:4px;padding-bottom:4px;cursor:pointer;font-size:.9em;font-weight:700;text-align:center}.jGrowl-closer .ui-state-highlight,.jGrowl-closer .ui-widget-content .ui-state-highlight,.jGrowl-closer .ui-widget-header .ui-state-highlight{border:1px solid #000;background:#000;color:#fff}@media print{.jGrowl{display:none}}
.header__info__logo img {
	width:180px;
	height:36px;
}

.footer__info__logo img {
	width:180px;
	height:36px;
}

body.menuIsOpen
{
overflow-y:hidden
}

.font
{
font-family:'Rowdies','Montserrat',sans-serif
}

.buttn
{
font-weight:bold;
font-size:14px;
line-height:17px;
text-transform:uppercase;
color:#000;
display:inline-block;
padding:20px 55px;
background:#ffb43c;
text-align:center;
border:0;
transition:all .3s ease
}

.buttn:hover
{
background:#ffa009
}

.container
{
max-width:1150px;
width:100%;
margin:0 auto;
padding:0 5px
}

body
{
padding-top: 195px;
}

@media screen and (max-width:980px)
{
body
{
padding-top:120px
}


}

@media screen and (max-width:692px)
{
body
{
padding-top:134px
}


}

.header
{
font-family:'Rowdies','Montserrat',sans-serif;
position:fixed;
top:0;
left:0;
right:0;
z-index:100
}

html {
	height: 100%;
}
body {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}
.page-main {
	flex: 1 0 auto;
}
.footer {
	flex-shrink: 0;
}



.header__link {
color: #000;
}

.header.hidden .header__menu
{
position:fixed;
top:-200%;
left:0;
right:0
}

.header__info
{
padding:20px 0;
background:#fff
}

.header__info .contain
{
display:flex;
flex-wrap:wrap;
align-items:center;
justify-content:space-between
}

.header__info__logo
{
display:block
}

.header__info__links
{
max-width:460px;
width:100%;
display:flex;
flex-wrap:wrap;
justify-content:space-between
}

.header__info__burger
{
display:none
}

.header__info__burger .burger
{
width:50px;
height:50px;
position:absolute;
top:10px;
right:10px;
border-radius:4px;
z-index:10
}

.header__info__burger .burger span
{
position:relative;
margin-top:9px;
margin-bottom:9px;
-webkit-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
user-select:none;
position:absolute;
top:50%;
left:50%;
margin-left:-15px;
margin-top:-1.5px
}

.header__info__burger .burger span,.header__info__burger .burger span::before,.header__info__burger .burger span::after
{
display:block;
width:30px;
height:3px;
background-color:#2a2a2a;
outline:1px solid transparent;
-webkit-transition-property:background-color,-webkit-transform;
-moz-transition-property:background-color,-moz-transform;
-o-transition-property:background-color,-o-transform;
transition-property:background-color,transform;
-webkit-transition-duration:.3s;
-moz-transition-duration:.3s;
-o-transition-duration:.3s;
transition-duration:.3s
}

.header__info__burger .burger span::before,.header__info__burger .burger span::after
{
position:absolute;
content:""
}

.header__info__burger .burger span::before
{
top:-9px
}

.header__info__burger .burger span::after
{
top:9px
}

.header__info__burger .burger.clicked span
{
background-color:transparent
}

.header__info__burger .burger.clicked span::before
{
-webkit-transform:translateY(9px) rotate(45deg);
-moz-transform:translateY(9px) rotate(45deg);
-ms-transform:translateY(9px) rotate(45deg);
-o-transform:translateY(9px) rotate(45deg);
transform:translateY(9px) rotate(45deg)
}

.header__info__burger .burger.clicked span::after
{
-webkit-transform:translateY(-9px) rotate(-45deg);
-moz-transform:translateY(-9px) rotate(-45deg);
-ms-transform:translateY(-9px) rotate(-45deg);
-o-transform:translateY(-9px) rotate(-45deg);
transform:translateY(-9px) rotate(-45deg)
}

.header__info__burger .burger.clicked span:before,.header__info__burger .burger.clicked span:after
{
background-color:#fff
}

.header__info__burger .burger:hover
{
cursor:pointer
}

.header__menu
{
padding:20px 0;
background:#3a3a3a;
transition:all .3s ease
}

.header__menu .menu
{
display:flex;
flex-wrap:wrap;
align-items:center;
justify-content:space-between;
list-style:none;
position:relative;
z-index:2
}

.header__menu .menu__item
{
position:relative
}

.header__menu .menu__item.withSubmenu
{
padding-right:10px
}

.header__menu .menu__item.withSubmenu .menu__link
{
position:relative
}

.header__menu .menu__item.withSubmenu .menu__link:after
{
content:"";
display:block;
position:absolute;
height:3px;
width:8px;
top:8px;
right:-10px;
background:url(../img/dropdown.svg) no-repeat center
}

.header__menu .menu__link
{
font-weight:300;
font-size:16px;
line-height:20px;
text-transform:uppercase;
color:#fff
}

.header__menu .menu__link:hover
{
color:#ffb43c
}

.header__menu .menu__submenu
{
display:block;
position:absolute;
top:20px;
left:-30px;
background:#3a3a3a;
min-width:245px;
z-index:2;
list-style:none;
padding:20px 30px;
display:none
}

.header__menu .menu__submenu .submenu__title
{
display:block;
padding:5px 0;
font-weight:300;
font-size:16px;
line-height:20px;
text-transform:uppercase;
color:#ffb43c
}

.header__menu .menu__submenu .submenu__link
{
display:block;
padding:5px 0;
font-weight:300;
font-size:16px;
line-height:20px;
text-transform:uppercase;
color:#fff
}

.header__menu .menu__submenu .submenu__link:hover
{
color:#ffb43c
}

.header__search
{
background:#ffb43c;
padding:8px 0
}

.header__search .input__search
{
font-family:'Rowdies','Montserrat',sans-serif;
font-weight:300;
font-size:16px;
color:#000;
width:100%;
height:36px;
border:0;
border-bottom:1px solid #000;
background:#ffb43c url(../img/search.svg) no-repeat 5px center;
padding:8px 20px 8px 45px
}

.header__search .input__search::placeholder
{
font-family:'Rowdies','Montserrat',sans-serif;
font-weight:300;
font-size:16px;
color:rgba(0,0,0,0.9);
letter-spacing:.05em
}

.header__search .input__search:-ms-input-placeholder
{
font-family:'Rowdies','Montserrat',sans-serif;
font-weight:300;
font-size:16px;
color:rgba(0,0,0,0.9);
letter-spacing:.05em
}

.header__search .input__search::-ms-input-placeholder
{
font-family:'Rowdies','Montserrat',sans-serif;
font-weight:300;
font-size:16px;
color:rgba(0,0,0,0.9);
letter-spacing:.05em
}

.footer {
	padding-top: 25px;
	font-family:'Rowdies','Montserrat',sans-serif
}

.footer__info__link {
color: #000;
}

.footer__menu
{
background:#3a3a3a;
padding:30px 0
}

.footer__menu .menu
{
display:flex;
flex-wrap:wrap;
align-items:center;
justify-content:space-between;
list-style:none;
position:relative;
z-index:2
}

.footer__menu .menu__item
{
position:relative
}

.footer__menu .menu__item.withSubmenu
{
padding-right:15px
}

.footer__menu .menu__item.withSubmenu .menu__link
{
position:relative
}

.footer__menu .menu__item.withSubmenu .menu__link:after
{
content:"";
display:block;
position:absolute;
height:3px;
width:8px;
top:8px;
right:-13px;
background:url(../img/dropdown.svg) no-repeat center
}

.footer__menu .menu__link
{
font-weight:300;
font-size:16px;
line-height:20px;
text-transform:uppercase;
color:#fff
}

.footer__menu .menu__link:hover
{
color:#ffb43c
}

.footer__menu .menu__submenu
{
display:block;
position:absolute;
top:20px;
left:-30px;
background:#3a3a3a;
min-width:245px;
z-index:2;
list-style:none;
padding:20px 30px;
display:none
}

.footer__menu .menu__submenu .submenu__title
{
display:block;
padding:5px 0;
font-weight:300;
font-size:16px;
line-height:20px;
text-transform:uppercase;
color:#ffb43c
}

.footer__menu .menu__submenu .submenu__link
{
display:block;
padding:5px 0;
font-weight:300;
font-size:16px;
line-height:20px;
text-transform:uppercase;
color:#fff
}

.footer__menu .menu__submenu .submenu__link:hover
{
color:#ffb43c
}

.footer__menu .cities
{
display:flex;
flex-wrap:wrap;
padding-top:30px
}

.footer__menu .cities__item
{
width:23%
}

.footer__menu .cities__item__header
{
color:#ffb43c;
font-weight:bold;
font-size:20px;
line-height:25px;
margin-bottom:30px
}

.footer__menu .cities__item__name
{
font-weight:bold;
font-size:16px;
line-height:20px;
color:#fff
}

.footer__menu .cities__item__address
{
font-weight:300;
font-size:16px;
line-height:20px;
color:#fff;
margin-bottom:25px
}

.footer__info
{
padding:22px 0
}

.footer__info .contain
{
display:flex;
flex-wrap:wrap;
align-items:center;
justify-content:space-around
}

@media screen and (max-width:1120px)
{
.header__menu .menu__link
{
font-size:14px
}

.footer__menu .menu__link
{
font-size:14px
}


}

@media screen and (min-width:981px)
{
.header__menu .menu__item.withSubmenu:hover .menu__link
{
color:#ffb43c
}

.header__menu .menu__item.withSubmenu:hover .menu__submenu
{
display:block
}

.footer__menu .menu__item.withSubmenu:hover .menu__submenu
{
display:block
}


}

@media screen and (max-width:980px)
{
.header__info
{
padding-right:50px
}

.header__info__burger
{
display:block
}

.header__menu
{
display:flex;
align-items:center;
justify-content:center;
position:fixed;
top:-200%;
left:0;
right:0;
width:100%;
height:100%
}

.header__menu.active
{
top:0!important
}

.header__menu .menu__item
{
width:100%;
text-align:center
}

.header__menu .menu__link
{
width:auto
}

.header__menu .menu__submenu
{
position:static
}

.footer__menu .menu__item
{
width:100%;
text-align:center
}

.footer__menu .cities
{
justify-content:center
}

.footer__menu .cities__item
{
width:300px;
text-align:center
}


}


.labeledWrap {
	position: relative;
	padding-top: 8px;
	outline:  0;
	font-size: 14px;
}
.labeledInput ~ label {
  position: absolute;
  left: 12px;
  top: 15px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font-weight: 400;
}
textarea.labeledInput ~ label {
  top: 30px;
}
.labeledInput:focus ~ label, .labeledInput.stuck ~ label, .labeledInput:not(:empty) ~ label {
  -webkit-transform: scaleX(0.9) scaleY(0.9) translateX(-15px) translateY(-27px);
  -ms-transform: scaleX(0.9) scaleY(0.9) translateX(-15px) translateY(-27px);
  transform: scaleX(0.9) scaleY(0.9) translateX(-15px) translateY(-27px);
  -webkit-transition: -webkit-transform 0.2s;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
}
.labeledInput.error {
	border-color: red;
}

.order_good-title {
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	padding-top: 15px;
	margin-bottom: 15px;
}
.order_good-success {
	font-size: 16px;
	text-align: center;
	margin: 20px 0;
}
.box-modal_close {
	padding-left: 15px;
	padding-bottom: 15px;
}
textarea.labeledInput {
	resize: vertical;
}

#imaginary_container {
	margin-bottom: 20px;
}
.stylish-input-group .input-group-addon{
    background: white !important; 
    height: 35px;
}
.stylish-input-group .form-control{
	border-right:0; 
	box-shadow:0 0 0; 
	border-color:#ccc;
	height: 35px;
}
.stylish-input-group button{
    border:0 !important;
    background:transparent;
}
.header-logo {
	width: 203px;
	height: 30px;
	display: inline-block;
	vertical-align: middle;
	background: url(../../zapkomat/theme/mvp/img/logo-min.png) center center no-repeat;
	margin-top: 12px;
	margin-right: 15px;
}


.header__menu .menu, .footer__menu .menu { margin: 0; padding: 0; }
.header__info.container { padding: 20px 5px; }
.header.hidden { display: block !important; }
.inner p { margin: 0; }
.inner form, .product-form { max-width: 540px; }
.header__search .input__search.form-control {
  height: 36px;
  padding: 8px 20px 8px 45px;
  color: #000;
  background: #ffb43c url(../img/search.svg) no-repeat 5px center;
  border: 0;
  border-bottom: 1px solid #000;
  border-radius: 0;
}
.arcticmodal-overlay { background: #000; opacity: 0.6; }
.arcticmodal-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.arcticmodal-container_i {
  width: auto;
  height: auto;
  margin: 0;
}
.arcticmodal-container_i2 { text-align: center; vertical-align: middle; }
.arcticmodal-container_i2 > .box-modal { margin-left: auto; margin-right: auto; }
.arcticmodal-container .photo_outwrap {
  max-width: min(90vw, 1100px) !important;
  max-height: 85vh !important;
  overflow: hidden !important;
  position: relative;
  box-sizing: border-box;
}
.arcticmodal-container .photo_wrap {
  display: inline-block;
}
@media screen and (max-width: 980px) {
  .header__info.container { padding: 12px 8px; }
  .header__info .contain {
    flex-wrap: nowrap;
    align-items: center;
    gap: 8px;
  }
  .header__info__logo { flex: 0 0 auto; }
  .header__info__links {
    width: auto;
    max-width: none;
    flex: 1 1 auto;
    min-width: 0;
    justify-content: flex-end;
    gap: 6px 12px;
  }
  .header__info__burger {
    display: block;
    position: relative;
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
  }
  .header__info__burger .burger {
    position: relative;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
  }
}
@media screen and (max-width: 692px) {
  .header__info__links .header__link[href^="mailto"] { display: none; }
}
form.ajax_form {
  position: relative;
}
form.ajax_form.ajaxform-busy::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(160, 160, 160, 0.45);
  z-index: 2;
  pointer-events: auto;
}
form.ajax_form button.ajaxform-sent,
form.ajax_form input.ajaxform-sent,
form.ajax_form .buttn.ajaxform-sent,
form.ajax_form .btn.ajaxform-sent {
  background: #2e7d32 !important;
  border-color: #1b5e20 !important;
  color: #fff !important;
  cursor: default;
}
form.ajax_form .ajaxform-success-msg,
form.ajax_form .ajaxform-feedback {
  margin-top: 12px;
  clear: both;
  width: 100%;
}
form.ajax_form .ajaxform-feedback.is-error {
  color: #a94442;
  background: #f2dede;
  border: 1px solid #ebccd1;
  padding: 10px 12px;
  border-radius: 3px;
}
form.ajax_form .ajaxform-feedback.is-success {
  color: #3c763d;
}
.pd-consent {
  margin: 12px 0 16px;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;
  max-width: 100%;
}
.pd-consent .error_pd_consent {
  display: block;
  margin-bottom: 6px;
}
.pd-consent__label {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-weight: normal;
  cursor: pointer;
}
.pd-consent input[type="checkbox"] {
  margin-top: 3px;
  flex: 0 0 auto;
}
.legal-doc {
  max-width: 860px;
  line-height: 1.5;
  overflow-x: auto;
}
.legal-doc p { margin: 0 0 0.8em; }
.legal-doc h2 { font-size: 20px; margin: 1.4em 0 0.6em; }
.legal-doc h3 { font-size: 16px; margin: 1.1em 0 0.5em; }
.legal-doc ol, .legal-doc ul { margin: 0 0 1em; padding-left: 1.4em; }
.legal-doc li { margin: 0 0 0.4em; }
.legal-doc table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 1em;
  font-size: 14px;
}
.legal-doc th, .legal-doc td {
  border: 1px solid #ddd;
  padding: 6px 8px;
  text-align: left;
  vertical-align: top;
}
.legal-doc th { background: #f7f7f7; }
.legal-doc a { overflow-wrap: anywhere; }
.footer__legal {
  color: #fff;
  margin: 0 0 20px;
  font-size: 14px;
  line-height: 1.5;
}
.footer__legal a,
.footer__legal a:hover,
.footer__legal a:visited {
  color: #fff;
  text-decoration: underline;
}
.footer__legal-sep { color: #fff; margin: 0 6px; }
