body {
  font-family: 'Open Sans', sans-serif; }
  body input {
    outline: none; }
    body input:focus, body input:active, body input:hover {
      outline: none; }

iframe {
  display: none; }

.menu {
  position: relative;
  padding: 10px 30px 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  font-size: 20px;
  color: #0077b3;
  line-height: 45px;
  z-index: 150;
  background-color: #fff; }
  .menu .razdelitel {
    display: none; }
  .menu .menu-button {
    cursor: pointer; }
  .menu .menu-logo img {
    height: 45px;
    width: auto;
    margin-left: 10px; }
  .menu .inline-block {
    display: inline-block; }
  .menu .menu-item ul {
    padding: 0;
    list-style: none; }
    .menu .menu-item ul li {
      display: inline-block; }
  .menu .menu-item .main-item {
    text-transform: uppercase;
    margin: 0 15px; }
  .menu .menu-item a {
    color: #0077b3;
    text-decoration: none;
    transition: color 0.3s; }
    .menu .menu-item a:hover {
      color: #C01324; }
    .menu .menu-item a span {
      font-size: 14px; }
  .menu .number {
    float: right;
    position: relative; }
    .menu .number a {
      color: #0077b3;
      text-decoration: none;
      transition: color 0.3s;
      margin-right: 20px; }
      .menu .number a:hover {
        color: #C01324; }
      .menu .number a i {
        margin-right: 5px;
        color: #C01324; }
    .menu .number span i {
      margin-right: 5px;
      color: #C01324; }
  .menu .adress {
    position: absolute;
    font-size: 1.4rem;
    margin: 0;
    bottom: -20px;
    left: -5px;
    color: #3993C0; }
    .menu .adress a {
      margin: 0; }
  .menu .menu-cash strong {
    font-weight: normal; }

.sub-menu {
  color: #fff;
  position: fixed;
  top: 55px;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #0077b3;
  z-index: 100;
  display: none;
  padding-top: 150px; }

.sub-one li {
  list-style: none;
  margin-bottom: 15px; }

.sub-one i {
  margin-right: 20px;
  transition: color 0.3s; }

.sub-one a {
  font-size: 20px;
  color: #fff;
  text-decoration: none; }
  .sub-one a:hover i {
    color: #C01324; }

.sub-two ul {
  padding: 0; }

.sub-two li {
  list-style: none;
  margin-bottom: 15px; }

.sub-two p {
  font-size: 20px;
  margin-bottom: 20px; }

.sub-two a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  border-bottom: 1px solid rgba(225, 225, 225, 0.5);
  opacity: 1;
  transition: opacity 0.3s; }
  .sub-two a:hover {
    opacity: 0.7; }

.sub-two .fa {
  display: none;
  position: relative;
  top: 3px;
  font-size: 26px;
  margin-left: 10px;
  transition: all 0.3s; }

.sub-two .fa-transform {
  transform: rotate(180deg); }

.sub-number {
  font-size: 36px;
  margin: 0; }

.sub-text {
  opacity: 0.7; }

.sub-close {
  float: right;
  opacity: 0.6;
  cursor: pointer;
  transition: opacity 0.3s; }
  .sub-close:hover {
    opacity: 1; }

.footer {
  background-image: url("../images/b27b4e42.png");
  background-repeat: repeat;
  padding: 50px 20px 30px;
  color: #fff; }
  .footer .social {
    text-align: left; }
    .footer .social .pluso {
      margin-bottom: 20px; }
    .footer .social p {
      font-size: 20px; }
    .footer .social .sub-number {
      font-size: 30px; }
    .footer .social .sub-text {
      opacity: 0.7;
      font-size: 14px; }
    .footer .social .sub-number a{
      color: #fff;
      transition: color 0.3s;
    }
    .footer .social .sub-number a:hover{
      text-decoration: none;
      opacity: 0.8;
}
  .footer p.copyright {
    font-size: 12px;
    padding-top: 20px;
    text-align: center; }

.messages-app ul {
  list-style: none;
  padding: 0;
  margin: 20px 0 0; }

.messages-app li {
  display: inline-block; }
  .messages-app li img {
    height: 40px;
    width: auto; }

.online {
  margin-top: 20px; }
  .online img {
    width: 70%;
    height: auto; }

.call-me {
  padding: 40px 0;
  background-image: url("../images/call_me.jpg");
  background-position: center center;
  background-size: cover; }
  .call-me .clearfix {
    display: none; }
  .call-me .container {
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.8); }
  .call-me .pre-call-me h4 {
    color: #333;
    font-size: 32px;
    line-height: 30px; }
  .call-me .pre-call-me a {
    color: #0077b3;
    font-size: 32px;
    line-height: 30px;
    text-decoration: none;
    transition: color 0.3s; }
    .call-me .pre-call-me a:hover {
      color: #C01324; }
  .call-me .body-call-me .form-wrapper {
    margin-top: 10px;
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    background-color: #fff;
    border: 1px solid #999; }
    .call-me .body-call-me .form-wrapper i {
      margin-right: 5px;
      font-size: 26px;
      position: relative;
      bottom: -2px;
      color: #999; }
    .call-me .body-call-me .form-wrapper input {
      border: none;
      background-color: inherit;
      display: inline-block; }
  .call-me .body-call-me a {
    margin-left: 10px;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    top: -2px;
    display: inline-block;
    padding: 12px 30px;
    font-size: 16px;
    background-color: #0077b3;
    border: 1px solid #0077b3;
    color: #fff;
    transition: all 0.3s; }
    .call-me .body-call-me a:hover {
      background-color: inherit;
      color: #0077b3; }
  .call-me .body-call-me p {
    margin-top: 10px;
    font-size: 14px; }

.primer {
  position: relative;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  background-color: #fafafa;
  padding: 10px 0 30px; }
  .primer h2 {
    color: #333;
    text-align: center;
    margin-bottom: 35px; }
  .primer .tab-wrapper {
    text-align: center; }
    .primer .tab-wrapper ul {
      padding: 0;
      margin: 0;
      list-style: none; }
    .primer .tab-wrapper li {
      display: inline-block;
      color: #999;
      font-size: 18px;
      margin-bottom: 40px;
      cursor: pointer;
      padding: 0 20px;
      transition: color 0.3s; }
      .primer .tab-wrapper li:hover {
        color: #0077b3; }
    .primer .tab-wrapper li.active-tab {
      color: #0077b3;
      cursor: default; }
  .primer #hall {
    display: block; }
  .primer .tab-body-wrapper {
    display: none; }
    .primer .tab-body-wrapper .tab-body-item a {
      color: #333;
      text-decoration: none;
      transition: color 0.3s; }
      .primer .tab-body-wrapper .tab-body-item a:hover h4 {
        color: #0077b3; }
    .primer .tab-body-wrapper .tab-body-image {
      height: 250px;
      background-position: center center;
      background-size: cover; }
    .primer .tab-body-wrapper .tab-body-content {
      padding: 15px;
      border-left: 1px solid #eeeeee;
      border-right: 1px solid #eeeeee;
      border-bottom: 1px solid #eeeeee;
      background-color: #fff; }
      .primer .tab-body-wrapper .tab-body-content h4 {
        margin-top: 0;
        font-size: 20px;
        line-height: 26px;
        padding-top: 5px; }
    .primer .tab-body-wrapper .tab-body-price {
      font-size: 20px;
      color: #C01324;
      display: inline-block;
      padding: 8px;
      background-color: #FFE57A; }
      .primer .tab-body-wrapper .tab-body-price sup {
        text-decoration: line-through;
        margin-left: 5px;
        font-size: 12px;
        color: #333333; }
      .primer .tab-body-wrapper .tab-body-price i {
        margin-left: 2px; }
    .primer .tab-body-wrapper .tab-read-more {
      float: right;
      display: inline-block;
      border: 1px solid #0077b3;
      color: #0077b3;
      font-size: 18px;
      padding: 8px;
      transition: all 0.4s; }
      .primer .tab-body-wrapper .tab-read-more:hover {
        background-color: #0077b3;
        color: #fff; }

.light {
  padding-bottom: 30px; }
  .light h2 {
    color: #333;
    text-align: center;
    margin-bottom: 35px; }
  .light p {
    text-align: center;
    margin-bottom: 30px;
    font-size: 16px; }
  .light .col-sm-4 {
    padding: 10px; }
  .light .item-light {
    position: relative;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    padding: 10px;
    text-align: left; }
  .light .item-lighht-info {
    max-width: 200px;
    float: right; }
    .light .item-lighht-info h4 {
      font-size: 20px;
      margin-top: 10px;
      color: #333;
      transition: color 0.3s; }
  .light .item-light-img {
    margin-right: 220px; }
    .light .item-light-img img {
      transition: filter 0.3s;
      filter: grayscale(100%);
      width: 100%;
      height: auto; }
  .light .color {
    color: #333; }
    .light .color span {
      color: #C01324; }
  .light .price {
    display: inline-block;
    float: right;
    color: #333333;
    padding: 10px 25px;
    margin-top: 15px;
    margin-right: 10px;
    font-size: 20px;
    border: 1px solid #FFE57A;
    transition: background-color 0.3s; }
  .light .item-light:hover img {
    filter: grayscale(0%); }
  .light .item-light:hover .price {
    background-color: #FFE57A; }
  .light .item-light:hover h4 {
    color: #0077b3; }
  .light .col-sm-12 {
    text-align: center; }
    .light .col-sm-12 a {
      margin-top: 30px;
      display: inline-block;
      border: 1px solid #0077b3;
      color: #0077b3;
      font-size: 18px;
      text-decoration: none;
      padding: 8px;
      transition: all 0.4s; }
      .light .col-sm-12 a:hover {
        color: #fff;
        background-color: #0077b3; }

.gallery-wrapper {
  position: relative;
  background-color: #fff;
  padding: 10px 0 30px; }
  .gallery-wrapper h2 {
    color: #333;
    text-align: center;
    margin-bottom: 35px; }
  .gallery-wrapper .gallery-list-blocks {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px; }
    .gallery-wrapper .gallery-list-blocks .item-gallery {
      display: inline-block;
      width: 400px;
      height: auto;
      cursor: pointer;
      padding: 5px 3px; }
      .gallery-wrapper .gallery-list-blocks .item-gallery img {
        width: 100%;
        height: auto; }
  .gallery-wrapper .col-sm-12 {
    text-align: center; }
    .gallery-wrapper .col-sm-12 a {
      text-decoration: none;
      margin-top: 30px;
      display: inline-block;
      border: 1px solid #0077b3;
      color: #0077b3;
      font-size: 18px;
      padding: 8px;
      transition: all 0.4s; }
      .gallery-wrapper .col-sm-12 a:hover {
        color: #fff;
        background-color: #0077b3; }

.view-item-gallery {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 150;
  background-color: rgba(0, 0, 0, 0.8);
  display: none; }
  .view-item-gallery .full-image-gallery {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: background 0.6s; }
  .view-item-gallery .gallery-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px 0 10px;
    font-size: 20px;
    background-color: rgba(0, 0, 0, 0.8);
    text-align: center;
    color: #fff; }
    .view-item-gallery .gallery-title i {
      position: absolute;
      font-size: 30px;
      top: 50%;
      margin-top: -15px;
      cursor: pointer; }
    .view-item-gallery .gallery-title i.fa-angle-left {
      left: 15px; }
    .view-item-gallery .gallery-title i.fa-angle-right {
      right: 15px; }
    .view-item-gallery .gallery-title p {
      margin-left: 30px;
      margin-right: 30px; }
  .view-item-gallery .close-button-gallery {
    font-size: 30px;
    color: #fff;
    position: absolute;
    top: 15px;
    right: 25px;
    z-index: 200;
    cursor: pointer; }

.video-views {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s; }
  .video-views span {
    position: absolute;
    right: 20px;
    top: 20px;
    color: #fff;
    font-size: 25px;
    cursor: pointer;
    opacity: 0.7;
    transition: opacity 0.3s; }
    .video-views span:hover {
      opacity: 1; }
  .video-views iframe {
    display: block;
    width: 948px;
    height: 533px; }

.visible-video {
  opacity: 1;
  visibility: visible; }

.call-widget {
  position: fixed;
  right: 70px;
  bottom: 70px;
  cursor: pointer;
  transition: all 1.5s;
  z-index: 999; }
  .call-widget .glyphicon {
    font-size: 24px; }
  .call-widget #circle-one, .call-widget #circle-two, .call-widget #circle-three {
    position: absolute;
    width: 78px;
    height: 78px;
    left: -10px;
    top: -10px;
    border-radius: 40px;
    border: 1px solid #C01324;
    opacity: 0; }
  .call-widget #circle-two {
    animation-delay: 0.5s; }
  .call-widget #circle-three {
    animation-delay: 1s; }
  .call-widget .circle-animation {
    animation: animate-circle  5s infinite linear; }
  .call-widget #tel-circle {
    width: 60px;
    height: 60px;
    background-color: #C01324;
    border-radius: 30px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center; }
  .call-widget .tel-animation {
    animation: animate-tel  5s infinite ease-in; }

.hide-widget {
  bottom: -200px; }

@keyframes animate-tel {
  75% {
    transform: rotate(0deg); }
  80% {
    transform: rotate(-16deg); }
  85% {
    transform: rotate(16deg); }
  90% {
    transform: rotate(-8deg); }
  95% {
    transform: rotate(8deg); } }

@keyframes animate-circle {
  74% {
    transform: scale(1);
    opacity: 0; }
  75% {
    transform: scale(1);
    opacity: 1; }
  100% {
    transform: scale(2);
    opacity: 0; } }

.modale-wrapper {
  visibility: hidden;
  opacity: 0;
  z-index: 9999;
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.71);
  transition: all 0.5s; }

.modal-body {
  position: relative;
  text-align: center;
  background-color: #fff;
  border: 1px solid #fafafa;
  max-width: 500px; }
  .modal-body .modale-close {
    cursor: pointer;
    position: absolute;
    font-size: 25px;
    right: -30px;
    top: -30px;
    color: #fff; }

.modal-visibility {
  visibility: visible;
  opacity: 1; }

.error-input {
  border: 1px solid #C01324; }
