@charset "UTF-8";
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

/* HTML5 display definitions
========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

/* Links
========================================================================== */
a {
  background: transparent; }

a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
========================================================================== */
abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
========================================================================== */
img {
  border: 0; }

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

/* Grouping content
========================================================================== */
figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
========================================================================== */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

button[disabled],
html input[disabled] {
  cursor: default; }

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

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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; }

fieldset {
  margin: 0 2px;
  border: 1px solid #c0c0c0;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

/* Tables
========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

html,
body {
  height: 100%; }

body {
  position: relative;
  min-width: 990px;
  background-color: #f7f1e6;
  color: #222;
  font-family: 'Alegreya', 'Hoefler Text', serif; }

a:link,
a:visited {
  color: #A63737; }

a:hover,
a:active {
  color: #000; }

.clearfix:before, .header:before, .star-title:before, .footer:before, .contact:before,
.clearfix:after,
.header:after,
.star-title:after,
.footer:after,
.contact:after {
  content: ' ';
  display: table; }

.clearfix:after, .header:after, .star-title:after, .footer:after, .contact:after {
  clear: both; }

.nowrap {
  white-space: nowrap; }

ul,
ol {
  padding-left: 2em; }
  ul li,
  ol li {
    margin-bottom: .75em; }
  ul.compact-list li,
  ol.compact-list li {
    margin-bottom: 0; }

.header {
  position: relative;
  background-color: #933;
  font-family: 'Oswald', sans-serif; }

.logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 266px;
  height: 260px;
  margin-top: -130px;
  margin-left: -133px;
  background: url(../img/leaves.png) no-repeat;
  background-size: 266px 260px;
  text-align: center;
  z-index: 100; }
  .logo img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 147px;
    height: 31px;
    margin: -15.5px 0 0 -73.5px; }

.nav_item {
  position: absolute;
  top: 50%;
  margin-top: -.7em;
  color: #FFF;
  text-transform: uppercase;
  line-height: 1.4;
  font-weight: 400;
  z-index: 50; }

.nav_item--left {
  left: 13.3%;
  right: 50%;
  margin-right: 163px;
  margin-left: 5px;
  text-align: right; }

.nav_item--right {
  left: 50%;
  right: 13.3%;
  margin-right: 5px;
  margin-left: 163px;
  text-align: left; }

.nav_item_wrap {
  color: #FFF;
  text-decoration: none; }
  .nav_item_wrap u {
    text-decoration: underline; }
  .nav_item_wrap:link, .nav_item_wrap:visited {
    color: inherit; }
  .nav_item_wrap:link:hover, .nav_item_wrap:visited:hover {
    color: #FFC; }
  .nav_item_wrap::before, .nav_item_wrap::after {
    content: '★';
    font: .6em sans-serif;
    vertical-align: .25em; }
  .nav_item_wrap::before {
    margin-right: .75em; }
  .nav_item_wrap::after {
    margin-left: .75em; }

.nav_item_wrap + .nav_item_wrap::before {
  content: ''; }

.nav_item_wrap.is-current {
  color: #cc9999; }

.ussr-year {
  position: relative;
  width: 13.3%;
  border-style: solid;
  border-color: #f7f1e6;
  color: #ad5b5b;
  text-align: center;
  line-height: 1.2;
  font-weight: 400;
  font-size: 2.25em; }

.ussr-year--from {
  float: left;
  border-width: 0 5px 0 0; }

.ussr-year--to {
  float: right;
  border-width: 0 0 0 5px; }

.ussr-year_wrap {
  display: block;
  padding-bottom: 100%; }

.ussr-year_number {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: -.6em; }

.page {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 100%;
  margin-top: -13.3%;
  padding-top: 13.3%; }

.content h3, .order-form table big {
  color: #933;
  font: .9em 'Oswald', sans-serif;
  text-transform: uppercase; }

.content {
  width: 55%;
  min-width: 500px;
  max-width: 73.4%;
  margin: 0 auto;
  padding: 80px 0 40px;
  font-size: 1.1em;
  line-height: 1.5;
  overflow: hidden; }
  .content h3 {
    margin: 2.5em 0 .75em; }

.star-title {
  height: 86px;
  margin: 3.5em 0 1em;
  background: url(../img/star-title.svg) no-repeat 50% 0;
  background-size: 477px 86px;
  font: 1em 'Oswald', sans-serif;
  text-transform: uppercase; }

.star-title--main {
  margin: 0 0 2em; }

.star-title_l,
.star-title_r {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  padding-top: 36px; }

.star-title_l {
  float: left;
  padding-right: 30px;
  text-align: right; }

.star-title_r {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
  padding-left: 30px;
  text-align: left; }

.photos {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 13.3%;
  margin-top: 13.3%;
  border-top: 5px solid #f7f1e6;
  background-color: rgba(128, 128, 128, 0.1);
  background-repeat: repeat-y;
  background-size: 100% auto;
  overflow: hidden; }

.photos--left {
  left: 0;
  background-image: url(../img/photos-l.jpg); }

.photos--right {
  right: 0;
  background-image: url(../img/photos-r.jpg); }

.page--wide .content {
  width: auto;
  min-width: 1000px;
  max-width: none;
  padding-right: 20px;
  padding-left: 20px; }
.page--wide .photos {
  display: none; }

.footer {
  position: relative;
  margin-top: 5px;
  background-color: #ebe5db;
  color: #979694; }

.footer-wrap {
  width: 55%;
  margin: 0 auto;
  padding: 20px 0;
  font-size: .8em;
  line-height: 1.4;
  text-align: center; }
  .footer-wrap p {
    margin: .5em 0; }
  .footer-wrap a:link,
  .footer-wrap a:visited {
    color: inherit; }

.footer-side {
  position: absolute;
  width: 13.3%;
  top: 0;
  bottom: 0;
  border-style: solid;
  border-color: #f7f1e6; }

.footer-side--l {
  left: 0;
  border-width: 0 5px 0 0; }

.footer-side--r {
  right: 0;
  border-width: 0 0 0 5px; }

.order-form {
  margin: 1.5em 0 3em; }
  .order-form table {
    width: 100%;
    margin-top: 1.5em; }
    .order-form table td {
      padding-top: .6em;
      padding-bottom: .6em; }
    .order-form table p {
      display: inline;
      margin: 0;
      padding: 0; }
    .order-form table hr {
      display: none; }
  .order-form input[type="text"] {
    margin: 0;
    padding: .33em .5em;
    color: #222;
    font-family: inherit; }
  .order-form input[type="submit"],
  .order-form input[type="button"] {
    margin: 0;
    border: 0;
    border-radius: 2px;
    padding: .35em 1em .4em;
    background-color: #A63737;
    color: #FFF;
    font: 15px 'Oswald', sans-serif;
    text-transform: uppercase; }

.cwhoisresults table.cwhoisresults tr:first-child td,
.cwhoisresults table.cwhoisshop tr:first-child td, .cwhoisshop table.cwhoisshop tr:nth-child(2) td, .cwhoisverify table.cwhoisverify tr:nth-child(2) td {
  border-bottom: 1px solid #EBE5DB;
  padding-bottom: .25em;
  color: #8c8984;
  font-size: .8em; }
  .cwhoisresults table.cwhoisresults tr:first-child td b,
  .cwhoisresults table.cwhoisshop tr:first-child td b, .cwhoisshop table.cwhoisshop tr:nth-child(2) td b, .cwhoisverify table.cwhoisverify tr:nth-child(2) td b {
    font-weight: normal; }

.cwhoissearch form[name="searchform"] {
  border: 0;
  border-radius: 3px;
  padding: 1em;
  background-color: #A63737;
  text-align: center; }
  .cwhoissearch form[name="searchform"] table.cwhoissearch {
    margin-top: 0; }
    .cwhoissearch form[name="searchform"] table.cwhoissearch td {
      padding-top: 0;
      padding-bottom: 0; }
  .cwhoissearch form[name="searchform"] input,
  .cwhoissearch form[name="searchform"] select {
    vertical-align: middle; }
    .cwhoissearch form[name="searchform"] input:focus,
    .cwhoissearch form[name="searchform"] select:focus {
      outline: none; }
  .cwhoissearch form[name="searchform"] input[type="text"] {
    width: 55%; }
  .cwhoissearch form[name="searchform"] input[type="submit"] {
    border: 2px solid rgba(255, 255, 255, 0.25);
    padding: .25em .6em .3em;
    background-color: transparent;
    color: #FFF; }
    .cwhoissearch form[name="searchform"] input[type="submit"]:hover, .cwhoissearch form[name="searchform"] input[type="submit"]:focus {
      border-color: rgba(255, 255, 255, 0.75); }
  .cwhoissearch form[name="searchform"] .order-form_tld {
    margin: 0 1em 0 .25em;
    vertical-align: middle; }

.cwhoisresults table.cwhoisresults tr:first-child td:last-child,
.cwhoisresults table.cwhoisshop tr:first-child td:last-child {
  text-align: center; }
.cwhoisresults table.cwhoisresults tr:last-child td,
.cwhoisresults table.cwhoisshop tr:last-child td {
  padding-top: .25em;
  text-align: left; }

.cwhoisshop table.cwhoisshop tr:nth-child(2) td:nth-child(4) {
  text-align: right; }
.cwhoisshop table.cwhoisshop tr:nth-child(2) td:last-child {
  text-align: center; }
.cwhoisshop table.cwhoisshop tr:last-child td {
  padding-top: .25em;
  text-align: left; }

.cwhoisverify hr.cwhoisverify {
  display: none; }
.cwhoisverify table.cwhoisverify tr td:nth-child(4) {
  width: 10%;
  text-align: right; }
.cwhoisverify table.cwhoisverify tr td[align="right"][colspan="5"] {
  padding-top: 0;
  text-align: left; }
.cwhoisverify table.cwhoisverify tr:nth-child(2) td:nth-child(4) {
  text-align: right; }
.cwhoisverify table.cwhoisverify tr:nth-child(2) td:last-child {
  text-align: center; }

.cwhoiscontact table.cwhoiscontact tr:last-child td {
  padding-top: .25em;
  text-align: left; }

.contact {
  margin: 0 -10px; }
  .page--wide .contact {
    max-width: 800px;
    margin: 0 auto; }
  .contact dl {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 25%;
    padding: 0 10px; }
  .contact dt {
    margin-bottom: .2em;
    color: #afada8;
    font: .55em 'Helvetica Neue', Arial, sans-serif;
    text-transform: uppercase; }
  .contact dd {
    margin-bottom: .75em;
    margin-left: 0; }
  .contact dd.meta {
    margin-top: -.75em;
    color: #afada8;
    font: .6em/1.4 'Helvetica Neue', Arial, sans-serif; }
