* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  width: 100%;
  background: url(../images/top-fon-bg.jpg) center top no-repeat, url(../images/bottom-fon-bg.jpg) center bottom no-repeat, url(../images/repeat-fon-bg.jpg) center repeat-y;
  background-color: #31272c;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 11px;
  color: #b7aca7;
  line-height: 1;
  min-height: 100vh;
}
a {
  transition: all 0.3s ease;
  color: #b3a9a4;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
p {
  margin-bottom: 15px;
}
h1,
h2,
h3 {
  color: #f4d8d3;
  margin-bottom: 15px;
  line-height: 1.2;
  font-family: "Times New Roman", Times, serif;
  font-weight: normal;
}
h1 {
  font-size: 18px;
}
h2 {
  font-size: 16px;
}
h3 {
  font-size: 14px;
}
table {
  width: 100%;
}
table td {
  border-collapse: collapse;
  padding: 4px;
}
caption {
  margin-bottom: 15px;
}
input,
textarea {
  background: #2a2228;
  border: 1px solid #4a414b;
  color: #a69b97;
  padding: 5px 10px;
  position: relative;
  font-size: 12px;
  font-family: "Times New Roman", Times, serif;
  text-align: center;
}
button,
.button {
  transition: all 0.3s ease;
  cursor: pointer;
  background: url(../images/button-bg.png) no-repeat;
  height: 33px;
  line-height: 33px;
  font-size: 12px;
  width: 207px;
  margin-bottom: 12px;
  border: none;
  color: #f985ad;
  position: relative;
  z-index: 1;
  padding: 0px 60px;
  display: inline-block;
  text-align: center;
  text-decoration: none !important;
}
:focus {
  outline: none;
}
::-webkit-input-placeholder {
  color: #5e5255;
}
::-moz-placeholder {
  color: #5e5255;
}
:-moz-placeholder {
  color: #5e5255;
}
:-ms-input-placeholder {
  color: #5e5255;
}
.wrapper {
  width: 1063px;
  margin: 0 auto;
  position: relative;
}
.container {
  min-height: 1200px;
  display: flex;
  justify-content: space-between;
  padding: 70px 65px 10px 65px;
}
.flex {
  display: flex;
}
.flex-c {
  display: flex;
  align-items: center;
}
.flex-s {
  display: flex;
  justify-content: space-between;
}
.flex-s-c {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flex-c-c {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* Header
-----------------------------------------------------------------------------*/
.header {
  height: 505px;
  position: relative;
}
.logo a {
  display: block;
  position: absolute;
  
  width: 441px;
  height: 229px;
  left: 356px;
  top: 64px;
}
.menu {
  position: absolute;
  bottom: 8px;
  width: 620px;
  right: 120px;
}
.menu li a {
  height: 60px;
  display: block;
  line-height: 60px;
  font-size: 13px;
  text-transform: uppercase;
  padding: 0px 23px;
  font-weight: bold;
  background: linear-gradient(#a55c4c 40%, #faf6f4 56%, #95b1f5 0%);
  -webkit-background-clip: text;
  color: transparent;
}
.menu li:hover {
  background: linear-gradient(to bottom, rgba(100, 144, 232, 0) 40%, rgba(100, 144, 232, 0.2));
}
/* Middle
-----------------------------------------------------------------------------*/
.content {
  width: 670px;
}
.content a {
  text-decoration: underline;
}
.content img {
  max-width: 605px;
}
.block {
  position: relative;
  width: 670px;
  background: url(../images/news-bg.png) repeat-y;
  min-height: 250px;
}
.block:before {
  content: "";
  background: url(../images/news-top-bg.png) no-repeat;
  position: absolute;
  width: 709px;
  height: 145px;
  left: -19px;
  top: -19px;
}
.block:after {
  content: "";
  background: url(../images/news-bg-bottom.png) no-repeat;
  position: absolute;
  width: 709px;
  height: 140px;
  left: -19px;
  bottom: -19px;
}
.news-block {
  margin-bottom: 60px;
}
.page-block {
  position: relative;
  z-index: 4;
  padding: 20px 30px;
  line-height: 1.3;
}
.news {
  position: relative;
  z-index: 3;
  padding: 30px;
  line-height: 1.3;
}
.news .date {
  float: right;
  font-size: 14px;
  color: #5e5255;
  font-family: "Times New Roman", Times, serif;
}
.news .date b {
  font-weight: normal;
  font-size: 18px;
}
.read-more {
  position: absolute;
  bottom: -11px;
  text-align: center;
  width: 100%;
  left: 0px;
}
.read-more a {
  color: #f985ad;
  font-size: 14px;
  font-family: "Times New Roman", Times, serif;
  text-decoration: none !important;
}
.pagination li {
  margin: 0px 3px;
}
.pagination a {
  text-decoration: none;
  height: 26px;
  display: block;
  line-height: 26px;
}
.pagination .number {
  color: #ada2a1;
  width: 26px;
  display: block;
  height: 26px;
  line-height: 26px;
  text-align: center;
}
.pagination .number:hover {
  background: url(../images/number-bg.png) no-repeat;
}
.pagination .active {
  background: url(../images/number-bg.png) no-repeat;
}
.pagination .prev {
  position: relative;
  margin-right: 25px;
}
.pagination .prev:after {
  content: ">>";
  margin-left: 5px;
}
.pagination .prev:before {
  content: "<<";
  margin-right: 5px;
}
.pagination .next {
  position: relative;
  margin-left: 25px;
}
.pagination .next:after {
  content: ">>";
  margin-left: 5px;
}
.pagination .next:before {
  content: "<<";
  margin-right: 5px;
}
/* Right Sidebar
-----------------------------------------------------------------------------*/
.sidebar {
  width: 210px;
  font-family: "Times New Roman", Times, serif;
  color: #adaaa6;
  font-size: 12px;
}
.widget {
  width: 210px;
  background: url(../images/widget-bg.png) repeat-y;
  min-height: 200px;
  position: relative;
  padding: 35px 0px;
  margin-bottom: 80px;
}
.widget:before {
  content: "";
  background: url(../images/widget-top-bg.png) no-repeat;
  width: 259px;
  height: 92px;
  position: absolute;
  top: -50px;
  left: -26px;
}
.widget:after {
  content: "";
  background: url(../images/widget-bottom-bg.png) no-repeat;
  width: 259px;
  height: 110px;
  position: absolute;
  bottom: -60px;
  left: -26px;
}
.widget > ul,
.widget > div,
.widget > form,
.widget > table {
  position: relative;
  z-index: 5;
}
.login-block {
  min-height: 210px;
  text-align: center;
}
.login-block:before {
  content: "";
  background: url(../images/login-bg.png) no-repeat;
  width: 259px;
  height: 243px;
  position: absolute;
  top: -50px;
  left: -26px;
}
.login-block p {
  width: 125px;
  margin: 0 auto;
  margin-bottom: 8px;
}
.login-block p span {
  display: inline-block;
  margin-bottom: 8px;
}
.login-block input {
  width: 125px;
}
.widgte-title {
  margin-bottom: 20px;
  text-align: center;
}
.widgte-title span {
  font-size: 14px;
  color: #a9c7fe;
  position: relative;
  z-index: 4;
  text-align: center;
  background: linear-gradient(#7ea9f4, #cdd9fc, #9da4d6);
  -webkit-background-clip: text;
  color: transparent;
  font-weight: bold;
}
.widgte-title span:before {
  content: attr(title);
  position: absolute;
  left: 0;
  top: 0;
  color: transparent;
  text-shadow: 1px 4px 0px rgba(0, 0, 0, 0.3);
  z-index: -1;
}
.widgte-title span:after {
  content: "";
  height: 1px;
  width: 120%;
  position: absolute;
  left: -10%;
  bottom: 3px;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0px 0px 15px 0px rgba(255, 255, 255, 0.7);
}
.check {
  width: auto !important;
  position: relative;
}
.lost-pass {
  text-decoration: underline;
}
.status {
  width: 158px;
  margin: 0 auto;
  margin-bottom: 15px;
}
.status-title {
  margin-bottom: 11px;
}
.status-title span {
  color: #fba0c8;
}
.progress-block {
  background: url(../images/progress-bg.jpg) no-repeat;
  height: 16px;
  width: 160px;
  box-shadow: 0px -5px 10px rgba(255, 255, 255, 0.05), 0px 5px 10px rgba(255, 255, 255, 0.05);
  padding: 1px;
}
.progress-block span {
  display: block;
  background: url(../images/progress-bar.png) repeat-x;
  height: 14px;
}
.gallery {
  width: 140px;
  flex-wrap: wrap;
  margin: 0 auto;
}
.gallery a {
  display: block;
}
.gallery img {
  margin-bottom: 15px;
  border: 1px solid #453637;
  padding: 1px;
  box-shadow: 0px 0px 8px 0px rgba(69, 54, 55, 0.5);
}
/* Footer
-----------------------------------------------------------------------------*/
.footer {
  height: 280px;
  position: relative;
}
.f-logo {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 25px;
}
.f-logo a {
  display: block;
  margin-left: 80px;
}
.f-menu {
  position: absolute;
  width: 100%;
  bottom: 90px;
  text-align: center;
}
.f-menu li {
  display: inline-block;
  margin: 0px 12px;
}
.f-menu li a {
  color: #ddb1bb;
  text-transform: uppercase;
  font-family: "Times New Roman", Times, serif;
}
.f-menu li a:hover {
  color: #fff;
}
.copyright {
  position: absolute;
  width: 100%;
  bottom: 45px;
  text-align: center;
  color: #7c6d6d;
  font-size: 10px;
  line-height: 1.2;
}
.copyright-logo {
  position: absolute;
  right: 10px;
  bottom: 170px;
  opacity: 0.6;
}
/*# sourceMappingURL=style.css.map */