@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700&subset=cyrillic-ext');
body {
  padding: 0;
  margin: 0 auto;
  background-color: #FAFAD4;
  min-width: 320px;
  font-family: 'Open Sans', sans-serif;
}
a {
  margin: 0;
  padding: 0;
  outline: none;
  color: #087DC2;
  /* Убрать пунктирную обводку у ссылок-картинок в IE*/
  /* Убрать пунктирную обводку у ссылок в firefox */
}
a:hover {
  color: #462736;
}
a img {
  border: none;
}
a:focus {
  outline: none;
}
/*плавающий якорь*/
.go-top {
  display: none;
  position: fixed;
  bottom: 15px;
  right: 15px;
  height: 40px;
  width: 40px;
  background: #462736;
  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;
}
.top-line-wrapper {
  height: 40px;
  z-index: 9;
  background: #087DC2;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-line-wrapper {
    height: inherit;
  }
}
.top-line__info {
  float: right;
}
@media screen and (max-width: 768px) {
  .top-line__info {
    float: none;
    text-align: center;
    margin: 0 auto;
  }
}
.top-line__tel {
  font-size: 14px;
  margin-right: 15px;
  vertical-align: middle;
  display: inline-block;
  vertical-align: top;
}
.top-line__tel i {
  font-size: 18px;
  vertical-align: middle;
  margin-right: 10px;
}
.top-line__tel a {
  color: white;
  margin-top: 10px;
  margin-left: 10px;
  display: inline-block;
}
.top-line__tel a:hover {
  cursor: default;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .top-line__tel {
    font-size: 14px;
    margin-top: 0;
    clear: left;
    display: block;
    line-height: 16px;
    margin-left: 5px;
  }
  .top-line__tel:last-of-type {
    margin-bottom: 15px;
  }
}
.top-line__tel:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .top-line__tel:first-of-type {
    margin-bottom: 8px;
  }
}
.top-line-icon {
  margin-top: -5px;
}
.header-wrapper {
  min-height: 75px;
  background-color: #462736;
  border-bottom: 1px solid #F6F6F6;
}
@media screen and (max-width: 768px) {
  .header-wrapper {
    height: 75px;
    min-height: inherit;
  }
}
.logo {
  float: left;
  margin-top: 5px;
  width: 26%;
  position: relative;
}
.logo img {
  max-width: 100%;
}
.logo__text{
  font-size: 16px;
    letter-spacing: 4px;
    font-weight: 700;
}
.logo a:hover{
  text-decoration: none;
}
@media screen and (max-width: 991px) {
  .logo {
    float: none;
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .logo {
    float: right;
    margin-right: 15px;
    width: inherit;
    margin-top: 2px;
  }
  .logo__text{
    font-size: 12px;
    letter-spacing: 1px;
  }
  .logo img {
    height: 50px;
    width: 170px;
  }
}
.menu {
  float: right;
  margin: 0;
  padding: 0;
  z-index: 99;
  position: relative;
  width: 74%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end;
}
.menu li {
  display: inline-block;
  margin-right: 50px;
  height: 100%;
}
.menu li:last-of-type {
  margin-right: 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: #F4CF45;
  margin-top: 25px;
  border-radius: 5px;
  display: inline-block;
  text-decoration: none;
  font-size: 13px;
  text-transform: uppercase;
}
.menu a:hover {
  color: #00D9D9;
}
@media screen and (max-width: 991px) {
  .menu a {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .menu a {
    display: table-cell;
    vertical-align: middle;
    padding-top: 0;
    border-top: 0;
    color: #F4CF45;
  }
  .menu a:hover {
    color: white;
    border-top: 0;
  }
}
@media screen and (max-width: 991px) {
  .menu {
    float: none;
    clear: both;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .menu {
    display: none;
    width: 100%;
    background-color: #462736;
    margin-right: 0;
    position: absolute;
    margin-top: 75px;
    height: inherit;
    -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.9);
            box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.9);
    z-index: 9999;
  }
}
@media screen and (min-width: 769px) {
  .menu {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
}
.current-menu-item > a {
  color: #87C0E1;
}
.sub-menu {
  visibility: hidden;
  position: absolute;
  padding: 0;
  margin-top: 20px;
  -webkit-transition-property: visibility;
  transition-property: visibility;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.65);
          box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.65);
  min-width: 284px;
  z-index: 9999;
  border-bottom: 4px solid #462736;
}
.sub-menu li {
  display: block;
  padding-left: 17px;
  padding-right: 17px;
  padding-bottom: 10px;
  padding-top: 10px;
  margin: 0;
  text-align: left;
}
.sub-menu li:last-of-type {
  border-bottom: none;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .sub-menu li {
    margin-top: 0;
    background-color: white;
    text-align: center;
  }
}
.sub-menu a {
  color: black;
  text-transform: none;
  margin: 0;
  padding: 0;
  border-top: none;
  font-size: 14px;
}
.sub-menu a:hover {
  text-decoration: underline;
  color: #462736;
  border-top: none;
}
@media screen and (max-width: 768px) {
  .sub-menu a {
    margin-top: 5px !important;
    text-align: center;
  }
}
.sub-menu:after {
  bottom: 100%;
  left: 35px;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: lightgrey;
  border-width: 10px;
  margin-left: -5px;
}
@media screen and (max-width: 768px) {
  .sub-menu:after {
    left: 49%;
    border-bottom-color: white;
  }
}
@media screen and (max-width: 768px) {
  .sub-menu {
    visibility: visible;
    position: relative;
  }
}
@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: #00D9D9;
  float: left;
  height: 75px;
  line-height: 75px;
  font-size: 24px;
}
.mobile-menu .mobile-title {
  cursor: pointer;
}
.mobile-menu i {
  margin-left: 15px;
  margin-right: 15px;
}
@media screen and (min-width: 769px) {
  .mobile-menu {
    display: none;
  }
}
/*---------------------------------
GALLERY AT MAIN PAGE
-----------------------------------*/
.main-gallery {
  height: 100%;
  margin: 0 auto;
}
.slide {
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 390px;
  background-image: url(../img/new-bg.jpg);
}
@media screen and (max-width: 768px) {
  .slide {
  height: 120px;
  }
}
.slide__name-wrapper {
  display: table;
  margin: 0 auto;
  border-radius: 5px;
  text-align: center;
  position: absolute;
  bottom: 40px;
  right: 0;
  top: 0;
    z-index: 999;
}
.slide__name i{
  font-size: 30px;
  color: #462736;
}

