/*************************
*******Typography******
**************************/
pre {
  margin: 5px;
  padding: 20px;
  border: 1px solid #333;
  background: #fff;
}
ul li {
  list-style: none;
}
a {
  /*-webkit-transition: 300ms;
  -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;*/
  color: #ef4112;
}
a:hover {
  outline: none;
  color: #185099;
}
a:focus {
  outline: none;
  outline-offset: 0;
}
a img {
  border: none;
}
a[href^=tel] {
  color: #000;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', sans-serif;
}
h1 {
  font-size: 157.1%;
  text-transform: uppercase;
  line-height: 100%;
}
button {
  border: none;
}
.btn {
  display: inline-block;
  padding: 3px 10px;
  background: #ef4112;
  color: #fff;
  line-height: 100%;
  transition: 300ms;
}
.btn:hover,
.btn:focus {
  outline: none;
  background: #185099;
  cursor: pointer;
}
a.btn {
  color: #fff;
  text-decoration: none;
}
input,
textarea {
  outline: none;
  font-size: inherit;
  font-family: inherit;
  color: inherit;
}
.clear {
  clear: both;
}
._z {
  margin: 0;
  padding: 0;
  list-style: none;
}
._an a {
  text-decoration: none;
}
.cntr {
  margin-left: auto;
  margin-right: auto;
}
._b {
  font-weight: 500;
}
._tup {
  text-transform: uppercase;
}
b {
  font-weight: 500;
}
strong {
  font-weight: 700;
}
hr {
  border: none;
  background: #d3d3d3;
  width: 100%;
  height: 1px;
  margin: 20px 0;
}
._tac {
  text-align: center;
}
._pz p {
  margin: 0;
}
._br {
  border-radius: 10px;
}
._brdr {
  border: #d3d3d3 1px solid;
}
._br-brdr {
  border-radius: 10px;
  border: #d3d3d3 1px solid;
}
._fs13 {
  font-size: 92.9%;
}
.flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.flx.-sa {
  justify-content: space-around;
  -ms-flex-pack: justify;
}
.flx.-sb {
  justify-content: space-between;
  -ms-flex-pack: justify;
}
.flx.-c {
  justify-content: center;
}
.flx.-alc {
  align-items: center;
}
.iflx {
  display: inline-flex;
}
.iflx.-sa {
  justify-content: space-around;
}
.iflx.-sb {
  justify-content: space-between;
}
.col-2 > * {
  width: 49%;
}
.col-3 > * {
  width: 32%;
}
.col-4 > * {
  width: 24%;
}
.ic {
  position: relative;
}
.ic img {
  position: absolute;
  margin: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  max-width: 100%;
  max-height: 100%;
}
.mt40 {
  margin-top: 40px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.imho img:hover {
  opacity: 0.8;
}
.fade {
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
.text p {
  margin: 10px 0;
}
.text ul {
  margin: 10px 0;
  padding: 0 0 0 20px;
  list-style: disc;
}
.text ul li {
  list-style: disc;
}
.text table {
  border-collapse: collapse;
  border-left: #d3d3d3 1px solid;
  border-top: #d3d3d3 1px solid;
}
.text table td {
  padding: 3px 5px;
  border-right: #d3d3d3 1px solid;
  border-bottom: #d3d3d3 1px solid;
}
.text strong,
.text b {
  font-weight: 700;
}
.tbl-grey {
  border-collapse: collapse;
  border-left: #d3d3d3 1px solid;
  border-top: #d3d3d3 1px solid;
  border-radius: 5px 0 0 0;
}
.tbl-grey td {
  padding: 5px 10px;
  border-right: #d3d3d3 1px solid;
  border-bottom: #d3d3d3 1px solid;
  background: #fff linear-gradient(to bottom, #fff 0%, #eff0f4 100%);
}
.win.-grey {
  background: #eff0f4;
}
.hide {
  display: none;
}
.close {
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  opacity: 1 !important;
}
.close i {
  position: absolute;
  display: block;
  left: 3px;
  top: 14.4px;
  width: 24px;
  height: 2px;
  background: #999;
}
.close i:first-child {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.close i:last-child {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.close:hover {
  background: #ef4112;
  cursor: pointer;
}
.close:hover i {
  background: #fff;
}
#ajax-loader {
  position: fixed;
  z-index: 10010;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  text-align: center;
  font-size: 150%;
  padding: 20px;
  box-shadow: 0px 0px 2px 0px #777;
  display: none;
}
.dialog-win {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 10000;
  background: #fff;
  border-radius: 5px;
  display: none;
}
#dialog {
  width: 100%;
  height: 100%;
  background: #fff;
  position: relative;
}
#dialog .-cw {
  position: absolute;
  top: 15px;
  right: 20px;
}
#dialog .-h {
  color: #2c2c2c;
  font-size: 114.3%;
  text-align: center;
  width: 85%;
  padding: 20px 0px 20px 10px;
  font-weight: 500;
  text-transform: uppercase;
}
.dialog-win .content {
  width: 100%;
  height: 100%;
  y-overflow: auto;
  padding: 20px;
}
.dialog-win .content:not(.no-hdr) {
  border-top: #ef4112 1px solid;
}
#dialog-win-bgr {
  background: #185099;
  opacity: 0.6;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 9990;
  width: 100%;
  height: 100%;
  display: none;
}
#ghoul-ru {
  float: right;
  position: relative;
  width: 90px;
  margin: 5px 0 0 10px;
  display: inline-block;
}
#ghoul-ru a {
  text-decoration: none;
  color: #fff;
}
#ghoul-ru div {
  position: absolute;
  left: 0px;
  top: -5px;
  font-size: 80%;
  margin: 0;
}
.crumbs {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 20px;
  font-size: 90%;
}
.crumbs li {
  display: inline-block;
  padding-right: 5px;
}
.crumbs li:not(:first-child) {
  padding-left: 5px;
}
.admin-edit {
  display: inline-block;
}
.btn-arr {
  display: inline-block;
  width: 16px;
  height: 44px;
  background: url(../img/btn_arr.png) no-repeat;
}
.btn-arr.next {
  background-position: -16px 0;
}
.btn-arr:hover {
  cursor: pointer;
  opacity: 0.8;
}
.cross {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  position: relative;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  display: inline-block;
}
.cross:before,
.cross:after {
  content: "";
  display: block;
  position: absolute;
  background: #185099;
}
.cross:before {
  width: 10px;
  height: 2px;
  left: 2.5px;
  top: 6.5px;
}
.cross:after {
  width: 2px;
  height: 10px;
  top: 2.5px;
  left: 6.5px;
}
.cross:hover {
  cursor: pointer;
}
.cross.-big:before {
  width: 16px;
  height: 3px;
  left: -0.5px;
  top: 6px;
}
.cross.-big:after {
  width: 3px;
  height: 16px;
  top: -0.5px;
  left: 6px;
}
.pagination {
  font-size: 92.9%;
  text-align: center;
}
.pagination a {
  display: inline-block;
  border: #d3d3d3 1px solid;
  border-radius: 3px;
  padding: 5px 10px;
  margin: 2px;
}
.pagination a.act {
  color: #040d0d;
  text-decoration: none;
  border: #ef4112 1px solid;
}
.pagination a:hover {
  border: #ef4112 1px solid;
}
/******** BUTTON UP **********/
.goto {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 0px;
  display: none;
}
.goto:hover {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.5);
}
.goto-wrapper {
  position: relative;
}
.goto-wrapper div {
  position: absolute;
  top: 20px;
  left: 45%;
  font-size: 150%;
  font-weight: bold;
  text-transform: uppercase;
  color: #e3e5eb;
  text-align: center;
  width: 100px;
}
.rating {
  display: inline-block;
  width: 65px;
  height: 12px;
  background: url(../img/star-o.png) left center repeat-x;
  vertical-align: middle;
  position: relative;
}
.rating:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  background: url(../img/star.png) left center repeat-x;
  height: 12px;
}
.rating.-r1:after {
  width: 13px;
}
.rating.-r1-5:after {
  width: 19.5px;
}
.rating.-r2:after {
  width: 26px;
}
.rating.-r2-5:after {
  width: 32.5px;
}
.rating.-r3:after {
  width: 39px;
}
.rating.-r3-5:after {
  width: 45.5px;
}
.rating.-r4:after {
  width: 52px;
}
.rating.-r4-5:after {
  width: 58.5px;
}
.rating.-r5:after {
  width: 65px;
}
.form .line {
  position: relative;
  margin-bottom: 10px;
}
.form .line > i {
  display: none;
  position: absolute;
  top: 0px;
  right: 0px;
  background: red;
  color: #fff;
  padding: 3px 10px;
  font-style: normal;
  font-size: 13px;
  white-space: nowrap;
}
.form .line .t {
  margin-bottom: 5px;
}
.form .line .t sup {
  color: #ef4112;
}
.form .line .t.-b {
  font-weight: bold;
}
.form .line .sub {
  color: #888;
  margin-top: 5px;
  font-size: 80%;
}
.form input[type=text],
.form input[type=tel],
.form input[type=email],
.form input[type=password],
.form textarea,
.form select {
  width: 100%;
  height: 30px;
  border: 0;
  background: #fff;
  border: #d3d3d3 1px solid;
  padding: 2px 5px;
  resize: none;
}
.form input[type=text]:focus,
.form input[type=tel]:focus,
.form input[type=email]:focus,
.form input[type=password]:focus,
.form textarea:focus,
.form select:focus {
  border: #8c8c8c 1px solid;
}
.form textarea {
  height: 80px;
}
.form .btn {
  padding: 15px 45px;
  font-size: 92.9%;
  font-weight: bold;
}
.form.pup {
  /*input[type=text], input[type=tel], input[type=email], input[type=password], textarea, select {
      .bgr(#f3f3f3);
      .pLeft(15px);
    }*/
}
.form.pup .line .t {
  color: #888;
}
.form.pup .ht {
  font-size: 107.1%;
  margin-bottom: 15px;
}
.form.pup .btn {
  padding: 10px 20px;
  font-size: 128.6%;
  font-weight: 500;
}
.form.pup .ftr {
  font-size: 85.7%;
  margin-top: 25px;
}
.form.pup .-pp {
  margin-top: 10px;
  color: #888;
  font-size: 90%;
}
.form.pup .-pp a {
  color: #ef4112;
}
.ico {
  display: inline-block;
}
.ico.fish {
  width: 40px;
  height: 30px;
  background: url(../img/ico_fish.png);
}
.ico.fish-w {
  width: 40px;
  height: 30px;
  background: url(../img/ico_fish_w.png);
}
.ico.squid {
  width: 40px;
  height: 40px;
  background: url(../img/ico_squid.png);
}
.ico.squid-w {
  width: 40px;
  height: 40px;
  background: url(../img/ico_squid_w.png);
}
.ico.shrimp {
  width: 40px;
  height: 40px;
  background: url(../img/ico_shrimp.png);
}
.ico.shrimp-w {
  width: 40px;
  height: 40px;
  background: url(../img/ico_shrimp_w.png);
}
.ico.crab {
  width: 48px;
  height: 48px;
  background: url(../img/ico_crab.png);
}
.ico.crab-w {
  width: 48px;
  height: 48px;
  background: url(../img/ico_crab_w.png);
}
.ico.swatch {
  width: 38px;
  height: 52px;
  background: url(../img/ico_swatch.png);
}
.ico.put {
  width: 55px;
  height: 56px;
  background: url(../img/ico_put.png);
}
.ico.stamp {
  width: 44px;
  height: 54px;
  background: url(../img/ico_stamp.png);
}
.ico.globe {
  width: 48px;
  height: 48px;
  background: url(../img/ico_globe.png);
}
.list-orange {
  padding: 0 0 0 15px;
}
.list-orange li {
  color: #ef4112;
  list-style: disc;
  padding-left: 15px;
}
.list-orange li span {
  color: #000;
}
.list-orange.digits li {
  list-style: decimal;
  font-weight: bold;
}
.list-orange.digits li span {
  font-weight: 300;
}
.right-line {
  border-left: #ef4112 4px solid;
  padding-left: 15px;
  margin: 30px 0;
}
.toggle-text > *:first-child span {
  color: #185099;
  border-bottom: #185099 1px dotted;
  cursor: pointer;
}
.toggle-text > *:last-child {
  display: none;
}
