* {
  margin: 0;
  padding: 0;
}

body {
  font: 16px "PT Sans", sans-serif;
  font-weight: 300;
  color: #222;
}

.container {
  min-width: 1200px;
}

/* Модуль вращения фотографий */
.container .threesixty {
  position: relative;
  overflow: hidden;
  margin: 20px auto;
  cursor: move;
}
.container .threesixty .spinner {
  width: 60px;
  display: block;
  margin: 0 auto;
  height: 30px;
  background: #333;
  background: rgba(0, 0, 0, 0.7);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.container .threesixty .spinner span {
  font-family: "PT Sans", Arial, "MS Trebuchet", sans-serif;
  font-size: 12px;
  font-weight: bolder;
  color: #FFF;
  text-align: center;
  line-height: 30px;
  display: block;
}
.container .threesixty .threesixty_images {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
.container .threesixty .threesixty_images img {
  position: absolute;
  top: 0;
  width: 100%;
  height: auto;
}
.container .threesixty .threesixty_images img.current-image {
  visibility: visible;
  width: 100%;
}
.container .threesixty .threesixty_images img.previous-image {
  visibility: hidden;
  width: 0;
}
.container .threesixty .nav_bar {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 11;
}
.container .threesixty .nav_bar a {
  display: block;
  width: 32px;
  height: 32px;
  float: left;
  background: url(/sprites.png) no-repeat;
  text-indent: -99999px;
}
.container .threesixty .nav_bar a.nav_bar_previous {
  background-position: 0 -73px;
}
.container .threesixty .nav_bar a.nav_bar_next {
  background-position: 0 -104px;
}
.container .threesixty .nav_bar a.nav_bar_play {
  background-position: 0 0;
}
.container .threesixty .nav_bar a.nav_bar_stop {
  background-position: 0 -37px;
}
/* ========================== */

a {
  text-decoration: none;
  color: #1262bd;
  border-bottom: 1px solid rgba(18,98,189,.33);
  transition: .5s ease;
}

a:hover {
  color: #c70707;
  border-bottom: 1px solid rgba(199,7,7,.33);
}

.img-href {
  border-bottom: none;
}

.img-href:hover {
  border-bottom: none;
}


.italic {
  font-style: italic;
}

.bold {
  font-weight: bold;
}

.spacing {
  letter-spacing: .1em;
}

/* Шапка */

.header {
  height: 155px;
  border-bottom: 3px solid rgba(0, 0, 0, .15);
  background-color: #f55200;
  color: white;
}

.logo {
  width: 25%;
  float: left;
  margin-left: 2px;
}

.logo a {
  border: none;
  color: rgba(0, 0, 0, 0.5);
}

.logo a:hover {
  border: none;
  color: #c70707;
}

.menu {
  text-align: center;
  position: absolute;
  top: 90px;
  left: 155px;
  min-width: 590px;
}

.menu ul {
  list-style: none;
  margin: 0 auto;
  text-align: center;
}

.menu ul li:last-child {
  margin-right: 0;
}

.menu li {
  display: inline;
  font-size: 1.5em;
  margin-right: 20px;
  height: 55px;
  line-height: 50px;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-weight: bold;
}

.menu a {
  border-bottom: 1px solid rgba(255, 255, 255, .80);
  color: #222;
  transition: none;
  color: white;
}

.menu a:hover {
  border-bottom: none;
}

.contact-top {
  position: relative;
  top: 5px;
  float: right;
  padding: 4px 10px 0 0;
  text-align: right;
}

.contact-top p:first-child {
  margin-top: 2px;
}

.contact-top p:last-child {
  font-style: italic;
}

.help-360 {
  margin-bottom: 14px;
}

/* Контент */

.content {
  box-shadow: 0 3px 20px rgba(0, 0, 0, .2);
  padding-top: 10px;
  padding-bottom: 50px;
  overflow: auto;
}

.content-left {
  float: left;
  width: 250px;
  padding: 10px;
}

.left-block {
  padding-bottom: 10px;
  margin-bottom: 10px;
  text-align: center;
}

.soon { /* удалить после добавления новостей */
  font: .4em "PT Sans";
  letter-spacing: .15em;
  position: absolute;
  vertical-align: super;
  background-color: red;
  color: white;
  margin-left: 3px;
  padding: 1px 1px 2px 1px;
  z-index:1;
  font-weight: bold;
}
li .soon {
  margin-top: 7px;
  padding-left: .3em;
}

.left-block h2 {
  text-align: center;
  border-bottom: 3px solid rgba(0, 0, 0, .15);
  padding-bottom: 6px;
  padding-top: 6px;
  background-color: #f55200;
  color: white;
  font-family: "PT Sans";
}

.left-block-content {
  padding: 10px;
  font-size: 0.9em;
  border-left: 1px solid #d14600;
  border-right: 1px solid #d14600;
  border-bottom: 1px solid #d14600;
}

.left-block-content .img-href img {
  margin-left: -6px;
}

.news-block {
  list-style-position: inside;
  list-style-type: none;

  text-align: left;
}

.news-block li {
  margin-bottom: 15px;
}

.news-archive {
  text-align: left;
  font-size: 0.8em;
}

.content-right .news-archive-date {
  margin-bottom: 0;
  margin-top: 30px;
  font-size: 0.8em;
  color: #444;
}

.content-right .news-archive-year {
  margin-top: 15px;
}

.news-block li:before {
  content: "— ";
}

.news-block .date {
  font-size: 0.9em;
  display: block;
  margin-top: 3px;
  font-style: italic;
  color: #444;
}

.content-right {
  margin-left: 290px;
  padding: 0 30px;
}

.content-right h1, h2, h3 {
  /*font-weight: 300;*/
  text-transform: uppercase;
  letter-spacing: .1em;
  text-align: center;
}

.content-right h1 {
  font-size: 2em;
  margin-bottom: 10px;
}

.content-right h2 {
  font-size: 1.5em;
  margin-bottom: 5px;
  text-transform: none;
  letter-spacing: 0;
}

.home-h2 {
  text-align: left;
}

.content-right h3 {
  font-size: 1em;
  padding-top: 0.5em;
}

.content-right p {
  max-width: 800px;
  margin-bottom: 16px;
  line-height: 160%;
}

.content-right p:last-child {
  margin-bottom: 15px;
}

.portfolio-sign {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, .15);
  margin-bottom: 20px !important;
  max-width: none !important;
}

.portfolio-sign:last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 5px !important;
}

/* Блоки по центру по рецепту из техногрета */
.content-right .floats {
  text-align: center;
}
.floats { 
  margin: auto -3em auto 0 20px;
  position: relative;
  display: inline-block;
  clear: both;
}
.floats:after {
  content: '';
  display: block;
  clear: both;
}
.floats .left {
  position: relative;
  float: left;
  display: inline;
  overflow: hidden;
  margin: 3em 0 0 3.5em;
  width: 14em;
  min-width: 300px;
}
.floats .left .r {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.floats .left .min {
  margin: 0 0 300px 0;
  height: 4em;
  width: 300px;
}
/* ====================================== */

/* Футер */

.footer {
  clear: both;
  padding: 25px 20px 60px 20px;
}

.footer-left {
  width: 33%;
  float: left;
}
.footer-center {
  width: 34%;
  margin: 0 33%;
  text-align: center;
}
.footer-right {
  width: 33%;
  float: right;
  text-align: right;
}