.slide__name td{
  border:none;
  line-height: 20px;
  padding-bottom: 0;
  padding: 0 5px;
      text-align: left;
}
.slide__name td i{
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .slide__name-wrapper {
    left: 5vw;
    right: 5vw;
    width: 90vw;
  }
}
.slide__name {
  font-size:18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
height: 85px;
  color: #462736;
}
@media screen and (max-width: 768px) {
  .slide__name {
  display: block;
  }
  .slide__name table{
    float:left;
  }
  .slide__name .a-wrapper{
    display: table;
  clear: both;
  }
}
.slide__name a{
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .slide__name {
    font-size: 14px;
  }
}
.slide__link {
  padding: 10px 50px;
  border-radius: 5px;
  color: white;
  background: #462736;
  margin-top: 20px;
  display: inline-block;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.slide__link:hover {
  color: yellow;
  background: #087DC2;
}
/*OWL CAROUSEL NAVIGATION - DOTS*/
.owl-dots {
  float: right;
  z-index: 999;
  margin-top: -30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .owl-dots {
  display: none;
  }
}
.owl-dot {
  width: 20px;
  height: 20px;
  background: white;
  border-radius: 50%;
  display: inline-block;
  margin-left: 5px;
}
.owl-dots .active {
  background: #00D9D9;
}
/*OWL CAROUSEL NAVIGATION - ARROWS*/
.owl-prev,
.owl-next {
  display: inline-block;
}
.custom-navigation {
  right: 4px;
  top: -42px;
  position: absolute;
  text-align: center;
}
.custom-next {
  width: 42px;
  height: 42px;
  cursor: pointer;
  display: inline-table;
  background: #087DC2;
}
.custom-next i {
  display: table-cell;
  vertical-align: middle;
  color: white;
  font-size: 30px;
}
.custom-next:hover i {
  color: yellow;
}
.custom-prev {
  width: 42px;
  height: 42px;
  cursor: pointer;
  display: inline-table;
  background: #462736;
}
.custom-prev i {
  display: table-cell;
  vertical-align: middle;
  color: white;
  font-size: 30px;
}
.custom-prev:hover i {
  color: yellow;
}
.owl-nav {
  position: absolute;
  margin-top: -170px;
  right: 0;
}
.owl-next {
  display: inline-block;
  width: 18px;
  height: 28px;
  margin-left: 10px;
  cursor: pointer;
}
.owl-prev {
  display: inline-block;
  width: 18px;
  height: 28px;
  cursor: pointer;
  margin-right: 10px;
}
/*3 ITEMS*/
.main-items-wrapper {
  margin-top: 30px;
  padding-top: 30px;
/*   padding-bottom: 30px; */
  text-align: center;
}
.main-items {
  position: relative;
}
.main-item {
  display: inline-block;
  width: 280px;
  height: 260px;
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
  border: 1px solid #EEEEEE;
}
.main-item:hover .main-item__img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
@media screen and (max-width: 768px) {
  .main-item {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 15px;
  }
}
.main-item__img {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 190px;
  -webkit-transition: 1s;
  transition: 1s;
}
.main-item__info {
  -webkit-transition: 0.5s;
  transition: 0.5s;

  width: 101%;
  padding: 10px;
  position: absolute;
  bottom: 0;
  background: #462736;
}
.main-item__title {
  color: #FAFAD4;
  font-size: 24px;
  line-height: 24px;
}
.connect-wrapper {
  background: #EEEEEE;
  padding-top: 30px;
  padding-bottom: 30px;
}
.connect {
  text-align: center;
}
.connect__title {
  font-size: 28px;
  margin-bottom: 15px;
}
.connect__subtitle {
  font-size: 14px;
  max-width: 640px;
  margin: 0 auto;
}
.connect__link-wrapper {
  padding-top: 30px;
  margin-bottom: 25px;
}
.connect__link {
  padding: 10px 50px;
  background: #462736;
  color: white;
  font-size: 18px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  border-radius: 5px;
}
.connect__link:hover {
  color: white;
  text-decoration: none;
  color: yellow;
  background: darkorange;
}
/*best*/
.best-title-wrapper {
  display: inline-block;
  clear: both;
  margin-bottom: 30px;
}
.best-redline {
  float: left;
  background: #FF7373;
  height: 3px;
  width: 30%;
}
.best-greyline {
  float: right;
  background: #F6F6F6;
  height: 3px;
  width: 70%;
}
.best-title {
  font-size: 28px;
  font-weight: 300;
  margin-top: 30px;
  margin-bottom: 5px;
}
.best {
  width: 225px;
  height: 300px;
  margin: 0 auto;
  position: relative;
  border: 1px solid #462736;
}
.best__info {
  padding: 15px 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.best__img-wrapper {
  height: 130px;
  position: relative;
  overflow: hidden;
}
.best__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.best__btn {
  background: #462736;
  color: white;
  width: 100%;
  display: inline-block;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  font-size: 14px;
}
.best__btn:hover {
  color: white;
  background: #087DC2;
}
.best__price {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #FF6100;
}
.best__price span {
  font-size: 14px;
}
.best__subtitle {
  font-size: 12px;
  line-height: 14px;
  max-height: 42px;
  overflow: hidden;
}
.best__title {
  font-size: 18px;
  color: #077DC1;
  line-height: 20px;
  min-height: 40px;
}
.best-slider-wrapper {
  position: relative;
}
.main-desc {
  padding-bottom: 30px;
  font-size: 12px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .main-desc,  .main-items-wrapper {
    padding-right: 15px;
    padding-left: 15px;
  }
}
/* .main-desc.not-show {
  height: 100px;
  overflow: hidden;
} */
.main-desc-read {
  color:#00D9D9;
  cursor: pointer;
  margin-bottom: 60px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .main-desc-read {
    width: 100%;
    text-align: center;
  }
}
.main-desc-read:hover {
  text-decoration: underline;
}
.main-desc-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /*background: linear-gradient(rgba(255, 255, 255, 0), #FFFFFF) repeat scroll 0 0 transparent;*/
}
/*podpiska*/
.podpiska-wrapper {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('../img/podpiska.jpg');
  min-height: 355px;
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}
.podpiska {
  background: #43A3EF;
  display: table;
  width: 50vw;
  border-radius: 5px;
  min-height: 245px;
  margin: 0 auto;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .podpiska {
    width: 90vw;
  }
}
.podpiska__title {
  color: white;
  font-size: 24px;
  margin-top: 30px;
  text-align: center;
}
.podpiska__form {
  display: block;
  text-align: center;
  margin-top: 30px;
}
.podpiska__form input {
  border: none;
  padding-left: 15px;
  height: 50px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
@media screen and (max-width: 480px) {
  .podpiska__form input {
    width: 90%;
    display: block;
    margin: 0 auto;
  }
}
.podpiska__form button {
  height: 50px;
  background: #462736;
  color: white;
  border: none;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  margin-left: -10px;
  padding-right: 20px;
  padding-left: 10px;
}
.podpiska__form button:hover {
  color: yellow;
}
@media screen and (max-width: 480px) {
  .podpiska__form button {
    width: 90%;
    display: block;
    margin: 0 auto;
  }
}
/*footer*/
.footer-menu-wrapper {
  padding-bottom: 30px;
  background: #F6F6F6;
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  .footer-menu-wrapper {
    text-align: center;
  }
}
.footer-currency__title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 10px;
}
.footer-menu__title {
  font-size: 22px;
  margin-bottom: 10px;
}
.footer-menu__link {
  display: table;
  font-size: 12px;
  color: black;
}
@media screen and (max-width: 768px) {
  .footer-menu__link {
    margin: 0 auto;
  }
}
.footer-menu ul {
  padding: 0;
  list-style-type: none;
}
.footer-wrapper {
  color: white;
    background: #462736;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.footer-item__img-wrapper {
  width: 60px;
  height: 60px;
  border: 1px solid #43A3EF;
  border-radius: 50%;
  display: table;
  float: left;
  margin-right: 15px;
}
.footer-item__img {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.footer-item__img i {
  color: black;
  font-size: 36px;
}
.footer-item__desc-wrapper {
  display: table;
  min-height: 60px;
}
.footer-item__desc {
  font-size: 13px;
  line-height: 16px;
  display: table-cell;
  vertical-align: middle;
}
.footer__social i {
  color: black;
  font-size: 34px;
  margin-left: 10px;
  margin-top: 10px;
  float: right;
}
.footer__social i:hover {
  color: #462736;
}
@media screen and (max-width: 991px) {
  .footer__social i {
    float: none;
  }
}
@media screen and (max-width: 991px) {
  .footer__social {
    text-align: center;
  }
}
@media screen and (max-width: 991px) {
  .footer-item {
    width: 300px;
    margin: 0 auto;
    margin-bottom: 15px;
  }
}
.footer-top-line {
  margin-bottom: 30px;
  padding-top: 90px;
  position: relative;
}
.footer-top-line .slide__name-wrapper{
  top:25px;
}
.footer-top-line .slide__name{
  color: #F4CF45;
}
.footer-top-line .slide__name i{
  color: #F4CF45;
}
.bottom-line {
  background: #F6F6F6;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 12px;
  border-top: 1px solid #D1D1D1;
}
@media screen and (max-width: 768px) {
  .bottom-line {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.bottom-img {
  float: right;
  vertical-align: top;
}
.bottom-img a {
  color: #373738;
}
@media screen and (max-width: 768px) {
  .bottom-img {
    float: none;
    text-align: center;
    margin-top: 15px;
  }
}
.bottom-info {
  float: left;
}
@media screen and (max-width: 768px) {
  .bottom-info {
    float: none;
    text-align: center;
    margin-top: 15px;
  }
}
/*обратная связь*/
#feedbackform {
  padding-left: 15px;
}
#feedbackform h2 {
  text-align: left;
  font-size: 20px;
  color: black;
  margin-bottom: 20px;
}
.feedback-form__span {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .feedback-form__span {
    font-size: 16px;
  }
  #feedbackform h2 {
    font-size: 14px;
  }
}
.form-inputs-wrapper {
  padding-right: 15px;
}
.form-inputs-wrapper input {
  display: block;
  width: 100%;
  line-height: 50px;
  height: 50px;
  font-size: 20px;
  padding-left: 15px;
  max-width: 400px;
  margin-bottom: 10px;
}
#feedbackform textarea {
  display: block;
  width: 100%;
  font-size: 20px;
  padding-left: 15px;
  max-width: 400px;
  min-height: 200px;
  margin-bottom: 10px;
}
#feedbackform button {
  display: block;
  border: none;
  background-color: #91C84F;
  color: white;
  width: 100%;
  line-height: 50px;
  font-size: 22px;
  padding: 0;
  border-radius: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#feedbackform button:hover {
  background-color: #5A8E0D;
}
/*SINGLE*/
/*---------------------------------------
breadcrumbs
-----------------------------------------*/
.breadcrumbs-wrapper {
  padding-bottom: 10px;
  padding-top: 10px;
}
.breadcrumbs {
  font-size: 12px;
}
.breadcrumbs i {
  margin-right: 5px;
}
.breadcrumbs a {
  color: #004819;
}
.category-slide-wrapper {
  height: 250px;
  background-color: #087DC2;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.main-info-wrapper {
  display: table;
  background: rgba(0, 0, 0, 0.5);
  padding-left: 15px;
  padding-right: 15px;
  height: 250px;
}
@media screen and (max-width: 768px) {
  .main-info-wrapper {
    width: 100%;
    text-align: center;
  }
}
.main-info {
  display: table-cell;
  color: white;
  font-size: 50px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .main-info {
    font-size: 30px;
  }
}
.content {
  padding-top: 15px;
  padding-bottom: 30px;
  min-height: calc(100vh - 600px);
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  color:#462736;
  text-transform: uppercase;
  font-weight: normal;
  margin-top: 30px;
  margin-bottom: 15px;
}
.content p {
  font-size: 12px;
}
.content img {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .content {
    padding-right: 15px;
    padding-left: 15px;
    overflow: scroll;

  }
}
.content__img {
  margin-bottom: 30px;
}
.content__title {
  font-size: 26px;
  margin-bottom: 15px;
}
.contacts__desc {
  font-size: 16px;
  margin-bottom: 15px;
}
.contacts-content {
  padding-top: 15px;
}
@media screen and (max-width: 768px) {
  .contacts-content {
    padding-right: 15px;
    padding-left: 15px;
  }
}
/*category -single*/
.single-best {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
}
.single-best .best {
  margin: inherit;
  margin-left: 4px;
  margin-right: 4px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .single-best .best {
    margin: 0 auto;
  }
}
.single-best .main-item {
  margin: 0 auto;
  margin-bottom: 15px;
}
.content p {
  font-size: 14px;
}


