article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

[hidden] {
  display: none;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

figure {
  margin: 50px;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button,
input {
  line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  line-height: 14px;
}

/*  background: url(../media/layout_1/images/tablet/background.png) repeat center center; */

body {
  width: 960px;
  margin: 0 auto;
  padding: 0;
}

nav ul,
nav li {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  color: #666;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1 {
  margin: 0;
  padding: 0;
  font-size: 22px;
  line-height: 26px;
  font-family: NuanceEagleBook, "Arial Black", Gadget, sans-serif;
  text-transform: uppercase;
  font-weight: normal;
}

.lang-ru h1 {
  font-family: "Arial Black", Gadget, sans-serif;
  font-weight: bold !important;
}

h2 {
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 23px;
  font-family: NuanceEagleRegular, Arial, Verdana, sans-serif;
  text-transform: uppercase;
  font-weight: normal;
}

.lang-ru h2 {
  font-family: Arial, Verdana, sans-serif;
}

h3 {
  margin: 0 0 9px;
  padding: 0 0 9px;
  font-size: 14px;
  line-height: 1.3;
  font-family: Arial, Verdana, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  background: url(../media/layout_1/images/layout/dots.gif) repeat-x bottom left;
}

h4 {
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 1.3;
  font-family: Arial, Verdana, sans-serif;
  text-transform: uppercase;
  font-weight: normal;
}

h4 + p {
  margin-top: 0 !important;
}

button,
a.button {
  margin: 9px 0;
  padding: 0 10px;
  border: 1px solid #e6dfdc;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  line-height: 26px;
  background: #aaaaaa url(../media/layout_1/images/layout/button-background.gif) repeat-x center center;
  font-size: 10px;
  font-family: Arial, Verdana, sans-serif;
  text-transform: uppercase;
  color: #000;
  display: inline-block;
  text-decoration: none !important;
}

hr {
  padding: 0;
  border: 0;
  margin: 18px 0;
  height: 2px;
  background: url(../media/layout_1/images/layout/dots.gif) repeat-x top left;
  clear: both;
}

table.highlight-first-row {
  width: 100%;
  border-collapse: collapse;
}

table.highlight-first-row tr:first-child td {
  text-align: left;
  text-transform: uppercase;
  padding: 1px 4px 6px;
  font-style: normal;
  font-family: NuanceEagleBook, "Arial Black", Gadget, sans-serif;
  font-weight: normal;
  border-top: 2px solid #000;
}

.lang-ru table.highlight-first-row tr:first-child td {
  font-family: "Arial Black", Gadget, sans-serif;
  font-weight: bold !important;
}

table.highlight-first-row td {
  padding: 1px 4px;
  font-size: 12px;
  line-height: 16px;
  vertical-align: top;
}

table.highlight-first-row td:not(:first-child),
table.highlight-first-row th:not(:first-child) {
  background-color: #f3f3f3;
}

#page {
  width: 960px;
  background: url(../media/layout_1/images/layout/page-shadow.png) repeat-y top center;
  margin: 0 -9px;
  padding: 1px 9px;
}

.clear {
  clear: both;
}

.border-round {
  border: 1px solid #e6dfdc;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.border-round-shadow {
  border: 1px solid #e6dfdc;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}

.input {
  padding: 2px 2px 1px;
  height: 14px;
  margin: 2px 0;
  border-width: 1px;
  color: #585858;
  font-size: 10px;
  font-family: Arial, Verdana, sans-serif;
  vertical-align: middle;
  border-style: solid;
  border-color: #abadb3 #dbdfe6 #e3e9ef #e2e3ea;
  background-color: #fff;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.input[disabled],
.input.disabled,
.input[readonly],
.input.readonly {
  background-color: #efefef;
  cursor: default;
}

.input:focus {
  border-color: #5794BF #B7D5EA #C7E2F1 #C5DAED;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.input.combined-right {
  -webkit-border-radius: 2px 0 0 2px;
  border-radius: 2px 0 0 2px;
  border-right-width: 0;
}

button.icon,
.button-icon {
  margin: 2px 0;
  padding: 0;
  border: 0;
  width: 19px;
  height: 19px;
  vertical-align: middle;
}

.button-icon {
  background: url(../media/layout_1/images/layout/submit-blank.png);
  display: inline-block;
  position: relative;
}

#logos {
  background: url(../media/layout_1/images/layout/logo-arrow.gif) no-repeat 393px 0;
  padding: 2px 0 0;
  height: 55px;
  margin: 22px 0 0 20px;
}

#logos a,
#logos a img {
  display: block;
  float: left;
}

#logos .location {
  display: block;
  float: left;
  margin: 0 0 0 49px;
}

#main-nav {
  clear: both;
  height: 44px;
  background: url(../media/layout_1/images/layout/menu-top-background.gif) repeat-x center center;
  margin: 0 -20px;
  padding: 0 20px;
  position: relative;
  font-family: NuanceEagleBook, "Arial Black", Gadget, sans-serif;
  font-weight: normal;
}

.lang-ru #main-nav {
  font-family: "Arial Black", Gadget, sans-serif;
  font-weight: bold !important;
}

#main-nav > ul {
  padding: 7px 0;
  display: table;
  table-layout: fixed;
  width: 100%;
}

#main-nav > ul > li {
  height: 30px;
  line-height: 30px;
  border-left: 1px solid #eee;
  border-right: 1px solid #a9a9a9;
  display: table-cell;
  table-layout: fixed;
  vertical-align: middle;
  text-align: center;
}

#main-nav > ul > li > a {
  display: block;
  margin: -7px -1px;
  height: 30px;
  line-height: 30px;
  padding: 7px 0;
  text-align: center;
  background-color: rgba(204, 220, 0, 0);
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0) inset;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0) inset;
  color: #5d5d5d;
}

