@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700,400italic&subset=latin,cyrillic);
body {
  padding: 0;
  margin: 0 auto;
  background-color: black;
  min-width: 320px;
  font-family: 'Open Sans', sans-serif;
  color: white;
}
a {
  outline: none;
}
a img {
  border: none;
}
.header-wrapper {
  background-image: url(../img/bg.png);
  background-repeat: no-repeat;
  background-position: top 50%;
  background-size: cover;
}
.header-inner-wrapper {
  box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.65);
  z-index: 9999;
  position: relative;
}
.logo {
  float: left;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .logo {
    float: right;
    text-align: center;
    clear: both;
    margin-right: 10px;
  }
  .logo img {
    width: 125px;
    height: 75px;
  }
}
@media screen and (max-width: 768px) {
  .info {
    padding-right: 15px;
    padding-left: 15px;
  }
  .info img{max-width: 100%; height: inherit !important;}
}
.topline {
  background-image: url(../img/bg1.jpg);
  background-repeat: repeat;
  overflow: hidden;
  height: 50px;
  float: right;
}
@media screen and (max-width: 768px) {
  .topline {
    float: none;
    margin: 0 auto;
  }
}
.topline__info {
  float: left;
  padding-left: 20px;
  padding-right: 50px;
  padding-top: 2px;
  font-size: 16px;
  background-color: rgba(0, 0, 0, 0.1);
  min-height: 50px;
}
@media screen and (max-width: 768px) {
  .topline__info {
    font-size: 12px;
    padding: 5px;
    padding-left: 10px;
    background-color: transparent;
  }
}
.topline__address {
  z-index: 999;
  position: relative;
}
.topline__tel {
  font-weight: 700;
}
.topline__lang {
  float: right;
}
@media screen and (max-width: 768px) {
  .topline__lang {
    position: absolute;
    right: 0;
  }
}
.topline__lang-label {
  text-align: center;
  float: right;
}
.topline__lang-link {
  background-color: rgba(0, 0, 0, 0.25);
  width: 50px;
  line-height: 50px;
  height: 50px;
  display: inline-block;
  color: white;
  font-size: 16px;
}
.topline__lang-link:hover {
  color: #CB2074;
  background-color: rgba(0, 0, 0, 0.75);
}
@media screen and (max-width: 768px) {
  .topline__lang-link {
    width: 45px;
  }
}
.topline__lang-link.active {
  background-color: rgba(0, 0, 0, 0.5);
}
header {
  overflow: hidden;
  padding-bottom: 30px;
}
/*menu*/
.menu-wrapper {
  float: right;
  margin-top: 55px;
  clear: right;
}
@media screen and (max-width: 768px) {
  .menu-wrapper {
    float: none;
  }
}
.menu {
  width: 100%;
  text-align: right;
  margin: 0;
  padding: 0;
  margin-right: 30px;
  z-index: 99;
  position: relative;
}
.menu li {
  display: inline-block;
  margin-left: 45px;
}
@media screen and (max-width: 991px) {
  .menu li {
    margin-left: 15px;
  }
}
@media screen and (max-width: 768px) {
  .menu li {
    display: block;
    margin-top: 0;
    font-size: 16px;
    border-top: 1px solid white;
    display: table;
    width: 100%;
    height: 50px;
    text-align: center;
    margin-left: 0;
  }
}
.menu a {
  color: white;
  text-decoration: none;
}
.menu a:hover {
  color: #CB2074;
}
@media screen and (max-width: 768px) {
  .menu a {
    display: table-cell;
    vertical-align: middle;
  }
}
@media screen and (min-width: 769px) {
  .menu {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  .menu {
    display: none;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    margin-right: 0;
    position: absolute;
    margin-top: 20px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.9);
  }
}
.menu li.active a {
  color: #CB2074;
}
/*---------------------------------------
бутерброд и надпись для моб
-----------------------------------------*/
.mobile-menu {
  color: white;
  float: left;
  height: 75px;
  line-height: 75px;
  font-size: 24px;
}
.mobile-menu .mobile-title {
  cursor: pointer;
}
.mobile-menu img {
  margin-right: 10px;
  margin-top: -3px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .mobile-menu img {
    margin-left: 15px;
  }
}
@media screen and (min-width: 769px) {
  .mobile-menu {
    display: none;
  }
}
/*Добро пожаловать*/
.welcome {
  text-align: center;
  padding-bottom: 30px;
}
.welcome p {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .welcome {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.welcome__title {
  font-size: 26px;
  color: #CB2074;
}
/*статьи на главной*/
.articles-wrapper {
  background-image: url(../img/bg3.jpg);
  background-repeat: repeat;
  padding-top: 50px;
  padding-bottom: 50px;
}
.article {
  display: inline-table;
  width: 47%;
  overflow: hidden;
  color: white;
}
.article:hover {
  text-decoration: none;
  color: white;
}
.article:hover .article__img {
  opacity: 0.5;
}
.article:hover .article__link {
  color: white;
}
.article:hover .article__title {
  text-decoration: underline;
}
.article:first-of-type {
  margin-right: 5%;
}
@media screen and (max-width: 1200px) {
  .article {
    width: 90%;
    display: table;
    margin: 0 auto;
    margin-bottom: 15px;
  }
}
.article__img {
  transition: 0.5s;
  width: 250px;
  height: 250px;
  float: left;
  display: table-cell;
}
.article__img img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 480px) {
  .article__img {
    display: block;
    margin: 0 auto;
    clear: both;
    float: none;
  }
}
.article__info {
  background-color: black;
  display: table-cell;
  vertical-align: top;
  padding: 25px;
}
@media screen and (max-width: 480px) {
  .article__info {
    display: block;
    text-align: center;
    clear: both;
    float: none;
  }
}
.article__title {
  margin-top: 15px;
  font-size: 18px;
  font-weight: 700;
  color: #F7268F;
  margin-bottom: 10px;
}
@media screen and (max-width: 1200px) {
  .article__title {
    margin-top: 0;
  }
}
.article__desc {
  font-size: 12px;
  margin-bottom: 15px;
  overflow: hidden;
  max-height: 115px;
}
@media screen and (max-width: 1200px) {
  .article__desc {
    margin-bottom: 5px;
  }
}
.article__link {
  font-size: 18px;
  font-weight: 300;
  color: #F7268F;
}
/*инфо на главной*/
.main-info {
  padding-top: 50px;
  padding-bottom: 20px;
}
.main-info__right {
  color: #F7268F;
  font-size: 14px;
}
.working-title {
  height: 50px;
  background-image: url(../img/bg1.jpg);
  background-repeat: repeat;
  clear: both;
  display: inline-table;
  margin-left: 15px;
  margin-right: 15px;
}
.working-title span {
  display: table-cell;
  vertical-align: middle;
  font-size: 22px;
  padding-left: 15px;
  padding-right: 15px;
  border: 1px solid rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 768px) {
  .working-title span {
    font-size: 18px;
  }
}
/*Footer*/
.footer-wrapper {
  position: relative;
  overflow: hidden;
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .footer-wrapper {
    padding-top: 200px;
  }
}
.footer-inner-wrapper {
  background-image: url(../img/bg3.jpg);
  background-repeat: repeat;
  padding-top: 35px;
  padding-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .footer-inner-wrapper {
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  footer {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.footer__right-info {
  float: right;
}
@media screen and (max-width: 991px) {
  .footer__right-info {
    text-align: right;
  }
}
@media screen and (max-width: 768px) {
  .footer__right-info {
    float: none;
    text-align: center;
    margin-bottom: 15px;
  }
}
.footer__left-info {
  float: left;
  max-width: 300px;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .footer__left-info {
    float: none;
    margin: 0 auto;
    text-align: center;
  }
}
.girl {
  position: absolute;
  bottom: 0;
  left: 41%;
  transition: 2s;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .girl {
    left: 50%;
    margin-left: -168px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 0;
    bottom: 165px;
  }
}
@media screen and (max-width: 336px) {
  .girl {
    width: 320px;
    height: 193px;
    margin-left: -160px;
  }
}
.girl.in-view {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (max-width: 768px) {
  .girl.in-view {
    opacity: 1;
  }
}
/*Comments*/
.page {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .comm-list {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.comm-list .one-comment {
  display: block;
  margin-bottom: 30px;
  clear: both;
  overflow: hidden;
}
.comm-list .one-comment:last-child {
  margin-bottom: 0;
}
.comm-list ul {
  margin-bottom: 48px;
  padding: 0;
}
.comm-list label {
  float: left;
  text-align: center;
  margin-top: 40px;
  margin-right: 25px;
}
@media screen and (max-width: 991px) {
  .comm-list label {
    margin-top: 15px;
    display: block;
    text-align: left;
    float: none;
  }
}
.comm-list p {
  margin: 0;
}
.comm-list label .name {
  font-size: 20px;
  line-height: 22px;
}
.comm-list label .date {
  font-size: 12px;
  line-height: 14px;
}
.comm-text {
  float: left;
  max-width: 675px;
  min-height: 80px;
  border-width: 2px;
  border-style: solid;
  border-color: #F7268F;
  position: relative;
  padding: 12px 14px 12px 19px;
  font-size: 12px;
  line-height: 15px;
}
.comm-text:before {
  content: "";
  width: 17px;
  height: 17px;
  position: absolute;
  top: 34px;
  left: -18px;
  background-image: url(../img/comm-bg.png);
  z-index: 3;
}
@media screen and (max-width: 991px) {
  .comm-text:before {
    display: none;
  }
}
.comm-text:after {
  content: "";
  height: 12px;
  width: 2px;
  position: absolute;
  background-color: #000;
  top: 35px;
  left: -2px;
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .comm-text:after {
    display: none;
  }
}
.comments .comm-list ul li:first-child .comm-text:after {
  background-color: #1b1919;
}
.comm-form > * {
  display: block;
}
.comm-form input[type="text"],
.comm-form textarea {
  max-width: 800px;
  width: 100%;
  outline: none;
  background-image: url(../img/bg3.jpg);
  background-repeat: repeat;
  border-color: #F7268F;
  border-width: 2px;
  color: #fff;
  margin-bottom: 23px;
}
.comm-form input[type="text"] {
  font-size: 20px;
  line-height: 28px;
  padding: 7px 18px;
}
.comm-form textarea {
  padding: 15px 18px;
  font-size: 14px;
  line-height: 20px;
}
::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
:focus::-webkit-input-placeholder {
  opacity: 0;
  transition: opacity 0.35s ease-in-out;
}
:focus:-moz-placeholder {
  opacity: 0;
  transition: opacity 0.35s ease-in-out;
}
:focus::-moz-placeholder {
  opacity: 0;
  transition: opacity 0.35s ease-in-out;
}
:focus:-ms-input-placeholder {
  opacity: 0;
  transition: opacity 0.35s ease-in-out;
}
/**/
.comm-form input[type="submit"] {
  width: 250px;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  cursor: pointer;
  outline: none;
  padding: 10px 0;
  border-color: #F7268F;
  border-width: 2px;
  background-color: #F7268F;
  transition: 0.5s;
}
.comm-form input[type="submit"]:hover {
  background-color: #C400FF;
}
/*crazy menu*/
.page h3,
.page h2 {
  color: #F7268F;
}
.my_table table {
  width: 100%;
}
.my_table strong {
  color: white;
}
.my_table tr {
  transition: 0.3s;
}
.my_table td {
  border: 1px solid #F7268F;
  border-spacing: 0px 0px;
  padding: 10px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .my_table td {
    padding: 5px;
  }
}
.my_table tr:hover {
  background-color: rgba(247, 38, 143, 0.25);
}
.my_table p {
  color: #BABABA;
  padding: 5px;
  margin: 0 10px 0 0;
  font-size: 14px;
}
.my_table .title__tr {
  border: 0;
}
.my_table .title__td:hover {
  background-color: transparent;
}
.my_table h3 {
  color: #F7268F;
  text-align: center;
  font-size: 18px;
  margin-left: 5px;
  margin-top: 35px;
}
.my_table .center {
  text-align: center;
}
.my_table p {
  color: #C400FF;
  font-size: 14px;
}
.my_table .red {
  color: red;
}
.page a {
  color: #F7268F;
}
.page a:hover {
  color: #F7268F;
}
/*плавающий якорь*/
.go-top {
  display: none;
  position: fixed;
  bottom: 15px;
  right: 15px;
  height: 40px;
  width: 40px;
  background: #F7268F;
  z-index: 99999;
  cursor: pointer;
  border-radius: 50%;
}
.go-top .fa {
  color: white;
  font-size: 35px;
  margin-top: 3px;
  margin-left: 3px;
}
.go-top:hover {
  background: #F02B31;
}