/*NEW*/
@media screen and (max-width: 768px) {
  .whybuy-wrapper{
    padding-right: 15px;
    padding-left: 15px;
  }
}
/*.show-menu>a{
  pointer-events: none;
  cursor:default;
}*/
.sub-menu a,
.footer-menu a{
  border:none;
  padding:0;
}
.main-desc.not-show{
  height: 100%;
}
.menu li{
  margin-right: 20px;
  text-align: center;
}
.sub-menu li{
  text-align: left;
}

.strany .best{
      display: block;
      width: 13%;
  float: left;
  margin-right: 1%;
  margin-bottom: 15px;
  height: 140px;
  border: none;
  text-align: center;
}
.strany .best__info{
  padding: 0;
  background:#462736;
  display: table;
  min-height: 40px;
width: 100%;
}
.strany .best__title{
 color: #FAFAD4;
 vertical-align: middle;
    display: table-cell;
}
.strany .best__img-wrapper{
  height: 100px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.strany .best:hover .best__img-wrapper{
  opacity: 0.7;
}
@media screen and (max-width: 991px) {
  .strany .best{
    width: 19%;
  }
}
@media screen and (max-width: 768px) {
  .strany .best{
    width: 24%;
  }
}
@media screen and (max-width: 600px) {
  .strany .best{
    width: 32%;
  }
}
@media screen and (max-width: 400px) {
  .strany .best{
    width: 49%;
  }
}

.turoperator{
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
}
.turoperator img{
  max-width: 100%;
  height: inherit;
}
.main-otdyh .main-item{
  width: 275px;
  height: 210px;
  margin:0;
  margin-bottom: 15px;
}
.main-otdyh .main-item__img{
  height: 210px;
}
.main-otdyh .main-item__info{
  display: none;
}
/*.main-otdyh:after{
  content: "";
    flex: auto;
}*/
.main-otdyh{
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .main-otdyh{
      -ms-flex-pack: distribute;
          justify-content: space-around;
  }
  .main-otdyh:after{
    display: none;
  }
}

/*новости*/
/*NEWS*/
.news-wrapper {
  padding-top: 30px;
  padding-bottom: 50px;
  background: white;
}
.news-title {
  font-size: 22px;
  text-transform: uppercase;
  text-align: center;
  position: relative;
}
.news-title:before {
  content: '';
  position: absolute;
  width: 115px;
  height: 13px;
  background-image: url(../img/line_b.png);
  background-repeat: no-repeat;
  bottom: -15px;
  left: 50%;
  margin-left: -60px;
}
.news {
  width: 280px;
  height: 220px;
  display: block;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  color: #525254;
  margin-bottom: 20px;
  margin-left: 5px;
  margin-right: 5px;
}
.news:hover {
  color: #525254;
}
.news:hover .news__description {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.news__description {
  position: absolute;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(60%);
  transform: translateY(60%);
  width: 100%;
  right:0;
  left:0;
}
.news__title {
  font-size:20px;
  color: #462635;
  line-height: 18px;
  margin-bottom: 20px;
  height: 50px;
  overflow: hidden;
  display: table;
}
.news__title span {
  display: table-cell;
  vertical-align: middle;
}
.news__desc {
  font-size: 12px;
  line-height: 14px;
  height: 55px;
  overflow: hidden;
  margin-bottom: 15px;
}
.news__bottom {
  color: #909093;
}
.news__num {
  font-size: 12px;
  margin-right: 15px;
}
.news-container {
  padding-top: 50px;
  margin-bottom: 50px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 1200px) {
  .news-container {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
}
@media screen and (max-width: 991px) {
  .news-container {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
}
.news-view-all {
  text-align: center;
}
.news-view-all a {
  color: #909093;
  font-size: 16px;
}

.logo-footer{
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  .footer-wrapper {
    min-height: 380px;
  }
  .footer-wrapper .slide__name table{
    float: none;
    margin: 0 auto;
  }
  .footer-wrapper .a-wrapper{
    margin: 0 auto;
  }
}

.top-phone-link{
  color: #462736;
  cursor: default;
}
.top-phone-link:hover{
  color:#462736;
  text-decoration: none;
}
.top-phone-link:focus{
  color:#462736;
  text-decoration: none;
}
.top-phone-link:active{
  color:#462736;
  text-decoration: none;
}
.bot-phone-link{
  color: #F4CF45;
  cursor: default;
}
.bot-phone-link:hover{
  color:#F4CF45;
  text-decoration: none;
}
.bot-phone-link:focus{
  color:#F4CF45;
  text-decoration: none;
}
.bot-phone-link:active{
  color:#F4CF45;
  text-decoration: none;
}
 .content table{
  max-width: 100%;
}

@media screen and (max-width: 480px) {
 .content  table tr td{
    font-size: 10px;
    text-align: center;
    padding:1px;
  }
}


@media screen and (max-width: 768px) {
 .header-bg-color {
	background: rgba(255,245,215,.5);
    border-radius: 5px;
 }
}



.trip-advisor-block {
	margin: -20px 15px 0 0;
}

@media screen and (max-width: 768px) {
	.slide__name-wrapper-bg {
		background: rgba(255,245,215,.3);
        border-radius: 5px;
        padding: 5px;
	}
	
	.header-bg-color {
	    background: rgba(255,245,215,0);
        border-radius: 5px;
    }
	
	.a-wrapper_footer {
		padding: 20px 0;
	}
	
	.trip-advisor-block {
        display: table;
        clear: both;
        margin: 0 auto;
		margin-bottom: 15px;
	}
	
	.cdsComponent.logo {
		margin-right: -5px;
	}
}
.spoiler-wrap {
	border: 1px solid #FAFAD4;
	background: #FAFAD4;
	/*background: #e9ffd0;*/

}
.spoiler-head {
	padding: 10px;
	line-height: 1.5;
	cursor: pointer;
}
.folded:before {
	content: "+";
	margin-right: 5px;
}
.unfolded:before {
	content: "–";
	margin-right: 5px;
}
.spoiler-body {
	padding: 10px;
	border-top: 1px solid #FAFAD4;
	background: #FAFAD4;
}
.footer-link-block {
	float: left;
    list-style: none;
    position: absolute;
    bottom: -20px;
    font-size: 18px;
    padding: 0;
}