#main-nav > ul > li > a > span {
  text-transform: uppercase;
  display: inline-block;
  line-height: 15px;
}

#main-nav > ul > li:first-child {
  border-left: 0;
}

#main-nav > ul > li:last-child {
  border-right: 0;
}

#main-nav > ul > li:hover > a {
  background-color: #CCDC00;
  background-color: rgba(204, 220, 0, 0.5);
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5) inset;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5) inset;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

#main-nav > ul > li > ul {
  display: none;
  opacity: 0;
  position: absolute;
  top: 44px;
  background-color: #f7f7f7;
  border-left: 2px solid #A1AD09;
  padding: 5px 50px 5px 10px;
  margin: 0 0 0 -1px;
  -webkit-box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.3), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.3), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
  -webkit-transition: opacity 0.2s linear 0.3s;
  -o-transition: opacity 0.2s linear 0.3s;
  transition: opacity 0.2s linear 0.3s;
  z-index: 2000;
}

#main-nav > ul > li > ul > li {
  text-align: left;
  line-height: 15px;
  white-space: nowrap;
}

#main-nav > ul > li > ul > li a {
  color: #5d5d5d;
  line-height: 15px;
}

#main-nav > ul > li:hover > ul {
  opacity: 1;
  display: block;
}

.css-transition #main-nav > ul > li > ul > li {
  line-height: 1px;
  -webkit-transition: line-height 0.4s ease-out 0.2s;
  -o-transition: line-height 0.4s ease-out 0.2s;
  transition: line-height 0.4s ease-out 0.2s;
}

.css-transition #main-nav > ul > li > ul > li a {
  line-height: 1px;
}

.css-transition #main-nav:hover > ul > li > ul {
  display: block;
}

.css-transition #main-nav > ul > li:hover > ul li {
  line-height: 15px;
}

#settings {
  display: block;
  float: right;
  padding: 10px;
}

#language-selector {
  float: right;
  margin: 0 0 0 8px;
  cursor: pointer;
  position: relative;
}

#language-selector div {
  position: absolute;
  top: 19px;
  left: 0;
  width: 29px;
  display: none;
  background-color: #fff;
  z-index: 2050;
}

#language-selector div a {
  display: block;
  float: left;
}

#language-selector div a img {
  display: block;
}

#language-selector:hover div {
  display: block;
}

#airport-selector {
  width: 200px;
  height: 3px;
  background: url(../media/layout_1/images/layout/select_airport_top.png) no-repeat 0 0;
  float: left;
  position: relative;
  color: #5E5E5E;
}

#airport-selector ul {
	margin: 0;
	padding: 1px 0 2px;
	position: absolute;
	top: 3px;
	left: 2px;
	z-index: 2050;
	list-style-type: none;
	background: url(../media/layout_1/images/layout/select_airport_bottom.png) no-repeat bottom left;
	width: 200px;
}

#airport-selector ul li {
  margin: 0;
  padding: 0 22px 0 8px;
  list-style-type: none;
  line-height: 13px;
  width: 170px;
  height: 13px;
  overflow: hidden;
  font-size: 11px;
  cursor: pointer;
  background: url(../media/layout_1/images/layout/select_airport_plane.png) no-repeat 182px 0;
}

#airport-selector ul li.select {
  display: none;
  color: #CDDC00;
  cursor: default;
}

#airport-selector ul li a {
  margin-left: 12px;
  color: #5E5E5E;
  display: block;
  line-height: 13px;
  width: 178px;
}

#airport-selector ul li a:hover {
  text-decoration: none;
  background: url(../media/layout_1/images/layout/select_airport_plane.png) no-repeat center right;
}

#airport-selector:hover li {
  background-image: none;
}

#airport-selector:hover li.select {
  display: block;
}

.orientation-top {
  height: 19px;
  width: 200px;
  position: relative;
}

.orientation-top #airport-selector:hover ul {
  position: absolute;
  bottom: -16px;
  top: auto;
}

.orientation-top #airport-selector:hover ul li {
  background: url(../media/layout_1/images/layout/select_airport_top.png) no-repeat 0 0;
  padding-top: 3px;
  margin-top: -3px;
}

.orientation-top #airport-selector:hover ul li.select {
  background: none;
  padding-top: 0;
  margin-top: 0;
}

#breadcrumb {
  color: #B3B6B8;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 20px 0 0 20px;
  height: 15px;
  float: left;
}

#breadcrumb li {
  display: inline;
  line-height: 15px;
}

#breadcrumb li span {
  font-size: 15px;
  padding: 0 3px;
  display: inline-block;
}

#breadcrumb li a {
  color: #B3B6B8;
}

#search {
  float: right;
  margin: 9px 9px 0 0;
}

#footer {
  position: relative;
  margin: 10px -20px 40px;
  padding: 10px 60px;
  background: #ebebeb url(../media/layout_1/images/layout/footer-background.gif) repeat center center;
}

#footer h4 {
  margin: 0;
  padding: 0;
  color: #000;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 1.3;
  font-size: 10px;
}

#footer nav {
  display: block;
  float: left;
  margin-right: 50px;
  padding-left: 10px;
  background: url(../media/layout_1/images/layout/footer-left.gif) repeat-y top left;
}

#footer nav li {
  list-style-image: url(../media/layout_1/images/layout/footer-bullet.gif);
  color: #666;
  margin: 0 0 0 15px;
}

#footer nav a {
  color: #595959;
  font-size: 10px;
  line-height: 15px;
}

#footer .logo {
  display: block;
  width: 79px;
  height: 29px;
  position: absolute;
  bottom: 7px;
  right: 9px;
}

