input,
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.bs {
  box-shadow: 0 0 0 1px #ff7f50;
}
.bsi {
  box-shadow: 0 0 0 1px #ff7f50 inset;
}
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.w400 {
  width: 400px;
}
.white a {
  color: #fff;
}
.white a:hover {
  color: #fff;
  text-decoration: none;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  box-shadow: 0 0 0 20px #fff inset;
}
.inline-block {
  display: inline-block;
}
.bs {
  box-shadow: 0 0 0 1px #de4d43;
}
.bsi {
  box-shadow: 0 0 0 1px #de4d43 inset;
}
.center {
  text-align: center;
}
.cell--right {
  text-align: right;
}
.noselect {
  -webkit-user-select: none /* Chrome all / Safari all */;
  -moz-user-select: none /* Firefox all */;
  -ms-user-select: none /* IE 10+ */;
  user-select: none;
}
.nowrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
[v-cloak] {
  display: none;
}
@font-face {
  font-family: 'HNL';
  src: url("../fonts/helveticaneue/helveticaneuecyr-light-webfont.eot");
  src: url("../fonts/helveticaneue/helveticaneuecyr-light-webfont.eot?#iefix") format('embedded-opentype'), url("../fonts/helveticaneue/helveticaneuecyr-light-webfont.woff2") format('woff2'), url("../fonts/helveticaneue/helveticaneuecyr-light-webfont.woff") format('woff'), url("../fonts/helveticaneue/helveticaneuecyr-light-webfont.ttf") format('truetype'), url("../fonts/helveticaneue/helveticaneuecyr-light-webfont.svg#helveticaneuecyrlight") format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'HNTH';
  src: url("../fonts/helveticaneue/helveticaneuecyr-thin-webfont.eot");
  src: url("../fonts/helveticaneue/helveticaneuecyr-thin-webfont.eot?#iefix") format('embedded-opentype'), url("../fonts/helveticaneue/helveticaneuecyr-thin-webfont.woff2") format('woff2'), url("../fonts/helveticaneue/helveticaneuecyr-thin-webfont.woff") format('woff'), url("../fonts/helveticaneue/helveticaneuecyr-thin-webfont.ttf") format('truetype'), url("../fonts/helveticaneue/helveticaneuecyr-thin-webfont.svg#helveticaneuecyrthin") format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'HNUL';
  src: url("../fonts/helveticaneue/helveticaneuecyr-ultralight-webfont.eot");
  src: url("../fonts/helveticaneue/helveticaneuecyr-ultralight-webfont.eot?#iefix") format('embedded-opentype'), url("../fonts/helveticaneue/helveticaneuecyr-ultralight-webfont.woff2") format('woff2'), url("../fonts/helveticaneue/helveticaneuecyr-ultralight-webfont.woff") format('woff'), url("../fonts/helveticaneue/helveticaneuecyr-ultralight-webfont.ttf") format('truetype'), url("../fonts/helveticaneue/helveticaneuecyr-ultralight-webfont.svg#helveticaneuecyrultralight") format('svg');
  font-weight: normal;
  font-style: normal;
}
#sys {
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 20px;
  background-color: rgba(128,128,128,0.3);
  border-radius: 12px;
  box-shadow: 0 0 12px 7px rgba(0,0,0,0.5), 0 0 0 3px #fff;
  color: #fff;
  font-size: 36px;
  text-shadow: 1px 1px 1px #808080;
  z-index: 200;
}
.sys__media {
  font-size: 24px;
}
.sys__close {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  height: 20px;
  width: 20px;
  border-radius: 10px;
  background-color: #fff;
  cursor: pointer;
}
.sys__close:hover {
  box-shadow: 1px 1px 3px 0 #000;
}
.sys__close:after {
  margin: 0 auto;
  width: 20px;
  text-align: center;
  color: #000;
  font-style: normal;
  font-size: 18px;
  font-weight: bold;
  line-height: 16px;
  display: block;
  content: 'x';
  text-shadow: none;
}
.sys__states {
  text-align: center;
}
.top_menu__item {
  font: 14px/18px; 
  font-family: Open-sans, Arial, sans-serif; 
  color: #666666 !important;
  font-weight: 600;
}
.sys__state,
.sys__notification,
.sys__notification-red,
.sys__notification-fly {
  display: inline-block;
  font-size: 10px;
  line-height: 1;
  margin: 0 5px;
  padding: 0;
  height: 30px;
  width: 30px;
  box-shadow: 0 0 4px 2px #fff, 0 0 0 3px #808080;
  border-radius: 15px;
  background-color: rgba(128,128,128,0.3);
  cursor: pointer;
}
.sys__state.active,
.sys__notification.active,
.sys__notification-red.active,
.sys__notification-fly.active {
  background-color: #48b75f;
}
.sys__notification {
  background-color: rgba(0,0,255,0.3);
}
.sys__notification-red {
  background-color: rgba(255,127,80,0.3);
}
.sys__notification-fly {
  background-color: rgba(255,255,255,0.5);
}
.header {
  height: auto;
}
.home__search {
  position: absolute;
  top: 485px;
  left: 0;
  right: 0;
  height: 60px;
  width: 990px;
  margin: 0 auto;
  font-size: 15px;
  color: #666;
}
.home__search__place {
  position: absolute;
  top: 0;
  left: 0;
  width: 275px;
  color: #666;
  font-size: 15px;
  font-weight: bold;
}
.home__search__offers {
  position: absolute;
  top: 0;
  left: 275px;
  height: 60px;
  width: 310px;
  color: #666;
  font-weight: bold;
  font-size: 15px;
  background-color: #fff;
  box-shadow: 1px 0 0 0 #e6e6e6 inset;
}
.home__search__offers__current {
  height: 60px;
  line-height: 60px;
  padding: 0 40px 0 20px;
  cursor: pointer;
}
.home__search__offers__current:after {
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  right: 15px;
  width: 14px;
  content: '';
  background-color: transparent;
  background-image: url("../img/new/dropdown.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px auto;
  transition: transform 0.3s;
}
.home__search__offers__current--active:after {
  transform: rotate(180deg);
}
.home__search__offers__select {
  background-color: #fff;
  position: relative;
  z-index: 2;
  max-height: 280px;
  overflow: auto;
  box-shadow: 0 0 0 1px #e6e6e6 inset;
}
.home__search__offers__option {
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  box-shadow: 0 -1px 0 0 #e6e6e6 inset;
  cursor: pointer;
}
.home__search__offers__option:hover,
.home__search__offers__option.active {
  background-color: #f2f2f2;
}
.home__search__offers__option--current {
  color: #b3b3b3;
  cursor: default;
}
.home__search__date {
  position: absolute;
  top: 0;
  left: 585px;
  width: 275px;
  font-size: 15px;
  color: #666;
  font-weight: bold;
  border-left: 1px solid #e6e6e6;
  background-color: #fff;
}
.home__search__date>label>span {
  position: absolute;
  left: 0;
  right: 0;
}
.head__logo__img {
  margin-left: -5px !important; 
}
.home__search__date__overlay {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.home__search__date__close {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  display: block;
  width: 10px;
  background-color: transparent;
  background-image: url("../img/new/menu/sprite.menu.svg");
  background-repeat: no-repeat;
  background-position: center -900px;
  background-size: 46px 1500px;
  cursor: pointer;
  z-index: 1;
}
.home__search__date__close--h50 {
  background-position: center -900px;
}
.home__search__btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 130px;
}
.home__search__element {
  display: block;
  height: 60px;
  width: 100%;
  line-height: 60px;
  border: none;
  padding: 0 20px;
}
.home__search__element--place {
  color: #4d4d4d;
}
.home__search__element--date {
  color: transparent;
}
.home__search__element--date+label {
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  height: 60px;
  line-height: 60px;
  margin-bottom: 0;
  cursor: pointer;
}
.home__search__element--date:not(:focus)+label {
  background-position: 0 0;
}
.home__search__element--date:hover+label {
  background-position: 100% 0;
}
.home__search__element--btn {
  color: #fff;
  font-size: 16px;
  text-align: center;
  background-color: #ff793e;
  transition: background-color 0.1s;
}
.home__search__element--btn:hover {
  color: #fff;
  background-color: #f96;
  text-decoration: none;
}
.home__search__element--btn:focus {
  color: #fff;
  text-decoration: none;
}
.home__search__element--btn:active {
  background-color: #ff793e;
  color: #fff;
}
.home__search__checked {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  color: #b3b3b3;
  background-color: #fff;
  cursor: pointer;
}
.home__search__checked span {
  color: #666;
}
.home__search__list {
  position: absolute;
  background-color: #fff;
  box-shadow: 0 0 0 1px #e6e6e6 inset;
  z-index: 2;
}
.home__search__item {
  color: #b3b3b3;
  font-size: 14px;
  font-weight: normal;
  line-height: 40px;
  height: 40px;
  padding: 0 20px;
  box-shadow: 0 -1px 0 0 #e6e6e6 inset;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home__search__item span {
  color: #4d4d4d;
}
.home__search__item:hover,
.home__search__item.active {
  background-color: #f2f2f2;
}
.home__search__mobheader {
  display: none;
  position: relative;
  height: 60px;
  line-height: 60px;
  padding: 0 15px;
  background-color: #efefef;
  color: #4d4d4d;
  cursor: pointer;
}
.home__search__mobmessage {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  display: inline-block;
  color: #fff;
  padding: 5px 15px;
  font-size: 16px;
}
.home__search__close {
  position: absolute;
  top: 22px;
  right: 15px;
  display: inline-block;
  height: 15px;
  width: 15px;
  background: transparent url("../img/new/search-close.svg") center no-repeat;
  cursor: pointer;
}
.hauto {
  height: auto;
}
.head {
  z-index: 102;
}
.head__notification {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 0 46px;
  height: 60px;
  text-align: center;
  background-color: #48b75f;
  z-index: 103;
}
.head__notification--red {
  background-color: #de4d43;
}
.head__notification--fly {
  height: 61px;
}
.head__notification--fly .head__notification__close {
  display: none;
}
.head__notification:before {
  display: inline-block;
  margin-left: -1em;
  height: 57px;
  vertical-align: middle;
  content: '';
}
.head__notification__text {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  vertical-align: middle;
}
.head__notification__close {
  position: absolute;
  top: 0;
  right: 0;
  height: 60px;
  width: 46px;
  background-color: transparent;
  background-image: url("../img/new/menu/sprite.menu.svg");
  background-position: center -1380px;
  background-size: 46px 1500px;
  cursor: pointer;
  opacity: 0.6;
}
.head__notification__close:hover {
  opacity: 1;
}
.head__topline {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid #e6e6e6;
  background-color: #fff;
  z-index: 5;
}
.head__topline:after {
  display: block;
  clear: both;
  content: '';
}
.head__logo {
  float: left;
  height: 60px;
  margin-left: 20px;
  width: 179px;
}
.head__logo__link {
  line-height: 58px;
}
.head--fixed {
  min-height: 60px;
  background-color: #fff;
  box-shadow: 0 0 0 1px #e6e6e6;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: table;
  table-layout: fixed;
  width: 100%;
  min-width: 320px;
  transition: top 0.3s, box-shadow 1s;
}
.head--fixed--notification {
  top: 60px;
  box-shadow: 0 0 0 1px #e6e6e6, 0 -60px 0 0 #48b75f;
}
.head--fixed--notification--red {
  box-shadow: 0 0 0 1px #e6e6e6, 0 -60px 0 0 #de4d43;
}
.head--fixed__item {
  height: 60px;
}
.head--fixed:after {
  clear: both;
  display: block;
  width: 100%;
  content: '';
}
.head--fixed .head__logo {
  width: 180px;
  background-color: #fff;
}
.head--fixed .head__logo__link {
  display: block;
  width: 156px;
}
.head--fixed .head__search {
  position: absolute;
  top: 0;
  left: 190px;
  right: 0;
  height: 60px;
  border-left: 1px solid #e6e6e6;
}
.head--fixed .menu {
  background-color: #fff;
  float: none;
  margin-left: 210px;
}
.head--fixed .menu__btn {
  background-color: transparent;
  background-image: url("../img/new/menu/sprite.menu.svg");
  background-repeat: no-repeat;
  background-position: center -660px;
  background-size: 46px 1500px;
}
.head--fixed .menu__btn:hover {
  background-position: center -720px;
}
.head--fixed .menu__links {
  height: 60px;
}
.head--fixed .menu__link {
  color: #4d4d4d;
  float: right;
}
.head--fixed .menu__link:hover,
.head--fixed .menu__link:focus {
  text-decoration: none;
  color: #4d4d4d;
}
.head--fixed .menu__link--add:before,
.head--fixed .menu__link--add:after {
  box-shadow: 0 0 0 1px #ccc;
}
.head--fixed .menu__link--add:hover:before,
.head--fixed .menu__link--add:hover:after {
  box-shadow: 0 0 0 1px #999;
}
.head--fixed .menu__link--add--mobile {
  background-image: url("../img/new/menu/add.gray.svg");
}
.head--fixed .menu__link--nots {
  background-position: center -360px;
}
.head--fixed .menu__link--nots:hover {
  background-position: center -420px;
}
.head--fixed .menu__link--nots--current {
  background-position: center -480px;
  cursor: default;
}
.head--fixed .menu__link--nots--current:hover {
  background-position: center -480px;
}
.head--fixed .menu__link--nots--new {
  background-position: center -540px;
}
.head--fixed .menu__link--nots--new:hover {
  background-position: center -600px;
}
.head--fixed .menu__link--favs:hover {
  background-position: center -240px;
}
.head--fixed .menu__link--favs--current {
  background-position: center -300px;
  cursor: default;
}
.head--fixed .menu__link--favs--current:hover {
  background-position: center -300px;
}
.head--fixed .menu__link--left {
  float: left;
  margin: 0 20px;
  border-right: 1px solid #fff;
}
.head--fixed .menu__link--search {
  display: inline-block;
}
.head--fixed .menu__link--search:hover,
.head--fixed .menu__link--search:focus {
  text-decoration: none;
  color: #4d4d4d;
}
.head--fixed .menu__link--search--mobile {
  float: right;
}
.head--fixed .menu__link--search--current {
  cursor: default;
  color: #4d4d4d;
}
.head--fixed .menu__link--search--current:before {
  background-position: center -120px;
}
.head--fixed .menu__link--search--current:hover,
.head--fixed .menu__link--search--current:focus {
  color: #4d4d4d;
}
.head--fixed .menu__link--search--current:hover:before,
.head--fixed .menu__link--search--current:focus:before {
  background-position: center -120px;
}
.head--fixed .home__search__place {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-right: 1px solid #e6e6e6;
}
.head--fixed .home__search__list {
  position: relative;
  background-color: #fff;
  box-shadow: 0 0 8px 3px rgba(0,0,0,0.15), 0 0 0 1px #e6e6e6 inset;
  z-index: 3;
}
.head--fixed .home__search__element--place {
  height: 60px;
  line-height: 60px;
  padding: 0 20px 0 50px;
}
.head--fixed .home__search__element--place+label {
  position: absolute;
  top: 0;
  left: 3px;
  height: 60px;
  width: 48px;
  display: block;
  background-color: #fff;
  background: transparent url("../img/new/menu/search.svg") 0 0 no-repeat;
  cursor: pointer;
  z-index: 2;
}
.head--fixed .home__search__checked {
  height: 60px;
  line-height: 60px;
  padding: 0 20px 0 50px;
}
.head--fixed .home__search__btn {
  display: none;
}
.head__search__block {
  display: inline-block;
}
.shadow {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  z-index: -1;
  transition: background-color 0.3s, right 0.3s;
}
.shadow.active {
  right: 255px;
  background-color: rgba(0,0,0,0.5);
}
.menu {
  position: relative;
  font-size: 16px;
  float: right;
  height: 60px;
}
.menu__btn {
  display: none;
  float: right;
  margin-right: 16px;
  height: 60px;
  width: 46px;
  background-color: transparent;
  background-image: url("../img/new/menu/sprite.menu.svg");
  background-repeat: no-repeat;
  background-position: center -1020px;
  background-size: 46px 1500px;
}
.menu__btn:hover {
  background-position: center -1080px;
}
.menu__btn--close {
  display: none;
  position: absolute;
  top: 0;
  right: 4px;
  height: 60px;
  width: 46px;
  background-color: transparent;
  background-image: url("../img/new/menu/sprite.menu.svg");
  background-repeat: no-repeat;
  background-position: center -900px;
  background-size: 46px 1500px;
  z-index: 3;
}
.menu__btn--close:hover {
  opacity: 0.75;
  background-position: center -960px;
}
.menu__links {
  position: relative;
  font-size: 15px;
  z-index: 102;
}
.menu__links--basic {
  text-align: right;
}
.menu__links--extra,
.menu__links--soc,
.menu__links--logout {
  display: none;
}
.menu__link {
  display: block;
  float: left;
  vertical-align: top;
  color: #fff;
  line-height: 58px;
  height: 60px;
  margin-right: 30px;
  vertical-align: middle;
}
.menu__link--mobile {
  display: none;
}
.menu__link--search--mobile {
  display: none;
  height: 60px;
  width: 46px;
  float: left;
  background-color: transparent;
  background-image: url("../img/new/menu/sprite.menu.svg");
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 46px 1500px;
}
.menu__link--search--mobile:hover {
  background-position: center -60px;
}
.menu__link--search--mobile--current {
  background-position: center -120px;
}
.menu__link--search--mobile--current:hover {
  background-position: center -120px;
}
.menu__link__avatar {
  display: block;
  float: right;
  height: 30px;
  width: 30px;
  margin: 15px 20px 0 10px;
  border-radius: 50%;
  overflow: hidden;
}
.menu__link__avatar--noavatar {
  background-color: #fff;
  background-image: url("../img/new/menu/sprite.menu.svg");
  background-repeat: no-repeat;
  background-position: center -855px;
  background-size: 46px 1500px;
}
.menu__link__title {
  display: inline-block;
  font-size: 15px;
  vertical-align: top;
  margin-left: 10px;
  color: #4d4d4d;
  max-width: 150px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.menu__link:hover {
  color: #fff;
  text-decoration: none;
}
.menu__link--add {
  position: relative;
  padding-left: 20px;
}
.menu__link--add:before,
.menu__link--add:after {
  position: absolute;
  top: 25px;
  left: 9px;
  display: block;
  width: 0px;
  height: 10px;
  box-shadow: 0 0 0 1px #e6e6e6;
  content: '';
}
.menu__link--add:after {
  top: 30px;
  left: 4px;
  height: 0px;
  width: 10px;
}
.menu__link--add:hover:before,
.menu__link--add:hover:after {
  box-shadow: 0 0 0 1px #e6e6e6;
}
.menu__link--add--mobile {
  display: none;
  height: 60px;
  width: 48px;
  margin-top: 0;
  overflow: hidden;
  background-color: transparent;
  background-image: url("../img/new/menu/sprite.menu.svg");
  background-position: center -1260px;
  background-repeat: no-repeat;
  background-size: 46px 1500px;
}
.menu__link--add--mobile:hover {
  background-position: center -1320px;
}
.menu__link--soc {
  display: block;
  float: left;
  height: 40px;
  width: 40px;
  margin-right: 15px;
  background-color: transparent;
  background-image: url("../img/new/soc/sprite.social.svg");
  background-repeat: no-repeat;
  background-size: 40px 480px;
}
.menu__link--fb {
  background-position: center 0;
}
.menu__link--fb:hover {
  background-position: center -120px;
}
.menu__link--in {
  background-position: center -40px;
}
.menu__link--in:hover {
  background-position: center -160px;
}
.menu__link--vk {
  background-position: center -80px;
}
.menu__link--vk:hover {
  background-position: center -200px;
}
.menu__link--nots {
  margin-right: 0;
  width: 46px;
  background-color: transparent;
  background-image: url("../img/new/menu/sprite.menu.svg");
  background-position: center -360px;
  background-repeat: no-repeat;
  background-size: 46px 1500px;
}
.menu__link--nots:hover {
  background-position: center -360px;
}
.menu__link--favs {
  margin-right: 0;
  width: 46px;
  background-color: transparent;
  background-image: url("../img/new/menu/sprite.menu.svg");
  background-repeat: no-repeat;
  background-position: center -180px;
  background-size: 46px 1500px;
}
.menu__link--favs:hover {
  background-position: center -180px;
}
.menu__link--submenu {
  margin-right: 0;
  position: relative;
  display: inline-block;
  width: auto;
  background-color: rgba(222,77,67,0.1) ff;
  background-image: none;
  background-repeat: no-repeat;
  background-size: 46px 1500px;
  background-position: center -780px;
  cursor: pointer;
  z-index: 2;
}
.menu__link--submenu:hover,
.menu__link--submenu.active {
  background-color: #f2f2f2;
}
.menu__link--submenu:hover .menu__link__title,
.menu__link--submenu.active .menu__link__title {
  color: #4d4d4d;
}
.menu__link--submenu.active {
  background-position: right -840px;
}
.menu__link--submenu.active .submenu {
  display: block;
}
.submenu {
  display: none;
  position: absolute;
  top: 60px;
  right: 0;
  min-width: 200px;
  padding: 5px 0;
  background-color: #fff;
  text-align: left;
  box-shadow: 0 0 16px 0 rgba(0,0,0,0.15);
}
.submenu__link {
  display: block;
  white-space: nowrap;
  color: #4d4d4d;
  font-size: 15px;
  line-height: 40px;
  padding: 0 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 200px;
}
.submenu__link:hover {
  color: #1a1a1a;
  text-decoration: none;
  background-color: #f2f2f2;
}
.submenu__link:focus {
  color: #1a1a1a;
  text-decoration: none;
}
body {
  min-width: 320px;
  position: relative;
}
body.noscroll {
  overflow: hidden;
}
.page-wrapper {
  position: relative;
}
.pg+.footer,
.pg+.footer--fixed {
  background-color: #f2f1ee;
}
.pg--whitebg+.footer,
.pg--whitebg+.footer--fixed {
  background-color: #fff;
}
.footer {
  border-top: 1px solid #ddd;
  overflow: hidden;
  background-color: #f2f1ee;
}
.footer .container {
  position: relative;
  max-width: 748px;
  height: 90px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  box-sizing: border-box;
}
.footer--fixed {
  margin-left: 310px;
}
.footer--fixed .container {
  max-width: 728px;
}
.footer--white {
  background-color: #fff;
}
.footer__menu {
  white-space: nowrap;
  text-align: center;
  height: 30px;
  line-height: 30px;
}
.footer__link {
  font-size: 13px;
  line-height: 24px;
  margin: 0 8px;
  color: #808080;
}
.footer__link:focus,
.footer__link:hover {
  color: #666;
  text-decoration: none;
}
.footer__copy {
  position: absolute;
  top: 30px;
  left: 0;
  color: #999;
  font-size: 13px;
  text-align: center;
  height: 30px;
  line-height: 30px;
}
.footer__soc {
  position: absolute;
  top: 27px;
  right: -10px;
  text-align: center;
}
.footer__lsoc {
  display: inline-block;
  height: 35px;
  width: 35px;
  margin: 0;
  background-color: transparent;
  background-image: url("../img/new/soc/sprite.social.svg");
  background-repeat: no-repeat;
  background-size: 35px 420px;
}
.footer__lsoc--fb {
  background-position: center -210px;
}
.footer__lsoc--fb:hover {
  background-position: center -315px;
}
.footer__lsoc--in {
  background-position: center -245px;
}
.footer__lsoc--in:hover {
  background-position: center -350px;
}
.footer__lsoc--vk {
  background-position: center -280px;
}
.footer__lsoc--vk:hover {
  background-position: center -385px;
}
.pg {
  background-color: #f2f1ee;
  padding-top: 60px;
  transition: padding-top 0.3s;
}
.pg:after {
  display: block;
  clear: both;
  overflow: hidden;
  content: '';
}
.pg--notification {
  padding-top: 120px;
}
.pg--whitebg {
  background-color: #fff;
}
.pg__wrapper {
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 30px 30px;
}
.pg__wrapper--middle {
  display: table;
  padding: 15px 30px;
  min-height: inherit;
  width: 100%;
}
.pg__container--middle {
  display: table-cell;
  vertical-align: middle;
}
.pg__title {
  color: #4d4d4d;
  font-size: 22px;
  font-weight: 600;
  margin: 35px 0 30px;
}
.pg__middle {
  padding: 10px;
  text-align: center;
  font-size: 20px;
  line-height: 35px;
}
.pg__ico {
  height: 60px;
  width: 60px;
  display: block;
  margin: 0 auto 30px;
  box-shadow: 0 0 0 1px #de4d43 isnet;
}
.pg__text {
  color: #676767;
}
.pg__link {
  text-decoration: none;
}
.pg__link:focus,
.pg__link:hover {
  color: #48b75f;
  text-decoration: none;
}
.home {
  background-color: #f2f1ee;
}
.home__header {
  padding-top: 60px;
  position: relative;
  color: #fff;
  height: 610px;
  background: transparent url("../img/new/home__head.jpg") center no-repeat;
  background-size: cover;
}
.home__header_row {
  display: table;
  height: 60px;
  width: 100%;
  background: transparent;
}
.home__title {
  position: absolute;
  top: 190px;
  left: 0;
  right: 0;
  color: #fff;
  font-family: Helvetica;
  font-size: 84px;
  line-height: 73px;
  max-width: 990px;
  height: 146px; 
  letter-spacing: 2.6px;   
  margin: 0 auto;
}
.home__subtitle {
  position: absolute;
  top: 367px;
  left: 0;
  right: 0;
  font-family: Helvetica;
  font-size: 23px;
  line-height: 28px;
  letter-spacing: 0.55px;
  max-width: 990px;
  margin: 0 auto;
}
.home__main {
  margin-bottom: 40px;
}
.home__main__title {
  color: #b3b3b3;
  font-size: 26px;
  line-height: 31px;
  margin-top: 35px;
  margin-bottom: 35px;
  font-weight: normal;
}
.home__more {
  text-align: center;
}
.home__more__wrapper {
  position: relative;
  display: inline-block;
}
.home__more__btn {
  display: inline-block;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  background-color: #ff793e;
  height: 42px;
  line-height: 42px;
  padding: 0 25px;
  text-decoration: none;
  transition: background 0.3s;
}
.home__more__btn:hover {
  color: #fff;
  text-decoration: none;
  background-color: #f96;
}
.home__more__btn:focus {
  color: #fff;
  text-decoration: none;
}
.home__all__btn {
  color: #808080;
  display: inline-block;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 21px;
  margin: 35px auto 30px;
  font-weight: bold;
}
.home__all__btn:hover,
.home__all__btn:focus {
  color: #808080;
  text-decoration: none;
}
.home__loading {
  position: absolute;
  top: 0;
  left: 100%;
  margin-left: 20px;
  background-color: #5ec478;
  border-radius: 3px;
  height: 42px;
  width: 42px;
  text-align: center;
}
.home__loading__ico {
  display: inline-block;
  margin-top: 5px;
  line-height: 42px;
  height: 32px;
  width: 32px;
}
.ps__notification {
  position: relative;
  background-color: #5ec478;
  text-align: center;
  padding: 10px 50px 10px 20px;
}
.ps__notification--error {
  background-color: #ff7f50;
}
.ps__notification--fixed {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 10px 20px;
  text-align: center;
  z-index: 105;
}
.ps__notification--fixed span {
  line-height: 40px;
}
.ps__notification span {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}
.ps__nclose {
  position: absolute;
  top: 16px;
  right: 30px;
  display: inline-block;
  height: 8px;
  width: 8px;
  background: transparent url("../img/new/notification.close.svg") center no-repeat;
  cursor: pointer;
}
.ps__line {
  color: #4d4d4d;
  background-color: #48b75f;
}
.ps__lhead {
  position: relative;
  height: 80px;
  margin-top: 10px;
  padding: 0 55px 0 25px;
  background-color: #fff;
  cursor: pointer;
  font-weight: 600;
}
.ps__lhead:after {
  position: absolute;
  top: 32px;
  right: 25px;
  display: inline-block;
  height: 16px;
  width: 16px;
  margin-left: 10px;
  background: transparent url("../img/new/edit.svg") center no-repeat;
  content: '';
}
.ps__lhead.active:after {
  background-image: url("../img/new/close.svg");
}
.ps__hleft {
  color: #4d4d4d;
  font-size: 17px;
  float: left;
  line-height: 80px;
}
.ps__hright {
  color: #b3b3b3;
  font-size: 15px;
  line-height: 80px;
  float: right;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ps__status--ok:before,
.ps__status--error:before {
  display: inline-block;
  height: 15px;
  width: 17px;
  margin-right: 5px;
  background: transparent url("../img/new/ok.svg") center no-repeat;
  content: '';
}
.ps__status--error:before {
  background-image: url("../img/new/attention.svg");
}
.ps__lbody {
  background-color: #fff;
  padding: 25px 25px 45px;
  border-top: 1px solid #f2f1ee;
  display: none;
}
.ps__form {
  max-width: 400px;
  margin: 0 auto;
}
.ps__frow {
  position: relative;
  padding-top: 45px;
}
.ps__frow--submit {
  padding-top: 30px;
  text-align: right;
}
.ps__frow--error .ps__ph {
  color: #de4d43;
}
.ps__frow--error .ps__inp {
  border-bottom: 1px solid #de4d43;
}
.ps__frow--error .ps__inp:focus {
  border-bottom: 1px solid #de4d43;
}
.ps__frow--error .ps__inp:focus + .ps__ph {
  color: #de4d43;
}
.ps__inp {
  width: 100%;
  border: none;
  border-bottom: 1px solid #e6e6e6;
  line-height: 32px;
  color: #4d4d4d;
  font-size: 17px;
  padding: 0;
  font-weight: 600;
}
.ps__inp:focus {
  border-bottom: 1px solid #5ec478;
}
.ps__inp[disabled] {
  background-color: #fff;
}
.ps__ph {
  line-height: 32px;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 17px;
  color: #b3b3b3;
  font-weight: 600;
  pointer-events: none;
  transition: 0.3s;
}
.ps__inp:focus + .ps__ph,
.ps__inp.active + .ps__ph {
  bottom: 35px;
  font-size: 13px;
  text-transform: uppercase;
}
.ps__inp:focus + .ps__ph {
  color: #57b66f;
}
.ps__flink {
  display: inline-block;
  color: #57b66f;
  font-size: 13px;
  margin-top: 15px;
  border-bottom: 1px dashed #57b66f;
}
.ps__flink:hover,
.ps__flink:focus {
  color: #57b66f;
  text-decoration: none;
}
.ps__message {
  font-size: 13px;
  margin-top: 5px;
}
.ps__message--error {
  color: #de4d43;
}
.ps__btn {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  padding: 10px;
  border: none;
  border-radius: 3px;
  background-color: #5ec478;
}
.intl-tel-input {
  width: 100%;
}
.profile {
  background-color: #fff;
  border-top: 1px solid transparent;
  margin: 40px auto 0;
  padding: 0;
}
.profile--edit {
  max-width: 760px;
  padding: 0 55px 35px;
  margin-bottom: 35px;
}
.profile--preview {
  overflow: hidden;
  padding: 30px 0;
}
.profile--favorites {
  margin: 15px auto 35px;
  background-color: transparent;
}
.profile--impression {
  background-color: #fff;
  margin: 15px auto 35px;
  padding: 30px 35px 20px;
}
.p__form {
  margin: 0 auto;
}
.p__frow {
  position: relative;
  padding-top: 45px;
}
.p__frow--simple .iti-arrow {
  right: 10px;
}
.p__frow--simple .intl-tel-input.allow-dropdown input,
.p__frow--simple .intl-tel-input.allow-dropdown input[type=text],
.p__frow--simple .intl-tel-input.allow-dropdown input[type=tel] {
  margin-left: 10px;
  padding: 0 10px;
  height: 35px;
}
.p__frow--simple .intl-tel-input.allow-dropdown .selected-flag {
  height: 35px;
  line-height: 35px;
}
.p__frow--simple .p__code {
  padding-left: 10px;
}
.p__frow--simple .p__inp {
  border: 1px solid #e6e6e6;
  top: 1px;
}
.p__frow--simple .p__inp:focus,
.p__frow--simple .p__inp:hover {
  border: 1px solid #5ec478;
}
.p__frow--simple .flag-container .selected-flag {
  border: 1px solid #e6e6e6;
  height: 32px;
}
.p__frow--simple .flag-container:hover .selected-flag {
  background-color: transparent;
  border: 1px solid #48b75f;
}
.p__frow--simple.p__frow--error .p__ph {
  color: #de4d43;
}
.p__frow--simple.p__frow--error .p__inp {
  border: 1px solid #ffc2c2;
  background-color: #fff5f5;
}
.p__frow--simple.p__frow--error .p__inp:focus {
  border: 1px solid #ffc2c2;
  background-color: #fff5f5;
}
.p__frow--simple.p__frow--error .p__inp:focus + .p__ph {
  color: #de4d43;
}
.p__frow--submit {
  padding-top: 30px;
  text-align: right;
}
.p__frow--first {
  padding-top: 0;
}
.p__frow--error .p__ph {
  color: #de4d43;
}
.p__frow--error .p__inp {
  border-bottom: 1px solid #de4d43;
}
.p__frow--error .p__inp:focus {
  border-bottom: 1px solid #de4d43;
}
.p__frow--error .p__inp:focus + .p__ph {
  color: #de4d43;
}
.p__inp {
  width: 100%;
  border: none;
  border-bottom: 1px solid #e6e6e6;
  line-height: 32px;
  color: #4d4d4d;
  font-size: 17px;
  padding: 0;
  font-weight: 600;
}
.p__inp--textarea {
  resize: none;
  height: 33px;
  line-height: 1.4;
  display: block;
  font-size: 14px;
}
.p__inp:focus {
  border-bottom: 1px solid #5ec478;
}
.p__inp[disabled] {
  background-color: #fff;
}
.p__code {
  position: absolute;
  bottom: 0;
  left: 0;
  line-height: 32px;
  color: #4d4d4d;
  font-size: 17px;
  padding: 0;
  font-weight: 600;
}
.p__ph {
  line-height: 32px;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 17px;
  color: #b3b3b3;
  font-weight: 600;
  pointer-events: none;
  transition: 0.3s;
}
.p__ph--text {
  top: 45px;
  bottom: auto;
}
.p__ph--above {
  font-size: 13px;
  bottom: 35px;
  text-transform: uppercase;
}
.p__inp:focus + .p__ph,
.p__inp.active + .p__ph {
  bottom: 35px;
  font-size: 14px;
  text-transform: uppercase;
}
.p__inp:focus + .p__ph--text,
.p__inp.active + .p__ph--text {
  top: 15px;
  bottom: auto;
}
.p__inp:focus + .p__ph {
  color: #57b66f;
}
.p__flink {
  display: inline-block;
  color: #57b66f;
  font-size: 13px;
  margin-top: 15px;
  border-bottom: 1px dashed #57b66f;
}
.p__flink:hover,
.p__flink:focus {
  color: #57b66f;
  text-decoration: none;
}
.p__message {
  font-size: 13px;
  margin-top: 5px;
}
.p__message--error {
  color: #de4d43;
}
.p__btn {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  padding: 10px;
  border: none;
  border-radius: 3px;
  background-color: #5ec478;
}
.p__btn--big {
  height: 50px;
  width: 200px;
}
.p__left {
  float: left;
  width: 165px;
  text-align: center;
}
.p__limg {
  display: inline-block;
}
.p__limg--avatar {
  border-radius: 50px;
}
.p__right {
  padding-right: 35px;
}
.p__right--username {
  position: relative;
  padding-top: 25px;
  margin-left: 165px;
}
.p__rtop {
  position: relative;
  margin-left: 165px;
  overflow: hidden;
}
.p__rtop--bordered {
  border-bottom: 1px solid #e6e6e6;
}
.p__rmiddle {
  margin-left: 165px;
  padding-top: 15px;
}
.p__rbottom {
  margin-left: 165px;
}
.p__rtitle {
  line-height: 28px;
  font-size: 21px;
  font-weight: bold;
  padding: 11px 100px 11px 0;
}
.p__rname {
  line-height: 30px;
  font-size: 21px;
  font-weight: bold;
  padding-right: 100px;
}
.p__useredit {
  line-height: 50px;
  color: #f96;
  font-size: 14px;
  font-weight: bold;
  float: right;
}
.p__useredit:hover,
.p__useredit:focus {
  text-decoration: none;
  color: #f96;
}
.p__redit {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 50px;
  color: #f96;
  font-size: 12px;
  font-weight: bold;
  display: inline-block;
}
.p__redit:hover {
  color: #f96;
  text-decoration: none;
}
.p__rchecked {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 50px;
  color: #57b66f;
  font-size: 12px;
  font-weight: bold;
}
.p__rchecked:after {
  display: inline-block;
  height: 10px;
  width: 15px;
  background: transparent url("../img/new/checked.svg") 0 0 no-repeat;
  content: '';
}
.p__rplace {
  margin-right: 15px;
  font-size: 14px;
  color: #999;
  font-weight: 600;
}
.p__rabuse {
  color: #b3b3b3;
  font-size: 14px;
  cursor: pointer;
}
.p__rabuse:before {
  display: inline-block;
  height: 16px;
  width: 16px;
  content: '';
  vertical-align: middle;
  background: transparent url("../img/new/abuse.svg") 0 0 no-repeat;
}
.p__rleft {
  float: left;
}
.p__rright {
  position: absolute;
  top: 25px;
  right: 35px;
}
.p__rtext {
  margin-top: 20px;
  font-size: 15px;
  line-height: 23px;
}
.p__rtext--hidden {
  display: none;
}
.p__rlink {
  color: #57b66f;
}
.p__rlink:hover,
.p__rlink:focus {
  color: #57b66f;
  text-decoration: none;
}
.p__rlink--more {
  display: inline-block;
}
.p__rlink--less {
  display: none;
}
.p__rlink.active .p__rlink--more {
  display: none;
}
.p__rlink.active .p__rlink--less {
  display: inline-block;
}
.p__ititle {
  font-size: 21px;
  line-height: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
.p__inote {
  color: #b3b3b3;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 30px;
}
.p__ibloks {
  box-shadow: 0 0 0 1px #00f;
}
.p__iblock {
  margin-bottom: 45px;
  min-height: 145px;
}
.p__ibimg {
  display: block;
  height: 145px;
  width: 205px;
  float: left;
}
.p__ibtitle {
  display: block;
  color: #4d4d4d;
  font-size: 19px;
  font-weight: 600;
  line-height: 22px;
  margin-left: 235px;
  margin-bottom: 2px;
}
.p__ibtitle:hover,
.p__ibtitle:focus {
  color: #4d4d4d;
  text-decoration: none;
}
.p__ibdate {
  color: #999;
  font-size: 15px;
  line-height: 27px;
  margin-left: 235px;
  margin-bottom: 10px;
}
.p__ibtext {
  margin-left: 235px;
  font-size: 15px;
  line-height: 23px;
}
.p__ibtext--hidden {
  display: none;
}
.p__iblink {
  color: #57b66f;
}
.p__iblink:hover,
.p__iblink:focus {
  color: #57b66f;
  text-decoration: none;
}
.p__iblink--more {
  display: inline-block;
}
.p__iblink--less {
  display: none;
}
.p__iblink.active .p__iblink--more {
  display: none;
}
.p__iblink.active .p__iblink--less {
  display: inline-block;
}
.clear {
  clear: both;
}
.intl-tel-input {
  margin-left: 80px;
  width: auto;
}
.intl-tel-input.allow-dropdown input,
.intl-tel-input.allow-dropdown input[type=text],
.intl-tel-input.allow-dropdown input[type=tel] {
  margin-left: 25px;
  padding-left: 0;
}
.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
  background-color: transparent;
  border-bottom: 1px solid #48b75f;
}
.intl-tel-input.allow-dropdown .selected-flag {
  border-bottom: 1px solid #e6e6e6;
  width: 80px;
  height: 32px;
  padding-left: 0;
}
.intl-tel-input.allow-dropdown .selected-flag .iti-flag {
  opacity: 0;
}
.flag-container {
  width: 80px;
  margin-left: -80px;
}
.fav__block {
  position: relative;
  background-color: #fff;
  margin-bottom: 10px;
  transition: box-shadow 0.1s;
}
.fav__block:hover {
  text-decoration: none;
  box-shadow: 0 0 36px 0 rgba(0,0,0,0.25);
}
.fav__block:hover .fav__bprice {
  color: #fff;
  background-color: #48b75f;
}
.fav__block:focus {
  text-decoration: none;
}
.fav__blink {
  display: block;
}
.fav__blink:hover,
.fav__blink:focus {
  text-decoration: none;
}
.fav__bhead {
  position: relative;
  float: left;
  width: 290px;
}
.fav__bimg {
  height: 205px;
  width: 290px;
}
.fav__btime {
  position: absolute;
  left: 15px;
  bottom: 14px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}
.fav__bremove {
  position: absolute;
  bottom: 14px;
  right: 15px;
  color: #999;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}
.fav__bremove:hover {
  color: #fff;
}
.fav__bmask {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 80px;
  background: linear-gradient(transparent 0%, #000 100%);
}
.fav__bbody {
  position: relative;
  height: 205px;
  margin-left: 290px;
  padding: 25px 25px 0;
}
.fav__btitle {
  color: #4d4d4d;
  font-size: 23px;
  line-height: 29px;
  font-weight: 600;
  overflow: hidden;
  margin: 0 auto 9px;
}
.fav__bplace {
  color: #999;
  font-size: 14px;
  line-height: 18px;
  overflow: hidden;
}
.fav__bbottom {
  position: absolute;
  bottom: 25px;
  left: 25px;
  height: 40px;
}
.fav__bprice {
  float: left;
  height: 40px;
  line-height: 40px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: #f2f2f2;
  padding: 0 20px;
  vertical-align: middle;
  margin-bottom: 4px;
  margin-right: 10px;
  color: #666;
  font-size: 18px;
  font-weight: 600;
}
.fav__bnote {
  color: #b5b5b5;
  font-size: 14px;
  float: left;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  font-weight: 600px;
}
.fav__bnotav {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  font-weight: bold;
  color: #808080;
}
.fav__bshare {
  position: absolute;
  bottom: 25px;
  right: 25px;
}
.fav__bsoc {
  display: block;
  height: 40px;
  width: 30px;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  float: left;
  opacity: 0.4;
}
.fav__bsoc--text {
  display: block;
  float: left;
  color: #b5b5b5;
  margin-right: 5px;
  line-height: 40px;
}
.fav__bsoc:hover {
  opacity: 1;
}
.fav__bsoc--fb {
  background-image: url("../img/new/soc/fb.ico.svg");
}
.fav__bsoc--tw {
  background-image: url("../img/new/soc/tw.ico.svg");
}
.fav__bsoc--vk {
  background-image: url("../img/new/soc/vk.ico.svg");
}
.sr {
  margin-left: 310px;
  padding-top: 80px;
}
.sr__overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 1;
}
.sr__loading {
  position: fixed;
  top: 50%;
  left: 50%;
  height: 69px;
  width: 69px;
  margin-left: 120px;
  background-color: transparent;
  background-image: url("../img/new/ico.loading.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.sr__top {
  position: relative;
  width: 1250px;
  margin: 0 auto;
  line-height: 30px;
  font-size: 16px;
  font-weight: 600;
  min-height: 30px;
  padding: 15px 0;
}
.sr__top--link {
  position: relative;
  display: inline-block;
  color: #b3b3b3;
  padding-left: 20px;
  padding-right: 5px;
}
.sr__top--link:hover {
  text-decoration: none;
  color: #999;
}
.sr__top--link:hover:before,
.sr__top--link:hover:after {
  box-shadow: 0 0 0 1px #999;
}
.sr__top--link:before,
.sr__top--link:after {
  position: absolute;
  top: 9px;
  left: 6px;
  height: 12px;
  width: 0;
  display: block;
  box-shadow: 0 0 0 1px #b3b3b3;
  content: '';
}
.sr__top--link:after {
  top: 15px;
  left: 0;
  height: 0;
  width: 12px;
}
.sr__top--total {
  color: #808080;
  font-size: 16px;
  font-weight: 600;
}
.sr__top--total:hover,
.sr__top--total:focus {
  text-decoration: none;
  color: #808080;
}
.sr__top--total:hover__qty,
.sr__top--total:focus__qty {
  color: #fff !important;
}
.sr__top--total__qty {
  display: inline-block;
  height: 33px;
  line-height: 33px;
  width: 33px;
  text-align: center;
  color: #fff;
  margin-right: 5px;
  border-radius: 50%;
  background-color: #f96;
  font-style: normal;
}
.sr__top--stat {
  position: absolute;
  top: 15px;
  right: 0;
  color: #b3b3b3;
}
.sr__more {
  text-align: center;
}
.sr__more__wrapper {
  position: relative;
  display: inline-block;
}
.sr__more__btn {
  display: inline-block;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  background-color: #48b75f;
  height: 42px;
  line-height: 42px;
  padding: 0 25px;
  border-radius: 3px;
  text-decoration: none;
  transition: background 0.3s;
}
.sr__more__btn:hover {
  color: #fff;
  text-decoration: none;
  background-color: #5ec478;
}
.sr__more__btn:focus {
  color: #fff;
  text-decoration: none;
}
.sr__loading {
  animation: 1s infinite linear;
  animation-name: rotating;
}
@-moz-keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-o-keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.not__lines {
  margin-bottom: 30px;
}
.not__line {
  position: relative;
  color: #4d4d4d;
  display: block;
  background-color: #fff;
  border-bottom: 1px solid #efefef;
  padding: 20px 20px;
  font-size: 14px;
  line-height: 25px;
}
.not__line:hover,
.not__line:focus {
  text-decoration: none;
  color: #4d4d4d;
}
.not__line--new {
  box-shadow: 4px 0 0 0 #5ec478 inset;
}
.not__new {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #5ec478;
}
.not__left {
  float: left;
  margin-top: 7px;
}
.not__avatar {
  border-radius: 20px;
}
.not__text {
  margin-left: 55px;
}
.not__title {
  margin-right: 50px;
}
.not__details {
  font-weight: bold;
}
.not__status--cancel {
  color: #de4d43;
}
.not__status--request {
  color: #f96;
}
.not__more {
  display: block;
  height: 40px;
  width: 170px;
  margin: 30px auto;
  text-align: center;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  line-height: 40px;
  background-color: #5ec478;
  border-radius: 3px;
}
.not__more:hover,
.not__more:focus {
  color: #fff;
  text-decoration: none;
  background-color: #48b75f;
}
.home__header--about {
  height: 480px;
  background: transparent url("../img/new/about__head.jpg") center no-repeat;
}
.home__title--about {
  top: auto;
  bottom: 245px;
  padding: 0 30px;
}
.home__subtitle--about {
  top: 255px;
  padding: 0 30px;
}
.about__main {
  background-color: #fff;
}
.about__content {
  padding: 30px 15px 0;
  max-width: 780px;
  margin: 0 auto;
}
.about__title {
  margin-top: 15px;
  margin-bottom: 25px;
}
.about__subtitle {
  margin-top: 40px;
  margin-bottom: 18px;
  color: #4D4D4D; 
  text-align: center;
  font-size: 17px;  
  line-height: 42px;
}
.about__text {
  color: #4d4d4d;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 30px;
}
.about__list {
  color: #4d4d4d;
  font-size: 16px;  
  line-height: 25px;
  margin-left: -10px;
}
.about__list li {
  padding-left: 10px;
}
.prefooter {
  padding: 20px 15px 70px;
  max-width: 780px;
  margin: 0 auto;
  color: #808080;
}
.prefooter__title {
  font-size: 28px;
  line-height: 33px;
  margin-bottom: 30px;
  text-align: center;
}
.prefooter__text {
  color: #4d4d4d;
  font-size: 16px;
  line-height: 25px;
}
.solutions__main {
  background-color: #fff;
}
.solutions__content {
  padding: 0 15px 50px;
  max-width: 780px;
  margin: 0 auto;
}
.solutions__title {
  margin-top: 40px;
  margin-bottom: 40px;
}
.solutions__subtitle {
  color: #808080;
  font-size: 24px;
  line-height: 28px;
  font-weight: normal;
  text-align: center;
  margin-top: 40px;
}
.solutions__text {
  color: #4d4d4d;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 30px;
}
.help__main {
  background-color: #fff;
}
.help__content {
  padding: 40px 15px 50px;
  max-width: 780px;
  width: 100%;
  margin: 0 auto;
}
.help__title {
  float: left;
  margin-top: 0;
  margin-bottom: 20px;
}
.help__tabs {
  float: right;
}
.help__tab {
  display: inline-block;
  color: #666;
  font-size: 15px;
  font-weight: 600;
  line-height: 27px;
  margin-left: 20px;
  margin-top: 12px;
  cursor: pointer;
}
.help__tab--active {
  box-shadow: 0 2px 0 0 #57b66f;
}
.help__tabs-content {
  clear: both;
}
.help__lhead {
  position: relative;
  color: #666;
  font-size: 17px;
  line-height: 22px;
  font-weight: 600;
  border-bottom: 1px solid #e5e7ea;
  padding: 19px 0 19px 30px;
  cursor: pointer;
}
.help__lhead:before {
  position: absolute;
  top: 50%;
  left: 5px;
  height: 12px;
  width: 12px;
  margin-top: -6px;
  display: block;
  content: '';
  background: transparent url("../img/new/arrow.svg") center no-repeat;
  transition: transform 0.3s;
}
.help__lhead--active:before {
  transform: rotate(90deg);
}
.help__lbody {
  color: #4d4d4d;
  font-size: 16px;
  line-height: 25px;
  padding: 20px 0 25px;
  border-bottom: 1px solid #e5e7ea;
}
.about__title,
.solutions__title,
.help__title {
  color: #808080;
  font-size: 38px;
  font-weight: normal;
  line-height: 42px;
  text-align: center;
}
.co__calendar {
  float: left;
}
.co__details {
  margin-left: 330px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.co__groups {
  margin-right: 10px;
  flex-grow: 1;
}
.co__groups h5 {
  margin-top: 0;
}
.co__people {
  width: 55%;
  float: left;
}
.co__qty {
  width: 40%;
  float: right;
}
.co__time {
  padding-left: 15px;
}
.co__time h5 {
  margin-top: 0;
}
.co__extra {
  margin-left: 330px;
}
.co__extra:after {
  display: block;
  clear: both;
  content: '';
}
@media (max-width: 991px) {
  .co__groups {
    margin-right: 0;
  }
  .co__people {
    width: 100%;
  }
  .co__qty {
    width: 100%;
    margin-top: 20px;
  }
  .co__time {
    border-top: 1px dashed #ccc;
    margin-top: 20px;
    padding-top: 15px;
    padding-left: 0;
    flex-grow: 1;
  }
  .co__extra {
    margin-left: 0;
    clear: both;
  }
}
@media (max-width: 600px) {
  .co__calendar {
    float: none;
    margin-bottom: 20px;
    background-color: #f4f4f4;
  }
  .co__calendar .ui-datepicker {
    margin: 0 auto;
  }
  .co__details {
    margin-left: 0;
    display: block;
  }
  .co__submit {
    float: none !important;
  }
  .orders_page input.submit_button.reg_button {
    width: 100%;
  }
}
.loader {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin: 5px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  background: #fff;
}
.loader,
.loader:before,
.loader:after {
  animation: 1.15s infinite ease-in-out;
  -o-animation: 1.15s infinite ease-in-out;
  -ms-animation: 1.15s infinite ease-in-out;
  -webkit-animation: 1.15s infinite ease-in-out;
  -moz-animation: 1.15s infinite ease-in-out;
}
.loader:before,
.loader:after {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
.loader {
  animation-name: cssload-loader;
  -o-animation-name: cssload-loader;
  -ms-animation-name: cssload-loader;
  -webkit-animation-name: cssload-loader;
  -moz-animation-name: cssload-loader;
}
@-o-keyframes cssload-loader {
  from {
    -o-transform: scale(0);
    opacity: 1;
  }
  to {
    -o-transform: scale(1);
    opacity: 0;
  }
}
@-ms-keyframes cssload-loader {
  from {
    -ms-transform: scale(0);
    opacity: 1;
  }
  to {
    -ms-transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes cssload-loader {
  from {
    -webkit-transform: scale(0);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@-moz-keyframes cssload-loader {
  from {
    -moz-transform: scale(0);
    opacity: 1;
  }
  to {
    -moz-transform: scale(1);
    opacity: 0;
  }
}
@-moz-keyframes cssload-loader {
  from {
    transform: scale(0);
    opacity: 1;
  }
  to {
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes cssload-loader {
  from {
    transform: scale(0);
    opacity: 1;
  }
  to {
    transform: scale(1);
    opacity: 0;
  }
}
@-o-keyframes cssload-loader {
  from {
    transform: scale(0);
    opacity: 1;
  }
  to {
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes cssload-loader {
  from {
    transform: scale(0);
    opacity: 1;
  }
  to {
    transform: scale(1);
    opacity: 0;
  }
}
.datepicker {
  box-shadow: 0 0 36px 0 rgba(0,0,0,0.25);
  background: #f4f4f4;
  padding: 10px 20px 15px;
  border: none;
  border-radius: 0;
  min-width: 300px;
  width: 300px;
  margin-left: -1px;
}
.datepicker#ui-datepicker-div {
  border-top: none !important;
  margin-top: 10px;
}
.datepicker#ui-datepicker-div:before {
  position: absolute;
  bottom: 100%;
  left: 13px;
  border-width: 0 7px 7px;
  border-style: solid;
  border-color: #f4f4f4 transparent;
  height: 0;
  width: 0;
  display: block;
  content: '';
}
.datepicker--hf {
  z-index: 105 !important;
}
.datepicker .ui-widget-header .ui-icon {
  background-image: none;
}
.datepicker.ui-datepicker .ui-datepicker-prev,
.datepicker.ui-datepicker .ui-datepicker-next {
  height: 23px;
  width: 23px;
}
.datepicker a.ui-datepicker-prev.ui-corner-all,
.datepicker a.ui-datepicker-next.ui-corner-all {
  background-image: url("../img/new/calendar.arrows.sprite.svg") !important;
  background-size: 69px 46px !important;
  background-position: 0 0 !important;
}
.datepicker a.ui-datepicker-prev.ui-corner-all:hover {
  background-position: 50% 0 !important;
}
.datepicker a.ui-datepicker-prev.ui-corner-all:active {
  background-position: 100% 0 !important;
}
.datepicker a.ui-datepicker-next.ui-corner-all {
  background-position: 0 100% !important;
}
.datepicker a.ui-datepicker-next.ui-corner-all:hover {
  background-position: 50% 100% !important;
}
.datepicker a.ui-datepicker-next.ui-corner-all:active {
  background-position: 100% 100% !important;
}
.ranges {
  display: none;
}
.daterangepicker_input {
  display: none;
}
.daterangepicker {
  position: absolute;
  top: 0;
  left: 50%;
  right: auto;
  width: 335px;
  margin-left: -168px;
  box-shadow: 0 5px 15px 0 rgba(0,0,0,0.3);
  display: none;
  border-radius: 0;
  margin-top: -1px;
  padding: 20px;
  background-color: #f4f4f4;
}
.daterangepicker.ltr .calendar.left {
  position: relative;
  z-index: 1;
}
.daterangepicker.ltr .calendar.left .calendar-table {
  padding-right: 0;
  border: none;
}
.daterangepicker .calendar-table {
  padding: 0;
  border: none;
}
.daterangepicker:before,
.daterangepicker:after {
  display: none;
}
.daterangepicker .calendar {
  max-width: 500px;
}
.daterangepicker .calendar.left,
.daterangepicker .calendar.right {
  margin: 0;
}
.daterangepicker .calendar.right {
  background-color: transparent;
  position: absolute;
  left: 20px;
}
.daterangepicker .calendar th {
  color: #8c8c8c;
  cursor: default;
}
.daterangepicker .calendar th,
.daterangepicker .calendar td {
  position: relative;
  border: 1px solid #f2f2f2;
  border-radius: 0;
  height: 34px;
  min-width: 42px;
}
.daterangepicker .calendar th.disabled,
.daterangepicker .calendar td.disabled {
  cursor: default;
}
.daterangepicker .calendar th {
  background-color: #f2f2f2;
}
.daterangepicker th.prev.available {
  cursor: pointer;
}
.daterangepicker th.prev.available:before {
  margin: 0 auto;
}
.daterangepicker th.next.available {
  z-index: 2;
  cursor: pointer;
}
.daterangepicker th.next.available:before {
  margin: 0 auto;
}
.daterangepicker th.available {
  border: none;
}
.daterangepicker th.available:hover {
  background-color: #f2f2f2;
}
.daterangepicker th.available:before {
  display: block;
  height: 23px;
  width: 23px;
  background: transparent url("../img/new/calendar.arrows.sprite.svg") 0 0 no-repeat;
  background-size: 69px 46px;
  content: '';
}
.daterangepicker th.available.prev:before {
  background-position: 50% 0;
}
.daterangepicker th.available.prev:hover:before {
  background-position: 100% 0;
}
.daterangepicker th.available.prev:active:before {
  background-position: 50% 0;
}
.daterangepicker th.available.next:before {
  background-position: 50% 100%;
}
.daterangepicker th.available.next:hover:before {
  background-position: 100% 100%;
}
.daterangepicker th.available.next:active:before {
  background-position: 50% 100%;
}
.daterangepicker td.disabled {
  color: #bcbcbc;
  text-decoration: none;
}
.daterangepicker td.available {
  color: #676767;
}
.daterangepicker td.available:hover {
  background-color: #b6e3c2;
}
.daterangepicker td.available.off {
  color: #8c8c8c;
}
.daterangepicker td.in-range {
  background-color: #cdedd5;
}
.daterangepicker td.in-range.off {
  background-color: #cdedd5;
}
.daterangepicker td.in-range.off:hover {
  background-color: #b6e3c2;
}
.daterangepicker td.active {
  color: #fff;
  background-color: #62c37b;
}
.daterangepicker td.active.start-date.end-date {
  border-radius: 0;
}
.daterangepicker td.active.start-date,
.daterangepicker td.active.end-date {
  color: #fff;
  background-color: #62c37b;
}
.daterangepicker td.active:hover {
  color: #fff;
  background-color: #62c37b !important;
}
.daterangepicker--unchecked td.active.available {
  color: #676767;
  background-color: transparent;
}
.daterangepicker--unchecked td.active.available:hover {
  background-color: #b6e3c2;
}
.daterangepicker--unchecked td.off.available {
  color: #8c8c8c;
  background-color: transparent;
  border-color: #f2f2f2;
}
.daterangepicker--unchecked td.off.available:hover {
  background-color: #b6e3c2;
}
.daterangepicker--unchecked td.in-range {
  color: #676767;
  background-color: transparent;
}
.dpr__wrapper {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}
.dpr__switch {
  clear: both;
  padding-top: 20px;
  box-shadow: 0 0 0 1px rgba(0,0,0,0.25);
}
.pb__reload {
  color: #999;
  font-size: 14px;
  font-weight: 600;
  padding: 10px;
  box-shadow: 0 0 0 1px #e6e6e6;
}
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  border-radius: 4px;
  background: none;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
  margin: 0 auto;
  height: auto !important;
}
.fancybox-inner img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url("../img/general/fancybox_sprite.png");
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../img/general/fancybox_loading.gif") center center no-repeat;
  background-image: url("../img/general/fancybox_loading@2x.gif");
  background-size: 24px 24px;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
  position: fixed;
  top: 35px;
  right: 40px;
  width: auto;
  height: auto;
  background-image: none;
  font-size: 26px;
  color: #ccc;
  font-family: 'icomoon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fancybox-close:before {
  content: "\e91b";
}
.fancybox-close:hover {
  color: #ff884d;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../img/general/blank.gif");
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
  display: none;
}
.fancybox-nav:hover {
  color: #ff884d;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-nav:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.fancybox-nav.fancybox-prev {
  left: 0;
}
.fancybox-nav.fancybox-prev:before {
  content: "\e90d";
  left: 40px;
}
.fancybox-nav.fancybox-next {
  right: 0;
}
.fancybox-nav.fancybox-next:before {
  content: "\e90c";
  right: 40px;
}
.fancybox-prev {
  left: 0;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next {
  right: 0;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: rgba(102,102,102,0.5);
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
  display: none;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  padding: 2px 20px;
  background: transparent;
  background: rgba(0,0,0,0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #fff;
  font-weight: bold;
  line-height: 24px;
  white-space: initial;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0,0,0,0.8);
}
.fancybox-nav {
  position: fixed;
  top: 0;
  width: 30%;
  height: 100%;
  font-size: 42px;
  color: #ccc;
  font-family: 'icomoon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url("../img/general/fancybox_sprite@2x.png");
    background-size: 44px 152px;
  }
}
.profile-box {
  display: none;
}
.profile-box__photo .add-photo .field-add-photo {
  width: 110px;
  height: 110px;
}
.profile-box__photo .add-photo .field-add-photo:after {
  font-size: 25px;
}
.profile-box__photo .add-photo .field-add-photo.photo-added:after {
  font-size: 14px;
}
.profile-box__form {
  float: left;
  width: 550px;
  padding-left: 50px;
}
.profile-box__form .form-box__col {
  width: 50%;
  box-sizing: border-box;
  padding-left: 5px;
}
.profile-box__form .form-box__col:first-child {
  padding-left: 0;
  padding-right: 5px;
}
.profile-box__form .btn {
  text-align: right;
  padding-bottom: 0;
}
.profile-box__form .btn .btn-custom {
  padding: 0;
  font-size: 13px;
}
.add-photo {
  position: relative;
  overflow: hidden;
}
.add-photo .field-cropper {
  position: absolute;
  left: -200px;
  top: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.add-photo .field-add-photo {
  display: block;
  width: 90px;
  height: 90px;
  position: relative;
  background-color: #f2f2f2;
  box-sizing: border-box;
  overflow: hidden;
  cursor: pointer;
}
.add-photo .field-add-photo:hover {
  background-color: #e6e6e6;
}
.add-photo .field-add-photo--circle {
  border-radius: 50%;
  overflow: hidden;
}
.add-photo .field-add-photo--circle .overlay {
  border-radius: 50%;
}
.add-photo .field-add-photo .img p {
  position: absolute;
  top: 45px;
  bottom: auto;
  left: 0;
  right: 0;
  color: #999;
  font-size: 14px;
  text-align: center;
}
.add-photo .field-add-photo .img img {
  display: block;
  width: 100%;
}
.add-photo .field-add-photo .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.add-photo .field-add-photo .overlay p {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  bottom: 0;
  margin-top: -7px;
  text-align: center;
  font-size: 13px;
  line-height: 14px;
  color: #fff;
}
.add-photo .field-add-photo.photo-added:after {
  left: 6px;
  bottom: 5px;
  top: auto;
  font-size: 14px;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.add-photo .field-add-photo.photo-added:hover .overlay {
  opacity: 1;
}
.add-photo.wide .field-add-photo {
  width: 250px;
  height: 156px;
}
.add-photo.wide .field-add-photo:after {
  font-size: 28px;
}
.add-photo.wide .field-add-photo .overlay p {
  left: 32px;
  bottom: 9px;
}
.add-photo.wide .field-add-photo.photo-added:after {
  left: 12px;
  bottom: 10px;
  top: auto;
  font-size: 14px;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.add-photo.wide .field-add-photo.photo-added:hover .overlay {
  opacity: 1;
}
.error .add-photo .field-add-photo:before {
  opacity: 1;
}
.popup {
  background: #fff;
  box-sizing: border-box;
  position: relative;
  box-shadow: none;
}
.popup .text .title {
  font-family: "Open-sans_semibold", Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 28px;
  color: #666;
}
.popup .text .title span {
  color: #ff734d;
}
.popup .text .subtitle {
  font-size: 14px;
  line-height: 18px;
  color: #666;
}
.popup .text .subtitle span {
  color: #ff734d;
}
.popup .text .description {
  font-size: 14px;
  line-height: 22px;
  color: #999;
  padding-top: 27px;
}
.popup .btns {
  text-align: right;
  padding-top: 30px;
}
.popup .btns .btns__col {
  float: right;
}
.popup .btns .btns__col:first-child {
  float: left;
}
.popup .btns .link-confirm {
  display: inline-block;
  font-size: 13px;
  line-height: 16px;
  color: #999;
  margin: 7px 0;
}
.popup .btns .link-confirm:hover {
  color: #ff884d;
}
.popup .btns.decor-line {
  border-top: 1px dashed #e5e5e5;
}
.popup.popup-cropper-logo {
  width: 100%;
  padding-bottom: 33px;
}
.popup.popup-action {
  width: 580px;
  padding: 35px 30px 30px 53px;
}
.popup.popup-action .btns .btn-custom {
  width: 95px;
  padding: 0;
  vertical-align: top;
}
.popup.popup-action.popup-disable-product .title {
  font-size: 21px;
}
.popup.popup-action.popup-disable-product .btn-custom {
  margin-left: 2px;
}
.popup.popup-action.popup-deactivate-company {
  padding: 36px 50px 38px 50px;
  margin: 0 auto;
}
.popup.popup-action.popup-deactivate-company .title {
  font-size: 21px;
}
.popup.popup-action.popup-deactivate-company .btns {
  padding-top: 25px;
}
.popup.popup-action.popup-deactivate-company .btn-custom {
  margin-left: 2px;
}
.popup.popup-action.popup-deactivate-company .reason {
  padding-top: 23px;
}
.popup.popup-action.popup-deactivate-company .reason p {
  font-size: 14px;
  line-height: 16px;
  color: #b3b3b3;
  padding-bottom: 7px;
}
.popup.popup-action.popup-deactivate-company .reason .field-area {
  max-height: 70px;
  height: 70px;
}
.cr-slider {
  -webkit-appearance: none;
  width: 100%;
  max-width: 100%;
}
.cr-slider::-webkit-slider-runnable-track {
  width: 100%;
  height: 1px;
  background: #e6e6e6;
  border: 0;
  border-radius: 0;
}
.cr-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background: #f2f2f2;
  margin-top: -7.5px;
  border: 1px solid #ccc;
  cursor: pointer;
}
.cr-slider:focus {
  outline: none;
}
.cr-slider:focus::-ms-fill-lower {
  background: rgba(0,0,0,0.5);
}
.cr-slider:focus::-ms-fill-upper {
  background: rgba(0,0,0,0.5);
}
.cr-slider::-moz-range-track {
  width: 100%;
  height: 1px;
  background: #e6e6e6;
  border: 0;
  border-radius: 0;
}
.cr-slider::-moz-range-thumb {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background: #f2f2f2;
  margin-top: -7.5px;
  border: 1px solid #ccc;
  cursor: pointer;
}
.cr-slider:-moz-focusring {
  outline: 1px solid #fff;
  outline-offset: -1px;
}
.cr-slider::-ms-track {
  width: 300px;
  height: 5px;
  background: transparent;
  border-color: transparent;
  border-width: 6px 0;
  color: transparent;
}
.cr-slider::-ms-fill-lower {
  background: rgba(0,0,0,0.5);
  border-radius: 10px;
}
.cr-slider::-ms-fill-upper {
  background: rgba(0,0,0,0.5);
  border-radius: 10px;
}
.cr-slider::-ms-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #ddd;
}
.croppie-container {
  padding: 0px;
}
.croppie-container .cr-image {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  max-width: none;
}
.croppie-container .cr-boundary {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  z-index: 1;
}
.croppie-container .cr-viewport {
  position: absolute;
  border: 1px solid #fff;
  margin: auto;
  top: 110px;
  bottom: auto;
  right: 0;
  left: 0;
  z-index: 0;
  box-shadow: 0 0 0 800px rgba(242,242,242,0.6);
}
.croppie-container .cr-vp-circle {
  border-radius: 50%;
}
.croppie-container .cr-overlay {
  z-index: 1;
  position: absolute;
  cursor: move;
}
.croppie-container .cr-slider-wrap {
  width: 402px;
  margin: 0 auto;
  margin-top: 20px;
  text-align: center;
}
.croppie-result {
  position: relative;
  overflow: hidden;
}
.croppie-result img {
  position: absolute;
}
.custom-cropper {
  padding: 0;
}
.custom-cropper .cr-boundary {
  overflow: hidden;
  background: #f2f2f2;
}
.custom-cropper .cr-image {
  max-height: none;
  max-width: none;
}
.custom-cropper .cr-slider-wrap {
  position: relative;
}
.custom-cropper .cr-slider-wrap:before,
.custom-cropper .cr-slider-wrap:after {
  position: absolute;
  top: -7px;
  speak: none;
  height: 15px;
  width: 15px;
  line-height: 1;
}
.custom-cropper .cr-slider-wrap:before {
  content: '';
  left: -30px;
  background: transparent url("../img/new/page-icons/ico.minus.svg") center no-repeat;
}
.custom-cropper .cr-slider-wrap:after {
  content: '';
  right: -30px;
  background: transparent url("../img/new/page-icons/ico.plus.svg") center no-repeat;
}
.cropper-preview {
  width: 60px;
  height: 60px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 295px;
  z-index: 100;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.cropper-preview img {
  width: 100%;
}
.cropper__buttons {
  text-align: center;
  padding-top: 30px;
}
.cropper__buttons a:hover {
  text-decoration: none;
}
.cropper__button {
  margin: 0 5px;
  display: inline-block;
  height: 40px;
  width: 110px;
  line-height: 40px;
  font-size: 13px;
  font-weight: 600;
  color: #b3b3b3;
  box-shadow: 0 0 0 1px #b3b3b3;
  border-radius: 3px;
}
.cropper__button--save {
  background-color: #5ec478;
  color: #fff;
}
.cropper__button--save:hover {
  background-color: #48b75f;
  color: #fff !important;
}
.tag {
  display: inline-block;
  background-color: #f96;
  padding: 0 10px;
  line-height: 30px;
  font-size: 14px;
  font-weight: 600;
  margin: 0 2px;
  vertical-align: top;
  color: #fff;
  border-radius: 3px;
  cursor: pointer;
}
.tag:hover {
  text-decoration: none;
}
.tag--reset {
  color: #808080;
  background-color: transparent;
  padding: 0 5px;
}
.tag--reset:hover {
  color: #999;
  background-color: transparent;
}
.tag--hidden {
  display: none;
}
.tag__close {
  display: inline-block;
  height: 8px;
  width: 8px;
  background: transparent url("../img/new/tags/ico.tag.close.svg") center no-repeat;
}
.desktop .tag:hover {
  background-color: #ff793e;
}
.tb {
  position: fixed;
  top: 0;
  height: 100%;
  left: 0;
  width: 310px;
  z-index: 105;
  transition: top 0.3s;
}
.tb--notification {
  top: 60px;
}
.tb--notification .tb__lbody {
  padding-bottom: 120px;
}
.tb--active .tb__lhead {
  opacity: 1;
}
.tb__list {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 310px;
  border-top: 1px solid transparent;
  z-index: 2;
}
.tb__lhead {
  display: none;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 60px;
  line-height: 60px;
  padding: 0 30px 0 30px;
  color: #4d4d4d;
  font-size: 17px;
  font-weight: 600;
  background-color: #f2f1ee;
  cursor: pointer;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.3), 0 -1px 0 0 #e6e6e6 inset;
  z-index: 2;
  transition: opacity 0.3s;
}
.tb__lhead:before {
  position: absolute;
  top: 0;
  right: 15px;
  height: 60px;
  width: 16px;
  display: block;
  background-color: transparent;
  background-image: url("../img/new/menu/sprite.menu.svg");
  background-repeat: no-repeat;
  background-position: center -900px;
  background-size: 46px 1500px;
  content: '';
}
.tb__lbody {
  height: 100%;
  padding-bottom: 60px;
}
.tb__lcontainer {
  overflow: auto;
  height: 100%;
  background-color: #fff;
  box-shadow: 1px 0 0 0 #e6e6e6;
}
.tb__lcats {
  margin-bottom: 0;
  padding: 15px 15px 15px 15px;
  color: #666;
  font-size: 14px;
  font-weight: 600;
}
.tb__settings {
  padding: 0 30px 20px;
}
.tb__settings__item {
  position: relative;
  color: #666;
  line-height: 18px;
  font-size: 14px;
  font-weight: 600;
  padding: 13px 0 13px 30px;
  cursor: pointer;
}
.tb__settings__item:before {
  position: absolute;
  top: 50%;
  left: 0;
  height: 18px;
  width: 18px;
  margin-top: -9px;
  background-color: #ececec;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  display: block;
  content: '';
}
.tb__settings__item--active:before {
  border: none;
  background: #48b75f url("../img/new/tags/ico.list.item.checked.white.svg") center no-repeat;
  background-size: 10px 7px;
}
.tb__settings__item--disabled {
  cursor: default;
}
.tb__settings__item--disabled:before {
  opacity: 0.5;
}
.tb__lcat {
  display: block;
}
.tb__lcat__item {
  position: relative;
  margin-bottom: 1px;
  padding: 7px 15px;
  line-height: 18px;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
}
.tb__lcat__item--checked {
  color: #fff;
  background-color: #ff793e;
  cursor: default;
}
.tb__lsubcats {
  display: none;
  padding-left: 15px;
}
.tb__lsubcat {
  display: block;
}
.tb__lsubcat__item {
  display: block;
  position: relative;
  margin-bottom: 1px;
  padding: 7px 15px 7px 12px;
  line-height: 18px;
  color: #666;
  font-weight: 400;
  cursor: pointer;
  transition: background-color 0.3s;
}
.tb__lsubcat__item--checked {
  color: #fff;
  background-color: #ff793e;
  cursor: default;
}
.tb__stags {
  padding-left: 0;
  width: 250px;
  margin-bottom: 0;
}
.tb__stag {
  display: block;
}
.tb__stag__item {
  position: relative;
  padding: 9px 25px 9px 15px;
  color: #fff;
  font-size: 15px;
  line-height: 18px;
  font-weight: 600;
  border-radius: 3px;
  background-color: #f96;
  cursor: pointer;
}
.tb__stag__item:after {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -4px;
  display: block;
  height: 8px;
  width: 8px;
  background: transparent url("../img/new/tags/ico.tag.close.svg") center no-repeat;
  content: '';
}
.tb__stag:last-child {
  margin-bottom: 25px;
}
.tb__sbtns {
  overflow: hidden;
  width: 250px;
}
.tb__sbtn {
  display: block;
  height: 35px;
  line-height: 35px;
  width: 120px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  background-color: #808080;
  border-radius: 3px;
}
.tb__sbtn:hover,
.tb__sbtn:focus {
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
}
.tb__sbtn--gray {
  float: left;
}
.tb__sbtn--green {
  float: right;
  background-color: #5ec478;
}
.tb__obtns {
  display: none;
  position: absolute;
  bottom: 0;
  overflow: hidden;
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 85px;
  padding: 20px 15px;
  text-align: center;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.3);
  background-color: #fff;
}
.tb__obtn {
  display: inline-block;
  height: 45px;
  line-height: 45px;
  width: 140px;
  margin: 0 5px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  background-color: #e6e6e6;
  border-radius: 3px;
}
.tb__obtn:hover,
.tb__obtn:focus {
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
}
.tb__obtn--gray {
  color: #999;
}
.tb__obtn--gray:hover {
  background-color: #999;
}
.tb__obtn--green {
  background-color: #5ec478;
}
.tb__obtn--green:hover {
  background-color: #48b75f;
}
.tb__logo {
  display: block;
  height: 60px;
  max-width: 210px;
  padding-left: 15px;
  border-bottom: 1px solid #e6e6e6;
}

.tb__logo__link {
  display: block;
  line-height: 58px;
  width: 179px;
  box-shadow: 0 0 0 1px #00f;
}
.desktop .tb__lcat__item:hover,
.desktop .tb__lsubcat__item:hover {
  color: #666;
  background-color: #ededed;
}
.desktop .tb__lcat__item--checked,
.desktop .tb__lsubcat__item--checked {
  color: #fff;
  background-color: #ff793e;
}
.desktop .tb__lcat__item--checked:hover,
.desktop .tb__lsubcat__item--checked:hover {
  color: #fff;
  background-color: #ff793e;
}
.desktop .tb__stag__item:hover {
  background-color: #ff793e;
}
.pgr {
  overflow: hidden;
  text-align: center;
}
.pgr__items {
  margin-bottom: 70px;
}
.pgr__item {
  color: #808080;
  font-size: 20px;
  font-weight: 600;
  display: inline-block;
  line-height: 35px;
  background-color: #fff;
  border-radius: 3px;
  margin: 0 5px;
  padding: 0 12px;
}
.pgr__item:focus {
  color: #808080;
  text-decoration: none;
}
.pgr__item:hover,
.pgr__item--current {
  text-decoration: none;
  color: #fff;
  background-color: #5ec478;
}
.pgr__item:hover:focus,
.pgr__item--current:focus {
  color: #fff;
}
.hf {
  white-space: nowrap;
  box-sizing: border-box;
}
.hf__overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 104;
}
.hf__overlay--active {
  display: block;
}
.hf__mobheader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 60px;
  background-color: #efefef;
  color: #4d4d4d;
  font-size: 17px;
  font-weight: 700;
  line-height: 60px;
  padding: 0 15px;
  cursor: pointer;
  z-index: 5;
}
.hf__close {
  display: none;
  position: absolute;
  top: 0;
  right: 15px;
  height: 60px;
  width: 16px;
  background-color: transparent;
  background-image: url("../img/new/menu/sprite.menu.svg");
  background-repeat: no-repeat;
  background-position: center -900px;
  background-size: 46px 1500px;
}
.hf__firstline {
  float: left;
  width: 50%;
}
.hf__secondline {
  float: left;
  width: 50%;
}
.hf__titem {
  float: left;
  font-size: 15px;
  color: #4d4d4d;
  line-height: 24px;
  padding: 0 10px;
}
.hf__titem--date {
  width: 50%;
}
.hf__titem--period {
  width: 50%;
  border-left: 1px solid #e6e6e6;
}
.hf__titem--price {
  border-left: 1px solid #e6e6e6;
}
.hf__wrapper {
  position: relative;
}
.hf__container {
  position: relative;
  line-height: 1;
  margin-left: 310px;
  width: auto;
  background-color: #fff;
}
.hf__container:before {
  display: block;
  overflow: hidden;
  content: '';
}
.hf__container--mobile {
  color: #666;
  font-size: 15px;
  font-weight: 600;
  float: left;
  width: 310px;
  box-shadow: -1px 0 0 0 #e6e6e6 inset, 0 1px 0 0 #e6e6e6;
  cursor: pointer;
}
.hf__container:after {
  clear: both;
  display: block;
  content: '';
}
.hf__mtags {
  padding-left: 30px;
  height: 60px;
  line-height: 60px;
}
.hf__mtags:hover {
  background-color: #f2f2f2;
  color: #4d4d4d;
}
.hf__mfilter {
  height: 60px;
  line-height: 60px;
  display: none;
}
.hf__mfilter:hover {
  background-color: #f2f2f2;
  color: #4d4d4d;
}
.hf__location {
  position: relative;
  box-shadow: -1px 0 0 0 #e6e6e6 inset;
  float: left;
  width: 50%;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  background-color: #fff;
}
.hf__location:hover {
  background-color: #f2f2f2;
}
.hf__location__overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 4;
}
.hf__location__wrapper {
  display: table;
  height: 60px;
  width: 100%;
  table-layout: fixed;
  margin-top: 1px;
}
.hf__location__container {
  display: table-cell;
  vertical-align: middle;
}
.hf__location__popup {
  display: none;
  position: absolute;
  top: 1px;
  left: 0;
  right: 0;
  height: 120px;
  box-shadow: 5px 2px 15px 0 rgba(0,0,0,0.1);
}
.hf__location__popup--active {
  display: block;
  z-index: 5;
}
.hf__location__popup--active .hf__location__close {
  position: absolute;
  top: 0;
  left: 0;
  min-height: 100vh;
  min-width: 100vw;
}
.hf__location__line {
  color: #b3b3b3;
  padding: 0 20px;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.4;
}
.hf__location__line span {
  color: #666;
  font-size: 15px;
  font-weight: bold;
}
.hf__location__line--from {
  color: #b3b3b3;
  font-size: 14px;
  font-weight: normal;
}
.hf__location__line--from span {
  color: #b3b3b3;
}
.hf__location__place {
  position: relative;
  height: 59px;
  line-height: 59px;
}
.hf__location__from {
  position: relative;
  height: 60px;
  line-height: 60px;
  box-shadow: 0 -1px 0 0 #e6e6e6;
}
.hf__location__current {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 30px 0 20px;
  font-size: 15px;
  background-color: #fff;
}
.hf__location__current span {
  color: #666;
}
.hf__location__current span.hf__location__current--pre {
  font-size: 15px;
  font-weight: normal;
  color: #adadad;
}
.hf__location__input {
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  width: 100%;
  font-size: 15px;
  color: #666;
  border: none;
}
.hf__location__clear {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  display: block;
  width: 10px;
  background-color: transparent;
  background-image: url("../img/new/menu/sprite.menu.svg");
  background-repeat: no-repeat;
  background-position: center -900px;
  background-size: 46px 1500px;
  cursor: pointer;
}
.hf__location__list {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #fff;
  box-shadow: 0 1px 0 0 #e6e6e6, -1px 0 0 0 #e6e6e6 inset;
  z-index: 2;
}
.hf__location__item {
  color: #b3b3b3;
  padding: 0 20px;
  font-size: 14px;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 40px;
  line-height: 40px;
  box-shadow: 0 -1px 0 0 #e6e6e6;
}
.hf__location__item span {
  color: #4d4d4d;
}
.hf__location__item:hover,
.hf__location__item.active {
  background-color: #f2f2f2;
}
.hf__offer,
.hf__filter {
  display: none;
  width: 50%;
  float: left;
  padding: 10px 15px 10px 30px;
}
.hf__offer__btn,
.hf__filter__btn {
  display: none;
  color: #676767;
  font-size: 15px;
  font-weight: 600;
  height: 40px;
  width: 165px;
  line-height: 40px;
  text-align: center;
  box-shadow: 0 0 0 1px #ddd;
}
.hf__offer__btn:hover,
.hf__filter__btn:hover,
.hf__offer__btn:focus,
.hf__filter__btn:focus {
  color: #999;
  text-decoration: none;
}
.hf__offer__btn:hover,
.hf__filter__btn:hover {
  color: #fff;
  background-color: #f96;
}
.hf__offer__btn:focus,
.hf__filter__btn:focus {
  color: #999;
  background-color: transparent;
}
.hf__filter__btn {
  display: none;
}
.hf__date {
  position: relative;
  width: 50%;
  float: left;
  font-size: 15px;
  font-weight: 600;
  background-color: #fff;
  box-shadow: -1px 0 0 0 #e6e6e6 inset;
}
.hf__date__close {
  z-index: 1;
}
.hf__date__overlay {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.hf__date:hover {
  background-color: #f2f2f2;
  box-shadow: 0 1px 0 0 #f2f2f2;
}
.hf__date__wrapper {
  display: table;
}
.hf__date__container {
  position: relative;
}
.hf__date__reset {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 55px;
  font-size: 15px;
  cursor: pointer;
}
.hf__date__input {
  display: block;
  color: transparent;
  border: 1px solid #ddd;
  background-color: transparent;
  height: 60px;
  width: 100%;
  padding: 0 15px;
  line-height: 60px;
  box-sizing: border-box;
  cursor: pointer;
  border: none;
}
.hf__date__input+label {
  position: absolute;
  top: 0;
  left: 15px;
  line-height: 60px;
  color: #666;
  cursor: pointer;
}
.hf__settings {
  padding: 20px 15px 20px 0;
  float: left;
  font-size: 15px;
  font-weight: 600;
}
.hf__settings__container {
  position: relative;
  display: block;
  height: 40px;
  width: 275px;
}
.hf__options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #fff;
  box-shadow: 0 0 0 1px #ddd, 0 0 15px 0 rgba(0,0,0,0.2);
}
.hf__options__overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
}
.hf__current {
  position: relative;
  z-index: 2;
  box-shadow: 0 0 0 1px #ddd;
}
.hf__current:after {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -2px;
  display: block;
  border-width: 5px 5px 0;
  border-style: solid;
  border-color: #b3b3b3 transparent;
  content: '';
  transition: transform 0.3s;
}
.hf__current:hover {
  box-shadow: 0 0 0 1px #5ec478;
}
.hf__current--active {
  box-shadow: 0 0 0 1px #5ec478;
}
.hf__current--active:after {
  transform: rotate(-180deg);
}
.hf__current,
.hf__option {
  color: #676767;
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
}
.hf__current:hover,
.hf__option:hover,
.hf__current:focus,
.hf__option:focus {
  color: #676767;
  text-decoration: none;
}
.hf__option {
  position: relative;
  z-index: 6;
}
.hf__option:hover {
  background-color: #f4f4f4;
}
.hf__option--disabled {
  color: #b3b3b3;
  background-color: transparent;
}
.hf__option--disabled:hover {
  color: #b3b3b3;
  background-color: transparent;
  cursor: default;
}
.hf__more {
  display: none;
  float: left;
  width: 105px;
  box-shadow: 0 1px 0 0 #e6e6e6;
  background-color: #fff;
}
.hf__more__link {
  position: relative;
  display: block;
  height: 60px;
  line-height: 60px;
  padding-left: 30px;
  padding-right: 47px;
  color: #666;
  font-weight: 600;
}
.hf__more__link:hover,
.hf__more__link:focus {
  text-decoration: none;
  color: #4d4d4d;
}
.hf__more__link:hover {
  background-color: #f2f2f2;
}
.hf__more__link:hover {
  opacity: 0.75;
}
.hf__more__link:before,
.hf__more__link:after {
  position: absolute;
  right: 30px;
  border-style: solid;
  border-color: #b3b3b3 transparent;
  content: '';
}
.hf__more__link:before {
  top: 23px;
  border-width: 0 5px 5px 5px;
}
.hf__more__link:after {
  bottom: 23px;
  border-width: 5px 5px 0 5px;
}
.hf__period {
  width: 50%;
  padding: 10px 20px;
  float: left;
  box-shadow: -1px 0 0 0 #e6e6e6 inset;
}
.hf__period__container {
  display: block;
  height: 40px;
}
.hf__price {
  width: 50%;
  padding: 10px 20px;
  float: left;
}
.hf__price__container {
  height: 40px;
}
.hf__label {
  font-weight: 600;
  color: #666;
  font-size: 15px;
}
.hf__buttons {
  padding-top: 20px;
  padding-bottom: 30px;
}
.hf__buttons--mobile {
  display: none;
}
.hf__button {
  display: block;
  height: 40px;
  line-height: 40px;
  width: 140px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-color: #5ec478;
  border-radius: 3px;
  text-align: center;
  margin: 0 auto;
}
.hf__button:hover,
.hf__button:focus {
  color: #fff;
  text-decoration: none;
  background-color: #48b75f;
}
.hf {
  margin-top: 60px;
  transition: margin-top 0.3s;
}
.hf--hidden {
  margin-top: -20px;
}
.slider-range {
  background-image: none;
  background-color: #d6d6d6;
  border-radius: 1px;
  border: none;
  height: 2px;
  margin: 15px 8px 0;
  cursor: pointer;
}
.slider-range.ui-state-disabled {
  opacity: 0.5;
}
.slider-range.ui-state-disabled .ui-slider-range {
  background-color: #d6d6d6;
}
.slider-range.ui-state-disabled .ui-state-default:hover {
  background-color: #fff;
  cursor: default;
}
.slider-range .ui-slider-range {
  background-color: #ff793e;
}
.slider-range .ui-slider-handle {
  height: 16px;
  width: 16px;
  box-shadow: 0 0 0 1px #ccc;
  border-radius: 8px;
  top: -7px;
  margin-left: -8px;
  cursor: pointer;
}
.slider-range .ui-slider-handle.ui-state-hover {
  background-color: #fff;
  box-shadow: 0 0 0 1px #ff793e;
}
.slider-range .ui-slider-handle.ui-state-active {
  background-color: #fff;
  box-shadow: 0 0 0 2px #ff793e;
}
.slider-range .ui-slider-handle:first-of-type {
  margin-left: -12px;
}
.slider-range .ui-slider-handle:last-of-type {
  margin-left: -4px;
}
.vue-slider-wrap {
  position: relative;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0;
}
.vue-slider-wrap.vue-slider-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.vue-slider-wrap.vue-slider-disabled .vue-slider-dot {
  cursor: not-allowed;
}
.vue-slider-wrap .vue-slider {
  position: relative;
  display: block;
  border-radius: 15px;
  margin: 15px 8px 0;
  background-color: #d6d6d6;
}
.vue-slider-wrap .vue-slider:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.vue-slider-process {
  position: absolute;
  border-radius: 15px;
  background-color: #ff793e;
  transition: all 0s;
  z-index: 1;
}
.vue-slider-horizontal .vue-slider-process {
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
}
.vue-slider-vertical .vue-slider-process {
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
}
.vue-slider-horizontal-reverse .vue-slider-process {
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
}
.vue-slider-vertical-reverse .vue-slider-process {
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
}
.vue-slider-dot {
  position: absolute;
  border-radius: 50%;
  height: 16px;
  width: 16px;
  top: -8px;
  background-color: #fff;
  box-shadow: 0 0 0 1px #ccc;
  transition: all 0s;
  cursor: pointer;
  z-index: 3;
}
.vue-slider-dot:hover {
  box-shadow: 0 0 0 1px #ff793e;
}
.vue-slider-dot--mobile {
  height: 30px;
  width: 30px;
  box-shadow: 0 0 0 2px #de4d43;
}
.vue-slider-dot--active {
  box-shadow: 0 0 0 2px #ff793e;
}
.vue-slider-dot--active:hover {
  box-shadow: 0 0 0 2px #ff793e;
}
.vue-slider-horizontal .vue-slider-dot {
  margin-left: -4px;
}
.vue-slider-horizontal .vue-slider-dot+.vue-slider-dot {
  margin-left: -4px;
}
.vue-slider-horizontal-reverse .vue-slider-dot {
  right: 0;
}
.vue-slider-vertical-reverse .vue-slider-dot {
  top: 0;
}
.vue-slider-dot::after {
  content: attr(data-slierValue);
  display: none;
  font-size: 14px;
  white-space: nowrap;
  position: absolute;
  padding: 2px 5px;
  min-width: 20px;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  background-color: #ff793e;
  z-index: 9;
}
.vue-slider-dot.vue-slider-tooltip-top::after {
  top: -9px;
  left: 50%;
  transform: translate(-50%, -100%);
}
.vue-slider-dot.vue-slider-tooltip-bottom::after {
  bottom: -9px;
  left: 50%;
  transform: translate(-50%, 100%);
}
.vue-slider-dot.vue-slider-tooltip-left::after {
  top: 50%;
  left: -9px;
  transform: translate(-100%, -50%);
}
.vue-slider-dot.vue-slider-tooltip-right::after {
  top: 50%;
  right: -9px;
  transform: translate(100%, -50%);
}
.vue-slider-dot.vue-slider-tooltip-top::before {
  content: '';
  display: none;
  position: absolute;
  top: -10px;
  left: 50%;
  width: 0;
  height: 0;
  border-width: 6px;
  border-style: solid;
  border-color: transparent;
  border-top-color: #ff793e;
  transform: translate(-50%, 0);
}
.vue-slider-dot.vue-slider-tooltip-bottom::before {
  content: '';
  display: none;
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 0;
  height: 0;
  border-width: 6px;
  border-style: solid;
  border-color: transparent;
  border-bottom-color: #ff793e;
  transform: translate(-50%, 0);
}
.vue-slider-dot.vue-slider-tooltip-left::before {
  content: '';
  display: none;
  position: absolute;
  top: 50%;
  left: -10px;
  width: 0;
  height: 0;
  border-width: 6px;
  border-style: solid;
  border-color: transparent;
  border-left-color: #ff793e;
  transform: translate(0, -50%);
}
.vue-slider-dot.vue-slider-tooltip-right::before {
  content: '';
  display: none;
  position: absolute;
  top: 50%;
  right: -10px;
  width: 0;
  height: 0;
  border-width: 6px;
  border-style: solid;
  border-color: transparent;
  border-right-color: #ff793e;
  transform: translate(0, -50%);
}
.vue-slider-dot.vue-slider-hover:hover::before,
.vue-slider-dot.vue-slider-hover:hover::after {
  display: block;
}
.vue-slider-dot.vue-slider-always::before,
.vue-slider-dot.vue-slider-always::after {
  display: block !important;
}
.vue-slider-piecewise {
  position: absolute;
  width: 100%;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  height: 100%;
  list-style: none;
}
.vue-slider-piecewise li {
  position: absolute;
  background-color: rgba(0,0,0,0.16);
  border-radius: 50%;
  z-index: 2;
}
.vue-slider-horizontal .vue-slider-piecewise li {
  top: 0;
}
.vue-slider-vertical .vue-slider-piecewise li {
  left: 0;
}
@media (max-width: 767px) {
  .vue-slider-wrap .vue-slider {
    margin: 25px 8px 0;
  }
  .vue-slider-dot {
    height: 24px;
    width: 24px;
    top: -12px;
  }
}
.g__blocks--home {
  width: 1250px;
  margin: 0 auto 25px;
}
.g__blocks--home .g__block:nth-child(4n+1) {
  margin-left: 0;
}
.g__blocks--search {
  width: 930px;
  margin: 0 auto 25px;
}
.g__blocks--search:after {
  display: block;
  clear: both;
  content: '';
}
.g__blocks--search .g__block:nth-child(3n+1) {
  margin-left: 0;
}
.g__blocks--empty {
  margin-bottom: 0;
}
.g__blocks--empty__ico {
  display: block;
  height: 44px;
  width: 44px;
  margin: 0 auto 30px;
}
.g__blocks--empty__text {
  text-align: center;
  font-size: 26px;
  color: #676767;
}
.g__block {
  float: left;
  background-color: #fff;
  text-align: center;
  margin-bottom: 30px;
  margin-left: 30px;
  width: 290px;
  transition: box-shadow 0.1s;
}
.g__block:hover {
  text-decoration: none;
  box-shadow: 0 0 36px 0 rgba(0,0,0,0.25);
}
.g__block:hover .g__bprice {
  color: #fff;
  background-color: #48b75f;
}
.g__block:focus {
  text-decoration: none;
}
.g__block--more {
  height: 445px;
  background: #fff url("../img/new/load-more.svg") 55px center no-repeat;
  background-size: 200px 180px;
  transition: background-color 0.3s;
}
.g__block--more:hover {
  background-color: #57b66f;
  color: #fff;
}
.g__block--more:hover .g__bmore--qty {
  color: #fff;
}
.g__bhead {
  position: relative;
}
.g__bimg {
  height: 205px;
  width: 290px;
}
.g__btime {
  position: absolute;
  left: 15px;
  bottom: 14px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}
.g__blike {
  display: block;
  position: absolute;
  right: 3px;
  bottom: 2px;
  height: 42px;
  width: 42px;
  background: transparent url("../img/new/sprite.offer.heart.svg") 0 0 no-repeat;
  background-size: 42px 210px;
  cursor: pointer;
  transition: opacity 0.3s;
}
.g__blike:hover {
  background-position: 0 25%;
}
.g__blike.active {
  background-position: 0 100%;
}
.g__bmask {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 80px;
  background: linear-gradient(transparent 0%, #000 100%);
}
.g__bbody {
  height: 240px;
  padding: 20px 20px 0;
}
.g__btitle {
  color: #4d4d4d;
  font-size: 19px;
  font-weight: 600;
  line-height: 29px;
  height: 60px;
  overflow: hidden;
  margin: 0 auto 9px;
}
.g__bplace {
  color: #9d9d9d;
  font-size: 13px;
  line-height: 18px;
  height: 35px;
  height: 36px;
  width: 180px;
  margin: 0 auto 24px;
  opacity: 0;
}
.g__bprice {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: #f2f2f2;
  padding: 0 20px;
  margin-bottom: 4px;
  color: #666;
  font-size: 18px;
  font-weight: 600;
}
.g__bnote {
  color: #b5b5b5;
  font-size: 13px;
  font-weight: 600px;
}
.g__bmore {
  margin-top: 185px;
  font-size: 18px;
  line-height: 1.3;
}
.g__bmore--qty {
  font-size: 40px;
  font-weight: 600;
  display: block;
  color: #48b75f;
}
.not_resp {
  padding-top: 60px;
}
.not_resp .top_menu {
  transition: top 0.3s;
}
.body--notification .top_menu {
  top: 120px;
}
.tour_head_info {
  display: flex;
  align-items: flex-start;
}
.tour_duration {
  flex-shrink: 0;
}
.tour_information {
  flex-shrink: 1;
  margin-right: 25px;
}
@media (max-width: 600px) {
  .tour_information {
    margin-right: 0;
  }
}
.photo_button_block {
  flex-grow: 1;
  flex-shrink: 0;
  text-align: right;
}
.reg_form--simple .err-msg {
  bottom: 47px;
}
.reg_form--simple .reg_input {
  border: 1px solid #d8d8d8;
  height: 40px;
  color: #000;
  font-size: 15px;
  font-weight: normal;
  line-height: 40px;
  padding: 0 10px;
}
.reg_form--simple .reg_input:focus {
  border-color: #5ec478;
}
.reg_form--simple .reg_input:focus+.reg_placeholder {
  font-size: 14px;
  bottom: 40px;
  text-transform: none;
}
.reg_form--simple .reg_placeholder {
  font-size: 14px;
  color: #666;
  font-weight: bold;
  bottom: 40px;
  text-transform: none;
}
.reg_form--simple .error .reg_placeholder {
  bottom: 40px;
}
.reg_form--simple .error .reg_input:focus+.reg_placeholder {
  bottom: 40px;
  color: #4d4d4d;
}
.reg_form--simple .error:after {
  color: #de4d43;
  font-size: 14px;
  font-weight: normal;
  left: auto;
  right: 0;
  bottom: 60px;
}
.reg_form--simple .form_row.full .reg_placeholder {
  text-transform: none;
  font-size: 14px;
  bottom: 40px;
  font-weight: bold;
}
.reg_form--simple .form_row.full.error .reg_placeholder,
.reg_form--simple .form_row.pass_error .reg_placeholder {
  bottom: 55px;
  color: #666;
}
.reg_form--simple .form_row.full.error .reg_input:focus+.reg_placeholder,
.reg_form--simple .form_row.pass_error .reg_input:focus+.reg_placeholder {
  bottom: 40px;
}
.reg_form--simple .form_row.error {
  margin-bottom: 0;
  padding-bottom: 0;
}
.reg_form--simple .form_row.error .reg_input {
  border: 1px solid #ffc2c2;
  background-color: #fff5f5;
}
.profile--edit .p__message--error--phone {
  margin-left: 105px;
}
.iti-flag.pg {
  min-height: 15px !important;
  padding-top: 0 !important;
}
.iti-flag.sr {
  margin-left: 0;
  padding-top: 0;
}
.iti-flag.tr {
  display: block;
}
@media (max-width: 470px) {
  .fancybox-wrap .reg_login_block.reg_login_block_ajax {
    min-width: 375px;
  }
}
@media (max-width: 414px) {
  .fancybox-wrap.fancybox-type-ajax .fancybox-inner {
    width: 100% !important;
  }
  .fancybox-wrap.fancybox-type-ajax .fancybox-inner .reg_login_block {
    height: 100%;
  }
  .fancybox-wrap.fancybox-type-ajax .fancybox-inner .reg_login_block {
    margin-top: 0 !important;
  }
  .fancybox-wrap.fancybox-type-ajax .reg_login_block {
    margin: 0 !important;
  }
  .fancybox-wrap.fancybox-type-ajax .reg_login_block.reg_login_block_ajax {
    min-width: 320px;
  }
}
.gallary_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.gallary_item {
  width: auto;
}
.gallary_small {
  width: auto;
  min-width: 25%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.gallary_big {
  width: auto;
  min-width: 50%;
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
}
.phone_row .p__frow {
  padding-top: 0;
}
.phone_row.clear {
  clear: both;
}
.phone_row.clear h5 {
  padding-left: 0 !important;
}
.phone_row.clear h5+.p__frow {
  padding-top: 0;
}
.phone_row.clear .p__code {
  font-size: 15px;
}
.offer-item-calendar__prev-month,
.offer-item-calendar__next-month {
  height: 24px;
  width: 24px;
  position: absolute;
  display: block;
  border: 0;
  background-color: transparent;
}
.offer-item-calendar__prev-month:before,
.offer-item-calendar__next-month:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 24px;
  width: 24px;
  background-color: transparent;
  background-image: url("../img/new/calendar.arrows.sprite.svg");
  background-size: 72px 48px;
  content: '';
}
.offer-item-calendar__prev-month {
  left: 0;
}
.offer-item-calendar__prev-month:before {
  background-position: -24px 0;
}
.offer-item-calendar__prev-month:hover:before {
  background-position: -48px 0;
}
.offer-item-calendar__prev-month:active:before {
  background-position: 0 0;
}
.offer-item-calendar__next-month {
  right: 0;
}
.offer-item-calendar__next-month:before {
  background-position: -24px -24px;
}
.offer-item-calendar__next-month:hover:before {
  background-position: -48px -24px;
}
.offer-item-calendar__next-month:active:before {
  background-position: 0 -24px;
}
.comments_container {
  padding-top: 40px;
}
.order_link button.order_button,
.order_link a.order_button {
  color: #999;
  text-decoration: none;
}
.order_link button.order_button:hover,
.order_link a.order_button:hover,
.order_link button.order_button:focus,
.order_link a.order_button:focus {
  text-decoration: none;
  color: #4d4d4d;
}
.not_resp {
  display: flex;
  flex-grow: 1;
}
.not_resp .pg {
  flex-grow: 1;
}
.not_resp .order_link {
  position: relative;
  top: -5px;
}
.not_resp .order_link .order_button {
  display: inline-block;
  line-height: 1;
}
.not_resp .order_link button.order_button {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  background-color: #fd7a42;
  margin-right: 5px;
  padding: 8px 12px;
  border-radius: 2px;
}
.not_resp .order_link button.order_button:hover,
.not_resp .order_link button.order_button:focus {
  text-decoration: none;
  background-color: #f0743e;
}
.not_resp .order_link a.order_button {
  color: #4d4d4d;
  font-size: 14px;
  font-weight: bold;
  background-color: #e6e6e6;
  padding: 8px 12px;
  border-radius: 2px;
}
.not_resp .order_link a.order_button:hover,
.not_resp .order_link a.order_button:focus {
  color: #4d4d4d;
  text-decoration: none;
  background-color: #d8d8d8;
}
#settings_form .phone_row {
  max-width: 300px;
}
#edit_resources .offer_item_day_group .checkbox_block label {
  color: #4d4d4d;
  font-weight: bold;
  font-size: 20px;
}
.cut-text {
  margin-top: 20px;
}
@media (max-width: 599px) {
  .cut-text {
    margin-top: 15px;
  }
}
#edit_resources label {
  color: #808080;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
}
.top_order_information>.col-md-3 {
  min-width: 160px;
  padding-left: 0;
}
.top_order_information .dashed_line.tablet {
  display: none;
}
.top_order_information .time_block.time_block_single {
  margin-top: 0;
  padding-top: 0;
}
.co__extra .phone_block {
  margin-top: 0;
}
.co__extra .dashed_line+.phone_block {
  margin-top: 15px;
}
@media (max-width: 991px) {
  .top_order_information>.col-md-3 {
    width: 100%;
    padding-right: 0;
  }
  .top_order_information .offer_item_group_count {
    margin: 10px 0;
  }
  .top_order_information .co__qty {
    margin-top: 0;
  }
}
.reg_form_description.row label.checkbox {
  white-space: nowrap;
}
#company_registration .err-msg--bottom {
  position: absolute;
  top: 100%;
  margin-top: -15px;
}
.w55 {
  width: 55px !important;
}
.w100 {
  width: 100px !important;
}
.pl65 {
  padding-left: 65px !important;
}
.wauto {
  width: auto !important;
}
@media (max-width: 599px) {
  .fancybox-type-image .fancybox-close {
    background-size: 20px 20px !important;
    top: 10px;
    right: 10px;
    height: 40px !important;
    width: 40px !important;
  }
}
.soc__item {
  position: relative;
  background-color: #3a5795;
  min-width: 280px;
}
.soc__link {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  font-family: "Open-sans_semibold", Helvetica, Arial, sans-serif;
  line-height: 45px;
  padding-left: 15px;
}
.soc__link:hover {
  color: #fff;
  text-decoration: none;
  background-color: #4d679f;
}
.soc__link:hover .soc__icon--fb {
  background-position: 0 -50px;
}
.soc__link:focus,
.soc__link:active {
  color: #fff;
  text-decoration: none;
}
.soc__icon {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  height: 45px;
  width: 50px;
  background: transparent url("../img/icons_social.svg") 0 0 no-repeat;
  background-size: 50px 300px;
}
.soc__icon--fb {
  background-position: 0 0;
}
.ie {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0,0,0,0.7);
  z-index: 205;
}
.ie__wrapper {
  display: table;
  height: 100vh;
  width: 100vw;
}
.ie__container {
  display: table-cell;
  vertical-align: middle;
}
.ie__popup {
  width: 520px;
  margin: 0 auto;
  padding: 35px 60px 40px;
  background-color: #fff;
  text-align: center;
}
.ie__logo {
  margin-bottom: 35px;
  height: 28px;
  width: 156px;
}
.ie__text {
  color: #808080;
  font-size: 15px;
  line-height: 22px;
}
.ie__text a {
  color: #ff793e;
  text-decoration: underline;
}
.ie__text a:hover,
.ie__text a:focus {
  color: #ff793e;
  text-decoration: none;
}
body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}
main {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}
main.home__main {
  display: block;
}
.pg__wrapper {
  width: 100%;
}
.pg--middle {
  align-items: center;
  justify-content: center;
}
.flex .sr {
  width: 100%;
}
.block-transition {
  transition: opacity 0.3s;
}
.block-enter,
.block-leave {
  opacity: 0;
}
.tb-transition {
  transition: opacity 0.3s, left 0.3s 0.1s, top 0.3s;
}
.tb-enter,
.tb-leave {
  transition: opacity 0.3s 0.1s, left 0.3s, top 0.3s;
  opacity: 0;
  left: -320px;
}
.tag-transition {
  transition: opacity 0.2s;
}
.tag-enter,
.tag-leave {
  opacity: 0;
}
.selected-transition {
  transition: left 0.3s;
}
.selected-enter,
.selected-leave {
  left: 0;
}
.overlay-transition {
  transition: opacity 0.3s;
}
.overlay-enter,
.overlay-leave {
  opacity: 0;
}
.slideup-transition {
  top: 0;
  transition: top 0.3s;
}
.slideup-enter,
.slideup-leave {
  top: -165px;
}
@media (max-width: 1330px) {
  .head--fixed .head__logo {
    margin-left: 20px;
  }
  .tb {
    width: 290px;
  }
  .tb__list {
    width: 290px;
  }
  .footer--fixed {
    margin-left: 290px;
  }
  .sr {
    margin-left: 290px;
  }
  .sr__loading {
    margin-left: 110px;
  }
  .hf__container {
    width: 100%;
    margin-left: 290px;
    padding-top: 1px;
  }
  .hf__container--mobile {
    width: 290px;
  }
  .hf__container:before {
    display: block;
    overflow: hidden;
    content: '';
  }
  .hf__firstline {
    position: absolute;
    top: 0;
    left: 0;
    right: 395px;
    float: none;
    width: auto;
    background-color: #fff;
    border-bottom: 1px solid #e6e6e6;
    z-index: 4;
  }
  .hf__location {
    width: 50%;
  }
  .hf__date {
    width: 50%;
  }
  .hf__date__container {
    width: auto;
  }
  .hf__secondline {
    margin-top: -10px;
    float: none;
    width: auto;
    overflow: hidden;
    transition: margin-top 0.3s;
  }
  .hf__secondline--active {
    margin-top: 60px;
  }
  .hf__period {
    padding: 15px 20px;
    width: 320px;
    box-shadow: none;
  }
  .hf__price {
    padding: 15px 20px;
    width: 320px;
  }
  .hf__more {
    position: absolute;
    top: 0;
    left: 100%;
    display: block;
  }
  .hf__more__link {
    height: 61px;
    line-height: 61px;
  }
  .hf__mtags {
    padding-left: 20px;
    height: 61px;
    line-height: 61px;
  }
}
@media (max-width: 1299px) {
  .g__blocks--home {
    width: 610px;
  }
  .g__blocks--home .g__block:nth-child(odd) {
    margin-left: 0;
  }
  .g__blocks--search {
    width: 930px;
  }
}
@media (max-width: 1280px) {
  .g__blocks--search {
    width: 610px;
  }
  .g__blocks--search .g__block:nth-child(3n+1) {
    margin-left: 30px;
  }
  .g__blocks--search .g__block:nth-child(odd) {
    margin-left: 0;
  }
}
@media (max-width: 1120px) {
  .home__title--about {
    font-size: 80px;
    line-height: 68px;
  }
}
@media (max-width: 1075px) {
  .home__search {
    width: 910px;
  }
  .home__search__btn {
    width: 50px;
  }
  .home__search__element--btn {
    font-size: 0;
    background: #ff793e url("../img/new/search.white.svg") 16px 21px no-repeat;
  }
  .home__title {
    position: absolute;
    top: 190px;
    left: 0;
    right: 0;
    color: #fff;
    max-width: 910px;
  }

  .home__subtitle {
    position: absolute;
    top: 367px;
    max-width: 910px;
  }
}
@media (max-width: 1023px) {
  .head__logo__img {
    margin-left: -5px !important; 
  }
  .head--fixed .head__logo {
    border-right: none;
  }
  .head--fixed .menu__links {
    height: auto;
  }
  .home__header {
    padding-top: 0;
    height: 610px;
    background: transparent url("../img/new/home__head__1024.jpg") center 60px no-repeat;
    background-size: cover;
  }
  .home__title {
    height: 104px;
    top: 135px;
    font-size: 57px;
    font-weight: 500;
    letter-spacing: 1.76px;
    line-height: 52px;
    text-align: center;
    padding: 0 20px;
    width: 570px;
  }
  .home__title--about {
    bottom: 245px;
  }
  .home__subtitle {
    height: 46px;
    width: 400px;
    top: 270px;
    font-size: 20px;
    text-align: center;
    letter-spacing: 0.48px;
    line-height: 24px;
  }
  .home__subtitle--about {
    top: 255px;
    width: auto;
  }
  .home__search {
    top: 350px;
    height: auto;
    width: 420px;
  }
  .home__search__place,
  .home__search__offers,
  .home__search__date {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    margin-bottom: 10px;
    height: 50px;
  }
  .home__search__place .dpr__wrapper,
  .home__search__offers .dpr__wrapper,
  .home__search__date .dpr__wrapper {
    left: -1px;
    background-color: #f4f4f4;
    z-index: 1;
  }
  .home__search__place .daterangepicker,
  .home__search__offers .daterangepicker,
  .home__search__date .daterangepicker {
    position: relative;
    overflow: hidden;
    box-shadow: none;
    top: 0;
    left: 0;
    margin: 0 auto;
  }
  .home__search__place__close--h50,
  .home__search__offers__close--h50,
  .home__search__date__close--h50 {
    background-position: center -905px;
  }
  .home__search__checked {
    height: 50px;
    line-height: 50px;
  }
  .home__search__offers__current {
    height: 50px;
    line-height: 50px;
  }
  .home__search__btn {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
  }
  .home__search__element {
    height: 50px;
    line-height: 50px;
  }
  .home__search__element--btn {
    font-size: 16px;
    background-image: none;
  }
  .home__search__element--date+label {
    height: 50px;
    line-height: 50px;
  }
  .home__search__list {
    width: 100%;
  }
  .tb {
    width: 320px;
    left: -415px;
  }
  .tb--notification {
    top: 0;
  }
  .tb__list {
    width: 320px;
    border-top: 1px solid #e6e6e6;
  }
  .tb--active {
    left: 0;
  }
  .tb__lhead {
    display: block;
  }
  .tb__lcontainer {
    padding-bottom: 80px;
    box-shadow: none;
  }
  .tb__obtns {
    display: block;
  }
  .sr {
    margin-left: auto;
    margin-right: auto;
  }
  .sr__loading {
    margin-left: -35px;
  }
  .g__blocks--search {
    width: 930px;
    max-width: 100%;
  }
  .g__blocks--search .g__block:nth-child(odd) {
    margin-left: 30px;
  }
  .g__blocks--search .g__block:nth-child(3n+1) {
    margin-left: 0;
  }
  .hf__container {
    margin-left: 200px;
  }
  .hf__container--mobile {
    width: 200px;
  }
  .hf__firstline {
    right: 285px;
  }
  .hf__secondline {
    position: static;
  }
  .hf__more {
    width: 85px;
  }
  .hf__more__link {
    padding-left: 20px;
    padding-right: 37px;
  }
  .hf__more__link:before,
  .hf__more__link:after {
    right: 20px;
  }
  .footer--fixed {
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .g__blocks--search {
    width: 610px;
    max-width: 100%;
  }
  .g__blocks--search .g__block:nth-child(3n+1) {
    margin-left: 30px;
  }
  .g__blocks--search .g__block:nth-child(odd) {
    margin-left: 0;
  }
}
@media (max-width: 945px) {
  .datepicker#ui-datepicker-div:before {
    left: 135px;
  }
  .datepicker--hf {
    margin-left: 0;
  }
  .datepicker--hf#ui-datepicker-div:before {
    left: 13px;
  }
}
@media (max-width: 849px) {
  .fav__bsoc--text {
    display: none;
  }
  .hf__period,
  .hf__price {
    padding-left: 20px;
    padding-right: 10px;
    width: 270px;
  }
}
@media (max-width: 799px) {
  .menu__link__avatar {
    margin-left: 12px;
    margin-right: 12px;
  }
  .menu__link__title {
    display: none;
  }
  .hf__firstline {
    right: 250px;
  }
  .hf__more {
    width: 50px;
  }
  .hf__more__link {
    width: 50px;
    padding: 0;
  }
  .hf__more__link:before,
  .hf__more__link:after {
    right: 20px;
  }
  .hf__more__text {
    display: none;
  }
  .footer {
    text-align: center;
  }
  .footer .container {
    height: 100px;
    padding-top: 15px;
  }
  .footer__menu {
    height: 35px;
  }
  .footer__copy,
  .footer__soc {
    display: inline-block;
    position: static;
    height: 40px;
    line-height: 40px;
    margin: 0 5px;
  }
  .footer__lsoc {
    vertical-align: middle;
  }
}
@media (max-width: 767px) {
  .menu__btn {
    display: block;
    margin-right: 4px;
  }
  .menu__btn--close {
    display: block;
  }
  .menu__links {
    background-color: #fff;
    position: fixed;
    top: 0;
    bottom: 0;
    right: -255px;
    height: auto;
    width: 255px;
    z-index: 102;
    overflow: auto;
    transition: right 0.3s;
  }
  .menu__links--basic {
    padding: 7px 0;
    text-align: left;
    border-bottom: 1px solid #e6e6e6;
  }
  .menu__links--extra {
    display: block;
    border-bottom: 1px solid #e6e6e6;
    padding: 7px 0;
  }
  .menu__links--soc {
    display: block;
    padding: 25px 0 7px 20px;
  }
  .menu__links--logout {
    display: block;
    padding: 7px 0;
  }
  .menu__links.active {
    right: 0;
  }
  .menu__link {
    color: #676767;
    float: none;
    display: block;
    height: 45px;
    line-height: 45px;
    margin: 0;
    font-weight: 600;
    padding-left: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 235px;
  }
  .menu__link__avatar {
    display: inline-block;
    margin-top: 7px;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  .menu__link__avatar--noavatar {
    background-color: #fff;
    background-image: url("../img/new/menu/sprite.menu.svg");
    background-repeat: no-repeat;
    background-position: center -780px;
    background-size: 46px 1500px;
    height: 60px;
    margin-top: -9px;
  }
  .menu__link__title {
    color: #666;
    display: inline-block;
    margin-left: 10px;
  }
  .menu__link--search--mobile {
    display: block;
  }
  .menu__link:hover {
    color: #333;
    background-color: transparent;
  }
  .menu__link:focus {
    color: #676767;
    text-decoration: none;
  }
  .menu__link--add {
    display: none;
  }
  .menu__link--add--mobile {
    display: block;
  }
  .menu__link--nots {
    display: none;
  }
  .menu__link--nots--mobile {
    display: block;
    height: 60px;
    line-height: 60px;
    float: right;
  }
  .menu__link--favs {
    display: none;
  }
  .menu__link--submenu {
    background-image: none;
    width: auto;
    cursor: default;
  }
  .menu__link--submenu:hover,
  .menu__link--submenu.active {
    background-color: transparent;
  }
  .menu__link--submenu:hover .submenu,
  .menu__link--submenu.active .submenu {
    display: none;
  }
  .menu__link--mobile {
    display: block;
  }
  .menu__link--nomobile {
    display: none;
  }
  .submenu {
    display: none !important;
  }
  .head--fixed .menu__link {
    color: #676767;
    float: none;
  }
  .head--fixed .menu__link:hover,
  .head--fixed .menu__link:focus {
    color: #333;
  }
  .head--fixed .menu__link--search {
    display: none;
  }
  .ps__lhead {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .ps__lhead:after {
    top: 18px;
  }
  .ps__hleft,
  .ps__hright {
    float: none;
    height: 28px;
    line-height: 28px;
  }
  .ps__frow--submit {
    text-align: center;
  }
  .profile {
    max-width: 540px;
  }
  .profile--favorites {
    width: 290px;
    margin: 20px auto;
  }
  .p__right--username {
    margin-left: 0;
    padding-top: 10px;
  }
  .p__rbottom {
    margin-left: 30px;
  }
  .p__rleft {
    float: none;
    margin-left: 165px;
  }
  .p__rright {
    clear: both;
    margin-left: 165px;
    float: none;
  }
  .p__useredit {
    float: none;
    line-height: 24px;
  }
  .p__frow--submit {
    text-align: center;
  }
  .p__ibimg {
    height: auto;
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  .p__ibtitle,
  .p__ibdate,
  .p__ibtext {
    margin-left: 0;
  }
  .p__bottom {
    margin-left: 0;
  }
  .fav {
    width: 290px;
    margin: 0 auto;
  }
  .fav__block {
    margin-bottom: 30px;
  }
  .fav__bhead {
    float: none;
  }
  .fav__bbody {
    margin-left: 0;
    padding: 20px 20px 0;
    height: 240px;
    text-align: center;
  }
  .fav__btitle {
    font-size: 19px;
    height: 60px;
    overflow: hidden;
    margin-bottom: 9px;
  }
  .fav__bplace {
    height: 35px;
    overflow: hidden;
    width: 180px;
    margin: 0 auto 24px;
    font-size: 13px;
  }
  .fav__brevs {
    display: none;
  }
  .fav__bprice {
    display: inline-block;
    float: none;
    margin-bottom: 10px;
  }
  .fav__bnote {
    float: none;
    font-size: 13px;
    height: 18px;
    line-height: 18px;
  }
  .fav__bbottom {
    position: static;
  }
  .fav__bshare {
    display: none;
  }
  .hf__mtags {
    height: 60px;
    line-height: 60px;
  }
  .hf__container {
    visibility: hidden;
    height: 0;
    position: fixed;
    top: 60px;
    overflow: hidden;
    margin-left: 0;
  }
  .hf__container--mobile {
    float: none;
    width: auto;
  }
  .hf__container--active {
    visibility: visible;
    height: auto;
    top: 60px;
    bottom: 0;
    overflow-y: auto;
    z-index: 106;
  }
  .hf__mtags,
  .hf__mfilter {
    display: block;
    padding: 0;
    width: 50%;
    float: left;
    text-align: center;
  }
  .hf__mtags {
    box-shadow: 1px 0 0 0 #e6e6e6;
  }
  .hf__firstline {
    position: relative;
    border-bottom: none;
  }
  .hf__secondline {
    padding-bottom: 0;
    margin-top: 0;
  }
  .hf__secondline--active {
    margin-top: 0;
  }
  .hf__location {
    float: none;
    width: auto;
    font-size: 16px;
  }
  .hf__location__from {
    box-shadow: 0 1px 0 0 #e6e6e6, 0 -1px 0 0 #e6e6e6;
  }
  .hf__location__from .hf__location__current {
    padding-right: 35px;
  }
  .hf__location__current {
    padding: 0 15px;
  }
  .hf__location__current--pre {
    font-size: 16px;
  }
  .hf__location__container {
    display: none;
  }
  .hf__location__popup {
    display: block;
    position: relative;
    box-shadow: none;
  }
  .hf__location__wrapper {
    width: 100%;
  }
  .hf__location__input {
    padding: 0 15px;
  }
  .hf__date {
    width: 100%;
    float: none;
    padding: 0;
    background-color: transparent;
  }
  .hf__date:hover {
    background-color: transparent;
  }
  .hf__date__container {
    width: auto;
  }
  .hf__date__input {
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    box-shadow: 0 -1px 0 0 #e6e6e6 inset;
  }
  .hf__date__input+label {
    font-size: 16px;
  }
  .hf__date__reset {
    color: #b3b3b3;
    margin-right: 15px;
    display: block;
  }
  .hf__more {
    display: none;
  }
  .hf__current {
    height: 55px;
    line-height: 55px;
  }
  .hf__option {
    height: 50px;
    line-height: 50px;
  }
  .hf__period,
  .hf__price {
    float: none;
    width: auto;
    padding: 15px 15px 30px;
    box-shadow: 0 -1px 0 0 #e6e6e6 inset;
  }
  .hf__label {
    font-size: 16px;
  }
  .hf--active .hf__mobheader,
  .hf--active .hf__close,
  .hf--active .hf__date,
  .hf--active .hf__settings,
  .hf--active .hf__secondline {
    display: block;
  }
  .hf--active .hf__offer {
    display: none;
  }
  .hf__buttons--mobile {
    display: block;
  }
  .hf .slider-range {
    margin: 25px 12px 0;
  }
  .hf .slider-range .ui-slider-handle {
    height: 24px;
    width: 24px;
    border-radius: 12px;
    top: -11px;
  }
  .not__line {
    padding: 15px 20px;
  }
  .not__left {
    float: none;
  }
  .not__avatar {
    margin-bottom: 10px;
  }
  .not__text {
    margin-left: 0;
  }
  .slider-range .ui-slider-handle {
    margin-left: -15px;
  }
  .slider-range .ui-slider-handle:first-of-type {
    margin-left: -21px;
  }
  .slider-range .ui-slider-handle:last-of-type {
    margin-left: -5px;
  }
  .tb__lcat__item,
  .tb__lsubcat__item {
    font-size: 16px;
    line-height: 25px;
  }
  .tb__settings__item {
    font-size: 16px;
  }
  .dpr__wrapper {
    position: relative;
    background-color: #f4f4f4;
  }
  .home__search__date .dpr__wrapper {
    position: absolute;
    z-index: 1;
    box-shadow: 0 0 12px 0 rgba(0,0,0,0.3);
  }
  .daterangepicker {
    position: relative;
    overflow: hidden;
    box-shadow: none;
    top: 0;
    left: 0;
    margin: 0 auto;
  }
}
@media (max-width: 699px) {
  .g__blocks--home {
    width: 290px;
  }
  .g__blocks--home .g__block {
    margin-left: 0;
  }
}
@media (max-width: 649px) {
  .sr__tags {
    display: none;
  }
  .sr__tags--mobile {
    display: block;
    padding-left: 15px;
  }
  .g__blocks--search {
    width: 290px;
  }
  .g__blocks--search .g__block {
    margin-left: 0;
  }
  .g__blocks--search .g__block--more {
    height: 290px;
  }
  .g__blocks--search .g__block:nth-child(3n+1) {
    margin-left: 0;
  }
  .g__blocks--search .g__block:nth-child(odd) {
    margin-left: 0;
  }
  .g__blocks--search .g__bmore {
    margin-top: 105px;
  }
  .tb__lhead {
    padding-left: 15px;
  }
  .tb__lhead__count {
    display: block;
  }
  .help__title {
    font-size: 28px;
    line-height: 32px;
  }
  .help__content {
    padding-top: 20px;
  }
  .help__title {
    text-align: left;
    float: none;
    margin-bottom: 0;
  }
  .help__tabs {
    float: none;
    margin-bottom: 20px;
  }
  .help__tab {
    margin-left: 0;
    margin-right: 20px;
  }
  .help__lhead {
    font-size: 16px;
  }
}
@media (max-width: 599px) {
  .page__title {
    margin: 15px 0 15px;
    font-size: 20px;
  }
  .page__wrapper {
    padding: 0 20px;
  }
  .head__logo {
    margin-left: 20px;
  }
  .head--fixed .home__search__element--place {
    position: absolute;
    bottom: 100%;
  }
  .head--fixed .home__search__element--place+label {
    left: auto;
    right: 10px;
  }
  .head--fixed .home__search--active .home__search__element--place {
    position: static;
  }
  .head--fixed .home__search--active .home__search__element--place+label {
    display: none;
  }
  .head--fixed .home__search--active .home__search__btn {
    display: block;
  }
  .head--fixed .home__search--active .home__search__place {
    left: 0;
  }
  .head--fixed .head__search {
    border-left: none;
    left: auto !important;
    width: 60px;
  }
  .menu__btn {
    margin-right: 6px;
  }
  .home__header {
    height: 455px;
    background: transparent url("../img/new/home__head__415.jpg") center 60px no-repeat;
    background-size: cover;
  }
  .home__header--about {
    height: 480px;
  }
  .home__title {
    padding-left: 0;
    text-align: left;
    left: 40px;
    right: 92px;
    height: 56px;
    top: 100px;
    font-size: 23px;
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: 28px;
    width: 370px;
  }
  .home__subtitle {
    display: none;
  }
  .home__subtitle--about {
    top: 275px;
    width: auto;
  }
  .home__search {
    top: 200px;
    font-size: 15px;
    left: 20px;
    right: 20px;
  }
  .home__search__place {
    right: 50px;
  }
  .pg__wrapper {
    padding: 15px;
    overflow: hidden;
  }
  .pg__title {
    margin: 15px 0 20px;
  }
  .profile--preview {
    margin-top: 0;
    padding: 15px 0;
  }
  .profile--edit {
    margin-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
  .profile--impression {
    padding: 15px 15px 20px;
  }
  .p__left {
    float: none;
    width: auto;
    margin-bottom: 10px;
  }
  .p__left--userpic {
    float: left;
    width: 80px;
  }
  .p__limg--avatar {
    height: 50px;
    width: 50px;
  }
  .p__right {
    padding: 0 15px;
  }
  .p__right--username {
    overflow: hidden;
    padding-left: 0;
  }
  .p__right--username .p__rleft,
  .p__right--username .p__rright {
    position: static;
    margin-left: 0px;
  }
  .p__rtop {
    margin-left: 0;
    text-align: center;
  }
  .p__rtitle {
    padding-right: 0;
    padding-bottom: 10px;
    text-align: center;
  }
  .p__redit,
  .p__rchecked {
    display: inline-block;
    line-height: 1;
    padding-bottom: 20px;
    position: relative;
  }
  .p__rmiddle {
    margin-left: 0;
    text-align: center;
  }
  .p__rplace {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .p__rabuse {
    display: block;
  }
  .p__rname {
    font-size: 16px;
    line-height: 21px;
    padding-right: 0;
  }
  .p__rplace {
    margin-bottom: 0;
  }
  .p__rtext {
    margin-top: 15px;
  }
  .p__ititle {
    margin-bottom: 15px;
    font-size: 19px;
  }
  .p__inote {
    margin-top: -5px;
    margin-bottom: 10px;
    font-size: 16px;
  }
  .p__iblock:last-child {
    margin-bottom: 10px;
  }
  .g__blocks--empty__text {
    font-size: 20px;
    line-height: 26px;
    padding: 0 20px;
  }
  .croppie-container .cr-slider-wrap {
    width: 280px;
  }
  .cr-boundary {
    width: 100% !important;
  }
  .solutions__title {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .footer__link--nomobile {
    display: none;
  }
}
@media (max-width: 459px) {
  .home__search {
    left: 15px;
    right: 15px;
    width: auto;
  }
  .home__title{
    left: 15px !important;
    width: auto;
  }
}
@media (max-width: 414px) {
  .head__logo__img {
    margin-left: 5px !important; 
  }
  .head__logo {
    width: 40px;
    overflow: hidden;
  }
  .head--fixed .menu {
    margin-left: 180px;
  }
  .head--fixed .head__logo {
    width: auto;
  }
  .home__title--about {
    top: auto;
    bottom: 200px;
  }
  .home__subtitle--about {
    top: 220px;
  }
  .home__search--active {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: auto;
    background-color: #fff;
    z-index: 105;
  }
  .home__search--active .home__search__offers,
  .home__search--active .home__search__date,
  .home__search--active .home__search__btn {
    display: none;
  }
  .home__search--active .home__search__mobheader {
    display: block;
  }
  .home__search--active .home__search__mobmessage {
    position: absolute;
    top: 120px;
    bottom: auto;
    left: 0;
    right: 0;
    color: #808080;
    padding: 15px;
  }
  .home__search--active .home__search__place {
    height: 100vh;
    right: 0;
  }
  .home__search--active .home__search__list {
    top: 120px;
    bottom: 0;
    overflow: auto;
  }
  .home__search--active .home__search__btn {
    width: 165px;
    top: 180px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .home__search--active .home__search__checked {
    top: 60px;
    height: 60px;
    line-height: 60px;
    padding: 0 15px;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
  }
  .home__search--active .home__search__element--place {
    height: 60px;
    line-height: 60px;
    padding: 0 15px;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
  }
  .home__search--active .home__search__element--btn {
    font-size: 16px;
    background-image: none;
    border-radius: 3px;
  }
  .menu__btn--close {
    width: 50px;
  }
  .ps__title {
    margin: 10px 0 25px;
  }
  .ps__lhead {
    padding-left: 20px;
    padding-right: 50px;
  }
  .ps__lhead:after {
    right: 20px;
  }
  .ps__hbody {
    padding-left: 20px;
    padding-right: 20px;
  }
  .page__wrapper {
    padding: 0 15px;
  }
  .croppie-container .cr-slider-wrap {
    width: 220px;
  }
  .sr__top--stat {
    display: none;
  }
  .tb {
    width: 100%;
    left: -415px;
    max-width: 100%;
  }
  .tb__list {
    width: 100%;
  }
  .tb--active {
    left: 0;
  }
  .about__title {
    font-size: 30px;
    margin-top: 30;
    margin-bottom: 20px;
  }
  .prefooter {
    padding: 30px 15px 50px;
  }
  .datepicker--hf {
    right: 15px;
    width: auto;
  }
  .datepicker--hf#ui-datepicker-div:before {
    display: none;
  }
  .datepicker--hf.ui-widget-content .ui-state-default {
    font-size: 15px;
    line-height: 43px;
  }
  .datepicker--hf.ui-datepicker .ui-datepicker-header {
    padding-top: 0;
  }
  .footer__link {
    margin: 0 3px;
  }
  .hf__date {
    border-bottom: 1px solid #e6e6e6;
  }
}
@media (max-width: 350px) {
  .intl-tel-input .p__inp {
    max-width: 86%;
  }
}
@media (max-width: 350px) {
  .head--fixed .menu {
    margin-left: 170px;
  }
  .head--fixed .head__logo__link {
    width: 140px;
  }
  .home__title--about {
    font-size: 48px;
    line-height: 48px;
  }
  .hf__period,
  .hf__price {
    max-width: 100%;
    box-sizing: border-box;
  }
}
@media (max-width: 499px){
   .home__title{
    padding-left: 0;
    text-align: left;
    left: 35px;
    height: 56px;
    top: 100px;
    font-size: 23px;
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: 28px;
    width: 370px;
    } 
}
@media (max-width: 150px) {
  .head__logo__img {
    margin-left: 5px !important; 
  }
@media (max-width: 479px){
  .home__title {
    left:20px !important;
  }
}
