/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */


/* =============================================================================
   HTML5 element display
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio[controls], canvas, video { display: inline-block; *display: inline; *zoom: 1; }


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Force vertical scrollbar in non-IE
 * 3. Remove Android and iOS tap highlight color to prevent entire container being highlighted
 *    www.yuiblog.com/blog/2010/10/01/quick-tip-customizing-the-mobile-safari-tap-highlight-color/
 * 4. Prevent iOS text size adjust on device orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */

html { font-size: 100%; overflow-y: scroll; -webkit-overflow-scrolling: touch; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 13px; line-height: 1.231; 
}

body, button, input, select, textarea { font-family: sans-serif; color: #222; }

/* 
 * These selection declarations have to be separate
 * No text-shadow: twitter.com/miketaylr/status/12228805301
 * Also: hot pink!
 */

::-moz-selection { background: #e67817; color: #fff; text-shadow: none; }
::selection { background: #e67817; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a { color:#3b6798; }
/*a:visited { color: #551a8b; }*/
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: 0; color:#E61C17;}


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: en.wikipedia.org/wiki/User:Davidgothberg/Test59 */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

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

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: gist.github.com/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * Improve image quality when scaled in IE7
 * code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */

img { border: 0; -ms-interpolation-mode: bicubic; }

.img {max-width:100%;}
/*
 * Correct overflow displayed oddly in IE9 
 */

svg:not(:root) {
    overflow: hidden;
}


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

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

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }

/* 
 * Remove inner padding and border in FF3/4
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ 
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* Remove default vertical scrollbar in IE6/7/8/9 */
textarea { overflow: auto; vertical-align: top; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }


.clearfix:before, .clearfix:after { content:""; display:table; }
.clearfix:after { clear:both; }
.clearfix { zoom:1; }

.float_right,
.column.float_right {
  float:right;
  margin-right:0;
}


/* Text */

body {
  font:13px/1.5 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
}

hr {
  border:0 #ccc solid;
  border-top-width:1px;
  clear:both;
  height:0;
}

h1 {
  font-size:25px;
}

h2 {
  font-size:23px;
}

h3 {
  font-size:21px;
}

h4 {
  font-size:19px;
}

h5 {
  font-size:17px;
}

h6 {
  font-size:15px;
}

p,dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset {
  margin-bottom:20px;
}


/* Main */

.grid_1 {
  width:23%;
}

.grid_2 {
  width:48%;
}

.grid_3 {
  width:31%;
}

.column {
  margin:0 2% 0 0;
  float:left;
  display:inline;

}

.row {
  display:inline;
  float: left;
}


.pizzas_div {
  margin:40px 0 0 0;
}


.special {
  float: left;
  position: relative;
  font-size: 12px;
  color:#555;
  margin-bottom:7px;
}

.special .title {
  margin:0 0 5px 0;
  font-size: 22px;
  color:#815319;
  font-weight:normal;
}

.special .portion {
  color:#222;
  margin:7px 0 0 0;
  display:inline-block;
}

.inset_1 {
  top: 15px;
  left: 0px;
}

.inset_2 {
  top: 53px;
  left: 0px;
}

.inset_soon {
  top: 15px;
  left: 0px;
  background-color: #85C226;
  color:#fff;
  position: absolute;
  height: 35px;
  line-height: 35px;
  vertical-align: middle;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 12px;
  padding-left:10px;
  padding-right: 5px;
  width: 120px;
}
/*
.feta .inset_1 {
  top: 82px;
  right: 0px;
}

.corn .inset_1 {
  top: 15px;
  right: 0px;
}

.potato_segment .inset_1 {
  top: 117px;
  right: 0px;
}

.potato_segment .inset_2 {
  top: 155px;
  right: 0px;
}

.dodoster .inset_1, .calzone .inset_1{
  top: 10px;
  left: 0px;
}
*/

.dodoster .note{
  font-weight: bold
}

.special_sauce {
  margin-bottom: 20px;
}

.special_sauce h2 {
  font-weight: normal;
  margin:0;
  vertical-align: middle;
  letter-spacing:1px;
  line-height:1;
  margin:0.6em 0 0.8em 0;
}

.special_sauce span {
  font-weight: bold;
}


.inset_1 {
  background-color: #fac903;
  position: absolute;
  height: 35px;
  line-height: 35px;
  vertical-align: middle;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 14px;
  padding-left:10px;
  padding-right: 5px;
  width: 120px;
  background-image: -webkit-gradient(linear, left center, right center, from(#f2c90f), to(#feee02));
  background-image: -webkit-linear-gradient(left, #f2c90f, #feee02);
  background-image: -moz-linear-gradient(left, #f2c90f, #feee02);
  background-image: -o-linear-gradient(left, #f2c90f, #feee02);
  background-image: -ms-linear-gradient(left, #f2c90f, #feee02);
  background-image: linear-gradient(left, #f2c90f, #feee02);
}

.inset_2 {
  background-color: #974576;
  position: absolute;
  height: 25px;
  line-height: 25px;
  vertical-align: middle;
  font-weight: bold;
  font-size: 10px;
  letter-spacing: 0.5px;
  padding-left:10px;
  width: 125px;
  color: #fff;
}


h1.pizza_header {
  margin:20px 0 0 0;
  color:#111;
  position:relative;
  font-size:22px;
  font-weight:normal;
  color:#974478;
  font-style:italic;
}
h1.pizza_header_classic {
  color:#85c226;
}
h1.pizza_header_special {
  color:#f8c301;
}

h1.snacks_header {
  margin:0 0 0.6em 0;
  color:#111;
}

h2.dough_title, h2.dough_sub_title {
  margin: 10px 0 0.6em 0;
  font-weight:normal;
}

h2.dough_title i, h2.dough_sub_title i{
  height: 14px;
  line-height:14px !important;
  padding-left:14px;
  font-size: 14px;
  margin-right: 7px;
  background-color: #da251c;
  color: transparent;
  position:relative;
  top:-0.2em;
}

h2.dough_title{
  font-size: 18px !important;
  font-weight:normal;
}

h2.dough_sub_title.normal i {
  background-color: #efc318;
}

h2.dough_sub_title.thin i {
  background-color: #057abf;
}

h2.dough_sub_title {
  font-weight:normal;
}


.dodo_local {
  margin:18px 0 0 0;
}

.city_select {
  border:0;
  padding:10px 10px 2px 0;
  width:180px;
  font-size:15px;
  color:#e61c17;
  margin:0 0 1px 0;
  background:transparent;
  font-weight:bold;
}

.city_select .inactive {
  color:#999;
  font-weight:normal;
}

.free_delivery {
  font-size:15px;
  line-height:1;
  color:#111;
  font-style:italic;
}

.delivery_phone {
  font-size:25px;
  font-style:italic;
  line-height:0.9;
  text-align:right;
}

.head_main {
  margin:0 0 15px 0;
}

.free_pizza {
  padding:40px 0 0 0;
}

.ico_location {
  margin:0 -3px -3px 0;
}

#container {
  color: #000;
  max-width: 1952px;
  min-width: 1000px;
  padding: 0 10px;
  margin:0 auto;
}

#container footer {
  overflow:hidden;
  clear: both;
  padding:30px 0 20px 0;
}

#container header {
}

#container header h1 span, #container footer h1 span {
  display:none;
}

#container header h1, #container footer h1 {
  margin: 0;
  line-height: 140px;
}

#container header h1 img, #container footer h1 img{
  vertical-align: bottom;
}

.pizza_title {
  background:#fff;
  background:rgba(255, 255, 255, 0.8);
  margin:-1.8em 0 0 0;
  font-size: 24px;
  color:#77330e;
  font-weight:normal;
  padding:6px 0 1px 5px;
  position:relative;
  text-shadow:0 0 5px #fff;
}

.row_pizzainfo {
  padding:20px;
  background:#f6f7ed;
  clear:both;
  margin:40px 0 40px 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.row_offers {
  padding:20px 0 6px 20px;
  background:#f6f7ed;
  clear:both;
  margin:5px 0 0 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}


.grid_1:hover .pizza_title,
.grid_3:hover .pizza_title {
}


.description {
  display: block;
  padding: 0 0 0 5px;
}

.description em {
  font-size:1.3em;
  margin:0 0 0.5em;
  padding:0 3px;
  display:inline-block;
  color:#fff;
  background:#ddd;
}

.pizza_original em {
  background:#974478;
}

.pizza_classic em {
  background:#85c226;
}

.pizza_special em  {
  background:#f8c301;
}



ul.price {
  list-style: none;
  font-size: 12px;
  margin: 15px 0 0 0.3em;
  padding: 0;
  font-size:14px;
}

.price li {
  margin: 6px 0 12px 0;
  padding: 0 6px 0 6px;
  line-height: 12px;
}



.grid_1 .price li span,
.grid_3 .price li span,
span.price {
  background: #F6F7ED;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}


.price li:first-child:before {
  content:"";
  display:block;
  background:#81cd61;
  float: left;
  height: 5px;
  width: 5px;
  margin:0 4px 0 0;
  border:4px solid #F6F7ED;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}


.price li:nth-child(even):before  {
  content:"";
  display:block;
  background:#81cd61;
  float: left;
  height: 9px;
  width: 9px;
  margin:0 4px 0 0;
  border:2px solid #F6F7ED;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.price li:nth-child(3n):before  {
  content:"";
  display:block;
  background:#81cd61;
  float: left;
  height: 13px;
  width: 13px;
  margin:0 4px 0 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}


.pizza_tth {
  margin: 20px 0 0 0;
  font-size: 16px;
  font-weight: normal;
}

.exclamation {
  font-weight: bold;
}

.contacts {
  background-color: #f6f7ed;
  padding: 20px;
  font-size: 14px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  line-height:1.4;
  color:#444;
}
.contacts p {
  margin:0 0 0.5em;
}

.dodo_local_footer {
  margin-left:2%;
}

.sauce_info {
  margin:0 0 0 210px;
}

.size_table {
  width:100%;
  line-height:1.1;
}
.size_table td {
  padding:0 10px 0 0;
}

.size_table td.size_table_pic {
  padding-right:0px;
  width:1em;
}

.size_table_cm {
  font-size:1.5em;
  line-height:1;
}

.icos_dough {
  float:left;
  margin:0 4px -5px 0;
}

.sauce_list {
  margin:0.2em 0;
}

.drinks_table {
  width:100%;
}
.drinks_table_few {
  width:50%;
  margin:0 auto;
}

.drinks_table td,
.drinks_table_few td {
  padding:0 10px 0 0;
  width:1em;
  vertical-align:top;
}

.drinks_table_pics td {
  text-align:left;
}

.delivery_info {
  padding:15px;
  line-height:1.3;
  font-size:14px;
  color:#fff;
  background:#85C226;
  margin:5px 0 0 0;
  -webkit-box-shadow:0 17px 15px -14px #aaa;
  -moz-box-shadow:0 17px 15px -14px #aaa;
  box-shadow:0 17px 15px -14px #aaa;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}

.nohidden,
.column.nohidden {
  overflow:visible!important;
}

.offer_sub_title {
  font-weight:normal;
  margin:0 0 7px 0;
  color:#a2a397;
  font-size:18px;
  line-height:1;
}

.offer_text {
  color:#666;
  margin:0 0 9px 36px;
  line-height:1.3;
}

.offer_text ul {
  margin:5px 0 0 18px;
  padding:0;
}


.page_nav{
  margin:0;
  background:#F6F7ED;
  padding:0 7px 0 7px;
  display:inline-block;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  font-size:15px;
  float:left;
}
.page_nav li {
  float:left;
  list-style:none;
  margin:0 10px 0 0;
  padding:2px 10px 5px 0;
  border-right:1px solid #fff;
}
.page_nav li:last-child,
.page_nav li.last {
  border:0;
  margin:0;
}
.page_nav li a {
  text-decoration:none;
  border-bottom:1px dotted #3B6798;
}
.page_nav li a:hover {
  border-bottom:1px dotted #E61C17;
}
.page_nav li a.page_nav_attention {
  color:#E61C17;
  border-bottom:1px dotted #E61C17;
}


.page_nav_links {
  padding:0;
  margin:0;
  background:#F6F7ED;
  padding:0 10px 0 10px;
  display:inline-block;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  font-size:15px;
  float:right;
}
.page_nav_links li {
  float:left;
  list-style:none;
  margin:0 10px 0 0;
  padding:2px 10px 5px 0;
  border-right:1px solid #fff;
}
.page_nav_links li:last-child,
.page_nav_links li.last {
  border:0;
  margin:0;
}
.page_nav_links li img {
  margin:0 5px -3px 0;
}

.ico_top {
  margin:0 0 -10px 4px;
}

.column_phone {
  float: right;
  margin: 0;
  width: 293px;
}

.dodo_vk {
  font-size:14px;
  margin:0;
}
.dodo_vk img {
  margin:0 5px -3px 0;
}

.row_offers h3 {
  font-weight:normal;
  color:#A2A397;
  margin: 0 0 0.8em;
}

.heading_delivery {
  color: #85C226!important;
}
.heading_restaurant {
  color: #974478!important;
}

.block_map {
  padding:15px 0 0 0;
}

.attention_block {
  padding:20px 18px 0;
  font-size:1.1em;
  color:#222;
  color:#77330e;
  line-height:1.3;
}

.attention_block h3 {
  padding:4px 0;
  margin:0;
  font-size:1.1em;
  color:#e67817;
}

.disclosure_block  {
  font-size:11px;
  color:#444;
  padding:10px 0 0 0;
  line-height:1.1;
  margin-left: 2%;
}

.info_notice {
  /* font-size:12px; */
}

.offer_note {
  color:#666;
}