.ribbon-effect {
  display: block;
  width: 20px;
  height: 20px;
  background: url(../media/layout_1/images/layout/ribbon-effect.gif) no-repeat left top;
  position: absolute;
  bottom: -20px;
}

.ribbon-effect.lft {
  left: 0;
}

.ribbon-effect.rgt {
  background-position: right top;
  right: 0;
}

@media all and (max-width: 960px) {
  .ribbon-effect {
    display: none;
  }

  body {
    background-image: none;
  }

  #main-nav {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  #footer {
    margin-left: 0;
    margin-right: 0;
    padding-left: 50px;
    padding-right: 50px;
  }
}

.box-container {
  margin: -9px -18px 0 0;
}

.box {
  border: 1px solid #e6dfdc;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  display: block;
  float: left;
  margin: 9px 9px 0 0;
  position: relative;
}

.box figure {
  position: relative;
}

.scrollable .viewport {
  overflow: hidden;
  position: relative;
}

.scrollable .overview {
  list-style: none;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  margin: 0;
}

.scrollable .scrollbar {
  background-color: rgba(0, 0, 0, 0.01);
  position: relative;
  float: right;
  width: 7px;
  opacity: 0;
  -webkit-transition: 0.3s opacity ease-out;
  -o-transition: 0.3s opacity ease-out;
  transition: 0.3s opacity ease-out;
}

.scrollable:hover .scrollbar {
  opacity: 1;
}

.scrollable .thumb {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  height: 12px;
  width: 7px;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.3s opacity ease-out;
  -o-transition: 0.3s opacity ease-out;
  transition: 0.3s opacity ease-out;
}

.scrollable:hover .thumb {
  opacity: 1;
}

.scrollable .disable {
  display: none;
}

.noSelect {
  -ms-user-select: none;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
}

#layout {
  clear: both;
}

.entry-page {
  padding-top: 50px;
}

.entry-page article {
  display: block;
  width: 420px;
  margin: 0 auto;
  text-align: center;
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #595959;
}

.entry-page article figure {
  text-align: center;
  padding: 0 0 20px;
  margin: 0 -270px;
}

.entry-page article button {
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  line-height: 13px;
  text-transform: uppercase;
  border: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: transparent url(../media/not_used_at_the_moment/test/toggle.gif) no-repeat 0 11px;
  padding: 10px 0 10px 18px;
  margin: 0;
}

.entry-page article button.active {
  background-position: 0 -20px;
}

.entry-page article #airport-selector {
  float: none;
  text-align: left;
}

.entry-page article footer {
  margin: 20px -200px 0;
  padding: 12px 60px 30px;
  background: url(../media/layout_1/images/layout/dots.gif) repeat-x top left;
}

.entry-page article footer p {
  margin: 0;
}

.global-landing-page {
  padding: 50px 0 30px;
}

.global-landing-page figure {
  text-align: center;
  padding: 0 0 20px;
}

.global-landing-page .tiles.horizontal {
  width: 759px;
  height: 206px;
  padding-left: 100px;
}

.global-landing-page .tiles a {
  display: block;
  text-decoration: none;
  -webkit-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  -webkit-box-shadow: 0 0 7px -2px #000000;
  box-shadow: 0 0 7px -2px #000000;
  text-indent: -500px;
  overflow: hidden;
  width: 238px;
  height: 191px;
  margin: 15px 15px 0 0;
  float: left;
  background-position: center center;
  background-repeat: no-repeat;
}

.global-landing-page .tiles.vertical {
  width: 253px;
  float: left;
  padding: 0 0 15px 15px;
}

.global-landing-page .tiles.vertical a {
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.global-landing-page .content {
  display: block;
  float: left;
  width: 692px;
}

.global-landing-page #main-nav {
  font-family: Arial, Verdana, sans-serif;
}

#overlay {
  display: none;
  width: 310px;
  height: 230px;
  padding: 20px;
  position: absolute;
  position: fixed;
  z-index: 5000;
  top: 50%;
  left: 50%;
  margin: -135px 0 0 -175px;
  background-color: #D2DE37;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  border: 4px solid #fff;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.8);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.8);
}

#overlay h1 {
  font-family: Arial, Verdana, sans-serif;
  font-size: 22px;
  line-height: 22px;
  color: #fff;
  text-transform: none;
  font-weight: normal;
}

#overlay a.close {
  float: right;
  color: red;
  text-decoration: none;
}

#overlay hr {
  height: 1px;
  background: #E8F44D;
  margin: 10px 25px;
}

#overlay .lft-col,
#overlay .lft-col {
  float: left;
  width: 130px;
}

#overlay .airport {
  display: block;
  margin: 0 0 7px 25px;
  padding: 0;
  list-style-type: none;
  width: 130px;
  float: left;
}

#overlay .airport li {
  margin: 0;
  padding: 0 0 7px;
}

#overlay .airport h2 {
  font-family: Arial, Verdana, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  text-transform: none;
  font-weight: normal;
}

#overlay .airport a {
  color: #84814F;
  font-size: 12px;
  line-height: 19px;
}

.center-panel {
  margin: 9px 9px 18px;
  width: 940px;
  border: 1px solid #e6dfdc;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  position: relative;
}

