@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700&subset=cyrillic-ext');
body {
  padding: 0;
  margin: 0 auto;
  min-width: 320px;
  color: #5F5F5F;
  font-family: 'Open Sans', sans-serif;
  background-color:#000000
}
.all-content {
  z-index: 0;
  position: relative;
  background-color: transparent;
}
a {
  margin: 0;
  padding: 0;
  outline: none;
  color: #ffffff;
  
  /* Убрать пунктирную обводку у ссылок-картинок в IE*/
  /* Убрать пунктирную обводку у ссылок в firefox */
}
a:hover {
  color: #D80200;
}
a img {
  border: none;
}
a:focus {
  outline: none;
}
/*плавающий якорь*/
.go-top {
  display: none;
  position: fixed;
  bottom: 15px;
  right: 15px;
  height: 40px;
  width: 40px;
  background: #D80200;
  z-index: 99999;
  cursor: pointer;

}
.go-top .fa {
  color: white;
  font-size: 25px;
  margin-top: 8px;
  margin-left: 8px;
}
.go-top:hover {
  background: #D80200;
}
.header-wrapper {
  z-index: 9;
  position: relative;
  width: 100%;

}
.header-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
  height: 330px;
}
@media screen and (max-width: 768px) {
  .header-bg {
    background: rgb(0, 0, 0);
  }
}
.header-wrapper.header-mp {
  position: absolute;

}
@media screen and (max-width: 768px) {
  .header-wrapper.header-mp {
    position: relative;
  }
}
.header-inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 145px;
  padding-left: 80px;
}
@media screen and (max-width: 991px) {
  .header-inner {
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .header-inner {
    height: inherit;
    display: block;
  }
}
.logo {
  float: left;
  position: relative;
  margin-left: 30px;
  margin-right: 30px;
  min-width: 235px;
}
@media screen and (max-width: 768px) {
  .logo {
    width: 100%;
    text-align: center;
    margin: 0;
    margin-bottom: 15px;
  }
  .logo img {
    max-height: 50px;
  }
}
.menu-border {
  margin: 0;
  padding: 0;
  border-top: 1px solid #ddd;
  position: absolute;
  width: 100%;
}
.menu {
  background-color: rgba(9, 28, 48, 0.8);
  margin: 0;
  padding: 0;
  z-index: 99;
  position: relative;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.menu li {
  display: inline-block;
  height: 100%;
  margin-left: 25px;
  margin-right: 25px;
}
.menu li:first-of-type {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .menu li {
    display: block;
    margin-top: 0;
    font-size: 16px;
    border-top: 1px solid black;
    display: table;
    width: 100%;
    height: 50px;
    text-align: center;
    margin-left: 0;
  }
}
.menu a {
  color: white;
  padding-top: 12px;
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
}
.menu a:hover {
  color: white;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .menu a {
    display: table-cell;
    vertical-align: middle;
    padding-top: 0;
    color: white;
  }
  .menu a:hover {
    color: white;
  }
}
@media screen and (max-width: 991px) {
  .menu {
    float: none;
    clear: both;
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .menu {
    display: none;
    width: 100%;
    background-color: #33597F;
    margin-right: 0;
    position: absolute;
    height: inherit;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.9);
  }
}
@media screen and (min-width: 769px) {
  .menu {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.buter {
  margin-right: 10px;
  margin-left: 10px;
}
.current-menu-item a {
  /*color:#B20000;
	@media screen and (max-width:768px) {
	color:lightgrey;
	}*/
}
.recall-wrapper {
  float: right;
  color: #B20000;
  font-size: 14px;
  min-width: 240px;
}
@media screen and (max-width: 768px) {
  .recall-wrapper {
    padding-right: 15px;
    width: 300px;
    margin: 0 auto;
    float: none;
  }
}
.recall__icon {
  display: table;
  width: 40px;
  height: 40px;
  float: left;
}
.recall__icon i {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 22px;
}
.recall__title {
  display: inline-block;
  color: #616262;
  font-weight: 700;
}
.recall__tel {
  display: table-cell;
  vertical-align: middle;
  height: 40px;
  color: #D80200;
}
.recall__tel a {
  cursor: default;
  color: #D80200;
  display: inline-block;
  margin-right: 15px;
}
.recall__tel a:hover {
  text-decoration: none;
}
.sub-menu {
  visibility: hidden;
  position: absolute;
  padding: 0;
  margin-top: 20px;
  transition-property: visibility;
  transition-duration: 0.3s;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.65);
  min-width: 284px;
  z-index: 9999;
}
.sub-menu li {
  display: block;
  padding-left: 17px;
  padding-right: 17px;
  padding-bottom: 10px;
  padding-top: 10px;
  margin: 0;
  text-align: left;
  border-bottom: 1px solid lightgrey;
}
.sub-menu li:last-of-type {
  border-bottom: none;
  margin-bottom: 10px;
}
.sub-menu li:first-of-type {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .sub-menu li {
    margin-top: 0;
    background-color: white;
    text-align: center;
  }
}
.sub-menu a {
  color: #274666;
  text-transform: none;
  margin: 0;
  padding: 0;
  border-top: none;
  font-size: 14px;
}
.sub-menu a:hover {
  text-decoration: underline;
  color: #D80200;
  border-top: none;
}
.sub-menu:after {
  bottom: 100%;
  left: 35px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: rgba(255, 255, 255, 0.9);
  border-width: 10px;
  margin-left: -5px;
}
@media screen and (max-width: 768px) {
  .sub-menu:after {
    left: 50%;
    border-bottom-color: white;
  }
}
@media screen and (max-width: 768px) {
  .sub-menu {
    position: relative;
    visibility: visible;
  }
  .sub-menu li{
    display: table;
  }
  .sub-menu li a{
    margin-top:0;
    display: table-cell !important;
    vertical-align: middle;
  }
}
.show-menu>a{
  pointer-events: none;
  cursor: default;
}
@media screen and (max-width: 768px) {
  .show-menu a {
    display: block;
    margin-top: 15px;
  }
}
.show-menu a:hover {
  border-bottom: none;
}
.show-menu:hover > .sub-menu {
  visibility: visible;
}
.sub-menu:hover {
  visibility: visible;
}
/*---------------------------------------
бутерброд и надпись для моб
-----------------------------------------*/
.mobile-menu {
  color: black;
  float: left;
  height: 47px;
  line-height: 47px;
  font-size: 24px;
  z-index: 9999;
  clear: both;
}
.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;
  }
}
/*---------------------------------
GALLERY AT MAIN PAGE
-----------------------------------*/
.main-gallery {
  height: 100%;
  margin: 0 auto;
  top: 0;
  z-index: 0;
}
.slide {
  height: 750px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/new-bg.jpg);
}
@media screen and (max-width: 1200px) {
  .slide {
    height: 750px;
  }
}
@media screen and (max-width: 768px) {
  .slide {
    height: 300px;
  }
}
.slide__text-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  max-width: 1200px;
  padding-top: 78px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .slide__text-wrapper {
    padding-top: 0;
  }
}
.slide__text {
  display: block;
  vertical-align: middle;
  margin-left: 25px;
}
.slide__title {
  font-size: 60px;
  color: white;
  line-height: 32px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .slide__title {
    font-size: 20px;
    line-height: 22px;
  }
}
.slide__subtitle {
  font-size: 32px;
  color: white;
  line-height: 40px;
}
@media screen and (max-width: 768px) {
  .slide__subtitle {
    font-size: 32px;
    line-height: 40px;
  }
}
/*OWL CAROUSEL NAVIGATION - DOTS*/
#main-slider .owl-dots {
  float: right;
  z-index: 999;
  margin-top: -30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #main-slider .owl-dots {
    float: none;
    text-align: center;
  }
}
#main-slider .owl-dot {
  width: 72px;
  height: 4px;
  background: white;
  display: inline-block;
  margin-left: 5px;
}
@media screen and (max-width: 768px) {
  #main-slider .owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
  }
}
#main-slider .owl-dots .active {
  background: #D80200;
}
/*description*/
.description {
  width: 100%;
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  margin-bottom: 25px;
}
@media screen and (max-width: 991px) {
  .description {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .description {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .description:last-of-type {
    width: 100%;
    float: none;
    margin: 0 auto;
    clear: both;
  }
}
.description:hover .description__logo {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.description-wrapper {
  padding-top: 15px;
  padding-bottom: 100px;
  overflow: hidden;
}
.description__link {
  color: #5F6060;
}
.description__link:hover {
  text-decoration: none;
  color: #5F6060;
}
.description__link:hover .description__title {
  color: #D80200;
}
.description__logo {
  text-align: center;
  transition: 1s;
  -webkit-transform: scale(0);
  transform: scale(0);
  position: relative;
}
.description__title {
  position: absolute; 
  top: 50%; 
  left: 50%; 
  transform: translate(-50%, -50%); 
  z-index: 10; 
  color: white; 
  text-align: center; 
  font-size: 50px;
}
.description__desc {
  font-size: 12px;
}
.description__logo.in-view {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
/*garasim*/
.garasim-wrapper {
  background: url("../img/slider-1.jpg");
  opacity: 0.9;
  color: white;
}
@media screen and (max-width: 768px) {
  .garasim-wrapper {
    height: inherit;
  }
}
.garasim__img {
  float: left;
  width: 50%;
  position: relative;
  padding: 30px 20px;
}
.garasim__img .garasim__title {
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .garasim__img {
    width: 100%;
    float: none;
    height: inherit;
    padding-top: 15px;
  }
}
.garasim__info {
  float: right;
  width: 50%;
  padding: 30px 20px;
}
.garasim__info big {
  font-size: 18px;
  display: block;
  line-height: 18px;
}
@media screen and (max-width: 768px) {
  .garasim__info {
    width: 100%;
    float: none;
    margin-top: 0;
  }
}
.garasim__title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}
.garasim__desc {
  font-size: 12px;
}
.garasim__link {
  font-size: 20px;
  margin-top: 20px;
  display: inline-block;
  text-decoration: underline;
}
.garasim__link:hover {
  color: gray;
}
.garasim__why {
  font-size: 12px;
  padding-left: 30px;
  position: relative;
  padding-top: 5px;
  margin-bottom: 10px;
  transition: 2s;
  opacity: 0;
}
.garasim__why:before {
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  position: absolute;
  left: -15px;
  top: 30%;
  content: "\f00c";
  font-size: 30px;
}
.garasim__why.in-view {
  opacity: 1;
}
.garasim__why-b {
  font-size: 14px;
  font-weight: bold;
}
/*low*/
.low-wrapper {
  clear: both;
  padding-top: 30px;
  padding-bottom: 30px;
}
.bottom-line {
  border-top: 1px solid #DDDDDD;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .bottom-line {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.bottom-left {
  float: left;
  color: #294867;
  font-size: 10px;
}
.bottom-right {
  float: right;
}
.bottom-right a {
  color: #294867;
  font-size: 10px;
}
.main-desc {
  padding-top: 130px;
  padding-bottom: 30px;
  font-size: 12px;
  position: relative;
  color: rgb(255, 255, 255);
  font-family: 'Open Sans', sans-serif;
}
.main-desc ul{
  display: inline-table;
}
@media screen and (max-width: 768px) {
  .main-desc {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.main-desc.not-show {
  height: 100px;
  overflow: hidden;
}
.main-desc-read {
  color: #33597F;
  cursor: pointer;
  font-weight: bold;
  margin-bottom: 60px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .main-desc-read {
    width: 100%;
    text-align: center;
  }
}
.main-desc-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
/*SINGLE*/
.breadcrumbs {
  list-style-type: none;
  margin: 0;
  padding: 0;
  color: white;
  font-size: 12px;
}
.breadcrumbs li {
  display: inline-block;
}
.breadcrumbs li:not(:first-child):before {
  content: ">>";
  font-weight: 700;
  margin-right: 5px;
  margin-left: 5px;
}
.breadcrumbs li a {
  color: white;
  font-weight: 700;
  font-size: 12px;
}
.content {
  padding-top: 30px;
  padding-bottom: 50px;
  min-height: calc(100vh - 480px);
}
@media screen and (max-width: 768px) {
  .content {
    padding-left: 15px;
    padding-right: 15px;
    margin-top:  95px;
  }
}
/*category*/
.single-cat-general-title {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 15px;
}
.single-cat__title {
  font-size: 18px;
  font-weight: 700;
}
.single-cat {
  color: #5F5F5F;
  display: block;
  border-bottom: 1px solid lightgray;
  padding: 15px;
}
.single-cat:hover {
  text-decoration: none;
  background: whitesmoke;
}
.category-wrapper {
  position: absolute;
  height: 380px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  top: 0;
  width: 100%;
}
.category-title {
  position: relative;
  height: 190px;
  display: table;
  margin: 0 auto;
}
.category-title-inner {
  display: table-cell;
  vertical-align: middle;
}
.category-name-wrapper {
  background: rgba(0, 0, 0, 0.5);
  padding: 15px;
  color: white;
  display: inline-block;
}
.category-name {
  font-size: 35px;
  line-height: 35px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .category-name {
    font-size: 24px;
    line-height: 24px;
  }
}
.logo-wrapper {
  color: #294867;
}
.logo-wrapper:hover {
  color: #294867;
  text-decoration: none;
}
.logo-wrapper:focus {
  color: #294867;
  text-decoration: none;
}
.logo-wrapper:active {
  color: #294867;
  text-decoration: none;
}
.logo-text__top {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: left;
  margin-bottom: 5px;
  overflow: hidden;
  height: 55px;
}
.logo-text__bbc {
  font-size: 60px;
  font-weight: 900;
  line-height: 60px;
  padding-right: 10px;
}
.logo-text__words {
  margin-top: 5px;
  border-left: 4px solid #D80200;
  padding-left: 5px;
}
.logo-text__word {
  font-size: 15px;
  text-transform: uppercase;
  line-height: 17px;
}
.logo-text__bottom {
  font-size: 12px;
  font-weight: 700;
  margin-left: 5px;
}
.main-desc img {
  max-width: 100% !important;
  height: inherit !important;
}
.usluga {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .usluga {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: 1px solid grey;
    padding-bottom: 15px;
  }
}
.usluga__img {
  width: 38%;
  margin-right: 2%;
  height: 215px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .usluga__img {
    width: 100%;
  }
}
.usluga__info {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .usluga__info {
    width: 100%;
  }
}
.usluga__title {
  color: #274666;
  font-size: 20px;
  margin-bottom: 15px;
}
.usluga__desc {
  font-size: 12px;
  margin-bottom: 15px;
}
.usluga__link {
  font-size: 16px;
  text-decoration: underline;
  color: #B20000;
  font-weight: bold;
}
.usluga__link:hover {
  color: #274666;
}
/*pagination*/
.pager {
  float: left;
  margin-bottom: 50px;
  clear: both;
}
.pager .page-numbers {
  color: white;
  font-size: 14px;
  background-color: #D80200;
  padding: 10px 15px;
  margin-left: 8px;
  outline: 1px solid #D80200;
}
.pager .current {
  color: black;
  font-size: 14px;
  padding: 10px 15px;
  background-color: transparent;
  outline: 1px solid #D80200;
}
@media screen and (max-width: 768px) {
  .pager {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.pager .prev {
  display: none;
}
.pager .next {
  display: none;
}
.lang {
  
  right: 15px;
  top: 15px;
  list-style-type: none;
  padding: 0;
  text-align: right;
  position: absolute;
  top: 30px;
}
.lang li {
  display: inline-block;
}
.lang li a {
  color: #D80200;
}
.lang li.active a {
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .lang {
    top: 30px;
  }
}

.text_google-map.title{
  font-size: 16px;
  font-weight: bold;
}
.text_google-map{
  position: relative;
  padding-left:25px;
  margin-bottom: 5px;
}
.text_google-map:before{
  content: "";
  position: absolute;
  width: 20px;
  text-align: center;
  top:0;
  left:0;
  font: normal normal normal 14px/1 FontAwesome;
}
.text_google-map.adress:before{
  content: "\f041";
}
.text_google-map.phone:before{
  content: "\f095";
}
.text_google-map.mail:before{
  content: "\f0e0";
}
.menu-section {
  margin-bottom: 30px;

}

div.menu-section h2 {
  background-color: #D80200;
  display: inline-block;
  padding: 5px 20px;
  font-size: 18px;
}

.menu-item {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  font-size: 14px;
}

.menu-item-name {
  flex: 1;
}
.menu-item-name2 {
  flex: 1;
  font-size: 10px !important;
  color: #5F6060 !important;
}

.menu-item-price {
  flex-basis: 200px;
  text-align: right;
}

.separator {
  height: 1px;                 
  background-color: #e0e0e0;  
  margin-top: 10px;           
  margin-bottom: 10px;        
}
