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; }

.button-bd {
  text-align: center; }
  .button-bd a {
    display: inline-block;
    width: 330px;
    text-align: center;
    font-size: 18px;
    line-height: 40px;
    color: #C01324;
    border: 2px solid #C01324;
    background-color: transparent;
    padding: 10px 30px;
    text-decoration: none;
    border-radius: 30px;
    margin-top: 40px;
    margin-bottom: 20px;
    transition: all 0.4s; }
    .button-bd a:hover {
      background-color: #C01324;
      color: #fff; }

.button-bd-withe {
  text-align: left; }
  .button-bd-withe a {
    display: inline-block;
    width: 330px;
    text-align: center;
    font-size: 18px;
    line-height: 40px;
    color: #fff;
    border: 2px solid #fff;
    background-color: transparent;
    padding: 10px 30px;
    text-decoration: none;
    border-radius: 30px;
    margin-top: 0;
    margin-bottom: 20px;
    transition: all 0.4s; }
    .button-bd-withe a:hover {
      background-color: #fff;
      color: #C01324; }

.list-city-wrapper {
  display: none;
  position: fixed;
  z-index: 500;
  background-color: rgba(0, 119, 179, 0.7);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0; }
  .list-city-wrapper .list-city {
    position: absolute;
    width: 250px;
    right: 50%;
    margin-right: -125px;
    background-color: #fff;
    padding: 20px;
    text-align: center;
    top: 20%; }
    .list-city-wrapper .list-city h4 i {
      color: #C01324; }
    .list-city-wrapper .list-city ul {
      list-style: none;
      padding: 0;
      margin: 0; }
    .list-city-wrapper .list-city a {
      color: #0077b3;
      font-size: 2rem;
      text-decoration: none; }
      .list-city-wrapper .list-city a:hover {
        color: #C01324; }

.menu {
  position: relative;
  padding: 10px 25px 10px;
  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.city-select {
    border-bottom: 1px dotted #0077b3; }
    .menu .menu-item a.city-select span {
      font-size: 14px; }
  .menu .city-select-wrapper {
    position: relative; }
    .menu .city-select-wrapper .popover-city {
      display: none;
      position: absolute;
      width: 210px;
      padding: 10px;
      top: 50px;
      background-color: #3993C0;
      border: 1px solid #3993C0;
      color: #fff; }
      .menu .city-select-wrapper .popover-city:after {
        content: '';
        position: absolute;
        left: 20px;
        top: -20px;
        border: 10px solid transparent;
        border-bottom: 10px solid #3993C0; }
      .menu .city-select-wrapper .popover-city a {
        color: #fff; }
  .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 .number .adress {
      position: absolute;
      font-size: 1.4rem;
      margin: 0;
      bottom: -20px;
      left: -5px;
      color: #3993C0; }
      .menu .number .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 p {
      font-size: 20px; }
    .footer .social .sub-number {
      margin-top: 20px;
      font-size: 30px; }
      .footer .social .sub-number a{
        color: #fff;
        transition: color 0.3s;
      }
      .footer .social .sub-number a:hover{
        text-decoration: none;
        opacity: 0.8;
      }
    .footer .social .sub-text {
      opacity: 0.7;
      font-size: 14px; }
  .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; }

.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: 500;
  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; }

.fixed-block {
  display: none;
  position: fixed;
  right: 0;
  left: 0;
  padding: 5px 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  font-size: 2rem;
  color: #0077b3;
  line-height: 45px;
  z-index: 200;
  background-color: #fff; }
  .fixed-block a {
    text-decoration: none; }
  .fixed-block ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center; }
  .fixed-block li {
    display: inline-block; }
  .fixed-block span {
    font-size: 1.4rem; }
  .fixed-block strong {
    font-weight: normal; }

.image-logo img {
  height: 45px;
  margin: 0 15px; }

.windows-popup-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #fafafa;
  z-index: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 1s; }
  .windows-popup-wrapper .close-poput {
    width: 50px;
    height: auto;
    position: absolute;
    right: 30px;
    top: 30px;
    cursor: pointer;
    transition: all 0.5s; }
    .windows-popup-wrapper .close-poput:hover {
      transform: rotate(180deg); }
  .windows-popup-wrapper .windows-popup-item {
    padding: 15px;
    max-width: 550px;
    text-align: center; }
  .windows-popup-wrapper h1 {
    font-size: 5rem;
    margin-bottom: 0.2em; }
  .windows-popup-wrapper p {
    line-height: 1.7;
    font-size: 1.9rem;
    margin-bottom: 0.5em; }
  .windows-popup-wrapper .message-block {
    margin-bottom: 1em;
    padding: 5px;
    text-transform: uppercase;
    color: #fff;
    opacity: 0; }
  .windows-popup-wrapper .message-error {
    opacity: 1;
    background-color: rgba(192, 19, 36, 0.8); }
  .windows-popup-wrapper .message-ok {
    opacity: 1;
    background-color: rgba(98, 192, 39, 0.8); }
  .windows-popup-wrapper .input-popup-wrapper {
    max-width: 350px;
    margin: 0 auto; }
    .windows-popup-wrapper .input-popup-wrapper .button-bd a {
      margin-top: 10px;
      width: 100%;
      line-height: 30px; }
  .windows-popup-wrapper input {
    background-color: #fff;
    border: 2px solid #e6e4e3;
    border-radius: 5px;
    display: block;
    width: 100%;
    height: 100%;
    color: #1a1b1b;
    font-size: 1.6rem;
    padding: 0.7em 1.5em;
    margin-bottom: 15px;
    transition: opacity 0.5s; }
    .windows-popup-wrapper input:disabled {
      opacity: 0.5; }

.inactive {
  pointer-events: none;
  cursor: default;
  opacity: 0.5; }

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

.error-color {
  background-color: #ffc8cc; }