.center-panel ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.center-panel li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.center-panel img {
  display: block;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.center-panel a {
  display: block;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.center-panel.sliding ul {
  display: table;
  table-layout: fixed;
  width: 940px;
}

.center-panel.sliding ul li {
  display: table-cell;
  table-layout: fixed;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}

.center-panel.sliding ul li:first-child,
.center-panel.sliding ul li:first-child img {
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.center-panel.sliding ul li:last-child,
.center-panel.sliding ul li:last-child img {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.center-panel.rotating ul {
  width: 5000px;
  -webkit-transition: 0.6s all ease-in;
  -o-transition: 0.6s all ease-in;
  transition: 0.6s all ease-in;
}

.center-panel.rotating ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: block;
  float: left;
}

.center-panel.rotating ul li a {
  display: block;
}

.center-panel.rotating ul li a img {
  display: block;
}

.center-panel.rotating a.arrow {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 60px;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 0;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.center-panel.rotating a.arrow span {
  display: block;
  width: 20px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -10px;
  background: url(../media/layout_1/images/layout/slider-arrows.png) no-repeat left top;
}

.center-panel.rotating a.arrow.next {
  right: 0;
}

.center-panel.rotating a.arrow.next span {
  background-position: top right;
}

.center-panel.rotating a.arrow.prev {
  left: 0;
}

.center-panel.rotating:hover a.arrow {
  opacity: 1;
}

.center-panel.rotating .points {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  height: 12px;
  text-align: center;
}

.center-panel.rotating .points span {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #fff;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  margin: 0 4px;
  cursor: pointer;
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.8);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.8);
}

.center-panel.rotating .points span.active {
  background-color: #CDDC00;
}

#bottom-square {
  float: left;
  width: 687px;
  margin: 0 0 9px 9px;
}

#bottom-square article {
  width: 338px;
  height: 99px;
  border: 1px solid #e6dfdc;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  margin: 9px 9px 0 0;
  float: left;
  overflow: hidden;
}

#bottom-square article figure {
  width: 125px;
  height: 95px;
  margin: 2px 0;
  float: left;
  border-right: 1px solid #e6dfdc;
  -webkit-box-shadow: 2px 0 1px -1px #e6dfdc;
  box-shadow: 2px 0 1px -1px #e6dfdc;
}

#bottom-square article figure img {
  display: block;
  width: 81px;
  height: 91px;
  margin: 3px 0 0 17px;
}

#bottom-square article .info {
  width: 211px;
  height: 99px;
  float: left;
}

#bottom-square article .info .image {
  height: 99px;
  width: 80px;
  margin-left: 5px;
  background-repeat: no-repeat;
  background-position: center right;
  float: right;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

#bottom-square article .info h2 {
  font-size: 12px;
  line-height: 14px;
  height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
  text-transform: uppercase;
  color: #AEB0B2;
  margin: 0;
  padding: 10px 0 0 15px;
}

#bottom-square article .info p {
  font-size: 12px;
  line-height: 14px;
  height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #666;
  margin: 5px 0;
  padding: 0 0 0 15px;
}

#bottom-square article .info a {
  height: 14px;
  color: #cc0;
  margin: 5px 0;
  padding: 0 0 0 15px;
}

#bottom-square.right {
  float: right;
  margin-right: 9px;
  margin-left: 0;
}

#promo-space {
  float: left;
  width: 242px;
  height: 209px;
  margin: 0 9px 9px;
  border: 1px solid #e6dfdc;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  position: relative;
}

#promo-space ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#promo-space li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: none;
}

#promo-space ul li:first-child {
  display: block;
}

#promo-space a {
  display: block;
  position: absolute;
}

#promo-space a img {
  display: block;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

#layout.two-column .column {
  padding: 9px 0 9px 9px;
  float: left;
  width: 703px;
}

#right-margin {
  width: 230px;
  float: right;
  padding: 9px;
}

#right-margin ul,
#right-margin li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#right-margin li a {
	display: block;
	margin: 9px 0 0;
	position: relative;
	background-image: url(../media/layout_1/confectionery_web_5/conf_choco_wn_web_5/wn_conf_list.html);
}

#right-margin li a img.pin {
  display: block;
  position: absolute;
  top: 20px;
  left: 6px;
}

#right-margin li a img.teaser {
  display: block;
  border: 1px solid #e6dfdc;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}

#right-margin #promo-space {
  width: 227px;
  height: 227px;
  float: none;
  margin: 0;
}

#right-margin.no-top-margin ul li:first-child a {
  margin-top: 0;
}

.column .infobox {
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  padding: 28px 18px;
  border: 1px solid #e6dfdc;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  height: 171px;
  margin: 0 0 9px;
  background-position: top left;
  background-repeat: no-repeat;
}

.column .infobox figure {
  float: left;
  margin: -28px 18px 0 0;
  height: 227px;
  line-height: 227px;
}

.column .infobox figure img {
  vertical-align: middle;
}

.column .infobox figure.right {
  float: right;
  margin: -29px -18px 0 18px;
}

