@charset "UTF-8";
/* ----------------------------------- *\
			icons
\* ----------------------------------- */
.i {
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
/* ----------------------------------- *\
			main styles
\* ----------------------------------- */
body {
  color: #2a2d43;
  background: #fff;
  font-size: 16px;
  line-height: 1.2;
}
p,
ul,
ol {
  position: relative;
}
p img,
ul img,
ol img {
  max-width: 100%;
}
p:last-child,
ul:last-child,
ol:last-child {
  margin-bottom: 0;
}
b {
  font-weight: 500;
}
li {
  position: relative;
  padding-left: 15px;
}
li:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #999ba5;
  margin: -3px 0 0 0;
  position: absolute;
  top: 0.6em;
  left: 0;
}
li:last-child {
  margin-bottom: 0;
}
a {
  text-decoration: none;
  color: #72bd77;
}
a:hover {
  text-decoration: none;
}
a.link-second {
  color: #999ba5;
}
a.link-main,
.link-main {
  text-decoration: none;
  border-bottom: 1px solid;
}
a.link-main:hover,
.link-main:hover {
  border-bottom: none;
}
h1,
.main-title,
h2,
.second-title,
h3,
.small-title,
.vsmall-title {
  display: block;
  position: relative;
  font-size: 36px;
  line-height: 1.1111;
  font-weight: bold;
  margin: 0 0 1em 0;
}
h2,
.second-title {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 1em;
  font-weight: 500;
}
h3,
.small-title {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
  margin: 0 0 1em 0;
}
.vsmall-title {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  margin: 0 0 1em 0;
}
.lbl-title {
  display: block;
  position: relative;
  font-size: 10px;
  line-height: 1.6;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #999ba5;
}
.text-att {
  color: #72bd77;
}
.text-center {
  text-align: center;
}
.text-color-green {
  color: #22947f;
}
.text-nowrap {
  white-space: nowrap;
}
.hr,
hr {
  display: block;
  position: relative;
  overflow: hidden;
  clear: both;
  border: none;
  box-shadow: none;
  width: 100%;
  background: #e5e5e8;
}
@media (min-width: 1024px) {
  h1,
  .main-title {
    font-size: 32px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 1em;
  }
}
/* ----------------------------------- *\
			structura
\* ----------------------------------- */
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
.inner-wrap,
.page {
  position: relative;
  clear: both;
  margin: 0 auto;
  padding: 0 16px;
  min-width: 320px;
  max-width: 1440px;
  width: 100%;
}
.page {
  flex: 1 0 auto;
  padding-top: 32px;
  margin-bottom: 50px;
}
.page-inner .page {
  max-width: 1146px;
}
.wrap {
  overflow: hidden;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.wrap > .cnt-section {
  flex-shrink: 0;
}
.wrap.page-main {
  padding-top: 0;
}
.wrap,
.header,
.nav,
.footer,
.cnt-section {
  position: relative;
  clear: both;
  min-width: 320px;
  width: 100%;
}
.wrap {
  padding-top: 71px;
}
.content-wrap {
  position: relative;
}
.content-wrap:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.cnt,
.side {
  position: relative;
}
.page-main:not(.header-fixed) .header {
  background: none;
  border-bottom: none;
}
.page-main:not(.header-fixed) .header .inner-wrap > .logo-wrap .logo {
  background: url(../img/main/logo-light.svg) center no-repeat;
  background-size: 100% auto;
}
.page-main:not(.header-fixed) .header .inner-wrap > .logo-wrap .logo img {
  opacity: 0;
}
.page-main:not(.header-fixed) .header .btn-action-ico.button-cart:before {
  background-image: url(../img/icons/ico-cart-light.svg);
}
.page-main:not(.header-fixed) .header .btn-action-ico.button-back:before {
  background-image: url(../img/icons/ico-arrow10.svg);
}
.page-main:not(.header-fixed) .header .btn-action-ico.button-search:before {
  background-image: url(../img/icons/ico-search-vlight.svg);
}
.page-main:not(.header-fixed) .header .btn-action-ico.button-menu:not(.active):before {
  background-image: url(../img/icons/ico-menu-light.svg);
}
.header,
.footer {
  flex-shrink: 0;
  font-size: 14px;
  text-align: left;
  line-height: 1;
  font-weight: 400;
}
.header ul,
.footer ul,
.header li,
.footer li,
.header p,
.footer p {
  margin: 0;
  padding: 0;
}
.header ul:before,
.footer ul:before,
.header li:before,
.footer li:before,
.header p:before,
.footer p:before {
  display: none;
}
.header a,
.footer a {
  position: relative;
  transition: all ease 0.2s;
  color: #2a2d43;
  text-decoration: none;
}
.header a:hover,
.footer a:hover {
  text-decoration: none;
}
.footer {
  border-top: 1px solid #e5e5e8;
  overflow: hidden;
  font-size: 14px;
  line-height: 18px;
  color: #999ba5;
}
.footer .soc-wrap,
.footer .apps-buttons-wrap {
  line-height: 1;
  position: relative;
  overflow: hidden;
  font-size: 0;
  white-space: nowrap;
}
.footer .menu-wrap a {
  font-size: 16px;
  line-height: 20px;
  display: block;
  color: #2a2d43;
}
.footer .menu-wrap a:hover {
  color: #72bd77;
}
.footer .btn-action-ico.button-soc {
  display: inline-block;
  vertical-align: top;
  margin: 0 4px;
}
.footer .btn-action-app {
  display: inline-block;
  vertical-align: top;
  margin: 0 9px;
}
.footer .logo {
  width: 80px;
}
.footer a {
  color: #999ba5;
}
.footer a:hover {
  color: #2a2d43;
}
.footer-main-panel,
.footer-bottom-panel {
  display: block;
  position: relative;
  overflow: hidden;
}
.header {
  z-index: 99;
  padding-bottom: 1px;
  border-bottom: 1px solid #ebebeb;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
}
.header .inner-wrap {
  max-width: 1440px;
  padding-top: 15px;
  height: 70px;
}
.header .logo-wrap {
  height: 40px;
  line-height: 40px;
  width: 88px;
}
.header .btn-action-ico.button-back {
  position: absolute;
  top: 15px;
  left: 7px;
  z-index: 2;
}
.header .btn-action-ico + .logo-wrap {
  margin-left: 39px;
}
.header-login .main-menu-wrap .submenu-block .btn-action-ico.button-menu {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  line-height: 1;
  border: 2px solid #72bd77;
  overflow: hidden;
  background: #f0f0f0 url(../img/icons/ico-user-status04.svg) center no-repeat;
}
.header-login .main-menu-wrap .submenu-block .btn-action-ico.button-menu img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.header-login .main-menu-wrap .submenu-block .btn-action-ico.button-menu:before,
.header-login .main-menu-wrap .submenu-block .btn-action-ico.button-menu:after {
  display: none;
}
.header-login .user-wrap {
  line-height: 1;
  display: block;
  position: relative;
  padding-left: 16px;
  margin-bottom: 20px;
  padding-top: 40px;
}
.header-login .user-photo {
  display: block;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  line-height: 1;
  border: 2px solid #72bd77;
  position: relative;
  overflow: hidden;
  background: #f0f0f0 url(../img/icons/ico-user-status04.svg) center no-repeat;
  background-size: 24px auto;
}
.header-login .user-photo img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.main-cart-wrap {
  display: block;
  position: absolute;
  top: 15px;
  right: 55px;
  width: 40px;
  height: 40px;
}
.main-cart-wrap .cart-block {
  display: none;
}
.main-search-wrap {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 15px;
  right: 102px;
}
.main-search-wrap .search-block {
  display: none;
}
.help-menu-box .help-wrap {
  width: 100%;
  background: #fff;
  margin-bottom: 16px;
  padding: 24px 28px 24px 28px;
  font-size: 12px;
  line-height: 19px;
  color: #999ba5;
  text-align: left;
  box-shadow: 2px 8px 32px rgba(0, 0, 0, 0.2), 0px 0px 32px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}
.help-menu-box .help-wrap p {
  margin: 0;
}
.help-menu-box .help-wrap:last-child {
  margin-bottom: 0;
}
.help-menu-box .help-title {
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 29px;
  color: #2a2d43;
  text-align: left;
  margin: 0;
}
.help-menu-box .help-phone-wrap {
  line-height: 1;
  position: relative;
  text-align: center;
}
.help-menu-box .help-phone {
  display: block;
  font-size: 18px;
  line-height: 29px;
  font-weight: 500;
}
.help-menu-box .help-phone a {
  text-decoration: none;
  color: #2a2d43 !important;
}
.help-menu-box .help-messages-wrap {
  overflow: hidden;
  line-height: 1;
  position: relative;
  margin: 0 -8px 16px 0;
}
.help-menu-box .help-messages-wrap:last-child {
  margin-bottom: 0;
}
.help-menu-box .mes-wrap {
  width: 33.33%;
  float: left;
  padding: 0 8px 0 0;
}
.help-menu-box .help-email-wrap {
  line-height: 1;
  position: relative;
  margin-bottom: 18px;
}
.help-menu-box .help-email-wrap:last-child {
  margin-bottom: 0;
}
.help-menu-box .help-email-wrap .btn,
.help-menu-box .help-email-wrap button,
.help-menu-box .help-email-wrap input[type="submit"] {
  display: block;
  width: 100%;
  padding: 0 10px;
  color: #2a2d43 !important;
}
.help-menu-box .help-chat-wrap {
  line-height: 1;
  position: relative;
  margin-bottom: 16px;
  margin-top: 16px;
}
.help-menu-box .help-chat-wrap:last-child {
  margin-bottom: 0;
}
.help-menu-box .help-chat-wrap .btn,
.help-menu-box .help-chat-wrap button,
.help-menu-box .help-chat-wrap input[type="submit"] {
  display: block;
  width: 100%;
  padding: 0 10px;
  color: #fff;
}
.help-menu-box .help-chat-wrap .btn img,
.help-menu-box .help-chat-wrap button img,
.help-menu-box .help-chat-wrap input[type="submit"] img {
  width: 20px;
  display: inline-block;
  vertical-align: top;
  margin: 9px 5px 0 0;
}
.logo {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 100%;
  text-decoration: none;
  line-height: 1;
  letter-spacing: 0;
  font-size: 10px;
}
.logo img {
  display: block;
  width: 100%;
}
.logo:hover {
  text-decoration: none;
}
@media (max-width: 1023px) {
  body.about-show {
    overflow: hidden;
  }
  .page-main .btn-action-ico.button-back {
    display: none;
  }
  .page-main .btn-action-ico.button-back + .logo-wrap {
    margin-left: 0;
  }
  .menu-show .header {
    z-index: 101;
  }
  .footer-main-panel {
    border-bottom: 1px solid #e5e5e8;
  }
  .footer-main-panel .inner-wrap {
    padding-top: 80px;
  }
  .footer-main-panel .soc-wrap {
    font-size: 0;
    position: absolute;
    top: 22px;
    right: 12px;
    float: left;
  }
  .footer-main-panel .logo-wrap {
    position: absolute;
    height: 40px;
    line-height: 40px;
    float: left;
    top: 15px;
    left: 16px;
  }
  .footer-main-panel .menu-wrap {
    padding: 20px 16px 18px 16px;
    margin: 0 -16px;
    border-top: 1px solid #e5e5e8;
  }
  .footer-main-panel .menu-wrap a {
    display: block;
    padding: 10px 0;
  }
  .footer-bottom-panel .inner-wrap {
    padding-top: 70px;
  }
  .footer-bottom-panel .apps-buttons-wrap {
    position: absolute;
    top: 15px;
    left: 7px;
  }
  .footer-bottom-panel .site-menu-wrap {
    border-top: 1px solid #e5e5e8;
    margin: 0 -16px;
    padding: 26px 16px 20px 16px;
  }
  .footer-bottom-panel .site-menu-wrap a {
    display: block;
    padding: 10px 0;
  }
  .footer-bottom-panel .copy-wrap {
    padding: 10px 0 32px 0;
  }
  .footer-bottom-panel .btn-action-app {
    height: 39px;
  }
  .footer-bottom-panel .btn-action-app img {
    height: 39px;
  }
  .footer-bottom-panel .btn-action-app.app {
    padding-top: 2px;
  }
  .footer-bottom-panel .btn-action-app.app img {
    height: 37px;
  }
  .header-login .main-menu-wrap .menu-block {
    padding-top: 70px;
    padding-bottom: 0;
  }
  .header-login .main-menu-wrap .menu-block .header-menu-wrap > ul > li.menu-login {
    display: block;
    padding: 0;
  }
  .header-login .main-menu-wrap .menu-block .header-menu-wrap > ul > li.menu-login .btn-menu .menu-ico {
    display: block;
  }
  .header-login .main-menu-wrap .menu-block .header-menu-wrap > ul > li.menu-cart {
    display: none;
  }
  .header-login .main-menu-wrap .header-menu-wrap {
    padding-top: 0;
  }
  .wrap.page-main:not(.header-fixed) .main-search-wrap .search-block {
    background: none;
  }
  .main-search-wrap {
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 0;
  }
  .main-search-wrap .btn-action-ico.js-btn-toggle {
    position: absolute;
    top: 15px;
    right: 102px;
  }
  .main-search-wrap .search-block {
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    padding: 0 16px 16px 16px;
    background: #fff;
    z-index: 10;
  }
  .main-menu-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
  }
  .main-menu-wrap .login-button-wrap {
    position: fixed;
    bottom: 40px;
    left: 0;
    right: 0;
    line-height: 1;
    padding: 0 16px;
  }
  .main-menu-wrap .login-button-wrap .btn,
  .main-menu-wrap .login-button-wrap button,
  .main-menu-wrap .login-button-wrap input[type="submit"] {
    display: block;
    width: 100%;
    color: #fff !important;
  }
  .main-menu-wrap .menu-help .btn-menu.active + .menu-inner-block {
    display: block;
  }
  .main-menu-wrap .menu-help .menu-inner-block {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(60, 60, 59, 0.8);
    z-index: 999;
    animation: fadein ease 0.2s;
  }
  .main-menu-wrap .menu-help .help-menu-box {
    width: 332px;
    position: fixed;
    bottom: 0;
    left: 50%;
    margin-left: -166px;
    z-index: 2;
    padding: 0 0 128px 0;
  }
  .main-menu-wrap .btn-action-ico.button-main-close {
    position: fixed;
    bottom: 32px;
    left: 50%;
    margin-left: -24px;
  }
  .main-menu-wrap .submenu-block {
    display: none !important;
  }
  .main-menu-wrap .btn-action-ico.button-menu {
    position: absolute;
    top: 15px;
    right: 9px;
  }
  .main-menu-wrap .btn-action-ico.button-menu.active ~ .menu-block {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
  .main-menu-wrap .btn-action-ico.button-close {
    position: absolute;
    top: 15px;
    right: 9px;
  }
  .main-menu-wrap .menu-block {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background: #fff;
    width: 100%;
    padding: 70px 0 100px 0;
    flex-direction: column;
    height: 100%;
  }
  .main-menu-wrap .menu-inner-block {
    display: none;
  }
  .main-menu-wrap .logo-wrap {
    position: absolute;
    top: 15px;
    left: 16px;
    float: left;
    display: block;
  }
  .main-menu-wrap .header-menu-wrap {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding-top: 95px;
    overflow: auto;
  }
  .main-menu-wrap .header-menu-wrap.active {
    overflow: hidden;
  }
  .main-menu-wrap .menu > li {
    display: block;
    width: 100%;
  }
  .main-menu-wrap .menu > li.menu-cart {
    display: none;
  }
  .main-menu-wrap .menu > li.menu-login {
    display: none;
  }
  .main-menu-wrap .btn-menu {
    display: block;
    position: relative;
    font-size: 16px;
    line-height: 24px;
    padding: 16px 16px 16px 56px;
  }
  .main-menu-wrap .menu-ico {
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 28px;
    left: 16px;
    margin-top: -12px;
  }
  .main-menu-wrap .menu-ico img {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 24px;
    max-height: 24px;
  }
  .main-menu-wrap .menu-ico img.img-light {
    opacity: 0;
  }
  .main-menu-wrap .menu-language .menu-ico {
    display: block;
    top: 26px;
  }
  .main-menu-wrap .menu-login {
    padding-top: 40px;
  }
  .main-menu-wrap li.menu-separate {
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
  }
  .main-menu-wrap li.menu-separate:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 16px;
    right: 16px;
    height: 1px;
    background: #e5e5e8;
  }
}
@media (min-width: 1024px) {
  .page-main:not(.header-fixed) .header .btn-action-ico.button-menu.active:after {
    background-image: url(../img/icons/ico-close-light.svg);
  }
  .page-main:not(.header-fixed) .header .menu {
    color: #fff;
  }
  .page-main:not(.header-fixed) .header .menu a {
    color: #fff;
  }
  .page-main:not(.header-fixed) .main-search-wrap {
    display: none;
  }
  .page-main:not(.header-fixed) .main-menu-wrap .menu-ico img {
    opacity: 0;
  }
  .page-main:not(.header-fixed) .main-menu-wrap .menu-ico img.img-light {
    opacity: 1;
  }
  .inner-wrap,
  .page {
    padding-left: 48px;
    padding-right: 48px;
  }
  .side {
    width: 242px;
    float: left;
    z-index: 2;
  }
  .content {
    width: 100%;
    float: right;
    margin: 0 0 0 -262px;
  }
  .cnt {
    margin-left: 262px;
  }
  .page-inner .side {
    width: 358px;
    padding: 0 30px 0 0;
  }
  .page-inner .content {
    margin: 0 0 0 -358px;
  }
  .page-inner .cnt {
    margin: 0 0 0 auto;
    padding: 0 0 0 358px;
    max-width: 998px;
  }
  .footer {
    border-top: 1px solid #e5e5e8;
  }
  .footer-bottom-panel .inner-wrap {
    height: 94px;
    padding-left: 212px;
    padding-right: 300px;
    padding-top: 27px;
  }
  .footer-bottom-panel .copy-wrap {
    width: 150px;
    float: left;
    position: absolute;
    top: 50%;
    left: 48px;
    margin-top: -9px;
  }
  .footer-bottom-panel .apps-buttons-wrap {
    float: left;
    position: absolute;
    top: 30px;
    right: 39px;
  }
  .footer-bottom-panel .site-menu-wrap {
    height: 40px;
    line-height: 40px;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .footer-bottom-panel .site-menu-wrap ul {
    display: inline-block;
    vertical-align: middle;
    line-height: 20px;
    overflow: hidden;
  }
  .footer-bottom-panel .site-menu-wrap li {
    float: left;
    margin: 0 25px 0 0;
  }
  .footer-bottom-panel .site-menu-wrap a {
    display: block;
    height: 20px;
    line-height: 20px;
  }
  .footer-main-panel {
    border-bottom: 1px solid #e5e5e8;
  }
  .footer-main-panel .inner-wrap {
    height: 80px;
    padding-left: 184px;
    padding-right: 220px;
    padding-top: 15px;
  }
  .footer-main-panel .logo-wrap {
    float: left;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 15px;
    left: 48px;
  }
  .footer-main-panel .soc-wrap {
    float: left;
    position: absolute;
    top: 24px;
    right: 44px;
  }
  .footer-main-panel .menu-wrap {
    height: 50px;
    line-height: 50px;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .footer-main-panel .menu-wrap ul {
    display: inline-block;
    vertical-align: middle;
    line-height: 20px;
    overflow: hidden;
  }
  .footer-main-panel .menu-wrap li {
    float: left;
    margin: 0 30px 0 0;
  }
  .footer-main-panel .menu-wrap a {
    display: block;
    height: 20px;
    line-height: 20px;
  }
  .header .inner-wrap {
    padding-right: 40px;
    padding-left: 540px;
    padding-top: 0;
  }
  .header .logo-wrap {
    position: absolute;
    top: 15px;
    left: 48px;
    margin: 0;
  }
  .header .btn-action-ico.button-back {
    display: none;
  }
  .header .btn-action-ico + .logo-wrap {
    margin-left: 0;
  }
  .header .user-photo {
    width: 32px;
    height: 32px;
  }
  .header .user-wrap {
    top: 20px;
    right: 49px;
    left: auto;
  }
  .header-login .main-menu-wrap .menu-profile,
  .header-login .main-menu-wrap .menu-question,
  .header-login .main-menu-wrap .menu-bookmarks,
  .header-login .main-menu-wrap .menu-promo,
  .header-login .main-menu-wrap .menu-view,
  .header-login .main-menu-wrap .menu-calendar,
  .header-login .main-menu-wrap .menu-souvenirs,
  .header-login .main-menu-wrap .menu-settings,
  .header-login .main-menu-wrap .menu-login,
  .header-login .main-menu-wrap .menu-language {
    display: none;
  }
  .header-login .main-menu-wrap .menu-cart {
    display: block;
  }
  .header-login .main-menu-wrap .submenu-block {
    width: 32px;
    height: 32px;
    top: 19px;
  }
  .header-login .main-menu-wrap .submenu-block .menu-cart {
    display: none;
  }
  .header-login .main-menu-wrap .submenu-block .submenu-block-inner {
    top: 52px;
    right: -32px;
    width: 330px;
  }
  .header-login .main-menu-wrap .submenu-block .submenu-block-inner li {
    border-bottom: none;
  }
  .header-login .main-menu-wrap .submenu-block .submenu-block-inner li.menu-login {
    margin-top: 20px;
    display: block;
  }
  .header-login .main-menu-wrap .submenu-block .submenu-block-inner li.menu-login:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 24px;
    right: 24px;
    background: #e5e5e8;
    height: 1px;
  }
  .header-login .main-menu-wrap .submenu-block .submenu-block-inner li.menu-login a {
    padding-top: 29px;
    padding-bottom: 29px;
  }
  .header-login .user-wrap {
    display: none;
  }
  .main-search-wrap {
    width: 312px;
    position: absolute;
    top: 15px;
    left: 190px;
  }
  .main-search-wrap .btn-action-ico.button-search {
    display: none;
  }
  .main-search-wrap .search-block {
    display: block;
  }
  .main-menu-wrap {
    width: 100%;
    float: right;
  }
  .main-menu-wrap .logo-wrap {
    display: none;
  }
  .main-menu-wrap .login-button-wrap {
    display: none;
  }
  .main-menu-wrap .menu-block {
    width: 100%;
  }
  .main-menu-wrap .menu-block .header-menu-wrap > ul {
    height: 70px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .main-menu-wrap .menu-block .header-menu-wrap > ul > li {
    padding: 0 10px 0 0;
  }
  .main-menu-wrap .menu-block .header-menu-wrap > ul > li.menu-language {
    padding-left: 0;
  }
  .main-menu-wrap .menu-block .header-menu-wrap > ul > li.menu-place,
  .main-menu-wrap .menu-block .header-menu-wrap > ul > li.menu-help {
    display: none;
  }
  .main-menu-wrap .menu-inner-block {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -166px;
    width: 332px;
    z-index: 10;
  }
  .main-menu-wrap .menu-inner-block .btn-action-ico.button-main-close {
    display: none;
  }
  .main-menu-wrap .menu-help {
    position: relative;
  }
  .main-menu-wrap .menu-help .btn-menu.active + .menu-inner-block {
    display: block;
  }
  .main-menu-wrap .submenu-block {
    display: none;
  }
  .main-menu-wrap .btn-action-ico.js-btn-toggle,
  .main-menu-wrap .btn-action-ico.button-close {
    display: none;
  }
  .main-menu-wrap .submenu-block-inner .btn-profile-menu {
    display: block;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    color: #2a2d43;
    text-decoration: none;
    line-height: 42px;
    padding: 8px 20px 8px 64px;
    height: 58px;
    overflow: hidden;
  }
  .main-menu-wrap .submenu-block-inner .btn-profile-menu .menu-title {
    display: inline-block;
    vertical-align: middle;
    line-height: 24px;
    max-height: 48px;
    position: relative;
    overflow: hidden;
    padding: 0;
  }
  .main-menu-wrap .submenu-block-inner .btn-profile-menu .menu-ico {
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: 24px;
    margin: -12px 0 0 0;
  }
  .main-menu-wrap .submenu-block-inner .btn-profile-menu .menu-ico img {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    opacity: 1;
  }
  .main-menu-wrap .btn-menu {
    display: block;
    height: 70px;
    line-height: 70px;
    position: relative;
    overflow: hidden;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    padding-left: 10px;
  }
  .main-menu-wrap .btn-menu[data-count]:after {
    content: attr(data-count);
    display: block;
    float: left;
    position: absolute;
    top: 50%;
    left: 20px;
    right: auto;
    bottom: auto;
    height: 16px;
    line-height: 16px;
    min-width: 16px;
    text-align: center;
    background: #72bd77;
    border-radius: 8px;
    padding: 0 3px;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    margin-top: -16px;
  }
  .main-menu-wrap .btn-menu:before {
    content: "";
    display: block;
    height: 3px;
    position: absolute;
    left: 10px;
    right: 0;
    bottom: 0;
    transition: opacity ease 0.2s;
    background: #72bd77;
    opacity: 0;
  }
  .main-menu-wrap .btn-menu:hover:before,
  .main-menu-wrap .btn-menu.active:before {
    opacity: 1;
  }
  .main-menu-wrap .menu-ico {
    display: none;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 35px;
    left: 0px;
    margin-top: -20px;
  }
  .main-menu-wrap .menu-ico img {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 24px;
    max-height: 24px;
  }
  .main-menu-wrap .menu-ico img.img-light {
    opacity: 0;
  }
  .main-menu-wrap .menu-title {
    display: inline-block;
    vertical-align: middle;
    line-height: 20px;
  }
  .main-menu-wrap .menu-language .btn-menu {
    padding-left: 0;
  }
  .main-menu-wrap .menu-language .menu-ico {
    display: block;
  }
  .main-menu-wrap .menu-language .menu-ico + .menu-title {
    padding-left: 40px;
  }
  .main-menu-wrap .menu-login .menu-ico {
    display: none;
  }
  .main-menu-wrap .menu-login .menu-title {
    padding-left: 0;
  }
  .main-menu-wrap ul.profile-menu {
    padding: 10px 0;
  }
  .main-menu-wrap ul.profile-menu li {
    position: relative;
  }
  .main-menu-wrap ul.profile-menu li:after {
    content: "";
    height: 1px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 24px;
    right: 24px;
    background: #e5e5e8;
    opacity: 0;
  }
  .main-menu-wrap ul.profile-menu li.menu-separate {
    padding-bottom: 7px;
    margin-bottom: 10px;
  }
  .main-menu-wrap ul.profile-menu li.menu-separate:after {
    opacity: 1;
  }
  .main-cart-wrap {
    display: none;
  }
}
@media (min-width: 1024px) and (max-width: 1399px) {
  .header-login .main-menu-wrap .menu-history {
    display: block;
  }
  .main-menu-wrap .menu-block .header-menu-wrap > ul {
    justify-content: flex-end;
  }
  .main-menu-wrap {
    padding-right: 52px;
  }
  .main-menu-wrap .menu-history,
  .main-menu-wrap .menu-user-check,
  .main-menu-wrap .menu-cart {
    display: none;
  }
  .main-menu-wrap .menu-lbl {
    display: none;
  }
  .main-menu-wrap .submenu-block {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 15px;
    right: 40px;
  }
  .main-menu-wrap .submenu-block .btn-action-ico.button-menu {
    display: block;
  }
  .main-menu-wrap .submenu-block .btn-action-ico.button-menu.active:before {
    opacity: 0;
  }
  .main-menu-wrap .submenu-block .btn-action-ico.button-menu.active:after {
    opacity: 1;
  }
  .main-menu-wrap .submenu-block-inner {
    width: 250px;
    position: absolute;
    top: 100%;
    right: 0;
    box-shadow: 0px 12px 16px rgba(42, 45, 67, 0.04), 0px 0px 8px rgba(56, 60, 90, 0.07);
    border-radius: 6px;
    background: #fff;
    z-index: 20;
    padding-top: 6px;
    padding-bottom: 6px;
    overflow: hidden;
    display: none;
  }
  .main-menu-wrap .submenu-block-inner > ul > li {
    display: block;
    border-bottom: 1px solid #e5e5e8;
  }
  .main-menu-wrap .submenu-block-inner > ul > li:last-child {
    border-bottom: none;
  }
  .main-menu-wrap .submenu-block-inner a {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #2a2d43;
    padding: 14px 24px;
  }
  .main-menu-wrap .submenu-block-inner a:hover,
  .main-menu-wrap .submenu-block-inner a.active {
    color: #72bd77;
  }
  .main-menu-wrap .btn-menu .menu-ico {
    display: block;
  }
  .main-menu-wrap .btn-menu .menu-ico + .menu-title {
    padding-left: 27px;
  }
  .main-menu-wrap .btn-menu[data-count]:after {
    display: none;
  }
  .main-menu-wrap .menu-language .btn-menu .menu-ico + .menu-title {
    padding-left: 40px;
  }
}
@media (min-width: 1100px) {
  .header-login .main-menu-wrap .header-menu-wrap > ul > li.menu-help {
    display: block;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .header-login .main-menu-wrap .menu-history {
    display: block;
  }
  .header-login .submenu-block .menu-history {
    display: none;
  }
  .main-menu-wrap .menu-cart {
    display: block;
  }
  .main-menu-wrap .submenu-block-inner > ul > li.menu-cart {
    display: none;
  }
}
@media (min-width: 1100px) {
  .header-login .main-menu-wrap .header-menu-wrap > ul > li.menu-bookmarks {
    display: block;
  }
}
@media (min-width: 1400px) {
  .content {
    margin-left: -298px;
  }
  .cnt {
    margin-left: 298px;
  }
  .header .inner-wrap {
    padding-left: 555px;
  }
  .main-search-wrap {
    left: 184px;
    width: 298px;
  }
  .main-menu-wrap .btn-menu {
    font-weight: 400;
  }
  .main-menu-wrap .menu-ico {
    display: block;
  }
  .main-menu-wrap .menu-title {
    padding-left: 28px;
  }
  .header-login .submenu-block .menu-history {
    display: none;
  }
  .header-login .main-menu-wrap {
    padding-right: 70px;
  }
  .header-login .main-menu-wrap .menu-user-check {
    display: none;
  }
  .header-login .main-menu-wrap .menu-block .header-menu-wrap > ul > li.menu-help {
    display: block;
  }
  .header-login .submenu-block {
    display: block;
    position: absolute;
    top: 20px;
    right: 46px;
    width: 32px;
    height: 32px;
  }
  .header-login .submenu-block .btn-action-ico.button-menu {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  .header-login .submenu-block-inner {
    width: 250px;
    position: absolute;
    top: 100%;
    right: 0;
    box-shadow: 0px 12px 16px rgba(42, 45, 67, 0.04), 0px 0px 8px rgba(56, 60, 90, 0.07);
    border-radius: 6px;
    background: #fff;
    z-index: 20;
    padding-top: 6px;
    padding-bottom: 6px;
    overflow: hidden;
    display: none;
  }
  .header-login .submenu-block-inner > ul > li {
    display: block;
    border-bottom: 1px solid #e5e5e8;
  }
  .header-login .submenu-block-inner > ul > li:last-child {
    border-bottom: none;
  }
  .header-login .submenu-block-inner a {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #2a2d43;
    padding: 14px 24px;
  }
  .header-login .submenu-block-inner a:hover,
  .header-login .submenu-block-inner a.active {
    color: #72bd77;
  }
}
/* ----------------------------------- *\
			fonts
\* ----------------------------------- */
@font-face {
  font-family: "Gotham Pro";
  src: url("../fonts/GothaProBol.eot");
  src: url("../fonts/GothaProBol.eot") format("embedded-opentype"), url("../fonts/GothaProBol.woff2") format("woff2"),
    url("../fonts/GothaProBol.woff") format("woff"), url("../fonts/GothaProBol.ttf") format("truetype"),
    url("../fonts/GothaProBol.svg#GothaProBol") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Gotham Pro";
  src: url("../fonts/GothaProBla.eot");
  src: url("../fonts/GothaProBla.eot") format("embedded-opentype"), url("../fonts/GothaProBla.woff2") format("woff2"),
    url("../fonts/GothaProBla.woff") format("woff"), url("../fonts/GothaProBla.ttf") format("truetype"),
    url("../fonts/GothaProBla.svg#GothaProBla") format("svg");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Gotham Pro";
  src: url("../fonts/GothaProMed.eot");
  src: url("../fonts/GothaProMed.eot") format("embedded-opentype"), url("../fonts/GothaProMed.woff2") format("woff2"),
    url("../fonts/GothaProMed.woff") format("woff"), url("../fonts/GothaProMed.ttf") format("truetype"),
    url("../fonts/GothaProMed.svg#GothaProMed") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Gotham Pro";
  src: url("../fonts/GothaProReg.eot");
  src: url("../fonts/GothaProReg.eot") format("embedded-opentype"), url("../fonts/GothaProReg.woff2") format("woff2"),
    url("../fonts/GothaProReg.woff") format("woff"), url("../fonts/GothaProReg.ttf") format("truetype"),
    url("../fonts/GothaProReg.svg#GothaProReg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gotham Pro";
  src: url("../fonts/GothaProLig.eot");
  src: url("../fonts/GothaProLig.eot") format("embedded-opentype"), url("../fonts/GothaProLig.woff2") format("woff2"),
    url("../fonts/GothaProLig.woff") format("woff"), url("../fonts/GothaProLig.ttf") format("truetype"),
    url("../fonts/GothaProLig.svg#GothaProLig") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "als_rublregular";
  src: url("../fonts/rouble-webfont.eot");
  src: url("../fonts/rouble-webfont.eot?#iefix") format("embedded-opentype"),
    url("../fonts/rouble-webfont.woff") format("woff"), url("../fonts/rouble-webfont.ttf") format("truetype"),
    url("../fonts/rouble-webfont.svg#als_rublregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*
Icon classes can be used entirely standalone. They are named after their original file names.

```html
<i class="icon-home"></i>
```
*/
.i-blank {
  background-image: url(../img/spr.png);
  background-position: 0px 0px;
  width: 1px;
  height: 1px;
}
/* ----------------------------------- *\
			forms elements styles
\* ----------------------------------- */
.btn,
button,
input[type="submit"] {
  height: 40px;
  line-height: 38px;
  background: #72bd77;
  border: 1px solid #69b76d;
  border-radius: 4px;
  padding: 0 24px;
  font-size: 14px;
  text-decoration: none;
  font-weight: 500;
  color: #fff;
  transition: all ease 0.2s;
}
.btn[disabled],
button[disabled],
input[type="submit"][disabled] {
  cursor: default;
  pointer-events: none;
  filter: grayscale(100%);
  opacity: 0.5;
}
.btn:hover,
button:hover,
input[type="submit"]:hover {
  background: #5ca560;
  border-color: #5ca560;
  border-radius: 4px;
  text-decoration: none;
  color: #fff;
}
.btn:hover .button-ico-scan img,
button:hover .button-ico-scan img,
input[type="submit"]:hover .button-ico-scan img {
  opacity: 0;
}
.btn:hover .button-ico-scan img.img-active,
button:hover .button-ico-scan img.img-active,
input[type="submit"]:hover .button-ico-scan img.img-active {
  opacity: 1;
}
.btn:active,
button:active,
input[type="submit"]:active {
  background: #4d8b50;
  border-color: #4d8b50;
  border-radius: 4px;
}
.btn.button-border,
button.button-border,
input[type="submit"].button-border {
  border-color: #72bd77;
  background: none;
  color: #2a2d43;
}
.btn.button-border:hover,
button.button-border:hover,
input[type="submit"].button-border:hover {
  background: #5ca560;
  border-color: #5ca560;
  border-radius: 4px;
  text-decoration: none;
  color: #fff;
}
.btn.button-border:active,
button.button-border:active,
input[type="submit"].button-border:active {
  background: #4d8b50;
  border-color: #4d8b50;
  border-radius: 4px;
}
.btn .elm-discount,
button .elm-discount,
input[type="submit"] .elm-discount {
  position: absolute;
  top: -11px;
  right: -10px;
}
.btn.button-ico:before,
button.button-ico:before,
input[type="submit"].button-ico:before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  margin: 9px 10px 0 0;
  background-position: center;
  background-size: 20px auto;
  background-repeat: no-repeat;
}
.btn.button-ico.ico-add:before,
button.button-ico.ico-add:before,
input[type="submit"].button-ico.ico-add:before {
  background-image: url(../img/icons/ico-add.svg);
}
.btn.button-light,
button.button-light,
input[type="submit"].button-light {
  background: rgba(114, 189, 119, 0.15);
  border-color: rgba(114, 189, 119, 0.15);
  color: #72bd77;
  font-size: 14px;
}
.btn.button-light:hover,
button.button-light:hover,
input[type="submit"].button-light:hover {
  background: rgba(114, 189, 119, 0.35);
  border-color: #69b76d;
  color: #72bd77;
}
.btn.button-small,
button.button-small,
input[type="submit"].button-small {
  height: 32px;
  line-height: 30px;
  padding: 0 24px;
  font-weight: 400;
}
.btn.button-prev:before,
button.button-prev:before,
input[type="submit"].button-prev:before,
.btn.button-next:before,
button.button-next:before,
input[type="submit"].button-next:before {
  background: url(../img/icons/ico-arrow05.svg) center no-repeat;
  background-size: 9px auto;
}
.btn.button-next:before,
button.button-next:before,
input[type="submit"].button-next:before {
  -webkit-transform: -webkit-rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.btn.button-filter:before,
button.button-filter:before,
input[type="submit"].button-filter:before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 16px;
  height: 16px;
  margin: 10px 10px 0 0;
  background: url(../img/icons/ico-filter-light.svg) center no-repeat;
  background-size: 16px auto;
}
.btn.button-clear,
button.button-clear,
input[type="submit"].button-clear {
  border-radius: 0;
  background: none;
  border-color: rgba(0, 0, 0, 0);
  font-size: 16px;
  font-weight: 500;
  color: #999ba5;
}
.btn.button-clear:hover,
button.button-clear:hover,
input[type="submit"].button-clear:hover {
  color: #2a2d43;
}
.btn.button-scan,
button.button-scan,
input[type="submit"].button-scan {
  height: 69px;
  display: block;
  width: 100%;
  padding: 0 10px;
  line-height: 67px;
}
.btn.button-scan .button-ico-scan,
button.button-scan .button-ico-scan,
input[type="submit"].button-scan .button-ico-scan {
  margin-top: 22px;
}
.btn .button-ico-scan,
button .button-ico-scan,
input[type="submit"] .button-ico-scan {
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  margin: 9px 4px 0 0;
  line-height: 1;
  position: relative;
}
.btn .button-ico-scan img,
button .button-ico-scan img,
input[type="submit"] .button-ico-scan img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 18px;
  transition: opacity ease 0.2s;
}
.btn .button-ico-scan img.img-active,
button .button-ico-scan img.img-active,
input[type="submit"] .button-ico-scan img.img-active {
  opacity: 0;
}
.btn .button-ico,
button .button-ico,
input[type="submit"] .button-ico {
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  position: relative;
  margin: 9px 10px 0 0;
}
.btn .button-ico img,
button .button-ico img,
input[type="submit"] .button-ico img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="range"],
input[type="search"],
input[type="tel"],
input[type="url"] {
  height: 40px;
  border: 1px solid #e5e5e8;
  border-radius: 4px;
  background: #fff;
  padding: 2px 10px 0 16px;
  font-size: 16px;
  color: #2a2d43;
  line-height: 1;
  position: relative;
  transition: all ease 0.2s;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="range"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus {
  border-color: #72bd77;
}
select.inp-error,
textarea.inp-error,
input[type="text"].inp-error,
input[type="password"].inp-error,
input[type="email"].inp-error,
input[type="number"].inp-error,
input[type="range"].inp-error,
input[type="search"].inp-error,
input[type="tel"].inp-error,
input[type="url"].inp-error {
  border-color: #ef476f;
}
select.inp-disabled,
textarea.inp-disabled,
input[type="text"].inp-disabled,
input[type="password"].inp-disabled,
input[type="email"].inp-disabled,
input[type="number"].inp-disabled,
input[type="range"].inp-disabled,
input[type="search"].inp-disabled,
input[type="tel"].inp-disabled,
input[type="url"].inp-disabled,
select[disabled],
textarea[disabled],
input[type="text"][disabled],
input[type="password"][disabled],
input[type="email"][disabled],
input[type="number"][disabled],
input[type="range"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="url"][disabled] {
  border-color: #e5e5e8;
  pointer-events: none;
}
select.inp-large,
textarea.inp-large,
input[type="text"].inp-large,
input[type="password"].inp-large,
input[type="email"].inp-large,
input[type="number"].inp-large,
input[type="range"].inp-large,
input[type="search"].inp-large,
input[type="tel"].inp-large,
input[type="url"].inp-large {
  height: 48px;
}
textarea {
  height: 100px;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
  resize: none;
}
select {
  display: block;
  width: 100%;
  padding-right: 0;
  background-color: #fff;
  background-image: url(../img/icons/ico-select01.svg);
  background-position: right 10px center;
  background-size: 9px auto;
  background-repeat: no-repeat;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none !important;
  line-height: 1em;
  text-indent: 0.01px;
  text-overflow: "";
  outline: none;
}
select::-ms-expand {
  display: none;
}
[placeholder]::-webkit-input-placeholder {
  color: #999ba5;
}
[placeholder]:-moz-placeholder {
  color: #999ba5;
}
[placeholder]::-moz-placeholder {
  color: #999ba5;
}
[placeholder]:-ms-input-placeholder {
  color: #999ba5;
}
.btn-filter-action {
  display: block;
  height: 48px;
  line-height: 48px;
  position: relative;
  overflow: hidden;
  padding: 0 28px 0 40px;
  min-width: 200px;
  white-space: nowrap;
  font-size: 16px;
  color: #2a2d43;
  text-decoration: none;
}
.btn-filter-action.filter-date:before {
  background: url(../img/icons/ico-filter-date.svg) center no-repeat;
}
.btn-filter-action.filter-status:before {
  background: url(../img/icons/ico-filter-status.svg) center no-repeat;
}
.btn-filter-action.filter-interes:before {
  background: url(../img/icons/ico-filter-book.svg) center no-repeat;
}
.btn-filter-action.filter-gender:before {
  background: url(../img/icons/ico-filter-count.svg) center no-repeat;
}
.btn-filter-action.filter-product:before {
  background: url(../img/icons/ico-filter-product.svg) center no-repeat;
}
.btn-filter-action.filter-category:before {
  background: url(../img/icons/ico-filter-category.svg) center no-repeat;
}
.btn-filter-action:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 12px;
  margin-top: -8px;
  background-size: 16px auto;
}
.btn-filter-action:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 20px;
  margin: -6px -6px 0 0;
  background: url(../img/icons/ico-arrow08.svg) center no-repeat;
  background-size: 8px auto;
  transition: transform ease 0.2s;
}
.btn-filter-action .button-title,
.btn-filter-action .button-selected {
  display: block;
  position: relative;
  overflow: hidden;
}
.btn-filter-action.button-active .button-title {
  display: none;
}
.btn-filter-action.button-active .button-selected {
  display: block;
}
.btn-filter-action .button-selected {
  display: none;
}
.btn-filter-action.active:after {
  -webkit-transform: -webkit-rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.btn-action-ico {
  background: none;
  border: none;
  border-radius: 0;
  min-width: 0;
  padding: 0;
  box-shadow: none;
  font-size: 0;
  display: block;
  position: relative;
  overflow: hidden;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  text-decoration: none;
  cursor: pointer;
}
.btn-action-ico:before,
.btn-action-ico:after,
.btn-action-ico .i,
.btn-action-ico img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  transition: opacity ease 0.2s;
}
.btn-action-ico:before,
.btn-action-ico:after {
  content: "";
}
.btn-action-ico:hover {
  text-decoration: none;
  background: none;
  box-shadow: none;
}
.btn-action-ico.button-video:before {
  background: url(../img/icons/ico-video.svg) center no-repeat;
  background-size: 100% auto;
}
.btn-action-ico.close:after,
.btn-action-ico.close:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  width: 30px;
  height: 2px;
  margin: -1px 0 0 -15px;
  background: #fff;
  -webkit-transform: -webkit-rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn-action-ico.close:before {
  -webkit-transform: -webkit-rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.btn-action-ico.button-favorites-toggle:before,
.btn-action-ico.button-favorites-toggle:after {
  background-image: url(../img/icons/ico-fav-light.svg);
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  background-size: 19px auto;
  background-repeat: no-repeat;
  background-position: center;
}
.btn-action-ico.button-favorites-toggle:after {
  opacity: 0;
  background-image: url(../img/icons/ico-fav-red.svg);
  background-size: 21px auto;
}
.btn-action-ico.button-favorites-toggle.active:before {
  opacity: 0;
}
.btn-action-ico.button-favorites-toggle.active:after {
  opacity: 1;
}
.btn-action-ico.button-helper:before {
  background: url(../img/icons/ico-helper.svg) center no-repeat;
  background-size: 24px auto;
}
.btn-action-ico.button-dropdown:before {
  background: url(../img/icons/ico-select01.svg) center no-repeat;
  background-size: 9px auto;
}
.btn-action-ico.button-message {
  width: 100%;
  border-radius: 4px;
  background: #47a2dd;
  transition: background ease 0.2s;
}
.btn-action-ico.button-message:hover {
  background: #58b3ee;
}
.btn-action-ico.button-message:before {
  background-image: url(../img/icons/ico-message-tg.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 22px auto;
}
.btn-action-ico.button-message.fb {
  background: #2f86f6;
}
.btn-action-ico.button-message.fb:hover {
  background: #4097ff;
}
.btn-action-ico.button-message.fb:before {
  background-image: url(../img/icons/ico-message-fb.svg);
  background-size: 20px auto;
}
.btn-action-ico.button-message.vb {
  background: #625ea6;
}
.btn-action-ico.button-message.vb:hover {
  background: #736fb7;
}
.btn-action-ico.button-message.vb:before {
  background-image: url(../img/icons/ico-message-vb.svg);
  background-size: 19px auto;
}
.btn-action-ico.button-like,
.btn-action-ico.button-dislike {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0px 8px 8px rgba(29, 38, 51, 0.1);
}
.btn-action-ico.button-like:before {
  background: url(../img/icons/ico-like.svg) center no-repeat;
  background-size: 28px auto;
}
.btn-action-ico.button-dislike:before {
  background: url(../img/icons/ico-dislike.svg) center no-repeat;
  background-size: 28px auto;
}
.btn-action-ico.button-back:before {
  background: url(../img/icons/ico-arrow01.svg) center no-repeat;
  background-size: 24px auto;
}
.btn-action-ico.button-password:before {
  background: url(../img/icons/ico-password.svg) center no-repeat;
  background-size: 20px auto;
}
.btn-action-ico.button-password:after {
  background: url(../img/icons/ico-password-show.svg) center no-repeat;
  background-size: 20px auto;
  opacity: 0;
}
.btn-action-ico.button-password.active:before {
  opacity: 0;
}
.btn-action-ico.button-password.active:after {
  opacity: 1;
}
.btn-action-ico.button-menu:before {
  background: url(../img/icons/ico-menu.svg) center no-repeat;
  background-size: 24px auto;
}
.btn-action-ico.button-menu:after {
  background: url(../img/icons/ico-close.svg) center no-repeat;
  background-size: 24px auto;
  opacity: 0;
}
.btn-action-ico.button-search:before {
  background: url(../img/icons/ico-search.svg) center no-repeat;
  background-size: 24px auto;
}
.btn-action-ico.button-edit {
  border-radius: 6px;
  width: 24px;
  height: 24px;
  background: rgba(0, 0, 0, 0.3);
  transition: background ease 0.2s;
}
.btn-action-ico.button-edit:hover {
  background: rgba(0, 0, 0, 0.6);
}
.btn-action-ico.button-edit:before {
  background: url(../img/icons/ico-edit.svg) center no-repeat;
  background-size: 14px auto;
}
.btn-action-ico.button-trash {
  border-radius: 6px;
  width: 24px;
  height: 24px;
  background: rgba(0, 0, 0, 0.3);
  transition: background ease 0.2s;
}
.btn-action-ico.button-trash:hover {
  background: rgba(0, 0, 0, 0.6);
}
.btn-action-ico.button-trash:before {
  background: url(../img/icons/ico-trash.svg) center no-repeat;
  background-size: 14px auto;
}
.btn-action-ico.button-trash.type-second {
  border-radius: 0;
  background: none;
}
.btn-action-ico.button-trash.type-second:hover {
  background: none;
}
.btn-action-ico.button-trash.type-second:before {
  background: url(../img/icons/ico-trash02.svg) center no-repeat;
  background-size: 16px auto;
}
.btn-action-ico.button-cart:before {
  background: url(../img/icons/ico-cart.svg) center no-repeat;
  background-size: 20px auto;
}
.btn-action-ico.button-del:before {
  background: url(../img/icons/ico-del.svg) center no-repeat;
  background-size: 12px auto;
}
.btn-action-ico.button-del.type-second {
  border-radius: 50%;
  border: 2px solid #e5e5e8;
  background: #fff;
}
.btn-action-ico.button-del.type-second:before {
  background-image: url(../img/icons/ico-close.svg);
  background-size: 20px auto;
}
.btn-action-ico.button-del.type-second.button-small {
  width: 20px;
  height: 20px;
}
.btn-action-ico.button-del.type-second.button-small:before {
  background-size: 12px auto;
}
.btn-action-ico.button-add:before {
  background: url(../img/icons/ico-add02.svg) center no-repeat;
  background-size: 100% auto;
}
.btn-action-ico.button-cart-small {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #fff;
}
.btn-action-ico.button-cart-small:before {
  background: url(../img/icons/ico-cart-small.svg) center no-repeat;
  background-size: 16px auto;
}
.btn-action-ico.button-close:before {
  background: url(../img/icons/ico-close.svg) center no-repeat;
  background-size: 24px auto;
}
.btn-action-ico.button-dotted:before {
  background: url(../img/icons/ico-dotted.svg) center no-repeat;
  background-size: 3px auto;
}
.btn-action-ico.button-copy:before {
  background: url(../img/icons/ico-copy.svg) center no-repeat;
  background-size: 16px auto;
}
.btn-action-ico.button-plus {
  border-radius: 50%;
  border: 1px solid #e5e5e8;
}
.btn-action-ico.button-plus:before {
  background: url(../img/icons/ico-close.svg) center no-repeat;
  background-size: 24px auto;
  -webkit-transform: -webkit-rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn-action-ico.button-main-close {
  width: 48px;
  height: 48px;
  border: 1px solid #fff;
  background: none;
  border-radius: 50%;
}
.btn-action-ico.button-main-close:before {
  background: url(../img/icons/ico-close-light.svg) center no-repeat;
  background-size: 24px auto;
}
.btn-action-ico.button-main-close:after {
  background: url(../img/icons/ico-close.svg) center no-repeat;
  background-size: 24px auto;
  opacity: 0;
}
.btn-action-ico.button-main-close:hover {
  background: #fff;
}
.btn-action-ico.button-main-close:hover:before {
  opacity: 0;
}
.btn-action-ico.button-main-close:hover:after {
  opacity: 1;
}
.btn-action-ico.soc-button {
  width: 48px;
  height: 48px;
}
.btn-action-ico.soc-button img {
  max-width: 100%;
  max-height: 100%;
}
.btn-action-ico.soc-button:hover {
  opacity: 0.85;
}
.btn-action-ico.button-soc,
.btn-action-ico.buttn-soc-login {
  border: 1px solid #e5e5e8;
  border-radius: 4px;
  width: 33px;
  height: 32px;
}
.btn-action-ico.button-soc img,
.btn-action-ico.buttn-soc-login img {
  max-width: 29px;
  max-height: 28px;
}
.btn-action-ico.button-soc.button-light,
.btn-action-ico.buttn-soc-login.button-light {
  border-radius: 0;
  border: none;
}
.btn-action-ico.button-soc-login {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #e5e5e8;
}
.btn-action-ico.button-toggle:before {
  background: url(../img/icons/ico-select01.svg) center no-repeat;
  background-size: 12px auto;
  transition: transform ease 0.2s;
}
.btn-action-ico.button-toggle.active:before {
  -webkit-transform: -webkit-rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.btn-action-ico[data-count] {
  overflow: visible;
}
.btn-action-ico[data-count]:after {
  content: attr(data-count);
  display: block;
  float: left;
  position: absolute;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  height: 16px;
  line-height: 16px;
  min-width: 16px;
  text-align: center;
  background: #72bd77;
  border-radius: 8px;
  padding: 0 3px;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  margin-top: -16px;
}
.btn-action-ico.button-phone:before {
  background: url(../img/icons/ico-phone.svg) center no-repeat;
  background-size: 24px auto;
}
.btn-action-ico.button-text:before {
  background: url(../img/icons/ico-message.svg) center no-repeat;
  background-size: 24px auto;
}
.btn-action-ico.button-plus-small,
.btn-action-ico.button-minus-small {
  width: 32px;
  height: 32px;
  border-radius: 4px;
  background: #f7f7f8;
}
.btn-action-ico.button-plus-small:before,
.btn-action-ico.button-minus-small:before,
.btn-action-ico.button-plus-small:after,
.btn-action-ico.button-minus-small:after {
  width: 8px;
  height: 2px;
  border-radius: 1px;
  background: #2a2d43;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  margin: -1px 0 0 -4px;
}
.btn-action-ico.button-plus-small:hover,
.btn-action-ico.button-minus-small:hover {
  background: #e6e6e7;
}
.btn-action-ico.button-plus-small:before {
  -webkit-transform: -webkit-rotate(90deg);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.btn-action-added {
  display: block;
  position: relative;
  font-size: 16px;
  line-height: 40px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #2a2d43;
  text-decoration: none;
  padding: 0 0 0 56px;
}
.btn-action-added:after,
.btn-action-added:before {
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  background: #2a2d43;
  border-radius: 1px;
  position: absolute;
  top: 50%;
  left: 20px;
  margin: -1px 0 0 -5px;
}
.btn-action-added:before {
  -webkit-transform: -webkit-rotate(90deg);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.btn-action-added .button-title {
  position: static;
}
.btn-action-added .button-title:before {
  content: "";
  display: block;
  width: 40px;
  height: 28px;
  border: 1px dashed #babbc2;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -14px;
}
.btn-action-add {
  display: block;
  position: relative;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #2a2d43;
  text-decoration: none;
  padding: 0 0 0 50px;
}
.btn-action-add .btn-action-ico {
  position: absolute;
  top: 0;
  left: 0;
}
.btn-action-add .button-title {
  display: inline-block;
  vertical-align: middle;
  line-height: 20px;
}
.btn-action-select {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 0 20px 0 0;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  font-weight: 500;
  color: #2a2d43;
}
.btn-action-select:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 10px;
  right: 0;
  margin-top: -5px;
  background: url(../img/icons/ico-arrow08.svg) center no-repeat;
  background-size: 10px auto;
}
.btn-action-select.button-light {
  color: #fff;
}
.btn-action-select.button-light:before {
  background-image: url(../img/icons/ico-arrow09.svg);
}
.btn-action-refresh {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-size: 14px;
  font-weight: 500;
  color: #2a2d43;
  text-decoration: none;
  padding: 0 0 0 24px;
  line-height: 24px;
}
.btn-action-refresh:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 4px;
  left: 0;
  background: url(../img/icons/ico-refresh.svg) center no-repeat;
  background-size: 16px auto;
}
.btn-action-text {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  height: 32px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 32px;
  overflow: hidden;
  padding: 0 10px 0 34px;
  text-decoration: none;
  color: #2a2d43;
}
.btn-action-text:before,
.btn-action-text:after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 15px;
  left: 16px;
  margin: -15px 0 0 -15px;
  background-position: center;
  background-repeat: no-repeat;
  transition: opacity ease 0.2s;
}
.btn-action-text:after {
  opacity: 0;
}
.btn-action-text:hover,
.btn-action-text.active {
  background: #f7f7f8;
  text-decoration: none;
}
.btn-action-text.button-share:before,
.btn-action-text.button-share:after {
  background-image: url(../img/icons/ico-share.svg);
  background-size: 16px auto;
}
.btn-action-text.button-favorites:before,
.btn-action-text.button-favorites:after {
  background-image: url(../img/icons/ico-fav.svg);
  background-size: 16px auto;
}
.btn-action-text.button-email:before,
.btn-action-text.button-email:after {
  background-image: url(../img/icons/ico-email.svg);
  background-size: 20px auto;
}
.btn-action-text.button-cancel:before,
.btn-action-text.button-cancel:after {
  background-image: url(../img/icons/ico-cancel.svg);
  background-size: 20px auto;
}
.btn-action-text.button-move:before,
.btn-action-text.button-move:after {
  background-image: url(../img/icons/ico-move.svg);
  background-size: 20px auto;
}
.btn-action-app {
  display: block;
  vertical-align: top;
  height: 33px;
  text-decoration: none;
  line-height: 1;
}
.btn-action-app img {
  display: block;
  height: 33px;
}
.btn-action-app.app {
  padding-top: 1px;
}
.btn-action-app.app img {
  height: 32px;
}
.owl-nav {
  height: 32px;
  position: relative;
  overflow: hidden;
  width: 72px;
  line-height: 1;
}
.owl-nav .owl-prev {
  float: left;
}
.owl-nav .owl-next {
  float: right;
}
.owl-prev,
.owl-next,
.owl-dot {
  background: none;
  border: none;
  border-radius: 0;
  min-width: 0;
  padding: 0;
  box-shadow: none;
  font-size: 0;
}
.owl-prev:hover,
.owl-next:hover,
.owl-dot:hover {
  background: none;
  box-shadow: none;
}
.owl-prev,
.owl-next,
.btn-slider-prev,
.btn-slider-next {
  text-indent: -999px;
  position: relative;
  overflow: hidden;
  display: block;
  border: 1px solid #78be7c;
  border-radius: 4px;
  width: 32px;
  height: 32px;
  margin: 0;
  cursor: pointer;
}
.owl-prev span,
.owl-next span,
.btn-slider-prev span,
.btn-slider-next span {
  display: none;
}
.owl-prev:before,
.owl-next:before,
.btn-slider-prev:before,
.btn-slider-next:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../img/icons/ico-arrow03.svg) center no-repeat;
  background-size: 5px auto;
}
.owl-prev[disabled],
.owl-next[disabled],
.btn-slider-prev[disabled],
.btn-slider-next[disabled],
.owl-prev.disabled,
.owl-next.disabled,
.btn-slider-prev.disabled,
.btn-slider-next.disabled {
  border-color: #e5e5e8;
  pointer-events: none;
}
.owl-prev[disabled]:before,
.owl-next[disabled]:before,
.btn-slider-prev[disabled]:before,
.btn-slider-next[disabled]:before,
.owl-prev.disabled:before,
.owl-next.disabled:before,
.btn-slider-prev.disabled:before,
.btn-slider-next.disabled:before {
  opacity: 0.4;
}
.owl-prev:before,
.owl-next:before,
.btn-slider-prev:before,
.btn-slider-next:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
}
.owl-prev:before,
.btn-slider-prev:before {
  -webkit-transform: -webkit-rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.owl-dots {
  display: inline-block;
  vertical-align: top;
  position: relative;
  font-size: 0;
  line-height: 1;
  text-align: center;
}
.owl-dot {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.result-active .frm-search-dropdown-list {
  display: block;
}
.popup-tabs-box {
  margin: 0;
  overflow: hidden;
  position: relative;
  margin-bottom: 23px;
}
.popup-tabs-box ul {
  height: 35px;
  position: relative;
  border-bottom: 1px solid #e5e5e8;
  margin: 0;
  display: flex;
  flex-wrap: nowrap;
}
.popup-tabs-box li {
  padding: 0;
  margin: 0;
  flex: 1;
  height: 35px;
}
.popup-tabs-box li:before {
  display: none;
}
.popup-tabs-box a {
  display: block;
  height: 35px;
  line-height: 20px;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  font-size: 14px;
  color: #2a2d43;
  text-decoration: none;
}
.popup-tabs-box a:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: #72bd77;
  transition: opacity ease 0.2s;
  opacity: 0;
}
.popup-tabs-box a:hover:before,
.popup-tabs-box a.active:before {
  opacity: 1;
}
.popup-tabs-box a.active {
  font-weight: 500;
}
.popup-title-wrap {
  padding: 16px 40px 16px 16px;
  border-bottom: 1px solid #e5e5e8;
}
.popup-title-wrap .popup-title {
  font-size: 20px;
  line-height: 1.1;
  font-weight: 500;
  margin: 0;
  text-align: left;
}
.popup-title-wrap.type-second {
  padding-top: 40px;
  padding-bottom: 14px;
  border: none;
}
.popup-title-wrap.type-second .popup-title {
  font-size: 32px;
  line-height: 38px;
  margin: 0;
}
.popup-title-wrap.type-third {
  padding-top: 48px;
  padding-bottom: 16px;
  padding-right: 15px;
  font-size: 16px;
  line-height: 24px;
  border-bottom: none;
}
.popup-title-wrap.type-third .popup-title {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 12px;
}
.popup-title-wrap.type-third .popup-title:last-child {
  margin-bottom: 0;
}
.popup-title-wrap.type-four {
  font-size: 16px;
  line-height: 24px;
  padding-top: 40px;
  padding-bottom: 0px;
  border-bottom: none;
}
.popup-title-wrap.type-four .popup-title {
  font-size: 24px;
  line-height: 29px;
  margin: 0 0 24px 0;
}
.popup-title-wrap.type-four .popup-title:last-child {
  margin-bottom: 0;
}
.popup-content-wrap {
  padding: 24px 16px;
}
.popup-content-wrap .org-phone {
  position: relative;
  overflow: hidden;
  padding: 0 40px 0 0;
}
.popup-content-wrap .org-phone:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: url(../img/icons/ico-phone-att.svg) center no-repeat;
  background-size: 40px auto;
}
.popup-content-wrap .org-phone .phone-number {
  display: block;
  float: left;
  position: relative;
  height: 40px;
  line-height: 40px;
  padding: 0 60px 0 0;
  font-size: 24px;
  font-weight: 500;
  color: #000;
  white-space: nowrap;
}
.popup-content-wrap .org-phone .copy-element {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  text-indent: -999px;
  z-index: 2;
  font-size: 0;
}
.popup-content-wrap .org-phone .copy-element:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../img/icons/ico-copy.png) center no-repeat;
  background-size: 24px auto;
  opacity: 0.5;
  transition: opacity ease 0.2s;
}
.popup-content-wrap .org-phone .copy-element:hover:before {
  opacity: 1;
}
.frm-protect {
  display: block;
  position: relative;
  overflow: hidden;
  font-size: 12px;
  line-height: 19px;
  padding: 5px 10px 5px 38px;
  background: rgba(114, 189, 119, 0.1);
  border-radius: 4px;
}
.frm-protect:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 16px;
  left: 22px;
  margin: -10px 0 0 -10px;
  background: url(../img/icons/ico-protect.svg) center no-repeat;
  background-size: 16px auto;
}
.frm-counter {
  display: block;
  position: relative;
  overflow: hidden;
  height: 32px;
  width: 108px;
  line-height: 1;
  padding: 0 38px;
}
.frm-counter.type-second {
  height: 28px;
  padding: 0 27px;
  border: 1px solid #e5e5e8;
  overflow: hidden;
  border-radius: 4px;
  width: 100%;
}
.frm-counter.type-second input[type="text"] {
  height: 26px;
  border: none;
  border-radius: 0;
  font-size: 14px;
}
.frm-counter.type-second .btn-action-ico {
  width: 27px;
  height: 26px;
  background: none;
  border: none;
  border-right: 1px solid #e5e5e8;
  border-radius: 0;
}
.frm-counter.type-second .btn-action-ico.button-plus-small {
  border-right: none;
  border-left: 1px solid #e5e5e8;
}
.frm-counter .btn-action-ico {
  position: absolute;
  top: 0;
  left: 0;
}
.frm-counter .btn-action-ico.button-plus-small {
  left: auto;
  right: 0;
}
.frm-counter input[type="text"] {
  width: 100%;
  height: 32px;
  text-align: center;
  padding: 0;
  border-radius: 4px;
  border: 1px solid #e5e5e8;
  font-size: 14px;
  font-weight: 400;
}
.frm-main {
  display: flex;
  position: relative;
  line-height: 1;
  flex-wrap: nowrap;
}
.frm-main .inp-wrap {
  flex: 1;
  padding: 0 16px 0 0;
}
.frm-main .btn,
.frm-main button,
.frm-main input[type="submit"] {
  padding: 0 45px;
}
.frm-info,
.bx-authform-link-container {
  display: block;
  font-size: 12px;
  line-height: 19px;
  text-align: left;
  padding-top: 4px;
}
.frm-info.error,
.bx-authform-link-container.error {
  color: #ef476f;
}
.frm-selected-tags {
  overflow: hidden;
  margin: 16px -8px -8px 0;
}
.frm-selected-tags:first-child {
  margin-top: 0;
}
.frm-selected-tags .elm-tag {
  float: left;
  margin: 0 8px 8px 0;
}
.frm-search-dropdown-list,
.title-search-result {
  background: #ffffff;
  box-shadow: 2px 8px 32px rgba(156, 171, 176, 0.2), 0px 0px 32px rgba(137, 155, 162, 0.2);
  padding: 0 0 16px 0 !important;
  border: none !important;
}
.frm-search-dropdown-list ul,
.title-search-result ul {
  margin: 0;
}
.frm-search-dropdown-list li,
.title-search-result li {
  margin: 0;
  padding: 0;
}
.frm-search-dropdown-list li:before,
.title-search-result li:before {
  display: none;
}
.frm-search-dropdown-list .bx_item_block,
.title-search-result .bx_item_block {
  display: block;
  position: relative;
  min-height: 62px;
  line-height: 40px;
  padding: 11px 20px 11px 72px;
  text-decoration: none;
  text-align: left;
  color: #2a2d43;
}
.frm-search-dropdown-list .bx_item_block:hover,
.title-search-result .bx_item_block:hover,
.frm-search-dropdown-list .bx_item_block.active,
.title-search-result .bx_item_block.active {
  background: #f7f7f8;
  text-decoration: none;
}
.frm-search-dropdown-list .bx_item_block .bx_img_element,
.title-search-result .bx_item_block .bx_img_element {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 11px;
  left: 16px;
  border-radius: 6px;
  overflow: hidden;
  background: #f7f7f8 url(../img/icons/ico-location02.svg) center no-repeat;
  background-size: 15px auto;
}
.frm-search-dropdown-list .bx_item_block .bx_img_element img,
.title-search-result .bx_item_block .bx_img_element img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.frm-search-dropdown-list .bx_item_block .bx_item_element,
.title-search-result .bx_item_block .bx_item_element {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
.frm-search-dropdown-list .bx_item_block .bx_item_element a,
.title-search-result .bx_item_block .bx_item_element a,
.frm-search-dropdown-list .bx_item_block .bx_item_element span,
.title-search-result .bx_item_block .bx_item_element span {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  line-height: 20px;
  color: #2a2d43;
  text-decoration: none;
  font-weight: 400;
}
.frm-search-dropdown-list {
  display: none;
  animation: fadein ease 0.2s;
  z-index: 10;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}
.frm-soc-wrap {
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  font-size: 12px;
  text-align: center;
  line-height: 14px;
}
.frm-soc-wrap div.bx-auth-serv-icons {
  overflow: hidden;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
}
.frm-soc-wrap div.bx-auth-serv-icons a {
  display: block;
  flex: 1;
  margin-right: 4px !important;
}
.frm-soc-wrap div.bx-auth-serv-icons a:last-child {
  margin-right: 0;
}
.frm-soc-wrap .soc-title {
  margin-bottom: 15px;
}
.frm-soc-wrap .soc-wrap {
  display: flex;
  flex-wrap: nowrap;
}
.frm-soc-wrap .btn-action-ico {
  margin-right: 4px;
  flex: 1;
}
.frm-soc-wrap .btn-action-ico:last-child {
  margin-right: 0;
}
.frm-photo-info {
  font-size: 12px;
  line-height: 14px;
  color: #999ba5;
  margin: 20px 0 0 0;
}
.frm-popup-wrap {
  padding: 6px 0 6px 0;
}
.frm-popup-wrap .succefull-wrap {
  font-size: 16px;
  line-height: 24px;
  padding: 10px 0 16px 0;
  text-align: center;
}
.frm-popup-wrap .succefull-wrap:last-child {
  padding-bottom: 8px;
}
.frm-popup-wrap .succefull-wrap .sc-ico {
  display: block;
  margin: 0 auto 24px auto;
  width: 64px;
}
.frm-popup-wrap .succefull-wrap .sc-ico img {
  display: block;
  width: 100%;
}
.frm-popup-wrap .frm-popup-text {
  font-size: 12px;
  line-height: 16px;
  padding: 24px 0 0 0;
}
.frm-popup-wrap .frm-popup-text a {
  font-weight: 500;
}
.frm-popup-wrap .frm-row {
  margin: 0;
}
.frm-popup-wrap .frm-field {
  margin-bottom: 16px;
}
.frm-popup-wrap .frm-row-submit {
  margin-top: 14px;
}
.frm-popup-wrap .frm-row-submit.small-margin {
  margin-top: 0;
}
.frm-popup-wrap .frm-row-submit .btn,
.frm-popup-wrap .frm-row-submit button,
.frm-popup-wrap .frm-row-submit input[type="submit"] {
  width: 100%;
  padding: 0 10px;
  min-width: 0;
}
.frm-popup-wrap .frm-row-soc {
  margin: 32px -16px 0 -16px;
  text-align: center;
  font-size: 0;
  overflow: hidden;
  line-height: 1;
}
.frm-popup-wrap .btn-action-ico.soc-button {
  display: inline-block;
  vertical-align: top;
  margin: 0 16px;
}
.frm-popup-wrap .frm-field-check {
  float: left;
}
.frm-popup-wrap .frm-field-check .frm-select label {
  color: #999ba5;
}
.frm-popup-wrap .frm-field-link {
  float: right;
  line-height: 24px;
  font-size: 14px;
  color: #999ba5;
}
.frm-popup-wrap .frm-field-link a {
  text-decoration: none;
  color: #999ba5;
}
.frm-popup-wrap .frm-field-link a:hover {
  text-decoration: underline;
}
.frm-popup-wrap .frm-footer-wrap {
  background: #f7f7f8;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  padding: 20px;
  margin: 32px -16px -24px -16px;
  border-radius: 0 0 8px 8px;
}
.frm-popup {
  display: block;
  position: relative;
  line-height: 1;
}
.frm-popup .frm-confirm-code {
  width: 100%;
  height: 48px;
  position: relative;
  overflow: hidden;
  line-height: 1;
  font-size: 10px;
  text-align: justify;
  max-width: 100%;
}
.frm-popup .frm-confirm-code:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 0;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
}
.frm-popup .frm-confirm-code label {
  display: inline-block;
  vertical-align: top;
  width: 11px;
  float: none;
}
.frm-popup .frm-confirm-code label:before {
  left: 50%;
  margin-left: -4px;
  width: 8px;
}
.frm-popup .frm-confirm-code input {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  float: none;
  width: 40px;
}
.frm-popup .frm-confirm-code input:last-child {
  margin-right: 0;
}
.frm-popup .frm-confirm-info {
  min-height: 72px;
  margin: 24px 0 0 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  padding-bottom: 16px;
}
.frm-popup .frm-confirm-info .info-time {
  display: inline;
  font-weight: 500;
  white-space: nowrap;
}
.frm-popup .frm-confirm-info a {
  font-size: 16px;
  font-weight: 500;
}
.frm-popup .frm-popup-text {
  font-size: 14px;
  line-height: 20px;
  margin: 20px 0 20px 0;
  text-align: center;
}
.frm-popup .frm-popup-text.text-left {
  text-align: left;
}
.frm-popup .frm-popup-text.text-small {
  font-size: 12px;
  line-height: 17px;
}
.frm-popup .frm-popup-text:last-child {
  margin-bottom: 0;
}
.frm-popup .frm-popup-text:first-child {
  margin-top: 0;
}
.frm-popup .frm-field-link {
  font-size: 14px;
  line-height: 20px;
  padding-top: 10px;
}
.frm-popup .frm-row {
  margin: 0 -15px;
}
.frm-popup .frm-field {
  margin: 0 0 20px 0;
  padding: 0 15px;
  display: block;
  width: 100%;
}
.frm-popup .frm-row-submit .frm-error-message {
  font-size: 12px;
  line-height: 14px;
  padding-bottom: 10px;
}
.frm-popup .frm-row-submit .btn,
.frm-popup .frm-row-submit button,
.frm-popup .frm-row-submit input[type="submit"] {
  display: block;
  width: 100%;
}
.frm-error-message {
  display: block;
  position: relative;
  font-size: 14px;
  line-height: 17px;
  color: #f00;
}
.frm-valid {
  position: relative;
}
.frm-valid:before {
  content: "";
  display: block;
  width: 30px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../img/icons/ico-valid.svg) center no-repeat;
  background-size: 24px auto;
}
.frm-error {
  position: relative;
}
.frm-error:before {
  content: "";
  display: block;
  width: 30px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../img/icons/ico-error.svg) center no-repeat;
  background-size: 24px auto;
}
.frm-title-wrap {
  font-size: 12px;
  line-height: 14px;
  color: #999ba5;
  border-bottom: 1px solid #e5e5e8;
  margin-bottom: 20px;
  padding-bottom: 6px;
}
.frm-title-wrap.title-main {
  margin-bottom: 40px;
}
.frm-title-wrap h2,
.frm-title-wrap h3,
.frm-title-wrap .second-title,
.frm-title-wrap .small-title {
  margin-bottom: 0px;
  margin-top: 0;
  color: #2a2d43;
}
.frm-title-wrap p {
  margin: 0;
}
.frm-map-wrap {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  height: 320px;
  line-height: 1;
  margin-bottom: 20px;
}
.frm-checkbox-toggle {
  display: block;
  position: relative;
  line-height: 1;
  padding: 16px 0 0 0;
  border-bottom: 1px solid #ebebeb;
}
.frm-checkbox-toggle .js-btn-toggle.active ~ .js-popup-block {
  display: block;
}
.frm-checkbox-toggle > .frm-select {
  font-weight: 500;
  padding-right: 40px;
  margin-bottom: 16px;
}
.frm-checkbox-toggle .checkbox-block {
  display: none;
  padding-top: 16px;
  padding-bottom: 16px;
  border-top: 1px solid #ebebeb;
}
.frm-checkbox-toggle .btn-checkbox-toggle {
  display: block;
  width: 40px;
  height: 56px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.frm-checkbox-toggle .btn-checkbox-toggle.active:before {
  -webkit-transform: -webkit-rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.frm-checkbox-toggle .btn-checkbox-toggle:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 0;
  background: url(../img/icons/ico-arrow16.svg) center no-repeat;
  background-size: 100% auto;
  transition: transform ease 0.2s;
  margin-top: -6px;
}
.frm-field-search {
  display: block;
  position: relative;
  line-height: 1;
  border: 1px solid #e5e5e8;
  box-sizing: border-box;
  border-radius: 4px;
  background: #fff;
  overflow: hidden;
}
.frm-field-search input {
  padding: 0 0 0 36px;
  height: 46px;
  border-radius: 0;
  border: none;
  background: none;
  position: relative;
  z-index: 2;
  font-size: 16px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25);
}
.frm-field-search .search-ico {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  height: 46px;
}
.frm-field-search .search-ico img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 16px;
  max-height: 16px;
}
.frm-field-input {
  display: block;
  position: relative;
  line-height: 1;
}
.frm-field-input .field-info {
  font-size: 12px;
  line-height: 20px;
  color: #999ba5;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.frm-field-input .frm-text-counter + .field-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding-right: 100px;
}
.frm-field-input.input-large textarea,
.frm-field-input.input-large input[type="text"],
.frm-field-input.input-large input[type="password"],
.frm-field-input.input-large input[type="email"],
.frm-field-input.input-large input[type="number"],
.frm-field-input.input-large input[type="range"],
.frm-field-input.input-large input[type="search"],
.frm-field-input.input-large input[type="tel"],
.frm-field-input.input-large input[type="url"] {
  font-size: 20px;
  font-weight: 500;
}
.frm-field-input.input-large > label {
  font-size: 20px;
  font-weight: 500;
}
.frm-field-input .frm-text-counter {
  text-align: right;
}
.frm-field-input .elm-helper {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
}
.frm-field-input .elm-helper + select {
  background-position: right 30px center;
}
.frm-field-input .elm-helper ~ .ui-selectmenu-button .ui-selectmenu-icon {
  width: 40px;
}
.frm-field-input .elm-helper + input[type="number"] {
  padding-right: 30px;
}
.frm-field-input.frm-valid:before,
.frm-field-input.frm-error:before {
  right: 30px;
  width: 24px;
}
.frm-field-input textarea {
  height: 40px;
  font-size: 16px;
  line-height: 20px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 60px;
  background: none;
  z-index: 2;
}
.frm-field-input textarea:focus + label,
.frm-field-input textarea.not-empty + label {
  height: 20px;
  line-height: 20px;
  top: -20px;
  padding-left: 0;
  font-size: 12px;
}
.frm-field-input input[type="text"],
.frm-field-input input[type="password"],
.frm-field-input input[type="email"],
.frm-field-input input[type="number"],
.frm-field-input input[type="range"],
.frm-field-input input[type="search"],
.frm-field-input input[type="tel"],
.frm-field-input input[type="url"] {
  height: 40px;
  padding-right: 60px;
  z-index: 2;
  background: none;
}
.frm-field-input input[type="text"]:focus + label,
.frm-field-input input[type="password"]:focus + label,
.frm-field-input input[type="email"]:focus + label,
.frm-field-input input[type="number"]:focus + label,
.frm-field-input input[type="range"]:focus + label,
.frm-field-input input[type="search"]:focus + label,
.frm-field-input input[type="tel"]:focus + label,
.frm-field-input input[type="url"]:focus + label,
.frm-field-input input[type="text"].not-empty + label,
.frm-field-input input[type="password"].not-empty + label,
.frm-field-input input[type="email"].not-empty + label,
.frm-field-input input[type="number"].not-empty + label,
.frm-field-input input[type="range"].not-empty + label,
.frm-field-input input[type="search"].not-empty + label,
.frm-field-input input[type="tel"].not-empty + label,
.frm-field-input input[type="url"].not-empty + label {
  height: 20px;
  line-height: 20px;
  top: -20px;
  padding-left: 0;
  font-size: 12px;
}
.frm-field-input input[type="number"] {
  padding-right: 10px;
}
.frm-field-input input[type="number"] + .elm-helper {
  right: 25px;
}
.frm-field-input select + label,
.frm-field-input .ui-selectmenu-button + label {
  height: 20px;
  line-height: 20px;
  top: -20px;
  padding-left: 0;
  font-size: 12px;
}
.frm-field-input > label {
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 0 0 17px;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
  color: #2a2d43;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  opacity: 0.5;
  transition: all ease 0.2s;
}
.frm-text-counter {
  display: block;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  color: #999ba5;
  white-space: nowrap;
}
.frm-text-counter:after {
  content: "/" attr(data-max);
}
.frm-text-counter .count-enter {
  display: inline;
}
.frm-field > .btn-action-ico {
  width: 48px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.frm-row,
.frm-field,
.frm-row-submit {
  position: relative;
  line-height: 1;
}
.frm-row:after,
.frm-field:after,
.frm-row-submit:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.frm-ico {
  display: block;
  position: relative;
  overflow: hidden;
  width: 30px;
  height: 30px;
}
.frm-ico img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 16px;
  max-height: 16px;
  transition: opacity ease 0.2s;
}
.frm-ico img.img-active {
  opacity: 0;
}
.frm-range {
  display: block;
  position: relative;
  line-height: 1;
}
.frm-scale {
  display: block;
  position: relative;
  height: 50px;
  width: 100%;
}
.frm-scale:before {
  content: "";
  display: block;
  position: absolute;
  left: 1px;
  right: 1px;
  bottom: 0;
  border-radius: 2px;
  background: #e5e5e8;
}
.frm-scale.active:before {
  background: rgba(114, 189, 119, 0.3);
}
.frm-scale[data-value="01"]:before {
  height: 01%;
}
.frm-scale[data-value="02"]:before {
  height: 02%;
}
.frm-scale[data-value="03"]:before {
  height: 03%;
}
.frm-scale[data-value="04"]:before {
  height: 04%;
}
.frm-scale[data-value="05"]:before {
  height: 05%;
}
.frm-scale[data-value="06"]:before {
  height: 06%;
}
.frm-scale[data-value="07"]:before {
  height: 07%;
}
.frm-scale[data-value="08"]:before {
  height: 08%;
}
.frm-scale[data-value="09"]:before {
  height: 09%;
}
.frm-scale[data-value="10"]:before {
  height: 10%;
}
.frm-scale[data-value="11"]:before {
  height: 11%;
}
.frm-scale[data-value="12"]:before {
  height: 12%;
}
.frm-scale[data-value="13"]:before {
  height: 13%;
}
.frm-scale[data-value="14"]:before {
  height: 14%;
}
.frm-scale[data-value="15"]:before {
  height: 15%;
}
.frm-scale[data-value="16"]:before {
  height: 16%;
}
.frm-scale[data-value="17"]:before {
  height: 17%;
}
.frm-scale[data-value="18"]:before {
  height: 18%;
}
.frm-scale[data-value="19"]:before {
  height: 19%;
}
.frm-scale[data-value="20"]:before {
  height: 20%;
}
.frm-scale[data-value="21"]:before {
  height: 21%;
}
.frm-scale[data-value="22"]:before {
  height: 22%;
}
.frm-scale[data-value="23"]:before {
  height: 23%;
}
.frm-scale[data-value="24"]:before {
  height: 24%;
}
.frm-scale[data-value="25"]:before {
  height: 25%;
}
.frm-scale[data-value="26"]:before {
  height: 26%;
}
.frm-scale[data-value="27"]:before {
  height: 27%;
}
.frm-scale[data-value="28"]:before {
  height: 28%;
}
.frm-scale[data-value="29"]:before {
  height: 29%;
}
.frm-scale[data-value="30"]:before {
  height: 30%;
}
.frm-scale[data-value="31"]:before {
  height: 31%;
}
.frm-scale[data-value="32"]:before {
  height: 32%;
}
.frm-scale[data-value="33"]:before {
  height: 33%;
}
.frm-scale[data-value="34"]:before {
  height: 34%;
}
.frm-scale[data-value="35"]:before {
  height: 35%;
}
.frm-scale[data-value="36"]:before {
  height: 36%;
}
.frm-scale[data-value="37"]:before {
  height: 37%;
}
.frm-scale[data-value="38"]:before {
  height: 38%;
}
.frm-scale[data-value="39"]:before {
  height: 39%;
}
.frm-scale[data-value="40"]:before {
  height: 40%;
}
.frm-scale[data-value="41"]:before {
  height: 41%;
}
.frm-scale[data-value="42"]:before {
  height: 42%;
}
.frm-scale[data-value="43"]:before {
  height: 43%;
}
.frm-scale[data-value="44"]:before {
  height: 44%;
}
.frm-scale[data-value="45"]:before {
  height: 45%;
}
.frm-scale[data-value="46"]:before {
  height: 46%;
}
.frm-scale[data-value="47"]:before {
  height: 47%;
}
.frm-scale[data-value="48"]:before {
  height: 48%;
}
.frm-scale[data-value="49"]:before {
  height: 49%;
}
.frm-scale[data-value="50"]:before {
  height: 50%;
}
.frm-scale[data-value="51"]:before {
  height: 51%;
}
.frm-scale[data-value="52"]:before {
  height: 52%;
}
.frm-scale[data-value="53"]:before {
  height: 53%;
}
.frm-scale[data-value="54"]:before {
  height: 54%;
}
.frm-scale[data-value="55"]:before {
  height: 55%;
}
.frm-scale[data-value="56"]:before {
  height: 56%;
}
.frm-scale[data-value="57"]:before {
  height: 57%;
}
.frm-scale[data-value="58"]:before {
  height: 58%;
}
.frm-scale[data-value="59"]:before {
  height: 59%;
}
.frm-scale[data-value="60"]:before {
  height: 60%;
}
.frm-scale[data-value="61"]:before {
  height: 61%;
}
.frm-scale[data-value="62"]:before {
  height: 62%;
}
.frm-scale[data-value="63"]:before {
  height: 63%;
}
.frm-scale[data-value="64"]:before {
  height: 64%;
}
.frm-scale[data-value="65"]:before {
  height: 65%;
}
.frm-scale[data-value="66"]:before {
  height: 66%;
}
.frm-scale[data-value="67"]:before {
  height: 67%;
}
.frm-scale[data-value="68"]:before {
  height: 68%;
}
.frm-scale[data-value="69"]:before {
  height: 69%;
}
.frm-scale[data-value="70"]:before {
  height: 70%;
}
.frm-scale[data-value="71"]:before {
  height: 71%;
}
.frm-scale[data-value="72"]:before {
  height: 72%;
}
.frm-scale[data-value="73"]:before {
  height: 73%;
}
.frm-scale[data-value="74"]:before {
  height: 74%;
}
.frm-scale[data-value="75"]:before {
  height: 75%;
}
.frm-scale[data-value="76"]:before {
  height: 76%;
}
.frm-scale[data-value="77"]:before {
  height: 77%;
}
.frm-scale[data-value="78"]:before {
  height: 78%;
}
.frm-scale[data-value="79"]:before {
  height: 79%;
}
.frm-scale[data-value="80"]:before {
  height: 80%;
}
.frm-scale[data-value="81"]:before {
  height: 81%;
}
.frm-scale[data-value="82"]:before {
  height: 82%;
}
.frm-scale[data-value="83"]:before {
  height: 83%;
}
.frm-scale[data-value="84"]:before {
  height: 84%;
}
.frm-scale[data-value="85"]:before {
  height: 85%;
}
.frm-scale[data-value="86"]:before {
  height: 86%;
}
.frm-scale[data-value="87"]:before {
  height: 87%;
}
.frm-scale[data-value="88"]:before {
  height: 88%;
}
.frm-scale[data-value="89"]:before {
  height: 89%;
}
.frm-scale[data-value="90"]:before {
  height: 90%;
}
.frm-scale[data-value="91"]:before {
  height: 91%;
}
.frm-scale[data-value="92"]:before {
  height: 92%;
}
.frm-scale[data-value="93"]:before {
  height: 93%;
}
.frm-scale[data-value="94"]:before {
  height: 94%;
}
.frm-scale[data-value="95"]:before {
  height: 95%;
}
.frm-scale[data-value="96"]:before {
  height: 96%;
}
.frm-scale[data-value="97"]:before {
  height: 97%;
}
.frm-scale[data-value="98"]:before {
  height: 98%;
}
.frm-scale[data-value="99"]:before {
  height: 99%;
}
.frm-scale[data-value="100"]:before {
  height: 100%;
}
.frm-range-scale {
  position: relative;
  line-height: 1;
  height: 74px;
  overflow: hidden;
  display: flex;
  flex-wrap: nowrap;
  margin: 0 -1px 2px -1px;
  padding: 24px 20px 0 20px;
}
.frm-range-inputs {
  overflow: hidden;
  padding: 24px 0 0 0;
}
.frm-range-inputs .range-input {
  padding: 0 4px 0 0;
  float: left;
  position: relative;
  width: 50%;
}
.frm-range-inputs .range-input + .range-input {
  padding: 0 0 0 4px;
}
.frm-range-inputs input {
  height: 48px;
  padding: 0 5px 0 35px;
  position: relative;
  z-index: 2;
  font-size: 14px;
  background: none;
}
.frm-range-inputs label {
  display: block;
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  height: 48px;
  line-height: 48px;
  font-size: 14px;
  color: rgba(42, 45, 67, 0.5);
  text-align: right;
  width: 30px;
}
.frm-select-dropdown {
  position: relative;
  line-height: 1;
  z-index: 10;
}
.frm-select-dropdown .btn-action-ico.button-dropdown {
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  height: 40px;
  z-index: 10;
}
.frm-select-dropdown .btn-action-ico.button-dropdown.active ~ input {
  border-color: #fff;
  border-radius: 4px 4px 0 0;
}
.frm-select-dropdown .btn-action-ico.button-dropdown.active ~ .select-dropdown-block {
  display: block;
}
.frm-select-dropdown > input {
  background: #fff !important;
  position: relative;
  z-index: 9 !important;
}
.frm-select-dropdown .frm-ico {
  z-index: 10;
}
.frm-select-dropdown .select-dropdown-block {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border: 1px solid #f7f7f8;
  background: #fff;
  box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  z-index: 2;
  padding-top: 40px;
  overflow: hidden;
  display: none;
}
.frm-select-dropdown .select-dropdown-block ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  max-height: 300px;
  overflow: auto;
}
.frm-select-dropdown .select-dropdown-block li {
  margin: 0;
  padding: 0 0 1px 0;
  position: relative;
}
.frm-select-dropdown .select-dropdown-block li:last-child:after {
  display: none;
}
.frm-select-dropdown .select-dropdown-block li:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0px;
  right: 0;
  height: 1px;
  background: #e5e5e8;
}
.frm-select-dropdown .select-dropdown-block li:before {
  display: none;
}
.frm-select-dropdown .select-dropdown-block .frm-select {
  display: block;
  position: relative;
}
.frm-select-dropdown .select-dropdown-block .frm-select label {
  min-height: 48px;
  font-size: 14px;
  line-height: 20px;
  padding: 14px 10px 10px 56px;
}
.frm-select-dropdown .select-dropdown-block .frm-select label:before {
  width: 24px;
  height: 24px;
  border: none;
  background: #e5e5e8;
  border-radius: 2px;
  top: 24px;
  left: 16px;
  margin: -12px 0 0 0;
}
.frm-select-dropdown .select-dropdown-block .frm-select label:after {
  top: 24px;
  left: 16px;
  margin: -12px 0 0 0;
}
.frm-select-input,
.frm-ico-input {
  position: relative;
  line-height: 1;
}
.frm-select-input.js-datepicker [placeholder]::-webkit-input-placeholder,
.frm-ico-input.js-datepicker [placeholder]::-webkit-input-placeholder {
  color: #2a2d43;
}
.frm-select-input.js-datepicker [placeholder]:-moz-placeholder,
.frm-ico-input.js-datepicker [placeholder]:-moz-placeholder {
  color: #2a2d43;
}
.frm-select-input.js-datepicker [placeholder]::-moz-placeholder,
.frm-ico-input.js-datepicker [placeholder]::-moz-placeholder {
  color: #2a2d43;
}
.frm-select-input.js-datepicker [placeholder]:-ms-input-placeholder,
.frm-ico-input.js-datepicker [placeholder]:-ms-input-placeholder {
  color: #2a2d43;
}
.frm-select-input input,
.frm-ico-input input {
  position: relative;
  z-index: 2;
  background: none;
  height: 48px;
}
.frm-select-input input:focus ~ .frm-ico img.img-noactive,
.frm-ico-input input:focus ~ .frm-ico img.img-noactive {
  opacity: 0;
}
.frm-select-input input:focus ~ .frm-ico img.img-active,
.frm-ico-input input:focus ~ .frm-ico img.img-active {
  opacity: 1;
}
.frm-select-input .frm-ico,
.frm-ico-input .frm-ico {
  position: absolute;
  top: 50%;
  left: 20px;
  margin: -15px 0 0 -15px;
}
.frm-ico-input input {
  padding-left: 35px;
}
.frm-select-input:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  margin: -15px -15px 0 0;
  width: 30px;
  height: 30px;
  background: url(../img/icons/ico-select01.svg) center no-repeat;
  background-size: 9px auto;
}
.frm-select-input > input {
  padding-right: 30px;
}
.frm-field-password {
  display: block;
  position: relative;
  line-height: 1;
}
.frm-field-password > input {
  padding-right: 60px;
}
.frm-field-password .btn-action-ico.button-password {
  width: 52px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.frm-field-prefix {
  display: block;
  position: relative;
  line-height: 1;
  height: 38px;
  white-space: nowrap;
  font-size: 16px;
  text-align: left;
  font-weight: 400;
}
.frm-field-prefix ul,
.frm-field-prefix li {
  margin: 0;
  padding: 0;
}
.frm-field-prefix ul:before,
.frm-field-prefix li:before {
  display: none;
}
.frm-field-prefix a {
  display: block;
  position: relative;
  overflow: hidden;
  height: 38px;
  line-height: 38px;
  padding: 0 20px 0 39px;
  color: #2a2d43;
  white-space: nowrap;
  max-width: 100%;
  text-overflow: ellipsis;
}
.frm-field-prefix .btn-prefix {
  padding-right: 8px;
  min-width: 76px;
}
.frm-field-prefix .btn-prefix:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 24px;
  background: #e5e5e8;
  margin-top: -12px;
}
.frm-field-prefix .btn-prefix .pr-country {
  display: none;
}
.frm-field-prefix .prefix-block {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  max-width: 300px;
  min-width: 100%;
  background: #fff;
  border: 1px solid #f7f7f8;
  box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  z-index: 10;
  max-height: 192px;
  overflow: auto;
}
.frm-field-prefix .prefix-block a:hover {
  background: #f6f6f6;
}
.frm-field-prefix .pr-title {
  display: inline;
  color: #999ba5;
}
.frm-field-prefix .pr-country {
  display: inline;
  margin-left: 6px;
}
.frm-field-prefix .pr-ico {
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 6px;
  margin-top: -12px;
}
.frm-field-prefix .pr-ico img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  border-radius: 1px;
  border: 1px solid #e5e5e8;
}
.frm-main-code {
  display: block;
  position: relative;
  line-height: 1;
}
.frm-main-code input[type="text"] {
  padding-right: 40px;
  padding-left: 12px;
  font-size: 14px;
}
.frm-main-code .btn,
.frm-main-code button,
.frm-main-code input[type="submit"] {
  background: none;
  border: none;
  border-radius: 0;
  min-width: 0;
  padding: 0;
  box-shadow: none;
  font-size: 0;
  width: 44px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.frm-main-code .btn:before,
.frm-main-code button:before,
.frm-main-code input[type="submit"]:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../img/icons/ico-arrow15.svg) center no-repeat;
  background-size: 24px auto;
}
.frm-confirm-code {
  display: block;
  position: relative;
  overflow: hidden;
  line-height: 1;
  width: 100%;
  max-width: 323px;
}
.frm-confirm-code input {
  display: block;
  width: 40px;
  height: 48px;
  text-align: center;
  font-size: 24px;
  padding: 0;
  font-weight: 500;
  float: left;
  margin: 0 12px 0 0;
}
.frm-confirm-code input:last-child {
  margin-right: 0;
}
.frm-confirm-code label {
  display: block;
  height: 48px;
  width: 23px;
  float: left;
  position: relative;
  overflow: hidden;
  text-indent: -999px;
}
.frm-confirm-code label:before {
  content: "";
  display: block;
  width: 7px;
  height: 3px;
  background: #2a2d43;
  position: absolute;
  top: 50%;
  left: 5px;
  margin: -2px 0 0 -4px;
}
.frm-field-phone {
  display: block;
  position: relative;
  line-height: 1;
  height: 40px;
  border: 1px solid #e5e5e8;
  box-sizing: border-box;
  border-radius: 4px;
  display: flex;
  flex-wrap: nowrap;
}
.frm-field-phone .inp-wrap {
  flex: 1;
}
.frm-field-phone .frm-field-prefix {
  display: block;
}
.frm-field-phone input[type="text"],
.frm-field-phone input[type="tel"] {
  display: block;
  width: 100%;
  position: relative;
  height: 38px;
  border-radius: 0;
  border: none;
  padding-top: 0;
}
.frm-field-card-number {
  position: relative;
  line-height: 1;
}
.frm-field-card-number:before {
  content: "";
  display: block;
  width: 36px;
  height: 30px;
  position: absolute;
  top: 50%;
  right: 16px;
  margin: -15px 0 0 0;
  background: url(../img/icons/ico-card02.svg) center no-repeat;
  background-size: 100% auto;
  z-index: 2;
}
.frm-main-card {
  display: block;
  position: relative;
  overflow: hidden;
  background: #f7f7f8;
  border-radius: 10px;
  line-height: 1;
  text-align: left;
  font-weight: 400;
  padding: 25px 10px 5px 10px;
}
.frm-main-card .frm-row {
  margin: 0 -20px 0 0;
}
.frm-main-card .frm-field {
  width: 140px;
  float: left;
  padding: 0 20px 0 0;
  margin: 0 0 20px 0;
}
.frm-main-card .frm-field + .frm-field {
  padding-right: 0;
  width: 120px;
}
.frm-main-card .frm-field.field-full {
  width: 100%;
}
.frm-main-card .frm-field.field-full > input {
  width: 100%;
}
.frm-main-card .frm-field > input {
  max-width: 90px;
}
.frm-main-card .frm-field > label {
  display: block;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  color: #8f8e8e;
  margin-bottom: 4px;
}
.frm-main-card input[type="text"],
.frm-main-card input[type="password"],
.frm-main-card input[type="email"],
.frm-main-card input[type="number"],
.frm-main-card input[type="range"],
.frm-main-card input[type="search"],
.frm-main-card input[type="tel"],
.frm-main-card input[type="url"] {
  text-align: left;
  font-size: 20px;
  letter-spacing: 0.7px;
  height: 44px;
  border: none;
  border-radius: 6px;
  box-shadow: none;
  padding: 0 0 0 16px;
}
.frm-main-card [placeholder]::-webkit-input-placeholder {
  color: #2a2d43;
}
.frm-main-card [placeholder]:-moz-placeholder {
  color: #2a2d43;
}
.frm-main-card [placeholder]::-moz-placeholder {
  color: #2a2d43;
}
.frm-main-card [placeholder]:-ms-input-placeholder {
  color: #2a2d43;
}
.frm-main-message {
  display: block;
  position: relative;
  overflow: hidden;
  border: 1px solid #e5e5e8;
  border-radius: 4px;
  line-height: 1;
}
.frm-main-message .frm-field {
  margin-bottom: 15px;
}
.frm-main-message .frm-row-submit {
  text-align: right;
  font-size: 0;
  position: relative;
  padding: 0 15px 23px 15px;
  margin: 0;
}
.frm-main-message .frm-field-upload {
  position: absolute;
  top: 0;
  left: 15px;
}
.frm-main-message textarea {
  height: 70px;
  /* border: none; */
  /* border-radius: 0; */
  padding: 15px 15px 0 15px;
  font-size: 16px;
  line-height: 21px;
}
.frm-field-photo-upload {
  display: block;
  position: relative;
  overflow: visible;
  line-height: 1;
  border-radius: 8px;
}
.frm-field-photo-upload:hover .upload-actions {
  opacity: 1;
}
.frm-field-photo-upload:hover .btn-action-ico.button-del {
  opacity: 1;
}
.frm-field-photo-upload.photo-active .file-photo-wrap {
  display: block;
}
.frm-field-photo-upload.photo-active .btn-action-ico.button-del {
  display: block;
}
.frm-field-photo-upload:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 1px dashed #babbc2;
  border-radius: 8px;
}
.frm-field-photo-upload:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.frm-field-photo-upload .upload-photo {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 6;
}
.frm-field-photo-upload .btn-action-ico.button-add {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.frm-field-photo-upload input[type="file"] {
  display: block;
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 5;
  opacity: 0;
  width: 1000%;
  height: 1000%;
  font-size: 100px;
  cursor: pointer;
}
.frm-field-photo-upload .upload-actions {
  z-index: 7;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  padding: 12px;
  opacity: 0;
  transition: opacity ease 0.2s;
}
.frm-field-photo-upload .upload-actions .btn-action-ico {
  float: left;
  margin: 0 0 0 4px;
}
.frm-field-photo-upload .btn-action-ico.button-del {
  display: none;
  opacity: 0;
  transition: opacity ease 0.2s;
  position: absolute;
  top: -20px;
  right: -20px;
  z-index: 8;
}
.frm-field-photo-upload .btn-action-ico.button-del.button-small {
  top: -10px;
  right: -10px;
}
.frm-field-photo-upload .file-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
  overflow: hidden;
}
.frm-field-photo-upload .file-photo-wrap {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  border-radius: 8px;
}
.frm-field-photo-upload img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 7;
}
.frm-field-upload {
  display: block;
  position: relative;
  line-height: 1;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  background: #f7f7f8;
  cursor: pointer;
}
.frm-field-upload:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  background-position: center;
  background-size: 18px auto;
  background-repeat: no-repeat;
}
.frm-field-upload .upload-ico {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
}
.frm-field-upload .upload-ico img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 18px;
  max-height: 18px;
}
.frm-field-upload.photo:before {
  background-image: url(../img/icons/ico-pic.svg);
}
.frm-field-upload input[type="file"] {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  opacity: 0;
  width: 500px;
  height: 500px;
  font-size: 100px;
  cursor: pointer;
}
.frm-field-upload img.img-upload {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 4;
}
.frm-label-input {
  display: block;
  position: relative;
  overflow: hidden;
  line-height: 1;
  height: 56px;
  border-radius: 4px;
  background: rgba(247, 247, 248, 0.64);
}
.frm-label-input input {
  display: block;
  position: relative;
  height: 56px;
  border-radius: 0;
  padding: 22px 10px 0 12px;
  font-size: 12px;
  z-index: 2;
  background: none;
  border: none;
}
.frm-label-input label {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 34px;
  line-height: 34px;
  padding: 0 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 14px;
  color: #2a2d43;
}
.frm-period {
  display: block;
  position: relative;
  height: 40px;
  border: 1px solid #e5e5e8;
  border-radius: 4px;
  padding: 0 0 0 50px;
}
.frm-period.period-large {
  height: 48px;
}
.frm-period.period-large input[type="text"] {
  height: 46px;
}
.frm-period.period-large label {
  height: 46px;
  line-height: 46px;
}
.frm-period:before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 50%;
  left: 11px;
  margin-top: -11px;
  background: url(../img/icons/ico-calendar02.svg) center no-repeat;
  background-size: 100% auto;
}
.frm-period input[type="text"] {
  display: block;
  width: 100%;
  float: left;
  height: 38px;
  padding: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
  font-size: 13px;
}
.frm-period .inp-wrap {
  width: 56%;
  position: relative;
  float: left;
}
.frm-period .inp-wrap ~ .inp-wrap {
  width: 44%;
  float: right;
}
.frm-period label {
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
  height: 38px;
  width: 35px;
  line-height: 38px;
  z-index: 2;
  font-size: 15px;
  margin-left: -35px;
}
.frm-select-text {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  line-height: 1;
}
.frm-select-text .select-block {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  white-space: nowrap;
  min-width: 100%;
  background: #fff;
  z-index: 10;
  border-radius: 6px;
  border: 1px solid #e5e5e8;
  font-size: 14px;
  line-height: 20px;
}
.frm-select-text ul,
.frm-select-text li {
  margin: 0;
  padding: 0;
}
.frm-select-text ul:before,
.frm-select-text li:before {
  display: none;
}
.frm-select-text ul {
  padding: 10px 0;
}
.frm-select-text li a {
  display: block;
  padding: 5px 15px;
  text-decoration: none;
  color: #2a2d43;
}
.frm-select-text li a:hover,
.frm-select-text li a.active {
  color: #72bd77;
}
.frm-select-text .js-btn-toggle {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-size: 18px;
  font-weight: 500;
  color: #72bd77;
  text-decoration: none;
  line-height: 24px;
  padding: 0 10px 0 0;
}
.frm-select-text .js-btn-toggle:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 12px;
  right: 0;
  margin-top: -3px;
  background: url(../img/icons/ico-arrow12.svg) center no-repeat;
  background-size: 100% auto;
}
.frm-select-row {
  display: block;
  position: relative;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  padding: 3px 0 3px 60px;
}
.frm-select-row .frm-select-toggle {
  position: absolute;
  top: 0;
  left: 0;
}
.frm-select-pay,
.bx-filter-param-label,
.frm-select-button,
.frm-select,
.frm-select-toggle {
  position: relative;
  display: block;
  overflow: hidden;
  line-height: 1;
}
.frm-select-pay input,
.bx-filter-param-label input,
.frm-select-button input,
.frm-select input,
.frm-select-toggle input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
  margin: 0;
  padding: 0;
}
.frm-select-pay input[disabled] ~ label,
.bx-filter-param-label input[disabled] ~ label,
.frm-select-button input[disabled] ~ label,
.frm-select input[disabled] ~ label,
.frm-select-toggle input[disabled] ~ label {
  cursor: default;
}
.frm-select-pay label,
.bx-filter-param-label label,
.frm-select-button label,
.frm-select label,
.frm-select-toggle label {
  display: block;
  position: relative;
  cursor: pointer;
}
.frm-select-pay.type-second label {
  padding-top: 21px;
  padding-bottom: 21px;
  line-height: 1.6;
}
.frm-select-pay.type-second .lbl-icons {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 0;
  padding: 0;
}
.frm-select-pay.type-second .lbl-icons img {
  display: block;
  float: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 40px;
}
.frm-select-pay input:checked ~ label {
  font-weight: 500;
  border-color: #72bd77;
}
.frm-select-pay input:checked ~ label:after {
  opacity: 1;
}
.frm-select-pay input:checked ~ label:before {
  border-color: #72bd77;
}
.frm-select-pay label {
  font-size: 12px;
  line-height: 1.4;
  font-weight: 400;
  border: 1px solid #e5e5e8;
  box-sizing: border-box;
  border-radius: 8px;
  text-align: left;
  padding: 15px 15px 15px 48px;
}
.frm-select-pay label:before,
.frm-select-pay label:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 21px;
  left: 15px;
  border: 1px solid #e5e5e8;
  border-radius: 50%;
}
.frm-select-pay label:after {
  width: 12px;
  height: 12px;
  background: #72bd77;
  top: 25px;
  left: 19px;
  opacity: 0;
}
.frm-select-pay .lbl-subtitle {
  display: block;
  position: relative;
  padding-right: 100px;
}
.frm-select-pay .lbl-icons {
  display: block;
  padding: 14px 0 0 0;
  overflow: hidden;
}
.frm-select-pay .lbl-icons img {
  float: left;
  margin: 0 12px 0 0;
  max-width: 26px;
}
.frm-select-time {
  display: block;
  position: relative;
  overflow: hidden;
  width: 72px;
  height: 40px;
  line-height: 1;
  text-align: center;
}
.frm-select-time input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.frm-select-time input[disabled] ~ label {
  opacity: 0.5;
  pointer-events: none;
  cursor: default;
}
.frm-select-time input:checked ~ label {
  border-color: #72bd77;
}
.frm-select-time input:checked ~ label:hover {
  background: none;
}
.frm-select-time input:checked ~ label:before {
  opacity: 1;
}
.frm-select-time label {
  display: block;
  height: 40px;
  line-height: 38px;
  border-radius: 6px;
  text-align: center;
  position: relative;
  overflow: hidden;
  font-size: 14px;
  color: #2a2d43;
  transition: all ease 0.2s;
  cursor: pointer;
  border: 1px solid #e5e5e8;
}
.frm-select-time label:hover {
  background: #fefefe;
}
.frm-select-time label:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  border-radius: 6px;
  transition: opacity ease 0.2s;
  border: 1px solid #72bd77;
}
.frm-select.inp-error > label,
.bx-filter-param-label.inp-error > label,
.frm-select.inp-error > .bx-filter-param-text,
.bx-filter-param-label.inp-error > .bx-filter-param-text {
  color: #ef476f;
}
.frm-select.inp-error > label:before,
.bx-filter-param-label.inp-error > label:before,
.frm-select.inp-error > .bx-filter-param-text:before,
.bx-filter-param-label.inp-error > .bx-filter-param-text:before {
  border-color: #ef476f;
}
.frm-select.select-large label,
.bx-filter-param-label.select-large label,
.frm-select.select-large .bx-filter-param-text,
.bx-filter-param-label.select-large .bx-filter-param-text {
  font-size: 16px;
}
.frm-select input[disabled] ~ label,
.bx-filter-param-label input[disabled] ~ label,
.frm-select input[disabled] ~ .bx-filter-param-text,
.bx-filter-param-label input[disabled] ~ .bx-filter-param-text {
  pointer-events: none;
}
.frm-select input[disabled] ~ label:before,
.bx-filter-param-label input[disabled] ~ label:before,
.frm-select input[disabled] ~ .bx-filter-param-text:before,
.bx-filter-param-label input[disabled] ~ .bx-filter-param-text:before {
  opacity: 0.5;
  background: #e5e5e8;
}
.frm-select input[disabled]:checked ~ label:after,
.bx-filter-param-label input[disabled]:checked ~ label:after,
.frm-select input[disabled]:checked ~ .bx-filter-param-text:after,
.bx-filter-param-label input[disabled]:checked ~ .bx-filter-param-text:after {
  opacity: 0.5;
}
.frm-select input:checked ~ label:after,
.bx-filter-param-label input:checked ~ label:after,
.frm-select input:checked ~ .bx-filter-param-text:after,
.bx-filter-param-label input:checked ~ .bx-filter-param-text:after {
  opacity: 1;
}
.frm-select label,
.bx-filter-param-label label,
.frm-select .bx-filter-param-text,
.bx-filter-param-label .bx-filter-param-text {
  display: block;
  position: relative;
  font-size: 14px;
  line-height: 20px;
  padding: 2px 0 0 40px;
  min-height: 24px;
}
.frm-select label:before,
.bx-filter-param-label label:before,
.frm-select .bx-filter-param-text:before,
.bx-filter-param-label .bx-filter-param-text:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border: 1px solid #babbc2;
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
}
.frm-select label:after,
.bx-filter-param-label label:after,
.frm-select .bx-filter-param-text:after,
.bx-filter-param-label .bx-filter-param-text:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity ease 0.2s;
  width: 24px;
  height: 24px;
  background: url(../img/icons/ico-check.svg) center no-repeat;
  background-size: 24px auto;
}
.frm-select .lbl-info,
.bx-filter-param-label .lbl-info {
  display: block;
  font-size: 12px;
  line-height: 14px;
  color: #999ba5;
}
.frm-select-button .filter-button-title {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #2a2d43;
}
.frm-select-button .filter-button-info {
  display: block;
  width: 100%;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #999ba5;
}
.frm-select-button.type-four label {
  height: 60px;
  padding-top: 12px;
}
.frm-select-button.type-third label {
  height: 40px;
  line-height: 38px;
  border: 1px solid #e5e5e8;
  border-radius: 4px;
  padding: 0 23px;
  min-width: 0;
  font-size: 16px;
  color: #999ba5;
  font-weight: 400;
  background: none;
}
.frm-select-button.type-third input:checked ~ label {
  color: #72bd77;
  border-color: #72bd77;
  background: none;
}
.frm-select-button.type-second label {
  font-size: 16px;
  min-width: 116px;
}
.frm-select-button.type-second label:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 4px;
  border: 1px solid #72bd77;
  opacity: 0;
  transition: opacity ease 0.2s;
}
.frm-select-button.type-second input:checked ~ label {
  background: #fff;
  color: #2a2d43;
}
.frm-select-button.type-second input:checked ~ label:before {
  opacity: 1;
}
.frm-select-button label {
  height: 48px;
  border-radius: 4px;
  background: #f7f7f8;
  line-height: 48px;
  overflow: hidden;
  text-align: center;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all ease 0.2s;
}
.frm-select-button input:checked ~ label {
  background: #72bd77;
  color: #fff;
}
.frm-select-button input:checked ~ label .filter-button-title,
.frm-select-button input:checked ~ label .filter-button-info {
  color: #fff;
}
.frm-select-toggle {
  width: 44px;
  height: 24px;
  position: relative;
  overflow: hidden;
}
.frm-select-toggle.select-small {
  width: 32px;
  height: 16px;
}
.frm-select-toggle.select-small label {
  height: 16px;
  border-radius: 8px;
  background: rgba(186, 187, 194, 0.4);
}
.frm-select-toggle.select-small label:before {
  width: 16px;
  height: 16px;
  background: #babbc2;
}
.frm-select-toggle.select-small input:checked ~ label {
  background: rgba(114, 189, 119, 0.4);
}
.frm-select-toggle.select-small input:checked ~ label:before {
  background: #72bd77;
  left: 16px;
}
.frm-select-toggle label {
  display: block;
  width: 100%;
  height: 24px;
  background: #e5e5e8;
  border-radius: 12px;
  overflow: hidden;
  transition: all ease 0.2s;
  text-indent: -999px;
}
.frm-select-toggle label:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 12px;
  background: #babbc2;
  transition: all ease 0.2s;
}
.frm-select-toggle input:checked ~ label {
  background: rgba(114, 189, 119, 0.2);
}
.frm-select-toggle input:checked ~ label:before {
  left: 20px;
  background: #72bd77;
}
.frm-main-subscribe input[type="text"],
.frm-main-subscribe input[type="email"],
.frm-main-subscribe input[type="tel"] {
  height: 40px;
  border: 1px solid rgba(229, 229, 232, 0.2);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.2);
  padding: 0 16px;
  font-size: 14px;
  color: #fff;
}
.frm-main-subscribe [placeholder]::-webkit-input-placeholder {
  color: #fff;
}
.frm-main-subscribe [placeholder]:-moz-placeholder {
  color: #fff;
}
.frm-main-subscribe [placeholder]::-moz-placeholder {
  color: #fff;
}
.frm-main-subscribe [placeholder]:-ms-input-placeholder {
  color: #fff;
}
.frm-main-subscribe .btn,
.frm-main-subscribe button,
.frm-main-subscribe input[type="submit"] {
  display: block;
  width: 100%;
  padding: 0;
  margin: 16px 0 0 0;
  height: 40px;
  line-height: 38px;
  background: #fff;
  border-color: #fff;
  font-size: 14px;
  font-weight: 500;
  color: #2a2d43;
}
.frm-main-subscribe .btn:hover,
.frm-main-subscribe button:hover,
.frm-main-subscribe input[type="submit"]:hover {
  border-color: rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.8);
  color: #2a2d43;
}
.frm-top-search {
  display: block;
  position: relative;
  line-height: 1;
}
.frm-top-search input[type="text"],
.frm-top-search input[type="search"] {
  height: 48px;
  padding: 0 50px 0 16px;
  font-size: 14px;
  position: relative;
  z-index: 11;
}
.frm-top-search input[type="text"].not-empty ~ .btn-action-ico.button-close,
.frm-top-search input[type="search"].not-empty ~ .btn-action-ico.button-close {
  display: block;
}
.frm-top-search .btn,
.frm-top-search button,
.frm-top-search input[type="submit"] {
  display: block;
  width: 100%;
  margin-top: 16px;
  height: 48px;
  line-height: 46px;
  position: relative;
}
.frm-top-search .btn-action-ico.button-close {
  width: 44px;
  height: 48px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 12;
  display: none;
  animation: fadein ease 0.2s;
}
.frm-top-search .btn-action-ico.button-close:before {
  opacity: 0.3;
}
.frm-top-search .btn-action-ico.button-close:hover:before,
.frm-top-search .btn-action-ico.button-close:hover:after {
  opacity: 1;
}
.frm-main-search {
  display: block;
  position: relative;
  line-height: 1;
  background: #fff;
  border-radius: 4px;
}
.frm-main-search input[type="text"],
.frm-main-search input[type="search"] {
  background: none;
  position: relative;
  padding-left: 39px;
  z-index: 2;
  border-radius: 8px;
  font-size: 14px;
}
.frm-main-search:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 22px;
  margin: -12px 0 0 -12px;
  background: url(../img/icons/ico-search-light.svg) center no-repeat;
  background-size: 16px auto;
}
body .daterangepicker {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  padding: 0px 16px 12px 16px;
}
body .daterangepicker .drp-buttons .btn {
  padding-top: 0;
  padding-bottom: 0;
}
body .daterangepicker:after,
body .daterangepicker:before {
  display: none;
}
body .daterangepicker .drp-calendar.left {
  padding: 0 10px 0 0;
}
body .daterangepicker .drp-calendar.right {
  padding: 0 0 0 10px;
}
body .daterangepicker .calendar-table table.table-condensed th.month {
  height: 72px;
  padding: 0;
  line-height: 72px;
  font-size: 14px;
  font-weight: 500;
}
body .daterangepicker .calendar-table table.table-condensed tr + tr th {
  height: 40px;
  padding: 0 0 16px 0;
  line-height: 24px;
  font-size: 12px;
  font-weight: 400;
  color: #616161;
}
body .daterangepicker .calendar-table table.table-condensed tbody tr td {
  height: 52px;
  position: relative;
  font-size: 14px;
  line-height: 32px;
  text-align: center;
  color: #2a2d43;
  font-weight: 500;
  padding: 0;
  vertical-align: top;
  z-index: 2;
}
body .daterangepicker .calendar-table table.table-condensed tbody tr td:before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  top: -1px;
  left: 50%;
  margin-left: -16px;
  border-radius: 50%;
  background: #72bd77;
  z-index: -1;
  opacity: 0;
}
body .daterangepicker .calendar-table table.table-condensed tbody tr td.active {
  color: #fff !important;
  background: none;
}
body .daterangepicker .calendar-table table.table-condensed tbody tr td.active:before {
  opacity: 1;
}
body .daterangepicker .calendar-table table.table-condensed tbody tr td.in-range {
  background: none;
  color: #72bd77;
}
body .daterangepicker .calendar-table table.table-condensed tbody tr td.today {
  background: none;
  color: #72bd77;
}
body .daterangepicker .calendar-table table.table-condensed tbody tr td:hover {
  background: none;
  color: #72bd77;
}
body .daterangepicker .calendar-table table.table-condensed tbody tr td.disabled {
  color: #2a2d43;
}
.popup-inner-wrapper {
  display: block;
  position: relative;
  padding: 0;
  background: #fff;
  border-radius: 4px;
  box-shadow: 2px 8px 32px rgba(0, 0, 0, 0.2), 0px 0px 32px rgba(0, 0, 0, 0.2);
  margin-bottom: 17px;
}
.popup-inner-wrapper:last-child {
  margin-bottom: 0;
}
.popup-inner-wrapper .btn-action-ico.button-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
}
.popup-inner-wrapper .btn-action-ico.button-close:before,
.popup-inner-wrapper .btn-action-ico.button-close:after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  margin: -1px 0 0 -10px;
  -webkit-transform: -webkit-rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #2a2d43;
}
.popup-inner-wrapper .btn-action-ico.button-close:before {
  -webkit-transform: -webkit-rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
body .bx-authform-input-container textarea,
body .bx-authform-input-container input[type="text"],
body .bx-authform-input-container input[type="password"],
body .bx-authform-input-container input[type="email"],
body .bx-authform-input-container input[type="number"],
body .bx-authform-input-container input[type="range"],
body .bx-authform-input-container input[type="search"],
body .bx-authform-input-container input[type="tel"],
body .bx-authform-input-container input[type="url"] {
  height: 40px;
  border: 1px solid #e5e5e8;
  border-radius: 4px;
  background: #fff;
  padding: 2px 10px 0 16px;
  font-size: 16px;
  color: #2a2d43;
  line-height: 1;
  position: relative;
  transition: all ease 0.2s;
}
body .bx-authform-input-container textarea:focus,
body .bx-authform-input-container input[type="text"]:focus,
body .bx-authform-input-container input[type="password"]:focus,
body .bx-authform-input-container input[type="email"]:focus,
body .bx-authform-input-container input[type="number"]:focus,
body .bx-authform-input-container input[type="range"]:focus,
body .bx-authform-input-container input[type="search"]:focus,
body .bx-authform-input-container input[type="tel"]:focus,
body .bx-authform-input-container input[type="url"]:focus {
  border-color: #72bd77;
}
body .bx-authform-input-container textarea.inp-error,
body .bx-authform-input-container input[type="text"].inp-error,
body .bx-authform-input-container input[type="password"].inp-error,
body .bx-authform-input-container input[type="email"].inp-error,
body .bx-authform-input-container input[type="number"].inp-error,
body .bx-authform-input-container input[type="range"].inp-error,
body .bx-authform-input-container input[type="search"].inp-error,
body .bx-authform-input-container input[type="tel"].inp-error,
body .bx-authform-input-container input[type="url"].inp-error {
  border-color: #ef476f;
}
body .bx-authform-input-container textarea.inp-disabled,
body .bx-authform-input-container input[type="text"].inp-disabled,
body .bx-authform-input-container input[type="password"].inp-disabled,
body .bx-authform-input-container input[type="email"].inp-disabled,
body .bx-authform-input-container input[type="number"].inp-disabled,
body .bx-authform-input-container input[type="range"].inp-disabled,
body .bx-authform-input-container input[type="search"].inp-disabled,
body .bx-authform-input-container input[type="tel"].inp-disabled,
body .bx-authform-input-container input[type="url"].inp-disabled,
body .bx-authform-input-container textarea[disabled],
body .bx-authform-input-container input[type="text"][disabled],
body .bx-authform-input-container input[type="password"][disabled],
body .bx-authform-input-container input[type="email"][disabled],
body .bx-authform-input-container input[type="number"][disabled],
body .bx-authform-input-container input[type="range"][disabled],
body .bx-authform-input-container input[type="search"][disabled],
body .bx-authform-input-container input[type="tel"][disabled],
body .bx-authform-input-container input[type="url"][disabled] {
  border-color: #e5e5e8;
  pointer-events: none;
}
body .bx-authform-input-container textarea.inp-large,
body .bx-authform-input-container input[type="text"].inp-large,
body .bx-authform-input-container input[type="password"].inp-large,
body .bx-authform-input-container input[type="email"].inp-large,
body .bx-authform-input-container input[type="number"].inp-large,
body .bx-authform-input-container input[type="range"].inp-large,
body .bx-authform-input-container input[type="search"].inp-large,
body .bx-authform-input-container input[type="tel"].inp-large,
body .bx-authform-input-container input[type="url"].inp-large {
  height: 48px;
}
body .bx-authform-input-container textarea {
  height: 100px;
  padding-top: 10px;
  padding-bottom: 10px;
  resize: none;
}
body .bx-authform-social ul,
body .bx-authform-social li {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
body .bx-authform-social ul:before,
body .bx-authform-social li:before {
  display: none;
}
body .bx-authform-social li {
  vertical-align: top;
  margin: 0 10px 0 0;
}
body .bx-authform .bx-title {
  font-size: 18px;
  line-height: 29px;
  font-weight: 500;
  margin-bottom: 12px;
}
body .bx-authform .bx-authform-formgroup-container {
  line-height: 1;
  position: relative;
  margin-bottom: 36px;
}
body .bx-authform .bx-authform-formgroup-container .bx-authform-label-container {
  display: block;
  font-size: 10px;
  line-height: 14px;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.04em;
}
body .bx-filter .bx-filter-popup-result {
  border-radius: 4px;
  height: 40px;
  border: 1px solid #e5e5e8 !important;
  border-image: none;
  padding: 0 0 0 10px;
  line-height: 38px;
  white-space: nowrap;
  font-size: 13px;
  color: #2a2d43;
  min-height: 0;
  overflow: visible;
  background: #fff;
}
body .bx-filter .bx-filter-popup-result.left:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 100%;
  width: 0;
  height: 0;
  border: 6px solid rgba(255, 255, 255, 0);
  border-left-color: #72bd77;
  margin-top: -6px;
}
body .bx-filter .bx-filter-popup-result.right:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 100%;
  width: 0;
  height: 0;
  border: 6px solid rgba(255, 255, 255, 0);
  border-right-color: #e5e5e8;
  margin-top: -6px;
}
body .bx-filter .bx-filter-popup-result span {
  display: inline;
}
body .bx-filter .bx-filter-popup-result .arrow,
body .bx-filter .bx-filter-popup-result br {
  display: none;
}
body .bx-filter .bx-filter-popup-result a {
  display: inline-block;
  vertical-align: top;
  height: 38px;
  line-height: 38px;
  margin: 0 0 0 8px;
  background: #72bd77;
  border: 1px solid #69b76d;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  padding: 0 10px;
  transition: all ease 0.2s;
  border-radius: 0 4px 4px 0;
}
body .bx-filter .bx-filter-popup-result a:hover {
  background: #5ca560;
  border-color: #5ca560;
  text-decoration: none;
  color: #fff;
}
body .ui-selectmenu-button {
  width: 100% !important;
  padding: 0;
  outline: none;
}
body .ui-selectmenu-button span.ui-selectmenu-text {
  outline: none;
  margin: 0;
  display: block;
  position: relative;
  height: 40px;
  line-height: 42px;
  border: 1px solid #e5e5e8;
  border-radius: 4px;
  background: #fff;
  padding: 0px 20px 0 16px;
  font-size: 16px;
  color: #2a2d43;
  transition: all ease 0.2s;
}
body .ui-selectmenu-button span.ui-selectmenu-text:focus {
  border-color: #72bd77;
}
body .ui-selectmenu-button span.ui-selectmenu-text.inp-error {
  border-color: #ef476f;
}
body .ui-selectmenu-button span.ui-selectmenu-text.inp-disabled,
body .ui-selectmenu-button span.ui-selectmenu-text[disabled] {
  border-color: #e5e5e8;
  pointer-events: none;
}
body .ui-selectmenu-button span.ui-selectmenu-text.inp-large {
  height: 48px;
}
body .ui-selectmenu-button span.ui-icon {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  background: url(../img/icons/ico-select01.svg) 0 center no-repeat;
  background-size: 9px auto;
  width: 24px;
  height: 20px;
  z-index: 2;
}
body ul.ui-menu {
  margin: 0;
  background: #ffffff;
  box-shadow: 0px 12px 16px rgba(42, 45, 67, 0.04), 0px 0px 8px rgba(56, 60, 90, 0.07);
  border-radius: 6px;
  padding: 8px 0;
}
body ul.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #e5e5e8;
}
body ul.ui-menu .ui-menu-item:last-child {
  border-bottom: none;
}
body ul.ui-menu .ui-menu-item:before {
  display: none;
}
body ul.ui-menu .ui-menu-item:hover,
body ul.ui-menu .ui-menu-item.ui-state-focus {
  margin: 0;
  padding: 0;
}
body ul.ui-menu .ui-menu-item:hover div,
body ul.ui-menu .ui-menu-item.ui-state-focus div {
  background: #f0f0f0;
  padding: 14px 14px 14px 24px;
  margin: 0;
}
body ul.ui-menu .ui-menu-item div {
  padding: 14px 14px 14px 24px;
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  transition: all ease 0.2s;
}
body .fancybox-overlay {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(4px);
}
body .fancybox-opened .fancybox-skin {
  box-shadow: none;
}
body .fancybox-opened .fancybox-inner {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
body .fancybox-close {
  background: none !important;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
}
body .fancybox-close:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../img/icons/ico-close.svg) center no-repeat;
  background-size: 22px auto;
}
body .fancybox-close * {
  display: none;
}
body .fancybox-nav {
  width: 40px;
  height: 40px;
  background: none;
  border-radius: 0;
  opacity: 1 !important;
  top: 50%;
  left: 100%;
  margin: -20px 0 0 40px;
}
body .fancybox-nav * {
  display: none;
}
body .fancybox-nav:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../img/icons/ico-arrow11.svg) center no-repeat;
  background-size: 12px auto;
}
body .fancybox-nav.fancybox-next {
  margin: -20px 40px 0 0;
  left: auto;
  right: 100%;
}
body .fancybox-nav.fancybox-next:before {
  -webkit-transform: -webkit-rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
body #fancybox-thumbs ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
body #fancybox-thumbs ul li {
  list-style-type: none;
  margin: 0;
  padding: 0 8px;
  opacity: 0.7;
  transition: opacity ease 0.2s;
}
body #fancybox-thumbs ul li.active {
  opacity: 1;
}
body #fancybox-thumbs ul li:before {
  display: none;
}
body #fancybox-thumbs ul li a {
  border-radius: 4px;
  border: none;
}
body .ui-widget-overlay {
  background: rgba(60, 60, 59, 0.8);
}
body .ui-dialog {
  padding: 0;
  background: #fff;
  border-radius: 4px;
  box-shadow: 2px 8px 32px rgba(0, 0, 0, 0.2), 0px 0px 32px rgba(0, 0, 0, 0.2);
}
body .ui-dialog.popup-cart-wrapper {
  background: none;
  border-radius: 0;
  box-shadow: none;
}
body .ui-dialog.popup-card {
  border-radius: 8px;
}
body .ui-dialog.popup-card .ui-dialog-titlebar .ui-dialog-titlebar-close {
  width: 48px;
  height: 48px;
}
body .ui-dialog.popup-card .ui-dialog-titlebar .ui-dialog-titlebar-close:before,
body .ui-dialog.popup-card .ui-dialog-titlebar .ui-dialog-titlebar-close:after {
  background: #babbc2;
}
body .ui-dialog .ui-dialog-titlebar {
  padding: 0;
  margin: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
}
body .ui-dialog .ui-dialog-titlebar .ui-dialog-title {
  display: none;
}
body .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  position: absolute;
  z-index: 99;
  min-width: 0;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
}
body .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:before,
body .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -10px;
  -webkit-transform: -webkit-rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #2a2d43;
}
body .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:before {
  -webkit-transform: -webkit-rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
body .ui-dialog .ui-dialog-content {
  padding: 0;
  overflow: visible;
}
body .ui-slider {
  height: 2px;
  background: #fff;
  border-top: 1px solid #e5e5e8;
}
body .ui-slider .ui-slider-range {
  background: #72bd77;
}
body .ui-slider .ui-slider-handle {
  display: block;
  overflow: hidden;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  margin: -10px 0 0 -10px;
  top: 0;
  background: #72bd77;
}
body .ui-datepicker {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  padding: 0 16px 12px 16px;
  width: 368px;
  z-index: 130 !important;
}
body .ui-datepicker .ui-datepicker-header {
  height: 72px;
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0;
  line-height: 1;
}
body .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  display: block;
  height: 72px;
  line-height: 72px;
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}
body .ui-datepicker .ui-datepicker-prev,
body .ui-datepicker .ui-datepicker-next {
  display: block;
  border: none;
  border-radius: 0;
  width: 56px;
  height: 72px;
  position: absolute;
  top: 0;
  right: -16px;
  margin: 0;
  overflow: hidden;
  cursor: pointer;
}
body .ui-datepicker .ui-datepicker-prev span,
body .ui-datepicker .ui-datepicker-next span {
  display: none;
}
body .ui-datepicker .ui-datepicker-prev:hover,
body .ui-datepicker .ui-datepicker-next:hover,
body .ui-datepicker .ui-datepicker-prev.active,
body .ui-datepicker .ui-datepicker-next.active {
  top: 0;
  right: -16px;
  margin: 0;
}
body .ui-datepicker .ui-datepicker-prev:before,
body .ui-datepicker .ui-datepicker-next:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../img/icons/ico-arrow05.svg) center no-repeat;
  background-size: 8px auto;
  -webkit-transform: -webkit-rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
body .ui-datepicker .ui-datepicker-prev[disabled],
body .ui-datepicker .ui-datepicker-next[disabled],
body .ui-datepicker .ui-datepicker-prev.button-disabled,
body .ui-datepicker .ui-datepicker-next.button-disabled {
  border: none;
  pointer-events: none;
}
body .ui-datepicker .ui-datepicker-prev[disabled]:before,
body .ui-datepicker .ui-datepicker-next[disabled]:before,
body .ui-datepicker .ui-datepicker-prev.button-disabled:before,
body .ui-datepicker .ui-datepicker-next.button-disabled:before {
  opacity: 0.4;
}
body .ui-datepicker .ui-datepicker-prev {
  right: auto;
  left: -16px;
}
body .ui-datepicker .ui-datepicker-prev:hover,
body .ui-datepicker .ui-datepicker-prev.active {
  right: auto;
  left: -16px;
}
body .ui-datepicker .ui-datepicker-prev:before {
  -webkit-transform: -webkit-rotate(0);
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
body .ui-datepicker .ui-state-disabled > span,
body .ui-datepicker .ui-state-disabled > a,
body .ui-datepicker .ui-state-disabled .ui-state-default,
body .ui-datepicker .ui-state-disabled .ui-state-active {
  color: #999ba5;
}
body .ui-datepicker .dp-highlight {
  position: relative;
}
body .ui-datepicker .dp-highlight:last-child:after {
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
}
body .ui-datepicker .dp-highlight:first-child:after {
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
}
body .ui-datepicker .dp-highlight:after {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  opacity: 0.3;
  background: #72bd77;
  height: 48px;
}
body .ui-datepicker .dp-highlight.ui-datepicker-current-day:not(.last-day):after {
  background: transparent;
}
body .ui-datepicker .dp-highlight.first-day:after,
body .ui-datepicker .dp-highlight.last-day:after {
  left: 50%;
}
body .ui-datepicker .dp-highlight.first-day .ui-state-active,
body .ui-datepicker .dp-highlight.last-day .ui-state-active,
body .ui-datepicker .dp-highlight.first-day .ui-state-default,
body .ui-datepicker .dp-highlight.last-day .ui-state-default {
  color: #fff;
}
body .ui-datepicker .dp-highlight.first-day .ui-state-active:before,
body .ui-datepicker .dp-highlight.last-day .ui-state-active:before,
body .ui-datepicker .dp-highlight.first-day .ui-state-default:before,
body .ui-datepicker .dp-highlight.last-day .ui-state-default:before {
  display: block;
  opacity: 1;
  border-radius: 50%;
  z-index: -1;
}
body .ui-datepicker .dp-highlight.first-day .ui-state-active:after,
body .ui-datepicker .dp-highlight.last-day .ui-state-active:after,
body .ui-datepicker .dp-highlight.first-day .ui-state-default:after,
body .ui-datepicker .dp-highlight.last-day .ui-state-default:after {
  display: none;
}
body .ui-datepicker .dp-highlight.last-day:after {
  left: 0;
  right: 50%;
}
body .ui-datepicker .dp-highlight .ui-state-active:before,
body .ui-datepicker .dp-highlight .ui-state-default:before {
  display: none;
  opacity: 0.3;
  border-radius: 0;
  background: #72bd77;
  z-index: -3;
}
body .ui-datepicker table {
  margin: 0;
  table-layout: fixed;
}
body .ui-datepicker th,
body .ui-datepicker td {
  vertical-align: top;
  padding: 0;
  border: none;
}
body .ui-datepicker th {
  font-size: 12px;
  color: #616161;
  text-align: center;
  line-height: 24px;
  padding: 0 0 16px 0;
  font-weight: 400;
}
body .ui-datepicker td {
  padding: 0 0 20px 0;
}
body .ui-datepicker td:last-child {
  padding-right: 0;
}
body .ui-datepicker td.ui-datepicker-other-month a,
body .ui-datepicker td.ui-datepicker-other-month span {
  color: #999ba5;
}
body .ui-datepicker td a,
body .ui-datepicker td span {
  display: block;
  width: 100%;
  height: 32px;
  line-height: 32px;
  margin: 0 auto;
  max-width: 32px;
  text-align: center;
  background: none;
  transition: all ease 0.2s;
  font-size: 12px;
  font-weight: 500;
  color: #2a2d43;
  text-decoration: none;
  position: relative;
  padding: 0;
  z-index: 2;
}
body .ui-datepicker td a:hover,
body .ui-datepicker td span:hover,
body .ui-datepicker td a.ui-state-highlight,
body .ui-datepicker td span.ui-state-highlight {
  color: #72bd77;
}
body .ui-datepicker td a.ui-state-active,
body .ui-datepicker td span.ui-state-active {
  color: #fff;
}
body .ui-datepicker td a.ui-state-active:before,
body .ui-datepicker td span.ui-state-active:before {
  display: block;
  opacity: 1;
}
body .ui-datepicker td a:before,
body .ui-datepicker td span:before {
  content: "";
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  width: 48px;
  height: 48px;
  margin: -26px 0 0 -24px;
  z-index: -1;
  background: #72bd77;
  border-radius: 50%;
  animation: fadein ease 0.2s;
}
body .calendar-box .ui-datepicker {
  background: none;
  border: none;
  padding: 6px 0 0 0;
  width: 100%;
  border-radius: 0;
  z-index: inherit !important;
}
body .calendar-box .ui-datepicker .ui-datepicker-header {
  height: 32px;
  position: relative;
  overflow: hidden;
  line-height: 1;
  padding: 0;
  margin: 0 0 18px 0;
}
body .calendar-box .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  height: 32px;
  line-height: 32px;
  padding: 0 80px 0 0;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  color: #2a2d43;
  width: 100%;
  margin: 0;
}
body .calendar-box .ui-datepicker .ui-datepicker-prev,
body .calendar-box .ui-datepicker .ui-datepicker-next {
  display: block;
  border: 1px solid #78be7c;
  border-radius: 4px;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  overflow: hidden;
  cursor: pointer;
}
body .calendar-box .ui-datepicker .ui-datepicker-prev span,
body .calendar-box .ui-datepicker .ui-datepicker-next span {
  display: none;
}
body .calendar-box .ui-datepicker .ui-datepicker-prev:hover,
body .calendar-box .ui-datepicker .ui-datepicker-next:hover,
body .calendar-box .ui-datepicker .ui-datepicker-prev.active,
body .calendar-box .ui-datepicker .ui-datepicker-next.active {
  top: 0;
  right: 0;
  margin: 0;
}
body .calendar-box .ui-datepicker .ui-datepicker-prev:before,
body .calendar-box .ui-datepicker .ui-datepicker-next:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../img/icons/ico-arrow03.svg) center no-repeat;
  background-size: 5px auto;
  -webkit-transform: -webkit-rotate(0);
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
body .calendar-box .ui-datepicker .ui-datepicker-prev[disabled],
body .calendar-box .ui-datepicker .ui-datepicker-next[disabled],
body .calendar-box .ui-datepicker .ui-datepicker-prev.button-disabled,
body .calendar-box .ui-datepicker .ui-datepicker-next.button-disabled {
  border-color: #e5e5e8;
  pointer-events: none;
}
body .calendar-box .ui-datepicker .ui-datepicker-prev[disabled]:before,
body .calendar-box .ui-datepicker .ui-datepicker-next[disabled]:before,
body .calendar-box .ui-datepicker .ui-datepicker-prev.button-disabled:before,
body .calendar-box .ui-datepicker .ui-datepicker-next.button-disabled:before {
  opacity: 0.4;
}
body .calendar-box .ui-datepicker .ui-datepicker-prev {
  right: 40px;
  left: auto;
}
body .calendar-box .ui-datepicker .ui-datepicker-prev:hover,
body .calendar-box .ui-datepicker .ui-datepicker-prev.active {
  right: 40px;
}
body .calendar-box .ui-datepicker .ui-datepicker-prev:before {
  -webkit-transform: -webkit-rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
body .calendar-box .ui-datepicker table {
  margin: 0;
  table-layout: fixed;
}
body .calendar-box .ui-datepicker th,
body .calendar-box .ui-datepicker td {
  vertical-align: top;
  padding: 0;
  border: none;
}
body .calendar-box .ui-datepicker th {
  font-size: 12px;
  color: #2a2d43;
  opacity: 0.6;
  text-align: center;
  line-height: 18px;
  padding: 0 5px 8px 0;
  font-weight: 400;
}
body .calendar-box .ui-datepicker th:last-child {
  padding-right: 0;
}
body .calendar-box .ui-datepicker td {
  padding: 0 5px 5px 0;
}
body .calendar-box .ui-datepicker td:last-child {
  padding-right: 0;
}
body .calendar-box .ui-datepicker td a,
body .calendar-box .ui-datepicker td span {
  display: block;
  width: 100%;
  height: 42px;
  line-height: 42px;
  padding: 0;
  text-align: center;
  background: #f7f7f8;
  border-radius: 4px;
  transition: all ease 0.2s;
  font-size: 12px;
  font-weight: 500;
  max-width: 100%;
  color: #999ba5;
  text-decoration: none;
}
body .calendar-box .ui-datepicker td a:hover,
body .calendar-box .ui-datepicker td span:hover,
body .calendar-box .ui-datepicker td a.ui-state-highlight,
body .calendar-box .ui-datepicker td span.ui-state-highlight {
  color: #999ba5;
}
body .calendar-box .ui-datepicker td a.ui-state-active,
body .calendar-box .ui-datepicker td span.ui-state-active,
body .calendar-box .ui-datepicker td a.event-date-active,
body .calendar-box .ui-datepicker td span.event-date-active {
  color: #f5941e;
  background: rgba(245, 148, 30, 0.2);
}
body .calendar-box .ui-datepicker td a:before,
body .calendar-box .ui-datepicker td span:before {
  display: none !important;
}
.ui-dialog.popup-cropper {
  width: 532px !important;
  left: 50% !important;
  margin-left: -266px;
}
.popup-cropper .actions {
  overflow: hidden;
  margin: 0 -10px -10px 0;
}
.popup-cropper .actions button {
  float: left;
  margin: 0 10px 10px 0;
}
.popup-cropper .croppie-container .cr-slider-wrap {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
.popup-cropper .cr-boundary {
  max-width: 100%;
}
.popup-form-change .events-box {
  margin: 0;
}
.popup-form-change .popup-content-wrap .popup-content-wrap {
  padding: 0;
}
.popup-cart-added .popup-title-wrap {
  padding: 40px 40px 8px 32px;
  border-bottom: none;
}
.popup-cart-added .popup-title-wrap .popup-title {
  font-size: 32px;
  line-height: 38px;
}
.popup-cart-added .popup-content-wrap {
  padding: 0 32px 32px 32px;
}
.popup-cart-added .ui-dialog-titlebar-close {
  margin: 10px 10px 0 0 !important;
}
.popup-tiles-slider-box {
  overflow: hidden;
}
.popup-tiles-slider-box .popup-title-wrap {
  padding: 42px 40px 32px 32px;
  border-bottom: none;
}
.popup-tiles-slider-box .popup-title-wrap .popup-title {
  font-size: 24px;
  line-height: 29px;
}
.popup-tiles-slider-box .popup-content-wrap {
  padding: 0 32px 32px 32px;
}
.popup-tiles-slider-box .tiles-slider-box {
  margin-bottom: 0;
  margin-top: 0;
}
.popup-tiles-slider-box .tiles-slider-box .owl-stage-outer {
  overflow: hidden !important;
}
.popup-tiles-slider-box .tiles-slider-box .slider-wrap {
  margin-right: 0;
}
.popup-tiles-slider-box .tiles-slider-box .owl-nav {
  top: -64px;
}
.popup-cart-box .cart-actions-wrap {
  padding-right: 530px;
  padding-top: 32px;
}
.popup-cart-box .cart-actions-wrap:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.popup-cart-box .cart-actions-wrap .actions-wrap {
  float: right;
  width: 514px;
  margin: 0 -530px 0 0;
}
.popup-cart-box .total-wrap {
  width: 100%;
  float: left;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 0;
}
.popup-cart-box .button-wrap {
  width: 250px;
  float: left;
  margin: 0 0 0 14px;
}
.popup-cart-box .button-wrap:first-child {
  margin: 0;
}
.popup-cart-box .button-wrap .btn,
.popup-cart-box .button-wrap button,
.popup-cart-box .button-wrap input[type="submit"] {
  display: block;
  width: 100%;
}
.ui-dialog.popup-type-second {
  width: 300px !important;
  left: 50% !important;
  margin-left: -150px;
}
.ui-dialog.popup-cart-added,
.ui-dialog.popup-tiles-slider-box,
.ui-dialog.popup-cart-wrapper {
  width: 996px !important;
  left: 50% !important;
  margin-left: -498px;
}
@media (max-width: 1199px) {
  body .fancybox-nav {
    margin-left: -40px;
  }
  body .fancybox-nav.fancybox-next {
    margin-left: auto;
    margin-right: -40px;
  }
}
@media (max-width: 1023px) {
  .frm-counter.type-second {
    padding: 0 39px;
    height: 40px;
  }
  .frm-counter.type-second .btn-action-ico {
    width: 39px;
    height: 38px;
  }
  .frm-counter.type-second input[type="text"] {
    height: 38px;
    font-size: 16px;
  }
  .frm-popup-wrap textarea,
  .frm-popup-wrap input[type="text"],
  .frm-popup-wrap input[type="password"],
  .frm-popup-wrap input[type="email"],
  .frm-popup-wrap input[type="number"],
  .frm-popup-wrap input[type="range"],
  .frm-popup-wrap input[type="search"],
  .frm-popup-wrap input[type="tel"],
  .frm-popup-wrap input[type="url"] {
    font-size: 14px;
  }
  .frm-popup-wrap textarea {
    height: 100px;
    padding-top: 10px;
    padding-bottom: 10px;
    resize: none;
  }
  .ui-dialog.popup-form-change {
    width: 700px !important;
    left: 50% !important;
    margin-left: -350px;
  }
  .ui-dialog.popup-cart-added,
  .ui-dialog.popup-tiles-slider-box,
  .ui-dialog.popup-cart-wrapper {
    width: 98% !important;
    margin: 0 !important;
    -webkit-transform: -webkit-translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  body > .ui-datepicker {
    width: 375px;
    border-radius: 0;
    box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.1);
    border: none;
    margin-left: -16px;
  }
  select.select-mobile {
    height: 40px;
    border-color: #72bd77;
    padding-left: 10px;
    font-size: 14px;
    font-weight: 500;
    background-position: right 9px center;
    background-image: url(../img/icons/ico-select02.svg);
  }
  .frm-top-search:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 52px;
    height: 48px;
    background: url(../img/icons/ico-search-light.svg) center no-repeat;
    z-index: 12;
    background-size: 20px auto;
  }
  .frm-top-search input[type="text"],
  .frm-top-search input[type="search"] {
    padding-left: 48px;
    padding-right: 45px;
  }
  .frm-top-search .btn,
  .frm-top-search button,
  .frm-top-search input[type="submit"] {
    display: none;
  }
  .ui-dialog.popup-time {
    width: 440px !important;
    left: 50% !important;
    margin-left: -220px;
  }
  .popup-cart-box .cart-actions-wrap {
    padding-right: 0;
    padding-top: 6px;
  }
  .popup-cart-box .cart-actions-wrap .actions-wrap {
    width: 100%;
    margin: 0;
  }
  .popup-cart-box .total-wrap {
    float: none;
  }
  .popup-cart-box .button-wrap {
    width: 50%;
    padding: 0 7px 0 0;
    margin: 0;
  }
  .popup-cart-box .button-wrap:last-child {
    padding: 0 0 0 7px;
  }
  .popup-tiles-slider-box .tiles-slider-box .slider-wrap {
    margin-right: -32px;
    margin-left: -32px;
    padding-left: 32px;
  }
  .popup-tiles-slider-box .tiles-slider-box .owl-nav {
    display: block;
    right: 32px;
  }
}
@media (max-width: 767px) {
  .ui-dialog.popup-form-change {
    width: 400px !important;
    left: 50% !important;
    margin-left: -200px;
  }
  .ui-dialog.popup-cart-added,
  .ui-dialog.popup-tiles-slider-box,
  .ui-dialog.popup-cart-wrapper {
    width: 342px !important;
  }
  .ui-dialog.popup-cart-added .ui-dialog-titlebar-close,
  .ui-dialog.popup-tiles-slider-box .ui-dialog-titlebar-close,
  .ui-dialog.popup-cart-wrapper .ui-dialog-titlebar-close {
    margin: 8px 8px 0 0 !important;
  }
  .frm-top-search input[type="text"],
  .frm-top-search input[type="search"] {
    border: none;
    box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.25);
  }
  .popup-cart-added .popup-title-wrap {
    padding: 16px 60px 28px 16px;
  }
  .popup-cart-added .popup-title-wrap .popup-title {
    font-size: 18px;
    line-height: 25px;
  }
  .popup-cart-added .popup-content-wrap {
    padding: 0 16px 32px 16px;
  }
  .popup-tiles-slider-box .popup-title-wrap {
    padding: 16px 60px 28px 16px;
  }
  .popup-tiles-slider-box .popup-title-wrap .popup-title {
    font-size: 18px;
    line-height: 25px;
  }
  .popup-tiles-slider-box .popup-content-wrap {
    padding: 0 16px 8px 16px;
  }
  .popup-tiles-slider-box .tiles-slider-box {
    margin-right: -16px;
  }
  .popup-tiles-slider-box .tiles-slider-box .owl-nav {
    display: none;
  }
  .popup-cart-box .cart-actions-wrap {
    padding: 0;
  }
  .popup-cart-box .cart-actions-wrap .total-wrap {
    display: none;
  }
  .popup-cart-box .cart-actions-wrap .actions-wrap {
    display: flex;
    flex-wrap: nowrap;
  }
  .popup-cart-box .cart-actions-wrap .button-wrap {
    width: auto;
    flex: 1;
  }
  .popup-cart-box .cart-actions-wrap .btn span,
  .popup-cart-box .cart-actions-wrap button span,
  .popup-cart-box .cart-actions-wrap input[type="submit"] span {
    display: none;
  }
  .popup-cart-box .items-wrap {
    margin-left: -16px;
    margin-right: -16px;
  }
  .popup-cart-box .item-cart {
    border-bottom: none;
  }
  .popup-cart-box .item-cart .cart-parameters {
    display: none;
  }
  .popup-cart-box .item-cart .counter-wrap {
    width: 100%;
    float: none;
  }
  .popup-cart-box .item-cart .price-wrap {
    width: 100%;
    float: none;
    padding: 5px 0 6px 0;
    text-align: left;
    margin: 0;
    overflow: hidden;
  }
  .popup-cart-box .item-cart .actions-wrap {
    padding-top: 18px;
  }
  .popup-cart-box .item-cart .actions-wrap .elm-text-ico {
    font-size: 12px;
  }
  .popup-cart-box .item-cart .cart-price {
    display: inline-block;
    vertical-align: top;
    height: 20px;
    line-height: 20px;
    margin: 0 10px 0 0;
  }
  .popup-cart-box .item-cart .cart-price.price-old {
    height: 20px;
    line-height: 20px;
  }
  .popup-cart-box .item-cart .cart-title {
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    margin-bottom: 5px;
  }
}
@media (max-width: 639px) {
  .frm-field-input.input-large > label {
    font-size: 16px;
  }
  .frm-field-input.input-large textarea,
  .frm-field-input.input-large input[type="text"],
  .frm-field-input.input-large input[type="password"],
  .frm-field-input.input-large input[type="email"],
  .frm-field-input.input-large input[type="number"],
  .frm-field-input.input-large input[type="range"],
  .frm-field-input.input-large input[type="search"],
  .frm-field-input.input-large input[type="tel"],
  .frm-field-input.input-large input[type="url"] {
    font-size: 16px;
  }
  .frm-main {
    display: block;
  }
  .frm-main .inp-wrap {
    width: 100%;
    padding: 0;
    margin: 0 0 15px 0;
  }
  .frm-main .btn-wrap {
    width: 100%;
  }
  .frm-main .btn-wrap .btn,
  .frm-main .btn-wrap button,
  .frm-main .btn-wrap input[type="submit"] {
    display: block;
    width: 100%;
    padding: 0 10px;
  }
  .ui-dialog.popup-cropper {
    width: 400px !important;
    margin-left: -200px;
  }
  .popup-cropper .cr-boundary {
    max-width: 100%;
    max-height: 300px;
  }
}
@media (max-width: 479px) {
  .popup-form-change .events-box h2,
  .popup-form-change .events-box .second-title {
    font-size: 18px;
    line-height: 22px;
  }
  .ui-dialog.popup-form-change {
    width: 300px !important;
    left: 50% !important;
    margin-left: -150px;
  }
  .ui-dialog.popup-time {
    width: 300px !important;
    left: 50% !important;
    margin-left: -150px;
  }
  .frm-main-message textarea {
    height: 120px;
  }
  .frm-main-card input[type="text"],
  .frm-main-card input[type="password"],
  .frm-main-card input[type="email"],
  .frm-main-card input[type="number"],
  .frm-main-card input[type="range"],
  .frm-main-card input[type="search"],
  .frm-main-card input[type="tel"],
  .frm-main-card input[type="url"] {
    font-size: 14px;
  }
  .ui-dialog.popup-card,
  .ui-dialog.popup-cropper {
    width: 300px !important;
    left: 50% !important;
    margin-left: -150px;
  }
  .popup-cropper .actions {
    margin: 0;
  }
  .popup-cropper .actions button {
    display: block;
    width: 100%;
    margin: 0 0 10px 0;
    float: none;
  }
  .popup-cropper .actions button:last-child {
    margin: 0;
  }
}
@media (max-width: 399px) {
  .ui-dialog {
    width: 300px !important;
    left: 50% !important;
    margin-left: -150px;
  }
}
@media (max-width: 374px) {
  .popup-tabs-box a {
    font-size: 12px;
  }
  .frm-popup-wrap .btn-action-ico.soc-button {
    margin: 0 10px;
  }
  .frm-popup .frm-confirm-code input {
    width: 35px;
  }
}
@media (min-width: 375px) {
  .ui-dialog.popup-type-second {
    width: 360px !important;
    margin-left: -180px;
  }
}
@media (min-width: 480px) and (max-width: 1023px) {
  body > .ui-datepicker {
    margin-left: 0;
  }
}
@media (min-width: 480px) {
  .ui-dialog.popup-type-second {
    width: 408px !important;
    margin-left: -204px;
  }
  .ui-dialog.popup-type-second.popup-login {
    width: 440px !important;
    margin-left: -220px;
  }
  .popup-tabs-box {
    padding-left: 8px;
    padding-right: 8px;
  }
  .popup-title-wrap.type-second {
    padding-bottom: 15px;
    padding-left: 24px;
  }
  .popup-title-wrap.type-third {
    padding-left: 32px;
  }
  .popup-title-wrap.type-third .popup-title {
    font-size: 24px;
  }
  .popup-title-wrap.type-four {
    padding: 40px 20px 2px 24px;
  }
  .popup-title-wrap.type-four .popup-title {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 24px;
  }
  .frm-popup-wrap {
    padding-left: 8px;
    padding-right: 8px;
  }
  .frm-popup-wrap .frm-footer-wrap {
    margin-left: -24px;
    margin-right: -24px;
    margin-bottom: -30px;
  }
  .frm-popup-wrap .frm-popup-text {
    line-height: 18px;
  }
  .frm-popup-wrap .succefull-wrap {
    padding-bottom: 8px;
  }
  .popup-type-second .frm-popup {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 24px;
  }
  .popup-type-second .frm-popup .frm-confirm-code {
    max-width: 323px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .popup-cart-box .item-cart .counter-wrap {
    width: 40%;
  }
  .popup-cart-box .item-cart .price-wrap {
    width: 40%;
  }
  .popup-cart-box .item-cart .date-wrap,
  .popup-cart-box .item-cart .material-wrap {
    display: none;
  }
}
@media (min-width: 1024px) {
  .popup-form-change .tab-calendar {
    padding-left: 30px;
  }
  .ui-dialog.popup-form-change {
    width: 900px !important;
    left: 50% !important;
    margin-left: -450px;
  }
  .frm-main-subscribe {
    padding: 0 150px 0 0;
    position: relative;
  }
  .frm-main-subscribe .btn,
  .frm-main-subscribe button,
  .frm-main-subscribe input[type="submit"] {
    width: 142px;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
  }
  .frm-select-pay .lbl-icons {
    width: 180px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -20px;
    padding: 0;
  }
  .frm-select-pay .lbl-icons img {
    display: inline-block;
    vertical-align: middle;
    float: none;
    max-width: 40px;
  }
  .frm-select-pay .lbl-subtitle {
    padding-right: 230px;
  }
  .frm-top-search {
    position: relative;
    padding: 0 48px 0 0;
  }
  .frm-top-search input[type="text"],
  .frm-top-search input[type="search"] {
    border-radius: 4px 0 0 4px;
    padding-left: 16px;
    font-size: 14px;
  }
  .frm-top-search .btn,
  .frm-top-search button,
  .frm-top-search input[type="submit"] {
    min-width: 0;
    padding: 0;
    width: 48px;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    border-radius: 0 4px 4px 0;
  }
  .frm-top-search .btn .button-title,
  .frm-top-search button .button-title,
  .frm-top-search input[type="submit"] .button-title {
    display: none;
  }
  .frm-top-search .btn:before,
  .frm-top-search button:before,
  .frm-top-search input[type="submit"]:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../img/icons/ico-search-vlight.svg) center no-repeat;
    background-size: 20px auto;
  }
  .frm-top-search .btn-action-ico.button-close {
    right: 48px;
  }
}
@media (min-width: 1200px) {
  body .fancybox-close {
    top: -80px;
    right: -80px;
  }
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.js-bg-box {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background: none !important;
}
.js-bg-box .js-bg-photo {
  display: block !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.js-text-wrap {
  position: relative;
}
.js-text-wrap.active {
  padding-bottom: 24px;
}
.js-text-wrap.active .js-text-toggle {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  float: left;
}
.js-text-wrap.active .js-text-toggle:before {
  content: attr(data-hide);
}
.js-text-wrap .js-text-hidden {
  display: none;
}
.js-text-wrap .js-text-toggle {
  color: #72bd77;
  font-weight: 500;
  text-decoration: none;
  display: inline;
}
.js-text-wrap .js-text-toggle:before {
  content: attr(data-show);
}
.js-text-wrap .js-text-toggle:hover {
  text-decoration: none;
}
.js-text-wrap p {
  position: static;
}
.js-btn-toggle.active + .js-popup-block {
  display: block;
}
.js-popup-block {
  -webkit-animation: fadein ease 0.3s;
  animation: fadein ease 0.3s;
}
.js-tab-block {
  display: none;
  animation: fadein ease 0.2s;
}
.js-tab-block.active {
  display: block;
}
.items-wrap {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  min-width: 100%;
}
.item-wrap {
  width: 100%;
  position: relative;
}
.sl-item ~ .sl-item {
  display: none;
}
.owl-item {
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}
.owl-stage-outer,
.owl-stage {
  overflow: hidden;
}
.owl-carousel {
  touch-action: manipulation;
}
.owl-slider-outer .owl-item {
  opacity: 0;
  transition: opacity ease 0.8s;
}
.owl-slider-outer .owl-item.active {
  opacity: 1;
}
.owl-slider-outer .owl-item:not(.active) {
  pointer-events: none;
}
.owl-slider-outer .owl-stage,
.owl-slider-outer .owl-stage-outer {
  overflow: visible;
}
.owl-slider-outer .owl-stage:after,
.owl-slider-outer .owl-stage-outer:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.owl-slider-numbers-dots .owl-dots {
  counter-reset: button;
}
.owl-slider-numbers-dots .owl-dots:after {
  content: " / " attr(data-count);
  display: inline-block;
  vertical-align: middle;
}
.owl-slider-numbers-dots .owl-dot {
  display: inline-block;
  vertical-align: middle;
  width: 0;
  overflow: hidden;
  position: relative;
  font-size: 1em;
  color: inherit;
  height: auto;
  line-height: inherit;
}
.owl-slider-numbers-dots .owl-dot.active {
  width: auto;
}
.owl-slider-numbers-dots .owl-dot:before {
  content: counter(button);
  counter-increment: button;
}
/* ----------------------------------- *\
			items styles
\* ----------------------------------- */
.item-dnt-rate,
.item-dnt-action,
.item-dnt-gift {
  display: block;
  position: relative;
  font-size: 16px;
  line-height: 20px;
  color: #2a2d43;
  text-decoration: none;
  text-align: center;
}
.item-dnt-rate h2,
.item-dnt-action h2,
.item-dnt-gift h2,
.item-dnt-rate .second-title,
.item-dnt-action .second-title,
.item-dnt-gift .second-title {
  margin-bottom: 0.5em;
  margin-top: 0;
  text-align: center;
}
.item-dnt-rate p,
.item-dnt-action p,
.item-dnt-gift p {
  margin: 0;
}
.item-dnt-rate .rate-total {
  margin-bottom: 20px;
}
.item-dnt-action .action-ico {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0 auto 30px auto;
  width: 100px;
  height: 100px;
}
.item-dnt-action .action-ico img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.item-dnt-gift .gift-photo {
  display: block;
  position: relative;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  line-height: 1;
  overflow: hidden;
  max-width: 340px;
}
.item-dnt-gift .gift-photo:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.item-dnt-gift .gift-photo img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.item-city-popular {
  display: block;
  position: relative;
  line-height: 1;
  text-decoration: none;
  color: #2a2d43;
  font-size: 16px;
  font-weight: 400;
}
.item-city-small {
  display: block;
  position: relative;
  height: 22px;
  line-height: 22px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #999ba5;
  opacity: 0.5;
  text-decoration: none;
  transition: opacity ease 0.2s;
}
.item-city-small:hover {
  opacity: 1;
}
.item-city-small.type-second {
  font-size: 14px;
  line-height: 20px;
  height: 20px;
  font-weight: 400;
  opacity: 0.4;
}
.item-city-small.type-second:hover {
  opacity: 1;
}
.item-city {
  display: block;
  position: relative;
  height: 40px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  color: #72bd77;
  font-weight: 500;
  font-size: 24px;
}
.item-city .city-title {
  display: inline-block;
  vertical-align: top;
  height: 40px;
  line-height: 40px;
  position: relative;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.item-city .city-sticker {
  display: block;
  float: left;
  position: absolute;
  top: 0;
  left: 100%;
  height: 16px;
  line-height: 20px;
  overflow: hidden;
  padding: 0 10px;
  border-radius: 8px;
  background: #ff8686;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.08em;
}
.item-gallery {
  display: block;
  position: relative;
  overflow: hidden;
  height: 140px;
  border-radius: 8px;
  text-align: center;
  line-height: 1;
  text-decoration: none;
  background-color: #f7f7f8;
  font-size: 18px;
  font-weight: 500;
  color: #f7f7f8;
  padding: 0 15px;
  transition: all ease 0.2s;
}
.item-gallery:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 58px;
  z-index: 1;
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}
.item-gallery.gal-main {
  border-radius: 14px;
  padding-top: 90px;
}
.item-gallery.gal-main:before {
  display: none;
}
.item-gallery.gal-main:hover {
  color: #fff;
  background: #72bd77;
}
.item-gallery.gal-main:hover .gal-title {
  color: #fff;
}
.item-gallery.gal-main:hover .gal-ico img {
  opacity: 0;
}
.item-gallery.gal-main:hover .gal-ico img.img-active {
  opacity: 1;
}
.item-gallery .gal-title {
  display: block;
  position: relative;
  z-index: 2;
  color: #2a2d43;
  font-size: 14px;
  line-height: 20px;
}
.item-gallery .gal-ico {
  display: block;
  width: 48px;
  height: 48px;
  position: absolute;
  top: 30px;
  left: 50%;
  margin-left: -24px;
}
.item-gallery .gal-ico img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  transition: opacity ease 0.2s;
}
.item-gallery .gal-ico img.img-active {
  opacity: 0;
}
.item-gallery .gal-city {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  line-height: 1.6;
  -webkit-transform: -webkit-translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 2;
}
.item-gallery .elm-sticker {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  float: left;
  z-index: 2;
}
.item-gallery .elm-sticker.type-five {
  height: 24px;
  line-height: 24px;
  padding: 0 16px;
  font-size: 10px;
  border-radius: 0 0 8px 0;
  min-width: 0;
}
.item-checkout {
  display: block;
  position: relative;
  overflow: hidden;
  color: #2a2d43;
  text-decoration: none;
  padding: 0 0 0 88px;
}
.item-checkout .ch-photo {
  display: block;
  width: 72px;
  line-height: 1;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  float: left;
  margin: 0 0 0 -88px;
}
.item-checkout .ch-photo img {
  display: block;
  width: 100%;
}
.item-checkout .ch-text-wrap {
  width: 100%;
  float: left;
  display: block;
}
.item-checkout .ch-title {
  display: block;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  color: #2a2d43;
  margin-bottom: 15px;
}
.item-checkout .ch-info {
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #999ba5;
  margin-bottom: 0px;
  margin-top: -8px;
}
.item-checkout .ch-price-wrap {
  overflow: hidden;
  font-size: 14px;
  line-height: 22px;
  color: #999ba5;
  display: block;
  padding-top: 10px;
}
.item-checkout .ch-price {
  float: left;
  margin: 0 10px 0 0;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  color: #2a2d43;
}
.item-checkout .ch-price.price-old {
  color: #999ba5;
  text-decoration: line-through;
}
.item-checkout .ch-count {
  float: left;
}
.item-checkout .elm-info-ico {
  margin-bottom: 10px;
}
.item-checkout .elm-info-ico:last-child {
  margin-bottom: 0;
}
.item-question-wrap {
  display: block;
  position: relative;
  font-size: 14px;
  line-height: 1.45;
  color: #999ba5;
  text-align: left;
  font-weight: 400;
  border-top: 1px solid #e5e5e8;
}
.item-question-wrap .btn-question {
  display: block;
  text-decoration: none;
  color: #2a2d43;
  padding: 15px 20px 15px 0;
  position: relative;
  overflow: hidden;
}
.item-question-wrap .btn-question.active:before {
  -webkit-transform: -webkit-rotate(90deg);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 5px;
}
.item-question-wrap .btn-question:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 9px;
  height: 20px;
  margin-top: -10px;
  background: url(../img/icons/ico-arrow04.svg) center no-repeat;
  background-size: 9px auto;
  transition: all ease 0.2s;
}
.item-question-wrap .question-block {
  display: none;
  padding-bottom: 24px;
  padding-top: 2px;
}
.item-question-wrap p {
  margin-bottom: 1em;
}
.item-question-wrap p:last-child {
  margin-bottom: 0;
}
.item-cart {
  display: block;
  position: relative;
  overflow: hidden;
  font-size: 14px;
  line-height: 1;
  text-align: left;
  font-weight: 400;
  text-decoration: none;
  color: #2a2d43;
}
.item-cart.cart-disabled .cart-photo:not(.disabled-active),
.item-cart.cart-disabled .info-wrap:not(.disabled-active),
.item-cart.cart-disabled .second-wrap:not(.disabled-active),
.item-cart.cart-disabled .actions-wrap a:not(.disabled-active) {
  opacity: 0.5;
  pointer-events: none;
}
.item-cart .cart-photo {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  line-height: 1;
  border-radius: 8px;
}
.item-cart .cart-photo img {
  display: block;
  width: 100%;
}
.item-cart .cart-title {
  display: block;
  font-size: 16px;
  line-height: 1.2;
  margin: 0;
  font-weight: 500;
}
.item-cart .cart-title a {
  text-decoration: none;
  color: #2a2d43;
}
.item-cart .cart-price {
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
}
.item-cart .cart-price.price-old {
  color: #999ba5;
  text-decoration: line-through;
}
.item-cart .actions-wrap ul {
  overflow: hidden;
  margin: 0 -25px 0 0;
  position: relative;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
.item-cart .actions-wrap li {
  float: left;
  padding: 0 25px 0 0;
  position: relative;
}
.item-cart .actions-wrap li:after {
  content: "";
  display: block;
  width: 1px;
  height: 16px;
  background: #e5e5e8;
  position: absolute;
  top: 2px;
  left: 100%;
  margin-left: -13px;
}
.item-cart .actions-wrap li:last-child:after {
  display: none;
}
.item-cart .actions-wrap .btn-action-ico {
  height: 20px;
  width: 16px;
}
.item-cart .main-wrap .actions-wrap li:after {
  background: #72bd77;
}
.item-cart .cart-desc {
  display: block;
  font-size: 14px;
  line-height: 1.4;
  color: #999ba5;
}
.item-cart ul,
.item-cart li,
.item-cart p {
  margin: 0;
  padding: 0;
}
.item-cart ul:before,
.item-cart li:before,
.item-cart p:before {
  display: none;
}
.elm-text-ico {
  display: block;
  font-size: 12px;
  line-height: 18px;
  padding: 1px 0 1px 24px;
  position: relative;
  text-decoration: none;
  text-align: left;
  font-weight: 400;
  color: #999ba5;
}
.elm-text-ico .text-ico {
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 2px;
  left: 0;
  overflow: hidden;
}
.elm-text-ico .text-ico img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.elm-text-ico.type-second {
  font-size: 14px;
  color: #f5941e;
}
.elm-question {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  text-decoration: none;
  line-height: 1;
  position: relative;
}
.elm-question:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../img/icons/ico-question.svg) center no-repeat;
  background-size: 100% 100%;
}
.elm-helper {
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
  cursor: pointer;
  line-height: 1;
  font-size: 14px;
  text-decoration: none;
  z-index: 10;
}
.elm-helper .helper-ico {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  line-height: 40px;
  color: rgba(42, 45, 67, 0.5);
  font-size: 16px;
  font-weight: 500;
  text-transform: none;
}
.elm-helper .helper-ico img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 20px;
  max-height: 20px;
}
.elm-helper .helper-content {
  display: none;
  width: 300px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #e5e5e8;
  position: absolute;
  top: 0;
  left: 100%;
  padding: 10px;
  font-size: 14px;
  line-height: 17px;
  color: #2a2d43;
  text-decoration: none;
}
.elm-helper .helper-title {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 8px;
}
.item-card {
  display: block;
  position: relative;
  height: 40px;
  line-height: 40px;
  padding: 0 100px 0 56px;
  color: #2a2d43;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
}
.item-card .card-ico {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
}
.item-card .card-ico img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.item-card .card-link {
  position: absolute;
  top: 50%;
  right: 0;
  margin: -15px 0 0 0;
  line-height: 1;
  float: left;
  font-size: 16px;
  font-weight: 500;
}
.item-card .card-link a {
  display: block;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
}
.item-setting {
  font-size: 16px;
  line-height: 23px;
  color: #999ba5;
  position: relative;
}
.item-setting .frm-select-toggle {
  position: absolute;
  top: 7px;
  right: 0;
}
.item-setting .small-title,
.item-setting h3 {
  display: block;
  margin: 0 40px 12px 0;
  line-height: 30px;
  color: #2a2d43;
  font-size: 18px;
}
.item-setting p {
  margin: 0;
}
.item-soc-main {
  display: block;
  position: relative;
  overflow: hidden;
  border: 1px solid #e5e5e8;
  border-radius: 4px;
  height: 72px;
  line-height: 70px;
  padding: 0 80px 0 63px;
  color: #2a2d43;
  text-decoration: none;
  font-size: 16px;
}
.item-soc-main .soc-title-wraop {
  display: inline-block;
  vertical-align: middle;
  line-height: 23px;
}
.item-soc-main .soc-title {
  display: block;
}
.item-soc-main .soc-nick {
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #999ba5;
}
.item-soc-main .soc-ico {
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  left: 15px;
  margin: -16px 0 0 0;
}
.item-soc-main .soc-ico img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.item-soc-main .soc-link {
  display: block;
  height: 30px;
  line-height: 30px;
  float: left;
  position: absolute;
  top: 50%;
  right: 0;
  margin: -15px 0 0 0;
  font-weight: 500;
  font-size: 14px;
}
.item-soc-main .soc-link a {
  display: block;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
}
.item-contact {
  display: block;
  position: relative;
  font-size: 16px;
  line-height: 24px;
}
.item-contact.active .edit-wrap a:before {
  content: attr(data-close);
}
.item-contact.active .confirm-wrap {
  display: none;
}
.item-contact.active .button-wrap {
  display: block;
}
.item-contact.confirm-active .contact-wrap,
.item-contact.confirm-active .button-wrap {
  display: none;
}
.item-contact.confirm-active .confirm-form-wrap {
  display: block;
}
.item-contact .button-wrap {
  line-height: 1;
  position: relative;
  display: none;
  animation: fadein ease 0.2s;
  padding: 24px 0 0 0;
}
.item-contact:not(.active).contact-empty .frm-field-prefix {
  display: none;
}
.item-contact:not(.active) .field-ico {
  display: block;
}
.item-contact:not(.active) .frm-field {
  line-height: 1;
  padding: 0 0 0 40px;
}
.item-contact:not(.active) .frm-field textarea,
.item-contact:not(.active) .frm-field input[type="text"],
.item-contact:not(.active) .frm-field input[type="password"],
.item-contact:not(.active) .frm-field input[type="email"],
.item-contact:not(.active) .frm-field input[type="number"],
.item-contact:not(.active) .frm-field input[type="range"],
.item-contact:not(.active) .frm-field input[type="search"],
.item-contact:not(.active) .frm-field input[type="tel"],
.item-contact:not(.active) .frm-field input[type="url"] {
  padding: 0;
  height: 40px;
  border-radius: 0;
  font-size: 16px;
  color: #2a2d43;
  pointer-events: none;
  font-weight: 500;
  border: none;
}
.item-contact:not(.active) .frm-field [placeholder]::-webkit-input-placeholder {
  color: #2a2d43;
  font-weight: 500;
}
.item-contact:not(.active) .frm-field [placeholder]:-moz-placeholder {
  color: #2a2d43;
  font-weight: 500;
}
.item-contact:not(.active) .frm-field [placeholder]::-moz-placeholder {
  color: #2a2d43;
  font-weight: 500;
}
.item-contact:not(.active) .frm-field [placeholder]:-ms-input-placeholder {
  color: #2a2d43;
  font-weight: 500;
}
.item-contact:not(.active) .frm-field-phone {
  border: none;
  border-radius: 0;
}
.item-contact:not(.active) .frm-field-prefix {
  padding-top: 1px;
  height: 40px;
}
.item-contact:not(.active) .frm-field-prefix .btn-prefix {
  padding-right: 5px;
  min-width: 0;
  padding-left: 0;
  font-weight: 500;
  pointer-events: none;
}
.item-contact:not(.active) .frm-field-prefix .btn-prefix .pr-title {
  color: #2a2d43;
}
.item-contact:not(.active) .frm-field-prefix .btn-prefix:before {
  display: none;
}
.item-contact:not(.active) .frm-field-prefix .btn-prefix .pr-ico {
  display: none;
}
.item-contact .frm-field {
  display: block;
  position: relative;
  margin: 0;
  height: 40px;
  line-height: 1;
}
.item-contact .field-ico {
  display: none;
  width: 22px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -11px;
}
.item-contact .field-ico img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.item-contact .title-wrap {
  margin-bottom: 20px;
}
.item-contact .title-wrap p {
  clear: both;
  margin: 10px 0 0 0;
}
.item-contact .confirm-form-wrap {
  font-size: 16px;
  line-height: 24px;
  padding-top: 12px;
  display: none;
  animation: fadein ease 0.2s;
}
.item-contact .confirm-form-wrap .small-title,
.item-contact .confirm-form-wrap h3 {
  margin: 0 0 12px 0;
}
.item-contact .confirm-form-wrap p {
  margin: 0;
}
.item-contact .confirm-form-wrap .frm-confirm-code {
  margin: 24px 0;
}
.item-contact .confirm-form-wrap .frm-confirm-code:last-child {
  margin-bottom: 0;
}
.item-contact h2,
.item-contact .second-title {
  margin-bottom: 0;
  min-width: 325px;
  display: inline-block;
  vertical-align: middle;
}
.item-contact .edit-wrap {
  display: inline-block;
  vertical-align: middle;
  font-weight: 500;
  margin-bottom: 0;
}
.item-contact .edit-wrap a:before {
  content: attr(data-edit);
}
.item-contact p {
  margin: 0;
}
.item-contact .confirm-wrap {
  padding-left: 40px;
  font-size: 14px;
  line-height: 1.4;
  color: #999ba5;
  margin-top: -3px;
  animation: fadein ease 0.2s;
}
.item-contact .contact-wrap {
  max-width: 330px;
}
.item-contact b {
  font-weight: 500;
}
.item-review-total {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  border: 1px solid #e5e5e8;
  padding: 23px 16px 22px 19px;
}
.item-review-total .elm-rate-wrap {
  height: 22px;
  line-height: 22px;
  padding-left: 200px;
  margin-bottom: 17px;
}
.item-review-total .elm-rate {
  width: 150px;
  height: 22px;
  float: left;
}
.item-review-total .elm-rate .elm-star {
  width: 22px;
  height: 22px;
  margin-right: 10px;
}
.item-review-total .elm-rate .elm-star:last-child {
  margin-right: 0;
}
.item-review-total .elm-rate-total {
  height: 22px;
  line-height: 25px;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  float: left;
  left: auto;
}
.elm-rate-row {
  display: block;
  position: relative;
  overflow: hidden;
  font-size: 12px;
  line-height: 25px;
  height: 25px;
  font-weight: 400;
  color: #999ba5;
  text-decoration: none;
  white-space: nowrap;
  padding: 0 17px 0 70px;
}
.elm-rate-row .row-title {
  display: block;
  width: 70px;
  height: 25px;
  position: absolute;
  top: 0;
  left: 0;
}
.elm-rate-row .row-total {
  display: block;
  width: 17px;
  text-align: right;
  position: absolute;
  top: 0;
  right: 0;
}
.elm-rate-row .elm-scale {
  background: #f7f7f8;
  position: absolute;
  top: 10px;
  left: 70px;
  right: 17px;
}
.elm-rate-row .elm-scale:before {
  background: #f5941e;
}
.item-ticket-final {
  display: block;
  position: relative;
  border-radius: 8px;
  border: 1px solid #e5e5e8;
  padding: 15px 15px 31px 15px;
}
.item-ticket-final .frm-field {
  margin-bottom: 16px;
}
.item-ticket-final .frm-row-submit {
  margin-top: 0;
}
.item-ticket-final .frm-row-submit .btn,
.item-ticket-final .frm-row-submit button,
.item-ticket-final .frm-row-submit input[type="submit"] {
  display: block;
  width: 100%;
}
.item-ticket-final .small-title {
  margin-bottom: 16px;
  line-height: 22px;
}
.item-ticket {
  display: block;
  position: relative;
  overflow: hidden;
  border: 1px solid #e5e5e8;
  border-radius: 8px;
}
.item-ticket .btn-ticket {
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #2a2d43;
  text-decoration: none;
  padding: 15px 100px 15px 15px;
  position: relative;
}
.item-ticket .btn-ticket.active ~ .form-wrap {
  display: block;
}
.item-ticket .ticket-period {
  display: block;
  position: absolute;
  top: 28px;
  right: 15px;
  float: left;
  font-size: 12px;
  color: #999ba5;
  line-height: 20px;
  margin-top: -10px;
  white-space: nowrap;
}
.item-ticket .ticket-block {
  display: none;
  border-top: 1px solid #e5e5e8;
  padding: 22px 15px 24px 15px;
}
.item-ticket .form-wrap {
  display: none;
  animation: fadein ease 0.2s;
}
.item-ticket b {
  font-weight: 500;
}
.elm-scale-wrap {
  display: block;
  position: relative;
  overflow: hidden;
  line-height: 1;
  font-size: 14px;
  font-weight: 400;
}
.elm-scale-wrap .scale-total {
  float: left;
  padding: 0 0 16px 4px;
  font-size: 16px;
  max-width: 50%;
}
.elm-scale-wrap .scale-total span {
  color: #999ba5;
}
.elm-scale-wrap .scale-total + .scale-total {
  float: right;
  text-align: right;
  padding: 0 4px 16px 0;
}
.elm-scale {
  display: block;
  position: relative;
  clear: both;
  overflow: hidden;
  line-height: 1;
  background: #f5941e;
  height: 4px;
  border-radius: 2px;
}
.elm-scale:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  border-radius: 2px;
  width: 0;
  background: #72bd77;
}
.elm-scale[data-width="01"]:before,
.elm-scale[data-width="1"]:before {
  width: 1%;
}
.elm-scale[data-width="02"]:before,
.elm-scale[data-width="2"]:before {
  width: 2%;
}
.elm-scale[data-width="03"]:before,
.elm-scale[data-width="3"]:before {
  width: 3%;
}
.elm-scale[data-width="04"]:before,
.elm-scale[data-width="4"]:before {
  width: 4%;
}
.elm-scale[data-width="05"]:before,
.elm-scale[data-width="5"]:before {
  width: 5%;
}
.elm-scale[data-width="06"]:before,
.elm-scale[data-width="6"]:before {
  width: 6%;
}
.elm-scale[data-width="07"]:before,
.elm-scale[data-width="7"]:before {
  width: 7%;
}
.elm-scale[data-width="08"]:before,
.elm-scale[data-width="8"]:before {
  width: 8%;
}
.elm-scale[data-width="09"]:before,
.elm-scale[data-width="9"]:before {
  width: 9%;
}
.elm-scale[data-width="10"]:before {
  width: 10%;
}
.elm-scale[data-width="11"]:before {
  width: 11%;
}
.elm-scale[data-width="12"]:before {
  width: 12%;
}
.elm-scale[data-width="13"]:before {
  width: 13%;
}
.elm-scale[data-width="14"]:before {
  width: 14%;
}
.elm-scale[data-width="15"]:before {
  width: 15%;
}
.elm-scale[data-width="16"]:before {
  width: 16%;
}
.elm-scale[data-width="17"]:before {
  width: 17%;
}
.elm-scale[data-width="18"]:before {
  width: 18%;
}
.elm-scale[data-width="19"]:before {
  width: 19%;
}
.elm-scale[data-width="20"]:before {
  width: 20%;
}
.elm-scale[data-width="21"]:before {
  width: 21%;
}
.elm-scale[data-width="22"]:before {
  width: 22%;
}
.elm-scale[data-width="23"]:before {
  width: 23%;
}
.elm-scale[data-width="24"]:before {
  width: 24%;
}
.elm-scale[data-width="25"]:before {
  width: 25%;
}
.elm-scale[data-width="26"]:before {
  width: 26%;
}
.elm-scale[data-width="27"]:before {
  width: 27%;
}
.elm-scale[data-width="28"]:before {
  width: 28%;
}
.elm-scale[data-width="29"]:before {
  width: 29%;
}
.elm-scale[data-width="30"]:before {
  width: 30%;
}
.elm-scale[data-width="31"]:before {
  width: 31%;
}
.elm-scale[data-width="32"]:before {
  width: 32%;
}
.elm-scale[data-width="33"]:before {
  width: 33%;
}
.elm-scale[data-width="34"]:before {
  width: 34%;
}
.elm-scale[data-width="35"]:before {
  width: 35%;
}
.elm-scale[data-width="36"]:before {
  width: 36%;
}
.elm-scale[data-width="37"]:before {
  width: 37%;
}
.elm-scale[data-width="38"]:before {
  width: 38%;
}
.elm-scale[data-width="39"]:before {
  width: 39%;
}
.elm-scale[data-width="40"]:before {
  width: 40%;
}
.elm-scale[data-width="41"]:before {
  width: 41%;
}
.elm-scale[data-width="42"]:before {
  width: 42%;
}
.elm-scale[data-width="43"]:before {
  width: 43%;
}
.elm-scale[data-width="44"]:before {
  width: 44%;
}
.elm-scale[data-width="45"]:before {
  width: 45%;
}
.elm-scale[data-width="46"]:before {
  width: 46%;
}
.elm-scale[data-width="47"]:before {
  width: 47%;
}
.elm-scale[data-width="48"]:before {
  width: 48%;
}
.elm-scale[data-width="49"]:before {
  width: 49%;
}
.elm-scale[data-width="50"]:before {
  width: 50%;
}
.elm-scale[data-width="51"]:before {
  width: 51%;
}
.elm-scale[data-width="52"]:before {
  width: 52%;
}
.elm-scale[data-width="53"]:before {
  width: 53%;
}
.elm-scale[data-width="54"]:before {
  width: 54%;
}
.elm-scale[data-width="55"]:before {
  width: 55%;
}
.elm-scale[data-width="56"]:before {
  width: 56%;
}
.elm-scale[data-width="57"]:before {
  width: 57%;
}
.elm-scale[data-width="58"]:before {
  width: 58%;
}
.elm-scale[data-width="59"]:before {
  width: 59%;
}
.elm-scale[data-width="60"]:before {
  width: 60%;
}
.elm-scale[data-width="61"]:before {
  width: 61%;
}
.elm-scale[data-width="62"]:before {
  width: 62%;
}
.elm-scale[data-width="63"]:before {
  width: 63%;
}
.elm-scale[data-width="64"]:before {
  width: 64%;
}
.elm-scale[data-width="65"]:before {
  width: 65%;
}
.elm-scale[data-width="66"]:before {
  width: 66%;
}
.elm-scale[data-width="67"]:before {
  width: 67%;
}
.elm-scale[data-width="68"]:before {
  width: 68%;
}
.elm-scale[data-width="69"]:before {
  width: 69%;
}
.elm-scale[data-width="70"]:before {
  width: 70%;
}
.elm-scale[data-width="71"]:before {
  width: 71%;
}
.elm-scale[data-width="72"]:before {
  width: 72%;
}
.elm-scale[data-width="73"]:before {
  width: 73%;
}
.elm-scale[data-width="74"]:before {
  width: 74%;
}
.elm-scale[data-width="75"]:before {
  width: 75%;
}
.elm-scale[data-width="76"]:before {
  width: 76%;
}
.elm-scale[data-width="77"]:before {
  width: 77%;
}
.elm-scale[data-width="78"]:before {
  width: 78%;
}
.elm-scale[data-width="79"]:before {
  width: 79%;
}
.elm-scale[data-width="80"]:before {
  width: 80%;
}
.elm-scale[data-width="81"]:before {
  width: 81%;
}
.elm-scale[data-width="82"]:before {
  width: 82%;
}
.elm-scale[data-width="83"]:before {
  width: 83%;
}
.elm-scale[data-width="84"]:before {
  width: 84%;
}
.elm-scale[data-width="85"]:before {
  width: 85%;
}
.elm-scale[data-width="86"]:before {
  width: 86%;
}
.elm-scale[data-width="87"]:before {
  width: 87%;
}
.elm-scale[data-width="88"]:before {
  width: 88%;
}
.elm-scale[data-width="89"]:before {
  width: 89%;
}
.elm-scale[data-width="90"]:before {
  width: 90%;
}
.elm-scale[data-width="91"]:before {
  width: 91%;
}
.elm-scale[data-width="92"]:before {
  width: 92%;
}
.elm-scale[data-width="93"]:before {
  width: 93%;
}
.elm-scale[data-width="94"]:before {
  width: 94%;
}
.elm-scale[data-width="95"]:before {
  width: 95%;
}
.elm-scale[data-width="96"]:before {
  width: 96%;
}
.elm-scale[data-width="97"]:before {
  width: 97%;
}
.elm-scale[data-width="98"]:before {
  width: 98%;
}
.elm-scale[data-width="99"]:before {
  width: 99%;
}
.elm-scale[data-width="100"]:before {
  width: 100%;
}
.item-dash {
  display: block;
  position: relative;
  padding: 16px;
  border: 1px solid #e8eaed;
  border-radius: 6px;
  text-align: left;
}
.item-dash .ds-scheme {
  display: block;
  position: relative;
  line-height: 1;
  overflow: hidden;
}
.item-dash .ds-scheme img {
  display: block;
  width: 100%;
}
.item-dash .ds-title-wrap {
  margin-bottom: 10px;
  line-height: 1;
}
.item-dash .ds-title {
  display: block;
  font-size: 15px;
  line-height: 18px;
  font-weight: 600;
  margin: 0 0 13px 0;
}
.item-dash .ds-title:last-child {
  margin-bottom: 0;
}
.item-dash .ds-value {
  display: inline-block;
  vertical-align: bottom;
  font-size: 32px;
  line-height: 39px;
  font-weight: 500;
  letter-spacing: -0.02em;
}
.item-dash .ds-total {
  display: inline-block;
  vertical-align: bottom;
  font-size: 15px;
  line-height: 32px;
  margin-left: 4px;
  font-weight: 500;
  color: #72bd77;
  position: relative;
  padding: 0 12px 0 0;
}
.item-dash .ds-total:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 4px;
  width: 10px;
  background: url(../img/icons/ico-arrow13.svg) center no-repeat;
  background-size: 100% auto;
}
.item-dash .ds-total.down {
  color: #ef476f;
}
.item-dash .ds-total.down:before {
  bottom: 0px;
  -webkit-transform: -webkit-rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  background-image: url(../img/icons/ico-arrow14.svg);
}
.item-result {
  display: block;
  position: relative;
  overflow: hidden;
  height: auto;
  border: 1px solid #e8eaed;
  border-radius: 6px;
  padding: 19px 10px 16px 16px;
  font-size: 12px;
  line-height: 14px;
  color: #999ba5;
  text-decoration: none;
}
.item-result .rs-value {
  display: block;
  height: 30px;
  line-height: 30px;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  font-size: 32px;
  font-weight: 500;
  color: #2a2d43;
  margin-bottom: 16px;
}
.item-result .rs-title {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  overflow: hidden;
}
.item-promo-code {
  display: block;
  position: relative;
  font-size: 12px;
  line-height: 17px;
  color: #fff;
  text-decoration: none;
  border: 1px solid #e5e5e8;
  border-radius: 6px;
}
.item-promo-code .code-title-wrap {
  position: relative;
  padding: 16px 16px 10px 16px;
  background: #72bd77;
  border-radius: 8px 8px 0 0;
  margin: -1px -1px 0 -1px;
}
.item-promo-code .code-title-wrap:before {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 15px;
  background: url(../img/main/decor01.svg) 0 bottom repeat-x;
  background-size: 318px auto;
}
.item-promo-code .code-total {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 4px;
}
.item-promo-code .code-period {
  display: block;
  color: rgba(255, 255, 255, 0.7);
}
.item-promo-code .code-text {
  display: block;
  font-size: 12px;
  line-height: 20px;
  color: rgba(42, 45, 67, 0.7);
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
  position: relative;
  overflow: hidden;
  padding: 25px 15px 10px 15px;
}
.item-user-action {
  display: block;
  position: relative;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.24;
  color: #fff;
  text-decoration: none;
  text-align: left;
  background: #eaa54c;
  border-radius: 6px;
  padding: 0 278px 0 0;
}
.item-user-action .action-photo {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 278px;
  line-height: 1;
}
.item-user-action .action-text-wrap {
  display: block;
  position: relative;
  padding: 24px 16px;
  min-height: 130px;
  max-width: 332px;
}
.item-user-action .action-title {
  display: block;
  font-size: 21px;
  line-height: 25px;
  font-weight: 500;
  color: #fff;
  margin: 0 0 7px 0;
  text-transform: none;
}
.item-user-action.color-second {
  background: #ef476f;
}
.item-user-action.color-third {
  background: #52489c;
}
.item-user-action.color-four {
  background: #72bd77;
}
.item-tile-total {
  display: block;
  position: relative;
  background: #f7f7f8;
  border-radius: 8px;
  min-height: 86px;
  overflow: hidden;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  color: #999ba5;
  font-weight: 400;
  padding: 22px 15px 17px 15px;
  text-decoration: none;
  white-space: nowrap;
}
.item-tile-total.hover-action:hover:before {
  opacity: 1;
}
.item-tile-total.select-action:before {
  opacity: 1;
}
.item-tile-total:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 8px;
  transition: opacity ease 0.2s;
  z-index: 2;
  opacity: 0;
  border: 1px solid #72bd77;
}
.item-tile-total .tile-total {
  display: block;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #2a2d43;
  margin-bottom: 3px;
}
.item-tile-total .tile-title.small {
  font-size: 12px;
  line-height: 20px;
}
.elm-feature {
  display: block;
  position: relative;
  font-size: 16px;
  line-height: 24px;
  padding: 0 0 0 30px;
}
.elm-feature .f-ico {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 1px;
  left: 0;
}
.elm-feature .f-ico img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.elm-user-ico {
  display: block;
  font-size: 16px;
  line-height: 23px;
  position: relative;
  color: #2a2d43;
  text-decoration: none;
  text-align: left;
  padding: 0 0 0 40px;
}
.elm-user-ico:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: -1px;
  left: 0;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 24px auto;
}
.elm-user-ico.user-sertification:before {
  background-image: url(../img/icons/ico-user-status01.svg);
}
.elm-user-ico.user-licenced:before {
  background-image: url(../img/icons/ico-user-status02.svg);
}
.elm-user-ico.user-exclusive:before {
  background-image: url(../img/icons/ico-user-status03.svg);
}
.elm-user-ico.user-expert:before {
  background-image: url(../img/icons/ico-user-status04.svg);
}
.elm-user-ico.user-reviews:before {
  background-image: url(../img/icons/ico-user-reviews.svg);
}
.elm-user-ico.user-company:before {
  background-image: url(../img/icons/ico-user-status05.svg);
}
.elm-user-ico.user-meet:before {
  background-image: url(../img/icons/ico-user-status06.svg);
}
.elm-user-ico .st-ico {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 2px;
  left: 0;
}
.elm-user-ico .st-ico img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.elm-code {
  display: block;
  position: relative;
  margin: 0 auto;
  max-width: 200px;
  line-height: 1;
}
.elm-code canvas {
  width: 100%;
  width: 200px !important;
  height: 200px !important;
}
.elm-code img {
  display: block;
  width: 100%;
}
.elm-cash {
  display: block;
  position: relative;
  margin: 0 auto;
  text-align: center;
  line-height: 1;
}
.elm-cash img {
  display: block;
  margin: 0 auto 15px auto;
  width: 50px;
}
.item-order {
  display: block;
  position: relative;
  border-radius: 10px;
  border: 1px solid #e5e5e8;
}
.item-order .order-price-wrap {
  display: block;
  position: relative;
  padding: 15px;
}
.item-order .order-price-wrap table {
  width: 100%;
  table-layout: fixed;
  font-size: 16px;
  line-height: 20px;
}
.item-order .order-price-wrap table th,
.item-order .order-price-wrap table td {
  text-align: left;
  border: none;
  vertical-align: top;
  padding: 5px 0;
  font-weight: 400;
}
.item-order .order-price-wrap table th:last-child,
.item-order .order-price-wrap table td:last-child {
  color: #999ba5;
  text-align: right;
}
.item-order .order-price-wrap table .tr-total th,
.item-order .order-price-wrap table .tr-total td {
  font-weight: bold;
}
.item-order .order-price-wrap table .tr-total th:last-child,
.item-order .order-price-wrap table .tr-total td:last-child {
  color: #2a2d43;
}
.item-order .order-info-wrap {
  padding: 15px;
  border-bottom: 1px solid #e5e5e8;
}
.item-order .order-info-wrap .elm-info-ico {
  display: block;
  margin-bottom: 10px;
}
.item-order .order-info-wrap .elm-info-ico:last-child {
  margin-bottom: 0;
}
.item-order .order-title-wrap {
  padding: 15px 100px 15px 15px;
  position: relative;
  display: block;
  overflow: hidden;
  color: #2a2d43;
  border-bottom: 1px solid #e5e5e8;
}
.item-order .order-title-wrap .order-inner-wrap {
  display: block;
  width: 100%;
  float: left;
}
.item-order .order-title-wrap .order-photo-wrap {
  width: 70px;
  float: right;
  margin: 0 -85px 0 0;
}
.item-order .order-title-wrap .order-photo-wrap img {
  display: block;
  width: 100%;
}
.item-order .order-title-wrap h3,
.item-order .order-title-wrap .small-title {
  margin-bottom: 10px;
  padding-bottom: 0;
  border-bottom: none;
}
.item-order .order-title-wrap .lbl-title {
  margin: 10px 0 0 0;
  display: block;
}
.item-order .order-title-wrap p {
  margin: 0;
}
.item-guest,
.item-org {
  display: block;
  position: relative;
  overflow: hidden;
  line-height: 40px;
  min-height: 40px;
  font-size: 16px;
  color: #2a2d43;
  padding: 0 30px 0 50px;
  text-decoration: none;
}
.item-guest .gs-photo,
.item-org .gs-photo,
.item-guest .org-photo,
.item-org .org-photo {
  display: block;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  background: #2a2c41;
  border-radius: 50%;
}
.item-guest .gs-photo.photo-empty,
.item-org .gs-photo.photo-empty,
.item-guest .org-photo.photo-empty,
.item-org .org-photo.photo-empty {
  border: 1px solid #e5e5e8;
}
.item-guest .gs-photo.photo-empty:after,
.item-org .gs-photo.photo-empty:after,
.item-guest .org-photo.photo-empty:after,
.item-org .org-photo.photo-empty:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #f3f3f4 url(../img/icons/ico-user-check.svg) center no-repeat;
  background-size: 20px auto;
}
.item-guest .gs-photo:before,
.item-org .gs-photo:before,
.item-guest .org-photo:before,
.item-org .org-photo:before {
  content: attr(data-number);
}
.item-guest .gs-photo img,
.item-org .gs-photo img,
.item-guest .org-photo img,
.item-org .org-photo img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
.item-guest .gs-name,
.item-org .gs-name,
.item-guest .org-name,
.item-org .org-name {
  display: inline-block;
  vertical-align: middle;
  line-height: 20px;
}
.item-guest .org-name,
.item-org .org-name {
  font-weight: bold;
}
.item-guest .btn-action-ico.button-close,
.item-org .btn-action-ico.button-close {
  width: 30px;
  height: 30px;
  z-index: 2;
  position: absolute;
  top: 5px;
  right: 0;
}
.item-org {
  padding-right: 80px;
}
.item-org .btn-action-ico {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.item-org .btn-action-ico + .btn-action-ico {
  right: 40px;
}
.elm-discount {
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  text-align: center;
  line-height: 34px;
  position: relative;
  overflow: hidden;
  background: #ef476f;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.04em;
  text-transform: none;
}
.elm-discount span {
  display: inline;
  font-size: 7px;
}
.item-plus {
  display: block;
  position: relative;
  overflow: hidden;
  text-align: center;
  color: #2a2d43;
  text-decoration: none;
  line-height: 1;
}
.item-plus .plus-ico {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto 8px auto;
  line-height: 1;
  position: relative;
  overflow: hidden;
}
.item-plus .plus-ico img {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.item-plus .plus-title {
  display: block;
  font-size: 11px;
  line-height: 15px;
  font-weight: 400;
  text-align: center;
  margin: 0;
}
.elm-search {
  display: block;
  position: relative;
  min-height: 62px;
  line-height: 40px;
  padding: 11px 20px 11px 72px;
  text-decoration: none;
  text-align: left;
  color: #2a2d43;
}
.elm-search:hover,
.elm-search.active {
  background: #f7f7f8;
  text-decoration: none;
}
.elm-search .sh-photo {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 11px;
  left: 16px;
  border-radius: 6px;
  overflow: hidden;
  background: #f7f7f8 url(../img/icons/ico-location02.svg) center no-repeat;
  background-size: 15px auto;
}
.elm-search .sh-photo img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.elm-search .sh-title {
  display: block;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 5px;
  font-weight: 400;
  color: #2a2d43;
}
.elm-search .sh-title:last-child {
  margin-bottom: 0;
}
.elm-search .lbl-title {
  font-size: 10px;
  line-height: 16px;
  display: block;
  margin: 0;
}
.elm-search .sh-text-wrap {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
.item-action {
  display: block;
  position: relative;
  height: 56px;
  line-height: 56px;
  padding: 0 20px 0 28px;
  font-size: 14px;
  font-weight: 500;
  color: #2a2d43;
  text-decoration: none;
}
.item-action .action-ico {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px;
}
.item-action .action-ico img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.item-action .action-title {
  display: inline-block;
  vertical-align: middle;
  line-height: 20px;
  max-height: 40px;
  position: relative;
  overflow: hidden;
}
.elm-weather-row {
  height: 48px;
  line-height: 48px;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  font-size: 16px;
  color: #2a2d43;
  text-decoration: none;
  text-align: left;
}
.elm-weather-row .wh-title {
  float: left;
}
.elm-weather-row .wh-temp {
  float: right;
  font-weight: 500;
  overflow: hidden;
  font-size: 0;
  min-width: 100px;
  text-align: right;
}
.elm-weather-row .wh-day {
  margin-right: 14px;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
}
.elm-weather-row .wh-night {
  display: inline-block;
  vertical-align: top;
  color: #999ba5;
  font-size: 16px;
}
.elm-weather-row .wh-ico {
  display: block;
  float: right;
  width: 32px;
  height: 48px;
  position: relative;
  overflow: hidden;
  margin: 0 20px 0 0;
}
.elm-weather-row .wh-ico img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 32px;
}
.elm-weather {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 0 16px 0 30px;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  white-space: nowrap;
}
.elm-weather:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 9px;
  right: 0;
  background: url(../img/icons/ico-arrow07.svg) center no-repeat;
  background-size: 12px auto;
}
.elm-weather .wh-ico {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 3px;
  left: -2px;
}
.elm-weather .wh-ico img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 20px;
}
.elm-weather .wh-day {
  float: left;
  margin: 0 8px 0 0;
}
.elm-weather .wh-night {
  float: left;
  color: #999ba5;
}
.elm-map-price {
  display: inline-block;
  vertical-align: top;
  position: relative;
  min-width: 70px;
  height: 40px;
  line-height: 40px;
  background: #ffffff;
  box-shadow: 0px 8px 8px rgba(98, 98, 98, 0.24);
  border-radius: 4px;
  padding: 0 10px;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  transition: all ease 0.2s;
}
.elm-map-price.active {
  background: #72bd77;
  color: #fff;
}
.elm-photo {
  display: block;
  position: relative;
  overflow: hidden;
  line-height: 1;
  border-radius: 8px;
}
.elm-photo img {
  display: block;
  width: 100%;
}
.elm-photo .elm-sticker {
  height: 28px;
  line-height: 28px;
  font-size: 14px;
  min-width: 48px;
  z-index: 2;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 8px 8px;
}
.elm-photo .photo-st-wrap {
  text-align: right;
  font-size: 0;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 11px 12px 0 4px;
}
.elm-place {
  display: block;
  position: relative;
  font-size: 14px;
  line-height: 18px;
  padding: 3px 0 3px 25px;
}
.elm-place:before {
  content: "";
  display: block;
  width: 16px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/icons/ico-calendar.svg) center no-repeat;
  background-size: 16px auto;
}
.item-tile {
  display: block;
  position: relative;
  font-size: 14px;
  line-height: 1.4;
  color: #2a2d43;
  text-decoration: none;
  text-align: left;
  font-weight: 400;
}
.item-tile.tile-online .tile-photo:before {
  padding-top: 133%;
}
.item-tile.tile-online .tile-stickers {
  top: 0;
  left: 0;
  padding: 0;
}
.item-tile.tile-journal {
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  background: #fff;
  padding: 16px;
  position: relative;
  overflow: hidden;
  line-height: 1;
}
.item-tile.type-shadow {
  padding: 5px 5px 1px 5px;
  box-shadow: 0px 16px 16px rgba(98, 98, 98, 0.12);
  border-radius: 12px;
}
.item-tile.tile-event .tile-photo:before {
  padding-top: 62.9%;
}
.item-tile.tile-selections .tile-photo {
  margin-bottom: 20px;
}
.item-tile.tile-selections .tile-photo:before {
  padding-top: 59.45%;
  min-height: 0;
}
.item-tile.tile-selections .tile-photo:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
  vertical-align: 8px;
  border: 1px solid #fff;
  opacity: 0.5;
  border-radius: 7px;
}
@media (min-width: 1024px) {
  .item-tile.tile-selections .tile-photo:after {
    top: 8px;
    bottom: 8px;
    left: 8px;
    right: 8px;
  }
}
.item-tile.tile-fest .tile-photo {
  margin-bottom: 20px;
}
.item-tile.tile-fest .tile-photo:before {
  padding-top: 67.5%;
  min-height: 0;
}
.item-tile.tile-fest .tile-photo-text {
  padding: 16px;
}
.item-tile.tile-place .tile-photo:before {
  padding-top: 133%;
}
.item-tile.tile-article .tile-photo:before {
  padding-top: 60%;
}
.item-tile.tile-sv .tile-photo:before {
  padding-top: 84%;
}
.item-tile.tile-people .tile-photo:before {
  padding-top: 100%;
}
.item-tile .jr-stickers-wrap {
  overflow: hidden;
  margin: 0 0 12px 0;
}
.item-tile .jr-stickers-wrap:last-child {
  margin-bottom: 0;
}
.item-tile .jr-title-wrap {
  position: relative;
  display: block;
  padding: 0 60px 0 60px;
  min-height: 44px;
  margin-bottom: 14px;
}
.item-tile .jr-title-wrap .elm-text-ico {
  display: block;
  float: left;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
}
.item-tile .jr-total-wrap {
  overflow: hidden;
  display: block;
}
.item-tile .jr-total-wrap .elm-text-ico {
  float: left;
  margin: 0 16px 0 0;
}
.item-tile .jr-total-wrap .elm-text-ico:last-child {
  margin: 0;
}
.item-tile .jr-text-wrap {
  margin-bottom: 15px;
}
.item-tile .jr-text-wrap:last-child {
  margin-bottom: 0;
}
.item-tile .jr-photo {
  display: block;
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
  overflow: hidden;
  border-radius: 50%;
}
.item-tile .jr-photo img {
  display: block;
  width: 100%;
}
.item-tile .jr-title {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 5px;
}
.item-tile .jr-title:last-child {
  margin-bottom: 0;
}
.item-tile .jr-date {
  font-size: 12px;
  line-height: 1.6;
  color: #999ba5;
  font-weight: 400;
}
.item-tile .jr-text {
  display: block;
  font-size: 12px;
  font-weight: 500;
  line-height: 19px;
  min-height: 38px;
}
.item-tile .tile-photo-date {
  font-size: 14px;
  line-height: 20px;
  display: block;
  position: relative;
}
.item-tile .tile-photo-text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  padding: 12px 15px;
  font-size: 21px;
  line-height: 20px;
  color: #fff;
  display: flex;
  background: linear-gradient(0deg, #000000cf, transparent 40%);
  align-items: flex-end;
}
@media (min-width: 1024px) {
  .item-tile .tile-photo-text {
    padding: 18px 20px;
  }
}
.item-tile .tile-photo-title {
  display: block;
  position: relative;
  font-size: 21px;
  line-height: 25px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  margin: 0 0 2px 0;
}
.item-tile .tile-photo-title:last-child {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .item-tile .tile-photo-title {
    font-size: 25px;
  }
}
.item-tile .tile-date {
  display: block;
  font-size: 12px;
  line-height: 18px;
  color: #999ba5;
  margin-bottom: 6px;
}
.item-tile .tile-photo {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 9px;
  line-height: 1;
  background: #000;
  margin-bottom: 14px;
}
.item-tile .tile-photo.photo-shadow {
  background: none;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.08);
}
.item-tile .tile-photo:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.item-tile .tile-photo > img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.item-tile .tile-link {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 4;
}
.item-tile .tile-desc {
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #999ba5;
  margin-bottom: 8px;
}
.item-tile .tile-desc:last-child {
  margin-bottom: 0;
}
.item-tile .tile-price {
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.item-tile .tile-stickers {
  float: left;
  position: absolute;
  top: 11px;
  left: 12px;
  z-index: 20;
}
@media (max-width: 540px) {
  .item-tile .tile-stickers {
    top: 5px;
    left: 6px;
  }
}
.item-tile .tile-sticker {
  display: block;
  line-height: 1;
  margin-bottom: 8px;
  overflow: hidden;
}
.item-tile .elm-sticker {
  height: 22px;
  line-height: 22px;
  min-width: 40px;
  float: left;
}

.item-tile .elm-sticker + .elm-sticker {
  margin-left: 5px;
}
.item-tile .elm-sticker.st-discount {
  height: 24px;
  line-height: 24px;
  min-width: 48px;
  font-size: 12px;
  font-weight: 500;
}
.item-tile .elm-rate-short {
  display: block;
  float: left;
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
}
.item-tile .price-info {
  display: inline;
  font-size: 14px;
  font-weight: 400;
  color: #999ba5;
}
.item-tile .price-old,
.item-tile .price {
  display: inline;
  white-space: nowrap;
}
.item-tile .price-old {
  color: #999ba5;
  text-decoration: line-through;
  margin-right: 9px;
}
.item-tile .button-cart-small {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 5;
}
.item-tile .button-cart-small.pos-lb {
  top: auto;
  bottom: 12px;
}
.item-tile .button-favorites-toggle {
  position: absolute;
  bottom: 12px;
  right: 12px;
  z-index: 5;
  width: 32px;
  height: 32px;
}
.item-tile .lbl-title {
  display: block;
  padding-top: 2px;
  margin-bottom: 5px;
  font-size: 10px;
  line-height: 16px;
}
.item-tile .lbl-title:last-child {
  margin-bottom: 0;
}
.item-tile h3,
.item-tile .small-title {
  display: block;
  line-height: 21px;
  margin: 0 0 10px 0;
}
.item-tile h3:last-child,
.item-tile .small-title:last-child {
  margin-bottom: 0;
}
.item-tile h3 + .tile-desc,
.item-tile .small-title + .tile-desc {
  font-size: 14px;
  margin-top: -3px;
  line-height: 20px;
}
.item-review {
  font-size: 16px;
  line-height: 1.5;
  position: relative;
  display: block;
}
.item-review .rv-photos-wrap {
  padding-top: 24px;
  padding-bottom: 20px;
}
.item-review.answer {
  padding-left: 62px;
  padding-top: 22px;
}
.item-review.answer .rv-actions-wrap {
  top: 26px;
}
.item-review.answer .rv-title-wrap {
  min-height: 32px;
  padding-left: 48px;
}
.item-review.answer .rv-user-photo {
  width: 32px;
  height: 32px;
  top: 0;
  left: 0;
}
.item-review.answer .rv-date {
  left: 48px;
}
.item-review .rv-title-wrap {
  position: relative;
  padding: 15px 0 0 68px;
  margin-bottom: 22px;
  min-height: 56px;
}
.item-review .rv-content-wrap {
  display: block;
  position: relative;
}
.item-review .rv-user-photo {
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  line-height: 1;
  overflow: hidden;
}
.item-review .rv-user-photo img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.item-review .rv-date {
  height: 14px;
  line-height: 14px;
  position: absolute;
  top: 0;
  left: 68px;
  font-size: 12px;
  color: #999ba5;
}
.item-review .rv-user-name {
  display: block;
  font-weight: 500;
  color: #2a2d43;
  text-decoration: none;
}
.item-review .rv-user-name a {
  text-decoration: none;
  color: #2a2d43;
}
.item-review .elm-rate {
  margin-top: 2px;
}
.item-review .rv-actions-wrap {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 24px;
  float: left;
  white-space: nowrap;
  padding-top: 4px;
  z-index: 2;
}
.item-review .rv-actions-wrap ~ .rv-title-wrap {
  padding-right: 100px;
}
.item-review .elm-total {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 10px;
}
.item-review p {
  margin: 0;
}
.item-event {
  display: block;
  position: relative;
  font-size: 16px;
  line-height: 21px;
  padding: 12px 120px 24px 0;
  border-top: 1px solid #e5e5e8;
  font-weight: 400;
  text-decoration: none;
  text-align: left;
  min-height: 70px;
}
.item-event .event-time {
  display: block;
  margin-bottom: 2px;
}
.item-event .event-total {
  display: block;
  font-size: 12px;
  line-height: 19px;
  color: #999ba5;
}
.item-event .event-amount {
  font-size: 12px;
  line-height: 18px;
  color: #999ba5;
  padding-top: 5px;
}
.item-event .btn,
.item-event button,
.item-event input[type="submit"] {
  width: 110px;
  position: absolute;
  top: 15px;
  right: 0;
  padding: 0 10px;
  min-width: 110px;
}
a.item-info,
a.item-include {
  color: #f5941e;
}
a.item-info .info-title,
a.item-include .info-title {
  color: #f5941e;
}
.item-info,
.item-include {
  display: block;
  position: relative;
  min-height: 100%;
  width: 100%;
  overflow: hidden;
  border: 1px solid #e5e5e8;
  border-radius: 8px;
  text-align: left;
  font-size: 12px;
  color: #999ba5;
  line-height: 15px;
  padding: 48px 15px 18px 15px;
  line-height: 34px;
  text-decoration: none;
}
.item-info .info-title,
.item-include .info-title,
.item-info .inc-title,
.item-include .inc-title {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #2a2d43;
  margin: 0;
}
.item-info .info-desc,
.item-include .info-desc,
.item-info .inc-desc,
.item-include .inc-desc {
  margin-top: 8px;
  display: block;
}
.item-info .info-desc-wrap,
.item-include .info-desc-wrap,
.item-info .inc-desc-wrap,
.item-include .inc-desc-wrap {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
.item-info .info-ico,
.item-include .info-ico,
.item-info .inc-ico,
.item-include .inc-ico {
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 11px;
  left: 15px;
}
.item-info .info-ico img,
.item-include .info-ico img,
.item-info .inc-ico img,
.item-include .inc-ico img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.item-include {
  padding-top: 93px;
  padding-left: 23px;
  padding-bottom: 24px;
  padding-right: 5px;
  line-height: 46px;
  background: #fff;
}
.item-include .inc-ico {
  width: 48px;
  height: 48px;
  top: 23px;
  left: 23px;
}
.item-include .inc-title {
  font-size: 16px;
  line-height: 20px;
  min-height: 40px;
}
.item-include .inc-desc {
  font-size: 14px;
  line-height: 18px;
  margin-top: 8px;
}
.item-include .inc-link {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
}
.elm-rate-short {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  height: 24px;
  line-height: 26px;
  padding: 0 8px 0 24px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  overflow: hidden;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  font-weight: 500;
  white-space: nowrap;
}
.elm-rate-short.rate-color {
  padding: 0 0 0 16px;
  color: #2a2d43;
  background: none;
}
.elm-rate-short.rate-color:before {
  background-image: url(../img/icons/ico-star-full.svg);
  width: 12px;
  left: 0;
  background-size: 12px auto;
}
.elm-rate-short:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 2px;
  background: url(../img/icons/ico-star-light.svg) center no-repeat;
  background-size: 12px auto;
}
.elm-rate-short .rate-result {
  display: block;
  font-weight: 500;
}
.elm-rate-short .rate-total {
  font-weight: 400;
  display: inline;
}
.elm-rate-wrap {
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  overflow: hidden;
  padding: 0 0 0 125px;
  min-height: 20px;
  position: relative;
  white-space: nowrap;
}
.elm-rate-wrap .elm-rate {
  float: left;
  position: absolute;
  top: 1px;
  left: 0;
}
.elm-rate-total {
  display: block;
  font-size: 14px;
  line-height: 20px;
  white-space: nowrap;
  font-weight: 500;
}
.elm-rate-total .total-count {
  font-weight: 400;
  display: inline;
}
.elm-star {
  display: block;
  width: 18px;
  height: 18px;
  position: relative;
  overflow: hidden;
  line-height: 1;
  text-decoration: none;
  background: url(../img/icons/ico-star-full.svg) center no-repeat;
  background-size: 100% auto;
}
.elm-star.star-empty {
  background-image: url(../img/icons/ico-star-empty.svg);
}
.elm-rate {
  display: block;
  width: 114px;
  height: 18px;
  line-height: 1;
  position: relative;
  overflow: hidden;
}
.elm-rate.rate-small {
  height: 14px;
  width: 98px;
}
.elm-rate.rate-small .elm-star {
  width: 14px;
  height: 14px;
  margin: 0 7px 0 0;
}
.elm-rate.rate-small .elm-star:last-child {
  margin: 0;
}
.elm-rate.rate-vsmall {
  width: 85px;
  height: 13px;
}
.elm-rate.rate-vsmall .elm-star {
  width: 13px;
  height: 13px;
  margin: 0 4px 0 0;
}
.elm-rate.rate-vsmall .elm-star:last-child {
  margin: 0;
}
.elm-rate .elm-star {
  float: left;
  margin: 0 6px 0 0;
}
.elm-rate .elm-star:last-child {
  margin: 0;
}
.elm-info-ico {
  display: block;
  position: relative;
  font-size: 14px;
  line-height: 18px;
  color: #2a2d43;
  text-align: left;
  text-decoration: none;
  padding: 0 0 0 24px;
  min-height: 18px;
  transition: all ease 0.2s;
}
.elm-info-ico.type-second {
  font-size: 12px;
  color: #999ba5;
  line-height: 14px;
  padding-top: 2px;
  padding-bottom: 2px;
}
.elm-info-ico.active {
  color: #72bd77;
  font-weight: 500;
}
.elm-info-ico.active .info-ico img {
  opacity: 0;
}
.elm-info-ico.active .info-ico img.img-active {
  opacity: 1;
}
.elm-info-ico .info-ico {
  display: block;
  width: 16px;
  height: 18px;
  position: absolute;
  top: 0;
  left: 0;
}
.elm-info-ico .info-ico img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  transition: opacity ease 0.2s;
}
.elm-info-ico .info-ico img.img-active {
  opacity: 0;
}
.elm-rouble {
  display: inline;
  color: inherit;
  text-transform: uppercase;
  font-family: "als_rublregular" !important;
  text-transform: none !important;
}
.elm-rouble:before {
  content: "a";
  font-family: "als_rublregular" !important;
  text-transform: none !important;
}
.elm-total {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  font-weight: 500;
  color: #2a2d43;
  text-decoration: none;
  padding: 0 0 0 22px;
}
.elm-total:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 10px;
  left: 0;
  margin-top: -10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px auto;
}
.elm-total.total-views:before {
  background-image: url(../img/icons/ico-views.svg);
}
.elm-total.total-comments:before {
  background-image: url(../img/icons/ico-comments.svg);
}
.elm-total.total-up,
.elm-total.total-down {
  color: #999ba5;
}
.elm-total.total-up:before,
.elm-total.total-down:before {
  background-image: url(../img/icons/ico-like-up.svg);
}
.elm-total.total-down:before {
  background-image: url(../img/icons/ico-like-down.svg);
}
.elm-sticker {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  line-height: 24px;
  height: 24px;
  min-width: 36px;
  padding: 0 8px;
  border-radius: 4px;
  background: #296efa;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  max-width: 100%;
}
@media (max-width: 540px) {
  .elm-sticker {
    padding: 0 4px;
  }
  .elm-sticker.color-first.__time {
      font-size: 14px !important;
      line-height: 18px;
  }
  .elm-sticker.color-first {
      height: auto;
      font-size: 10px;
      line-height: 14px;
  }
}
.elm-sticker.type-second {
  height: 20px;
  line-height: 20px;
  background: #f5941e;
  border-radius: 2px;
  padding: 0 8px;
  font-size: 12px;
  font-weight: 400;
}
.elm-sticker.type-third {
  height: 24px;
  line-height: 24px;
  border-radius: 12px;
  padding: 0 16px;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #fff;
}
.elm-sticker.type-four {
  height: 28px;
  line-height: 28px;
  text-transform: uppercase;
  padding: 0 10px;
  border-radius: 6px;
  letter-spacing: 0.08em;
  font-size: 10px;
  font-weight: bold;
}
.elm-sticker.type-five {
  height: 24px;
  line-height: 24px;
  padding: 0 16px;
  border-radius: 8px 0 8px 0;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.08em;
}
.elm-sticker.type-ico {
  min-width: 0;
  width: 24px;
}
.elm-sticker.type-ico img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 19px;
  max-height: 19px;
}
.elm-sticker.color-third {
  background: #f5941e;
}
.elm-sticker.color-four {
  background: #ef476f;
}
.elm-sticker.color-five {
  background: #ff8686;
}
.elm-sticker.color-second {
  background: #22947f;
}
.elm-sticker.color-six {
  background: #f7f7f8;
  color: #999ba5;
}
.elm-sticker.color-seven {
  background: rgba(0, 0, 0, 0.2);
}
.elm-sticker.color-eighth {
  background: #00abf2;
}
.elm-sticker.color-ninth {
  background: #5546a5;
}
.elm-sticker.color-tenth {
  background: #57c56f;
}
.elm-sticker .text-info {
  font-weight: 400;
}
.elm-tag {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  overflow: hidden;
  max-width: 100%;
  font-size: 10px;
  text-transform: uppercase;
  color: #5ca560;
  text-decoration: none;
  letter-spacing: 0.08em;
  height: 20px;
  line-height: 20px;
  text-align: center;
}
.elm-tag.type-third {
  height: 32px;
  line-height: 32px;
  border-radius: 4px;
  background: #72bd77;
  border: none;
  padding: 0 28px 0 12px;
  font-size: 12px;
  text-decoration: none;
  text-transform: none;
  letter-spacing: normal;
  font-weight: 400;
  color: #fff;
}
.elm-tag.type-third .btn-action-ico {
  width: 28px;
  height: 32px;
  position: absolute;
  top: 0;
  right: 0;
}
.elm-tag.type-second {
  max-width: 118px;
  padding: 0 12px;
  height: 32px;
  line-height: 32px;
  border-radius: 4px;
  background: #f7f7f8;
  font-size: 12px;
  color: #999ba5;
  text-transform: none;
  letter-spacing: normal;
}
.item-photo {
  display: block;
  position: relative;
  overflow: hidden;
  line-height: 1;
  text-decoration: none;
}
.item-photo .photo-total-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  opacity: 0;
  transition: opacity ease 0.2s;
}
.item-photo .photo-total-wrap span {
  font-weight: 300;
}
.item-photo:before {
  content: "";
  display: block;
  padding-top: 88%;
}
.item-photo img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.item-photo .btn-action-ico {
  display: block;
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.item-question .question-block {
  font-size: 16px;
  line-height: 1.45;
  color: #999ba5;
  padding: 9px 0 0 0;
}
.helpBox {
  margin: 20px 0 120px;
}
.helpBox .helpBox__list {
  display: flex;
  flex-direction: row;
  margin: 0 -5px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .helpBox .helpBox__list {
    align-items: center;
  }
}
.helpBox .helpBox__item {
  min-width: 220px;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 12px 24px;
  border-radius: 4px;
  border: 1px solid #efefef;
  margin: 5px;
  text-decoration: none;
  background: #fdfdfd;
  border: 1px solid #f5f5f5;
  transition: 0.2s;
  color: #2a2d43;
  font-size: 14px;
  font-weight: 500;
}
.helpBox .helpBox__item:hover {
  background: #f7f7f8;
  border: 1px solid #f3f3f3;
}
.helpListBox {
  margin: 30px 0;
}
.helpListBox .helpListBox__list {
  display: flex;
  flex-direction: column;
}
.helpListBox .helpListBox__item {
  margin: 4px 0;
  border-radius: 4px;
  overflow: hidden;
}
.helpListBox .helpListBox__item.__active .helpListBox__item_title {
  color: white;
  background: #72bd77;
  border: 1px solid #69b76d;
}
.helpListBox .helpListBox__item.__active .helpListBox__item_title:hover {
  background: #5ca560;
  border-color: #5ca560;
}
.helpListBox .helpListBox__item.__active .helpListBox__item_indicator:before,
.helpListBox .helpListBox__item.__active .helpListBox__item_indicator:after {
  background-color: white;
  transform: rotate(180deg);
}
.helpListBox .helpListBox__item.__active .helpListBox__item_info {
  opacity: 1;
}
.helpListBox .helpListBox__item .helpListBox__item_title {
  font-size: 18px;
  line-height: 20px;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 4px;
  padding: 12px 24px;
  padding-right: 58px;
  text-decoration: none;
  background: #fdfdfd;
  border: 1px solid #f5f5f5;
  font-weight: 500;
  color: #2a2d43;
  transition: all ease 0.2s;
  cursor: pointer;
  position: relative;
  user-select: none;
}
.helpListBox .helpListBox__item .helpListBox__item_title:hover {
  background: #f7f7f8;
  border: 1px solid #f3f3f3;
}
.helpListBox .helpListBox__item .helpListBox__item_indicator {
  position: absolute;
  right: 24px;
  height: 16px;
  width: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.helpListBox .helpListBox__item .helpListBox__item_indicator:before,
.helpListBox .helpListBox__item .helpListBox__item_indicator:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #2a2d43;
  transition: 0.2s;
  display: block;
}
.helpListBox .helpListBox__item .helpListBox__item_indicator:before {
  transform: none;
}
.helpListBox .helpListBox__item .helpListBox__item_indicator:after {
  transform: rotate(90deg);
}
.helpListBox .helpListBox__item .helpListBox__item_info {
  display: none;
  opacity: 0;
  transition: opacity 0.4s;
  padding: 18px 24px;
  background: #fefefe;
  line-height: 20px;
}
.helpListBox .helpListBox__item .helpListBox__item_info p:not(:first-child) {
  margin-top: 10px;
}
.helpListBox .helpListBox__item .helpListBox__item_info ul {
  margin: 10px 0;
}
.helpListBox .helpListBox__item .helpListBox__item_info p + br {
  display: none;
}
@media (max-width: 1023px) {
  .item-city-popular {
    display: block;
    min-height: 40px;
    line-height: 40px;
    padding: 0 0 0 56px;
  }
  .item-city-popular .city-photo {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 6px;
    overflow: hidden;
    line-height: 1;
  }
  .item-city-popular .city-title {
    display: inline-block;
    vertical-align: middle;
    line-height: 20px;
  }
  .item-tile.tile-online .tile-photo {
    margin-bottom: 15px;
  }
  .item-tile.tile-online .lbl-title {
    margin-bottom: 5px;
  }
  .item-tile.tile-online .small-title {
    font-size: 12px;
    line-height: 1.6;
  }
  .item-include.type-second,
  .item-include.type-third {
    height: 64px;
    padding: 0 10px 0 56px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    border: none;
    line-height: 64px;
  }
  .item-include.type-second .inc-desc-wrap,
  .item-include.type-third .inc-desc-wrap {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
  }
  .item-include.type-second .inc-ico,
  .item-include.type-third .inc-ico {
    width: 28px;
    height: 28px;
    position: absolute;
    top: 50%;
    left: 16px;
    margin: -14px 0 0 0;
  }
  .item-include.type-second .inc-title,
  .item-include.type-third .inc-title {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 2px;
  }
  .item-include.type-second .inc-title:last-child,
  .item-include.type-third .inc-title:last-child {
    margin: 0;
  }
  .item-include.type-second .inc-desc,
  .item-include.type-third .inc-desc {
    font-size: 12px;
    line-height: 15px;
    padding: 2px 0;
    margin: 0;
  }
  .elm-scale-wrap .scale-total {
    font-size: 15px;
  }
  .item-question .btn-question {
    display: block;
    font-size: 16px;
    line-height: 20px;
    color: #2a2d43;
    text-decoration: none;
    padding: 24px 30px 24px 0;
  }
  .item-question .btn-question:before {
    content: "";
    display: block;
    width: 40px;
    height: 30px;
    position: absolute;
    top: 34px;
    right: 0;
    margin-top: -15px;
    background: url(../img/icons/ico-arrow04.svg) center no-repeat;
    background-size: 9px auto;
    transition: transform ease 0.2s;
  }
  .item-question .btn-question.active:before {
    -webkit-transform: -webkit-rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .item-question .question-block {
    display: none;
    padding: 0 0 24px 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .item-user-action {
    padding-right: 400px;
  }
  .item-user-action .action-photo {
    width: 400px;
  }
}
@media (max-width: 767px) {
  .item-cart {
    border-bottom: 1px solid #e5e5e8;
    padding: 0 16px 24px 130px;
  }
  .item-cart.type-second {
    padding-left: 104px;
  }
  .item-cart.type-second .cart-photo {
    width: 72px;
    margin-left: -88px;
  }
  .item-cart .main-wrap .actions-wrap {
    padding-top: 0;
    margin-bottom: 12px;
  }
  .item-cart .material-wrap,
  .item-cart .date-wrap {
    clear: both;
    padding-bottom: 10px;
    display: none;
  }
  .item-cart .cart-photo {
    width: 90px;
    float: left;
    margin: 0 0 0 -114px;
  }
  .item-cart .elm-sticker {
    position: absolute;
    top: 8px;
    left: 8px;
    height: 24px;
    line-height: 24px;
    padding: 0 8px;
  }
  .item-cart .cart-title {
    margin-bottom: 8px;
  }
  .item-cart .cart-desc {
    margin-bottom: 14px;
  }
  .item-cart .elm-text-ico {
    margin-bottom: 8px;
  }
  .item-cart .elm-text-ico:last-child {
    margin-bottom: 0;
  }
  .item-cart .cart-parameters {
    padding-bottom: 20px;
  }
  .item-cart .second-wrap {
    overflow: hidden;
  }
  .item-cart .counter-wrap {
    width: 108px;
    float: left;
    margin: 0;
    position: relative;
    z-index: 2;
  }
  .item-cart .price-wrap {
    width: 100%;
    float: right;
    padding: 0 0 0 120px;
    margin-left: -108px;
    min-height: 32px;
    text-align: right;
    line-height: 32px;
  }
  .item-cart .cart-price {
    display: block;
    height: 16px;
    line-height: 16px;
    font-size: 14px;
  }
  .item-cart .cart-price.price-old {
    font-size: 12px;
    line-height: 12px;
  }
  .item-cart .actions-wrap {
    padding: 24px 0 0 0;
  }
}
@media (max-width: 639px) {
  .elm-scale-wrap .scale-total {
    font-size: 12px;
  }
  .item-user-action {
    padding-right: 0;
  }
  .item-user-action .action-photo {
    display: block;
    position: relative;
    width: 100%;
    bottom: auto;
    height: 200px;
  }
}
@media (max-width: 374px) {
  .item-cart:not(.type-second) .actions-wrap ul {
    margin: 0;
  }
  .item-cart:not(.type-second) .actions-wrap ul:not(.link-del) li {
    margin: 0;
    width: 100%;
    float: none;
    padding: 4px 0 0 0;
  }
  .item-cart:not(.type-second) .actions-wrap ul:not(.link-del) li:first-child {
    padding-top: 0;
  }
  .item-cart:not(.type-second) .actions-wrap ul:not(.link-del) li:after {
    display: none;
  }
  .item-cart:not(.type-second) .actions-wrap ul.link-del {
    padding-right: 20px;
  }
  .item-cart:not(.type-second) .actions-wrap ul.link-del li {
    width: 100%;
    float: left;
  }
  .item-cart:not(.type-second) .actions-wrap ul.link-del li:last-child {
    margin: 0;
    padding: 0;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media (max-width: 359px) {
  .item-result .rs-value {
    font-size: 28px;
  }
}
@media (min-width: 768px) {
  .item-cart {
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 442px;
    border-bottom: 1px solid #e5e5e8;
  }
  .item-cart .main-wrap {
    width: 442px;
    float: left;
    padding: 0 20px 0 148px;
    margin: 0 0 0 -442px;
  }
  .item-cart .main-wrap .elm-text-ico {
    margin-bottom: 4px;
    display: block;
  }
  .item-cart .main-wrap .elm-text-ico:last-child {
    margin-bottom: 0;
  }
  .item-cart .main-wrap .actions-wrap {
    position: static;
    margin: 16px 0 0 0;
  }
  .item-cart .main-wrap .actions-wrap:last-child {
    margin-bottom: -32px;
  }
  .item-cart .second-wrap {
    width: 100%;
    float: left;
    overflow: hidden;
  }
  .item-cart .actions-wrap {
    position: absolute;
    bottom: 24px;
    left: 148px;
    width: 274px;
  }
  .item-cart .info-wrap {
    display: block;
    position: relative;
    padding-bottom: 32px;
  }
  .item-cart .date-wrap,
  .item-cart .material-wrap {
    width: 51%;
    float: left;
    padding: 0 10px 0 0;
    min-height: 10px;
  }
  .item-cart .material-wrap {
    font-size: 16px;
    line-height: 24px;
    padding-top: 4px;
  }
  .item-cart .counter-wrap {
    width: 25%;
    float: right;
    min-height: 10px;
    max-width: 123px;
  }
  .item-cart .cart-title {
    max-width: 220px;
  }
  .item-cart .cart-desc {
    max-width: 220px;
  }
  .item-cart .price-wrap {
    width: 24%;
    float: right;
    padding-top: 6px;
    padding-right: 12px;
    min-height: 10px;
    text-align: right;
    max-width: 118px;
  }
  .item-cart .cart-price {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 4px;
  }
  .item-cart .cart-price:first-child {
    margin-left: 0;
  }
  .item-cart .cart-title {
    padding: 8px 0 0 0;
    margin-bottom: 10px;
  }
  .item-cart .cart-photo {
    width: 116px;
    float: left;
    margin: 0 0 0 -148px;
    height: 150px;
  }
  .item-cart .elm-sticker {
    position: absolute;
    top: 11px;
    left: 12px;
    z-index: 2;
  }
  .item-cart .col-hidden {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1399px) {
  .item-cart {
    padding-left: 360px;
  }
  .item-cart .main-wrap {
    width: 360px;
    margin-left: -360px;
    padding-left: 135px;
  }
  .item-cart .cart-photo {
    margin-left: -135px;
  }
  .item-cart .actions-wrap {
    left: 135px;
  }
}
@media (min-width: 1024px) {
  .item-city-popular {
    display: block;
    width: 100%;
    height: 140px;
    overflow: hidden;
    border-radius: 8px;
  }
  .item-city-popular:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 58px;
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    z-index: 2;
  }
  .item-city-popular .city-photo {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .item-city-popular .city-title {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #fff;
    font-weight: 500;
    padding: 0 10px;
    -webkit-transform: -webkit-translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 2;
  }
  .item-tile.tile-online .tile-photo {
    margin-bottom: 24px;
    border-radius: 24px;
  }
  .item-include.type-third {
    height: 64px;
    padding: 0 10px 0 56px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    border: none;
    line-height: 64px;
  }
  .item-include.type-third .inc-desc-wrap {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
  }
  .item-include.type-third .inc-ico {
    width: 28px;
    height: 28px;
    position: absolute;
    top: 50%;
    left: 16px;
    margin: -14px 0 0 0;
  }
  .item-include.type-third .inc-title {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 2px;
  }
  .item-include.type-third .inc-title:last-child {
    margin: 0;
  }
  .item-include.type-third .inc-desc {
    font-size: 12px;
    line-height: 15px;
    padding: 2px 0;
    margin: 0;
  }
  .elm-sticker.type-five {
    height: 38px;
    line-height: 38px;
    padding: 0 21px;
    font-size: 16px;
    border-radius: 16px 0;
    min-width: 102px;
  }
  .elm-sticker.type-third {
    height: 38px;
    padding: 0 30px;
    font-size: 16px;
    line-height: 38px;
    border-radius: 19px;
  }
  .item-checkout {
    padding-left: 148px;
  }
  .item-checkout .ch-photo {
    width: 116px;
    margin-left: -148px;
  }
  .item-plus {
    height: 165px;
    background: #ffffff;
    border: 1px solid #eaeaea;
    border-radius: 8px;
    padding: 112px 10px 10px 10px;
  }
  .item-plus .plus-ico {
    width: 72px;
    height: 72px;
    position: absolute;
    top: 24px;
    left: 50%;
    margin: 0 0 0 -36px;
  }
  .item-plus .plus-title {
    font-size: 18px;
    line-height: 29px;
    font-weight: 500;
    max-height: 58px;
    overflow: hidden;
  }
  .elm-weather-row {
    height: 41px;
    line-height: 41px;
    font-size: 12px;
  }
  .elm-weather-row .wh-temp {
    min-width: 73px;
  }
  .elm-weather-row .wh-day {
    margin-right: 10px;
    font-size: 12px;
  }
  .elm-weather-row .wh-night {
    font-size: 12px;
  }
  .elm-weather-row .wh-ico {
    width: 24px;
  }
  .elm-weather-row .wh-ico img {
    width: 24px;
  }
  .item-review.answer .rv-title-wrap {
    padding-top: 6px;
    min-height: 32px;
    margin-bottom: 5px;
  }
  .item-review.answer .rv-content-wrap {
    padding-left: 48px;
  }
  .item-review .rv-title-wrap {
    padding: 2px 0 0 64px;
    min-height: 48px;
  }
  .item-review .rv-user-photo {
    width: 48px;
    height: 48px;
    top: 0;
  }
  .item-review .rv-date {
    display: inline;
    position: static;
    line-height: 20px;
  }
  .item-review .rv-user-name {
    display: inline;
    line-height: 20px;
    margin: 0 8px 0 0;
  }
  .item-review .elm-rate {
    display: block;
    margin: 6px 0 0 0;
  }
  .item-question .btn-question {
    font-size: 18px;
    line-height: 23px;
    padding: 3px 0;
    display: block;
    position: relative;
    color: #2a2d43;
    text-decoration: none;
    font-weight: 500;
  }
}
@media (min-width: 1024px) and (max-width: 1399px) {
  .item-cart .date-wrap,
  .item-cart .material-wrap {
    width: 36%;
  }
  .item-cart .counter-wrap,
  .item-cart .price-wrap {
    width: 32%;
    max-width: 150px;
  }
}
/* ----------------------------------- *\
			content styles
\* ----------------------------------- */
.popup-donate-box {
  width: 460px !important;
  left: 50% !important;
  margin-left: -230px;
}
.popup-donate-box .popup-content-wrap {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}
.popup-donate-box .frm-popup {
  padding-left: 16px;
  padding-right: 16px;
}
.popup-donate-box .frm-popup .frm-select {
  margin-bottom: 10px;
}
.popup-donate-box .frm-popup .frm-select:last-child {
  margin-bottom: 0;
}
.popup-donate-box .frm-popup .frm-field > label {
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  line-height: 14px;
  letter-spacing: 0.04em;
  margin-bottom: 2px;
  font-weight: 500;
}
.popup-donate-box .frm-popup textarea,
.popup-donate-box .frm-popup input[type="text"],
.popup-donate-box .frm-popup input[type="password"],
.popup-donate-box .frm-popup input[type="email"],
.popup-donate-box .frm-popup input[type="number"],
.popup-donate-box .frm-popup input[type="range"],
.popup-donate-box .frm-popup input[type="search"],
.popup-donate-box .frm-popup input[type="tel"],
.popup-donate-box .frm-popup input[type="url"] {
  font-size: 14px;
  line-height: 18px;
  padding-left: 9px;
  padding-right: 9px;
}
.popup-donate-box .frm-popup textarea {
  height: 100px;
  padding-top: 10px;
  padding-bottom: 10px;
  resize: none;
}
.page-donate.wrap {
  padding-top: 0;
}
.dnt-total-send {
  padding: 20px 16px 0 0;
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  text-align: right;
  margin-bottom: 30px;
}
.dnt-total-wrap {
  display: block;
  border-bottom: 1px solid #e5e5e8;
  position: relative;
  overflow: hidden;
  padding: 15px 250px 15px 16px;
  min-height: 55px;
}
.dnt-total-wrap .total-title {
  display: block;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  color: #2a2d43;
  text-align: left;
  margin: 0;
}
.dnt-total-wrap .total-count {
  width: 108px;
  position: absolute;
  top: 27px;
  right: 160px;
  margin-top: -16px;
}
.dnt-total-wrap .total-value {
  height: 32px;
  line-height: 32px;
  font-size: 16px;
  position: absolute;
  width: 110px;
  top: 27px;
  right: 40px;
  margin-top: -16px;
  padding-left: 15px;
}
.dnt-total-wrap .btn-action-ico.button-close {
  width: 40px;
  height: 32px;
  position: absolute;
  top: 27px;
  right: 0;
  margin-top: -16px;
}
.dnt-title-wrap {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 3em;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 560px;
}
.dnt-title-wrap h2,
.dnt-title-wrap .second-title {
  margin-bottom: 1em;
  text-align: center;
}
.dnt-title-wrap h2:last-child,
.dnt-title-wrap .second-title:last-child {
  margin-bottom: 0;
}
.dnt-title-wrap p {
  margin: 0;
}
.dnt-wrap {
  margin-bottom: 60px;
  display: block;
  position: relative;
  overflow: hidden;
  font-size: 16px;
  line-height: 1.25;
  text-align: center;
}
.dnt-wrap p {
  margin-bottom: 0;
}
.dnt-action-wrap {
  background: #000 url(../img/dnt-bg.jpg) center no-repeat;
  background-size: cover;
  color: #fff;
}
.dnt-action-wrap:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  z-index: 2;
}
.dnt-action-wrap .inner-wrap {
  z-index: 3;
  padding-top: 40px;
  padding-bottom: 20px;
}
.dnt-action-wrap .action-button {
  display: block;
  position: relative;
  padding-top: 40px;
}
.dnt-action-wrap .action-button:before {
  content: "";
  display: block;
  width: 36px;
  height: 65px;
  position: absolute;
  bottom: 15px;
  left: 50%;
  margin-left: -120px;
  background: url(../img/icons/ico-arrow18.svg) center top no-repeat;
  background-size: 100% auto;
}
.dnt-action-wrap h2,
.dnt-action-wrap .second-title {
  color: #72bd77;
}
.dnt-header-wrap {
  margin-bottom: 0;
}
.dnt-header-wrap .inner-wrap {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 200px;
  padding-right: 200px;
}
.dnt-header-wrap .logo-wrap {
  position: absolute;
  top: 50%;
  left: 48px;
  margin-top: -15px;
  width: 100px;
  line-height: 1;
}
.dnt-header-wrap h3,
.dnt-header-wrap .small-title {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}
.dnt-header-wrap h3:last-child,
.dnt-header-wrap .small-title:last-child {
  margin-bottom: 0;
}
.dnt-rate-wrap .items-wrap {
  margin: 0 auto;
}
.dnt-rate-wrap .item-wrap {
  padding: 0 30px;
  margin-bottom: 40px;
  width: 33.33%;
}
.dnt-form-wrap .frm-wrap {
  max-width: 560px;
  margin: 0 auto;
}
.dnt-form-wrap .frm-field {
  margin-bottom: 40px;
  text-align: left;
}
.dnt-form-wrap textarea {
  height: 120px;
}
.dnt-form-wrap .btn,
.dnt-form-wrap button,
.dnt-form-wrap input[type="submit"] {
  height: 50px;
  line-height: 50px;
  min-width: 200px;
}
.dnt-actions-wrap .item-wrap {
  margin-bottom: 40px;
  padding: 0 30px;
  width: 33.33%;
}
.dnt-gifts-wrap .item-wrap {
  margin-bottom: 40px;
  padding: 0 30px;
  width: 50%;
}
.dnt-gifts-wrap .button-wrap {
  padding-top: 20px;
}
.dnt-gifts-wrap h2,
.dnt-gifts-wrap .second-title {
  font-size: 30px;
}
@media (max-width: 1023px) {
  .dnt-header-wrap .inner-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
  .dnt-header-wrap .logo-wrap {
    position: relative;
    top: auto;
    left: auto;
    margin: 0 auto 20px auto;
  }
  .dnt-rate-wrap .item-wrap {
    width: 50%;
  }
  .dnt-rate-wrap .items-wrap {
    max-width: 600px;
    min-width: inherit;
  }
  .dnt-actions-wrap .item-wrap {
    width: 100%;
    padding: 0;
  }
  .dnt-actions-wrap .items-wrap {
    max-width: 400px;
    min-width: inherit;
    margin: 0 auto;
  }
  .dnt-gifts-wrap .item-wrap {
    width: 100%;
    padding: 0;
  }
  .dnt-gifts-wrap .items-wrap {
    max-width: 400px;
    min-width: inherit;
    margin: 0 auto;
  }
}
@media (max-width: 479px) {
  .popup-donate-box {
    width: 300px !important;
    margin-left: -150px;
  }
  .dnt-total-wrap {
    padding-right: 16px;
    overflow: hidden;
  }
  .dnt-total-wrap .total-title {
    margin-bottom: 15px;
  }
  .dnt-total-wrap .total-count {
    display: block;
    float: left;
    position: static;
    margin: 0 15px 0 0;
  }
  .dnt-total-wrap .total-value {
    float: left;
    position: static;
    margin: 0;
  }
  .dnt-rate-wrap .item-wrap {
    padding: 0;
    width: 100%;
  }
  .dnt-action-wrap .action-button {
    padding-top: 20px;
  }
  .dnt-action-wrap .action-button:before {
    width: 16px;
    height: 40px;
    background-image: url(../img/icons/ico-arrow17.svg);
    left: 50%;
    top: -30px;
    bottom: auto;
    margin-left: -8px;
  }
  .top-fixed .top-inner-wrap h1,
  .top-fixed .top-inner-wrap .main-title {
    height: 44px;
    position: relative;
    overflow: hidden;
    line-height: 44px !important;
    margin-left: 0;
    margin-right: -15px;
  }
  .top-fixed .top-inner-wrap h1.title-long,
  .top-fixed .top-inner-wrap .main-title.title-long {
    font-size: 25px;
  }
}
.gallery-box {
  display: block;
  position: relative;
  margin-bottom: 48px;
}
.gallery-box .slider-outer-wrap {
  max-width: 400px;
  margin: 0 auto;
  position: relative;
}
.gallery-box .slider-wrap {
  position: relative;
  padding: 0 40px;
  margin: 0 -16px;
}
.gallery-box .items-outer-wrap {
  display: none;
  overflow: hidden;
}
.gallery-box .items-wrap {
  width: 81.83%;
  float: left;
  display: block;
  min-width: 0;
}
.gallery-box .items-wrap.wrap-min {
  width: 18.17%;
}
.gallery-box .item-wrap {
  padding: 0 24px 0 0;
  margin-bottom: 24px;
  float: left;
  width: 25%;
}
.gallery-box .item-wrap.wrap-width-2 {
  width: 50%;
}
.gallery-box .wrap-height-2 {
  width: 100%;
  padding-right: 0;
}
.gallery-box .wrap-height-2 .item-gallery {
  height: 304px;
}
.gallery-box .wrap-height-2 .item-gallery:before {
  height: 125px;
}
.gallery-box .owl-dots {
  display: none;
}
.gallery-box .owl-prev,
.gallery-box .owl-next {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  border: none;
  background: none;
}
.gallery-box .owl-prev:before,
.gallery-box .owl-next:before {
  background-size: 8px auto;
}
.gallery-box .owl-next {
  left: auto;
  right: 0;
}
.gallery-box .owl-nav {
  position: static;
  width: auto;
  line-height: 0;
  margin: 0;
  max-width: inherit;
  padding: 0;
  height: 0;
}
.gallery-box .cityes-wrap {
  position: relative;
  line-height: 1;
}
.gallery-box .city-row,
.gallery-box .city-row-second {
  margin-bottom: 5px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
.gallery-box .city-row:last-child,
.gallery-box .city-row-second:last-child {
  margin-bottom: 0;
}
.gallery-box .city-row-second {
  justify-content: space-between;
}
.gallery-box .city-row-second .city-wrap {
  width: auto;
}
.gallery-box .city-wrap {
  width: 50%;
}
.search-filter-box {
  display: block;
  position: relative;
  line-height: 1;
  padding: 0 58px 0 0;
  min-height: 48px;
  margin-bottom: 24px;
}
.search-filter-box .filter-popups-wrap {
  display: none;
  position: relative;
  line-height: 1;
  animation: fadein ease 0.2s;
}
.search-filter-box .filter-popups-actions {
  display: none;
  padding: 24px 16px;
  border-top: 1px solid #ebebeb;
}
.search-filter-box .filter-popups-actions .btn,
.search-filter-box .filter-popups-actions button,
.search-filter-box .filter-popups-actions input[type="submit"] {
  display: block;
  width: 100%;
  margin-bottom: 8px;
}
.search-filter-box .filter-popups-actions .btn:last-child,
.search-filter-box .filter-popups-actions button:last-child,
.search-filter-box .filter-popups-actions input[type="submit"]:last-child {
  margin-bottom: 0;
}
.search-filter-box .filter-popup-wrap {
  animation: fadein ease 0.2s;
  display: none;
  padding: 24px 16px;
  line-height: 1;
}
.search-filter-box .filter-popup-wrap .frm-select {
  margin-bottom: 16px;
}
.search-filter-box .filter-popup-wrap .frm-select:last-child {
  margin-bottom: 0;
}
.search-filter-box .filter-popup-wrap .btn,
.search-filter-box .filter-popup-wrap button,
.search-filter-box .filter-popup-wrap input[type="submit"] {
  display: block;
  width: 100%;
}
.search-filter-box .filter-actions {
  display: none;
  padding: 24px 16px;
  line-height: 1;
}
.search-filter-box .filter-actions .btn,
.search-filter-box .filter-actions button,
.search-filter-box .filter-actions input[type="submit"] {
  display: block;
  width: 100%;
}
.search-filter-box .filter-action-wrap {
  float: left;
  margin-left: 20px;
}
.search-filter-box .filter-action-wrap:first-child {
  margin-left: 0;
}
.search-filter-box .filter-content .small-title {
  display: none;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  margin-bottom: 16px;
}
.search-filter-box .count-wrap {
  height: 48px;
  float: left;
  padding: 10px 31px 0 40px;
  overflow: hidden;
  width: 153px;
  position: relative;
}
.search-filter-box .count-wrap:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(../img/icons/ico-filter-count.svg) center no-repeat;
  background-size: 16px auto;
  position: absolute;
  top: 50%;
  left: 12px;
  margin-top: -8px;
}
.search-filter-box .filter-actions-wrap {
  display: none;
  height: 48px;
  position: relative;
  overflow: hidden;
}
.search-filter-box .filter-wrap {
  display: block;
  position: relative;
  line-height: 1;
}
.search-filter-box .mobile-filter-button {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 64px;
  z-index: 4;
}
.search-filter-box .mobile-filter-button .search-ico {
  width: 100%;
  height: 48px;
}
.search-filter-box .mobile-filter-button + .filter-search-wrap .frm-field-search input {
  padding-right: 55px;
}
.search-filter-box .frm-field-search input[type="text"],
.search-filter-box .frm-field-search input[type="search"] {
  box-shadow: none;
}
.search-filter-box .frm-field-search .search-ico {
  width: 36px;
  height: 46px;
  position: absolute;
}
.search-filter-box .filter-submit-wrap {
  float: left;
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  width: 50px;
}
.search-filter-box .filter-submit-wrap .btn,
.search-filter-box .filter-submit-wrap input[type="submit"] {
  padding: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  min-width: 0;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25);
}
.search-filter-box .filter-submit-wrap .btn:before,
.search-filter-box .filter-submit-wrap input[type="submit"]:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../img/icons/ico-search-vlight.svg) center no-repeat;
  background-size: 24px auto;
}
.search-filter-box .filter-submit-wrap button {
  padding: 0;
  width: 100%;
  height: 100%;
  min-width: 0;
  border-radius: 0 4px 4px 0;
}
.search-filter-box .filter-submit-wrap button:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../img/icons/ico-search-vlight.svg) center no-repeat;
  background-size: 24px auto;
}
.search-filter-box .search-ico {
  display: block;
  position: relative;
  width: 46px;
  height: 46px;
}
.search-filter-box .search-ico:before,
.search-filter-box .search-ico:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: opacity ease 0.2s;
}
.search-filter-box .search-ico img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 24px;
  max-height: 24px;
}
.search-filter-box .datepicker-wrap {
  margin: 0 -16px 30px -16px;
}
.search-filter-box .datepicker-wrap .ui-datepicker {
  width: 100%;
  border: none;
  border-radius: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.search-filter-box .filter-section-buttons {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px 32px 0;
}
.search-filter-box .filter-section-buttons .filter-button-wrap {
  flex: 1;
  margin-bottom: 8px;
  padding-right: 8px;
}
.search-filter-box .section-title {
  display: block;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
  margin-bottom: 20px;
}
.search-filter-box .filter-section {
  margin-bottom: 40px;
}
.search-filter-box .filter-section .frm-counter {
  width: 118px;
}
.main-page-box {
  background-color: #000;
  display: block;
  position: relative;
  overflow: hidden;
  text-align: left;
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
}
.main-page-box.type-second .inner-wrap {
  padding-bottom: 24px;
}
.main-page-box .breadcrumbs-box {
  display: none;
  position: absolute;
  top: 35px;
  left: 48px;
  right: 0;
}
.main-page-box:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.2);
}
.main-page-box + .main-tabs-box {
  margin: -50px 0 0 0;
  z-index: 3;
  position: relative;
}
.main-page-box + .main-tabs-box .inner-wrap {
  padding: 0;
}
.main-page-box .inner-wrap {
  max-width: 1146px;
  padding-top: 24px;
  padding-bottom: 24px;
  z-index: 2;
}
.main-page-box .additional-wrap {
  display: flex;
  background: white;
  width: 100%;
  position: relative;
  flex-direction: column;
  color: #2a2d43;
}
.main-page-box .additional-wrap .title-wrap {
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .main-page-box .additional-wrap {
    padding: 0;
    display: none;
  }
  .main-page-box .additional-wrap .title-wrap h2 {
    font-size: 32px;
    text-align: left;
  }
}
.main-page-box h2,
.main-page-box .second-title {
  margin-bottom: 12px;
}
.main-page-box p {
  margin: 0;
}
.main-tab-box {
  margin-top: -32px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1050px;
  position: relative;
}
.main-tab-box.tab-bg {
  background: #e4f0f4;
  border-radius: 0 0 20px 20px;
  margin-bottom: 64px;
  z-index: 10;
}
.main-tab-box.tab-bg .owl-height {
  transition: none !important;
}
.main-tab-box .inner-wrap {
  padding: 0;
}
.checkout-box:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.checkout-box .checkout-content-wrap {
  margin-bottom: 24px;
}
.checkout-box .checkout-side-wrap {
  margin-bottom: 24px;
  border-top: 1px solid #e5e5e8;
  padding-top: 24px;
}
.checkout-box .items-wrap {
  border-top: 1px solid #e5e5e8;
  border-bottom: 1px solid #e5e5e8;
  padding-bottom: 32px;
  margin-bottom: 32px;
}
.checkout-box .item-wrap {
  padding: 32px 0 0 0;
}
.checkout-box .info-wrap .elm-info-ico {
  margin-bottom: 12px;
}
.checkout-box .total-wrap {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 12px;
}
.checkout-box .discount-wrap {
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 20px;
}
.checkout-box .total {
  margin-bottom: 8px;
}
.checkout-box .total-price {
  display: inline-block;
  vertical-align: top;
  margin: 0 15px 0 0;
  font-size: 24px;
  line-height: 29px;
  font-weight: 500;
  margin-bottom: 4px;
}
.checkout-box .total-price.price-old {
  text-decoration: line-through;
  color: #999ba5;
}
.checkout-box .total-info {
  font-size: 12px;
  line-height: 16px;
  color: #999ba5;
}
.checkout-box .total-info + .total-info {
  padding-top: 4px;
}
.checkout-box .frm-protect {
  margin-bottom: 24px;
}
.checkout-box .frm-select-pay {
  margin-bottom: 16px;
}
.checkout-box .frm-select-pay:last-child {
  margin-bottom: 0;
}
.checkout-box .frm-info {
  font-size: 12px;
  line-height: 1.6;
  color: #999ba5;
  padding: 12px 0 0 0;
}
.checkout-box .frm-row-submit .btn,
.checkout-box .frm-row-submit button,
.checkout-box .frm-row-submit input[type="submit"] {
  display: block;
  width: 100%;
  padding: 0 20px;
}
.checkout-box h1,
.checkout-box .main-title {
  font-weight: 500;
  margin-bottom: 25px;
}
.checkout-box h2,
.checkout-box .second-title {
  margin: 25px 0 16px 0;
}
.checkout-box h2:first-child,
.checkout-box .second-title:first-child {
  margin-top: 0;
}
.checkout-box p {
  margin: 0;
}
.checkout-box .frm-field {
  margin-bottom: 25px;
}
.checkout-box .frm-field > label {
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  line-height: 14px;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
}
.cart-empty-box {
  margin-bottom: 44px;
  position: relative;
}
.cart-empty-box .cart-pic-wrap {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0 -15px 34px -15px;
}
.cart-empty-box .cart-pic-wrap img {
  display: block;
  width: 100%;
}
.cart-empty-box .cart-text-wrap {
  text-align: center;
  margin-bottom: 20px;
}
.cart-empty-box .cart-text-wrap .btn,
.cart-empty-box .cart-text-wrap button,
.cart-empty-box .cart-text-wrap input[type="submit"] {
  display: none;
}
.cart-empty-box .cart-button-wrap {
  line-height: 1;
  position: relative;
  text-align: center;
}
.cart-empty-box .cart-title {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
  text-align: left;
  text-transform: none;
  color: #2a2d43;
  margin: 0;
}
.cart-empty-box .btn,
.cart-empty-box button,
.cart-empty-box input[type="submit"] {
  min-width: 250px;
}
.cart-box {
  margin-bottom: 48px;
  position: relative;
  overflow: hidden;
}
.cart-box + .subscribe-box {
  margin-top: 0;
}
.cart-box .cart-side-wrap {
  font-size: 14px;
  line-height: 20px;
  padding-top: 5px;
}
.cart-box .cart-total-wrap {
  margin-bottom: 25px;
}
.cart-box .cart-promo-wrap {
  margin-bottom: 20px;
}
.cart-box .cart-actions-wrap {
  border-top: 1px solid #e5e5e8;
  padding-top: 24px;
  margin-bottom: 24px;
}
.cart-box .cart-info-wrap {
  border-top: 1px solid #e5e5e8;
  padding-top: 24px;
  margin-bottom: 40px;
}
.cart-box .cart-bonuses-wrap {
  margin-bottom: 20px;
  position: relative;
  min-height: 24px;
  padding-right: 50px;
}
.cart-box .cart-bonuses-wrap .frm-select-toggle {
  position: absolute;
  top: 0;
  right: 0;
}
.cart-box .cart-content-wrap,
.cart-box .cart-side-wrap {
  margin-bottom: 40px;
}
.cart-box .cart-questions-wrap {
  margin-bottom: 40px;
}
.cart-box .cart-questions-wrap .items-wrap {
  margin: 0;
}
.cart-box .cart-questions-wrap .item-wrap {
  margin: 0;
  padding: 0;
}
.cart-box .cart-questions-wrap .item-wrap:last-child {
  border-bottom: 1px solid #e5e5e8;
}
.cart-box .cart-title-wrap {
  overflow: hidden;
  border-bottom: 1px solid #e5e5e8;
  font-size: 12px;
  line-height: 19px;
  padding-left: 442px;
  padding-bottom: 11px;
  text-align: left;
}
.cart-box .cart-title-wrap > .cart-title {
  width: 442px;
  float: left;
  margin: 0 0 0 -442px;
}
.cart-box .cart-title-wrap .titles-wrap {
  width: 100%;
  float: left;
}
.cart-box .cart-title-wrap .titles-wrap .cart-title {
  width: 51%;
  float: left;
}
.cart-box .cart-title-wrap .titles-wrap .cart-title + .cart-title {
  width: 24%;
  float: right;
  text-align: right;
  padding-right: 12px;
  max-width: 118px;
}
.cart-box .cart-title-wrap .titles-wrap .cart-title + .cart-title + .cart-title {
  width: 25%;
  float: right;
  text-align: left;
  padding-right: 0;
  max-width: 123px;
}
.cart-box .cart-total {
  display: block;
  margin-bottom: 8px;
}
.cart-box .cart-total-price {
  display: block;
  font-size: 24px;
  line-height: 29px;
  font-weight: 500;
}
.cart-box .cart-total-info {
  font-size: 12px;
  line-height: 19px;
  color: #999ba5;
  margin: 4px 0 0 0;
}
.cart-box .cart-button {
  line-height: 1;
  margin-bottom: 16px;
}
.cart-box .cart-button:last-child {
  margin-bottom: 0;
}
.cart-box .cart-button .btn,
.cart-box .cart-button button,
.cart-box .cart-button input[type="submit"] {
  display: block;
  width: 100%;
  padding: 0 10px;
}
.cart-box .title-hidden {
  opacity: 0;
}
.cart-box .elm-info-ico {
  display: block;
  margin-bottom: 14px;
}
.cart-box .elm-info-ico:last-child {
  margin-bottom: 0;
}
.cart-box h2,
.cart-box .second-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 16px;
  margin-top: 50px;
}
.cart-box h2:first-child,
.cart-box .second-title:first-child {
  margin-top: 0;
}
.popup-calendar-box:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.popup-calendar-box .button-wrap {
  clear: both;
  line-height: 1;
  text-align: center;
  padding: 20px 0 0 0;
}
.popup-calendar-box .times-wrap {
  width: 60%;
  float: right;
}
.popup-calendar-box .calendar-wrap {
  width: 40%;
  float: left;
  padding: 0 20px 0 0;
}
.popup-calendar-box .calendar-wrap .ui-datepicker-inline {
  max-width: 100%;
}
.popup-calendar-box .calendar-wrap .ui-datepicker-multi-2 .ui-datepicker-group {
  width: 100%;
}
.popup-calendar-box .items-wrap {
  margin: 0 -8px 12px 0;
}
.popup-calendar-box .items-wrap:last-child {
  margin-bottom: 0;
}
.popup-calendar-box .frm-select-time {
  float: left;
  margin: 0 8px 8px 0;
}
.popup-calendar-box .time-title {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #2a2d43;
  margin: 0 0 10px 0;
}
.popup-calendar-box .ui-datepicker .ui-datepicker-prev {
  -webkit-transform: -webkit-rotate(90deg);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.popup-calendar-box .ui-datepicker .ui-datepicker-next {
  -webkit-transform: -webkit-rotate(90deg);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.create-form-box {
  max-width: 1056px;
  margin: 0 auto 30px auto;
  padding: 0 400px 0 0;
  position: relative;
}
.create-form-box .form-side {
  position: absolute;
  top: 0;
  right: 0;
  width: 360px;
}
.create-form-box:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.create-form-box .frm-row {
  margin: 0 -10px;
}
.create-form-box .frm-field {
  margin-bottom: 40px;
  padding: 0 10px;
  width: 50%;
  float: left;
}
.create-form-box .frm-field.field-full {
  width: 100%;
}
.create-form-box .frm-field.field-third {
  width: 33.33%;
}
.create-form-box .frm-select {
  margin-bottom: 15px;
}
.create-form-box .frm-select:last-child {
  margin-bottom: 0;
}
.create-form-box .photos-wrap {
  padding-top: 12px;
  margin: 0 -6px 12px -6px;
}
.create-form-box .photos-wrap:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.create-form-box .photos-wrap .frm-photo-info {
  text-align: center;
  padding-bottom: 12px;
  margin: 0;
}
.create-form-box .photos-wrap .photo-wrap {
  width: 33.33%;
  max-width: 140px;
  padding: 0 6px;
  margin-bottom: 12px;
  float: left;
}
.basket-items-list-container table.basket-items-list-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  line-height: 20px;
}
.basket-items-list-container table.basket-items-list-table th,
.basket-items-list-container table.basket-items-list-table td {
  border: none;
  text-align: left;
  font-size: 14px;
  line-height: 20px;
  padding: 20px 20px 20px 0;
  border-bottom: 1px solid #e5e5e8;
  vertical-align: top;
}
.basket-items-list-container table.basket-items-list-table th:last-child,
.basket-items-list-container table.basket-items-list-table td:last-child {
  padding-right: 0;
}
.basket-items-list-container table.basket-items-list-table tr:first-child th,
.basket-items-list-container table.basket-items-list-table tr:first-child td {
  border-top: 1px solid #e5e5e8;
}
.basket-items-list-container table.basket-items-list-table tr:last-child th,
.basket-items-list-container table.basket-items-list-table tr:last-child td {
  border-bottom: none;
  padding-bottom: 0;
}
.basket-items-list-container .basket-item-actions-remove {
  background: none;
  border: none;
  border-radius: 0;
  min-width: 0;
  padding: 0;
  box-shadow: none;
  font-size: 0;
  width: 24px;
  height: 40px;
  position: relative;
  text-indent: -999px;
  display: block;
  overflow: hidden;
  z-index: 2;
  cursor: pointer;
}
.basket-items-list-container .basket-item-actions-remove:before,
.basket-items-list-container .basket-item-actions-remove:after {
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  background: #d0021b;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -6px;
  -webkit-transform: -webkit-rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.basket-items-list-container .basket-item-actions-remove:before {
  -webkit-transform: -webkit-rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.basket-items-list-item-descriptions .basket-items-list-item-descriptions-inner {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  position: relative;
}
.basket-items-list-item-descriptions .basket-item-block-image {
  width: 100px;
  display: block;
  min-height: 100px;
  line-height: 100px;
  position: relative;
  overflow: hidden;
}
.basket-items-list-item-descriptions .basket-item-block-image .basket-item-image-link {
  display: block;
}
.basket-items-list-item-descriptions .basket-item-block-image img {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: auto;
  line-height: 1;
}
.basket-items-list-item-descriptions .basket-item-block-info {
  flex: 1;
  padding: 0 0 0 16px;
}
.basket-items-list-item-descriptions .basket-item-info-name {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #2a2d43;
  padding: 8px 0 0 0;
  margin: 0 30px 10px 0;
}
.basket-items-list-item-descriptions .basket-item-info-name a {
  color: #2a2d43;
  text-decoration: none;
  display: block;
}
.basket-items-list-item-descriptions .basket-item-property-custom {
  font-size: 14px;
  line-height: 20px;
}
.basket-items-list-item-descriptions .basket-item-property-custom-name {
  color: #999ba5;
  display: inline;
  margin: 0 5px 0 0;
}
.basket-items-list-item-descriptions .basket-item-property-custom-value {
  display: inline;
}
.basket-items-list-item-descriptions .basket-item-actions-remove {
  display: none;
}
.basket-item-block-price {
  line-height: 1;
  position: relative;
  display: block;
  white-space: nowrap;
}
.basket-item-block-price .basket-item-price-current {
  height: 40px;
  line-height: 40px;
  display: block;
  position: relative;
  font-size: 18px;
  color: #2a2d43;
  font-weight: 500;
  text-align: right;
}
.basket-item-block-price .basket-item-price-title {
  height: 16px;
  line-height: 16px;
  font-size: 14px;
  color: #999ba5;
  position: relative;
  overflow: hidden;
  display: block;
  text-align: right;
}
.basket-item-block-amount {
  display: block;
  width: 120px;
  line-height: 1;
  position: relative;
  padding: 0 40px;
}
.basket-item-block-amount .basket-item-amount-btn-minus,
.basket-item-block-amount .basket-item-amount-btn-plus {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.basket-item-block-amount .basket-item-amount-btn-minus:before,
.basket-item-block-amount .basket-item-amount-btn-plus:before,
.basket-item-block-amount .basket-item-amount-btn-minus:after,
.basket-item-block-amount .basket-item-amount-btn-plus:after {
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  background: #2a2d43;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -6px;
}
.basket-item-block-amount .basket-item-amount-btn-minus:before,
.basket-item-block-amount .basket-item-amount-btn-plus:before {
  -webkit-transform: -webkit-rotate(90deg);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.basket-item-block-amount .basket-item-amount-btn-minus:before {
  display: none;
}
.basket-item-block-amount .basket-item-amount-btn-plus {
  left: auto;
  right: 0;
}
.basket-item-block-amount .basket-item-amount-field-description {
  font-size: 14px;
  line-height: 20px;
  color: #999ba5;
  text-align: center;
  clear: both;
  margin: 0 -40px;
  height: 20px;
  overflow: hidden;
  position: relative;
}
.basket-item-block-amount input[type="text"] {
  padding: 0;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}
.bx-basket .row {
  border-radius: 10px;
  display: block;
  margin: 0 0 24px 0;
  position: relative;
  padding: 15px;
  border: 1px solid #e5e5e8;
}
.bx-basket .basket-checkout-section-inner {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
}
.bx-basket .basket-checkout-block-btn {
  padding: 0 0 0 16px;
}
.bx-basket .basket-checkout-block-total-price-inner {
  padding: 0 0 0 16px;
}
.bx-basket .basket-coupon-block-total-price-current {
  height: 40px;
  line-height: 40px;
  font-size: 24px;
  white-space: nowrap;
}
.bx-basket .basket-checkout-block-total-title {
  height: 24px;
  line-height: 24px;
  font-size: 18px;
}
.bx-basket .basket-checkout-block-total-description {
  font-size: 14px;
  line-height: 16px;
  color: #999ba5;
}
.bx-basket .basket-items-list-header {
  position: relative;
  line-height: 1;
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 24px;
}
.bx-basket .basket-items-list-header:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.bx-basket .basket-items-search-field {
  position: relative;
  flex: 2;
}
.bx-basket .basket-items-list-header-filter {
  flex: 4;
  padding: 0 0 0 16px;
  text-align: right;
  font-size: 14px;
  line-height: 40px;
  min-height: 40px;
}
.bx-basket .basket-items-list-header-filter a {
  display: inline-block;
  vertical-align: middle;
  line-height: 20px;
  color: #2a2d43;
  text-decoration: none;
  font-weight: 500;
}
.bx-basket .basket-items-search-clear-btn {
  background: none;
  border: none;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
  font-size: 0;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 5px;
  right: 5px;
  color: #2a2d43;
  font-size: 20px;
  line-height: 30px;
  min-width: 0;
}
.bx-basket .basket-items-search-clear-btn:hover {
  background: none;
}
.succefull-box {
  display: block;
  position: relative;
  padding: 48px 32px;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}
.succefull-box img {
  display: block;
  margin: 0 auto 24px auto;
  width: 80px;
}
.succefull-box h3,
.succefull-box .small-title {
  font-size: 18px;
  line-height: 29px;
  margin: 0 0 8px 0;
  text-align: center;
}
.succefull-box .btn,
.succefull-box button,
.succefull-box input[type="submit"] {
  display: block;
  width: 100%;
  margin: 24px 0 0 0;
}
.succefull-box p {
  margin: 0;
}
.card-added-box {
  padding: 48px 32px;
}
.card-added-box .title-wrap {
  font-size: 16px;
  line-height: 23px;
  margin: 0 0 24px 0;
}
.card-added-box h2,
.card-added-box .second-title {
  margin-bottom: 12px;
  line-height: 29px;
}
.card-added-box .card-wrap {
  margin-bottom: 24px;
}
.card-added-box .pay-wrap {
  font-size: 12px;
  line-height: 19px;
  margin-bottom: 24px;
}
.card-added-box .pay-value {
  display: block;
  margin: 2px 0 8px 0;
  font-size: 18px;
  line-height: 29px;
  font-weight: 500;
}
.card-added-box .frm-row-submit {
  margin: 0;
}
.card-added-box .frm-row-submit .btn,
.card-added-box .frm-row-submit button,
.card-added-box .frm-row-submit input[type="submit"] {
  width: 100%;
  display: block;
}
.card-added-box p {
  margin: 0;
}
.profile-security-box {
  margin-bottom: 40px;
}
.profile-security-box .title-wrap {
  margin-bottom: 36px;
  font-size: 16px;
  line-height: 23px;
  color: #999ba5;
  max-width: 400px;
}
.profile-security-box .title-wrap p {
  margin: 0;
}
.profile-security-box h3,
.profile-security-box .small-title {
  font-size: 18px;
  line-height: 29px;
  margin-bottom: 12px;
  color: #2a2d43;
}
.profile-security-box .frm-field {
  margin-bottom: 36px;
  position: relative;
  padding: 0;
}
.profile-security-box .frm-field > label {
  display: block;
  font-size: 10px;
  line-height: 14px;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.04em;
}
.profile-security-box .field-info {
  display: block;
  height: 40px;
  line-height: 40px;
  position: absolute;
  bottom: 0;
  left: 100%;
  padding: 0 0 0 16px;
  font-size: 12px;
  color: #999ba5;
  width: 200px;
  overflow: hidden;
}
.profile-security-box .frm-row {
  max-width: 330px;
  margin: 0 0 0 0;
}
.profile-security-box .frm-row-submit {
  margin-top: 4px;
  position: relative;
  padding: 0;
}
.profile-security-box .frm-row-submit .btn,
.profile-security-box .frm-row-submit button,
.profile-security-box .frm-row-submit input[type="submit"] {
  min-width: 250px;
}
.profile-pays-box {
  margin-bottom: 40px;
}
.profile-pays-box .cards-wrap {
  max-width: 435px;
  margin-bottom: 32px;
}
.profile-pays-box .cards-wrap:last-child {
  margin-bottom: 0;
}
.profile-pays-box .item-wrap {
  margin-bottom: 20px;
}
.profile-pays-box .currency-wrap {
  max-width: 265px;
  margin-bottom: 32px;
}
.profile-pays-box .currency-wrap:last-child {
  margin-bottom: 0;
}
.profile-pays-box .frm-field {
  margin-bottom: 24px;
}
.profile-pays-box .frm-field > label {
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0.04em;
  margin: 0 0 7px 0;
  color: #2a2d43;
}
.profile-settings-box {
  max-width: 688px;
}
.profile-settings-box .item-wrap {
  margin-bottom: 40px;
}
.profile-soc-box {
  margin-bottom: 8px;
  max-width: 800px;
}
.profile-soc-box .items-wrap {
  margin: 0 -24px 0 0;
}
.profile-soc-box .item-wrap {
  max-width: 354px;
  padding: 0 24px 24px 0;
}
.profile-contacts-box .item-wrap {
  margin-bottom: 50px;
}
.profile-box {
  margin-bottom: 32px;
}
.profile-box .photos-wrap {
  margin-bottom: 24px;
  margin-left: 0;
  margin-right: -16px;
  overflow: hidden;
}
.profile-box .photo-wrap {
  width: 50%;
  padding: 0 16px 0 0;
  margin-bottom: 16px;
  float: left;
  max-width: 196px;
}
.profile-box .form-wrap {
  max-width: 682px;
}
.profile-box .frm-row {
  margin: 0 -12px;
}
.profile-box .select-wrap {
  margin: 0 -16px -8px 0;
  position: relative;
  line-height: 1;
  overflow: hidden;
}
.profile-box .select-wrap .frm-select-button {
  float: left;
  margin: 0 16px 8px 0;
}
.profile-box .frm-field {
  width: 50%;
  float: left;
  padding: 0 12px;
  margin-bottom: 38px;
}
.profile-box .frm-field > label {
  display: block;
  position: relative;
  font-size: 10px;
  line-height: 14px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-bottom: 8px;
}
.profile-box .frm-field.field-full {
  width: 100%;
}
.profile-box .frm-row-submit {
  margin-top: 0;
  padding-top: 2px;
}
.profile-box .frm-row-submit .btn,
.profile-box .frm-row-submit button,
.profile-box .frm-row-submit input[type="submit"] {
  min-width: 250px;
}
.profile-box .js-datepicker [placeholder]::-webkit-input-placeholder {
  color: #999ba5;
}
.profile-box .js-datepicker [placeholder]:-moz-placeholder {
  color: #999ba5;
}
.profile-box .js-datepicker [placeholder]::-moz-placeholder {
  color: #999ba5;
}
.profile-box .js-datepicker [placeholder]:-ms-input-placeholder {
  color: #999ba5;
}
.profile-box textarea,
.profile-box input[type="text"],
.profile-box input[type="password"],
.profile-box input[type="email"],
.profile-box input[type="number"],
.profile-box input[type="range"],
.profile-box input[type="search"],
.profile-box input[type="tel"],
.profile-box input[type="url"] {
  height: 40px;
}
.profile-box textarea {
  height: 100px;
  padding-top: 10px;
  padding-bottom: 10px;
  resize: none;
}
.profile-reviews-box {
  margin-bottom: 30px;
  padding: 0 372px 0 0;
}
.profile-reviews-box:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.profile-reviews-box .profile-total-wrap {
  width: 356px;
  float: right;
  margin: 0 -372px 0 0;
}
.profile-reviews-box .profile-reviews-wrap {
  width: 100%;
  float: left;
  max-width: 639px;
}
.tickets-box {
  margin-bottom: 32px;
  padding: 0 360px 0 0;
  position: relative;
}
.tickets-box:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.tickets-box .actions-wrap {
  width: 344px;
  float: right;
  margin: 0 -360px 0 0;
}
.tickets-box .items-wrap {
  width: 100%;
  float: left;
  position: static;
}
.tickets-box .item-wrap {
  margin-bottom: 16px;
  position: static;
}
.tickets-box .item-wrap:last-child {
  margin-bottom: 0;
}
.tickets-box .item-ticket {
  position: static;
  overflow: visible;
}
.tickets-box .form-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 344px;
}
.dashboards-box .ds-row-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
}
.dashboards-box .ds-field {
  width: 50%;
  padding: 0 8px;
  margin-bottom: 16px;
  min-height: 100%;
}
.dashboards-box .ds-field.field-half {
  width: 100%;
}
.dashboards-box .item-result,
.dashboards-box .item-dash {
  min-height: 100%;
}
.results-box {
  margin-bottom: 30px;
  position: relative;
}
.results-box .items-wrap {
  margin: 0 -8px;
}
.results-box .item-wrap {
  width: 50%;
  padding: 0 8px;
  margin-bottom: 16px;
}
.results-box .result-select {
  margin: 0px 0 0px 0;
  overflow: hidden;
}
.results-box .frm-select-button {
  float: left;
  margin: 0 16px 16px 0;
}
.results-box .result-title {
  display: block;
  position: relative;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  margin: 0 0 20px 0;
  padding: 8px 0 0 0;
  min-height: 40px;
}
.results-box .result-period {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 312px;
  float: left;
}
.results-box .result-period .period-title {
  display: block;
  height: 48px;
  line-height: 48px;
  white-space: nowrap;
  padding: 0 16px 0 0;
  font-size: 14px;
  position: absolute;
  top: 0;
  right: 100%;
  float: left;
}
.actions-title-box {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}
.actions-title-box .elm-rate-wrap {
  margin: 12px 0 10px 0;
}
.actions-title-box .elm-rate-wrap ~ .actions-wrap {
  top: 25px;
}
.actions-title-box:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.actions-title-box h1,
.actions-title-box .main-title {
  line-height: 40px;
  margin: 0 0 20px 0;
}
.actions-title-box .actions-wrap {
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
}
.actions-title-box .action-wrap {
  float: left;
  padding: 0 16px 0 0;
  margin-bottom: 20px;
}
.actions-title-box .action-wrap:last-child {
  padding-right: 0;
}
.actions-title-box .action-wrap .btn,
.actions-title-box .action-wrap button,
.actions-title-box .action-wrap input[type="submit"] {
  min-width: 206px;
}
.actions-title-box .action-wrap .btn.button-ico,
.actions-title-box .action-wrap button.button-ico,
.actions-title-box .action-wrap input[type="submit"].button-ico {
  padding: 0 20px 0 15px;
}
.promo-code-box {
  margin-bottom: 24px;
}
.promo-code-box .item-wrap {
  width: 100%;
  padding: 0 12px;
  margin-bottom: 24px;
  max-width: 342px;
}
.promo-code-box .items-wrap {
  margin: 0 -12px -24px -12px;
}
.promo-code-box .empty-wrap {
  font-size: 16px;
  line-height: 1.45;
  color: #999ba5;
  text-align: center;
  position: relative;
  padding: 64px 0 0 0;
}
.promo-code-box .tabs-wrap {
  margin-bottom: 25px;
}
.promo-code-box .page-tabs-box {
  margin-bottom: 0;
}
.promo-code-box .page-tabs-box a {
  padding: 0 24px;
}
.promo-code-box .page-tabs-box ul {
  margin: 0;
}
.promo-code-box .page-tabs-box li {
  margin: 0;
}
.promo-code-box .form-wrap {
  margin-bottom: 46px;
}
.promo-code-box .promo-pic {
  display: block;
  width: 226px;
  margin: 0 auto 74px auto;
}
.user-actions-box {
  margin-bottom: 64px;
}
.user-actions-box .item-wrap {
  margin-bottom: 16px;
}
.user-actions-box .item-wrap:last-child {
  margin-bottom: 0;
}
.page-tabs-box {
  position: relative;
  line-height: 1;
  margin-bottom: 38px;
  height: 51px;
  padding-top: 15px;
}
.page-tabs-box:before,
.page-tabs-box:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -16px;
  right: -16px;
  height: 1px;
  background: #e5e5e8;
}
.page-tabs-box:before {
  top: auto;
  bottom: 0;
}
.page-tabs-box ul {
  margin: 0 -30px 0px 0;
  position: relative;
  overflow: auto;
  white-space: nowrap;
  font-size: 0;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
  scrollbar-width: none;
  z-index: 2;
}
.page-tabs-box ul::-webkit-scrollbar {
  background: transparent;
  width: 0;
}
.page-tabs-box li {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  margin: 0 30px 0px 0;
  position: relative;
  padding: 0;
}
.page-tabs-box li:before {
  display: none;
}
.page-tabs-box a {
  display: block;
  height: 35px;
  line-height: 20px;
  text-decoration: none;
  color: #2a2d43;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all ease 0.2s;
  padding: 0 5px;
  text-align: center;
  min-width: 74px;
}
.page-tabs-box a:hover:before,
.page-tabs-box a.active:before {
  opacity: 1;
}
.page-tabs-box a.active {
  font-weight: 500;
}
.page-tabs-box a:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: #72bd77;
  opacity: 0;
  transition: opacity ease 0.2s;
}
.profile-complaint-box {
  border-top: 1px solid #e5e5e8;
  margin-bottom: 48px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding-top: 28px;
}
.profile-complaint-box a {
  color: #ef476f;
}
.about-box {
  margin-bottom: 40px;
  line-height: 1.45;
}
.about-box h2,
.about-box .second-title {
  margin-bottom: 0.7em;
}
.about-box .features-wrap {
  overflow: hidden;
  margin: 0 -32px 5px 0;
}
.about-box .elm-feature {
  float: left;
  margin: 0 32px 10px 0;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.side-box {
  border: 1px solid #e5e5e8;
  border-radius: 8px;
  position: relative;
  margin-bottom: 48px;
  padding: 23px;
}
.side-box .side-section {
  display: block;
  position: relative;
  border-bottom: 1px solid #e5e5e8;
  padding: 18px 0 15px 0;
}
.side-box .side-section:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.side-box .side-tiles-wrap {
  margin-bottom: 16px;
  position: relative;
  overflow: hidden;
}
.side-box .side-tiles-wrap .tile-wrap {
  padding: 0 4px 0 0;
  margin-bottom: 8px;
  float: left;
  width: 50%;
}
.side-box .side-tiles-wrap .tile-wrap:nth-child(2n) {
  padding: 0 0 0 4px;
}
.side-box .side-tiles-wrap:first-child {
  padding-top: 8px;
}
.side-box .side-tiles-wrap:last-child {
  margin-bottom: 0;
}
.side-box .side-tiles-wrap > .item-tile-total {
  width: 50%;
  float: left;
  border-radius: 8px 0 0 8px;
  overflow: visible;
  position: relative;
}
.side-box .side-tiles-wrap > .item-tile-total:first-child:before {
  content: "";
  display: block;
  position: absolute;
  top: 16px;
  left: 100%;
  bottom: 16px;
  width: 1px;
  background: #e5e5e8;
  z-index: 2;
}
.side-box .side-tiles-wrap > .item-tile-total:last-child {
  border-radius: 0 8px 8px 0;
}
.side-box .side-button {
  line-height: 1;
  position: relative;
  margin-bottom: 24px;
}
.side-box .side-button:last-child {
  margin-bottom: 8px;
}
.side-box .side-button .btn,
.side-box .side-button button,
.side-box .side-button input[type="submit"] {
  display: block;
  width: 100%;
  padding: 0 10px;
}
.side-box .side-tags {
  margin: 0 -8px 16px 0;
  position: relative;
  overflow: hidden;
}
.side-box .side-tags:first-child {
  padding-top: 6px;
}
.side-box .side-tags:last-child {
  margin-bottom: -8px;
}
.side-box .side-tags .elm-tag {
  max-width: 100%;
  margin: 0 8px 8px 0;
  float: left;
}
.side-box .elm-user-ico {
  margin-bottom: 15px;
}
.side-box .elm-user-ico:last-child {
  margin-bottom: 0;
}
.side-box .side-name {
  display: block;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  padding: 5px 0;
  text-align: center;
  margin-bottom: 16px;
}
.side-box .side-name:last-child {
  margin-bottom: 0;
}
.side-box .side-name + .side-date {
  margin-top: -16px;
}
.side-box .side-date {
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #999ba5;
  text-align: center;
}
.order-box {
  margin: 0 auto 30px auto;
  max-width: 800px;
}
.order-box:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.order-box .pays-wrap {
  margin-bottom: 30px;
}
.order-box .code-wrap {
  margin-bottom: 15px;
}
.order-box .order-time-wrap {
  display: block;
  color: #999ba5;
  overflow: hidden;
  font-size: 14px;
  line-height: 20px;
  padding: 0 100px 0 0;
  margin-top: 10px;
}
.order-box .order-time-wrap .time-wrap {
  float: left;
}
.order-box .order-time-wrap .cancel-wrap {
  float: right;
  text-align: right;
  width: 100px;
  margin: 0 -100px 0 0;
}
.order-box .order-time-wrap .cancel-wrap a {
  color: #999ba5;
}
.order-box .order-submit-wrap {
  display: block;
  position: relative;
  line-height: 1;
}
.order-box .order-submit-wrap .btn,
.order-box .order-submit-wrap button,
.order-box .order-submit-wrap input[type="submit"] {
  display: block;
  width: 100%;
}
.order-box .title-wrap {
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 20px;
}
.order-box .title-info {
  font-size: 12px;
  line-height: 16px;
  color: #999ba5;
}
.order-box .bonuses-wrap {
  line-height: 1;
  position: relative;
  margin-bottom: 20px;
}
.order-box .promo-wrap {
  display: block;
  position: relative;
  line-height: 1;
  margin-bottom: 20px;
}
.order-box .promo-wrap .btn,
.order-box .promo-wrap button,
.order-box .promo-wrap input[type="submit"] {
  display: block;
  width: 100%;
}
.order-box .guests-wrap {
  margin-bottom: 50px;
  padding-top: 15px;
}
.order-box .guests-wrap .item-wrap {
  margin-bottom: 20px;
  position: relative;
  line-height: 1;
}
.order-box .guests-wrap .frm-row {
  margin: 15px 0 0 0;
  padding: 0 0 0 50px;
}
.order-box .info-wrap {
  margin-bottom: 30px;
}
.order-box .info-wrap .item-org {
  margin-bottom: 15px;
}
.order-box .info-wrap .item-org:last-child {
  margin-bottom: 0;
}
.order-box .info-wrap .info-link {
  font-size: 12px;
  line-height: 16px;
  font-weight: bold;
  margin-top: 15px;
}
.order-box .info-wrap .info-button {
  margin-bottom: 15px;
  position: relative;
  line-height: 1;
}
.order-box .info-wrap .info-button:last-child {
  margin-bottom: 0;
}
.order-box .info-wrap .info-desc {
  font-size: 12px;
  line-height: 14px;
  padding-top: 15px;
  margin-bottom: 15px;
  border-top: 1px solid #e5e5e8;
}
.order-box h1,
.order-box .main-title {
  margin-bottom: 10px;
}
.order-box h1:last-child,
.order-box .main-title:last-child {
  margin-bottom: 0;
}
.order-box .small-title {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e5e5e8;
}
.order-box .small-title .title-info {
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
}
.order-box .frm-row,
.order-box .frm-feld {
  margin: 0;
}
.test-box {
  margin-bottom: 48px;
  position: relative;
  background: #f7f7f8;
  padding: 48px 0 192px 0;
}
.test-box .test-photo-wrap {
  line-height: 1;
  position: relative;
  z-index: 3;
  margin: 0 auto;
  max-width: 500px;
}
.test-box .test-photo-wrap:before {
  content: "";
  display: block;
  padding-top: 124%;
}
.test-box .test-photo {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  border-radius: 8px;
  cursor: pointer;
  z-index: 30;
}
.test-box .test-photo + .test-photo {
  z-index: 29;
}
.test-box .test-photo + .test-photo + .test-photo {
  z-index: 28;
}
.test-box .test-photo + .test-photo + .test-photo + .test-photo {
  z-index: 27;
}
.test-box .test-photo + .test-photo + .test-photo + .test-photo + .test-photo {
  z-index: 26;
}
.test-box .test-photo + .test-photo + .test-photo + .test-photo + .test-photo + .test-photo {
  z-index: 25;
}
.test-box .test-photo + .test-photo + .test-photo + .test-photo + .test-photo + .test-photo + .test-photo {
  z-index: 24;
}
.test-box
  .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo {
  z-index: 23;
}
.test-box
  .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo {
  z-index: 22;
}
.test-box
  .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo {
  z-index: 21;
}
.test-box
  .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo {
  z-index: 20;
}
.test-box
  .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo {
  z-index: 19;
}
.test-box
  .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo {
  z-index: 18;
}
.test-box
  .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo {
  z-index: 17;
}
.test-box
  .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo {
  z-index: 16;
}
.test-box
  .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo {
  z-index: 15;
}
.test-box
  .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo {
  z-index: 14;
}
.test-box
  .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo {
  z-index: 13;
}
.test-box
  .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo {
  z-index: 12;
}
.test-box
  .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo {
  z-index: 11;
}
.test-box
  .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo {
  z-index: 10;
}
.test-box
  .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo {
  z-index: 9;
}
.test-box
  .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo {
  z-index: 8;
}
.test-box
  .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo {
  z-index: 7;
}
.test-box
  .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo {
  z-index: 6;
}
.test-box
  .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo {
  z-index: 5;
}
.test-box
  .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo {
  z-index: 4;
}
.test-box
  .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo {
  z-index: 3;
}
.test-box
  .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo {
  z-index: 2;
}
.test-box
  .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo
  + .test-photo {
  z-index: 1;
}
.test-box .test-photo.active {
  display: block;
}
.test-box .test-photo.active ~ .test-photo {
  display: block;
}
.test-box .test-photo.active,
.test-box .test-photo:last-child {
  box-shadow: 0px 32px 32px rgba(42, 45, 67, 0.24);
}
.test-box .test-photo img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.test-box:before,
.test-box:after {
  content: "";
  display: block;
  width: 9999px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  background: #f7f7f8;
}
.test-box:before {
  left: auto;
  right: 100%;
}
.test-box .test-text-wrap {
  margin-bottom: 40px;
  font-size: 14px;
  line-height: 1.4;
  color: #999ba5;
  text-align: left;
  position: static;
}
.test-box .test-counter-wrap {
  height: 56px;
  line-height: 56px;
  text-align: center;
  width: 72px;
  position: absolute;
  bottom: 104px;
  left: 50%;
  margin-left: -36px;
  font-size: 14px;
  font-weight: 500;
  color: #2a2d43;
  letter-spacing: 0.08em;
  text-decoration: none;
  z-index: 2;
}
.test-box .test-current {
  display: inline;
}
.test-box .test-actions-wrap {
  width: 184px;
  line-height: 1;
  height: 56px;
  position: absolute;
  bottom: 104px;
  left: 50%;
  margin-left: -92px;
}
.test-box .test-count {
  display: inline;
  font-weight: 400;
  color: #999ba5;
}
.test-box .test-count:before {
  content: " / ";
}
.test-box .test-skip-wrap {
  text-align: center;
  font-size: 10px;
  text-transform: uppercase;
  line-height: 18px;
  color: #999ba5;
  letter-spacing: 0.08em;
  display: block;
  position: absolute;
  bottom: 46px;
  left: 0;
  right: 0;
}
.test-box .test-skip-wrap a {
  color: #999ba5;
  text-decoration: none;
}
.test-box .btn-action-ico.button-dislike {
  float: left;
}
.test-box .btn-action-ico.button-like {
  float: right;
}
.test-box h2,
.test-box .second-title {
  margin-bottom: 8px;
}
.subscribe-box {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0 -16px 46px -16px;
  padding: 48px 16px 48px 16px;
  font-size: 14px;
  line-height: 1.45;
  color: #fff;
  text-align: left;
  background: #72bd77;
}
.subscribe-box .text-wrap {
  max-width: 550px;
  margin: 0 auto;
}
.subscribe-box .form-wrap {
  margin-top: 24px;
}
.subscribe-box .pic-wrap {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 418px;
}
.subscribe-box p {
  margin: 0;
}
.subscribe-box h2,
.subscribe-box .second-title {
  margin-bottom: 16px;
}
.subscribe-box.__modified {
  display: flex;
  padding: 0;
  margin: 46px -16px 46px -16px;
}
.subscribe-box.__modified .text-wrap {
  padding: 48px 52px 60px 52px;
  width: 100%;
}
.subscribe-box.__modified .pic-wrap {
  width: 70%;
  position: relative;
}
@media (max-width: 495px) {
  .subscribe-box.__modified .text-wrap {
    padding: 48px 16px 60px;
  }
}
.pluses-box {
  margin-bottom: 28px;
}
.pluses-box .items-wrap {
  margin: 0 -10px;
}
.pluses-box .item-wrap {
  padding: 0 10px;
  margin-bottom: 20px;
  width: 33.33%;
}
.main-slider-box {
  display: block;
  position: relative;
  line-height: 1;
  color: #fff;
  background: #000;
  z-index: 2;
}
.main-slider-box .inner-wrap {
  min-height: 100vh;
  padding-top: 88px;
  padding-bottom: 80px;
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
}
.main-slider-box .text-wrap {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 20px;
  min-height: 223px;
  text-align: center;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}
.main-slider-box .form-wrap {
  max-width: 550px;
  margin: 0 auto;
}
.main-slider-box .owl-nav {
  display: none;
}
.main-slider-box .owl-dots {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 0 27px 0;
  text-align: center;
}
.main-slider-box .owl-dot {
  width: 18px;
  height: 18px;
  background: none;
  position: relative;
  margin: 0 8px;
  display: inline-block;
  vertical-align: top;
}
.main-slider-box .owl-dot:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -2px 0 0 -2px;
  background: rgba(255, 255, 255, 0.6);
  transition: background ease 0.2s;
  width: 4px;
  height: 4px;
  border-radius: 50%;
}
.main-slider-box .owl-dot:hover:before,
.main-slider-box .owl-dot.active:before {
  background: #72bd77;
}
.main-slider-box h1,
.main-slider-box .main-title {
  display: block;
  font-size: 36px;
  line-height: 40px;
  text-align: center;
  font-weight: bold;
  margin: 0 0 16px 0;
}
.main-slider-box .frm-search-dropdown-list {
  top: 48px;
}
.top-about-box {
  margin-bottom: 16px;
  position: relative;
  overflow: hidden;
  font-size: 16px;
  line-height: 1.45;
}
.top-about-box .inner-wrap {
  overflow: hidden;
  max-width: 1146px;
}
.top-about-box .text-wrap {
  width: 57.7%;
  float: left;
  max-width: 550px;
  padding: 0 30px 0 0;
}
.top-about-box .tags-wrap {
  width: 42.3%;
  float: right;
  padding-top: 8px;
}
.top-about-box .inner-tags-wrap {
  margin: 0 -8px 0 0;
  overflow: hidden;
}
.top-about-box .elm-tag {
  float: left;
  max-width: 100%;
  margin: 0 8px 8px 0;
}
.top-about-box p {
  margin-bottom: 1.1em;
}
.top-about-box h2,
.top-about-box .second-title {
  margin-bottom: 0.75em;
}
.top-about-box .btn-action-ico.button-close,
.top-about-box .mobile-title {
  display: none;
}
.top-actions-box {
  position: relative;
  margin-bottom: 16px;
  border-bottom: 1px solid #e5e5e8;
  line-height: 1;
  overflow: hidden;
}
.top-actions-box .inner-wrap {
  max-width: 1146px;
}
.top-actions-box .slider-wrap {
  position: relative;
  margin: 0 -12px 0 0;
}
.top-actions-box .sl-item {
  padding: 0 12px 0 0;
}
.top-actions-box .owl-nav,
.top-actions-box .owl-dots {
  display: none;
}
.top-fixed .main-top-wrapper .main-top-box:after {
  display: block;
}
.main-top-wrapper {
  margin-bottom: 0;
  position: relative;
}
.main-top-wrapper .main-top-box {
  margin-bottom: 0;
}
.main-top-wrapper .main-top-box:after {
  content: "";
  display: none;
  animation: fadein ease 0.2s;
  position: absolute;
  top: 100%;
  left: -999px;
  right: -999px;
  z-index: -1;
  height: 30px;
  background: #fff;
  background: url(../img/main/gr.png) 0 0 repeat-x;
}
.main-top-wrapper .main-tabs-box {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: -50px 0 0 0;
  z-index: 9;
}
.main-top-wrapper .main-tabs-box .inner-wrap {
  padding: 0;
}
.main-tabs-box {
  position: relative;
  line-height: 1;
  margin-bottom: 40px;
  letter-spacing: 0.08em;
}
.main-tabs-box.type-second a {
  background: #fff;
}
.main-tabs-box.type-second a:hover,
.main-tabs-box.type-second a.active {
  background: #e4f0f4;
}
.main-tabs-box.inside-version {
  margin-bottom: 32px;
  margin-top: -70px;
  margin-left: -16px;
  margin-right: -16px;
  width: 100vw;
}
@media (min-width: 1024px) {
  .main-tabs-box.inside-version {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}
.main-tabs-box ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
}
.main-tabs-box li {
  position: relative;
  margin: 0;
  padding: 0 0 0 1px;
  flex-basis: auto;
  flex-grow: 1;
}
.main-tabs-box li:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  background: #e5e5e8;
}
.main-tabs-box li:first-child {
  padding-left: 0;
}
.main-tabs-box li:first-child a {
  margin-left: 0;
  border-radius: 20px 0 0 0;
}
.main-tabs-box li:last-child:after {
  display: none;
}
.main-tabs-box li:last-child a {
  margin-right: 0;
  border-radius: 0 20px 0 0;
}
.main-tabs-box li:before {
  display: none;
}
.main-tabs-box a {
  display: block;
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  text-align: center;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  color: #999ba5;
  text-decoration: none;
  background: #f7f7f8;
  overflow: hidden;
  margin: 0 -1px 0 -1px;
  transition: all ease 0.2s;
}
.main-tabs-box a:hover,
.main-tabs-box a.active {
  z-index: 2;
  background: #fff;
  color: #2a2d43;
}
.main-top-box {
  line-height: 1;
  position: relative;
  display: block;
  color: #fff;
}
.main-top-box.type-second {
  position: relative;
}
.main-top-box .inner-wrap {
  max-width: 1146px;
}
.main-top-box:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  height: 408px;
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
}
.main-top-box .inner-wrap {
  height: 520px;
}
.main-top-box .top-sticker-wrap {
  line-height: 1;
  position: relative;
  margin-bottom: 15px;
}
.main-top-box .top-select-wrap {
  height: 20px;
  overflow: hidden;
}
.main-top-box .breadcrumbs-box {
  padding: 34px 0 0 0;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  z-index: 3;
}
.main-top-box .top-inner-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 24px 32px 24px;
  z-index: 3;
}
.main-top-box .top-actions-wrap {
  margin-bottom: 40px;
  margin-left: 0;
  margin-right: -65px;
}
.main-top-box .top-actions-wrap:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.main-top-box .action-wrap {
  float: left;
  padding: 0 65px 0 0;
  white-space: nowrap;
  display: none;
}
.main-top-box .action-wrap.weather {
  display: block;
}
.main-top-box .top-title {
  display: block;
  font-size: 12px;
  line-height: 19px;
  color: #e5e5e8;
  font-weight: 400;
  margin: 0 0 4px 0;
}
.main-top-box .top-value {
  display: block;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  text-decoration: none;
  color: #fff;
}
.main-top-box .btn-action-ico.button-helper {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  margin: -2px 0 0 6px;
}
.main-top-box .btn.button-border,
.main-top-box button.button-border,
.main-top-box input[type="submit"].button-border {
  display: block;
  width: 100%;
  padding: 0 10px;
  border-color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}
.main-top-box .btn.button-border:hover,
.main-top-box button.button-border:hover,
.main-top-box input[type="submit"].button-border:hover {
  border-color: #fff;
  background: none;
  color: #fff;
}
.main-top-box .btn.button-border:before,
.main-top-box button.button-border:before,
.main-top-box input[type="submit"].button-border:before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 16px;
  height: 16px;
  position: relative;
  background: url(../img/icons/ico-info.svg) center no-repeat;
  background-size: 16px auto;
  margin: 11px 10px 0 0;
}
.main-top-box h1,
.main-top-box .main-title {
  font-size: 40px;
  line-height: 1.1;
  margin-bottom: 40px;
  margin-top: 16px;
  color: #fff;
  font-weight: bold;
}
.side-select-box {
  margin-bottom: 40px;
}
.side-select-box .frm-select-toggle {
  float: left;
}
.side-select-box .frm-select-toggle .check-title {
  display: none;
}
.side-select-box .select-title {
  float: left;
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  font-weight: 500;
  padding-left: 16px;
}
.main-filter-box .section-hide {
  display: none;
}
.main-filter-box .filter-section-toggle {
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  text-align: center;
  position: relative;
  margin: -8px 0 40px 0;
}
.main-filter-box .filter-block {
  position: relative;
}
.main-filter-box .filter-title-wrap {
  display: none;
}
.main-filter-box .btn-action-ico.button-close {
  display: none;
}
.main-filter-box .filter-section {
  margin-bottom: 32px;
  position: relative;
  line-height: 1;
}
.main-filter-box .section-title {
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #2a2d43;
  text-decoration: none;
  margin: 0 0 16px 0;
}
.main-filter-box .section-block {
  position: relative;
}
.main-filter-box .section-block:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.main-filter-box .filter-section-checks {
  margin-bottom: 8px;
}
.main-filter-box .filter-section-checks .frm-select {
  margin-bottom: 16px;
}
.main-filter-box .filter-section-checks .frm-select:last-child {
  margin-bottom: 0;
}
.main-filter-box .filter-section-buttons {
  overflow: hidden;
  margin: 0 -8px 8px 0;
}
.main-filter-box .filter-section-buttons:last-child {
  margin-bottom: 0;
}
.main-filter-box .filter-section-row {
  margin-bottom: 8px;
  position: relative;
}
.main-filter-box .filter-wrap {
  padding: 0 8px 0 0;
  margin: 0 0 8px 0;
  float: left;
  width: 50%;
}
.main-filter-box .filter-actions .btn,
.main-filter-box .filter-actions button,
.main-filter-box .filter-actions input[type="submit"] {
  display: block;
  width: 100%;
}
.main-filter-box .filter-actions .filter-button {
  margin-bottom: 8px;
}
.main-filter-box .filter-actions .filter-button:last-child {
  margin-bottom: 0;
}
.main-filter-box .filter-section-categories {
  margin-bottom: 40px;
  position: relative;
  line-height: 1;
}
.main-filter-box .filter-section-categories .section-title {
  padding-bottom: 14px;
  border-bottom: 1px solid #e5e5e8;
  margin-bottom: 0;
}
.main-filter-box .filter-section-categories .btn-action-ico.button-toggle {
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  height: 54px;
  width: 40px;
}
.main-filter-box .filter-section-categories .btn-action-ico.button-toggle:before {
  width: 12px;
  height: 20px;
  left: auto;
}
.main-filter-box .filter-section-categories .filter-section {
  border-bottom: 1px solid #e5e5e8;
  padding-top: 15px;
  padding-bottom: 15px;
  margin: 0;
}
.main-filter-box .filter-section-categories .filter-section > .frm-select {
  margin: 0;
  font-weight: 500;
}
.main-filter-box .filter-section-categories .section-block {
  padding-top: 16px;
  display: none;
}
.main-filter-box .filter-section-categories .frm-select {
  margin-bottom: 16px;
}
.main-filter-box .filter-section-categories .frm-select:last-child {
  margin-bottom: 0;
}
.tiles-box {
  margin-bottom: 24px;
}
.tiles-box:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.tiles-box .search-filter-box {
  margin-bottom: 32px;
}
.tiles-box .items-wrap {
  margin: 0 -8px;
}
.tiles-box .item-wrap {
  margin-bottom: 24px;
  padding: 0 8px;
  width: 50%;
}
.tiles-box .item-tile .tile-price {
  margin: 0;
}
.tiles-actions-box {
  position: relative;
  overflow: hidden;
  padding: 12px 0 0 0;
}
.tiles-actions-box .pagenav-box {
  display: none;
}
.tiles-actions-box .load-wrap {
  text-align: center;
  line-height: 1;
  position: relative;
}
.fixed-panel-box {
  padding: 0 2px 0 2px;
  position: fixed;
  z-index: 100;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  display: block;
  box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  display: none;
  animation: fadein ease 0.2s;
}
.fixed-panel-box.active {
  display: block;
}
.fixed-panel-box .inner-wrap {
  overflow: hidden;
  padding-top: 18px;
  padding-bottom: 18px;
  max-width: 1146px;
}
.fixed-panel-box .info-wrap {
  display: none;
  width: 100%;
  float: left;
  min-height: 48px;
  line-height: 1;
  margin-top: -4px;
  padding: 0 0 0 64px;
  position: relative;
  flex-wrap: nowrap;
}
.fixed-panel-box .info-title-wrap {
  min-height: 48px;
  line-height: 48px;
  padding: 0 16px 0 0;
  font-size: 16px;
  font-weight: 500;
}
.fixed-panel-box .info-rate-wrap {
  padding: 12px 33px 0 0;
  position: relative;
}
.fixed-panel-box .info-rate-wrap:before {
  content: "";
  display: block;
  position: absolute;
  top: 14px;
  left: 100%;
  margin-left: -16px;
  background: #e5e5e8;
  width: 1px;
  height: 20px;
}
.fixed-panel-box .info-places-wrap {
  padding-top: 12px;
}
.fixed-panel-box .info-title {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}
.fixed-panel-box .info-photo {
  display: block;
  width: 48px;
  height: 48px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  overflow: hidden;
}
.fixed-panel-box .info-photo img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 100%;
}
.fixed-panel-box .actions-wrap {
  position: relative;
  line-height: 1;
}
.fixed-panel-box .actions-inner-wrap {
  min-height: 40px;
  line-height: 40px;
  padding: 0 0 0 173px;
}
.fixed-panel-box .actions-inner-wrap .btn,
.fixed-panel-box .actions-inner-wrap button {
  width: 155px;
  padding: 0 10px;
  position: absolute;
  top: 0;
  left: 0;
  height: 40px;
  line-height: 40px;
  overflow: visible;
}
.fixed-panel-box .actions-inner-wrap .elm-sticker {
  margin: 0;
}
.fixed-panel-box .total-sticker {
  padding-top: 5px;
  display: block;
}
.fixed-panel-box .total-wrap {
  font-size: 14px;
  line-height: 18px;
  color: #999ba5;
  display: inline-block;
  vertical-align: middle;
}
.fixed-panel-box .total-wrap .total-price,
.fixed-panel-box .total-wrap .total-price-old {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px 0 0;
  padding-top: 2px;
  white-space: nowrap;
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  color: #2a2d43;
}
.fixed-panel-box .total-wrap .total-price:last-child,
.fixed-panel-box .total-wrap .total-price-old:last-child {
  margin: 0;
}
.fixed-panel-box .total-wrap .total-price.price-new,
.fixed-panel-box .total-wrap .total-price-old.price-new {
  color: #ef476f;
}
.fixed-panel-box .total-wrap .total-price-old {
  color: #999ba5;
  padding-right: 5px;
  text-decoration: line-through;
}
.fixed-panel-box .total-wrap .total-desc {
  display: block;
}
.fixed-panel-box .total-wrap .elm-rouble {
  font-weight: 400;
}
.tiles-slider-box {
  margin-bottom: 45px;
}
.tiles-slider-box:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.tiles-slider-box.slider-items-shadow .link-wrap {
  padding-top: 24px;
}
.tiles-slider-box.slider-items-shadow .sl-item {
  overflow: visible;
}
.tiles-slider-box.tiles-main {
  padding: 64px 0 8px 0;
  margin: 0 !important;
}
.tiles-slider-box.tiles-main .inner-wrap {
  max-width: 1146px;
}
.tiles-slider-box.slider-main {
  margin-bottom: 40px;
}
.tiles-slider-box:last-child {
  margin-bottom: 20px;
}
.tiles-slider-box.slider-search .sl-item {
  width: 264px;
  padding-right: 14px;
  overflow: visible;
}
.tiles-slider-box.slider-search .slider-wrap {
  margin-right: -14px;
}
.tiles-slider-box.slider-places .sl-item {
  width: 239px;
}
.tiles-slider-box.slider-selections .sl-item,
.tiles-slider-box.slider-fests .sl-item,
.tiles-slider-box .slider-journals .sl-item {
  width: 185px;
}
@media (min-width: 1024px) {
  .tiles-slider-box.slider-selections .sl-item,
  .tiles-slider-box.slider-fests .sl-item,
  .tiles-slider-box .slider-journals .sl-item {
    width: 320px;
  }
}
.tiles-slider-box.slider-journals .link-wrap {
  padding-top: 16px;
}
.tiles-slider-box.slider-journals .sl-item {
  overflow: visible;
  padding-right: 16px;
}
.tiles-slider-box.slider-sv .sl-item {
  width: 239px;
}
.tiles-slider-box.slider-articles .sl-item {
  width: 272px;
}
.tiles-slider-box.slider-events .sl-item {
  width: 478px;
}
.tiles-slider-box .slider-wrap {
  margin: 0 -24px 0 0;
}
.tiles-slider-box .owl-dots {
  display: none;
}
.tiles-slider-box .owl-nav {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.tiles-slider-box .sl-item {
  width: 204px;
  position: relative;
  overflow: hidden;
  line-height: 1;
  padding: 0 14px 0 0;
}
.tiles-slider-box .link-wrap {
  padding-top: 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}
.tiles-slider-box h2,
.tiles-slider-box .second-title {
  margin: 0 0 10px 0;
}
.tiles-slider-box h2:last-child,
.tiles-slider-box .second-title:last-child {
  margin-bottom: 0;
}
.tiles-slider-box .title-wrap {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 26px;
}
.tiles-slider-box .title-wrap p {
  margin: 0;
}
.tiles-slider-box .text-light {
  padding-top: 8px;
  display: block;
  line-height: 1.8;
  color: #999ba5;
}
.tiles-slider-box .elm-question {
  margin-left: 20px;
}
.tags-box {
  margin-bottom: 32px;
}
.tags-box .items-wrap {
  display: block;
  margin: 0 -8px 0 0;
  overflow: hidden;
}
.tags-box .elm-tag {
  float: left;
  margin: 0 8px 12px 0;
  max-width: 100%;
}
.tags-box .elm-tag.type-second {
  max-width: 100%;
}
.tags-box h2,
.tags-box .second-title {
  margin: 0 0 10px 0;
}
.tags-box h2:last-child,
.tags-box .second-title:last-child {
  margin-bottom: 0;
}
.tags-box .title-wrap {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 26px;
}
.tags-box .title-wrap p {
  margin: 0;
}
.mobile-popup-wrap {
  transition: all ease 0.2s;
}
.mobile-popup-wrap .popup-title-wrap {
  display: none;
  padding: 40px 20px 24px 40px;
  position: relative;
  overflow: hidden;
}
.mobile-popup-wrap .popup-title-wrap h2,
.mobile-popup-wrap .popup-title-wrap .second-title {
  line-height: 30px;
  margin: 0;
  display: block;
}
.questions-box {
  position: relative;
  background: #f7f7f8;
  padding: 48px 0 48px 0;
  margin-bottom: 48px;
}
.questions-box .items-wrap {
  margin: 0 -16px 0 0;
  z-index: 2;
  border-top: 1px solid #e5e5e8;
}
.questions-box .item-wrap {
  border-bottom: 1px solid #e5e5e8;
}
.questions-box:before,
.questions-box:after {
  content: "";
  display: block;
  width: 9999px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  background: #f7f7f8;
}
.questions-box:before {
  left: auto;
  right: 100%;
}
.tabs-box {
  margin-bottom: 24px;
  background: #f7f7f8;
  border-radius: 4px;
  line-height: 1;
  text-align: center;
  padding: 3px;
  position: relative;
}
.tabs-box:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.tabs-box ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
}
.tabs-box li {
  padding: 0;
  margin: 0;
  flex: 1;
}
.tabs-box li:before {
  display: none;
}
.tabs-box a {
  display: block;
  height: 26px;
  line-height: 26px;
  padding: 0 10px;
  color: #999ba5;
  text-decoration: none;
  border-radius: 4px;
  transition: all ease 0.2s;
}
.tabs-box a:hover,
.tabs-box a.active {
  color: #2a2d43;
  text-decoration: none;
}
.tabs-box a.active {
  background: #fff;
  opacity: 0.9;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.08);
}
.calendar-box {
  margin-bottom: 22px;
}
.calendar-box .cal-button {
  display: none;
}
.events-box {
  margin-bottom: 40px;
  position: relative;
}
.events-box:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.events-box .list-box {
  margin-bottom: 0;
}
.events-box .actions-wrap {
  line-height: 1;
  position: relative;
}
.events-box .action-wrap {
  margin-bottom: 16px;
}
.events-box .action-wrap:last-child {
  margin-bottom: 0;
}
.events-box .action-wrap .btn,
.events-box .action-wrap button,
.events-box .action-wrap input[type="submit"] {
  display: block;
  width: 100%;
}
.list-box .items-wrap {
  display: block;
}
.list-box .date-wrap {
  font-size: 16px;
  line-height: 20px;
  padding: 3px 0;
  margin-bottom: 6px;
  position: relative;
}
.list-box .date-wrap .date-action-wrap {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  line-height: 1;
}
.list-box .date-wrap .btn-action-ico.button-dotted {
  width: 20px;
  height: 26px;
}
.list-box .date-wrap b {
  font-weight: 500;
}
.text-box,
.map-box {
  margin-bottom: 42px;
  position: relative;
  font-size: 16px;
  line-height: 1.45;
}
.text-box .text-wrap,
.map-box .text-wrap {
  opacity: 0.8;
}
.text-box p,
.map-box p {
  margin-bottom: 1.45em;
}
.text-box p:last-child,
.map-box p:last-child {
  margin-bottom: 0;
}
.text-box h2,
.map-box h2,
.text-box .second-title,
.map-box .second-title {
  margin-bottom: 15px;
}
.main-map-box {
  margin-bottom: 48px;
  margin-top: 0px;
  position: relative;
  overflow: hidden;
  line-height: 1;
}
.main-map-box + .page {
  padding-top: 0;
}
.main-map-box .map-wrap {
  position: relative;
  height: 395px;
  overflow: hidden;
}
.main-map-box .map-wrap .yandexmapa {
  width: 100%;
  height: 395px;
}
.main-map-box .map-wrap .bx-yandex-view-layout {
  width: 100%;
  height: 395px;
}
.main-map-box .map-wrap .bx-yandex-view-map {
  width: 100%;
  height: 395px;
}
.main-map-box .map-wrap .bx-yandex-map,
.main-map-box .map-wrap .ymaps-map,
.main-map-box .map-wrap .ymaps-glass-pane {
  width: 100% !important;
  height: 395px !important;
}
.map-box {
  margin-bottom: 0;
}
.map-box .map-wrap {
  margin: 40px -16px 0 -16px;
  height: 395px;
  position: relative;
  overflow: hidden;
}
.map-box .map-wrap .yandexmapa {
  width: 100%;
  height: 395px;
}
.map-box .map-wrap .bx-yandex-view-layout {
  width: 100%;
  height: 395px;
}
.map-box .map-wrap .bx-yandex-view-map {
  width: 100%;
  height: 395px;
}
.map-box .map-wrap .bx-yandex-map,
.map-box .map-wrap .ymaps-map,
.map-box .map-wrap .ymaps-glass-pane {
  width: 100% !important;
  height: 395px !important;
}
.pagenav-box {
  line-height: 1;
  position: relative;
  overflow: hidden;
  margin: 0 -8px 30px 0;
}
.pagenav-box a,
.pagenav-box span {
  display: block;
  min-width: 32px;
  height: 32px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #e5e5e8;
  border-radius: 4px;
  padding: 0 8px;
  color: #999ba5;
  font-size: 12px;
  text-decoration: none;
  transition: all ease 0.2s;
  float: left;
  margin: 0 8px 8px 0;
}
.pagenav-box a:hover,
.pagenav-box span:hover,
.pagenav-box a.active,
.pagenav-box span.active {
  border-color: #72bd77;
  color: #2a2d43;
  text-decoration: none;
}
.pagenav-box a.active,
.pagenav-box span.active {
  font-weight: 500;
}
.scroll-slider-box {
  position: relative;
}
.scroll-slider-box .slider-wrap {
  position: relative;
}
.scroll-slider-box .owl-stage-outer,
.scroll-slider-box .owl-stage {
  overflow: visible;
}
.scroll-slider-box .owl-stage-outer:after,
.scroll-slider-box .owl-stage:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.scroll-slider-box .owl-nav,
.scroll-slider-box .owl-dots {
  display: none;
}
.organizer-box {
  overflow: hidden;
  font-size: 16px;
  line-height: 1.65;
  margin-bottom: 48px;
}
.organizer-box h2,
.organizer-box .second-title {
  margin-bottom: 25px;
}
.organizer-box .org-photo {
  display: block;
  position: relative;
  line-height: 1;
  overflow: hidden;
  border-radius: 4px;
  margin: 0 0 20px 0;
}
.organizer-box .org-photo img {
  display: block;
  width: 100%;
}
.organizer-box .org-text-wrap h2,
.organizer-box .org-text-wrap .second-title {
  margin: 0 0 8px 0;
}
.organizer-box .org-rate {
  overflow: hidden;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 15px;
  font-weight: 500;
}
.organizer-box .org-button {
  margin-top: 24px;
}
.organizer-box .elm-sticker {
  float: left;
  margin: 0 8px 0 0;
}
.organizer-box .rate-title {
  float: left;
  height: 24px;
  line-height: 24px;
}
.organizer-box p {
  margin-bottom: 1.65em;
}
.organizer-box p:last-child {
  margin-bottom: 0;
}
.organizer-box .btn,
.organizer-box button,
.organizer-box input[type="submit"] {
  display: block;
  width: 100%;
}
.organizer-box .js-text-wrap.active {
  padding-bottom: 52px;
}
.reviews-box {
  margin-bottom: 48px;
}
.reviews-box .review-form-wrap {
  padding-bottom: 23px;
  border-bottom: 1px solid #e5e5e8;
}
.reviews-box .sl-item {
  width: 172px;
  padding: 0 12px 0 0;
  position: relative;
  overflow: hidden;
}
.reviews-box .item-photo {
  border-radius: 8px;
}
.reviews-box .item-photo:before {
  padding-top: 56.25%;
}
.reviews-box .review-button-wrap {
  line-height: 1;
  position: relative;
  padding-top: 10px;
}
.reviews-box .review-button-wrap .btn,
.reviews-box .review-button-wrap button,
.reviews-box .review-button-wrap input[type="submit"] {
  display: block;
  width: 100%;
}
.reviews-box .title-wrap {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.reviews-box .elm-rate-wrap {
  font-size: 14px;
  line-height: 13px;
  height: 13px;
  padding-left: 112px;
  margin-top: 6px;
}
.reviews-box .desc-wrap {
  font-size: 16px;
  line-height: 24px;
  opacity: 0.8;
  margin: 26px 0 0 0;
}
.reviews-box .items-wrap {
  display: block;
}
.reviews-box .item-wrap {
  display: block;
  border-top: 1px solid #e5e5e8;
  padding: 32px 0 24px 0;
}
.reviews-box .item-wrap:first-child {
  border-top: none;
  padding-top: 0;
}
.reviews-box .item-wrap:last-child {
  padding-bottom: 0;
}
.reviews-box h2,
.reviews-box .second-title {
  margin-bottom: 0;
}
.reviews-box h2 .title-count,
.reviews-box .second-title .title-count {
  display: inline;
  font-weight: 300;
}
.reviews-box .pagenav-box {
  display: none;
  margin-bottom: 0;
  margin-top: 24px;
}
.include-box {
  margin-bottom: 48px;
}
.include-box .slider-wrap {
  position: relative;
  margin: 0 -14px 0 0;
}
.include-box .sl-item {
  width: 218px;
  padding: 0 14px 0 0;
}
.include-box h2,
.include-box .second-title {
  margin-bottom: 0.8em;
}
.include-box .owl-item.active ~ .owl-item {
  opacity: 1;
  pointer-events: inherit;
}
.info-box {
  margin-bottom: 32px;
}
.info-box .items-wrap {
  margin: 0 -6px;
}
.info-box .item-wrap {
  width: 50%;
  min-height: 100%;
  padding: 0 6px;
  margin-bottom: 15px;
}
.desc-box {
  font-size: 16px;
  line-height: 1.45;
  margin-bottom: 32px;
}
.desc-box ul {
  margin-bottom: 15px;
}
.desc-box li {
  margin-bottom: 20px;
}
.desc-box li:before {
  top: 0.65em;
}
.desc-box li:last-child {
  margin-bottom: 0;
}
.side-info-box {
  margin-bottom: 40px;
}
.side-info-box h1,
.side-info-box .main-title {
  margin-bottom: 10px;
}
.side-info-box .tags-wrap {
  overflow: hidden;
  margin: 0 -8px 0 0;
  padding: 0 0 16px 0;
  border-bottom: 1px solid #e5e5e8;
}
.side-info-box .impression-wrap {
  padding: 16px 0 18px 0;
  border-bottom: 1px solid #e5e5e8;
}
.side-info-box .rate-wrap {
  padding: 24px 0 22px 0;
  border-bottom: 1px solid #e5e5e8;
}
.side-info-box .rate-actions-wrap {
  margin: 0 -25px 0 0;
  overflow: hidden;
}
.side-info-box .rate-action-wrap {
  float: left;
  margin: 0 25px 0 0;
  height: 20px;
  line-height: 20px;
  position: relative;
}
.side-info-box .rate-action-wrap:before {
  content: "";
  display: block;
  width: 1px;
  height: 16px;
  position: absolute;
  top: 2px;
  left: 100%;
  margin-left: 12px;
  background: #e5e5e8;
}
.side-info-box .rate-action-wrap:last-child:before {
  display: none;
}
.side-info-box .info-wrap {
  border-bottom: 1px solid #e5e5e8;
  padding: 24px 0 24px 0;
}
.side-info-box .actions-wrap {
  border-bottom: 1px solid #e5e5e8;
  line-height: 1;
  position: relative;
}
.side-info-box .actions-inner-wrap {
  padding: 24px 0 24px 135px;
  position: relative;
  min-height: 88px;
}
.side-info-box .actions-inner-wrap .btn,
.side-info-box .actions-inner-wrap button {
  width: 110px;
  padding: 0 10px;
  position: absolute;
  top: 44px;
  left: 0;
  margin-top: -20px;
  height: 40px;
  line-height: 40px;
  overflow: visible;
}
.side-info-box .actions-inner-wrap .elm-sticker {
  margin: 0;
}
.side-info-box .total-sticker {
  padding-top: 5px;
  display: block;
}
.side-info-box .total-wrap {
  font-size: 14px;
  line-height: 18px;
  color: #999ba5;
  display: inline-block;
  vertical-align: middle;
}
.side-info-box .total-wrap .total-price,
.side-info-box .total-wrap .total-price-old {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px 0 0;
  padding-top: 2px;
  white-space: nowrap;
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  color: #2a2d43;
}
.side-info-box .total-wrap .total-price:last-child,
.side-info-box .total-wrap .total-price-old:last-child {
  margin: 0;
}
.side-info-box .total-wrap .total-price.price-new,
.side-info-box .total-wrap .total-price-old.price-new {
  color: #ef476f;
}
.side-info-box .total-wrap .total-price-old {
  color: #999ba5;
  padding-right: 5px;
  text-decoration: line-through;
}
.side-info-box .total-wrap .total-desc {
  display: block;
}
.side-info-box .total-wrap .elm-rouble {
  font-weight: 400;
}
.side-info-box .rate-title {
  display: block;
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 12px 0;
  font-weight: 500;
}
.side-info-box .imp-title {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 9px;
}
.side-info-box .imp-desc {
  display: block;
  font-size: 12px;
  line-height: 16px;
  color: #999ba5;
}
.side-info-box .elm-sticker {
  vertical-align: top;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.side-info-box .elm-sticker + .elm-sticker {
  margin-left: 0;
}
.side-info-box .elm-tag {
  float: left;
  margin: 0 8px 8px 0;
}
.side-info-box .elm-info-ico {
  display: block;
  margin-bottom: 15px;
}
.side-info-box .elm-info-ico:last-child {
  margin-bottom: 0;
}
.mobile-tags-box {
  display: block;
  line-height: 1;
  margin: 0 0 0 0;
}
.mobile-tags-box ul {
  margin: 0 -32px 0 0;
  overflow: hidden;
}
.mobile-tags-box li {
  margin: 0 32px 10px 0;
  float: left;
  padding: 0;
}
.mobile-tags-box li:before {
  display: none;
}
.mobile-tags-box li:after {
  content: "";
  display: block;
  width: 1px;
  height: 16px;
  position: absolute;
  background: #e5e5e8;
  top: 0px;
  left: 100%;
  margin-left: 15px;
}
.mobile-tags-box li:last-child:after {
  display: none;
}
.main-gallery-box {
  margin: -32px -16px 32px -16px;
  position: relative;
  overflow: hidden;
}
.main-gallery-box .slider-wrap {
  position: relative;
}
.main-gallery-box .sl-item {
  position: relative;
  line-height: 1;
  overflow: hidden;
}
.main-gallery-box .item-photo {
  min-height: 330px;
  max-height: 400px;
}
.main-gallery-box .owl-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 0 17px 0;
}
.main-gallery-box .owl-dot {
  margin: 0 4px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  opacity: 0.5;
  transition: opacity ease 0.2s;
}
.main-gallery-box .owl-dot:hover,
.main-gallery-box .owl-dot.active {
  opacity: 1;
}
.main-gallery-box .owl-nav {
  display: none;
}
.page-actions-box + .breadcrumbs-box {
  padding-right: 300px;
}
.page-actions-box:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.page-actions-box .action-wrap {
  float: left;
  position: relative;
}
.page-actions-box .soc-block {
  display: none;
  position: absolute;
  background: #fff;
  z-index: 20;
  white-space: nowrap;
  line-height: 1;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  font-size: 0;
  text-align: left;
  padding: 0 10px;
}
.page-actions-box .btn-action-ico.button-soc {
  display: inline-block;
  vertical-align: top;
  height: 44px;
  width: 39px;
}
.breadcrumbs-box {
  margin: 0 -12px 16px 0;
  overflow: hidden;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  display: none;
}
.breadcrumbs-box.color-dark > a,
.breadcrumbs-box.color-dark > span {
  background: rgba(42, 45, 67, 0.4);
  color: #fff;
}
.breadcrumbs-box.color-dark > a.link-home,
.breadcrumbs-box.color-dark > span.link-home {
  background-image: url(../img/icons/ico-home-light.svg);
}
.breadcrumbs-box.color-dark > a:hover {
  background-color: #2a2d43;
}
.breadcrumbs-box > a,
.breadcrumbs-box > span {
  display: block;
  float: left;
  height: 24px;
  line-height: 24px;
  margin: 0 12px 12px 0;
  background: #f7f7f8;
  border-radius: 4px;
  padding: 0 12px;
  color: #2a2d43;
  text-decoration: none;
  position: relative;
  transition: background ease 0.2s;
}
.breadcrumbs-box > a.link-home,
.breadcrumbs-box > span.link-home {
  padding: 0;
  width: 24px;
  background-image: url(../img/icons/ico-home.svg);
  background-size: 14px auto;
  background-position: center;
  background-repeat: no-repeat;
}
.breadcrumbs-box > a:before,
.breadcrumbs-box > span:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: url(../img/icons/ico-arrow02.svg) center no-repeat;
  background-size: auto 6px;
  position: absolute;
  top: 12px;
  left: 100%;
  margin-left: 3px;
  margin-top: -3px;
}
.breadcrumbs-box > a:last-child:before,
.breadcrumbs-box > span:last-child:before {
  display: none;
}
.breadcrumbs-box > a:hover {
  background-color: #e6e6e7;
}
.city-popular-box {
  position: relative;
}
.city-popular-box .owl-nav {
  position: absolute;
  right: 32px;
  top: -44px;
}
@media (max-width: 1023px) {
  .city-popular-box .item-wrap {
    padding: 10px 16px;
  }
  body .search-filter-box .ui-datepicker td a,
  body .search-filter-box .ui-datepicker td span {
    font-size: 14px;
    line-height: 28px;
  }
  .popup-citysearch .ui-dialog-titlebar-close {
    top: 16px !important;
    right: 6px !important;
  }
  .popup-citysearch .popup-title-wrap {
    display: none;
  }
  .popup-citysearch .popup-content-wrap {
    padding: 72px 0 0 0;
  }
  .popup-citysearch .small-title {
    display: none;
  }
  .popup-citysearch .search-filter-box {
    margin-bottom: 0;
    border-bottom: 1px solid #e5e5e8;
  }
  .popup-citysearch .search-filter-box .frm-field-search {
    border-radius: 0;
    box-shadow: none;
    border: none;
    height: 60px;
  }
  .popup-citysearch .search-filter-box .frm-field-search input[type="text"],
  .popup-citysearch .search-filter-box .frm-field-search input[type="search"] {
    border-radius: 0;
    padding: 0 10px 0 57px;
    border: none;
    height: 60px;
    box-shadow: none;
  }
  .popup-citysearch .search-filter-box .frm-field-search .search-ico {
    width: 57px;
    height: 60px;
  }
  .popup-citysearch .search-filter-box .filter-submit-wrap {
    display: none;
  }
  .main-tab-box.tab-bg .tiles-slider-box {
    position: static;
  }
  .main-tab-box.tab-bg .search-filter-box {
    position: absolute;
    bottom: calc(100% + 75px);
    left: 16px;
    right: 16px;
    margin-bottom: 0;
  }
  .filter-popups-active .header {
    z-index: -1;
  }
  .search-filter-box .filter-popups-wrap {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    z-index: 110;
    background: #fff;
    padding: 48px 0 0 0;
  }
  .search-filter-box .filter-popups-wrap.filter-popup-date {
    padding-top: 0px;
  }
  .search-filter-box .filter-popups-wrap.filter-popup-date .small-title {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  .search-filter-box .filter-popups-wrap.active {
    display: flex;
    flex-direction: column;
  }
  .search-filter-box .filter-popups-wrap .filter-popups-content {
    flex: 1;
    width: 100%;
    overflow: auto;
  }
  .search-filter-box .filter-popups-wrap .filter-popup-wrap {
    display: block;
    padding-bottom: 16px;
    left: auto !important;
  }
  .search-filter-box .filter-popups-wrap .filter-popup-wrap .btn-action-ico.button-close {
    display: none;
  }
  .search-filter-box .filter-popups-wrap .filter-popups-actions {
    display: block;
  }
  .search-filter-box .filter-popups-wrap .btn-action-ico.button-close {
    width: 56px;
    height: 56px;
    position: absolute;
    top: 8px;
    right: 0;
  }
  .search-filter-box .filter-content h3,
  .search-filter-box .filter-content .small-title {
    display: block;
  }
  .search-filter-box .filter-content h3 + .frm-checkbox-toggle,
  .search-filter-box .filter-content .small-title + .frm-checkbox-toggle {
    margin-top: -16px;
  }
  .main-tab-box.tab-bg {
    margin-left: -16px;
    margin-right: -16px;
    padding: 24px 16px 24px 16px;
  }
  .title-search-result {
    margin-top: -3px;
  }
  .cart-box .cart-side-wrap {
    padding-top: 0;
  }
  .cart-box .cart-questions-wrap h2,
  .cart-box .cart-questions-wrap .second-title {
    margin-bottom: 15px;
  }
  .cart-box .cart-questions-wrap .item-wrap:last-child {
    border-bottom: none;
  }
  .top-fixed .main-top-wrapper {
    height: 344px;
  }
  .top-fixed .main-top-wrapper .btn.button-border.js-btn-popup-about {
    display: none;
  }
  .top-fixed .main-top-wrapper .main-tabs-box {
    position: fixed;
    margin: 0;
    top: 188px;
    bottom: auto;
    z-index: 91;
  }
  .top-fixed .main-top-box.type-second {
    z-index: 90;
    position: fixed;
    top: 72px;
    left: 0;
    right: 0;
  }
  .top-fixed .main-top-box.type-second:before {
    background: none;
    backdrop-filter: blur(25px);
  }
  .top-fixed .main-top-box.type-second .top-actions-wrap {
    display: none;
  }
  .top-fixed .main-top-box.type-second .inner-wrap {
    height: 166px;
  }
  .top-fixed .main-top-box.type-second .top-inner-wrap {
    padding-bottom: 0px;
    padding-top: 20px;
    height: 166px;
  }
  .top-fixed .main-top-box.type-second .top-sticker-wrap {
    margin: 0;
    float: left;
    position: absolute;
    top: 24px;
    right: 16px;
  }
  .main-top-wrapper {
    height: 344px;
    transition: height ease 0.2s;
  }
  .main-top-box.type-second .top-inner-wrap {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 68px;
    transition: all ease 0.2s;
  }
  .main-top-box .inner-wrap {
    height: 344px;
  }
  .main-top-box h1,
  .main-top-box .main-title {
    margin-bottom: 30px;
  }
  .main-top-box .top-actions-wrap {
    margin-bottom: 20px;
  }
  .popup-calendar-box .times-wrap {
    width: 100%;
    float: none;
  }
  .popup-calendar-box .calendar-wrap {
    width: 100%;
    float: none;
    padding: 0 0px 0 0;
    margin-bottom: 30px;
  }
  .popup-calendar-box .items-wrap {
    margin: 0 -8px 12px 0;
  }
  .popup-calendar-box .items-wrap:last-child {
    margin-bottom: 0;
  }
  .popup-calendar-box .frm-select-time {
    float: left;
    margin: 0 8px 8px 0;
  }
  .popup-calendar-box .time-title {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #2a2d43;
    margin: 0 0 10px 0;
  }
  .popup-calendar-box .ui-datepicker .ui-datepicker-prev {
    -webkit-transform: -webkit-rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .popup-calendar-box .ui-datepicker .ui-datepicker-next {
    -webkit-transform: -webkit-rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .create-form-box {
    padding-right: 0;
    max-width: 600px;
  }
  .create-form-box .form-side {
    position: relative;
    margin: 0 auto 40px auto;
    max-width: 300px;
    width: 100%;
    float: none;
  }
  .create-form-box .elm-helper .helper-content {
    right: 0;
    top: 100%;
    left: auto;
    margin: 10px 0 0 0;
  }
  .basket-item-block-price .basket-item-price-current {
    font-size: 16px;
  }
  .basket-item-block-price .basket-item-price-title {
    font-size: 12px;
  }
  .basket-items-list-item-descriptions .basket-item-info-name {
    font-size: 14px;
    line-height: 20px;
    padding-top: 10px;
  }
  .basket-items-list-item-descriptions .basket-item-actions-remove {
    top: 10px;
  }
  .profile-reviews-box {
    padding: 0;
  }
  .profile-reviews-box .profile-total-wrap {
    width: 100%;
    float: none;
    margin: 0 0 30px 0;
  }
  .profile-reviews-box .profile-reviews-wrap {
    float: none;
    max-width: 100%;
  }
  .tickets-box {
    padding-right: 300px;
  }
  .tickets-box .actions-wrap {
    width: 284px;
    margin-right: -300px;
  }
  .tickets-box .form-wrap {
    width: 284px;
  }
  .results-box .result-period .period-title {
    display: none;
  }
  .order-box {
    display: flex;
    flex-direction: column;
  }
  .order-box .order-wrap {
    order: 2;
    display: block;
    width: 100%;
    margin-bottom: 30px;
  }
  .order-box .order-form-wrap {
    width: 100%;
    display: block;
    order: 1;
    margin-bottom: 30px;
  }
  .order-box .order-submit-wrap {
    display: block;
    width: 100%;
    order: 3;
    margin: 0;
  }
  .top-about-box {
    display: none;
    animation: fadein ease 0.2s;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 130;
    overflow: auto;
    background: rgba(60, 60, 59, 0.8);
    padding-top: 10%;
    min-height: 100%;
  }
  .top-about-box:before {
    content: "";
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40px;
    z-index: 9;
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0.8) 30%, #fff 100%);
  }
  .top-about-box .inner-wrap {
    background: #fff;
    position: relative;
    min-height: 100%;
    overflow: hidden;
    padding: 56px 16px 20px 16px;
    border-radius: 16px 16px 0 0;
  }
  .top-about-box .btn-action-ico.button-close {
    position: absolute;
    z-index: 2;
    top: 8px;
    right: 8px;
    display: block;
  }
  .top-about-box .text-wrap {
    width: 100%;
    max-width: 100%;
    padding: 0;
    float: none;
  }
  .top-about-box .text-wrap h2,
  .top-about-box .text-wrap .second-title {
    display: none;
  }
  .top-about-box .mobile-title {
    display: block;
  }
  .top-about-box h2,
  .top-about-box .second-title {
    text-align: center;
    margin: 0 0 32px 0;
  }
  .top-about-box .tags-wrap {
    width: 100%;
    margin: 0 0 8px 0;
    overflow: hidden;
    float: none;
    padding: 0;
  }
  .top-about-box .js-text-wrap {
    padding: 0;
  }
  .top-about-box .js-text-wrap .js-text-toggle {
    display: none;
  }
  .top-about-box .js-text-wrap .js-text-hidden {
    display: block !important;
  }
  .about-show .top-about-box {
    display: block;
  }
  .weather-show .main-top-box {
    z-index: 100;
  }
  .main-top-box .action-wrap.weather .js-btn-toggle.active ~ .weather-overlay {
    display: block;
  }
  .main-top-box .action-wrap.weather .js-btn-toggle.active ~ .weather-block {
    display: block;
  }
  .main-top-box .action-wrap.weather .weather-block {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    border-radius: 16px 16px 0 0;
    z-index: 130;
    max-height: 100%;
    overflow: auto;
    padding: 56px 16px 40px 16px;
    color: #2a2d43;
    white-space: normal;
  }
  .main-top-box .action-wrap.weather .weather-overlay {
    display: none;
    animation: fadein ease 0.2s;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 129;
    background: rgba(60, 60, 59, 0.8);
  }
  .main-top-box .action-wrap.weather .weather-title {
    display: block;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    font-weight: 500;
    margin: 0 0 24px 0;
  }
  .main-top-box .action-wrap.weather .btn-action-ico.button-close {
    position: absolute;
    top: 8px;
    right: 8px;
  }
  .main-top-box .action-wrap.weather .elm-weather-row {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4px;
  }
  .main-top-box .action-wrap.weather .elm-weather-row:last-child {
    margin-bottom: 0;
  }
  .tiles-slider-box .elm-question {
    position: absolute;
    top: 0;
    right: 0;
  }
  .tiles-slider-box p,
  .tiles-slider-box .text-light {
    position: relative;
  }
  .tiles-slider-box .text-light {
    padding-right: 30px;
  }
  .tiles-slider-box .text-light .elm-question {
    top: 8px;
  }
  .tiles-slider-box.slider-online .sl-item {
    width: 136px;
    padding-right: 16px;
  }
  .tiles-slider-box.tiles-tabs {
    padding: 12px 0;
    margin-bottom: 28px !important;
  }
  .tiles-slider-box.slider-search-mobile-small .sl-item {
    width: 264px;
    padding-right: 12px;
    overflow: visible;
  }
  .tiles-slider-box.slider-events .sl-item {
    width: 367px;
  }
  .main-top-box + .tiles-slider-box {
    padding-top: 40px;
    padding-bottom: 8px;
  }
  .tiles-map-box {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    background: #fff;
    z-index: 110;
    display: none;
    animation: fadein ease 0.2s;
  }
  .tiles-map-box:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 88px;
    z-index: 2;
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 151.14%);
    -webkit-transform: -webkit-rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .tiles-map-box.active {
    display: block;
  }
  .tiles-map-box .map-wrap {
    position: absolute;
    top: 0;
    bottom: 374px;
    left: 0;
    right: 0;
  }
  .tiles-map-box .btn-action-ico.button-close {
    position: absolute;
    top: 25px;
    right: 16px;
    z-index: 3;
    width: 40px;
    height: 40px;
  }
  .tiles-map-box .tiles-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    min-height: 374px;
    padding: 24px 16px 0 16px;
  }
  .tiles-map-box .slider-wrap {
    margin: 0 -16px 0 -16px;
    padding-left: 16px;
    position: relative;
  }
  .tiles-map-box .sl-item {
    width: 180px;
    padding: 0 16px 0 0;
    position: relative;
  }
  .tiles-map-box .owl-nav,
  .tiles-map-box .owl-dots {
    display: none;
  }
  .tiles-map-box .item-tile {
    top: auto !important;
    bottom: auto !important;
    left: auto !important;
    right: auto !important;
  }
  .side-select-box {
    position: fixed;
    bottom: 24px;
    left: 50%;
    margin: 0 0 0 -100px;
    z-index: 98;
    width: 200px;
    display: block;
  }
  .side-select-box .frm-select-toggle {
    width: 200px;
    height: 40px;
    position: relative;
  }
  .side-select-box .frm-select-toggle label {
    width: 200px;
    height: 40px;
    border-radius: 20px;
    background: #72bd77;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-indent: 0;
  }
  .side-select-box .frm-select-toggle label:before,
  .side-select-box .frm-select-toggle label:after {
    display: none;
  }
  .side-select-box .frm-select-toggle input:checked ~ label {
    background: #72bd77;
    opacity: 1;
  }
  .side-select-box .frm-select-toggle .check-title {
    display: block;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    z-index: 2;
    color: #fff;
  }
  .side-select-box .select-title {
    display: none;
  }
  .cat-actions-fixed .catalog-actions-box {
    position: fixed;
    top: 72px;
    left: 0;
    right: 0;
    background: #fff;
    padding: 16px 16px 16px 16px;
    border-bottom: 1px solid #e5e5e8;
    z-index: 98;
  }
  .cat-actions-fixed .catalog-actions-box + .tiles-box {
    margin-top: 128px;
  }
  .main-filter-box .filter-block {
    display: none;
  }
  .main-filter-box .categories-wrap {
    display: none;
  }
  .main-filter-box .filter-section-categories .section-title {
    border-top: 1px solid #e5e5e8;
    line-height: 20px;
    padding: 18px 20px 18px 0;
    cursor: pointer;
    position: relative;
    transition: border-color ease 0.2s;
  }
  .main-filter-box .filter-section-categories .section-title:before {
    content: "";
    display: block;
    width: 12px;
    height: 30px;
    margin-top: -15px;
    position: absolute;
    top: 28px;
    right: 0;
    background: url(../img/icons/ico-select01.svg) center no-repeat;
    background-size: 12px auto;
    transition: transform ease 0.2s;
  }
  .main-filter-box .filter-section-categories .section-title.active {
    border-bottom-color: #fff;
  }
  .main-filter-box .filter-section-categories .section-title.active:before {
    -webkit-transform: -webkit-rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .main-filter-box .filter-section-toggle {
    margin-top: 0;
    font-size: 16px;
    line-height: 20px;
    padding-top: 5px;
  }
  .main-filter-box .filter-actions {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 24px 16px 24px 16px;
    border-top: 1px solid #e5e5e8;
    height: 137px;
  }
  .main-filter-box .filter-block {
    background: #fff;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    z-index: 110;
    padding: 152px 0 137px 0;
  }
  .main-filter-box .filter-title-wrap {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 72px 16px 0 16px;
  }
  .main-filter-box .filter-title-wrap h1,
  .main-filter-box .filter-title-wrap .main-title {
    margin: 0;
  }
  .main-filter-box .filter-content-wrap {
    position: absolute;
    top: 152px;
    right: 0;
    left: 0;
    bottom: 137px;
    overflow: auto;
    padding: 0 16px 0 16px;
  }
  .main-filter-box .btn-action-ico.button-close {
    display: block;
    width: 56px;
    height: 72px;
    z-index: 2;
    position: absolute;
    top: 0;
    right: 0;
  }
  .catalog-actions-box {
    margin: 0 0 48px 0;
    line-height: 1;
    position: relative;
  }
  .catalog-actions-box:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
  }
  .catalog-actions-box .total-wrap {
    display: none;
  }
  .catalog-actions-box .filter-wrap {
    width: 50%;
    float: right;
    padding: 0 0 0 4px;
  }
  .catalog-actions-box .filter-wrap .btn,
  .catalog-actions-box .filter-wrap button,
  .catalog-actions-box .filter-wrap input[type="submit"] {
    display: block;
    width: 100%;
    padding: 0 10px;
    min-width: 0;
  }
  .catalog-actions-box .sort-wrap {
    width: 50%;
    float: left;
    padding: 0 4px 0 0;
  }
  .catalog-actions-box .sort-wrap .vsmall-title {
    display: none;
  }
  .reviews-box .popup-content-wrap {
    padding-left: 0;
    padding-right: 0;
  }
  .mobile-popup-review-show .mobile-popup-wrap[data-popup="mobile-popup-review"] {
    position: fixed;
    background: #fff;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    z-index: 100;
  }
  .mobile-popup-review-show .mobile-popup-wrap[data-popup="mobile-popup-review"] .popup-inner-wrap {
    display: flex;
    width: 100%;
    flex-direction: column;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    height: 100vh;
  }
  .mobile-popup-review-show .mobile-popup-wrap[data-popup="mobile-popup-review"] .popup-content-wrap {
    flex: 1;
    overflow: auto;
    padding: 0 16px 0 16px;
  }
  .mobile-popup-review-show .mobile-popup-wrap[data-popup="mobile-popup-review"] .popup-content-wrap .item-wrap {
    display: block !important;
  }
  .mobile-popup-review-show .mobile-popup-wrap[data-popup="mobile-popup-review"] .popup-title-wrap {
    display: block;
  }
  .mobile-popup-review-show .mobile-popup-wrap[data-popup="mobile-popup-review"] .btn-action-ico.button-back {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
    height: auto;
    z-index: 2;
  }
  .mobile-popup-review-show .mobile-popup-wrap[data-popup="mobile-popup-review"] .btn-action-ico.button-back:before {
    width: 56px;
    height: 30px;
    right: auto;
    top: 55px;
    bottom: auto;
    margin-top: -15px;
  }
  .wrap:not(.mobile-popup-dates-show) .events-box .popup-content-wrap {
    padding-left: 0;
    padding-right: 0;
  }
  .mobile-popup-dates-show .mobile-popup-wrap[data-popup="mobile-popup-dates"] {
    position: fixed;
    background: #fff;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    z-index: 100;
  }
  .mobile-popup-dates-show .mobile-popup-wrap[data-popup="mobile-popup-dates"] .popup-inner-wrap {
    display: flex;
    width: 100%;
    flex-direction: column;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    height: 100vh;
  }
  .mobile-popup-dates-show .mobile-popup-wrap[data-popup="mobile-popup-dates"] .popup-content-wrap {
    flex: 1;
    overflow: auto;
    padding: 0 16px 0 16px;
  }
  .mobile-popup-dates-show .mobile-popup-wrap[data-popup="mobile-popup-dates"] .popup-content-wrap .item-wrap {
    display: block !important;
  }
  .mobile-popup-dates-show .mobile-popup-wrap[data-popup="mobile-popup-dates"] .popup-title-wrap {
    display: block;
    border-bottom: 1px solid #e5e5e8;
  }
  .mobile-popup-dates-show .mobile-popup-wrap[data-popup="mobile-popup-dates"] .btn-action-ico.button-back {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
    height: auto;
    z-index: 2;
  }
  .mobile-popup-dates-show .mobile-popup-wrap[data-popup="mobile-popup-dates"] .btn-action-ico.button-back:before {
    width: 56px;
    height: 30px;
    right: auto;
    top: 55px;
    bottom: auto;
    margin-top: -15px;
  }
  .mobile-popup-dates-show .mobile-popup-wrap[data-popup="mobile-popup-dates"] .items-wrap {
    padding-top: 24px;
  }
  .reviews-box .item-wrap:nth-child(3) ~ .item-wrap {
    display: none;
  }
  .list-box .item-wrap ~ .item-wrap ~ .item-wrap ~ .item-wrap ~ .item-wrap ~ .item-wrap ~ .item-wrap,
  .list-box .item-wrap ~ .item-wrap ~ .item-wrap ~ .item-wrap ~ .item-wrap ~ .item-wrap ~ .date-wrap {
    display: none;
  }
  .page-actions-box {
    position: absolute;
    top: 0;
    right: 0;
    padding: 8px 5px 0 0;
    z-index: 10;
    line-height: 1;
  }
  .page-actions-box.mobile-side-position {
    top: 56px;
    right: 40px;
    padding: 10px 02px 0 0;
  }
  .page-actions-box.mobile-side-position ~ .content-wrap .side .elm-photo .photo-st-wrap {
    padding-top: 60px;
  }
  .page-actions-box .soc-block {
    position: absolute;
    top: 100%;
    right: 0;
  }
  .page-actions-box .action-wrap {
    float: left;
  }
  .page-actions-box .btn-action-text {
    width: 46px;
    height: 40px;
    padding: 0;
    line-height: 1;
    min-width: 0;
    border-radius: 0;
  }
  .page-actions-box .btn-action-text:hover,
  .page-actions-box .btn-action-text.active {
    background: none;
  }
  .page-actions-box .btn-action-text .button-title {
    display: none;
  }
  .page-actions-box .btn-action-text:before,
  .page-actions-box .btn-action-text:after {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    width: 100%;
    height: 100%;
  }
  .page-actions-box .btn-action-text.button-share:before,
  .page-actions-box .btn-action-text.button-share:after {
    background-image: url(../img/icons/ico-share-light.svg);
    background-size: 24px auto;
  }
  .page-actions-box .btn-action-text.button-favorites:before,
  .page-actions-box .btn-action-text.button-favorites:after {
    background-image: url(../img/icons/ico-fav-light.svg);
    background-size: 24px auto;
  }
}
@media (max-width: 767px) {
  .cart-empty-box {
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
    border-top: 1px solid #e5e5e8;
  }
  .cart-empty-box .cart-title {
    margin-left: 0;
    margin-right: -10px;
  }
  .cart-box {
    overflow: visible;
    margin-bottom: 32px;
  }
  .cart-box .cart-title-wrap {
    display: none;
  }
  .cart-box .items-wrap {
    margin: 0 -16px;
  }
  .cart-box .item-wrap {
    margin-bottom: 24px;
    padding: 0;
  }
  .cart-box .item-wrap:last-child {
    margin-bottom: 0;
  }
  .cart-box h2,
  .cart-box .second-title {
    margin-top: 27px;
    margin-bottom: 24px;
  }
  .main-slider-box + .tiles-slider-box.tiles-main {
    padding-top: 48px;
  }
  .basket-items-list-container table.basket-items-list-table {
    display: block !important;
    position: relative;
  }
  .basket-items-list-container table.basket-items-list-table thead {
    display: none;
  }
  .basket-items-list-container table.basket-items-list-table tbody,
  .basket-items-list-container table.basket-items-list-table td,
  .basket-items-list-container table.basket-items-list-table th {
    display: block;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    width: 100%\9;
    float: left\9;
    position: relative;
    overflow: hidden;
    border: none !important;
  }
  .basket-items-list-container table.basket-items-list-table th,
  .basket-items-list-container table.basket-items-list-table td {
    padding: 10px 0 !important;
    position: static;
  }
  .basket-items-list-container table.basket-items-list-table tr {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    width: 100%\9;
    float: left\9;
    position: relative;
    overflow: hidden;
  }
  .basket-items-list-container .basket-items-list-item-container {
    display: block;
    overflow: hidden;
    text-align: center;
    border-top: 1px solid #e5e5e8 !important;
    position: relative;
    padding: 10px 0 0 0;
  }
  .basket-items-list-container .basket-items-list-item-container .basket-item-actions-remove {
    position: absolute;
    top: 20px;
    right: 0;
  }
  .basket-items-list-container .basket-items-list-item-container .basket-items-list-item-descriptions {
    width: 100%;
  }
  .basket-items-list-container .basket-items-list-item-container .basket-item-block-amount {
    margin: 0 0 0 auto;
  }
  .basket-items-list-container .basket-items-list-item-container .basket-item-block-price {
    padding: 0 40px 0 0;
  }
  .bx-basket .row {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .bx-basket .basket-checkout-section-inner {
    flex-wrap: wrap;
  }
  .bx-basket .basket-checkout-block-btn {
    width: 100%;
    padding: 0 0 0 0;
    margin: 16px 0 0 0;
    text-align: right;
  }
  .bx-basket .basket-checkout-block-btn .btn,
  .bx-basket .basket-checkout-block-btn button,
  .bx-basket .basket-checkout-block-btn input[type="submit"] {
    display: block;
    width: 100%;
  }
  .bx-basket .basket-checkout-block-btn + .basket-checkout-block-btn .btn,
  .bx-basket .basket-checkout-block-btn + .basket-checkout-block-btn button,
  .bx-basket .basket-checkout-block-btn + .basket-checkout-block-btn input[type="submit"] {
    display: inline-block;
    vertical-align: top;
    width: auto;
    padding: 0 24px;
  }
  .bx-basket .basket-items-list-header {
    flex-wrap: wrap;
    margin-top: -16px;
  }
  .bx-basket .basket-items-search-field {
    flex: auto;
    width: 100%;
  }
  .bx-basket .basket-items-list-header-filter {
    padding: 10px 0 0 0;
    line-height: 20px;
    min-height: 0;
    text-align: center;
    width: 100%;
    flex: auto;
  }
  .main-slider-box {
    background: #fff;
  }
  .main-slider-box .sl-item {
    background: #000;
  }
  .main-slider-box .inner-wrap {
    min-height: 346px;
    height: auto;
    padding-top: 110px;
    padding-bottom: 74px;
  }
  .main-slider-box .text-wrap {
    min-height: 0;
    text-align: left;
    font-size: 14px;
    line-height: 19px;
    max-width: 100%;
    margin: 0;
  }
  .main-slider-box h1,
  .main-slider-box .main-title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 12px;
    text-align: left;
  }
  .main-slider-box h1 span,
  .main-slider-box .main-title span {
    display: block;
  }
  .main-slider-box .form-wrap {
    position: absolute;
    bottom: -24px;
    left: 16px;
    right: 16px;
    max-width: inherit;
    margin: 0;
  }
  .main-slider-box .owl-dots {
    text-align: left;
    bottom: 48px;
    left: 0;
    right: 0;
    padding: 0 0 0 16px;
  }
  .main-slider-box .owl-dot {
    width: 12px;
    height: 12px;
    margin: 0 12px 0 0;
  }
  .tickets-box {
    padding-right: 0;
  }
  .tickets-box .actions-wrap {
    width: 100%;
    margin: 30px 0 0 0;
  }
  .tickets-box .form-wrap {
    position: relative;
    width: auto;
    margin: 16px 0 16px 0;
  }
  .tickets-box .items-wrap {
    float: none;
  }
  .results-box .result-period {
    position: relative;
    margin: 0 0 20px 0;
    max-width: 100%;
    float: none;
  }
  .results-box .result-period .period-title {
    display: block;
    height: auto;
    line-height: 1.1;
    margin: 0 0 5px 0;
    padding-top: 5px;
    padding-right: 0;
    position: static;
    width: auto;
    float: none;
  }
  .actions-title-box .actions-wrap {
    position: relative;
    margin-top: 20px;
  }
  .actions-title-box .elm-rate-wrap ~ .actions-wrap {
    top: auto;
  }
}
@media (max-width: 639px) {
  .create-form-box .frm-field {
    width: 100% !important;
  }
  .profile-box .frm-field {
    width: 100%;
  }
}
@media (min-width: 375px) {
  .tiles-slider-box.slider-fests .sl-item {
    width: 344px;
  }
  .tiles-slider-box.slider-journals .sl-item {
    width: 332px;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .main-top-box .action-wrap.time {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .main-top-box .action-wrap.course {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1399px) {
  .cart-box .cart-title-wrap {
    padding-left: 360px;
  }
  .cart-box .cart-title-wrap > .cart-title {
    width: 360px;
    margin-left: -360px;
  }
}
@media (max-width: 639px) {
  .profile-security-box .field-info {
    padding: 5px 0 0 0;
    width: 100%;
    position: static;
    line-height: 1.1;
    height: auto;
  }
}
@media (max-width: 479px) {
  .popup-calendar-box {
    margin: 0 -10px;
  }
  .popup-calendar-box .ui-datepicker .ui-datepicker-prev {
    left: 0;
  }
  .popup-calendar-box .ui-datepicker .ui-datepicker-prev:hover {
    left: 0;
  }
  .popup-calendar-box .ui-datepicker .ui-datepicker-next {
    right: 0;
  }
  .popup-calendar-box .ui-datepicker .ui-datepicker-next:hover {
    right: 0;
  }
  .popup-calendar-box .frm-select-time {
    width: 65px;
  }
  .popup-calendar-box .ui-datepicker {
    padding-left: 0;
    padding-right: 0;
  }
  .popup-calendar-box .ui-datepicker tr:last-child td {
    padding-bottom: 0;
  }
  .card-added-box {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 16px;
    padding-top: 32px;
  }
}
@media (max-width: 359px) {
  .tabs-box a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
@media (min-width: 640px) {
  .info-box .item-wrap {
    width: 25%;
  }
  .tiles-box .item-wrap {
    width: 33.33%;
  }
  .results-box .item-wrap {
    width: 33.33%;
  }
}
@media (min-width: 768px) {
  .cart-empty-box {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    flex-direction: row-reverse;
  }
  .cart-empty-box .cart-pic-wrap {
    margin: 0;
    width: 47%;
    padding-left: 45px;
  }
  .cart-empty-box .cart-button-wrap {
    display: none;
  }
  .cart-empty-box .cart-text-wrap {
    width: 53%;
    text-align: left;
    padding-left: 40px;
    padding-bottom: 40px;
    margin-bottom: 0;
  }
  .cart-empty-box .cart-text-wrap .btn,
  .cart-empty-box .cart-text-wrap button,
  .cart-empty-box .cart-text-wrap input[type="submit"] {
    display: inline-block;
  }
  .cart-empty-box .cart-title {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 500;
    margin: 0 0 32px 0;
    max-width: 450px;
  }
  .cart-empty-box .cart-title br {
    display: none;
  }
  .cart-empty-box .text-inner-wrap {
    max-width: 580px;
    margin: 0 0 0 auto;
  }
  .results-box + .dashboards-box {
    margin-top: -20px;
  }
  .dashboards-box .ds-field {
    width: 25%;
  }
  .dashboards-box .ds-field.field-half {
    width: 50%;
  }
  .tiles-box .item-wrap {
    width: 25%;
  }
  .main-slider-box .form-wrap.form-outer {
    position: absolute;
    bottom: 148px;
    left: 0;
    right: 0;
    max-width: 100%;
  }
  .main-slider-box .form-wrap.form-outer .frm-top-search {
    max-width: 550px;
    margin: 0 auto;
  }
  .main-slider-box .slider-inner-wrap {
    min-height: 0;
  }
  .main-slider-box .slider {
    position: relative;
    z-index: 2;
  }
  .main-slider-box .text-wrap {
    min-height: 0;
  }
  .main-slider-box .inner-wrap {
    padding-top: 120px;
    height: 464px;
    min-height: 464px;
    justify-content: flex-start;
  }
  .main-slider-box .frm-top-search {
    z-index: 3;
    position: relative;
  }
}
@media (min-width: 1024px) {
  .cart-empty-box {
    margin-bottom: 125px;
    padding-top: 35px;
  }
  .cart-empty-box .cart-text-wrap {
    padding-bottom: 90px;
  }
  .city-popular-box .item-wrap {
    white-space: normal;
    padding: 0 16px 0 0;
    width: 206px;
    display: inline-block;
    vertical-align: top;
  }
  .city-popular-box .items-wrap {
    display: block;
    font-size: 0;
    white-space: nowrap;
    margin: 0 -32px;
    padding-left: 32px;
    /* overflow: auto; */
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
    scrollbar-width: none;
    z-index: 2;
  }
  .city-popular-box .items-wrap::-webkit-scrollbar {
    background: transparent;
    width: 0;
  }
  .popup-citysearch {
    width: 890px !important;
    left: 50% !important;
    border-radius: 8px !important;
    margin-left: -445px;
  }
  .popup-citysearch .popup-content-wrap {
    padding: 0 32px 32px 32px;
  }
  .popup-citysearch .ui-dialog-titlebar-close {
    top: 10px !important;
    right: 10px !important;
  }
  .popup-citysearch .popup-title-wrap {
    padding: 40px 32px 24px 32px;
    border-bottom: none;
    margin-bottom: 0;
  }
  .popup-citysearch .popup-title-wrap .popup-title {
    font-size: 32px;
    line-height: 1.2;
  }
  .popup-citysearch .search-filter-box {
    box-shadow: 0px 16px 16px rgba(98, 98, 98, 0.12);
    margin-bottom: 40px;
  }
  .popup-citysearch .search-filter-box .frm-field-search .search-ico {
    display: none;
  }
  .popup-citysearch .search-filter-box .frm-field-search input[type="text"],
  .popup-citysearch .search-filter-box .frm-field-search input[type="search"] {
    padding-left: 16px;
    font-size: 14px;
  }
  .popup-citysearch h3,
  .popup-citysearch .small-title {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 8px;
  }
  .gallery-box {
    margin-bottom: 40px;
  }
  .gallery-box .items-outer-wrap {
    display: block;
  }
  .gallery-box .slider-outer-wrap {
    display: none;
  }
  .search-filter-box {
    padding-right: 48px;
  }
  .search-filter-box .filter-popups-wrap {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 0;
    width: 100%;
  }
  .search-filter-box .filter-popups-wrap .btn-action-ico.button-close {
    display: none;
  }
  .search-filter-box .filter-popup-wrap {
    width: 375px;
    position: absolute;
    top: 58px;
    left: 50%;
    background: #fff;
    box-shadow: 0px 16px 16px rgba(98, 98, 98, 0.12);
    border-radius: 6px;
    z-index: 110;
    margin-left: -187px;
  }
  .search-filter-box .filter-popup-wrap[data-filter="filter-category"] {
    padding-top: 4px;
  }
  .search-filter-box .filter-popup-wrap[data-filter="filter-date"] {
    padding-top: 0;
  }
  .search-filter-box .filter-popup-wrap.active {
    display: block;
  }
  .search-filter-box .filter-popup-wrap .btn-action-ico.button-close {
    display: none;
  }
  .search-filter-box .filter-actions {
    display: block;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: -24px;
  }
  .search-filter-box .filter-content {
    min-height: 140px;
  }
  .search-filter-box .filter-actions-wrap {
    display: block;
  }
  .search-filter-box .filter-submit-wrap .btn,
  .search-filter-box .filter-submit-wrap button,
  .search-filter-box .filter-submit-wrap input[type="submit"] {
    border-radius: 0 4px 4px 0;
    box-shadow: none;
  }
  .search-filter-box .filter-wrap {
    height: 50px;
    position: relative;
    line-height: 1;
    background: #fff;
    border-radius: 4px 0 0 4px;
    display: flex;
    flex-wrap: nowrap;
  }
  .search-filter-box .filter-search-wrap {
    flex: 1;
  }
  .search-filter-box .frm-field-search {
    border-radius: 0;
    background: none;
    border: none;
  }
  .search-filter-box .frm-field-search input {
    height: 48px;
  }
  .search-filter-box .frm-field-search .search-ico {
    height: 48px;
  }
  .search-filter-box .mobile-filter-button {
    display: none;
  }
  .search-filter-box .section-counter {
    display: none;
  }
  .main-page-box.type-second {
    margin-bottom: 32px;
  }
  .main-page-box.type-second:before {
    content: "";
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    display: block;
    position: absolute;
    z-index: 2;
    top: 183px;
    left: 0;
    right: 0;
    bottom: 0;
    height: auto;
  }
  .main-page-box.type-second .inner-wrap {
    padding-top: 214px;
    padding-bottom: 48px;
  }
  .main-page-box.type-second h2,
  .main-page-box.type-second .second-title {
    text-align: left;
    font-size: 56px;
    line-height: 1.2;
    margin-bottom: 24px;
  }
  .main-page-box.type-second h2:last-child,
  .main-page-box.type-second .second-title:last-child {
    margin-bottom: 0;
  }
  .main-page-box.type-second .main-text {
    display: block;
    font-size: 24px;
    line-height: 1.2;
    text-align: left;
  }
  .main-page-box .breadcrumbs-box {
    display: block;
  }
  .main-page-box:before {
    display: none;
  }
  .main-page-box .inner-wrap {
    padding: 66px 40px 107px 40px;
  }
  .main-page-box h2,
  .main-page-box .second-title {
    font-size: 56px;
    line-height: 1.2;
    margin: 0;
    text-align: center;
  }
  .main-page-box .main-text {
    display: none;
  }
  .main-page-box + .main-tabs-box {
    margin-top: -60px;
    margin-bottom: 0;
  }
  .main-page-box + .main-tabs-box .inner-wrap {
    max-width: 1146px;
    padding-left: 45px;
    padding-right: 45px;
  }
  .main-tab-box {
    margin-top: 0;
  }
  .main-tab-box.tab-bg {
    border-radius: 0;
    margin-top: -32px;
    padding: 48px 0 24px 0;
  }
  .main-tab-box.tab-bg:before,
  .main-tab-box.tab-bg:after {
    content: "";
    display: block;
    width: 9999px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    background: #e4f0f4;
  }
  .main-tab-box.tab-bg:before {
    left: auto;
    right: 100%;
  }
  .main-tab-box.tab-bg .tiles-slider-box {
    z-index: 2;
  }
  .main-tab-box.tab-bg .tiles-slider-box .owl-nav {
    display: none;
  }
  .main-tab-box.tab-bg .tiles-slider-box h2,
  .main-tab-box.tab-bg .tiles-slider-box .second-title {
    font-size: 32px;
    line-height: 1.2;
  }
  .main-tab-box.tab-bg .tiles-slider-box .text-light {
    padding-top: 0;
  }
  .checkout-box {
    margin-left: auto;
    margin-right: auto;
    max-width: 1048px;
    margin-bottom: 36px;
  }
  .checkout-box .checkout-content-wrap {
    width: 53%;
    float: left;
    padding-top: 34px;
  }
  .checkout-box .checkout-side-wrap {
    width: 47%;
    float: right;
    padding: 0 0 0 69px;
    border: none;
  }
  .checkout-box .total-wrap {
    margin-bottom: 22px;
  }
  .checkout-box .discount-wrap {
    border-top: 1px solid #e5e5e8;
    border-bottom: 1px solid #e5e5e8;
    padding: 16px 0 28px 0;
    margin-bottom: 8px;
  }
  .checkout-box .items-wrap {
    border-top: none;
    border-bottom: none;
    padding-bottom: 0;
    padding-top: 0;
  }
  .checkout-box .item-wrap {
    padding: 24px 0;
    border-bottom: 1px solid #e5e5e8;
  }
  .checkout-box h1,
  .checkout-box .main-title {
    margin-bottom: 0;
  }
  .checkout-box h2,
  .checkout-box .second-title {
    margin-top: 15px;
  }
  .checkout-box .frm-protect {
    padding-top: 6px;
    padding-bottom: 6px;
    margin-bottom: 16px;
  }
  .checkout-box .frm-protect:before {
    top: 14px;
  }
  .checkout-box .frm-select-pay {
    margin-bottom: 8px;
  }
  .checkout-box .frm-row-submit {
    margin-top: 16px;
  }
  .checkout-box .frm-row-submit .btn,
  .checkout-box .frm-row-submit button,
  .checkout-box .frm-row-submit input[type="submit"] {
    display: inline-block;
    padding: 0 20px;
    min-width: 340px;
    width: auto;
  }
  .cart-box {
    padding: 0 240px 0 0;
  }
  .cart-box .cart-content-wrap {
    width: 100%;
    float: left;
  }
  .cart-box .cart-side-wrap {
    width: 220px;
    float: right;
    margin: 0 -240px 0 0;
  }
  .page-tabs-box {
    padding-top: 0;
    border-bottom: 1px solid #e5e5e8;
    height: 35px;
  }
  .page-tabs-box:before,
  .page-tabs-box:after {
    display: none;
  }
  .page-tabs-box.type-second a {
    padding-left: 24px;
    padding-right: 24px;
  }
  .page-tabs-box.type-second ul {
    margin-right: 0;
  }
  .page-tabs-box.type-second li {
    margin-right: 0;
  }
  .order-box {
    max-width: 100%;
    padding: 0 430px 0 0;
  }
  .order-box .order-wrap {
    width: 400px;
    float: right;
    margin: 0 -430px 0 0;
  }
  .order-box .order-form-wrap,
  .order-box .order-submit-wrap {
    width: 100%;
    float: left;
    max-width: 500px;
  }
  .test-box {
    padding: 88px 0 175px 0;
    margin-bottom: 64px;
  }
  .test-box .test-photo {
    transition: all ease 0.2s;
  }
  .test-box .test-photo:nth-child(2) {
    -webkit-transform: -webkit-rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  .test-box .test-photo:nth-child(3) {
    -webkit-transform: -webkit-rotate(5deg);
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  .test-box .test-text-wrap {
    margin-bottom: 48px;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
  }
  .test-box .test-skip-wrap {
    bottom: 104px;
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    text-transform: none;
    letter-spacing: normal;
  }
  .test-box .test-wrap {
    padding: 0 240px;
    position: relative;
    margin: 0 auto;
    max-width: 990px;
  }
  .test-box .test-counter-wrap {
    position: static;
    display: inline;
    line-height: 20px;
    width: auto;
    height: auto;
    margin: 0 0 0 5px;
  }
  .test-box .test-photo-wrap {
    max-width: 297px;
    z-index: 3;
  }
  .test-box .test-actions-wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    width: auto;
    height: auto;
  }
  .test-box .btn-action-ico.button-like,
  .test-box .btn-action-ico.button-dislike {
    width: 209px;
    height: 278px;
    border: 1px dashed #babbc2;
    border-radius: 8px;
    position: absolute;
    top: 50%;
    left: 0;
    float: none;
    margin-top: -139px;
    background: none;
    box-shadow: none;
  }
  .test-box .btn-action-ico.button-like:before,
  .test-box .btn-action-ico.button-dislike:before {
    background-size: 56px auto;
  }
  .test-box .btn-action-ico.button-like {
    left: auto;
    right: 0;
  }
  .test-box h2,
  .test-box .second-title {
    font-size: 32px;
    text-align: center;
    margin-bottom: 10px;
  }
  .subscribe-box {
    margin-top: 100px;
    margin-bottom: 67px;
    margin-left: 0;
    margin-right: 0;
    padding: 48px 418px 61px 53px;
  }
  .subscribe-box:first-child {
    margin-top: 0;
  }
  .subscribe-box .pic-wrap {
    display: block;
  }
  .subscribe-box .text-wrap {
    margin: 0;
    max-width: 100%;
    padding: 0 52px 0 0;
  }
  .subscribe-box .form-wrap {
    max-width: 460px;
  }
  .pluses-box {
    margin-bottom: 43px;
  }
  .pluses-box .items-wrap {
    margin: 0 -12px;
  }
  .pluses-box .item-wrap {
    padding: 0 12px;
    margin-bottom: 24px;
  }
  .main-slider-box {
    margin-bottom: 32px;
  }
  .main-slider-box .frm-search-dropdown-list {
    left: 4px;
    right: 48px;
  }
  .main-slider-box .owl-dots {
    padding-bottom: 52px;
  }
  .main-slider-box .inner-wrap {
    padding-top: 138px;
    padding-bottom: 100px;
  }
  .main-slider-box .text-wrap {
    max-width: 100%;
    min-height: 0;
    margin-bottom: 36px;
    font-weight: 500;
  }
  .main-slider-box .form-wrap {
    max-width: 825px;
  }
  .main-slider-box h1,
  .main-slider-box .main-title {
    font-size: 56px;
    line-height: 62px;
    margin-bottom: 10px;
  }
  .main-slider-box .slider-inner-wrap {
    min-height: 178px;
  }
  .main-slider-box .form-wrap.form-outer {
    margin-top: 90px;
  }
  .main-slider-box .form-wrap.form-outer .frm-top-search {
    max-width: 825px;
  }
  .top-actions-box {
    margin-bottom: 65px;
  }
  .top-actions-box .owl-stage-outer {
    height: auto !important;
  }
  .top-actions-box .owl-stage {
    width: 100% !important;
    transform: none !important;
    overflow: hidden;
    margin: 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .top-actions-box .owl-stage:after {
    display: none;
  }
  .top-actions-box .owl-item {
    float: none;
    display: block;
    width: auto;
  }
  .top-actions-box .sl-item {
    padding: 0;
  }
  .top-actions-box .item-action {
    padding-right: 0;
  }
  .top-fixed .main-top-wrapper {
    height: 515px;
  }
  .top-fixed .main-tabs-box {
    position: fixed;
    margin: 0;
    top: 312px;
    z-index: 91;
  }
  .top-fixed .main-top-box {
    position: fixed;
    top: 72px;
    right: 0;
    left: 0;
    z-index: 90;
  }
  .top-fixed .main-top-box.type-second .inner-wrap {
    height: 240px;
  }
  .top-fixed .main-top-box.type-second .top-sticker-wrap {
    position: absolute;
    top: 53px;
    right: 60px;
    margin: 0;
    float: left;
  }
  .top-fixed .main-top-box.type-second .top-inner-wrap {
    height: 240px;
    padding-top: 55px;
    padding-bottom: 0;
  }
  .top-fixed .main-top-box.type-second .top-actions-wrap {
    display: none;
  }
  .top-fixed .main-top-box.type-second:before {
    backdrop-filter: blur(25px);
    background: none;
    height: 100%;
  }
  .top-fixed .main-top-box.type-second .breadcrumbs-box {
    display: none;
  }
  .weather-show .main-top-box.type-second {
    z-index: 92;
  }
  .main-tabs-box.type-second li:first-child a:after {
    background-image: url(../img/icons/ico-radius03.svg);
  }
  .main-tabs-box.type-second li:first-child a:before {
    background-image: url(../img/icons/ico-radius04.svg);
  }
  .main-tabs-box.type-second li:last-child a:after {
    background-image: url(../img/icons/ico-radius03.svg);
  }
  .main-tabs-box.type-second li:last-child a:before {
    background-image: url(../img/icons/ico-radius04.svg);
  }
  .main-tabs-box a {
    height: 60px;
    line-height: 60px;
    font-size: 12px;
  }
  .main-tabs-box li:first-child {
    overflow: visible;
  }
  .main-tabs-box li:first-child a {
    overflow: visible;
    border-radius: 30px 0 0 0;
  }
  .main-tabs-box li:first-child a:after,
  .main-tabs-box li:first-child a:before {
    content: "";
    display: block;
    width: 28px;
    height: 26px;
    background: url(../img/icons/ico-radius01.svg) center no-repeat;
    background-size: 100% 100%;
    transition: none;
    position: absolute;
    bottom: 0;
    right: 100%;
  }
  .main-tabs-box li:first-child a:after {
    opacity: 0;
  }
  .main-tabs-box li:first-child a:before {
    background-image: url(../img/icons/ico-radius02.svg);
    opacity: 1;
    -webkit-transform: -webkit-scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }
  .main-tabs-box li:first-child a:hover:before,
  .main-tabs-box li:first-child a.active:before {
    opacity: 0;
  }
  .main-tabs-box li:first-child a:hover:after,
  .main-tabs-box li:first-child a.active:after {
    opacity: 1;
  }
  .main-tabs-box li:last-child {
    overflow: visible;
  }
  .main-tabs-box li:last-child a {
    overflow: visible;
    border-radius: 0 30px 0 0;
  }
  .main-tabs-box li:last-child a:after,
  .main-tabs-box li:last-child a:before {
    content: "";
    display: block;
    width: 28px;
    height: 26px;
    background: url(../img/icons/ico-radius01.svg) center no-repeat;
    background-size: 100% 100%;
    transition: none;
    position: absolute;
    bottom: 0;
    left: 100%;
  }
  .main-tabs-box li:last-child a:after {
    opacity: 0;
    -webkit-transform: -webkit-scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }
  .main-tabs-box li:last-child a:before {
    background-image: url(../img/icons/ico-radius02.svg);
    opacity: 1;
  }
  .main-tabs-box li:last-child a:hover:before,
  .main-tabs-box li:last-child a.active:before {
    opacity: 0;
  }
  .main-tabs-box li:last-child a:hover:after,
  .main-tabs-box li:last-child a.active:after {
    opacity: 1;
  }
  .main-tabs-box a {
    transition: none;
  }
  .main-top-wrapper {
    height: 515px;
    margin-bottom: 33px;
  }
  .main-top-wrapper + .tiles-slider-box.tiles-tabs .inner-wrap {
    max-width: 1146px;
  }
  .main-top-wrapper .main-tabs-box {
    margin-top: -60px;
  }
  .main-top-wrapper .main-tabs-box .inner-wrap {
    max-width: 1146px;
    padding-left: 45px;
    padding-right: 45px;
  }
  .main-top-box.type-second .inner-wrap {
    height: 515px;
  }
  .main-top-box.type-second .top-inner-wrap {
    padding-bottom: 90px;
    transition: all ease 0.2s;
  }
  .main-top-box .top-sticker-wrap {
    margin-bottom: 24px;
  }
  .main-top-box .btn-action-ico.button-helper {
    margin-left: 15px;
  }
  .main-top-box + .tiles-slider-box.tiles-main {
    padding: 60px 0;
    margin-top: 0 !important;
  }
  .main-top-box:before {
    height: 306px;
  }
  .main-top-box .inner-wrap {
    height: 465px;
  }
  .main-top-box .top-actions-wrap {
    margin-bottom: 0;
  }
  .main-top-box .top-inner-wrap {
    padding-bottom: 40px;
    padding-left: 48px;
    padding-right: 48px;
  }
  .main-top-box .action-wrap {
    display: block;
    position: relative;
  }
  .main-top-box .weather-block {
    display: none;
    z-index: 9;
    position: absolute;
    width: 228px;
    box-shadow: 0px 16px 16px rgba(98, 98, 98, 0.12);
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
    top: 100%;
    left: 0;
    padding: 8px 16px;
    margin-top: 10px;
  }
  .main-top-box .weather-block .btn-action-ico.button-close,
  .main-top-box .weather-block .weather-title {
    display: none;
  }
  .main-top-box .weather-overlay {
    display: none;
  }
  .main-top-box h1,
  .main-top-box .main-title {
    font-size: 56px;
    line-height: 1.2;
  }
  .main-top-box .js-btn-popup-about {
    display: none !important;
  }
  .tiles-map-box {
    display: none;
    animation: fadein ease 0.2s;
    position: absolute;
    top: 0;
    left: 50%;
    height: 940px;
    width: 50%;
  }
  .tiles-map-box .tiles-inner-wrap {
    margin-left: 54px;
    margin-right: -48px;
    display: block;
    height: 940px;
    position: relative;
  }
  .tiles-map-box .map-wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .tiles-map-box.active {
    display: block;
  }
  .tiles-map-box.active + .tiles-box {
    min-height: 940px;
    padding-right: 50%;
  }
  .tiles-map-box.active + .tiles-box .item-wrap {
    width: 50%;
  }
  .tiles-map-box .btn-action-ico.button-close {
    display: none;
  }
  .tiles-map-box .tiles-wrap,
  .tiles-map-box .owl-item,
  .tiles-map-box .owl-stage,
  .tiles-map-box .owl-stage-outer,
  .tiles-map-box .sl-item {
    height: auto !important;
    transform: none !important;
    width: 100% !important;
    line-height: 1;
    position: static !important;
    overflow: visible;
    display: block;
  }
  .tiles-map-box .elm-map-price {
    display: block;
    float: left;
    position: absolute;
    -webkit-transform: -webkit-translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    cursor: pointer;
  }
  .tiles-map-box .item-tile {
    display: none;
    animation: fadein ease 0.2s;
    background: #ffffff;
    border-radius: 8px;
    width: 215px;
    z-index: 9;
    padding-bottom: 12px;
    padding-left: 16px;
    padding-right: 10px;
    box-shadow: 0px 32px 32px rgba(42, 45, 67, 0.24);
    position: absolute;
  }
  .tiles-map-box .item-tile .tile-photo {
    margin-left: -16px;
    margin-right: -10px;
  }
  .tiles-map-box .item-tile.active {
    display: block;
  }
  .tiles-map-box .owl-nav,
  .tiles-map-box .owl-dots {
    display: none;
  }
  .tiles-outer-wrap {
    position: relative;
  }
  .main-filter-box .js-categories-toggle {
    pointer-events: none;
  }
  .main-filter-box .categories-wrap {
    display: block !important;
  }
  .main-filter-box .frm-period {
    padding-left: 9px;
  }
  .main-filter-box .frm-period:before {
    display: none;
  }
  .main-filter-box .frm-period label {
    text-align: center;
    font-size: 14px;
  }
  .main-filter-box input.js-date-range-input {
    font-size: 13px;
    padding-right: 0;
  }
  .main-filter-box #js-date-range-wrap .ui-datepicker {
    padding-left: 0;
    padding-right: 0;
  }
  .main-filter-box #js-date-range-wrap .ui-datepicker .ui-datepicker-header {
    margin-left: 16px;
    margin-right: 16px;
  }
  .main-filter-box #js-date-range-close {
    margin-top: 8px;
    display: block;
    width: 100%;
    padding: 0 10px;
  }
  .pagenav-box.pagenav-large {
    margin-right: -10px;
  }
  .pagenav-box.pagenav-large a,
  .pagenav-box.pagenav-large span {
    min-width: 40px;
    height: 40px;
    line-height: 38px;
    font-size: 12px;
    margin: 0 10px 10px 0;
  }
  .tiles-box .search-filter-box {
    margin-top: 32px;
    box-shadow: 0px 16px 16px rgba(98, 98, 98, 0.12);
  }
  .tiles-box .items-wrap {
    margin: 0 -12px;
  }
  .tiles-box .item-wrap {
    padding: 0 12px;
    margin-bottom: 32px;
  }
  .catalog-actions-box {
    margin: 0 0 24px 0;
    position: relative;
  }
  .catalog-actions-box:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
  }
  .catalog-actions-box .filter-wrap {
    display: none;
  }
  .catalog-actions-box .total-wrap {
    display: block;
    float: left;
  }
  .catalog-actions-box .total-wrap .vsmall-title {
    height: 48px;
    line-height: 48px;
  }
  .catalog-actions-box .sort-wrap {
    float: right;
  }
  .catalog-actions-box .sort-wrap .vsmall-title {
    height: 48px;
    line-height: 48px;
    float: left;
    margin: 0 16px 0 0;
  }
  .catalog-actions-box .sort-wrap .select-wrap {
    width: 240px;
    float: left;
  }
  .catalog-actions-box .vsmall-title {
    margin: 0;
  }
  .tiles-actions-box {
    padding: 0 200px 0 0;
    min-height: 40px;
    margin: 10px 0 0 0;
  }
  .tiles-actions-box .pagenav-box {
    margin: 0;
    display: block;
  }
  .tiles-actions-box .load-wrap {
    float: left;
    position: absolute;
    top: 8px;
    right: 0;
    padding: 0;
    margin: 0;
  }
  .fixed-panel-box {
    padding: 0;
  }
  .fixed-panel-box .inner-wrap {
    padding-right: 448px;
    min-height: 76px;
  }
  .fixed-panel-box .info-wrap {
    display: flex;
  }
  .fixed-panel-box .actions-wrap {
    margin: 0 -400px 0 0;
    float: right;
    width: 400px;
  }
  .fixed-panel-box .actions-inner-wrap {
    padding: 0 190px 0 0;
    text-align: right;
  }
  .fixed-panel-box .actions-inner-wrap .btn,
  .fixed-panel-box .actions-inner-wrap button,
  .fixed-panel-box .actions-inner-wrap input[type="submit"] {
    left: auto;
    right: 0;
  }
  .tiles-slider-box {
    margin-bottom: 65px;
  }
  .tiles-slider-box.slider-arrows-off .owl-nav {
    display: none;
  }
  .tiles-slider-box.slider-arrows-off .owl-item {
    opacity: 1 !important;
    pointer-events: auto !important;
  }
  .tiles-slider-box.slider-online .sl-item {
    width: 239px;
    padding-right: 24px;
  }
  .tiles-slider-box.tiles-tabs {
    margin: 0 0 32px 0 !important;
  }
  .tiles-slider-box.tiles-tabs .sl-item {
    overflow: visible;
  }
  .tiles-slider-box.tiles-tabs .owl-nav {
    display: none;
  }
  .tiles-slider-box.tiles-tabs .owl-item {
    opacity: 1 !important;
    pointer-events: auto !important;
  }
  .tiles-slider-box.tiles-main {
    padding: 64px 0 56px 0;
    background: #f7f7f8;
    margin: -32px 0 66px 0 !important;
  }
  .tiles-slider-box.slider-main {
    margin-bottom: 58px;
  }
  .tiles-slider-box.slider-arrows-position-second .slider-wrap {
    margin-right: 0;
    position: relative;
  }
  .tiles-slider-box.slider-arrows-position-second .owl-nav {
    overflow: visible;
    width: auto;
    height: 0;
    line-height: 0;
    position: static;
    margin: 0;
  }
  .tiles-slider-box.slider-arrows-position-second .owl-prev {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -15px;
    background-color: #fff;
  }
  .tiles-slider-box.slider-arrows-position-second .owl-prev.disabled {
    display: none;
  }
  .tiles-slider-box.slider-arrows-position-second .owl-next {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -15px;
    background-color: #fff;
  }
  .tiles-slider-box.slider-arrows-position-second .owl-next.disabled {
    display: none;
  }
  .tiles-slider-box.slider-arrows-position-second .owl-item {
    opacity: 0.5;
  }
  .tiles-slider-box.slider-arrows-position-second .owl-item.active {
    opacity: 1;
  }
  .tiles-slider-box.slider-arrows-position-second .owl-item:not(.active) {
    pointer-events: none;
  }
  .tiles-slider-box.slider-desktop-inactive {
    margin-bottom: 40px;
  }
  .tiles-slider-box.slider-desktop-inactive.slider-search {
    margin-bottom: 50px;
  }
  .tiles-slider-box.slider-desktop-inactive.slider-search .owl-stage {
    margin-right: -14px;
  }
  .tiles-slider-box.slider-desktop-inactive.slider-search .owl-item {
    margin-bottom: 14px;
    width: 264px;
  }
  .tiles-slider-box.slider-desktop-inactive.slider-places .owl-item,
  .tiles-slider-box.slider-desktop-inactive.slider-sv .owl-item {
    width: 239px;
  }
  .tiles-slider-box.slider-desktop-inactive.slider-articles .owl-item {
    width: 272px;
  }
  .tiles-slider-box.slider-desktop-inactive .owl-stage-outer {
    height: auto !important;
  }
  .tiles-slider-box.slider-desktop-inactive .owl-stage {
    width: 100% !important;
    transform: none !important;
    overflow: hidden;
    margin: 0 -24px 0 0;
    display: flex;
    flex-wrap: wrap;
  }
  .tiles-slider-box.slider-desktop-inactive .owl-item {
    float: none;
    width: 204px;
    margin-bottom: 24px;
  }
  .tiles-slider-box .title-wrap {
    margin-bottom: 30px;
    padding-right: 100px;
  }
  .tiles-slider-box .link-wrap {
    padding-top: 20px;
  }
  .tiles-slider-box .owl-nav {
    display: block;
  }
  .tiles-slider-box .slider-wrap {
    position: static;
  }
  .tiles-slider-box .text-light {
    font-size: 18px;
    line-height: 1.6;
  }
  .questions-box {
    padding: 80px 0 80px 358px;
    margin-bottom: 82px;
  }
  .questions-box .title-wrap {
    float: left;
    width: 328px;
    margin: 0;
    position: absolute;
    top: 80px;
    left: 0;
  }
  .questions-box .items-wrap {
    border-top: none;
    width: 100%;
    display: block;
    margin: 0 0 0 auto;
    max-width: 640px;
    float: none;
    min-width: 0;
  }
  .questions-box .item-wrap {
    margin: 0 0 42px 0;
    max-width: 470px;
    border: none;
  }
  .questions-box .item-wrap:last-child {
    margin-bottom: 0;
  }
  .events-box {
    margin-bottom: 80px;
  }
  .events-box.type-second .list-box .items-wrap {
    padding-top: 0;
  }
  .events-box.type-second .list-box .item-event {
    padding-bottom: 25px;
  }
  .events-box h2,
  .events-box .second-title {
    margin-bottom: 28px;
  }
  .events-box .tabs-box {
    display: none;
  }
  .events-box .js-tab-block {
    display: block;
  }
  .events-box .events-inner-wrap {
    position: relative;
    padding: 0 0 0 358px;
  }
  .events-box .events-inner-wrap:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
  }
  .events-box .tab-list {
    float: left;
    width: 358px;
    padding: 0 30px 0 0;
    margin: 0 0 0 -358px;
  }
  .events-box .tab-calendar {
    width: 100%;
    float: right;
    max-width: 640px;
  }
  .events-box .actions-wrap {
    display: none;
  }
  .events-box .list-box {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 328px;
  }
  .events-box .list-box .items-wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .list-box {
    position: relative;
  }
  .list-box:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 104px;
    background: linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0) 115.19%);
    z-index: 3;
  }
  .list-box .items-wrap {
    overflow: auto;
    padding: 38px 0 100px 0;
  }
  .list-box .date-wrap {
    margin-bottom: 4px;
  }
  .list-box .item-event {
    padding-bottom: 35px;
  }
  .list-box .item-wrap {
    position: relative;
    line-height: 1;
  }
  .events-box.type-second .calendar-box {
    box-shadow: none;
    border: 1px solid #e5e5e8;
  }
  .calendar-box {
    margin: 0 0 0 -32px;
    padding: 27px 30px 40px 32px;
    box-shadow: 0px 16px 16px rgba(98, 98, 98, 0.12);
    border-radius: 8px;
  }
  .calendar-box .cal-button {
    padding-top: 22px;
    display: block;
  }
  body .calendar-box .ui-datepicker th,
  body .calendar-box .ui-datepicker td {
    padding-right: 2px;
  }
  body .calendar-box .ui-datepicker th:last-child,
  body .calendar-box .ui-datepicker td:last-child {
    padding-right: 0;
  }
  body .calendar-box .ui-datepicker th {
    padding-bottom: 3px;
  }
  body .calendar-box .ui-datepicker td {
    padding-bottom: 2px;
  }
  body .calendar-box .ui-datepicker td a,
  body .calendar-box .ui-datepicker td span {
    height: 79px;
    line-height: 79px;
    font-size: 14px;
  }
  .main-impress-box .info-box {
    padding-bottom: 33px;
    border-bottom: 1px solid #e5e5e8;
    margin-bottom: 48px;
  }
  .main-impress-box .organizer-box,
  .main-impress-box .include-box,
  .main-impress-box .text-box {
    padding-bottom: 48px;
    margin-bottom: 48px;
    border-bottom: 1px solid #e5e5e8;
  }
  .main-impress-box .organizer-box h2,
  .main-impress-box .organizer-box .second-title {
    margin-bottom: 35px;
  }
  .main-impress-box .text-box.last {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 48px;
  }
  .main-impress-box .map-box {
    position: relative;
    margin-top: 80px;
    padding-top: 80px;
  }
  .main-impress-box .map-box:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
  }
  .main-impress-box .map-box .title-wrap {
    width: 358px;
    float: left;
    margin: 0 0 50px -358px;
  }
  .main-impress-box .map-box .text-wrap {
    width: 100%;
    float: left;
    margin: 0 0 0px 0;
  }
  .main-impress-box .map-box:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -9999px;
    right: -9999px;
    height: 1px;
    background: #e5e5e8;
  }
  .main-impress-box .map-box .map-wrap {
    margin: 50px -2000px 0 -2000px;
  }
  .main-map-box {
    margin-top: 0;
    margin-bottom: 80px;
  }
  .reviews-box {
    margin-bottom: 44px;
  }
  .reviews-box .popup-content-wrap {
    padding: 0;
  }
  .reviews-box.reviews-empty {
    border-bottom: 1px solid #e5e5e8;
    padding-bottom: 32px;
    margin-bottom: 48px;
  }
  .reviews-box .title-wrap {
    overflow: hidden;
  }
  .reviews-box .title-wrap h2,
  .reviews-box .title-wrap .second-title {
    float: left;
    margin: 0 32px 0 0;
    position: relative;
  }
  .reviews-box .title-wrap h2:before,
  .reviews-box .title-wrap .second-title:before {
    content: "";
    display: block;
    width: 1px;
    height: 24px;
    position: absolute;
    left: 100%;
    top: 50%;
    margin-left: 15px;
    margin-top: -12px;
    background: #e5e5e8;
  }
  .reviews-box .title-wrap .elm-rate-wrap {
    float: left;
    margin-top: 7px;
  }
  .reviews-box .pagenav-box {
    display: block;
  }
  .reviews-box .rv-photos-wrap {
    overflow: hidden;
    position: relative;
  }
  .reviews-box .item-wrap {
    padding-top: 24px;
  }
  .reviews-box .item-wrap:last-child {
    border-bottom: 1px solid #e5e5e8;
    padding-bottom: 24px;
  }
  .reviews-box .item-wrap:first-child {
    padding-top: 0;
  }
  .reviews-box .review-button-wrap {
    display: none;
  }
  .organizer-box {
    font-size: 16px;
    line-height: 1.5;
  }
  .organizer-box .org-inner-wrap {
    padding: 0 0 0 280px;
    overflow: hidden;
  }
  .organizer-box .org-photo {
    width: 240px;
    float: left;
    margin: 0 0 0 -280px;
  }
  .organizer-box .org-text-wrap {
    width: 100%;
    float: left;
    margin: 0;
  }
  .organizer-box .org-text-wrap h2,
  .organizer-box .org-text-wrap .second-title {
    font-size: 18px;
    line-height: 22px;
    padding: 3px 0;
    margin-bottom: 1px;
  }
  .organizer-box .org-rate {
    margin-bottom: 22px;
  }
  .organizer-box .org-button {
    margin-top: 40px;
  }
  .organizer-box .js-text-wrap.active {
    padding-bottom: 48px;
  }
  .organizer-box p {
    margin-bottom: 24px;
  }
  .organizer-box .btn,
  .organizer-box button,
  .organizer-box input[type="submit"] {
    display: inline-block;
    padding: 0 24px;
    width: auto;
  }
  .desc-box li {
    margin-bottom: 15px;
  }
  .desc-box ul {
    margin-bottom: 20px;
  }
  .mobile-tags-box {
    display: none;
  }
  .side-info-box {
    display: flex;
    flex-direction: column;
  }
  .side-info-box .title-wrap {
    border-bottom: 1px solid #e5e5e8;
    padding-bottom: 5px;
    width: 100%;
    order: 1;
  }
  .side-info-box .impression-wrap {
    width: 100%;
    order: 2;
  }
  .side-info-box .rate-wrap {
    width: 100%;
    order: 3;
    padding-bottom: 25px;
    border-bottom: none;
  }
  .side-info-box .tags-wrap {
    width: 100%;
    order: 4;
  }
  .side-info-box .actions-wrap {
    width: 100%;
    order: 5;
  }
  .side-info-box .info-wrap {
    width: 100%;
    order: 6;
  }
  .side-info-box .imp-title {
    margin-bottom: 5px;
  }
  .side-info-box .rate-title {
    margin-bottom: 6px;
  }
  .main-gallery-box {
    margin: 0 0 55px 0;
  }
  .main-gallery-box .slider-wrap {
    overflow: hidden;
  }
  .main-gallery-box .item-photo:hover .photo-total-wrap {
    opacity: 1;
  }
  .main-gallery-box.grid-full .owl-item:first-child {
    width: 100% !important;
    padding-right: 0;
  }
  .main-gallery-box.grid-full .owl-item:first-child + .owl-item,
  .main-gallery-box.grid-full .owl-item:first-child + .owl-item + .owl-item {
    display: none;
  }
  .main-gallery-box.grid-full .owl-item:first-child + .owl-item + .owl-item {
    margin-bottom: 0;
    display: none;
  }
  .main-gallery-box.grid-full .owl-item:first-child + .owl-item + .owl-item ~ .owl-item {
    display: none !important;
  }
  .main-gallery-box.grid-2 .owl-item:first-child + .owl-item,
  .main-gallery-box.grid-2 .owl-item:first-child + .owl-item + .owl-item {
    margin-bottom: 0;
  }
  .main-gallery-box.grid-2 .owl-item:first-child + .owl-item .item-photo,
  .main-gallery-box.grid-2 .owl-item:first-child + .owl-item + .owl-item .item-photo {
    height: 334px;
  }
  .main-gallery-box.grid-2 .owl-item:first-child + .owl-item + .owl-item {
    margin-bottom: 0;
    display: none;
  }
  .main-gallery-box.grid-2 .owl-item:first-child + .owl-item + .owl-item ~ .owl-item {
    display: none !important;
  }
  .main-gallery-box.grid-5 .slider-wrap {
    margin: 0 -16px -16px 0;
  }
  .main-gallery-box.grid-5 .owl-item:first-child {
    width: 38.08% !important;
  }
  .main-gallery-box.grid-5 .owl-item:first-child ~ .owl-item,
  .main-gallery-box.grid-5 .owl-item:first-child + .owl-item,
  .main-gallery-box.grid-5 .owl-item:first-child + .owl-item + .owl-item {
    margin-bottom: 16px;
    width: 30.96% !important;
    padding-right: 16px;
  }
  .main-gallery-box.grid-5 .owl-item:first-child ~ .owl-item .item-photo,
  .main-gallery-box.grid-5 .owl-item:first-child + .owl-item .item-photo,
  .main-gallery-box.grid-5 .owl-item:first-child + .owl-item + .owl-item .item-photo {
    height: 159px;
  }
  .main-gallery-box.grid-5 .owl-item:first-child + .owl-item + .owl-item {
    margin-bottom: 16px;
  }
  .main-gallery-box.grid-5 .owl-item:first-child + .owl-item + .owl-item ~ .owl-item {
    display: block !important;
  }
  .main-gallery-box.grid-5 .owl-item:first-child + .owl-item + .owl-item ~ .owl-item + .owl-item ~ .owl-item {
    display: none !important;
  }
  .main-gallery-box.grid-4 .slider-wrap {
    margin: 0 -16px -16px 0;
  }
  .main-gallery-box.grid-4 .owl-item:first-child {
    width: 38.08% !important;
  }
  .main-gallery-box.grid-4 .owl-item:first-child + .owl-item,
  .main-gallery-box.grid-4 .owl-item:first-child + .owl-item + .owl-item {
    margin-bottom: 16px;
    width: 30.96% !important;
    padding-right: 16px;
    margin-right: 10px;
  }
  .main-gallery-box.grid-4 .owl-item:first-child + .owl-item .item-photo,
  .main-gallery-box.grid-4 .owl-item:first-child + .owl-item + .owl-item .item-photo {
    height: 159px;
  }
  .main-gallery-box.grid-4 .owl-item:first-child + .owl-item + .owl-item + .owl-item {
    width: 30.96% !important;
    padding-right: 16px;
    position: absolute;
    top: 0;
    right: 0;
  }
  .main-gallery-box.grid-4 .owl-item:first-child + .owl-item + .owl-item {
    margin-bottom: 16px;
  }
  .main-gallery-box.grid-4 .owl-item:first-child + .owl-item + .owl-item ~ .owl-item {
    display: block !important;
  }
  .main-gallery-box.grid-4 .owl-item:first-child + .owl-item + .owl-item ~ .owl-item + .owl-item {
    display: none !important;
  }
  .main-gallery-box.grid-4 .owl-item:first-child + .owl-item + .owl-item ~ .owl-item + .owl-item ~ .owl-item {
    display: none !important;
  }
  .main-gallery-box .owl-stage {
    width: 100% !important;
    transform: none !important;
    overflow: hidden;
  }
  .main-gallery-box .owl-item:first-child {
    width: 70% !important;
    float: left;
    padding: 0 16px 0 0;
  }
  .main-gallery-box .owl-item:first-child + .owl-item,
  .main-gallery-box .owl-item:first-child + .owl-item + .owl-item {
    width: 30% !important;
    float: left;
    margin-bottom: 16px;
  }
  .main-gallery-box .owl-item:first-child + .owl-item .item-photo,
  .main-gallery-box .owl-item:first-child + .owl-item + .owl-item .item-photo {
    height: 159px;
  }
  .main-gallery-box .owl-item:first-child + .owl-item + .owl-item {
    margin-bottom: 0;
  }
  .main-gallery-box .owl-item:first-child + .owl-item + .owl-item ~ .owl-item {
    display: none !important;
  }
  .main-gallery-box .item-photo {
    max-height: inherit;
    min-height: 0;
    height: 334px;
    border-radius: 8px;
  }
  .main-gallery-box .owl-dots {
    display: none;
  }
  .breadcrumbs-box {
    display: block;
  }
  .page-actions-box {
    position: absolute;
    top: 27px;
    right: 48px;
  }
  .page-actions-box .action-wrap {
    margin-left: 14px;
  }
  .page-actions-box .soc-block {
    bottom: 100%;
    left: 50%;
    margin-left: -160px;
    margin-bottom: 10px;
    z-index: 100;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .calendar-box {
    margin-left: 0;
  }
}
@media (min-width: 1024px) and (max-width: 1399px) {
  .cart-box .cart-title-wrap .titles-wrap .cart-title {
    width: 36%;
  }
  .cart-box .cart-title-wrap .titles-wrap .cart-title + .cart-title {
    width: 32%;
    max-width: 150px;
    padding-right: 12px;
  }
  .cart-box .cart-title-wrap .titles-wrap .cart-title + .cart-title + .cart-title {
    width: 32%;
    max-width: 150px;
    padding-right: 0;
  }
}
@media (min-width: 1146px) {
  .results-box .item-wrap {
    width: 100%;
    flex: 1;
  }
  .main-impress-box .map-box .title-wrap {
    width: 400px;
    margin-left: -400px;
  }
}
@media (min-width: 1200px) {
  .cart-box {
    padding: 0 355px 0 0;
  }
  .cart-box .cart-side-wrap {
    width: 325px;
    margin: 0 -355px 0 0;
  }
  .subscribe-box.type-second {
    padding-right: 635px;
  }
  .subscribe-box.type-second .pic-wrap {
    width: 625px;
  }
  .subscribe-box.type-second.__modified {
    padding-right: 0;
  }
  .tiles-box.tiles-full .item-wrap {
    width: 20%;
  }
}
@media (min-width: 1400px) {
  .cart-box {
    padding-right: 405px;
  }
  .cart-box .cart-side-wrap {
    margin-right: -405px;
  }
  .tiles-map-box {
    left: 60%;
    width: 40%;
  }
  .tiles-map-box.active + .tiles-box {
    padding-right: 40%;
  }
  .tiles-map-box.active + .tiles-box .item-wrap {
    width: 33.33%;
  }
  .tiles-box .item-wrap {
    width: 25%;
  }
}
@media (min-width: 1920px) {
  .tiles-map-box {
    left: 80%;
    width: 20%;
  }
  .tiles-map-box .tiles-inner-wrap {
    min-width: 400px;
  }
  .tiles-map-box.active + .tiles-box {
    padding-right: 20%;
  }
  .tiles-map-box.active + .tiles-box .item-wrap {
    width: 25%;
  }
}
@media (min-width: 2300px) {
  .tiles-map-box {
    left: 100%;
  }
  .tiles-map-box.active + .tiles-box {
    padding-right: 0;
  }
  .tiles-map-box.active + .tiles-box .item-wrap {
    width: 20%;
  }
}
.articleBox {
  position: relative;
  margin-top: 20px;
  margin-bottom: 30px;
}
.articleBox .articleBox__title_box {
  margin-bottom: 30px;
  padding-right: 100px;
}
.articleBox .articleBox__title {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 1em;
  font-weight: 500;
}
.articleBox.__slider .owl-stage-outer,
.articleBox.__slider .owl-stage {
  overflow: visible;
}
.articleBox.__slider .owl-nav {
  position: absolute;
  top: -2px;
  right: 0;
}
.articleBox.__slider .articleBox__list.__slider_target {
  display: flex;
  flex-wrap: nowrap;
  margin: 0 -12px;
}
.articleBox.__card_post .articleBox__list {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}
.articleBox.__card_post .articleBox__item {
  display: flex;
  flex-direction: column;
  margin: 30px 10px;
  width: calc((100% / 4) - 20px);
  overflow: hidden;
  min-width: 240px;
}
.articleBox.__card_post .articleBox__item .articleBox__item_image {
  display: flex;
  height: 150px;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 16px;
}
.articleBox.__card_post .articleBox__item .articleBox__item_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.articleBox.__card_post .articleBox__item .articleBox__item_title {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 140%;
  color: #2a2d43;
}
.articleBox.__card_post .articleBox__item .articleBox__item_description {
  margin-top: 8px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 140%;
  color: #999ba5;
  flex: 1 0 auto;
}
.articleBox.__card_post .articleBox__item .articleBox__item_infoBox {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
}
.articleBox.__card_post .articleBox__item .articleBox__item_infoBox_author {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 160%;
  color: #2a2d43;
}
.articleBox.__card_post .articleBox__item .articleBox__item_infoBox_row {
  display: flex;
  margin-top: 4px;
}
.articleBox.__card_post .articleBox__item .articleBox__item_infoBox_date {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 160%;
  color: #999ba5;
}
.articleBox.__card_post .articleBox__item .articleBox__item_infoBox_time {
  display: flex;
  align-items: center;
  margin-left: 12px;
  padding-left: 12px;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 160%;
  color: #999ba5;
  border-left: 1px solid #babbc2;
}
.articleBox.__card_post .articleBox__item .articleBox__item_infoBox_time .icon {
  width: 12px;
  height: 12px;
  display: flex;
  margin-right: 12px;
}
.articleBox.__card_post .articleBox__item .articleBox__item_infoBox_time .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.articleBox.__card_author .articleBox__list {
  display: flex;
  flex-wrap: wrap;
  margin: -12px;
}
.articleBox.__card_author .articleBox__item {
  display: flex;
  flex-direction: column;
  margin: 12px;
  width: 316px;
  padding: 16px;
  overflow: hidden;
  min-width: 240px;
  background-color: white;
  border-radius: 12px;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.04);
  transition: 0.2s;
  will-change: transform;
}
.articleBox.__card_author .articleBox__item:hover {
  transform: translateY(-10px);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.06);
}
.articleBox.__card_author .articleBox__item .articleBox__item_author {
  display: flex;
  align-items: center;
}
.articleBox.__card_author .articleBox__item .articleBox__item_author_image {
  display: flex;
  width: 44px;
  height: 44px;
  margin-right: 16px;
  border-radius: 50%;
  overflow: hidden;
}
.articleBox.__card_author .articleBox__item .articleBox__item_author_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.articleBox.__card_author .articleBox__item .articleBox__item_author_box {
  display: flex;
  flex-direction: column;
  margin-right: 16px;
  flex-basis: auto;
  flex-grow: 1;
}
.articleBox.__card_author .articleBox__item .articleBox__item_author_title {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: #2a2d43;
}
.articleBox.__card_author .articleBox__item .articleBox__item_author_date {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 160%;
  color: #999ba5;
  margin-top: 5px;
}
.articleBox.__card_author .articleBox__item .articleBox__item_author_time {
  display: flex;
}
.articleBox.__card_author .articleBox__item .articleBox__item_author_time_icon {
  width: 15px;
  height: 15px;
  margin-right: 8px;
}
.articleBox.__card_author .articleBox__item .articleBox__item_author_time_value {
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 160%;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #999ba5;
}
.articleBox.__card_author .articleBox__item .articleBox__item_description {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 160%;
  color: #2a2d43;
  margin-top: 14px;
  flex-basis: auto;
  flex-grow: 1;
}
.articleBox.__card_author .articleBox__item .articleBox__item_tags {
  margin: 14px 0;
}
.articleBox.__card_author .articleBox__item .articleBox__item_tags_list {
  display: flex;
  flex-wrap: wrap;
  margin: -4px;
}
.articleBox.__card_author .articleBox__item .articleBox__item_tags_item {
  font-style: normal;
  font-weight: bold;
  font-size: 10px;
  line-height: 160%;
  display: flex;
  align-items: center;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #999ba5;
  background: #f7f7f8;
  border-radius: 6px;
  padding: 6px 10px;
  margin: 4px;
}
.articleBox.__card_author .articleBox__item .articleBox__item_attr {
  display: flex;
  align-items: center;
}
.articleBox.__card_author .articleBox__item .articleBox__item_attr_item {
  display: flex;
  align-items: center;
}
.articleBox.__card_author .articleBox__item .articleBox__item_attr_item:not(:first-child) {
  margin-left: 16px;
}
.articleBox.__card_author .articleBox__item .articleBox__item_attr_item_icon {
  width: 15px;
  height: 15px;
  margin-right: 8px;
}
.articleBox.__card_author .articleBox__item .articleBox__item_attr_item_icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.articleBox.__card_author .articleBox__item .articleBox__item_attr_item_value {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 140%;
  color: #999ba5;
}
.peopleInfoBox {
  display: flex;
  margin: 24px 0 72px;
}
.peopleInfoBox .peopleInfoBox__description {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 145%;
}
.peopleInfoBox .peopleInfoBox__description p:not(:first-child) {
  margin-top: 16px;
}
.peopleInfoBox .peopleInfoBox__categories {
  margin-left: 70px;
}
.peopleInfoBox .peopleInfoBox__categories_list {
  display: flex;
  flex-wrap: wrap;
  margin: -4px;
}
.peopleInfoBox .peopleInfoBox__categories_item {
  margin: 4px;
  background: #f7f7f8;
  border-radius: 4px;
  padding: 6px 12px;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 160%;
  color: #999ba5;
  transition: 0.2s;
}
.peopleInfoBox .peopleInfoBox__categories_item:hover {
  transition: 0.05s;
  background: #ebebeb;
}
@media (max-width: 768px) {
  .peopleInfoBox {
    flex-direction: column;
  }
  .peopleInfoBox .peopleInfoBox__categories {
    margin-left: 0;
    margin-top: 70px;
    margin-bottom: 30px;
  }
}
.peopleBox {
  margin: 64px 0;
}
.peopleBox .peopleBox__title {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 24px;
}
.peopleBox .peopleBox__list {
  display: flex;
  margin: -12px;
  flex-wrap: wrap;
}
.peopleBox .item-tile {
  margin: 12px;
  width: calc((100% / 5) - 24px);
  min-width: 190px;
}
.peopleBox .pagenav-box {
  margin-top: 24px;
}
@media (max-width: 1140px) {
  .peopleBox .peopleBox__list {
    justify-content: space-between;
  }
}
@media (max-width: 768px) {
  .peopleBox .item-tile {
    min-width: 150px;
  }
  .peopleBox .peopleBox__list {
    justify-content: space-around;
  }
}
.mobile__visible {
  display: none;
}
.mobile__hidden {
  display: block;
}
@media (max-width: 768px) {
  .mobile__visible {
    display: block;
  }
  .mobile__hidden {
    display: none;
  }
}
.peopleInfoBox__modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 2000;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: .4s;
}
.peopleInfoBox__modal.__active {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}
.peopleInfoBox__outer {
  background: white;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;          
}
.peopleInfoBox__outer::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}
.peopleInfoBox__shadow {

}
.peopleInfoBox__close {
  width: 40px;
  height: 40px;
  background: url(../img/icons/ico-close.svg) center center no-repeat;
  position: absolute;
  right: 16px;
  top: 16px;
  z-index: 20;
}
.peopleInfoBox__inner {
  position: relative;
  padding: 76px 16px;
  
}
.peopleInfoBox__inner .peopleInfoBox__categories {
  margin-top: 0;
}
