@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
html, body {
	width: 100%;
	height: auto;
	background-color: #0B0A0A;
	font-family: "Manrope", Helvetica, Arial, sans-serif !important;
	font-size: 14px;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
	color: #ABABAB;
}

html {
	--swiper-navigation-color: #fff;
}
html.whitebg {
	--swiper-navigation-color: #ABABAB;
}

html.whitebg, html.whitebg body {
	background-color: #ffffff;
	color: #595959;
}
* {box-sizing: border-box;}
* a { text-decoration: none; color: #ABABAB; } * a:hover {text-decoration: none; color: #E66B33;}

.whitebg * a { text-decoration: none; color: #595959; } * a:hover {text-decoration: none; color: #E66B33;}

*:focus {
	outline: none;
}

a[href^=tel]{
    color:inherit;
    text-decoration:none;
}
.wrap {
	width: 100%;
	max-width: 1200px;
	margin: 0px auto;
}
.menutop {
	background: linear-gradient(180deg, #0B0A0A 80%, rgba(0, 0, 0, 0) 100%);
	position: sticky;
	left: 0; top: 0;
	z-index: 10;
	padding-top: 34px;
	padding-bottom: 30px;
}
html.whitebg .menutop {
	background: linear-gradient(180deg, #ffffff 80%, rgba(255, 255, 255, 0) 100%);
}

.newstext a {color: #E66B33;}
.newstext a:hover {color: #595959; border-bottom: 1px #595959 solid; }
.newstext ul li {color: #595959 !important; font-weight: 500 !important;}

.menutop .flexright {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
    margin-left: 35px;
}
.menutop .wrap {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: space-around;
    justify-content: flex-start;
    align-items: center;
}
.menutop .right {float: right; margin-left: 35px;}
.menutop a {white-space: nowrap;}
.menutop .moboff {width: 100%;}
.menutop .phone {margin: 0px 35px 0px 45px;font-size: 1.1em;}
.menutop .reserve {
	color: #E66B33;
	background: url(/images/newzuma/reserveicon.svg) no-repeat left top;
    background-size: auto 100%;
    padding-left: 30px;
}
.menutop .enter {
	background: url(/images/newzuma/entericon.svg) no-repeat left center;
    background-size: auto 80%;
    padding-left: 30px;
}

*:focus {
    outline: none !important;
}

.menutop .burger {margin-left: 58px;}

h2, h1, .h1 {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 300;
	font-size: 40px;
	line-height: 135%;
	letter-spacing: 0.01em;
	color: #ABABAB;
	flex-grow: 0;
	flex-shrink: 0;
	width: 360px;
	margin-top: 0px;
}
h1 {
	font-weight: 100;
}

.h1left {
	flex-grow: 0;
	flex-shrink: 0;
	width: 360px;
	margin-top: 0px;
}

.about_block .divleft {width: 360px; flex-grow: 0; flex-shrink: 0;}

.whitebg h2 {color: #595959; } .whitebg h1 {color: #595959; }
.about_block {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: stretch;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 47px;
    margin-bottom: 15px;
} .about_block .text p {margin-bottom: 35px;
	
	font-family: 'Manrope';
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 171%;
letter-spacing: 0.01em;

}

/* .about_block .text a {color: #E66B33 } .about_block .text a:hover {text-decoration: none;} */
.about_block .text {padding-right: 50px;}
.about_block .text h3 {
	font-family: 'Manrope';
font-style: normal;
font-weight: 300;
font-size: 30px;
line-height: 113%;
letter-spacing: 0.01em;
margin-bottom: 50px;
}
.btn, .btngeneral {
	display: inline-block;
	padding: 10px 18px 12px 18px;
	border: 1px #ABABAB solid;
	border-radius: 25px;
	background-color: transparent;
	cursor: pointer;
	
}
.btn:hover, .btngeneral:hover, .checkedbtn {
	color: #0B0A0A;
	border: 1px #E66B33 solid;
	background-color: #E66B33;
	text-decoration: none !important;
}


.whitebg .btn, .whitebg .btngeneral {
	border: 1px #595959 solid;
	color: #595959 !important;
}
.whitebg .btn:hover, .whitebg .btngeneral:hover {
	color: #0B0A0A !important;
	border: 1px #E66B33 solid;
}


.swiper-button-prev {
    left: -80px !important; 
    opacity: 0.2;
       
}
.swiper-button-next {
    right: -80px !important;
    opacity: 0.2;
}

.whitebg .swiper-button-prev {
    left: -80px !important; 
    opacity: 1;
       
}
.whitebg .swiper-button-next {
    right: -80px !important;
    opacity: 1;
}

.dishes_list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: center;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 0px 20px;
}
.dishes_list div.item {margin-bottom: 40px;width: 383px;}
.dishes_list div.item a {
	display: block; background-color: #F5F5F5; height: 238px; width: 383px; position: relative; overflow: hidden; background-repeat: no-repeat; background-position: center; background-size: cover; 	
}
.dishes_list div.item .mobtext {display: none; }
.dishes_list div.item a div {
	opacity: 0;
	background: rgba(23, 22, 22, 0.8);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px); 
	color: #fff;
	padding: 20px 25px;
	width: 100%;
	height: 100%;
	line-height: 180%;
	position: relative;
	
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 24px;
	/* or 171% */
	
	letter-spacing: 0.01em;
	position: relative;
	color: #FFFFFF;
	-webkit-transition: all 0.2s ease-in 0s;
	-moz-transition: all 0.2s ease-in 0s;
	-o-transition: all 0.2s ease-in 0s;
	transition: all 0.2s ease-in 0s;
}
.dishes_list div.item a div .weight {position: absolute; bottom: 10px; left: 25px;}
.dishes_list div.item a:hover div {opacity: 1;}

.dishes_list div.item .dishinfo {
	padding: 10px;
	font-weight: 500;
	display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
.dishes_list div.item .dishinfo .name {padding-right: 10px;}
.dishes_list div.item .dishinfo .flexcart, .itembtn .flexcart {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
.dishes_list div.item .dishinfo.incart {
	background-color: #E66B33;
	color: #000000 !important;
}
.itembtn {cursor: pointer;}
.itembtn.incart {
	background-color: #E66B33;
	color: #000000 !important;
	border-color: #E66B33;
}
.dishes_list div.item .dishinfo .tocartbtn {
	cursor: pointer;
}
.dishes_list div.item .dishinfo .tocartbtn:hover {color: #E66B33;}
.dishes_list div.item .dishinfo .countincart, .itembtn .countincart {display: none;}
.dishes_list div.item .dishinfo.incart .tocartbtn, .itembtn.incart .tocartbtn {display: none;}
.dishes_list div.item .dishinfo.incart .countincart, .itembtn.incart .countincart {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
.dishes_list div.item .dishinfo.incart .countincart .minus, .itembtn.incart .countincart .minus {
	display: inline-block;
	width: 25px; height: 25px;
	background: url(/images/newzuma/minus.svg) no-repeat #fff center center;
	background-size: 50% auto;
	border-radius: 50%;
	cursor: pointer;
}
.dishes_list div.item .dishinfo.incart .countincart .plus, .itembtn.incart .countincart .plus {
	display: inline-block;
	width: 25px; height: 25px;
	background: url(/images/newzuma/plus.svg) no-repeat #fff center center;
	background-size: 50% auto;
	border-radius: 50%;
	cursor: pointer;
}
.dishes_list div.item .dishinfo.incart .countincart .count, .itembtn.incart .countincart .count {
	margin: 0px 7px;
}

.divider {margin: 0px 10px; font-size: 1.2em;}

.dishes_list div.item .dishinfo .divider {margin: 0px 10px; font-size: 1.2em;}
.dishes_list div.item .dishinfo .name {max-width: 60%;}

.banners {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
.banners a {display: block; background-color: #171616; height: 238px; width: 383px; position: relative; overflow: hidden; background-repeat: no-repeat; background-position: right bottom; 
	-webkit-transition: all 0.2s ease-in 0s;
	-moz-transition: all 0.2s ease-in 0s;
	-o-transition: all 0.2s ease-in 0s;
	transition: all 0.2s ease-in 0s;
}
.banners .image { 
	-webkit-transition: all 0.2s ease-in 0s;
	-moz-transition: all 0.2s ease-in 0s;
	-o-transition: all 0.2s ease-in 0s;
	transition: all 0.2s ease-in 0s;
	position: absolute;
	left: 0; right: 0; top: 0; bottom: 0;
	
}
.banners a:hover {background-color: #242424;}
.banners a:hover .image {-webkit-transform: scale(1.1,1.1);}
.banners a b {
	position: absolute;
	left: 22px; top: 16px; 
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 300;
	font-size: 30px;
	line-height: 113%;
	letter-spacing: 0.01em;
	width: 60%;
	color: #ABABAB;
}
.banners a:nth-child(2) {margin: 0px 23px;}
.banners a .row {
	position: absolute;
	left: 22px;
	bottom: 24px;
	-webkit-transition: all 0.2s ease-in 0s;
	-moz-transition: all 0.2s ease-in 0s;
	-o-transition: all 0.2s ease-in 0s;
	transition: all 0.2s ease-in 0s;
}
.banners a:hover .row {left: 32px;}
.more {
	display: inline-block;
	background: url(/images/newzuma/ellipse.svg) no-repeat top right;
	background-size: auto 100%;
	padding: 8px 75px 8px 0px;
	position: relative;
}
.more::after {
	content: '';
	display: block;
	width: 45px;
	height: 15px;
	background: url(/images/newzuma/rowmore.svg) no-repeat top left;
	background-size: cover;
	position: absolute;
	right: 14px;
	top: 50%;
	-webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.more:hover::after {right: 5px;
	-webkit-transition: all 0.2s ease-in 0s;
	-moz-transition: all 0.2s ease-in 0s;
	-o-transition: all 0.2s ease-in 0s;
	transition: all 0.2s ease-in 0s;
}

.backbtn {
	display: inline-block;
	background: url(/images/newzuma/ellipse.svg) no-repeat top left;
	background-size: auto 100%;
	padding: 8px 0px 8px 75px;
	position: relative;
}
.backbtn::after {
	content: '';
	display: block;
	width: 45px;
	height: 15px;
	background: url(/images/newzuma/rowback.svg) no-repeat top left;
	background-size: cover;
	position: absolute;
	left: 14px;
	top: 50%;
	-webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.backbtn:hover::after {left: 5px;
	-webkit-transition: all 0.2s ease-in 0s;
	-moz-transition: all 0.2s ease-in 0s;
	-o-transition: all 0.2s ease-in 0s;
	transition: all 0.2s ease-in 0s;
}

.chief {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-end;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 120px;
}
.chief .m_mob {display: none;}
.chief .text {
	background-color: #171616;
	padding: 31px 50px 31px 70px;	
}
.chief .text p {margin-bottom: 50px;}
.chief .text h2 {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 300;
	font-size: 30px;
	line-height: 123%;
	letter-spacing: 0.01em;
	margin-bottom: 16px;
}

.chief .imgchief {position: relative;}
.chief .imgchief .m2 {position: absolute; bottom: 0; left: 50%;
	-webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 110%;
    width: auto;
}
.line {
	text-align: center;
	position: relative; overflow: hidden;/*  width: 100%; height: 50vh; background: url(/images/newzuma/line.svg) no-repeat center center; background-size: cover; */
}
.line .line_mob {display: none;}
.line .line_desc {display: block;}
.line .dishes {
	position: absolute;
	z-index: 10;
	top: 50%; left: 50%;
	-webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    height: 80%;
}

.footer {
	margin-top: 100px;
}

.footer .footerphone {
	font-size: 30px;
	margin-left: 35px;
}
.footer .topblock {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: stretch;
}

.footer .leftblock {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    width: 49%; 
}
.footer .rightblock {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: flex-start;
    width: 49%;
} .footer .rightblock div.rez {margin-right: 10px; white-space: nowrap;}
.footer .rightblock div span {
	color: #494949;
	font-size: 12px;
	display: block;
	margin-bottom: 6px;
}
.whitebg .footer .rightblock div span {
	color: #C9C9C9;
}
.slider {margin-bottom: 70px;}
.slider, .slider_int {overflow: hidden;}

.footerhr {
	width: 100%;
	height: 1px;
	background-color: #ABABAB;
	margin: 20px 0px 40px 0px;
}
.feedbackform {
	background-color: #171616;
	padding: 25px 25px 25px 25px;
	display: block !important
}

.whitebg .feedbackform {
	background-color: #F5F5F5;
}

.feedbackform h2 {font-size: 30px;margin-top: 0px;}
.feedbackform form {
	display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: center;
    justify-content: space-between;
    align-items: flex-start;
}
.feedbackform form label {margin-bottom: 20px;}
.feedbackform form label p {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 0.01em;
	color: #FFFFFF;
	margin-bottom: 5px;
}

.whitebg .feedbackform form label p {color: #595959;}

.feedbackform form label input[type=text] {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.01em;
	color: #FFFFFF;
	padding: 9px 0px;
	border: none;
	background: transparent;
	border-bottom: 1px #fff solid;
	width: 100%;
	border-radius: 0px;
}
.whitebg .feedbackform form label input[type=text] {color: #595959; border-bottom: 1px #595959 solid;}

.feedbackform form label input[type=text]::placeholder {color: #fff;opacity: 0.4;}
.whitebg .feedbackform form label input[type=text]::placeholder {color: #595959;opacity: 0.4;}

.feedbackform form label.textarea {width: 100%;}
.feedbackform form label.textarea textarea {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.01em;
	color: #FFFFFF;
	padding: 9px 0px;
	border: none;
	background: transparent;
	border-bottom: 1px #fff solid; width: 100%;
} .feedbackform form label.textarea textarea::placeholder {color: #fff;opacity: 0.4;}

.whitebg .feedbackform form label.textarea textarea {color: #595959; border-bottom: 1px #595959 solid; width: 100%;}
.whitebg .feedbackform form label.textarea textarea::placeholder {color: #595959;opacity: 0.4;}
.feedbackform form .formfooter, .generalform .formfooter {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
}
.feedbackform form .btn {
	color: #ABABAB;
	cursor: pointer;
}
.whitebg .feedbackform form .btn {color: #595959;}
.feedbackform form .btn:hover {color: #000000;}


.generalform {
	display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: center;
    justify-content: space-between;
    align-items: flex-start;
}
.generalform label {margin-bottom: 40px; width: 30%;}
.generalform label input[type=text] {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.01em;
	color: #595959;
	padding: 9px 0px;
	border: none;
	background: transparent;
	border-bottom: 1px #595959 solid;
	width: 100%;
	border-radius: 0px;
}
.generalform label input[type=text]::placeholder {color: #595959;opacity: 0.4;}
.generalform label p {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 0.01em;
	color: #595959;
	margin-bottom: 5px !important;
}
.generalform label input[type=file] {
	width: 100%;
  color: #595959;
	padding: 9px 0px;
  border: none;
	background: transparent;
/* 	border-bottom: 1px #595959 solid; */
}

.generalform input[type="radio"] {
	  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  /* Remove most all native input styles */
  -moz-appearance: none;
       appearance: none;
	  appearance: none;
	  background-color: transparent;
	  margin: 0;
	  font: inherit;
	  color: currentColor;
	  width: 1.15em;
	  height: 1.15em;
	  border: 1px solid #595959;
	  border-radius: 50%;
	  transform: translateY(0.2em);
	  margin-right: 5px;
	  display: inline-block;
	  place-content: center;
}
.generalform input[type="radio"]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  border-radius: 50%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em #595959;
  display: block;
  position: relative;
  left: 0.175em;
  top: 0em;
}

.generalform input[type="radio"]:checked::before {
  transform: scale(1);
}
.generalform input[type="radio"]:focus {
  outline: max(2px, 0.15em) solid #595959;
  outline-offset: max(2px, 0.15em);
}

.generalform label input[type=file]::file-selector-button {
  display: inline-block;
	padding: 10px 18px 12px 18px;
	border: 1px #ABABAB solid;
	border-radius: 25px;
	background-color: transparent;
}

.generalform label input[type=file]::file-selector-button:hover {
/*   background: #0d45a5; */
}

.generalform textarea {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.01em;
	color: #595959;
	padding: 9px 0px;
	border: none;
	background: transparent;
	border-bottom: 1px #595959 solid; width: 100%;
} .generalform  textarea::placeholder {color: #595959;opacity: 0.4;}

.generalform select {

  /* styling */
  background-color: white;
  border: none;
  border-radius: 0;
  border-bottom: 1px #595959 solid;
  width: 100%;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;

  /* reset */

  margin: 0;      
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.generalform select {
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
}

/*
.generalform select:focus {
  background-image:
    linear-gradient(45deg, green 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, green 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
  border-color: green;
  outline: 0;
}


.generalform select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
*/

/*
.generalform label select {
	appearance: none;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.01em;
	color: #595959;
	padding: 9px 0px;
	border: none;
	background: transparent;
	border-bottom: 1px #595959 solid;
	width: 100%;
	border-radius: 0px;
}
.generalform label select option { background-color: #fff;  padding: 9px 0px;}
.generalform label select::after {
  content: "";
  width: 0.8em;
  height: 0.5em;
  background-color: var(--select-arrow);
  clip-path: polygon(100% 0%, 0 0%, 50% 100%);
}
*/

.footer .footerbottom {
	margin-top: 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}
.footer .footerbottom div.copy {
	color: #494949;
	text-align: right;
}
.footer .footerbottom div.left a {
	margin-right: 20px;
}
.whitebg .footer .footerbottom div.copy {
	color: #C9C9C9;
}



.reserveblock .formpadding {width: 100%; margin-top: 50px;display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;}
/* checkbox-circle */
.checkbox-circle {width: 60%;margin: 0px !important;}

.lds-ring-big {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
  margin-top: 3px;
  margin-right: 10px;
}
.lds-ring-big div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 100%;;
  height: 100%;
  margin: 8px;
  border: 2px solid #aaa;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #b7b7b7 transparent transparent transparent;
}
.lds-ring-big div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring-big div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring-big div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


.sitemenu {
	display: none;
	background-color: #E66B33;
	color: #0B0A0A;
	width: 98%;
    height: 95vh;
    padding: 35px 55px 35px 35px;
    max-width: 1200px;
}

.sitemenu .topblock {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: flex-start;
}.sitemenu .topblock .left { width: 14%; padding-right: 20px;}
.sitemenu .topblock .center {width: 80%;}
.sitemenu .topblock .center .reserve { color: #0B0A0A; float: right;}
.sitemenu .topblock .divider {width: 100%; height: 1px; margin: 45px 0px;}
.sitemenu .snos {float: right; font-size: 12px;}
.sitemenu .bigmenu a {font-size: 36px; display: block; margin-bottom: 10px; color: #0B0A0A;}
.sitemenu .bigmenu {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}
.sitemenu .bigmenu .bigright .snos {margin-right: 20px;}
.sitemenu .bigmenu .bigright {
	margin-left: 5px;
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}
.sitemenu .smallpodmenu {margin-bottom: 10px;}
.sitemenu .smallpodmenu a {
	font-size: 16px; display: inline-block;
}
.sitemenu .smallpodmenu span {margin: 0px 12px;} 
.sitemenu .divblack {
	width: 100%;
	height: 1px;
	background-color: #0B0A0A;
	margin: 35px 0px 25px 0px;
}
.sitemenu .bottomlinks {
	display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
    line-height: 0.7em;
} .sitemenu .bottomlinks a {font-size: 1em;}
.sitemenu .bottomlinks div { margin-right: 90px; }
.sitemenu a:hover {color: #fff !important; }

.whitebg .checkbox-circle input[type="checkbox"] + label {
	color: #595959;
}
.whitebg .checkbox-circle input[type="checkbox"] + label a {color: #595959;}

.whitebg .checkbox-circle input[type="checkbox"]:hover + label:hover {
  color: #E66B33;
}
.whitebg .checkbox-circle input[type="checkbox"]:hover + label:before {
  border: 1px solid rgba(89,89,89,0.3);
  border: 5px solid #595959;
  background: #fff;
  box-shadow: 0 0 0 1px #595959;
}
.whitebg .checkbox-circle input[type="checkbox"] + label:before {
 border: 5px solid rgba(89,89,89,0.3);
 background: rgba(89,89,89,0.3);
}
.whitebg .checkbox-circle input[type="checkbox"]:checked + label:before {
  border: 5px solid #595959;
  background: #fff;
  box-shadow: 0 0 0 1px #595959;
}
.whitebg .lds-ring-big div {
  border: 2px solid #595959;
  border-color: #595959 transparent transparent transparent;
}

.whitebg .banners {
    flex-wrap: wrap;
}
.whitebg .banners a {margin-bottom: 22px; width: 32% !important;margin-left: 0px !important; margin-right: 0px !important; }
.nav {margin-bottom: 43px; font-size: 10px;}
.nav span {margin: 0px 5px;}
.sectionstop a {margin-right: 30px; display: inline-block; white-space: nowrap;}
.sectionstop a.active {color: #E66B33; }
.sectionstop {line-height: 250%; margin-bottom: 45px; white-space: normal;}
label {position: relative;}
.notvalid {border-bottom: 1px #E66B33 solid !important;}
label.notvalid {color: #fff; background-color: #E66B33; padding: 5px; position: absolute !important; right: 0; top: -5px; z-index: 15; white-space: nowrap; font-size: 0.6em; border: none !important; width: auto !important;}

ul li, ol li {margin-bottom: 15px;}
ol {list-style-type:decimal;}

.newsflex {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: flex-start;
}

.newsflex .news-item .news-date-time {
	text-transform: lowercase;
}

.square {
  width: 100%;
}

.square:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.pram:after {
  content: "";
  display: block;
  padding-bottom: 120% !important; 
}

.newsflex .news-item {
	width: 32%;
	margin-bottom: 20px;
}

.newsflex .news-item .news-name {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 300;
	font-size: 30px;
	line-height: 113%;
	letter-spacing: 0.01em;
	margin-bottom: 20px;
	display: block;
}

.modern-page-title {margin-right: 20px;}
.modern-page-navigation a, .modern-page-navigation .modern-page-current {margin: 0px 10px;}
.detail_picture {width: 80%; margin-top: 30px;}
.imgpho {
		height: 320px;
		width: 220px;
		object-fit: cover;
		margin: 5px;
	}

.fests {
	width: 100%;
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: flex-start;
}
.fests a { display: block; width: 30%; margin-right: 25px; }
.fests h2 { 
	font-family: 'Manrope';
font-style: normal;
font-weight: 300;
font-size: 30px;
line-height: 113%;
/* identical to box height, or 113% */

letter-spacing: 0.01em; margin-bottom: 15px; margin-top: 15px; }
.modalwind {width: 100%; max-width: 800px;}
.download {
	background: url(/images/newzuma/download_icon.svg) no-repeat left center;
    background-size: auto 50%;
    padding-left: 40px;
    background-position-x: 14px;
}
.formicon {
	background: url(/images/newzuma/btnicon.svg) no-repeat left center;
    background-size: auto 40%;
    padding-left: 40px;
    background-position-x: 14px;
}
.textingrey {
	padding: 25px;
	background-color: #F5F5F5;
} .textingrey span {margin: 0px 7px;}
.textingrey p {line-height: 250% !important;}
.textingrey h3 {margin-bottom: 20px !important;}
.cateimgslide {height: 334px;}

.text h2 {text-transform: lowercase; width: 100%;}
.text h2:first-letter {
    text-transform: uppercase;
}

.cartmodal {
	display: none;
	position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    width: 470px;
    height: 100vh;
    background-color: #F5F5F5;
    padding: 0px;
    overflow: visible;
    overflow-y: scroll;
    margin-bottom: 0px !important;
}
.cartmodal .fancybox-close-small {display: none;}
.cartmodal .closebtn {
	display: block;
	width: 28px;
	height: 28px;
	background: url(/images/newzuma/closecartdesc.svg) no-repeat center center;
	background-size: 100% 100%;
	position: fixed;
    z-index: 100;
/*     left: -50px; */
    top: 50%;
    transform: translateY(-50%);
    transform: translateX(-150%);
}
.cartmodal .emptycart {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 500;
	text-align: center;	
	color: #595959;
	position: absolute;
    transform: translateY(-50%);
    top: 50%;
}
.cartmodal .emptycart a {color: #E66B33;}
.cartmodal .emptycart h2 {width: auto !important;}
.cartedit {padding-bottom: 84px;}
.cartedit .footer {
	margin: 0px;
    background-color: #E66B33;
    height: 84px;
    width: 470px;
    position: fixed;
    bottom: 0;
    z-index: 10;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: stretch;
    justify-content: space-between;
    align-items: center;
    padding: 0px 25px;
    font-family: 'Manrope';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 19px;
	letter-spacing: 0.01em;
	color: #0B0A0A;
}

.cartedit .footer .message {
  position: absolute;
  transform: translateY(-110%);
  top: 0px;
  padding: 10px;
  border-radius: 15px;
  width: 94%;
  background-color: #fff;
  color: #595959;
  left: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
}

.cartedit .footer .message svg {
  max-width: 30px;
  margin-right: 10px;
}

.cartedit .footer .more {
	display: inline-block;
	background: url(/images/newzuma/ellipseblack.svg) no-repeat top right;
	background-size: auto 100%;
	padding: 8px 75px 8px 0px;
	position: relative;
	color: #0B0A0A;
}
.cartedit .footer .more::after {
	content: '';
	display: block;
	width: 45px;
	height: 15px;
	background: url(/images/newzuma/rowmoreblack.svg) no-repeat top left;
	background-size: cover;
	position: absolute;
	right: 14px;
	top: 50%;
	-webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.cartedit .footer .more:hover::after {right: 5px;
	-webkit-transition: all 0.2s ease-in 0s;
	-moz-transition: all 0.2s ease-in 0s;
	-o-transition: all 0.2s ease-in 0s;
	transition: all 0.2s ease-in 0s;
}
.cartedit .cartitem {
	background-color: #fff;
	width: 100%;
	padding: 14px 25px 14px 25px;
	margin-bottom: 10px;
}
.cartedit .cartitem .iteminfo {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;	
}
.cartedit .cartitem .iteminfo .itemname {
	padding-left: 17px;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 19px;
	letter-spacing: 0.01em;
	color: #595959;
	position: relative;
	width: 100%;
} .cartedit .cartitem .iteminfo .itemname .section { font-family: 'Manrope';
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 0.01em;
	margin-top: 0px;
	color: #C9C9C9;
}
.cartedit .cartitem .iteminfo .itemname .cartdelete {position: absolute; right: 0; top: 0; cursor: pointer;}
.cartedit .cartitem .divider {width: 100%; height: 1px; border-bottom: 1px solid #C9C9C9; margin: 14px 0px 10px 0px;}
.cartedit .cartitem .calcs {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

.cartedit .cartitem .calcs .countincart {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
.cartedit .cartitem .calcs .countincart .minus {
	display: inline-block;
	width: 25px; height: 25px;
	background: url(/images/newzuma/minus.svg) no-repeat #F5F5F5 center center;
	background-size: 50% auto;
	border-radius: 50%;
	cursor: pointer;
}
.cartedit .cartitem .calcs .countincart .plus {
	display: inline-block;
	width: 25px; height: 25px;
	background: url(/images/newzuma/plus.svg) no-repeat #F5F5F5 center center;
	background-size: 50% auto;
	border-radius: 50%;
	cursor: pointer;
}
.cartedit .cartitem .calcs .countincart .count {
	margin: 0px 7px;
	color: #0B0A0A;
}
.cartedit .cartitem .calcs .price {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 19px;
	text-align: right;
	letter-spacing: 0.01em;
	
	color: #595959;
}
.cartedit .header {
	width: 100%;
	padding: 25px;
}
.cartedit .header h2 {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 300;
	font-size: 30px;
	line-height: 54px;
	/* identical to box height, or 180% */
	
	letter-spacing: 0.01em;
	margin: 0px;
	color: #595959;
}
.nachinkitort {
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    align-content: center;
} .nachinkitort label {width: 32%;}
.checkoutflex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: flex-start;
}
.checkoutflex .leftside {
	width: 64%;
}

.greyblock {
	background-color: #F5F5F5;
	padding: 30px 20px;
	width: 100%;
}

.checkoutflex .rightside {width: 357px;}
.checkoutflex .greyblock {
	display: inherit;
	background-color: #F5F5F5;
	padding: 14px 20px;
	padding-left: 24px;
	width: 100%;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.checkoutflex .greyblock h2 {
	font-family: 'Manrope';
font-style: normal;
font-weight: 300;
font-size: 30px;
line-height: 120%;
letter-spacing: 0.01em;
color: #595959;
width: 100%;
}
.ordersostavitem {
	width: 100%;
	padding-bottom: 13px;
	margin-bottom: 13px;
	border-bottom: 1px solid #C9C9C9;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.01em;	
	color: #C9C9C9;
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: flex-start;
}
.ordersostavitem .name, .ordersostavitem .itog {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 19px;
	text-align: right;
	letter-spacing: 0.01em;
	
	color: #595959;
}
.greyblockthanks {
	display: block;
    background: #F5F5F5;
    padding: 20px;
    text-align: center;
    width: 100%;
    max-width: 710px;
    margin: 0 auto;
}
.greyblockthanks h2 {
	font-family: 'Manrope';
font-style: normal;
font-weight: 300;
font-size: 30px;
line-height: 54px;
/* identical to box height, or 180% */

letter-spacing: 0.01em;
margin: 0px;
padding: 0px;
color: #595959;
width: 100%;
}
/* .sectionitem:hover {background-size: 120% !important;} */

.marquee {
  --gap: 1rem;
  --duration: 90s;

  display: flex;
  overflow: hidden;
  user-select: none;
  gap: var(--gap);
/*   transform: skewY(-3deg); */
}

.marquee__group {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: var(--gap);
  min-width: 100%;
  animation: scroll var(--duration) linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .marquee__group {
    animation-play-state: paused;
  }
}

.marquee__group img {
  width: 22vw;
/*
  aspect-ratio: 1;
  object-fit: cover;
*/
  border-radius: 1rem;
}
.marquee--reverse .marquee__group {
  animation-direction: reverse;
  animation-delay: calc(var(--duration) / -2);
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-100% - var(--gap)));
  }
}

.cart_recs {
	width: 100%;
	box-sizing: border-box;
	padding: 14px 0px 14px 25px;
	color: #595959;
}

.cart_recs .itmsblock {
	display: flex;
    width: 100%;
    overflow-y: scroll;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
/*     -ms-overflow-style: none; */  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
} .cart_recs .itmsblock::-webkit-scrollbar {display: none;}
.cart_recs .itmsblock .itm {margin-right: 10px;cursor: pointer;}

.cart_recs .itmsblock .itm .itemname p {
	overflow: hidden;
	margin-bottom: 0px;
	text-overflow: ellipsis;
	width: 125px;
	white-space: nowrap;	
}

.normlink {
	color: #E66B33 !important;
	border-bottom: 1px solid !important;
} .normlink:hover {
	color: #595959;
	border-bottom: none;
}

.phoneicon {
	background: url(/images/phoneicon.svg) no-repeat 10px center;
    background-size: auto 50%;
    padding-left: 40px;
}

.flexpro {width: 24%;}

/* ========================================================================
   Component: Form
 ========================================================================== */
/*
 * 1. Define consistent box sizing.
 *    Default is `content-box` with following exceptions set to `border-box`
 *    `select`, `input[type="checkbox"]` and `input[type="radio"]`
 *    `input[type="search"]` in Chrome, Safari and Opera
 *    `input[type="color"]` in Firefox
 * 2. Address margins set differently in Firefox/IE and Chrome/Safari/Opera.
 * 3. Remove `border-radius` in iOS.
 * 4. Change font properties to `inherit` in all browsers.
 */
.uk-input,
.uk-select,
.uk-textarea,
.uk-radio,
.uk-checkbox {
  /* 1 */
  box-sizing: border-box;
  /* 2 */
  margin: 0;
  /* 3 */
  border-radius: 0;
  /* 4 */
  font: inherit;
}
/*
 * Show the overflow in Edge.
 */
.uk-input {
  overflow: visible;
}
/*
 * Remove the inheritance of text transform in Firefox.
 */
.uk-select {
  text-transform: none;
}
/*
 * 1. Change font properties to `inherit` in all browsers
 * 2. Don't inherit the `font-weight` and use `bold` instead.
 * NOTE: Both declarations don't work in Chrome, Safari and Opera.
 */
.uk-select optgroup {
  /* 1 */
  font: inherit;
  /* 2 */
  font-weight: bold;
}
/*
 * Remove the default vertical scrollbar in IE 10+.
 */
.uk-textarea {
  overflow: auto;
}
/*
 * Remove the inner padding and cancel buttons in Chrome on OS X and Safari on OS X.
 */
.uk-input[type="search"]::-webkit-search-cancel-button,
.uk-input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
.uk-input[type="number"]::-webkit-inner-spin-button,
.uk-input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/*
 * Removes placeholder transparency in Firefox.
 */
.uk-input::-moz-placeholder,
.uk-textarea::-moz-placeholder {
  opacity: 1;
}
/*
 * Improves consistency of cursor style for clickable elements
 */
.uk-radio:not(:disabled),
.uk-checkbox:not(:disabled) {
  cursor: pointer;
}
/*
 * Define consistent border, margin, and padding.
 */
.uk-fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
/* Input, select and textarea
 * Allowed: `text`, `password`, `datetime`, `datetime-local`, `date`,  `month`,
			`time`, `week`, `number`, `email`, `url`, `search`, `tel`, `color`
 * Disallowed: `range`, `radio`, `checkbox`, `file`, `submit`, `reset` and `image`
 ========================================================================== */
/*
 * Remove default style in iOS.
 */
.uk-input,
.uk-textarea {
  -webkit-appearance: none;
}
/*
 * 1. Prevent content overflow if a fixed width is used
 * 2. Take the full width
 * 3. Reset default
 * 4. Style
 */
.uk-input,
.uk-select,
.uk-textarea {
  /* 1 */
  max-width: 100%;
  /* 2 */
  width: 100%;
  /* 3 */
  border: 0 none;
  /* 4 */
  padding: 0 10px;
  background: #fff;
  color: #666;
  border: 1px solid #e5e5e5;
  transition: 0.2s ease-in-out;
  transition-property: color, background-color, border;
}
/*
 * Single-line
 * 1. Allow any element to look like an `input` or `select` element
 * 2. Make sure line-height is not larger than height
 *    Also needed to center the text vertically
 */
.uk-input,
.uk-select:not([multiple]):not([size]) {
  height: 40px;
  vertical-align: middle;
  /* 1 */
  display: inline-block;
}
/* 2 */
.uk-input:not(input),
.uk-select:not(select) {
  line-height: 38px;
}
/*
 * Multi-line
 */
.uk-select[multiple],
.uk-select[size],
.uk-textarea {
  padding-top: 6px;
  padding-bottom: 6px;
  vertical-align: top;
}
.uk-select[multiple],
.uk-select[size] {
  resize: vertical;
}
/* Focus */
.uk-input:focus,
.uk-select:focus,
.uk-textarea:focus {
  outline: none;
  background-color: #fff;
  color: #666;
  border-color: #000000;
}
/* Disabled */
.uk-input:disabled,
.uk-select:disabled,
.uk-textarea:disabled {
  background-color: #f8f8f8;
  color: #999;
  border-color: #e5e5e5;
}
/*
 * Placeholder
 */
.uk-input::-ms-input-placeholder {
  color: #999 !important;
}
.uk-input::placeholder {
  color: #999;
}
.uk-textarea::-ms-input-placeholder {
  color: #999 !important;
}
.uk-textarea::placeholder {
  color: #999;
}
/* Style modifier (`uk-input`, `uk-select` and `uk-textarea`)
 ========================================================================== */
/*
 * Small
 */
.uk-form-small {
  font-size: 0.875rem;
}
/* Single-line */
.uk-form-small:not(textarea):not([multiple]):not([size]) {
  height: 30px;
  padding-left: 8px;
  padding-right: 8px;
}
/* Multi-line */
textarea.uk-form-small,
[multiple].uk-form-small,
[size].uk-form-small {
  padding: 5px 8px;
}
.uk-form-small:not(select):not(input):not(textarea) {
  line-height: 28px;
}
/*
 * Large
 */
.uk-form-large {
  font-size: 1.25rem;
}
/* Single-line */
.uk-form-large:not(textarea):not([multiple]):not([size]) {
  height: 55px;
  padding-left: 12px;
  padding-right: 12px;
}
/* Multi-line */
textarea.uk-form-large,
[multiple].uk-form-large,
[size].uk-form-large {
  padding: 7px 12px;
}
.uk-form-large:not(select):not(input):not(textarea) {
  line-height: 53px;
}
/* Style modifier (`uk-input`, `uk-select` and `uk-textarea`)
 ========================================================================== */
/*
 * Error
 */
.uk-form-danger,
.uk-form-danger:focus {
  color: #f0506e;
  border-color: #f0506e;
}
/*
 * Success
 */
.uk-form-success,
.uk-form-success:focus {
  color: #32d296;
  border-color: #32d296;
}
/*
 * Blank
 */
.uk-form-blank {
  background: none;
  border-color: transparent;
}
.uk-form-blank:focus {
  border-color: #e5e5e5;
  border-style: dashed;
}
/* Width modifiers (`uk-input`, `uk-select` and `uk-textarea`)
 ========================================================================== */
/*
 * Fixed widths
 * Different widths for mini sized `input` and `select` elements
 */
input.uk-form-width-xsmall {
  width: 50px;
}
select.uk-form-width-xsmall {
  width: 75px;
}
.uk-form-width-small {
  width: 130px;
}
.uk-form-width-medium {
  width: 200px;
}
.uk-form-width-large {
  width: 500px;
}
/* Select
 ========================================================================== */
/*
 * 1. Remove default style. Also works in Firefox
 * 2. Style
 * 3. Remove default style in IE 10/11
 * 4. Set `color` for options in the select dropdown, because the inherited `color` might be too light.
 */
.uk-select:not([multiple]):not([size]) {
  /* 1 */
  -webkit-appearance: none;
  -moz-appearance: none;
  /* 2 */
  padding-right: 20px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-repeat: no-repeat;
  background-position: 100% 50%;
}
/* 3 */
.uk-select:not([multiple]):not([size])::-ms-expand {
  display: none;
}
/* 4 */
.uk-select:not([multiple]):not([size]) option {
  color: #444;
}
/*
 * Disabled
 */
.uk-select:not([multiple]):not([size]):disabled {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23999%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23999%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}
/* Datalist
 ========================================================================== */
/*
 * 1. Remove default style in Chrome
 */
.uk-input[list] {
  padding-right: 20px;
  background-repeat: no-repeat;
  background-position: 100% 50%;
}
.uk-input[list]:hover,
.uk-input[list]:focus {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%2012%208%206%2016%206%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}
/* 1 */
.uk-input[list]::-webkit-calendar-picker-indicator {
  display: none !important;
}
/* Radio and checkbox
 * Note: Does not work in IE11
 ========================================================================== */
/*
 * 1. Style
 * 2. Make box more robust so it clips the child element
 * 3. Vertical alignment
 * 4. Remove default style
 * 5. Fix black background on iOS
 * 6. Center icons
 */
.uk-radio,
.uk-checkbox {
  /* 1 */
  display: inline-block;
  height: 20px;
  width: 20px;
  /* 2 */
  overflow: hidden;
  /* 3 */
  margin-top: -4px;
  vertical-align: middle;
  /* 4 */
  -webkit-appearance: none;
  -moz-appearance: none;
  /* 5 */
  background-color: transparent;
  /* 6 */
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border: 1px solid #cccccc;
  transition: 0.2s ease-in-out;
  transition-property: background-color, border;
}
.uk-radio {
  border-radius: 50%;
}
/* Focus */
.uk-radio:focus,
.uk-checkbox:focus {
  background-color: rgba(0, 0, 0, 0);
  outline: none;
  border-color: #000000;
}
/*
 * Checked
 */
.uk-radio:checked,
.uk-checkbox:checked,
.uk-checkbox:indeterminate {
  background-color: #E66B33;
  border-color: transparent;
}
/* Focus */
.uk-radio:checked:focus,
.uk-checkbox:checked:focus,
.uk-checkbox:indeterminate:focus {
  background-color: #E66B33;
}
/*
 * Icons
 */
.uk-radio:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23fff%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E");
}
.uk-checkbox:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.uk-checkbox:indeterminate {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23fff%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E");
}
/*
 * Disabled
 */
.uk-radio:disabled,
.uk-checkbox:disabled {
  background-color: #f8f8f8;
  border-color: #e5e5e5;
}
.uk-radio:disabled:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23999%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E");
}
.uk-checkbox:disabled:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23999%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.uk-checkbox:disabled:indeterminate {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23999%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E");
}