.column .infobox figure.right img.round-corner {
  -webkit-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

.column .infobox p {
  color: #7a7a7a;
  font-weight: bold;
}

.selector {
  height: 2px;
  background-repeat: no-repeat;
  background-position: top left;
  position: relative;
}

.selector ul {
  margin: 0;
  padding: 0 0 2px;
  position: absolute;
  top: 2px;
  left: 0;
  right: 0;
  z-index: 2050;
  list-style-type: none;
  background-repeat: no-repeat;
  background-position: bottom left;
}

.selector ul li {
  margin: 0;
  padding: 0 22px 0 8px;
  list-style-type: none;
  line-height: 15px;
  height: 15px;
  z-index: 2045;
}

.selector ul li.select {
  display: none;
}

.selector ul li a {
  display: block;
  line-height: 15px;
  font-size: 12px;
  color: #595959;
  text-transform: uppercase;
}

.selector:hover {
  z-index: 5000;
}

.selector:hover .select {
  display: block;
}

.selector.clickable:hover .select {
  display: none;
}

.selector ul.toggle .select {
  display: block !important;
}

.selector.w65 {
  width: 65px;
  background-image: url(../media/layout_1/images/layout/selector_65_top.png);
}

.selector.w65 ul li {
  background-image: url(../media/layout_1/images/layout/selector_65_bottom.png);
}

.selector.w65 ul li:first-child {
  background-position: bottom left;
}

.selector.w65 ul.toggle li:first-child {
  background-position: top left;
}

.selector.w65 ul.toggle li:last-child {
  background-position: bottom left;
}

.selector.w250 {
  width: 250px;
  background-image: url(../media/layout_1/images/layout/selector_250_top.png);
}

.selector.w250 ul li {
  background-image: url(../media/layout_1/images/layout/selector_250_bottom.png);
}

.selector.w250 ul li:first-child {
  background-position: bottom left;
}

.selector.w250 ul.toggle li:first-child {
  background-position: top left;
}

.selector.w250 ul.toggle li:last-child {
  background-position: bottom left;
}

.selector.w300 {
  width: 300px;
  background-image: url(../media/layout_1/images/layout/selector_300_top.png);
}

.selector.w300 ul li {
  background-image: url(../media/layout_1/images/layout/selector_300_bottom.png);
}

.selector.w300 ul li:first-child {
  background-position: bottom left;
}

.selector.w300 ul.toggle li:first-child {
  background-position: top left;
}

.selector.w300 ul.toggle li:last-child {
  background-position: bottom left;
}

.view-options {
  background: url(../media/layout_1/images/layout/view-options.gif) repeat-x bottom center;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin: 0 0 9px;
  padding: 10px;
  height: 18px;
}

.view-options .selector {
  float: left;
}

.view-options label {
  float: left;
  padding: 0 8px 0 24px;
  color: #595959;
  font-size: 12px;
  line-height: 19px;
  text-transform: uppercase;
}

.view-options .pagination {
  float: right;
}

.view-options .pagination a,
.view-options .pagination span {
  display: block;
  float: left;
  line-height: 19px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  background-color: #a2a2a2;
  border: 1px solid #757575;
  padding: 0 5px;
  margin: 0 0 0 2px;
  border-color: rgba(44, 44, 44, 0.5);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(104, 104, 104, 0.5)), color-stop(100%, rgba(8, 8, 8, 0.5)));
  background: -webkit-linear-gradient(top, rgba(104, 104, 104, 0.5) 0%, rgba(8, 8, 8, 0.5) 100%);
  background: -o-linear-gradient(top, rgba(104, 104, 104, 0.5) 0%, rgba(8, 8, 8, 0.5) 100%);
  background: linear-gradient(to bottom, rgba(104, 104, 104, 0.5) 0%, rgba(8, 8, 8, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80686868', endColorstr='#80080808', GradientType=0);
}

.view-options .pagination a.direction,
.view-options .pagination span.direction {
  padding: 0 9px;
  font-weight: normal;
}

.view-options .pagination a.active,
.view-options .pagination span.active,
.view-options .pagination a:hover,
.view-options .pagination span:hover {
  background-color: #e4ed00;
  border-color: #d9e300;
  text-decoration: none;
  border-color: rgba(217, 227, 0, 0.5);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(228, 237, 0, 0.5)), color-stop(100%, rgba(198, 207, 0, 0.5)));
  background: -webkit-linear-gradient(top, rgba(228, 237, 0, 0.5) 0%, rgba(198, 207, 0, 0.5) 100%);
  background: -o-linear-gradient(top, rgba(228, 237, 0, 0.5) 0%, rgba(198, 207, 0, 0.5) 100%);
  background: linear-gradient(to bottom, rgba(228, 237, 0, 0.5) 0%, rgba(198, 207, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80e4ed00', endColorstr='#80c6cf00', GradientType=0);
}

.view-options .pagination a.active,
.view-options .pagination span.active {
  color: #595959;
}

.view-options .pagination a.disabled,
.view-options .pagination span.disabled {
  background: #eee none;
  border-color: #d9d9d9;
  color: #bbb;
  cursor: default;
  border-color: rgba(243, 243, 243, 0.5);
  background-color: rgba(255, 255, 255, 0.5);
}

.product-overview {
  clear: both;
}

.product-overview h2 {
  padding: 18px 4px 0;
  color: #595959;
}

.product-overview .box {
  width: 167px;
  height: 210px;
}

.product-overview .box > a {
  display: block;
  width: 167px;
  height: 210px;
}

.product-overview .box > a:hover {
  text-decoration: none;
}

.product-overview .box.hotspot a img {
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.product-overview .box figure {
  margin: 7px 8px 0;
  width: 150px;
  height: 140px;
  overflow: hidden;
  border-bottom: 2px dotted #7f7f7f;
  text-align: center;
}

.product-overview .box img.left {
  position: absolute;
  top: 0;
  left: 0;
}

.product-overview .box img.right {
  position: absolute;
  top: 0;
  right: 0;
}

.product-overview .box figure figcaption.top-10 {
  position: absolute;
  top: 0;
  right: 4px;
  width: 47px;
  line-height: 46px;
  text-align: center;
  font-size: 30px;
  color: #595959;
  font-family: NuanceEagleBook, "Arial Black", Gadget, sans-serif;
  font-weight: normal;
}

.lang-ru .product-overview .box figure figcaption.top-10 {
  font-family: "Arial Black", Gadget, sans-serif;
  font-weight: bold !important;
}

.product-overview .box h2 {
  font-size: 10px;
  font-size: 10.5px;
  line-height: 12px;
  line-height: 12.5px;
  height: 12.5px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: Arial, Verdana, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  margin: 0;
  padding: 8px 0 0 10px;
}

.product-overview .box p {
  font-size: 10px;
  font-size: 10.5px;
  line-height: 12px;
  line-height: 12.5px;
  height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #444;
  margin: 0;
  padding: 2px 10px 0;
}

.product-overview .box .prices {
  float: right;
  padding: 6px 8px 0 0;
  text-align: right;
}

.product-overview .box .prices .price {
  color: #000;
  font-size: 12px;
  font-weight: bold;
  font-family: Arial, Verdana, sans-serif;
  line-height: 16px;
}

.product-overview .box .prices .price sup {
  font-size: 9px;
  top: -2px;
}

.product-overview .box .prices .price.old {
  font-size: 11px;
}

.product-overview .box .prices .price.old .strikethrough {
  right: -2px;
  left: -2px;
}

.product-overview .box.dummy {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 1px;
}

.product-overview .box.dummy.dark-gray {
  background-color: #dedede;
}

.product-overview .box.dummy.yellow {
  background-color: #f5f8cc;
}

.product-overview .box.dummy.light-gray {
  background-color: #f2f2f2;
}

.category-overview .box {
  width: 226.33333333333334px;
  height: 268px;
  position: relative;
}

.category-overview .box > a {
  display: block;
  width: 226.33333333333334px;
  height: 268px;
  line-height: 268px;
  text-align: center;
}

.category-overview .box > a > img {
  vertical-align: middle;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.category-overview .box figcaption {
  display: block;
  position: absolute;
  bottom: 12px;
  left: 15px;
}

.category-overview .box figcaption a {
  color: #000;
  text-transform: uppercase;
}

#layout.three-column .column {
  padding: 9px 0;
  float: left;
  width: 527px;
}

#facetted-search {
  float: left;
  width: 167px;
  margin: 9px;
}

#facetted-search h4 {
  line-height: 22px;
  margin: 0;
  padding: 0 0 0 16px;
  font-weight: bold;
  font-size: 11px;
  text-transform: uppercase;
  background: url(../media/layout_1/images/layout/filter-top.gif) repeat-x top left;
}

#facetted-search h4 .reset {
  display: block;
  float: right;
  cursor: pointer;
  width: 20px;
  height: 17px;
  padding: 2px 5px;
  background: url(../media/layout_1/images/layout/filter-reset.gif) no-repeat center center;
  overflow: hidden;
  text-indent: -1000px;
}

#facetted-search h5 {
  line-height: 18px;
  margin: 9px 0 0;
  padding: 0 0 2px 16px;
  font-weight: bold;
  font-size: 11px;
  text-transform: uppercase;
  background: url(../media/layout_1/images/layout/filter-header.gif) repeat-x top left;
}

#facetted-search h5 .expand {
  display: block;
  float: right;
  cursor: pointer;
  width: 18px;
  height: 16px;
  margin: 1px 7px 0 0;
  background: url(../media/layout_1/images/layout/filter-expand.gif) no-repeat top left;
}

#facetted-search h5 .expand.closed {
  background-position: top right;
}

#facetted-search h4,
#facetted-search h5 {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#facetted-search ul {
  background-color: #F6F6F6;
  padding: 6px 0 6px 6px;
}

#facetted-search ul li {
  font-size: 11px;
  line-height: 15px;
}

#facetted-search ul li a {
  display: block;
  font-size: 11px;
  line-height: 13px;
  text-transform: uppercase;
  padding: 0 0 0 14px;
  background: url(../media/layout_1/images/layout/filter-toggle.gif) no-repeat 0 1px;
}

#facetted-search ul li a.active {
  background-position: 0 -29px;
}

section.contents {
  border: 1px solid #e6dfdc;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  width: 675px;
  float: left;
  padding: 18px 13px;
}

section.contents p {
  color: #7a7a7a;
  line-height: 1.3;
}

section.contents .cols-21 {
  width: 675px;
}

section.contents .cols-21 .col-1 {
  width: 220px;
  float: left;
}

section.contents .cols-21 .col-2 {
  width: 440px;
  margin: 0 15px 0 0;
  float: left;
}

section.contents h3 {
  background: none;
  padding: 0;
}

.article.with-icon {
  margin: 9px 0;
}

.article.with-icon > img {
  display: block;
  float: left;
  margin: 0 13px 0 0;
  width: 25px;
}

.article.with-icon .text {
  float: left;
}

.cols-21 .col-2 .article.with-icon .text {
  width: 402px;
}

.article .text p:first-child {
  margin-top: 0;
}

.article .text p:last-child {
  margin-bottom: 0;
}

.video {
  border: 1px solid #e6dfdc;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  position: relative;
  display: inline-block;
}

.video video {
  display: block;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.video img.play {
  width: 46px;
  height: 46px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -23px 0 0 -23px;
  cursor: pointer;
}

figure.image.right {
  float: right;
  margin: 0 0 0 13px;
}

figure.image.left {
  float: left;
  margin: 0 13px 0 0;
}

.zodiac-signs {
  width: 675px;
  clear: both;
  padding: 0;
  list-style-type: none;
}

.zodiac-signs li {
  display: block;
  float: left;
  width: 137px;
  height: 152px;
  margin: 15px;
  padding: 0;
  list-style-type: none;
}

.zodiac-signs li a {
  display: block;
  width: 137px;
  height: 152px;
  position: relative;
}

.zodiac-signs li a img {
  display: block;
}

.zodiac-signs li a span {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #000;
  font-size: 11px;
}

.zodiac-signs li a span strong {
  display: block;
  text-transform: uppercase;
}

.product-details {
  margin: 0 0 -1em;
}

.product-details ul.images {
  float: right;
  list-style-type: none;
  margin: -9px 0 9px;
  padding: 0;
}

.product-details ul.images li {
  display: block;
  list-style-type: none;
  margin: 9px 0 0;
  padding: 0;
  width: 110px;
  height: 150px;
  border: 1px solid #e6dfdc;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.product-details ul.images a {
  display: block;
  width: 110px;
  height: 150px;
  display: table-cell;
  table-layout: fixed;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}

.product-details figure {
  width: 550px;
  height: 500px;
  text-align: center;
  position: relative;
}

.product-details figure .left {
  position: absolute;
  top: 0;
  left: 0;
}

.product-details figure .right {
	position: absolute;
	top: 20px;
	right: 20px;
	background-image: url(../media/pins/special_offers/30_right_pin_w139h160.png);
}

.product-details figure .law {
  position: absolute;
  bottom: -8px;
  left: 0;
}

.product-details .main-info {
  clear: both;
}

.product-details .main-info hgroup h1 {
  font-size: 23px;
  line-height: 25px;
}

.product-details .main-info hgroup h2 {
  font-size: 23px;
  line-height: 25px;
}

.product-details .main-info .prices {
  float: right;
  text-align: right;
}

.product-details .main-info a {
  font-size: 11px;
  line-height: 30px;
}

.product-details .main-info .dual-prices .prices h6 {
  display: block;
  line-height: 15px;
  font-size: 9px;
  padding: 0 10px;
  font-weight: normal;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  margin: -9px 0 2px;
}

.product-details .main-info .dual-prices .prices.eu {
  margin-right: 12px;
}

.product-details .main-info .dual-prices .prices.eu h6 {
  background-color: #214099;
}

.product-details .main-info .dual-prices .prices.noneu h6 {
  background-color: #63AB45;
}

.attribute {
  display: block;
  float: left;
  width: 162px;
  height: 45px;
  background: url(../media/layout_1/images/layout/dots-vertical.gif) repeat-y 150px 0;
}

.attribute.last {
  background: none;
}

.attribute h3 {
  line-height: 1;
  font-weight: normal;
  font-size: 16px;
  color: #000;
  margin: -3px 0 0;
  padding: 0;
  background: none;
  font-family: NuanceEagleRegular, Arial, Verdana, sans-serif;
  text-transform: uppercase;
}

.lang-ru .attribute h3 {
  font-family: Arial, Verdana, sans-serif;
}

.attribute .value {
  color: #CDDC00;
  font-size: 16px;
  line-height: 22px;
  height: 22px;
  font-family: NuanceEagleRegular, Arial, Verdana, sans-serif;
  text-transform: uppercase;
  margin: 5px 0 0;
  display: block;
}

.lang-ru .attribute .value {
  font-family: Arial, Verdana, sans-serif;
}

.attribute .value.grade {
  width: 96px;
  background: url(../media/layout_1/images/layout/rating.png) no-repeat top left;
  text-indent: -400px;
  overflow: hidden;
}

.attribute .value.grade.s1 {
  background-position: 0 -22px;
}

.attribute .value.grade.s2 {
  background-position: 0 -44px;
}

.attribute .value.grade.s3 {
  background-position: 0 -66px;
}

.attribute .value.grade.s4 {
  background-position: 0 -88px;
}

.attribute .value.grade.s5 {
  background-position: 0 -110px;
}

h3.tag,
section.contents h3.tag {
  line-height: 18px;
  padding-left: 21px;
  font-weight: normal;
  font-size: 16px;
  color: #000;
  margin: 0;
  font-family: NuanceEagleRegular, Arial, Verdana, sans-serif;
  text-transform: uppercase;
  background-repeat: no-repeat;
  background-position: top left;
}

.lang-ru h3.tag,
.lang-ru section.contents h3.tag {
  font-family: Arial, Verdana, sans-serif;
}

h3.tag + p,
section.contents h3.tag + p {
  margin-top: 0;
}

.price {
  font-style: normal;
  font-family: NuanceEagleRegular, Arial, Verdana, sans-serif;
  font-size: 25px;
  line-height: 27px;
  position: relative;
}

.lang-ru .price {
  font-family: Arial, Verdana, sans-serif;
}

.price strong {
  font-style: normal;
  font-family: NuanceEagleBook, "Arial Black", Gadget, sans-serif;
  font-weight: normal;
}

.lang-ru .price strong {
  font-family: "Arial Black", Gadget, sans-serif;
  font-weight: bold !important;
}

.price sup {
  font-size: 16px;
  top: -6px;
}

.price.old {
  font-size: 20px;
}

.price.old sup {
  font-size: 10px;
  top: -7px;
}

.price.old .strikethrough {
  position: absolute;
  top: 0;
  left: -4px;
  bottom: 0;
  right: -4px;
  background: url(../media/layout_1/images/layout/strikethrough.png) no-repeat center center;
}

#currency-converter {
  display: none;
  border: 5px solid #000;
  background-color: #fff;
  width: 536px;
  padding: 22px;
  margin: -200px 0 0 -290px;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 6000;
  color: #595959;
}

.css-box-shadow #currency-converter {
  border: 1px solid #e6dfdc;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 30px #15141A;
  box-shadow: 0 0 30px #15141A;
}

#currency-converter a.close {
  display: block;
  float: right;
  text-transform: uppercase;
  color: #595959;
  font-family: Arial, Verdana, sans-serif;
  font-weight: bold;
  font-size: 11px;
}

#currency-converter h2 {
  font-family: Arial, Verdana, sans-serif;
  font-size: 20px;
}

#currency-converter .product-info {
  font-size: 17px;
  line-height: 20px;
  font-family: NuanceEagleRegular, Arial, Verdana, sans-serif;
  margin: 1em 0 0;
}

.lang-ru #currency-converter .product-info {
  font-family: Arial, Verdana, sans-serif;
}

#currency-converter .product-info em.price {
  float: right;
  font-size: 20px;
  line-height: 22px;
}

#currency-converter .product-info em.price sup {
  font-size: 15px;
  top: -5px;
}

#currency-converter .product-info strong {
  font-family: NuanceEagleBook, "Arial Black", Gadget, sans-serif;
  font-weight: normal;
}

.lang-ru #currency-converter .product-info strong {
  font-family: "Arial Black", Gadget, sans-serif;
  font-weight: bold !important;
}

#currency-converter .product-info span.right {
  float: right;
  font-family: Arial, Verdana, sans-serif;
  font-size: 13px;
  text-transform: uppercase;
}

#currency-converter hr {
  margin: 13px 0;
}

#currency-converter .currencies {
  margin: 0 0 -13px;
}

#currency-converter .currencies .currency {
  width: 120px;
  float: left;
  margin: 0 0 13px 22px;
  padding: 0 0 0 36px;
  line-height: 24px;
  background-repeat: no-repeat;
  background-position: left top;
}

#currency-converter .currencies .currency em.price {
  font-size: 16px;
  line-height: 24px;
  font-family: Arial, Verdana, sans-serif;
}

#currency-converter .currencies .currency em.price strong {
  font-weight: bold;
  font-family: Arial, Verdana, sans-serif;
}

#currency-converter .currencies .currency em.price sup {
  font-size: 10px;
  top: -6px;
  left: -1px;
}

#currency-converter article p {
  margin: 0;
}

a.slideshow {
	display: block;
	position: relative;
	background-image: url(technical_66/slideshow_web_5120.html);
}

a.slideshow .play {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -17px 0 0 -17px;
}

article.slideshow {
  min-height: 518px;
}

article.slideshow figure {
  display: block;
  text-align: center;
  position: relative;
  margin: 30px 0 0;
}

article.slideshow figure a {
  display: block;
  position: absolute;
  width: 36px;
  height: 45px;
  top: 50%;
  margin: -22px 0 0;
}

article.slideshow figure a.next {
  right: 30px;
}

article.slideshow figure a.prev {
  left: 30px;
}

article.slideshow .controls {
  text-align: center;
}

article.slideshow .controls button {
  border: 0;
  margin: 0;
  padding: 0;
  background: none;
  margin: 6px 6px 0;
}

section.accordion {
  color: #595959;
  border: 1px solid #e6dfdc;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

section.accordion h1 {
  font-family: NuanceEagleRegular, Arial, Verdana, sans-serif;
  font-size: 15px;
  line-height: 22px;
  padding: 0 9px;
  margin: 0;
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  background: url(../media/layout_1/images/layout/accordion-header.gif) repeat-x left top;
  text-transform: none;
}

.lang-ru section.accordion h1 {
  font-family: Arial, Verdana, sans-serif;
}

section.accordion .container {
  padding: 9px 0 0;
  width: 708px;
}

section.accordion .container .scrollbar {
  left: -7px;
  z-index: 5005;
}

section.accordion .container .toggle {
  background: url(../media/layout_1/images/layout/accordion-item.gif) repeat-x left top;
  width: 701px;
}

section.accordion .container .toggle h3 {
  margin: 0;
  padding: 0 9px;
  line-height: 23px;
  background: url(../media/layout_1/images/layout/accordion-toggle.gif) no-repeat 670px 0;
  font-size: 15px;
  font-family: NuanceEagleRegular, Arial, Verdana, sans-serif;
  font-weight: normal;
  text-transform: none;
  cursor: pointer;
}

.lang-ru section.accordion .container .toggle h3 {
  font-family: Arial, Verdana, sans-serif;
}

section.accordion .container .toggle h3 img {
  margin: 0 5px 0 0;
}

section.accordion .container .toggle article {
  display: none;
  font-family: Arial, Verdana, sans-serif;
  font-size: 10px;
  line-height: 10px;
  padding: 6px 12px;
  text-align: justify;
}

section.accordion .container .toggle article p {
  margin: 0 0 1em;
}

section.accordion .container .toggle article p:last-child {
  margin: 0;
}

section.accordion .container .toggle.open h3 {
  background-position: 670px -23px;
}

section.accordion .container .toggle.open article {
  display: block;
}

article.map {
  height: 554px;
  margin: -18px -13px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  cursor: move;
}

article.map .clk {
  position: absolute;
  cursor: pointer;
  z-index: 5001;
  display: block;
  background-image: url(../media/layout_1/images/layout/blank_gif.gif);
}

form.default {
  display: block;
  margin: 80px 0;
}

form.default label {
  font-size: 17px;
  line-height: 24px;
  vertical-align: top;
  color: #595959;
  padding-left: 50px;
  width: 250px;
  display: inline-block;
}

form.default input.input {
  width: 295px;
  font-size: 13px;
  height: 16px;
  border-color: #CBCBCC #F8F8F8 #F5F5F5 #C3C2C3;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 1px 1px #ECECEC inset;
  box-shadow: 1px 1px #ECECEC inset;
}

form.default input.input.file {
  height: 23px;
}

form.default textarea.input {
  width: 295px;
  font-size: 13px;
  height: 120px;
  border-color: #CBCBCC #F8F8F8 #F5F5F5 #C3C2C3;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 1px 1px #ECECEC inset;
  box-shadow: 1px 1px #ECECEC inset;
}

form.default .select-container {
  display: inline-block;
  height: 21px;
  margin: 3px 0 1px;
  vertical-align: middle;
  z-index: 2040;
}

form.default .select-container select {
  display: none;
}

form.default .requiredMessage {
  margin: 30px 50px 0;
}

.float_right {
	float: right;
}

.hidden_obja
{
	max-height:1px; 
	position:absolute; 
	left:1px;
	top:1px;
	height:1px;
	width:4px; 
	font-size:1px; 
	visibility:hidden;
}

.class="font_size14"
{
	font-size:14px;
}

.grk_blg_stra
{
	text-align:justify;background-color:#C0C0C0;
}
.grk_blg_strb
{
	text-align:justify;
}

.back_black
{
	background-color:black
}

.color_red
{
	color:red;
}
