.catalog-page .sales {
    padding-top: 0px;
}

a.main-btn {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  text-decoration: none;
  background-color: #f5b75f;
  color: white;
  width: 160px;
  border-radius: 10px;
  height: 40px;
}
a.main-btn.mobile {
  display: none;
}

.tabs li a:focus {
    color: #222;
    text-decoration: none;
}

.tabs li a {
    color: #222;
    text-decoration: none;
}

.tabs li a:hover, .tabs li a:focus {
    color: #222;
    text-decoration: none;
}

.tabs li a:focus {
    outline: unset;
    outline: unset;
    outline-offset: unset;
}

.logo img {
    width: auto !important;
}
a.main-btn.mobile.white {
  background-color: #fff;
  color: #222;
  border: 1px solid #222;
  margin-top: 14px;
}
a.main-btn:hover {
  /*font-family: "RalewayMedium";*/
  box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.25);
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}



.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

header .logo img {
    /*width: 30px;*/
    height: 40px;
  }

.mobile-menu {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 1000;
  color: #222;
  overflow-y: scroll;
  font-size: 12px;
  line-height: 14px;
  font-family: "RalewayLight";
  display: none;
}
.mobile-menu .style-sort {
  text-align: right;
  display: block;
  text-decoration: underline;
  font-size: 8px;
  line-height: 9px;
}
.mobile-menu .single {
  margin: 0;
  margin-top: 16px;
}
.mobile-menu .single li:last-child {
  margin-bottom: 0;
}
.mobile-menu .close-menu {
  cursor: pointer;
}
.mobile-menu .checkbox-label {
  width: 100%;
  display: block;
}
.mobile-menu .checkbox-label .checkbox-text {
  padding-left: 0;
}
.mobile-menu .checkbox-label .check-mark {
  top: -2px;
  right: -1px;
  left: auto;
}
.mobile-menu ul {
  width: 100%;
  padding: 0;
  margin: 0;
  margin-bottom: 24px;
}
.mobile-menu ul.hide {
  display: none;
}
.mobile-menu ul li {
  list-style: none;
  margin-bottom: 10px;
}
.mobile-menu .header-list-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mobile-menu .header-list-wrapper form input {
  width: 189px;
  border-radius: 4px;
  border: 1px solid #969696;
  text-indent: 10px;
  font-size: 8px;
  line-height: 16px;
}
.mobile-menu .header-list-wrapper form input::placeholder {
  line-height: 16px;
  font-size: 8px;
  color: #222;
}
.mobile-menu .header-list {
  margin-top: 16px;
  font-family: "RalewayRegular";
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 16px;
}
.mobile-menu .show-hide {
  margin-top: 16px;
  font-size: 8px;
  line-height: 9px;
  margin-bottom: 16px;
  text-decoration: underline;
  cursor: pointer;
}
.mobile-menu .mt-16 {
  margin-top: 16px;
}
.mobile-menu .common {
  font-size: 12px;
  line-height: 14px;
  font-family: "RalewayLight";
  text-align: left;
}
.mobile-menu .container-mobile-menu {
  padding: 5px 47px 30px 22px;
}
.mobile-menu p {
  margin-bottom: 0;
}
.mobile-menu .filter-header {
  font-size: 8px;
  line-height: 9px;
  font-family: "RalewayMedium";
}
.mobile-menu .top-menu-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mobile-menu .line {
  height: 0.8px;
  width: 100%;
  background-color: #B1B1B1;
  margin-top: 16px;
}
.mobile-menu .uncheck {
  font-size: 8px;
  line-height: 9px;
  text-decoration: underline;
  cursor: pointer;
  z-index: 100;
  font-family: "RalewayRegular";
}
.mobile-menu .uncheck:hover {
  /*font-family: "RalewayMedium";*/
}

.mobile-bottom-line {
  display: none;
}

.top-line-mobile {
  display: none;
}

.checkbox-label {
  cursor: pointer;
  position: relative;
}
.checkbox-label input[type=checkbox] {
  display: none;
}
.checkbox-label .check-mark {
  position: absolute;
  top: -1px;
  left: 0;
  background-color: transparent;
  width: 15px;
  height: 15px;
  border: 1px solid #B0B0B0;
  border-radius: 2px;
}
.checkbox-label .checkbox-text {
  padding-left: 21px;
}
.checkbox-label input[type=checkbox]:checked + span {
  opacity: 1;
  background: #000;
}
.checkbox-label input[type=checkbox]:checked + span:before {
  content: "";
  width: 8px;
  height: 4px;
  position: absolute;
  top: 3.5px;
  left: 3px;
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 1;
  transform: rotate(-45deg);
}

.sign-up,
.sign-in {
  width: 456px;
  background: #FFFFFF;
  border: 1px solid #B0B0B0;
  box-sizing: border-box;
  border-radius: 12px;
  padding: 13px 22px 22px;
  position: fixed;
  z-index: 99999;
  left: 50%;
  top: 50%;
  margin-left: -228px;
  margin-top: -273px;
  display: none;
}

/*#new_order {
    width: 456px;
    max-width: 700px;
    height: 100%;
    position: fixed;
    top: 0;
    left: 50%;
    margin-left: -228px;
    margin-top: 0px; 
    background-color: #fff;
    color: #222;
    overflow-y: scroll;
    overflow-x: hidden;
    font-size: 12px;
    line-height: 14px;
    font-family: "RalewayLight";
    z-index: 99999;
    display: none;
  }*/

.sign-up .mobile,
.sign-in .mobile,
#new_order .mobile{
  display: none;
}
.sign-up.show,
.sign-in.show,
#new_order.show {
  display: block;
}
.sign-up .conditions,
.sign-in .conditions {
  padding-left: 21px;
  visibility: hidden;
}
.sign-up .conditions.show,
.sign-in .conditions.show {
  visibility: visible;
}
.sign-up .conditions li,
.sign-in .conditions li {
  font-size: 9px;
  line-height: 11px;
  margin-bottom: 10px;
  color: #222;
  font-family: "RalewayLight";
  list-style: none;
  position: relative;
  display: flex;
  align-items: center;
}
.sign-up .conditions li img,
.sign-in .conditions li img {
  margin-right: 4px;
  display: none;
}
.sign-up .conditions li.success,
.sign-in .conditions li.success {
  color: #477564;
}
.sign-up .conditions li.success .succsess-img,
.sign-in .conditions li.success .succsess-img {
  display: block;
}
.sign-up .conditions li.error .error-img,
.sign-in .conditions li.error .error-img {
  display: block;
}
.sign-up .checkbox-label,
.sign-in .checkbox-label {
  margin-top: 10px;
  margin-left: 0;
}
.sign-up .checkbox-label input[type=checkbox]:checked + span:before,
.sign-in .checkbox-label input[type=checkbox]:checked + span:before {
  top: 2px;
  left: 1px;
  width: 5px;
  height: 2px;
}
.sign-up .checkbox-label .check-mark,
.sign-in .checkbox-label .check-mark {
  width: 8px;
  height: 8px;
  left: 9px;
  top: -0.5px;
}
.sign-up .checkbox-label .checkbox-text,
.sign-in .checkbox-label .checkbox-text {
  color: #7D7D7D;
  margin-top: 5px;
  margin-left: 7px;
}
.sign-up .simple-info.invisible,
.sign-in .simple-info.invisible {
  visibility: hidden;
}
.sign-up h4,
.sign-in h4 {
  margin: 0;
  font-size: 14px;
  line-height: 16px;
  font-family: "RalewayMedium";
  margin-bottom: 35px;
  text-align: center;
}
.sign-up label,
.sign-in label {
  font-family: "RalewayLight";
  color: #7D7D7D;
  font-size: 8px;
  line-height: 9px;
  margin-bottom: 8px;
  display: block;
  margin-left: 12px;
  position: relative;
}
.sign-up label.error,
.sign-in label.error {
  font-size: 9px;
  line-height: 9px;
  position: absolute;
  bottom: -25px;
  left: 20px;
  color: #AE000E;
}
.sign-up label.error:before,
.sign-in label.error:before {
  content: "";
  position: absolute;
  background-image: url("../images/common/error-form.svg");
  width: 20px;
  height: 20px;
  top: -3px;
  left: -22px;
  background-repeat: no-repeat;
}
.sign-up input[type=submit],
.sign-in input[type=submit] {
  background-color: #f5b75f;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  font-size: 14px;
  line-height: 33px;
  font-family: "RalewayMedium";
  color: #222;
  margin-bottom: 12px;
  cursor: pointer;
}
.sign-up p,
.sign-in p {
  font-size: 8px;
  line-height: 9px;
  font-family: "RalewayLight";
  margin-left: 10px;
}
.sign-up p.term-service,
.sign-in p.term-service {
  font-family: "RalewayMedium";
  margin-bottom: 10px;
}
.sign-up p.mail-text,
.sign-in p.mail-text {
  color: #7D7D7D;
  max-width: 256px;
}
.sign-up .sign-up-password-label,
.sign-up .sign-up-name-label,
.sign-up .sign-up-email-label,
.sign-up .sign-up-phone-label,
.sign-in .sign-up-password-label,
.sign-in .sign-up-name-label,
.sign-in .sign-up-email-label,
.sign-in .sign-up-phone-label {
  padding-left: 0;
  margin-left: 0;
  position: relative;
}
.sign-up .sign-up-password-label .show-text,
.sign-up .sign-up-name-label .show-text,
.sign-up .sign-up-email-label .show-text,
.sign-up .sign-up-phone-label .show-text,
.sign-in .sign-up-password-label .show-text,
.sign-in .sign-up-name-label .show-text,
.sign-in .sign-up-email-label .show-text,
.sign-in .sign-up-phone-label .show-text {
  cursor: pointer;
  right: 11px;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: auto;
  height: 7px;
  font-family: "RalewayBold";
  color: #222;
  font-size: 9px;
}
.sign-up input,
.sign-in input {
  display: block;
  margin-bottom: 25px;
  width: 100%;
  line-height: 34px;
  color: #222;
  background: #FFFFFF;
  border: 1px solid #B0B0B0;
  box-sizing: border-box;
  border-radius: 8px;
  text-indent: 12px;
  position: relative;
}
.sign-up input.error, .sign-up input.errorlist,
.sign-in input.error,
.sign-in input.errorlist {
  background: #FEEDEE;
  border: 1px solid #EFEFEF;
}
.sign-up input.error::placeholder, .sign-up input.errorlist::placeholder,
.sign-in input.error::placeholder,
.sign-in input.errorlist::placeholder {
  color: #AE000E;
}
.sign-up input::placeholder,
.sign-in input::placeholder {
  font-size: 14px;
  line-height: 16px;
  font-family: "RalewayLight";
  color: #222;
  line-height: 34px;
}
.sign-up input.custom-margin,
.sign-in input.custom-margin {
  margin-bottom: 8px;
}

.sign-in {
  padding-bottom: 49px;
  margin-top: -152px;
  margin-left: -228px;
}
.sign-in a {
  font-family: "RalewayRegular";
  font-size: 14px;
  line-height: 16px;
  margin-top: 24px;
  color: #222;
  text-decoration: underline;
  display: block;
  margin-left: 15px;
  display: none;
}
.sign-in a.show {
  display: block;
}
.sign-in .register-submit {
  margin-top: 41px;
}

.hidden {
  display: none !important;
}

.flex-wrapper {
  display: flex;
}

section.popular .mobile {
  display: none;
}

section.interesting-mobile {
  display: none;
}

.body-wrapper.darkness:after {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2000;
}

.main-menu-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.link-more {
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 14px;
  font-family: "RalewayRegular";
  text-decoration: underline;
}
.link-more:hover {
  /*font-family: "RalewayMedium";*/
}
.link-more img {
  margin-right: 8px;
}

.main-menu {
  width: 840px;
  height: 64px;
  border-radius: 30px;
  background-color: #fff;
  opacity: 0.9;
  margin-left: auto;
  margin-right: auto;
  margin-top: 95px;
  display: flex;
  align-items: center;
  padding-right: 8px;
  justify-content: space-between;
  transition: all 0.5s ease;
  z-index: 50;
  position: relative;
  border: 1px solid #222d38;
}
.main-menu.yoga-online-menu {
  justify-content: start;
}
.main-menu.yoga-online-menu .main-menu-list li:last-child::after {
  display: block;
}
.main-menu.yoga-online-menu .search-btn {
  margin-left: auto;
}
.main-menu.yoga-online-menu .label-menu {
  margin-right: 16px;
  margin-left: 32px;
  line-height: 19px;
}
.main-menu.yoga-online-menu .label-menu .check-mark {
  top: 1px;
}
.main-menu.yoga-online-menu .label-menu .checkbox-text {
  padding-left: 26px;
}
.main-menu label {
  cursor: pointer;
  position: relative;
  font-size: 14px;
  line-height: 16px;
}
.main-menu label .check-mark {
  position: absolute;
  top: -1px;
  left: 0;
  background-color: transparent;
  width: 15px;
  height: 15px;
  border: 1px solid #B0B0B0;
  border-radius: 2px;
}
.main-menu label .checkbox-text {
  padding-left: 21px;
}
.main-menu label input[type=checkbox] {
  display: none;
}
.main-menu label input[type=checkbox]:checked + span {
  opacity: 1;
  background: #f5b75f;
}
.main-menu label input[type=checkbox]:checked + span:before {
  content: "";
  width: 8px;
  height: 4px;
  position: absolute;
  top: 3.5px;
  left: 3px;
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 1;
  transform: rotate(-45deg);
}
.main-menu.opacity {
  opacity: 1;
}
.main-menu:hover {
  background-color: #FCFCFC;
  opacity: 1;
}
.main-menu .search-btn {
  background-color: #f5b75f;
  border-radius: 30px;
  color: #fff;
  height: 48px;
  width: 114px;
  box-shadow: none;
}
.main-menu .search-btn:hover {
  background-color: #f5b75f;
}
.main-menu .search-btn span {
  background-image: url("../images/search-icon.svg");
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  position: relative;
  top: 2px;
}
.main-menu.border {
  border: 1px solid #B0B0B0;
}
.main-menu.no-margin {
  margin: 0;
}
.main-menu.common-menu {
  margin-top: 48px;
  margin-bottom: 50px;
  margin-right: 0;
  margin-left: 0;
  opacity: 1;
}
.main-menu.common-menu .main-menu-list li:after {
  background-color: #E4E4E4;
}
.main-menu.events .children-wrapper.comfort {
  width: 230px;
  left: -161px;
  padding-bottom: 60px;
  padding-top: 80px;
  padding-right: 27px;
  padding-left: 27px;
}
.main-menu.events .children-wrapper.comfort .h3 {
  margin-top: 32px;
}
.main-menu.events .children-wrapper.comfort .uncheck {
  right: 27px;
}
.main-menu.events .children-wrapper.comfort .children-list {
  margin-bottom: 32px;
}
.main-menu.events .children-wrapper.comfort .children-list label .checkbox-text {
  padding-left: 27px;
}
.main-menu.events .children-wrapper.equipment {
  width: 375px;
  left: -280px;
}
.main-menu.events .children-wrapper.location {
  left: -440px;
}
.main-menu.events .children-wrapper.location .children-list.flex-list {
  display: flex;
  margin-bottom: 17px;
  margin-top: 27px;
  flex-wrap: wrap;
}
.main-menu.events .children-wrapper.location .children-list.flex-list li {
  margin-right: 63px;
}
.main-menu.events .children-wrapper.location .title-wrapper {
  margin-top: 32px;
}
.main-menu .main-menu-list {
  margin: 0;
  padding: 0;
  display: flex;
}
.main-menu .main-menu-list li {
  list-style: none;
  line-height: 64px;
  padding: 0 22px;
  margin: 0;
  color: #222;
  cursor: pointer;
  position: relative;
  font-size: 14px;
}
.main-menu .main-menu-list li:hover {
  /*font-family: "RalewayMedium";*/
}
.main-menu .main-menu-list li:first-child {
  padding-left: 30px;
}
.main-menu .main-menu-list li:last-child {
  border: none;
}
.main-menu .main-menu-list li:last-child:after {
  display: none;
}
.main-menu .main-menu-list li.active {
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 30px;
  z-index: 100;
  /*font-family: "RalewayMedium";*/
  background-color: #fff;
}
.main-menu .main-menu-list li.active:after {
  display: none;
}
.main-menu .main-menu-list li.active-hover {
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 30px;
  z-index: 100;
  background-color: #fff;
}
.main-menu .main-menu-list li.active-hover:after {
  display: none;
}
.main-menu .main-menu-list li.no-border:after {
  display: none;
}
.main-menu .main-menu-list li.no-border-hover:after {
  display: none;
}
.main-menu .main-menu-list li:after {
  content: "";
  position: absolute;
  width: 0.8px;
  height: 36px;
  background-color: #7D7D7D;
  right: 0;
  top: 14px;
}
.main-menu .children-wrapper {
  margin-top: 16px;
  position: absolute;
  top: 64px;
  left: 0;
  border: 1px solid #B0B0B0;
  background-color: #fff;
  border-radius: 30px;
  width: 782px;
  opacity: 1;
  display: none;
  padding: 34px 34px 22px;
  cursor: default;
}
.main-menu .children-wrapper .line {
  height: 0.7px;
  width: 100%;
  background-color: #B0B0B0;
}
.main-menu .children-wrapper .uncheck {
  position: absolute;
  top: 0;
  font-size: 12px;
  line-height: 14px;
  text-decoration: underline;
  right: 34px;
  top: 36px;
  cursor: pointer;
  z-index: 100;
  font-family: "RalewayRegular";
}
.main-menu .children-wrapper .uncheck:hover {
  /*font-family: "RalewayMedium";*/
}
.main-menu .children-wrapper.types .children-list {
  flex: 0 0 170px;
}
.main-menu .children-wrapper.types .children-list:nth-child(3) {
  flex: 0 0 200px;
}
.main-menu .children-wrapper.types .children-list:nth-child(2) {
  flex: 0 0 140px;
}
.main-menu .children-wrapper.types .children-list:last-child {
  margin-right: 0;
}
.main-menu .children-wrapper.comfort {
  left: -165px;
  width: 225px;
  padding-top: 22px;
  padding-bottom: 20px;
}
.main-menu .children-wrapper.comfort .uncheck {
  top: 24px;
}
.main-menu .children-wrapper.comfort .children-list li {
  margin-bottom: 12px;
}
.main-menu .children-wrapper.comfort .children-list li:last-child {
  margin-bottom: 0;
}
.main-menu .children-wrapper.comfort .children-list label .checkbox-text {
  padding-left: 33px;
}
.main-menu .children-wrapper.equipment {
  padding-top: 25px;
  padding-bottom: 40px;
  width: 390px;
  left: -292px;
}
.main-menu .children-wrapper.equipment .uncheck {
  top: 26px;
}
.main-menu .children-wrapper.equipment .children-list {
  margin-right: 24px;
}
.main-menu .children-wrapper.equipment .children-list label .checkbox-text {
  padding-left: 27px;
}
.main-menu .children-wrapper.location {
  left: -450px;
  padding-bottom: 60px;
}
.main-menu .children-wrapper.location .title-wrapper {
  display: flex;
  align-items: center;
}
.main-menu .children-wrapper.location .h3 {
  margin: 0;
  padding: 0;
  margin-right: 13px;
}
.main-menu .children-wrapper.location form {
  line-height: 16px;
}
.main-menu .children-wrapper.location form {
  display: flex;
}
.main-menu .children-wrapper.location input[type=text] {
  text-indent: 20px;
  border: 0.1px solid #B0B0B0;
  border-radius: 8px 0 0 8px;
  width: 246px;
  border-right: none;
}
.main-menu .children-wrapper.location input[type=text]::placeholder {
  font-size: 12px;
  color: #B0B0B0;
  font-family: "RalewayLight", sans-serif;
  line-height: 30px;
}
.main-menu .children-wrapper.location .top-flex-wrapper {
  margin-top: 24px;
  margin-bottom: 16px;
}
.main-menu .children-wrapper.location .top-flex-wrapper .children-list {
  width: 270px;
}
.main-menu .children-wrapper.location .center-flex-wrapper {
  margin-top: 32px;
  margin-bottom: 16px;
}
.main-menu .children-wrapper.location .center-flex-wrapper .children-list {
  margin-right: 75px;
}
.main-menu .children-wrapper.location .bottom-wrapper .h3 {
  margin: 30px 0;
}
.main-menu .children-wrapper.location input[type=submit] {
  border-radius: 0 8px 8px 0;
  height: 32px;
  width: 86px;
  color: #fff;
  background-color: #f5b75f;
  height: 32px;
  border: none;
  cursor: pointer;
}
.main-menu .children-wrapper .h3 {
  font-family: "RalewayMedium";
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 32px;
  margin-top: 0;
}
.main-menu .children-wrapper .h3.mt-15 {
  margin-top: 15px;
}
.main-menu .children-wrapper .children-list {
  margin: 0;
  padding: 0;
  margin-right: 25px;
}
.main-menu .children-wrapper .children-list:last-child {
  margin-right: 0;
}
.main-menu .children-wrapper .children-list li {
  padding: 0;
  margin: 0;
  cursor: default;
  line-height: 17px;
  display: flex !important;
  align-items: center;
  margin-bottom: 16px;
  line-height: 18px;
  font-family: "RalewayRegular", sans-serif;
}
.main-menu .children-wrapper .children-list li:hover {
  font-family: "RalewayRegular", sans-serif;
}
.main-menu .children-wrapper .children-list li:after {
  display: none;
}
.main-menu .children-wrapper .children-list li:last-child:after {
  display: none;
}

svg:hover .like-path-stroke {
  stroke: #f5b75f;
}
svg:hover .like-path-fill {
  fill: #f5b75f;
}

.like-path-stroke {
  stroke: white;
}

.like-path-fill {
  fill: white;
}

.container {
  /*width: 1196px;*/
  margin-right: auto;
  margin-left: auto;
}

h1 {
  font-family: "RalewayBlack";
  font-size: 48px;
  line-height: 56px;
  margin-top: 118px;
  margin-bottom: 16px;
}

section.common {
  padding: 90px 0;
}

section.black {
  color: #222;
}
section.white {
  color: #fff;
}

.post-slider {
  width: 100%;
  position: relative;
}
.post-slider .slick-list {
  padding-left: 4px;
  margin-left: -4px;
  padding-top: 4px;
  margin-top: -4px;
}
.post-slider .slick-prev,
.post-slider .slick-next {
  display: none !important;
}
.post-slider .slick-dots {
  text-align: center;
  padding: 0;
  margin: 20px 0 0;
}
.post-slider .slick-dots li {
  list-style: none;
  width: 64px;
  height: 12px;
  background-color: #E4E4E4;
  margin-right: 48px;
  border-radius: 10px;
  display: inline-block;
  cursor: pointer;
}
.post-slider .slick-dots li.slick-active {
  background-color: #f5b75f;
}
.post-slider .slick-dots li button {
  display: none !important;
}
.post-slider .slider-posts-img {
  transition: all 3s ease;
}


.post-slider .slider-posts-img .slick-list {
  padding-left: 0;
  margin-left: 0;
  padding-top: 0;
  margin-top: 0;
}
.post-slider .slider-posts-img:hover .slick-next {
  opacity: 0.7;
  right: 14px;
}
.post-slider .slider-posts-img:hover .slick-prev {
  left: 14px;
  opacity: 0.7;
}
.post-slider .slider-posts-img .slider-posts-img-item {
  position: relative;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  transition: all 0.3s ease;
}
.post-slider .slider-posts-img .slider-posts-img-item img {
  width: 100%;
  height: 160px;
  border-radius: 10px 10px 0 0;
}
.post-slider .slider-posts-img .slick-prev,
.post-slider .slider-posts-img .slick-next {
  display: block !important;
  font-size: 0;
  position: absolute;
  z-index: 100;
  width: 24px;
  height: 24px;
  background-color: #fff;
  opacity: 0.7;
  border: none;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
}
.post-slider .slider-posts-img .slick-prev:hover,
.post-slider .slider-posts-img .slick-next:hover {
  opacity: 1;
}
.post-slider .slider-posts-img .slick-prev:before,
.post-slider .slider-posts-img .slick-next:before {
  position: absolute;
  content: "";
  background-image: url("../images/arrow-slider.svg");
  width: 5px;
  height: 8px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background-repeat: no-repeat;
}
.post-slider .slider-posts-img .slick-next {
  transition: all 0.3s ease;
  right: 0;
  opacity: 0;
  transform: rotate(180deg);
}
.post-slider .slider-posts-img .slick-prev {
  transition: all 0.3s ease;
  left: 0;
  opacity: 0;
}
.post-slider .slider-posts-img .slick-dots {
  position: absolute;
  text-align: center;
  bottom: 7px;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  padding: 0;
  text-align: center;
}
.post-slider .slider-posts-img .slick-dots li {
  font-size: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
  display: inline-block;
  margin-right: 3px;
  cursor: pointer;
  opacity: 0.4;
}
.post-slider .slider-posts-img .slick-dots li.slick-active {
  opacity: 1;
}
.post-slider .slider-posts-img .slick-dots li button {
  display: none;
}

.post-item {
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  width: 286px;
  position: relative;
  margin-bottom: 40px;
  flex: 0 0 25%;
  margin: 0 11px 40px 2px;
}
.post-item:nth-child(4), .post-item:nth-child(8) {
  margin-right: 1px;
}
.post-item svg {
  position: absolute;
  top: 13px;
  right: 13px;
  z-index: 1000;
}
.post-item .cup-icon {
  margin-right: 6px;
}
.post-item .shower-icon {
  margin-right: 9px;
}
.post-item .info-wrapper {
  display: flex;
  padding: 0 13px 5px 13px;
  align-items: end;
}
.post-item .info-wrapper.space-around {
  justify-content: space-between;
}
.post-item .metro {
  margin-right: 8px;
  margin-left: 8px;
  font-size: 8px;
  line-height: 9px;
  width: 100%;
}
.post-item .icon-wrapper {
  display: flex;
  align-items: end;
}
.post-item span {
  font-size: 12px;
  line-height: 14px;
  color: #7D7D7D;
  font-family: "RalewayLight";
}
.post-item .rating {
  display: flex;
  align-items: center;
}
.post-item .rating a {
  display: flex;
  align-items: center;
}
.post-item .rating img {
  margin-right: 1px;
}
.post-item .rating span {
  font-size: 9px;
  line-height: 9px;
  color: #477564;
  margin-left: 4px;
}
.post-item .h3 {
  font-family: "RalewayRegular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
  padding-left: 13px;
  margin-top: 0;
  margin-bottom: 6px;
  padding-top: 14px;
}

.header-container {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 -130px;
}

.catalog-page header  {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 -130px;
}

.catalog-page .sales {
    padding-top: 0px;
}

.header-container h1 {
    margin-left: auto;
    margin-right: auto;
    
}

.header-container p {
    margin-left: auto;
    margin-right: auto;
    
}

header .mobile-header-form {
  display: none;
}
header p {
  margin-bottom: 24px;
}
header .main-btn {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  color: #222222;
  height: 48px;
  width: 160px;
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  text-decoration: none;
}
header .main-btn:hover {
  /*font-family: "RalewayMedium";*/
  background-color: #FCFCFC;
}

.top-line.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 59px;
  background-color: white;
  padding-top: 21px;
  align-items: center;
  z-index: 99999;
  border-bottom: 1px solid #E4E4E4;
}
.top-line.fixed .menu ul li a,
.top-line.fixed .logo span,
.top-line.fixed .search-line input::placeholder,
.top-line.fixed .search-line input {
  color: #222;
}
.top-line.fixed .search-line input {
  border: 1px solid #222;
}
.top-line.fixed .search-line::before {
  background: url("../images/search-icon-black.svg");
}

.logo,
.menu,
.search-line,
.user-area {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 100;
}

.user-area {
  opacity: 0.9;
  background-color: #fff;
  padding: 5px 13px 5px 17px;
  border-radius: 30px;
  margin-left: 64px;
  cursor: pointer;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
}
.user-area.opacity {
  opacity: 1;
}
.user-area:hover {
  opacity: 1;
}
.user-area svg {
  vertical-align: middle;
}
.user-area .user-menu {
  position: absolute;
  top: 50px;
  z-index: 100;
  right: 0;
  background-color: #fff;
  width: 199px;
  padding-top: 30px;
  padding-bottom: 58px;
  border-radius: 12px;
  border: 1px solid #B0B0B0;
  display: none;
}
.user-area .user-menu.show {
  display: block;
}
.user-area .user-menu ul {
  padding: 0;
  margin: 0;
  background: #FFFFFF;
}
.user-area .user-menu li {
  padding: 5px 22px;
  margin-bottom: 15px;
  list-style: none;
}
.user-area .user-menu li:hover {
  background-color: #E7E7E7;
}
.user-area .user-menu li:hover a {
  /*font-family: "RalewayMedium";*/
}
.user-area .user-menu a {
  color: #222;
  font-family: "RalewayLight";
  display: block;
  font-size: 14px;
  line-height: 16px;
}

.menu-icon:hover path,
.user-icon:hover path {
  fill: #222;
}

.logo img,
.logo span,
.menu ul li {
  vertical-align: middle;
}

.menu ul {
  margin: 0;
  padding: 0;
}
.menu ul li {
  list-style: none;
  display: inline-block;
  margin-right: 59px;
}
.menu ul li:last-child {
  margin-right: 0;
}
.menu ul li a {
  font-family: "RalewayRegular";
}
.menu ul li a:hover {
  /*font-family: "RalewayMedium";*/
}

.logo {
  width: 31%;
}

.logo span {
  font-family: "RalewayMedium";
  font-size: 24px;
  line-height: 28px;
  color: #fff;
}

.search-line {
  position: relative;
}
.search-line::before {
  position: absolute;
  top: 0;
  right: 20px;
  content: "";
  background: url("../images/search-icon-black.svg");
  height: 15px;
  width: 15px;
  bottom: 0;
  margin: auto;
}
.search-line input {
  width: 204px;
  border: 1px solid #222;
  border-radius: 30px;
  color: #222;
  background-color: transparent;
  text-indent: 18px;
  vertical-align: middle;
  position: relative;
  margin-left: 42px;
  line-height: 33px;
}
.search-line input::placeholder {
  color: #222;
  font-size: 16px;
  font-family: "RalewayLight";
  opacity: 1;
}

.menu-icon {
  margin-right: 12px;
}

.white-btn {
  white-space: nowrap;
  padding: 12px 26px;
  background: #FFFFFF;
  border: 1px solid #222222;
  border-radius: 8px;
  font-family: "RalewayRegular", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #222222;
  cursor: pointer;
  margin-left: calc(50% - 122px);
}
.white-btn:hover {
  background: #FAFAFA;
  text-decoration: none;
  color: black;
}

.white-btn:focus {
    outline: none;
    color: black;
    text-decoration: none;
}

.studio-page {
  color: #222222;
  font-family: "RalewayRegular", sans-serif;
  font-style: normal;
  font-weight: normal;
}
.studio-page * {
  box-sizing: border-box;
}
.studio-page header {
  height: auto;
  background: none;
  border-bottom: 1px solid #DDDDDD;
  padding: 0;
}
.studio-page header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.studio-page header .top-line {
  padding: 20px 0;
  height: 80px;
}
.studio-page header .top-line.fixed {
  padding: 20px 0;
}
.studio-page header .top-line .search-line:before {
  background: url("../images/search-icon-black.svg");
}
.studio-page header .top-line .search-line input {
  border: 1px solid #222;
  color: #222;
  font-family: "RalewayLight", sans-serif;
}
.studio-page header .top-line .search-line input::-webkit-input-placeholder {
  font-weight: 300;
  font-family: "RalewayLight", sans-serif;
  color: #222;
}
.studio-page header .top-line .search-line input:-moz-placeholder {
  font-weight: 300;
  font-family: "RalewayLight", sans-serif;
  color: #222;
}
.studio-page header .top-line .search-line input::-moz-placeholder {
  font-weight: 300;
  font-family: "RalewayLight", sans-serif;
  color: #222;
}
.studio-page header .top-line .search-line input:-ms-input-placeholder {
  font-weight: 300;
  font-family: "RalewayLight", sans-serif;
  color: #222;
}
.studio-page header .top-line .search-line input::placeholder {
  color: #222;
}
.studio-page header .logo {
  width: auto;
}
.studio-page header .logo span {
  color: #222222;
  font-family: "RalewayMedium", sans-serif;
}
.studio-page header .menu {
  margin-left: auto;
}
.studio-page header .menu ul li {
  color: #222222;
}
.studio-page header .menu ul li a {
  font-family: "RalewayRegular", sans-serif;
}
.studio-page header.fixed + section {
  margin-top: 80px;
}
footer .bottom-links li {
  font-family: "RalewayRegular", sans-serif;
}
footer .bottom-links li:last-child {
  white-space: nowrap;
}
footer .footer-list-wrapper ul li a {
  font-family: "RalewayRegular", sans-serif;
  font-weight: 300;
}
footer .footer-list-wrapper ul li:first-child a {
  font-family: "RalewayMedium", sans-serif;
  font-weight: 600;
}

section ul {
  list-style: none;
}

section h1 {
  font-size: 48px;
  line-height: 56px;
  align-items: center;
  font-family: "RalewayRegular", sans-serif;
  font-weight: normal;
  margin-top: 0;
}


section.tabs-section .rating {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 12px;
  line-height: 14px;
}
section.tabs-section .rating .rate {
  margin-left: 4px;
}
section.tabs-section .rating .count {
  margin-left: 4px;
  color: #7D7D7D;
}
.info-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 16px;
}
.info-row .address {
  font-size: 16px;
  line-height: 19px;
  margin-left: 16px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.info-row .address svg {
  margin-left: 9px;
}
.info-row .share,
.info-row .compare {
  margin-left: auto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  align-items: center;
  text-decoration-line: underline;
  text-underline-position: under;
  border: none;
  background: none;
  padding: 5px 10px;
  cursor: pointer;
}
.info-row .share svg,
.info-row .compare svg {
  margin-right: 4px;
}
.info-row .share:hover,
.info-row .compare:hover {
  background: #FAFAFA;
  border-radius: 8px;
}
.info-row .compare {
  margin-left: 6px;
}
.photos {
  display: flex;
  align-items: stretch;
  justify-content: center;
  position: relative;
  height: 400px;
  overflow-x: auto;
}
.photos .gallery {
  position: absolute;
  left: 26px;
  top: 21px;
  background: none;
  border: none;
  cursor: pointer;
}
.photos .white-btn {
  position: absolute;
  right: 14px;
  bottom: 14px;
}
.photos .left-block {
  margin-right: 13px;
  height: auto;
  width: 100%;
}
.photos .left-block .img {
  height: 100%;
}
.photos .left-block .img img {
  border-radius: 12px 0 0 12px;
}
.photos .right-block {
  display: flex;
  flex-wrap: wrap;
  /*align-items: flex-start;*/
  justify-content: space-between;
  height: auto;
  width: 70vw;
  flex-direction: column;
}
.photos .right-block .img {
  /*width: calc(50% - 6px);*/
  height: calc(50% - 7px);
  margin-right: 10px;
}
.photos .right-block .img:nth-child(1), section.tabs-section .photos .right-block .img:nth-child(2) {
  /*margin-bottom: 14px;*/
}
.photos .right-block .img:nth-child(2) {
  border-radius: 0 12px 0 0;
}
.photos .right-block .img:nth-child(4) {
  border-radius: 0 0 12px 0;
}
.photos .img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.photos .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tabs {
  margin: 0 -22px 24px;
  padding: 28px 48px;
  border-bottom: 1px solid #DDDDDD;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.tabs.fixed {
  margin: 0 -22px;
  top: 0;
  background-color: #ffffff;
  width: 1196px;
  z-index: 999;
  position: fixed;
}
.tabs.fixed:after {
  content: "";
  position: absolute;
  width: 150vw;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffffff;
  border-bottom: 1px solid #DDDDDD;
  height: 100%;
  z-index: -1;
}
.tabs.fixed + .text {
  margin-top: 99px;
}
.tabs li {
  margin-right: 32px;
}
.tabs li:last-child {
  margin-right: 0;
}
.tabs li a {
  font-family: "RalewayRegular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
}
section.tabs-section .text {
  font-family: "RalewayLight", sans-serif;
  font-style: normal;
  font-weight: 100;
  font-size: 16px;
  line-height: 19px;
  padding-top: 40px;
}
section.tabs-section .text br {
  display: none;
}
section.schedule .selects-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 24px;
}
section.schedule .selects-row .ui-button {
  background: #FFFFFF;
  border: 1px solid #222222;
  border-radius: 8px;
  width: 198px;
  height: 48px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 40px;
  position: relative;
  padding: 0 19px;
  outline: none;
}
section.schedule .selects-row .ui-button.ui-selectmenu-button-open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
section.schedule .selects-row .ui-button .ui-selectmenu-text {
  margin-right: 0;
  text-overflow: unset;
}
section.schedule .selects-row .ui-button .ui-selectmenu-icon.ui-icon {
  background: url(../images/studio/select-arrow.svg) no-repeat;
  width: 21px;
  height: 12px;
  position: absolute;
  right: 13px;
  top: 50%;
  transform: translateY(-50%);
}
section.schedule .selects-row .ui-button#time-button {
  width: 88px;
  height: 48px;
  text-overflow: initial;
  margin-right: 38px;
}
section.schedule .selects-row .ui-button#time-button .ui-selectmenu-icon.ui-icon {
  background: none;
}
section.schedule .selects-row .ui-button#time-button:after {
  display: none;
}
section.schedule .selects-row .ui-button:after {
  content: "";
  height: 100%;
  width: 1px;
  background-color: #222222;
  right: 48px;
  position: absolute;
}
section.schedule .selects-row .ui-button:hover {
  background: #FAFAFA;
}
section.schedule .calendar-wrapper {
  display: flex;
}
section.schedule .calendar-wrapper .calendar {
  width: 200px;
  height: 48px;
  border: none;
  padding-left: 39px;
  background-image: url("../images/studio/calendar.svg");
  background-position: left center;
  background-repeat: no-repeat;
  margin-top: 0;
  font-family: "RalewayRegular", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  outline: none;
  cursor: pointer;
}
section.schedule .calendar-wrapper .calendar::placeholder {
  font-family: "RalewayRegular", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 48px;
  color: #222222;
}
section.schedule .calendar-wrapper .calendar:hover {
  background-color: #FAFAFA;
  border-radius: 8px;
}
section.schedule .wrapper {
  position: relative;
}
section.schedule .wrapper .month {
  position: absolute;
  font-size: 24px;
  line-height: 28px;
  font-family: "RalewayLight", sans-serif;
  font-weight: 100;
  left: 0;
  top: 12px;
  z-index: 99;
  text-transform: capitalize;
}
section.schedule .wrapper.sticky {
  padding-top: 104px;
}
section.schedule .wrapper .head-date-wrapper {
  z-index: 99;
}
section.schedule .wrapper .head-date-wrapper.sticky {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  top: 76px;
  width: 1196px;
}
section.schedule .wrapper .head-date-wrapper.sticky.absolute {
  position: absolute;
  left: 0;
  width: 100%;
  transform: none;
}
section.schedule .wrapper .left-arrow {
  outline: none;
  position: absolute;
  left: -13px;
  top: 52px;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 999;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
section.schedule .wrapper .left-arrow:hover {
  background-color: #EFEFEF;
}
section.schedule .wrapper .right-arrow {
  outline: none;
  position: absolute;
  right: -13px;
  top: 52px;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 999;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
section.schedule .wrapper .right-arrow:hover {
  background-color: #EFEFEF;
}
section.schedule .wrapper .head-date-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 104px;
  background: #FAFAFA;
  z-index: -1;
}
section.schedule .wrapper .head-date-wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100vw;
  height: 104px;
  background: #FAFAFA;
  z-index: -1;
}
section.schedule .wrapper .head-date {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
section.schedule .wrapper .head-date .class-date {
  position: relative;
  width: calc(100% / 7);
  height: 104px;
  background: #FAFAFA;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  padding: 12px 0;
  font-family: "RalewayBold", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  z-index: 9;
  outline: none;
  transition: 0.2s linear;
}
section.schedule .wrapper .head-date .class-date .text {
  width: 50px;
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}
section.schedule .wrapper .head-date .class-date .today {
  font-family: "RalewayRegular", sans-serif;
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  margin-top: 1px;
}
section.schedule .schedule-wrapper .calendar-slider-wrapper {
  overflow-x: hidden;
}
section.schedule .schedule-wrapper .calendar-slider-wrapper .right-new {
  position: absolute;
  right: calc(-100% / 7);
}
section.schedule .schedule-wrapper .calendar-slider-wrapper .left-new {
  position: absolute;
  left: calc(-100% / 7);
}
section.schedule .schedule-wrapper .calendar-slider-wrapper .moving-left {
  transform: translateX(calc(100% / 7));
  transition: 0.2s ease-in-out;
}
section.schedule .schedule-wrapper .calendar-slider-wrapper .moving-right {
  transform: translateX(calc(-100% / 7));
  transition: 0.2s ease-in-out;
}
section.schedule .calendar {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  position: relative;
  margin-top: 24px;
}
section.schedule .calendar .column {
  width: calc(100% / 7);
  position: relative;
  height: auto;
}
section.schedule .calendar .column.today .class {
  background-color: #FFF9F9;
}
section.schedule .calendar .column:last-of-type .class {
  border-right: 1px solid #DDDDDD;
}
section.schedule .calendar .column .class {
  border-left: 1px solid #DDDDDD;
  border-top: 1px solid #DDDDDD;
  position: relative;
  height: 152px;
  transition: 0.2s linear;
}
section.schedule .calendar .column .class a {
  position: relative;
  display: block;
  padding: 9px 9px 28px;
  height: 100%;
  width: 100%;
}
section.schedule .calendar .column .class:hover {
  background-color: #FFF3F3;
}
section.schedule .calendar .column .class:last-child {
  border-bottom: 1px solid #DDDDDD;
}
section.schedule .calendar .column .class .date {
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #222222;
  margin-bottom: 8px;
}
section.schedule .calendar .column .class .time {
  position: absolute;
  top: 13px;
  right: 9px;
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  color: #7D7D7D;
}
section.schedule .calendar .column .class .title {
  font-size: 16px;
  line-height: 19px;
  color: #A0000D;
  margin-bottom: 8px;
}
section.schedule .calendar .column .class .author,
section.schedule .calendar .column .class .availability {
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  color: #7D7D7D;
  margin-bottom: 4px;
}
section.schedule .calendar .column .class .availability {
  margin-bottom: 0;
}
section.direction h2, section.comfort h2, section.equipment h2, section.contacts h2 {
  margin-bottom: 30px;
}
section.direction .flex, section.comfort .flex, section.equipment .flex, section.contacts .flex {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
section.direction .list, section.comfort .list, section.equipment .list, section.contacts .list {
  padding-left: 0;
  margin: 0 90px 0 0;
}

section.direction .list {
  padding-left: 0;
  margin: 0 40px 0 0;
  margin-bottom: 40px;
}

section.direction .list li, section.comfort .list li, section.equipment .list li, section.contacts .list li {
  font-family: "RalewayLight", sans-serif;
  font-weight: 100;
}
section.direction .list.item-list li, section.equipment .list.item-list li, section.contacts .list.item-list li {
  padding-left: 37px;
  margin-bottom: 30px;
  position: relative;
  width: 250px;
}

section.comfort .list.item-list li{
  padding-left: 37px;
  margin-bottom: 30px;
  position: relative;
}

section.comfort .list.item-list li p {
font-size: 12px;
}

section.direction .list.item-list li:before, section.comfort .list.item-list li:before, section.equipment .list.item-list li:before, section.contacts .list.item-list li:before {
  content: "";
  position: absolute;
  background: url(../images/list-item.svg) no-repeat;
  width: 30px;
  height: 33px;
  left: 0;
  top: -8px;
}

section.comfort .list.item-list li:before {
  content: "";
  position: absolute;
  background: url(../images/list-item.svg) no-repeat;
  width: 30px;
  height: 33px;
  left: 0px;
  top: 0px;
}

section.direction .list li, section.comfort .list li, section.equipment .list li, section.contacts .list li {
  margin-bottom: 10px;
}
section.direction .list li:last-child, section.comfort .list li:last-child, section.equipment .list li:last-child, section.contacts .list li:last-child {
  margin-bottom: 0;
}
section.prices .list {
  max-width: 500px;
  margin: 0 0 33px;
  padding: 0;
}
section.prices .list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  font-family: "RalewayLight", sans-serif;
  font-weight: 100;
}
section.prices .list li:last-child {
  margin-bottom: 0;
}
section.prices .white-btn {
  width: 327px;
}
section.contacts .list li {
  margin-bottom: 34px;
}
section.contacts .list li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: "RalewayLight", sans-serif;
  line-height: 18px;
  font-weight: 100;
}
section.contacts .list li a svg {
  margin-right: 8px;
}
section.map .map-block {
  margin-bottom: 24px;
}
section.map .address {
  font-weight: 500;
  font-family: "RalewayMedium", sans-serif;
  margin-bottom: 16px;
}
section.map .desc {
  max-width: 710px;
  font-weight: 300;
}
section.reviews-block .star-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 48px;
}

section.reviews-block .star-title img {
      width: auto;
}

section.reviews-block .star-title span {
  font-size: 16px;
  line-height: 19px;
  margin-left: 16px;
  margin-top: 4px;
}
section.reviews-block .star-title svg {
  margin-right: 8px;
}
section.reviews-block .reviews {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
section.reviews-block .reviews .reviews-slider {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
section.reviews-block .reviews .reviews-slider .slick-list {
  overflow: initial;
}
section.reviews-block .reviews .review {
  width: calc(50% - 77px);
  margin-bottom: 72px;
  outline: none;
}
section.reviews-block .reviews .review .info {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 16px;
}
section.reviews-block .reviews .review .info .img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: auto;
}
section.reviews-block .reviews .review .info .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.reviews-block .reviews .review .info .info {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 16px;
  margin-bottom: 0;
}
section.reviews-block .reviews .review .info .info .title {
  font-family: "RalewayMedium", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 4px;
}
section.reviews-block .reviews .review .info .info .sub-title {
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 4px;
}
section.reviews-block .reviews .review .info .info .star {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 12px;
  line-height: 14px;
}
section.reviews-block .reviews .review .info .info .star svg {
  margin-right: 6px;
}
section.reviews-block .reviews .review .desc {
  font-family: "RalewayLight", sans-serif;
  font-weight: 100;
  font-size: 16px;
  line-height: 19px;
}
section.reviews-block .reviews .review .add-btn {
  background: none;
  border: none;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 0;
  cursor: pointer;
}
section.reviews-block .reviews .review .add-btn .info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 12px;
  margin-left: 16px;
}
section.reviews-block .reviews .review .add-btn .info .hide-mobile {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
section.reviews-block .reviews .review .add-btn .info .title {
  font-family: "RalewayMedium", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 8px;
}
section.reviews-block .reviews .review .add-btn .info .sub-title {
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  text-align: left;
}
section.reviews-block .reviews > .review {
  margin-bottom: 0;
}
section.reviews-block .reviews > .review .white-btn {
  width: 264px;
}
section.sales .slider-wrapper, section.teachers .slider-wrapper {
  position: relative;
}
section.sales .slider-wrapper .slider, section.teachers .slider-wrapper .slider {
  padding: 0 12px;
  margin: 0 -12px;
}
section.sales .slider-wrapper .slider.sales-slider .slide, section.teachers .slider-wrapper .slider.sales-slider .slide {
  width: 288px;
}
section.sales .slider-wrapper .slider.sales-slider .slide a, section.teachers .slider-wrapper .slider.sales-slider .slide a {
  position: relative;
}
section.sales .slider-wrapper .slider.sales-slider .slide a .icon, section.teachers .slider-wrapper .slider.sales-slider .slide a .icon {
  position: absolute;
  width: 37px;
  height: 35px;
  left: 0;
  top: 0;
  background: #f5b75f;
  border-top-left-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
}
section.sales .slider-wrapper .slider.sales-slider .slide .img, section.teachers .slider-wrapper .slider.sales-slider .slide .img {
  height: 152px;
}
section.sales .slider-wrapper .slider.teachers-slider, section.teachers .slider-wrapper .slider.teachers-slider {
  margin: 0 -10px 32px;
  padding: 0 10px;
}
section.sales .slider-wrapper .slider.teachers-slider .prev-arrow, section.teachers .slider-wrapper .slider.teachers-slider .prev-arrow {
  top: 128px;
  left: -26px;
}
section.sales .slider-wrapper .slider.teachers-slider .next-arrow, section.teachers .slider-wrapper .slider.teachers-slider .next-arrow {
  top: 128px;
  right: -26px;
}
section.sales .slider-wrapper .slider.teachers-slider .slide, section.teachers .slider-wrapper .slider.teachers-slider .slide {
  width: 256px;
  margin: 0 10px;
}
section.sales .slider-wrapper .slider.teachers-slider .slide a.text, section.teachers .slider-wrapper .slider.teachers-slider .slide a.text {
  margin-bottom: 4px;
  position: relative;
  z-index: 99;
}
section.sales .slider-wrapper .slider.teachers-slider .slide .img, section.teachers .slider-wrapper .slider.teachers-slider .slide .img {
  height: 256px;
}
section.sales .slider-wrapper .slider .slick-list, section.teachers .slider-wrapper .slider .slick-list {
  overflow: initial;
}
section.sales .slider-wrapper .slider .prev-arrow, section.teachers .slider-wrapper .slider .prev-arrow {
  position: absolute;
  left: -24px;
  top: 76px;
  transform: translate(-100%, -50%);
  background: none;
  border: none;
  padding: 0;
  outline: none;
  cursor: pointer;
  z-index: 9;
}
section.sales .slider-wrapper .slider .next-arrow, section.teachers .slider-wrapper .slider .next-arrow {
  position: absolute;
  right: -24px;
  top: 76px;
  transform: translate(100%, -50%);
  background: none;
  border: none;
  padding: 0;
  outline: none;
  cursor: pointer;
  z-index: 9;
}
section.sales .slider-wrapper .slider:hover .slick-arrow, section.teachers .slider-wrapper .slider:hover .slick-arrow {
  opacity: 1;
}
section.sales .slider-wrapper .slider .slick-arrow, section.teachers .slider-wrapper .slider .slick-arrow {
  transition: 0.2s linear;
  opacity: 0;
}
section.sales .slider-wrapper .slider .slick-arrow circle, section.teachers .slider-wrapper .slider .slick-arrow circle {
  transition: 0.2s linear;
}
section.sales .slider-wrapper .slider .slick-arrow:hover circle, section.teachers .slider-wrapper .slider .slick-arrow:hover circle {
  opacity: 1;
}
section.sales .slider-wrapper .slider .slide, section.teachers .slider-wrapper .slider .slide {
  outline: none;
  margin: 0 12px;
  position: relative;
}
section.sales .slider-wrapper .slider .slide .wrap-link, section.teachers .slider-wrapper .slider .slide .wrap-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
section.sales .slider-wrapper .slider .slide a, section.teachers .slider-wrapper .slider .slide a {
  outline: none;
}
section.sales .slider-wrapper .slider .slide .img, section.teachers .slider-wrapper .slider .slide .img {
  margin-bottom: 16px;
}
section.sales .slider-wrapper .slider .slide .img img, section.teachers .slider-wrapper .slider .slide .img img {
  border-radius: 12px;
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.sales .slider-wrapper .slider .slide .title, section.teachers .slider-wrapper .slider .slide .title {
  font-family: "RalewayMedium", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 4px;
}
section.sales .slider-wrapper .slider .slide .text, section.teachers .slider-wrapper .slider .slide .text {
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
}
section.cozy-studios {
  padding: 48px 0;
}
section.cozy-studios .post-slider {
  margin: 0 -8px !important;
  padding: 0 4px;
}
section.cozy-studios .post-slider .slick-list {
  margin: 0;
  padding: 0;
}
section.cozy-studios .post-slider .slider-posts-img .slick-list {
  padding-right: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-right: 0;
}
section.cozy-studios .post-slider .post-item {
  margin: 0 4px 40px;
  flex: 0 0 auto;
}
section.cozy-studios a.main-btn {
  margin-top: 48px;
}
section.cozy-studios a.main-btn:hover {
  font-family: "RalewayRegular", sans-serif;
}

.catalog-page * {
  box-sizing: border-box;
}
.catalog-page .header-container {
  /*position: absolute;*/
  top: 0px;
  width: 100%;
  /*background-image: url("../images/catalog/bg.jpg");*/
  /*background-color: #80808057;*/
  background-position: center;
  /*height: 560px;*/
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  box-sizing: border-box;
  padding: 20px 0 0;
}
header .all-studios {
  display: none;
}
header .mobile-menu-wrapper {
  display: none;
}
header .logo {
  width: auto;
}
header .logo span {
  font-family: "RalewayMedium", sans-serif;
}
header .user-area .user-menu a {
  font-family: "RalewayRegular", sans-serif;
}
header .menu {
  margin-left: auto;
  color: #fff;
}
header .menu ul li a {
  font-family: "RalewayRegular", sans-serif;
}
header .top-line {
  height: 59px;
  padding-top: 21px;
  box-sizing: content-box;
  width: 100%;
}
header .top-line .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.catalog-page .header-container {
  margin-top: auto;
  margin-bottom: 52px;
}
.catalog-page .header-container p {
  font-family: "RalewayRegular", sans-serif;
}
header h1 {
  font-family: "RalewayRegular", sans-serif;
  margin-bottom: 25px;
  margin-top: 0;
}
header .mobile-menu .filter-header {
  font-family: "RalewayMedium", sans-serif;
}
header .mobile-menu .uncheck {
  font-family: "RalewayRegular", sans-serif;
}
header .mobile-menu .checkbox-label .checkbox-text {
  font-family: "RalewayLight", sans-serif;
}
header .mobile-menu .show-hide {
  font-family: "RalewayLight", sans-serif;
}
header .mobile-menu .header-list {
  font-family: "RalewayRegular", sans-serif;
}
header .mobile-menu .common {
  font-family: "RalewayLight", sans-serif;
}
header .mobile-menu .style-sort {
  font-family: "RalewayLight", sans-serif;
}
header .mobile-menu .header-list-wrapper form input {
  font-family: "RalewayLight", sans-serif;
}
header .search-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
header .search-wrapper * {
  box-sizing: border-box;
}
header .search-wrapper .search-input {
  border: none;
  width: 292px;
  height: 48px;
  background-image: url("../images/search.svg");
  background-position: 16px center;
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 0.8);
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  padding-left: 40px;
}
header .search-wrapper .search-input::-webkit-input-placeholder {
  font-family: "RalewayRegular", sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: rgba(34, 34, 34, 0.5);
}
header .search-wrapper .search-input::-moz-placeholder {
  font-family: "RalewayRegular", sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: rgba(34, 34, 34, 0.5);
}
header .search-wrapper .search-input:-ms-input-placeholder {
  font-family: "RalewayRegular", sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: rgba(34, 34, 34, 0.5);
}
header .search-wrapper .search-input:-moz-placeholder {
  font-family: "RalewayRegular", sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: rgba(34, 34, 34, 0.5);
}
header .search-wrapper .main-btn {
  width: 132px;
  height: 48px;
  background: #f5b75f;
  border-radius: 0 12px 12px 0;
  border: none;
  font-family: "RalewayRegular", sans-serif;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #FFFFFF;
  cursor: pointer;
}
.catalog-page .popular {
  padding: 0;
}
.catalog-page .popular h2 {
  margin-bottom: 16px;
}
.catalog-page .popular-posts {
  display: block;
  position: relative;
  padding: 0 12px;
  margin: 0 -12px;
}
.catalog-page .popular-posts .popular-item {
  width: 176px;
  height: 176px;
  margin: 0 12px;
  position: relative;
}
.catalog-page .popular-posts .popular-item .img-wrapper {
  width: 176px;
  height: 176px;
  margin: 0;
}
.catalog-page .popular-posts .popular-item img {
  width: 176px;
  height: 176px;
}
.catalog-page .popular-posts .popular-item span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: "RalewayRegular", sans-serif;
  font-weight: 900;
  font-size: 21px;
  line-height: 28px;
  color: #FFFFFF;
  z-index: 9;
  text-align: center;
}
.catalog-page .popular-posts .popular-item:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
}
.catalog-page .popular-posts .popular-item:hover .img-wrapper:before {
  display: none;
}
.catalog-page .popular-posts .slick-list {
  overflow: initial;
}
.catalog-page .popular-posts .prev-arrow {
  position: absolute;
  left: -24px;
  top: 76px;
  transform: translate(-100%, -50%);
  background: none;
  border: none;
  padding: 0;
  outline: none;
  cursor: pointer;
  z-index: 9;
}
.catalog-page .popular-posts .next-arrow {
  position: absolute;
  right: -24px;
  top: 76px;
  transform: translate(100%, -50%);
  background: none;
  border: none;
  padding: 0;
  outline: none;
  cursor: pointer;
  z-index: 9;
}
.catalog-page .popular-posts:hover .slick-arrow {
  opacity: 1;
}
.catalog-page .popular-posts .slick-arrow {
  transition: 0.2s linear;
  opacity: 0;
}
.catalog-page .popular-posts .slick-arrow circle {
  transition: 0.2s linear;
}
.catalog-page .popular-posts .slick-arrow:hover circle {
  opacity: 1;
}
.catalog-page .yoga-moscow {
  margin-bottom: 48px;
}
.catalog-page .yoga-moscow .main-menu-wrapper {
  margin-bottom: 48px;
}
.catalog-page .yoga-moscow .main-menu-wrapper .main-menu {
  margin-left: 0;
  margin-top: 0;
  padding-right: 0;
  background-color: #FCFCFC;
  border-radius: 32px;
}
.catalog-page .yoga-moscow .main-menu-wrapper .main-menu .children-wrapper .h3 {
  font-family: "RalewayMedium", sans-serif;
}
.catalog-page .yoga-moscow .main-menu-wrapper .main-menu .children-wrapper .uncheck {
  font-family: "RalewayRegular", sans-serif;
}
.catalog-page .yoga-moscow .main-menu-wrapper .main-menu label .checkbox-text {
  font-family: "RalewayRegular", sans-serif;
}
.catalog-page .yoga-moscow .main-menu-wrapper .main-menu .search-btn {
  height: calc(100% + 2px);
  width: 205px;
  background: #f5b75f;
  border-radius: 32px;
  margin-right: -2px;
}
.catalog-page .yoga-moscow .main-menu-wrapper .main-menu .search-btn:hover {
  font-family: "RalewayRegular", sans-serif;
  height: 100%;
  box-shadow: none;
}
.catalog-page .yoga-moscow .main-menu-wrapper .main-menu .main-menu-list li.active {
  /*font-family: "RalewayMedium", sans-serif;*/
}
.catalog-page .yoga-moscow .main-menu-wrapper .main-menu .main-menu-list li:hover {
  /*font-family: "RalewayMedium", sans-serif;*/
}
.catalog-page .yoga-moscow .link-more {
  font-family: "RalewayRegular", sans-serif;
  width: 189px;
  height: 64px;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
  border-radius: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.catalog-page .yoga-moscow .post-slider {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 -30px;
  padding: 0 15px;
  width: auto;
}
.catalog-page .yoga-moscow .post-slider .post-item {
  width: calc(100% / 3 - 30px);
  box-shadow: none;
  flex: 0 0 calc(100% / 3 - 30px);
  margin: 0 15px 54px;
}
.catalog-page .yoga-moscow .post-slider .post-item a {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}

.catalog-page .yoga-moscow .post-slider .post-item a:hover,
.catalog-page .yoga-moscow .post-slider .post-item a:focus {
    color: unset;
    text-decoration: none;
}
.catalog-page .yoga-moscow .post-slider .post-item .h3 {
  padding: 0;
  margin-bottom: 5px;
  font-weight: 300;
  font-family: "RalewayRegular", sans-serif;
  font-size: 16px;
  line-height: 19px;
}
.catalog-page .yoga-moscow .post-slider .post-item .slider-posts-img .slider-posts-img-item img {
  border-radius: 8px;
  height: 208px;
}
.catalog-page .yoga-moscow .post-slider .post-item .info-wrapper {
  padding: 0;
}
.catalog-page .yoga-moscow .post-slider .post-item .info-wrapper a {
  padding: 10px 0 0;
}
.catalog-page .yoga-moscow .post-slider .post-item .info-wrapper .rating {
  margin-bottom: 8px;
}
.catalog-page .yoga-moscow .post-slider .post-item .info-wrapper .rating span {
  font-family: "RalewayRegular", sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  color: #484848;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.catalog-page .yoga-moscow .post-slider .post-item .info-wrapper .rating span span {
  font-weight: 300;
  color: #7D7D7D;
}
.catalog-page .yoga-moscow .post-slider .post-item .info-wrapper .metro {
  margin-left: 0;
  font-family: "RalewayRegular", sans-serif;
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  color: #484848;
}
.catalog-page .yoga-moscow .main-btn.look-more {
  width: 100%;
  height: 52px;
  background: #f5b75f;
  border-radius: 8px;
  margin-top: -15px;
  border: none;
  font-family: "RalewayRegular", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  cursor: pointer;
}
.catalog-page .yoga-moscow:hover {
  font-family: "RalewayRegular", sans-serif;
}
.catalog-page .about-mobile {
  display: none;
}
.catalog-page .map-btn.mobile {
  display: none;
}
.catalog-page .useful-articles {
  display: none;
}

.gallery-popup {
  position: fixed;
  left: -99999px;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: 101;
  padding: 180px 180px 110px;
  box-sizing: border-box;
  color: #222222;
}
.gallery-popup .close-btn {
  width: 112px;
  height: 32px;
  left: 48px;
  top: 43px;
  background: #DDDDDD;
  border: none;
  border-radius: 4px;
  position: absolute;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 11px;
  cursor: pointer;
}
.gallery-popup .close-btn svg {
  margin-right: 8px;
}
.gallery-popup .soc-btns {
  position: absolute;
  top: 41px;
  right: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery-popup .soc-btns button {
  border: none;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 10px;
  cursor: pointer;
}
.gallery-popup .soc-btns button:hover {
  background-color: #fafafa;
}
.gallery-popup .soc-btns button.like {
  margin-left: 16px;
}
.gallery-popup .paging {
  position: absolute;
  top: 47px;
  left: 50%;
  transform: translateX(-50%);
}
.gallery-popup .gallery {
  height: 100%;
}
.gallery-popup .gallery .slick-list,
.gallery-popup .gallery .slick-track {
  height: 100%;
}
.gallery-popup .gallery .img-item {
  height: 100%;
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  outline: none;
}
.gallery-popup .gallery .img-item img {
  max-height: calc(100% - 62px);
  height: 100%;
  max-width: 100%;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 43px;
}
.gallery-popup .gallery .prev-arrow {
  outline: none;
  position: absolute;
  left: -52px;
  top: 50%;
  transform: translate(-100%, -50%);
  background: none;
  border: 1px solid #222222;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
  transition: 0.3s linear;
}
.gallery-popup .gallery .prev-arrow:hover circle {
  opacity: 1;
}
.gallery-popup .gallery .prev-arrow circle {
  fill: #ffffff;
}
.gallery-popup .gallery .next-arrow {
  outline: none;
  position: absolute;
  right: -52px;
  top: 50%;
  transform: translate(100%, -50%);
  background: none;
  border: 1px solid #222222;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
  transition: 0.3s linear;
}
.gallery-popup .gallery .next-arrow:hover circle {
  opacity: 1;
}
.gallery-popup .gallery .next-arrow circle {
  fill: #ffffff;
}

.ui-selectmenu-open {
  z-index: 999;
  box-sizing: border-box;
}
.ui-selectmenu-open .ui-menu {
  background-color: #ffffff;
  border: 1px solid #222222;
  border-top: none;
}
.ui-selectmenu-open .ui-menu .ui-state-disabled {
  display: none;
}
.ui-selectmenu-open .ui-menu .ui-menu-item {
  height: 36px;
}
.ui-selectmenu-open .ui-menu .ui-menu-item .ui-menu-item-wrapper {
  padding: 0 19px;
  height: 36px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.ui-selectmenu-open .ui-menu .ui-menu-item .ui-menu-item-wrapper:hover {
  background-color: #fafafa;
}
.ui-selectmenu-open .ui-menu .ui-state-active {
  margin: 0;
}

.ui-datepicker {
  z-index: 999 !important;
  border: 1px solid #222222;
  background-color: #ffffff;
}
.ui-datepicker .ui-datepicker-prev {
  background: url(../images/studio/prev-arrow.svg) center no-repeat;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 2px;
  top: 2px;
}
.ui-datepicker .ui-datepicker-next {
  background: url(../images/studio/next-arrow.svg) center no-repeat;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 2px;
  top: 2px;
}
.ui-datepicker td a {
  text-align: center;
  border: 1px solid transparent;
}
.ui-datepicker td a:hover, .ui-datepicker td a.ui-state-active {
  border: 1px solid #222222;
}

section.popular {
  padding-bottom: 60px;
}
section.popular .popular-item:hover .img-wrapper:before {
  transform: scaleY(1);
}
section.popular h2 {
  margin-top: 0;
  margin-bottom: 32px;
}
section.popular a {
  display: flex;
  align-items: center;
}
section.popular a span {
  display: flex;
  flex-direction: column;
}
section.popular a span span:first-child {
  font-family: "RalewayMedium";
  margin-bottom: 5px;
}
section.popular a span span:last-child {
  font-family: "RalewayLight";
}
section.popular img {
  margin-right: 15px;
  border-radius: 10px;
  width: 64px;
  height: 64px;
  position: relative;
  z-index: 1;
}
section.popular .img-wrapper {
  margin-right: 15px;
  width: 64px;
  height: 64px;
  position: relative;
  border-right: 10px;
  transform: perspective(1px) translateZ(0);
  transition-duration: 0.3s;
}

.studio-page section.direction .flex{
    overflow-x: scroll;
  }

.scrollbar::-webkit-scrollbar {
            width: 12px;
        }
        
.scrollbar::-webkit-scrollbar-track {
            border-radius: 8px;
            background-color: #eee;;
            border: 1px solid #cacaca;
            box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
        }
        
.scrollbar::-webkit-scrollbar-thumb {
            border-radius: 8px;
            background-color: #a1a0a0;
}

section.popular .img-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5);
  width: 64px;
  height: 64px;
  z-index: 100;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
section .popular-posts {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
section .popular-item {
  display: flex;
  flex: 0 0 25%;
  margin-bottom: 31px;
}
section.interesting {
  height: 417px;
  background-position: 0 -270px;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 30px;
  /*background-image: url("../images/interesting/bg.jpg");*/
  overflow: hidden;
}
section.interesting .container {
  width: 1196px;
}
section.interesting .slick-list {
  overflow: visible;
}
section.interesting .slick-dots {
  max-width: 990px;
  background-color: #E4E4E4;
  padding: 0;
  margin-top: 75px;
  height: 8px;
  border-radius: 10px;
  margin-left: 102px;
  display: flex !important;
  justify-content: space-between;
}
section.interesting .slick-dots li {
  width: 92px;
  height: 8px;
  list-style: none;
  background-color: transparent;
  display: inline-block;
  position: relative;
  border-radius: 10px;
  position: relative;
}
section.interesting .slick-dots li.slick-active {
  background-color: #f5b75f;
}
section.interesting .slick-dots li button {
  display: none;
}
section.interesting .slick-prev, section.interesting .slick-next {
  font-size: 0;
  height: 80px;
  width: 80px;
  border: none;
  border-radius: 50%;
  opacity: 0.7;
  background-color: #fff;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s ease;
}
section.interesting .slick-prev:hover, section.interesting .slick-next:hover {
  opacity: 1;
}
section.interesting .slick-prev:before, section.interesting .slick-next:before {
  position: absolute;
  content: "";
  background-image: url("../images/arrow-slider.svg");
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 14px;
  height: 26px;
}
section.interesting .slick-prev {
  position: absolute;
  top: 230px;
  left: 0;
}
section.interesting .slick-prev:before {
  top: 6px;
}
section.interesting .slick-next {
  position: absolute;
  top: 230px;
  right: 0;
  transform: rotate(180deg);
}
section.interesting .slick-next:before {
  top: -1px;
}
section.interesting .item-image {
  position: relative;
}
section.interesting .item-image img {
  border-radius: 10px 0px 0px 10px;
  width: 288px;
  height: 192px;
}
section.interesting .item-image svg {
  position: absolute;
  top: 19px;
  left: 23px;
  width: 32px;
  height: 32px;
}
section.interesting .item-image svg:hover .like-path-stroke {
  stroke: #f5b75f;
}
section.interesting .item-image svg:hover .like-path-fill {
  fill: #f5b75f;
}
section.interesting .item-image .like-path-stroke {
  stroke: white;
}
section.interesting .item-image .like-path-fill {
  fill: white;
}
section.interesting h2 {
  margin-top: 0;
  margin-bottom: 6px;
}
section.interesting p {
  margin-bottom: 36px;
}
section.interesting .slider-interesting-item {
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
  display: flex;
  color: #222;
  height: 192px;
  width: 496px !important;
  margin-right: 48px;
}
section.interesting .slider-interesting-item:last-child {
  margin-right: 0;
}
section.interesting .item-info {
  min-width: 208px;
  background-color: #fff;
  border-radius: 0 10px 10px 0;
  height: 192px;
}
section.interesting .rating {
  padding-top: 11px;
  padding-left: 8px;
  vertical-align: middle;
}
section.interesting .rating img {
  vertical-align: middle;
  margin-bottom: 1px;
  display: inline-block;
}
section.interesting .rating span {
  font-size: 12px;
  line-height: 14px;
  vertical-align: middle;
}
section.interesting .about {
  padding: 0 11px 0 8px;
}
section.interesting .about p {
  font-size: 8px;
  line-height: 9px;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 0;
}
section.interesting .about .h3 {
  margin: 7px 0 12px;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  font-family: "RalewayMedium";
}
section.interesting .about .offer {
  font-size: 10px;
  line-height: 12px;
  font-family: "RalewayLight";
  color: #7D7D7D;
  text-transform: none;
}
section.interesting .about .price {
  padding-top: 22px;
}
section.interesting .about .price p {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 16px;
}
section.interesting .about .price span {
  font-family: "RalewayLight";
  text-transform: none;
}
section.workshop {
  background-image: url("../images/workshop/bg.jpg");
  background-size: cover;
  height: 280px;
  background-repeat: no-repeat;
  background-position: 0 -400px;
  padding: 35px 0 30px;
}
section.workshop h2 {
  font-size: 48px;
  font-family: "RalewayBold";
  line-height: 56px;
  text-align: left;
  margin-bottom: 20px;
  margin-top: 0;
}
section.workshop p {
  margin-bottom: 23px;
}
section.special .types-yoga {
  margin-top: 15px;
}
section.special .types-yoga-item {
  display: flex;
  justify-content: space-between;
  min-width: 208px;
}
section.special .types-yoga-item img {
  border-radius: 20px 20px 0 0;
  max-width: 208px;
  width: 100%;
  height: 129px;
}
section.special .types-yoga-item a {
  display: flex;
  flex-direction: column;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
}
section.special .types-yoga-item p {
  padding: 8px 22px;
  text-align: center;
}
section.yoga-online .post-item span:first-child {
  text-transform: uppercase;
}
section.useful-articles .big-item img {
  width: 100%;
  height: 433px;
  min-width: 586px;
  border-radius: 30px 30px 0 0;
}
section.useful-articles .small-items a:nth-child(1) img,
section.useful-articles .small-items a:nth-child(2) img {
  max-width: 280px;
  height: 175px;
  width: 100%;
  border-radius: 30px 30px 0 0;
}
section.useful-articles .small-items a:nth-child(3) img {
  max-width: 585px;
  height: 193px;
  width: 100%;
  border-radius: 30px 30px 0 0;
}
section.useful-articles .more-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section.useful-articles .useful-articles-list {
  display: flex;
  margin-top: 50px;
}
section.useful-articles .useful-articles-list.mobile {
  display: none;
}
section.useful-articles .useful-articles-list a {
  display: flex;
  flex-direction: column;
  box-shadow: 0.3px 1px 1px 0px #DFDFDF;
  width: 586px;
  border-radius: 30px;
  margin-right: 25px;
}
section.useful-articles .useful-articles-list .small-items {
  display: flex;
  flex-wrap: wrap;
}
section.useful-articles .useful-articles-list .small-items a {
  width: 280px;
  margin-bottom: 24px;
}
section.useful-articles .useful-articles-list .small-items a:nth-child(2) {
  margin-right: 0;
}
section.useful-articles .useful-articles-list .small-items a:nth-child(3) {
  width: 585px;
  margin-right: 0;
  margin-bottom: 0;
}
section.useful-articles .useful-articles-list p {
  padding: 11px 55px;
}
section.cozy-studios .slick-slide {
  outline: none;
}
section.cozy-studios .post-item {
  margin-right: 11px;
  margin-left: 2px;
}
section.cozy-studios a.main-btn {
  width: 216px;
  height: 48px;
  border-radius: 30px;
  margin: 85px auto 0;
}
section.cozy-studios p {
  margin-bottom: 50px;
}
section.about {
  padding-top: 0;
}
section.about h2 {
  text-transform: uppercase;
  font-size: 32px;
  line-height: 38px;
  max-width: 799px;
}
section.about p {
  font-family: "RalewayLight";
  font-size: 16px;
  line-height: 20px;
  max-width: 799px;
}

footer {
  background-color: #E4E4E4;
  padding-top: 52px;
  padding-bottom: 30px;
}
footer .footer-list-wrapper {
  display: flex;
  align-items: flex-start;
}
footer .footer-list-wrapper ul {
  margin: 0;
  padding-left: 20px;
  max-width: 225px;
  width: 100%;
}
footer .footer-list-wrapper ul li {
  list-style: none;
  font-size: 12px;
  line-height: 14px;
  color: #222;
  margin-bottom: 15px;
  font-family: "RalewayLight";
}
footer .footer-list-wrapper ul li:first-child {
  font-family: "RalewayMedium";
  text-transform: uppercase;
}
footer .line {
  margin-top: 55px;
  width: 89.3%;
  height: 1px;
  background-color: #B0B0B0;
  margin-bottom: 24px;
}
footer .bottom-links {
  display: flex;
  padding: 0;
  margin: 0;
}
footer .bottom-links li {
  padding-left: 20px;
  width: 225px;
  list-style: none;
  font-size: 12px;
  line-height: 14px;
  margin: 0;
  font-family: "RalewayRegular";
}
footer .social-icons {
  display: flex;
  align-items: center;
  margin-left: 130px;
}
footer .social-icons a:nth-child(1) {
  margin-right: 12px;
}
footer .social-icons a:nth-child(2) {
  margin-right: 13px;
}
footer .social-icons a:nth-child(3) {
  margin-right: 15px;
}

h1 p {
    font-size: 22px;
    color: #6c6c6c;
    line-height: 17px;
    margin-top: 80px;
}

@media screen and (max-width: 1400px) {
    
  .catalog-page .sales {
    padding-top: 0px;
  }

 .catalog-page .header-container {
     /*height: 560px;*/
  }
  .studio-page header .container {
    padding: 0 22px;
  }
  .studio-page header .menu ul li {
    margin-right: 40px;
  }
  .studio-page header .top-line .search-line input {
    margin-left: 0;
  }
  .studio-page .container {
    width: 992px;
  }
  .studio-page section.schedule .wrapper .head-date-wrapper.sticky {
    width: 948px;
  }
  .studio-page section.cozy-studios .post-slider .post-item {
    flex: auto;
    margin: 5px 4px 5px;
  }
  .tabs.fixed {
    width: 992px;
  }

  .gallery-popup {
    padding: 100px;
  }
  .gallery-popup .gallery .next-arrow {
    right: -5px;
  }
  .gallery-popup .gallery .prev-arrow {
    left: -5px;
  }

  .container {
    padding: 0 22px;
    /*width: 992px;*/
    box-sizing: border-box;
  }
  header {
    height: 80px;
    padding-bottom: 0;
  }
  header .menu ul li {
    margin-right: 40px;
  }
  header .top-line .search-line input {
    margin-left: 0;
  }
  .catalog-page .header-container {
    padding: 0 22px;
    box-sizing: border-box;
  }
  .catalog-page .yoga-moscow .post-slider .post-item .slider-posts-img .slider-posts-img-item img {
    height: 164.44px;
  }
  .catalog-page .yoga-moscow .main-menu-wrapper .main-menu {
    width: 700px;
  }
  .catalog-page .yoga-moscow .main-menu-wrapper .main-menu .search-btn {
    width: 180px;
  }
  .catalog-page section .main-menu .main-menu-list li {
    padding: 0 15px;
    font-size: 12px;
  }
}
@media screen and (max-width: 1250px) {
  .studio-page section.cozy-studios {
    display: block;
    padding: 0 0 48px;
  }
  
  .photos {
      display: flex;
      align-items: stretch;
      justify-content: center;
      position: relative;
      height: 300px;
      width: fit-content;
      overflow-x: auto;
  }
  
  .catalog-page .sales {
    padding-top: 0px;
  }

 .catalog-page .header-container {
     /*height: 460px;*/
  }

  .catalog-page section.popular.common {
    padding: 0;
  }
  .catalog-page .yoga-moscow .main-menu-wrapper {
    display: none;
  }
  .catalog-page .popular-posts .popular-item {
    width: 176px !important;
    flex: 0 0 176px;
  }
}
@media screen and (max-width: 1080px) {
  
  .studio-page .container {
    width: 740px;
  }
  
  .photos {
      display: flex;
      align-items: stretch;
      justify-content: center;
      position: relative;
      height: 200px;
      overflow-x: auto;
  }
  
  .catalog-page .sales {
    padding-top: 0px;
  }

 .catalog-page .header-container {
     /*height: 360px;*/
  }
  .studio-page header .menu ul li {
    margin-right: 25px;
  }
  .studio-page header .user-area {
    margin-left: 25px;
  }
  .tabs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 28px 25px;
  }
  .tabs.fixed {
    width: 740px;
  }
  .tabs li {
    margin-right: 5px;
  }
  .tabs li:last-child {
    margin-right: 0;
  }
  .studio-page section.sales .slider-wrapper .slider .prev-arrow,
.studio-page section.sales .slider-wrapper .slider.teachers-slider .prev-arrow, .studio-page section.teachers .slider-wrapper .slider .prev-arrow,
.studio-page section.teachers .slider-wrapper .slider.teachers-slider .prev-arrow {
    left: 0;
    transform: translateY(-50%);
  }
  .studio-page section.sales .slider-wrapper .slider .next-arrow,
.studio-page section.sales .slider-wrapper .slider.teachers-slider .next-arrow, .studio-page section.teachers .slider-wrapper .slider .next-arrow,
.studio-page section.teachers .slider-wrapper .slider.teachers-slider .next-arrow {
    right: 0;
    transform: translateY(-50%);
  }
  .studio-page section.schedule .selects-row {
    flex-wrap: wrap;
  }
  .studio-page section.schedule .selects-row .ui-button {
    margin-right: 20px;
    margin-bottom: 15px;
  }
  .studio-page section.schedule .wrapper .head-date-wrapper.sticky {
    width: 696px;
  }
  .studio-page section.schedule .wrapper .head-date .class-date .text {
    font-size: 14px;
  }
  .studio-page section.schedule .wrapper .head-date .class-date .today {
    font-size: 10px;
  }
  .studio-page section.schedule .calendar .column .class {
    min-height: 130px;
    height: 130px;
  }
  .studio-page section.schedule .calendar .column .class .title {
    font-size: 12px;
    line-height: 14px;
  }
  .studio-page section.schedule .calendar .column .class .author,
.studio-page section.schedule .calendar .column .class .availability {
    font-size: 10px;
    line-height: 13px;
  }
  .studio-page section.schedule .calendar .column .class .date {
    font-size: 12px;
    line-height: 14px;
  }
  .studio-page section.schedule .calendar .column .class .time {
    font-size: 10px;
    line-height: 13px;
    top: 9px;
  }
  .studio-page section.prices .list {
    max-width: 100%;
  }
  .studio-page section.cozy-studios .post-slider {
    margin: 0 -12px;
    padding: 0 6px;
  }
  .studio-page section.cozy-studios .post-slider .post-item {
    margin: 5px 6px;
  }

  .container {
   /* width: 740px;*/
  }
  header .menu ul li {
    margin-right: 25px;
  }
  header .user-area {
    margin-left: 25px;
  }
  header .search-wrapper .main-btn {
    margin: 0;
  }
  .catalog-page .header-container {
    box-sizing: border-box;
    padding: 0 22px;
  }
  .catalog-page .header-container h1 {
    text-align: left;
  }
  .catalog-page .header-container p {
    text-align: left;
  }
  .catalog-page section .container {
    width: 740px;
  }
  .catalog-page section.sales .slider-wrapper .slider .prev-arrow,
.catalog-page section.sales .slider-wrapper .slider.teachers-slider .prev-arrow, .catalog-page section.teachers .slider-wrapper .slider .prev-arrow,
.catalog-page section.teachers .slider-wrapper .slider.teachers-slider .prev-arrow {
    left: 0;
    transform: translateY(-50%);
  }
  .catalog-page section.sales .slider-wrapper .slider .next-arrow,
.catalog-page section.sales .slider-wrapper .slider.teachers-slider .next-arrow, .catalog-page section.teachers .slider-wrapper .slider .next-arrow,
.catalog-page section.teachers .slider-wrapper .slider.teachers-slider .next-arrow {
    right: 0;
    transform: translateY(-50%);
  }
  .catalog-page section .popular-posts .prev-arrow {
    left: 0;
    transform: translateY(-50%);
  }
  .catalog-page section .popular-posts .next-arrow {
    right: 0;
    transform: translateY(-50%);
  }
  .catalog-page .yoga-moscow .post-slider .post-item .slider-posts-img .slider-posts-img-item img {
    height: 117.77px;
  }
  .catalog-page .yoga-moscow .border-wrapper {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .hide-desktop {
    display: none !important;
  }
  
}
@media screen and (max-width: 767px) {
  .studio-page .slick-slider:not(.slick-initialized) {
    opacity: 0;
  }
  
  section h1 {
  font-size: 24px;
  line-height: 28px;
  align-items: center;
  font-family: "RalewayRegular", sans-serif;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
}
  
    .catalog-page .sales {
    padding-top: 0px;
    }
  
  .header-container h1, .header-container p {
    margin-left: 0;
    margin-right: 0;
    }
  .header-container h1 {
    margin-top: 0px;
  }

  .sales {
    padding-top: 0px;
  }
  
   .top-line .container {
    width: auto;
   }
   
  .catalog-page .header-container{
      background-image: none;
      height: auto;
      position: inherit;
  }
  
  section.direction .list {
  list-style: none;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 0px;
  }
  
  .studio-page .container {
    width: auto;
  }
  .studio-page header {
    display: none;
  }
  .studio-page header.fixed + section {
    margin-top: 0;
  }


  .studio-page section.tabs-section .container {
  }

  /*.studio-page section.tabs-section .gallery-popup {
    display: block !important;
    position: relative;
    padding: 0;
    margin-bottom: 24px;
    margin-top: 60px;
    left: 0 !important;
    height: 213px;
    width: 375px;
    margin-left: auto;
    margin-right: auto;
    order: 1;
  }
  .studio-page section.tabs-section .gallery-popup .close-btn {
    display: none;
  }
  .studio-page section.tabs-section .gallery-popup .soc-btns {
    display: none;
  }
  .studio-page section.tabs-section .gallery-popup .paging {
    right: 24px;
    bottom: 9px;
    width: 39px;
    height: 16px;
    background: rgba(34, 34, 34, 0.5);
    border-radius: 4px;
    top: auto;
    left: auto;
    z-index: 9;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #FFFFFF;
  }
  .studio-page section.tabs-section .gallery-popup .gallery .prev-arrow {
    left: 24px;
    transform: translateY(-50%);
    z-index: 9;
    border: none;
    width: 24px;
    height: 24px;
  }
  .studio-page section.tabs-section .gallery-popup .gallery .prev-arrow svg {
    height: 24px;
  }
  .studio-page section.tabs-section .gallery-popup .gallery .next-arrow {
    right: 24px;
    transform: translateY(-50%);
    z-index: 9;
    border: none;
    width: 24px;
    height: 24px;
  }
  .studio-page section.tabs-section .gallery-popup .gallery .next-arrow svg {
    height: 24px;
  }
  .studio-page section.tabs-section .gallery-popup .gallery .img-item img {
    width: 100%;
    height: 213px;
    max-height: 100%;
    object-fit: cover;
    margin: 0;
  }
  .studio-page section.tabs-section .gallery-popup .gallery .text {
    display: none;
  }
  .studio-page section.tabs-section .photos {
    display: none;
    order: 1;
    margin-bottom: 24px;
  }
  .studio-page section.tabs-section .photos .white-btn {
    display: none;
  }
  .studio-page section.tabs-section .photos .gallery {
    display: none;
  }
  .studio-page section.tabs-section h1 {
    order: 2;
    padding: 0 23px;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 4px;
    /*display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  */
  
  h1 p {
    font-size: 18px;
    margin-top: 0px;
  }
  
  
  /*.studio-page section.tabs-section h1 .rating {
    margin-left: 8px;
  }*/
  .info-row {
    order: 3;
    padding: 0px;
    margin-bottom: 24px;
  }
  .info-row .address {
    font-size: 8px;
    line-height: 9px;
    color: #868686;
    margin-left: 15px;
  }
  .info-row .address span {
    margin-right: 16px;
  }
  .info-row .address .underline-mobile {
    text-decoration: underline;
    text-underline-position: under;
  }
  .info-row .address svg {
    display: none;
  }
  .info-row .share,
.info-row .compare {
    display: none;
  }
  .tabs {
    order: 0;
    margin: 0;
    padding: 0 30px 0 22px;
    /*position: fixed;*/
    width: 100%;
    z-index: 9999;
    background-color: #ffffff;
    height: 40px;
  }
  .tabs.fixed {
    width: 100%;
    padding: 0 30px 0 22px;
  }
  .tabs.fixed + .text {
    margin-top: 0;
    margin-bottom: 40px;
  }
  .tabs li a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration-line: unset;
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
  }
  .studio-page section.tabs-section .text {
    order: 4;
  }
  .studio-page section.tabs-section .text br {
    display: block;
  }
  .studio-page section.schedule h2 {
    float: left;
    position: relative;
    margin-bottom: 0;
  }
  .studio-page section.schedule h2:after {
    content: "";
    clear: both;
    display: table;
  }
  .studio-page section.schedule .selects-row {
    float: right;
    position: relative;
    margin-bottom: 0;
  }
  .studio-page section.schedule .selects-row:after {
    content: "";
    clear: both;
    display: table;
  }
  .studio-page section.schedule .selects-row .ui-button {
    display: none;
  }
  .studio-page section.schedule .schedule-wrapper .calendar-slider-wrapper {
    overflow-x: initial;
  }
  .studio-page section.schedule .calendar-wrapper {
    margin-top: 0;
  }
  .studio-page section.schedule .calendar-wrapper .calendar {
    height: 16px;
    background-size: auto 16px;
    width: 90px;
    padding-left: 23px;
    font-size: 12px;
    line-height: 14px;
  }
  .studio-page section.schedule .calendar-wrapper .calendar::placeholder {
    font-size: 12px;
    line-height: 14px;
  }
  .studio-page section.schedule .wrapper {
    margin-top: 50px;
  }
  .studio-page section.schedule .wrapper:after {
    content: "";
    clear: both;
    display: table;
  }
  .studio-page section.schedule .wrapper .left-arrow,
.studio-page section.schedule .wrapper .right-arrow {
    display: none;
  }
  .studio-page section.schedule .wrapper .month {
    display: none;
  }
  .studio-page section.schedule .wrapper.sticky {
    padding-top: 117px;
  }
  .studio-page section.schedule .wrapper .head-date-wrapper:before, .studio-page section.schedule .wrapper .head-date-wrapper:after {
    display: none;
  }
  .studio-page section.schedule .wrapper .head-date-wrapper.sticky {
    position: fixed;
  }
  .studio-page section.schedule .wrapper .head-date-wrapper.sticky.absolute {
    position: absolute;
  }
  .studio-page section.schedule .wrapper .head-date .class-date {
    width: 40px;
    height: 40px;
    background: #F4F4F4;
    box-shadow: 0 0.5px 4px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    padding: 0 0 2px;
    text-align: center;
    margin: 0 4px;
  }
  .studio-page section.schedule .wrapper .head-date .class-date.opacity {
    opacity: 0.3;
  }
  .studio-page section.schedule .wrapper .head-date .class-date .text {
    font-size: 12px;
    line-height: 14px;
    font-weight: 300;
    height: 26px;
    width: 100%;
  }
  .studio-page section.schedule .wrapper .head-date .class-date .text .date {
    font-size: 8px;
    line-height: 9px;
  }
  .studio-page section.schedule .wrapper .head-date .class-date .today {
    display: none;
  }
  .studio-page section.schedule .wrapper .head-date .class-date.before {
    opacity: 0.3;
  }
  .studio-page section.schedule .wrapper .head-date .class-date.active, .studio-page section.schedule .wrapper .head-date .class-date.today-date {
    opacity: 1;
    background-color: #DADADA;
    border-color: #DADADA;
  }
  .studio-page section.schedule .wrapper .head-date-wrapper {
    background-color: #ffffff;
    position: relative;
    margin-bottom: 17px;
    top: 0;
  }
  .studio-page section.schedule .wrapper .head-date-wrapper.sticky {
    padding: 20px 22px 0;
    width: 100%;
    top: 40px;
  }
  .studio-page section.schedule .wrapper .head-date-wrapper.sticky.absolute {
    width: calc(100% + 44px);
    padding: 20px 22px 0;
    left: -22px;
    background-color: #ffffff;
    z-index: 99;
  }
  .studio-page section.schedule .wrapper .head-date-wrapper .head-date {
    display: flex;
    align-items: center;
    overflow: auto;
    white-space: nowrap;
    margin: 0 -22px 12px;
    padding: 5px 0;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .studio-page section.schedule .wrapper .head-date-wrapper .head-date::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .studio-page section.schedule .wrapper .head-date-wrapper .head-date .class-date {
    flex: 0 0 40px;
  }
  .studio-page section.schedule .wrapper .head-date-wrapper .head-date .slick-list {
    padding: 0 !important;
    overflow: initial;
  }
  .studio-page section.schedule .wrapper .head-date-wrapper .head-date .slick-list .slick-slide {
    outline: none;
  }
  .studio-page section.schedule .dates-mobile {
    text-align: center;
    margin-bottom: 17px;
  }
  .studio-page section.schedule .dates-mobile .today {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 10px;
    font-weight: 300;
    height: 14px;
  }
  .studio-page section.schedule .dates-mobile .full-date {
    font-weight: 500;
    font-family: "RalewayMedium", sans-serif;
    font-size: 12px;
    line-height: 14px;
  }
  .studio-page section.schedule .calendar {
    margin-top: 0;
  }
  .studio-page section.schedule .calendar .column {
    width: 100%;
  }
  .studio-page section.schedule .calendar .column:not(.today) {
    display: none;
  }
  .studio-page section.schedule .calendar .column.today .class {
    background-color: #ffffff;
  }
  .studio-page section.schedule .calendar .column .class {
    background: #FFFFFF;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    margin-bottom: 16px;
    min-height: auto;
    height: 64px;
  }
  .studio-page section.schedule .calendar .column .class a {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 7px;
  }
  .studio-page section.schedule .calendar .column .class:hover {
    background-color: #FFF3F3;
  }
  .studio-page section.schedule .calendar .column .class:active {
    background-color: #FFF3F3;
  }
  .studio-page section.schedule .calendar .column .class:last-child {
    margin-bottom: 0;
  }
  .studio-page section.schedule .calendar .column .class .date {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 0;
    margin-right: 8px;
    order: 1;
  }
  .studio-page section.schedule .calendar .column .class .time {
    font-size: 10px;
    line-height: 12px;
    color: #868686;
    position: relative;
    margin-left: 49px;
    top: 0;
    right: 0;
    order: 3;
  }
  .studio-page section.schedule .calendar .column .class .title {
    width: calc(100% - 50px);
    margin-bottom: 4px;
    font-size: 16px;
    line-height: 19px;
    order: 2;
  }
  .studio-page section.schedule .calendar .column .class .author {
    order: 5;
    margin-left: 20px;
    margin-bottom: 0;
  }
  .studio-page section.schedule .calendar .column .class .availability {
    order: 4;
    margin-left: 10px;
  }
  .studio-page section.direction h2, .studio-page section.comfort h2, .studio-page section.equipment h2, .studio-page section.contacts h2 {
    margin-bottom: 24px;
  }
  .studio-page section.direction .flex, .studio-page section.comfort .flex, .studio-page section.equipment .flex, .studio-page section.contacts .flex {
    flex-direction: column;
    overflow-x: scroll;
  }
  .studio-page section.direction .flex .list, .studio-page section.comfort .flex .list, .studio-page section.equipment .flex .list, .studio-page section.contacts .flex .list {
    margin-right: 0;
  }
  .studio-page section.direction .flex .list li, .studio-page section.comfort .flex .list li, .studio-page section.equipment .flex .list li, .studio-page section.contacts .flex .list li {
    margin-bottom: 16px;
    width: 100%;
  }
  .studio-page section.direction .flex .list li:last-child, .studio-page section.comfort .flex .list li:last-child, .studio-page section.equipment .flex .list li:last-child, .studio-page section.contacts .flex .list li:last-child {
    margin-bottom: 0;
  }
  .studio-page section.comfort .flex .list:first-child li, .studio-page section.equipment .flex .list:first-child li, .studio-page section.contacts .flex .list:first-child li {
    margin-right: 28px;
  }
  
  .studio-page section.direction .flex .list li{
    margin-right: 2px;
  }
  
  .studio-page section.direction .flex .list:last-child li:last-child, .studio-page section.comfort .flex .list:last-child li:last-child, .studio-page section.equipment .flex .list:last-child li:last-child, .studio-page section.contacts .flex .list:last-child li:last-child {
    margin-bottom: 0;
  }
  .studio-page section.direction .flex .list.item-list, .studio-page section.comfort .flex .list.item-list, .studio-page section.equipment .flex .list.item-list, .studio-page section.contacts .flex .list.item-list {
    width: 100%;
    margin-right: 0;
  }
  .studio-page section.direction .flex .list.item-list li, .studio-page section.comfort .flex .list.item-list li, .studio-page section.equipment .flex .list.item-list li, .studio-page section.contacts .flex .list.item-list li {
    padding-left: 0;
    text-decoration: none;
    margin-bottom: 20px;
  }
  
  .studio-page section.comfort .flex .list.item-list li p {
    padding-left: 0;
    text-decoration: none;
    margin-bottom: 20px;
    margin-right: 27px;
  }
  
  .studio-page section.direction .flex .list.item-list li:before, .studio-page section.comfort .flex .list.item-list li:before, .studio-page section.equipment .flex .list.item-list li:before, .studio-page section.contacts .flex .list.item-list li:before {
    right: 0;
    left: auto;
    height: 24px;
    width: 22px;
    background-size: auto 24px;
  }
  
  .studio-page section.comfort .flex .list.item-list li:before {
    right: 0;
    left: auto;
    height: 24px;
    width: 22px;
    background-size: auto 24px;
    top: 7px;
  }
  
  .studio-page section.direction .flex .list:first-child li:last-child {
    margin-bottom: 16px;
  }
  .studio-page section.sales .slider-wrapper .slider, .studio-page section.teachers .slider-wrapper .slider {
    margin: 0 -8px;
    padding: 0 8px;
  }
  .studio-page section.sales .slider-wrapper .slider .prev-arrow,
.studio-page section.sales .slider-wrapper .slider .next-arrow, .studio-page section.teachers .slider-wrapper .slider .prev-arrow,
.studio-page section.teachers .slider-wrapper .slider .next-arrow {
    display: none !important;
  }
  .studio-page section.sales .slider-wrapper .slider .slide, .studio-page section.teachers .slider-wrapper .slider .slide {
    margin: 0 8px;
  }
  .studio-page section.sales .slider-wrapper .slider .slide .title, .studio-page section.teachers .slider-wrapper .slider .slide .title {
    margin-bottom: 8px;
  }
  .studio-page section.prices .list {
    margin-bottom: 24px;
    max-width: 100%;
  }
  .studio-page section.prices .list li .value {
    margin-left: 10px;
    white-space: nowrap;
  }
  .white-btn {
    width: 400px;
    max-width: 100%;
    margin-right: auto;
    transition: 0.2s linear;
    outline: none;
    
  }
  .white-btn:active {
    background-color: #f4f4f4;
    transform: scale(0.9);
  }
  .white-btn {
    width: 400px;
    max-width: 100%;
    margin-right: auto;
    transition: 0.2s linear;
    outline: none;
    margin-left: calc(50% - 200px);
  }
  .white-btn:active {
    transform: scale(0.9);
    background-color: #f4f4f4;
  }
  
  .time-btn {
    transition: 0.2s linear;
    outline: none;
  }
  .time-btn:active {
    transform: scale(0.9);
  }
  .time-btn {
    transition: 0.2s linear;
    outline: none;
  }
  .time-btn:active {
    transform: scale(0.9);
  }
  
  .studio-page section.teachers .slider-wrapper .slider.teachers-slider {
    margin-bottom: 29px;
  }
  .studio-page section.teachers .slider-wrapper .slider.teachers-slider .slide {
    width: 328px;
  }
  .studio-page section.teachers .slider-wrapper .slider.teachers-slider .slide .img {
    height: 90px;
    flex: 0 0 90px;
    margin-right: 3px;
    float: left;
    margin-bottom: 0;
  }
  .studio-page section.teachers .slider-wrapper .slider.teachers-slider .slide .img img {
    width: 90px;
    height: 90px;
    border-radius: 0;
  }
  .studio-page section.teachers .slider-wrapper .slider.teachers-slider .slide .title {
    width: calc(100% - 93px);
    margin-left: 93px;
    margin-bottom: 4px;
    font-size: 12px;
    line-height: 14px;
  }
  .studio-page section.teachers .slider-wrapper .slider.teachers-slider .slide a.text {
    max-height: 14px;
    overflow: hidden;
  }
  .studio-page section.teachers .slider-wrapper .slider.teachers-slider .slide .text {
    display: block;
    width: calc(100% - 93px);
    margin-left: 93px;
    font-size: 12px;
    line-height: 14px;
    max-height: 59px;
    overflow: hidden;
  }
  .studio-page section.teachers .slider-wrapper .slider.teachers-slider .slide .text .read-more {
    font-size: 8px;
    line-height: 9px;
    text-underline-position: under;
    text-decoration: underline;
    font-weight: 400;
    margin-left: 10px;
  }
  .studio-page section.contacts .flex {
    flex-direction: row;
  }
  .studio-page section.contacts .flex .list li {
    text-decoration: none;
    text-underline-position: unset;
    margin-bottom: 32px;
  }
  .studio-page section.contacts .flex .list li a {
    text-decoration: none;
    text-underline-position: unset;
    align-items: flex-end;
  }
  .studio-page section.map .map-block {
    margin-bottom: 16px;
  }
  .studio-page section.map .map-block iframe {
    height: 280px;
  }
  .studio-page section.map .address {
    display: none;
  }
  .studio-page section.map .desc {
    font-size: 12px;
    line-height: 14px;
  }
  .studio-page section.map .open-maps-block {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .studio-page section.map .open-maps-block .link {
    max-width: 100%;
    width: 400px;
    height: 48px;
    background: #FFFFFF;
    border: 1px solid #222222;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 24px;
    transition: 0.2s linear;
    outline: none;
  }
  .studio-page section.map .open-maps-block .link:active {
    transform: scale(0.9);
    background-color: #f4f4f4;
  }
  .studio-page section.map .open-maps-block .link svg {
    margin-right: 7px;
  }
  .studio-page section.reviews-block .star-title {
    display: none;
  }
  .studio-page section.reviews-block .reviews {
    display: block;
  }
  .studio-page section.reviews-block .reviews .reviews-slider {
    display: block;
    flex-wrap: nowrap;
    margin: 0;
  }
  .studio-page section.reviews-block .reviews .review {
    width: 328px;
    max-width: 100%;
    margin: 0 0;
    outline: none;
    position: relative;
  }
  .studio-page section.reviews-block .reviews .review .info {
    padding-left: 50px;
    margin-bottom: 5px;
  }
  .studio-page section.reviews-block .reviews .review .info .img {
    position: absolute;
    left: 0;
    width: 40px;
    height: auto;
  }
  .studio-page section.reviews-block .reviews .review .info .info {
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 0;
  }
  .studio-page section.reviews-block .reviews .review .info .info .star {
    font-size: 12px;
    line-height: 14px;
  }
  .studio-page section.reviews-block .reviews .review .info .info .star svg {
    width: 8px;
    height: 8px;
    margin-right: 4px;
  }
  .studio-page section.reviews-block .reviews .review .info .info .title {
    font-size: 12px;
    line-height: 14px;
  }
  .studio-page section.reviews-block .reviews .review .info .info .sub-title {
    /*display: none;*/
  }
  .studio-page section.reviews-block .reviews .review .desc {
    padding-left: 50px;
    font-size: 12px;
    line-height: 14px;
    max-height: 127px;
    overflow: hidden;
    margin-right: 25px;
  }
  .studio-page section.reviews-block .reviews > .review {
    width: 100%;
    margin-top: 24px;
  }
  .studio-page section.reviews-block .reviews > .review button.add-btn, .studio-page section.reviews-block .reviews > .review button.white-btn {
    width: 400px;
    height: 48px;
    max-width: 100%;
    background: #FFFFFF;
    border: 1px solid #222222;
    border-radius: 8px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s linear;
    outline: none;
  }
  .studio-page section.reviews-block .reviews > .review button.add-btn:active, .studio-page section.reviews-block .reviews > .review button.white-btn:active {
    transform: scale(0.9);
    background-color: #f4f4f4;
  }
  .studio-page section.reviews-block .reviews > .review button.add-btn .info, .studio-page section.reviews-block .reviews > .review button.white-btn .info {
    margin-bottom: 0;
    margin-left: 10px;
    padding: 0;
  }
  .studio-page section.cozy-studios {
    padding-bottom: 24px;
  }
  .studio-page section.cozy-studios .post-slider > .slick-list {
    overflow: initial;
  }
  .studio-page section.cozy-studios .post-slider > .slick-dots {
    display: none !important;
  }
  .studio-page section.cozy-studios .post-slider .post-item {
    margin-bottom: 0;
  }
  .studio-page section.cozy-studios a.main-btn {
    margin-top: 24px;
    max-width: 400px;
    width: 100%;
    height: 48px;
    background: #FFFFFF;
    border: 1px solid #222222;
    border-radius: 8px;
    font-size: 16px;
    line-height: 19px;
    color: #222222;
    transition: 0.2s linear;
  }
  .studio-page section.cozy-studios a.main-btn:hover {
    box-shadow: none;
    font-family: "RalewayRegular", sans-serif;
  }
  .studio-page section.cozy-studios a.main-btn:active {
    transform: scale(0.9);
    background-color: #f4f4f4;
  }
  .studio-page .mobile-bottom-line {
    z-index: 9999;
  }
  .studio-page .hide-desktop {
    display: block;
  }
  .hide-mobile {
    display: none !important;
  }
  .studio-page .mobile-bottom-line {
    width: 100%;
  }
  .studio-page .mobile-bottom-line.show {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .studio-page .mobile-bottom-line .mobile-bottom-line-wrapper {
    height: auto;
  }
  .studio-page .mobile-bottom-line .sign-up-class {
    font-size: 14px;
    line-height: 16px;
    color: #ffffff;
    background: #f5b75f;
    border-radius: 8px;
    border: none;
    width: 200px;
    height: 40px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s linear;
    outline: none;
  }
  .studio-page .mobile-bottom-line .sign-up-class svg {
    margin-right: 10px;
  }
  .studio-page .mobile-bottom-line .sign-up-class:active {
    background-color: #FFB6BC;
    transform: scale(0.9);
  }

  .catalog-page .header-container {
    /*background-image: url("../images/catalog/mobile-bg.png");*/
    background-size: 196px 196px;
    background-position: calc(100% + 40px) top;
    height: auto;
    padding-top: 0;
    background-color: transparent;
  }
  .catalog-page .header-container {
    width: auto;
  }
  .catalog-page .header-container {
    width: 100%;
    padding: 0 22px;
    box-sizing: border-box;
    margin-bottom: 0;
  }
  .catalog-page .header-container h1 {
    font-family: "RalewayRegular", sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    color: #222222;
    margin-bottom: 16px;
  }
  .catalog-page .header-container p {
    font-family: "RalewayLight", sans-serif;
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    color: #484848;
    margin-bottom: 35px;
    max-width: 50vw;
  }
  .catalog-page .header-container p br {
    display: none;
  }
  header .all-studios {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 184px;
    height: 32px;
    background: #f5b75f;
    border-radius: 16px;
    font-size: 12px;
    line-height: 14px;
    color: #FFFFFF;
    box-shadow: none;
  }
  header .all-studios:hover {
    font-family: "RalewayRegular", sans-serif;
  }
  header.fixed {
    padding-top: 115px;
  }
  header .mobile-menu-wrapper {
    display: flex;
  }
  header .mobile-menu-wrapper .burger-menu {
    border: none;
    background: none;
    padding: 0;
    cursor: pointer;
    display: flex;
  }
  header .mobile-menu-wrapper .mobile-burger-menu {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 1000;
    color: #222;
    overflow-y: scroll;
    font-size: 12px;
    line-height: 14px;
    font-family: "RalewayLight", sans-serif;
    display: none;
  }
  header .mobile-menu-wrapper .mobile-burger-menu .close-btn {
    background: none;
    border: none;
    cursor: pointer;
  }
  header .top-line {
    margin-bottom: 35px;
  }
  header .top-line .logo img {
    padding-left: 0;
  }
  header .top-line .logo span {
    position: relative;
    transform: none;
    top: 0;
    left: 0;
    font-family: "RalewayRegular", sans-serif;
    font-weight: 300;
    font-size: 24px;
    line-height: 28px;
    color: #222222;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 8px;
  }
  header .top-line .mobile-header-form {
    width: auto;
    padding-right: 0;
  }
  header .top-line .container {
    justify-content: space-between;
    padding: 0 12px;
  }
  header .search-wrapper {
    display: none;
  }
  .catalog-page .map-btn.mobile {
    display: block;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    bottom: 85px;
    z-index: 9;
  }
  .catalog-page .map-btn.mobile .map {
    width: 96px;
    height: 40px;
    border: none;
    background: #f5b75f;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
    border-radius: 16px;
    font-family: "RalewayRegular", sans-serif;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .catalog-page .map-btn.mobile .map svg {
    margin-right: 5px;
  }
  .catalog-page section .container {
    
  }


  .catalog-page .yoga-moscow {
    margin-bottom: 0;
  }
  .catalog-page .yoga-moscow .post-slider .post-item .slider-posts-img .slider-posts-img-item img {
    /*height: auto;*/
  }
  .catalog-page .yoga-moscow .main-menu-wrapper {
    display: none;
  }
  /*.catalog-page .yoga-moscow .main-btn.look-more {
    display: none;
  }*/
  .catalog-page .popular-posts {
    margin: 0 -8px;
    padding: 0 4px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .catalog-page .popular-posts .popular-item {
    width: calc(100% / 3 - 8px) !important;
    flex: 0 0 calc(100% / 3 - 8px);
    height: 104px;
    margin: 0 4px 16px;
  }
  .catalog-page .popular-posts .popular-item:after {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
  }
  .catalog-page .popular-posts .popular-item span {
    font-size: 12px;
    line-height: 14px;
  }
  .catalog-page .popular-posts .popular-item a {
    width: 100%;
  }
  .catalog-page .popular-posts .popular-item .img-wrapper {
    width: 100%;
    height: 104px;
  }
  .catalog-page .popular-posts .popular-item .img-wrapper img {
    width: 100%;
    height: 104px;
    margin-right: 0;
  }
  .catalog-page section.sales .slider-wrapper .slider .next-arrow {
    right: 12px;
  }
  .catalog-page .about-mobile {
    display: block;
    padding: 27px 0;
    margin-bottom: 47px;
  }
  .catalog-page .about-mobile h2 {
    font-family: "RalewayMedium", sans-serif;
    font-weight: 500;
  }
  .catalog-page .about-mobile p {
    font-family: "RalewayLight", sans-serif;
    font-weight: 300;
  }
  .catalog-page .useful-articles {
    padding: 27px 0;
    display: block;
  }
  .catalog-page .useful-articles a.main-btn.mobile.white:hover {
    font-family: "RalewayRegular", sans-serif;
  }
}
@media screen and (max-width: 560px) {
  .catalog-page .yoga-moscow .post-slider {
    margin: 0;
    padding: 0;
  }
  .catalog-page .yoga-moscow .post-slider .slider-posts-img .slider-posts-img-item img {
    height: 184px;
  }
  .catalog-page .yoga-moscow .post-slider .post-item {
    width: 100%;
    margin: 0 0 28px;
  }
  .catalog-page .yoga-moscow .post-slider .post-item:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 480px) {
  .sign-in {
    width: 100%;
    height: 100%;
    margin-top: 0;
    top: 0;
    left: 0;
    margin-left: 0;
    padding-bottom: 0;
  }
  
  .white-btn {
    margin-left: unset;
  }
  .sign-in label.error {
    left: 25px;
    top: 47px;
  }
  .sign-in .sign-up-name-label {
    position: relative;
  }
  .sign-in .sign-in-info-label {
    position: absolute;
    top: 43px;
    left: 3px;
  }
  .sign-in .sign-in-name {
    margin-bottom: 35px;
  }
  .sign-in p {
    text-align: center;
    margin-top: 40px;
  }
  .sign-in h4 {
    text-align: left;
  }
  .sign-in .reg-btn {
    margin-bottom: 30px;
  }
  .sign-in .mobile {
    display: block;
  }
  .sign-in .popup-posts {
    border-bottom: 1px solid #B1B1B1;
    padding: 0;
    margin: 0;
    visibility: visible;
    display: block;
    margin-top: 10px;
  }
  .sign-in .popup-posts.terms li:first-child {
    line-height: 9px;
    font: 8px;
  }
  .sign-in .popup-posts.terms li:first-child a {
    font-size: 8px;
    line-height: 9px;
  }
  .sign-in .popup-posts li {
    line-height: 9px;
    margin-bottom: 10px;
    display: block;
    list-style: none;
    margin-top: 0;
    color: #222;
  }
  .sign-in .popup-posts li:first-child {
    line-height: 6px;
    font: 6px;
  }
  .sign-in .popup-posts li:first-child a {
    font-size: 5px;
    line-height: 5px;
  }
  .sign-in .popup-posts li a {
    font-family: "RalewayLight";
    font-size: 8px;
    line-height: 9px;
    margin-bottom: 4px;
    margin-top: 0;
    text-decoration: none;
  }
  .sign-in a {
    display: block;
    margin-left: 0;
  }
  .sign-in input {
    margin-bottom: 8px;
  }
  .sign-in label {
    margin-bottom: 10px;
    color: #A0A0A0;
    margin-left: 0;
  }
  .sign-in input[type=submit] {
    color: #fff;
    margin-bottom: 40px;
    margin-top: 30px;
  }
   #new_order,
  .sign-up {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin-left: 0;
    margin-top: 0;
  }
  .sign-up .conditions {
    padding-left: 21px;
    display: none;
  }
  .sign-up .conditions.show {
    display: block;
  }
  .sign-up h4 {
    text-align: left;
  }

  .sign-up input::placeholder,
.sign-in input::placeholder {
    line-height: 37px;
  }
  .timetable__date_DOW {
  padding: 0px;
  }
}
@media only screen and (max-width: 1400px) {
  section .container {
    padding-left: 22px;
    padding-right: 22px;
  }
}
@media only screen and (max-width: 1250px) {
  section {
    /*overflow: hidden;*/
  }

  section a.main-btn.mobile {
    display: flex;
    max-width: 327px;
    width: auto;
    height: 48px;
    margin: auto;
  }

  .link-more {
    display: none;
  }

  .main-menu {
    display: none;
  }

  .container.full-width {
    width: 100%;
    padding-left: 22px;
    padding-right: 0;
  }
}
@media only screen and (max-width: 1200px) {

  /*input {
    appearance: none !important;
    -webkit-appearance: none !important;
  }*/
}
@media only screen and (max-width: 1080px) {
  section .container {
  }
}
@media only screen and (max-width: 650px) {

  section .about-section {
    font-size: 12px;
    line-height: 15px;
  }
}
@media only screen and (max-width: 1250px) {
  .post-slider .post-item {
    margin-bottom: 10px;
  }
  .post-slider.row-2 .post-item {
    margin-right: 13px;
    margin-left: 0;
  }
  .post-slider.row-2 .post-item:nth-child(4), .post-slider.row-2 .post-item:nth-child(8) {
    margin-right: 13px;
  }
}
@media only screen and (max-width: 1440px) {
  header {
    background-position: 0 -125px;
  }
}
@media only screen and (max-width: 1400px) {
  header .user-area {
    margin-left: 40px;
  }
  .header-container {
    width: 992px;
  }

  header {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 1080px) {
  header {
    padding-bottom: 100px;
  }
  header h1,
header p {
    text-align: center;
  }
  header h1 {
    margin-top: 80px;
  }
  header .main-btn {
    margin: 0 auto;
  }
  header .logo {
    width: 30%;
    text-align: left;
  }
  header .user-area {
    text-align: left;
  }
  .header-container {
    width: 740px;
    text-align: center;
  }
  header .search-line {
    display: none;
  }
  header .menu ul li {
    margin-right: 30px;
  }
  header .user-area {
    margin-left: 50px;
  }
}
@media only screen and (max-width: 800px) {
  header {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .sign-up input[type=submit],
.sign-in input[type=submit] {
    box-shadow: none;
    color: white;
    border: none;
  }

  .mobile-bottom-line {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #fff;
    border-top: 1px solid #E4E4E4;
    height: 56px;
    width: 100%;
  }
  .mobile-bottom-line.show {
    display: block;
  }
  .mobile-bottom-line span {
    font-size: 12px;
    line-height: 14px;
  }

  .mobile-bottom-line-wrapper {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: end;
  }
  .mobile-bottom-line-wrapper a:nth-child(1) span {
    margin-top: 5px;
  }
  .mobile-bottom-line-wrapper a:nth-child(2) {
    margin-top: 8px;
  }
  .mobile-bottom-line-wrapper a:nth-child(2) span {
    margin-top: 7px;
  }
  .mobile-bottom-line-wrapper .signin-btn {
    margin-top: 6px;
  }
  .mobile-bottom-line-wrapper .signin-btn span {
    margin-top: 6px;
  }

  .mobile-bottom-line-item {
    margin-right: 10%;
    margin-left: 10%;
    justify-content: baseline;
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-top: 8px;
  }

  header {
    padding-bottom: 70px;
    padding-top: 0;
  }
  header h1 {
    margin-top: 0;
  }
  header .main-btn {
    background: #f5b75f;
    color: #fff;
  }
  header .main-btn:hover {
    background: #f5b75f;
    color: #fff;
  }
  header .mobile-header-form {
    display: flex;
    width: 100%;
    align-items: center;
  }
  header .mobile-header-form label {
    display: flex;
    width: 100%;
    position: relative;
  }
  header .mobile-header-form label span {
    font-size: 8px;
    line-height: 10px;
    color: #868686;
    text-decoration-line: underline;
    position: absolute;
    right: 47px;
    bottom: 0;
    top: 0;
    cursor: pointer;
    left: auto;
    margin: auto;
    height: 10px;
  }
  header .mobile-header-form label img {
    position: absolute;
    top: 0;
    right: 19px;
    bottom: 0;
    cursor: pointer;
    height: 16px;
    margin: auto;
  }
  header .mobile-header-form input {
    padding-right: 110px;
    width: 100%;
    text-indent: 18px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
    border: 0.5px solid #939393;
    border-radius: 30px;
    background: #FFFFFF;
    line-height: 29px;
    color: #868686;
  }
  header .mobile-header-form input::placeholder {
    font-family: "RalewayLight";
    color: #868686;
    font-size: 12px;
    line-height: 29px;
  }
  header .search-line {
    display: none;
  }
  header .user-area {
    display: none;
  }
  header .logo {
    height: 56px;
    display: flex;
    width: auto;
    margin-right: 17px;
  }
  header .logo span {
    position: absolute;
    left: -6px;
    transform: rotate(270deg);
    font-family: "RalewayBlack";
    top: 130px;
  }
  header .logo img {
    /*width: 30px;*/
    height: 42px;
    margin-top: 0px;
  }
  header .menu {
    display: none;
  }
  .header-container {
    width: auto;
    text-align: left;
  }
  .header .flex-mobile {
    display: flex;
    align-items: center;
  }
  header .top-line {
    vertical-align: middle;
    height: 56px;
    background-color: #fff;
    margin-bottom: 50px;
  }
  header .top-line .mobile-header-form {
    padding-right: 15px;
  }
  header .top-line .logo img {
    padding-left: 0px;
  }
  header .top-line.fixed {
    padding-top: 0;
  }
  header .top-line.fixed .logo span {
    display: none;
  }
  header h1 {
    font-family: "RalewayBlack";
    font-size: 35px;
    line-height: 38px;
    margin-top: 0;
  }
}
@media only screen and (max-width: 650px) {
  .header-container {
    padding-bottom: 40px;
    padding-bottom: 0;
    padding-bottom: 32px;
    background-position: 0 0;
  }
  header h1 {
    font-size: 18px;
    line-height: 19px;
    margin-top: 0;
    margin-bottom: 10px;
  }
  header p {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 20px;
  }

  header .main-btn {
    width: 96px;
    height: 32px;
    font-size: 12px;
    line-height: 14px;
  }

  header .logo span {
    font-size: 16px;
    line-height: 18px;
    left: 9px;
    top: 108px;
  }
}
@media only screen and (max-width: 480px) {
  header {
    padding-bottom: 43px;
  }
}
@media only screen and (max-width: 380px) {
  header .top-line {
    padding-right: 0;
  }

  header .logo span {
    left: 10px;
    top: 110px;
  }

  header {
    padding-bottom: 32px;
  }
}
@media only screen and (max-width: 360px) {
  header .logo span {
    left: -7px;
    top: 125px;
  }

  header .top-line .logo img {
    padding-left: 13px;
  }

  header .logo {
    margin-right: 13px;
  }

  .container.full-width {
    padding-left: 5px;
  }

  header .top-line .mobile-header-form {
    padding-right: 22px;
  }
}
@media only screen and (max-width: 1250px) {
  section.interesting-mobile {
    display: block;
    padding-top: 49px;
    background-image: none;
  }
  section.interesting-mobile .post-slider {
    margin-top: 16px;
  }
  section.interesting-mobile .post-slider .slick-list {
    padding-left: 2px;
  }
  section.interesting-mobile .post-slider .slider-posts-img .slick-list {
    padding: 0;
  }
  section.interesting-mobile .post-slider .post-item .h3 {
    padding-top: 5px;
    margin-bottom: 3px;
    padding-left: 0;
    font-size: 15px;
    line-height: 17px;
  }
  section.interesting-mobile .post-slider .slider-posts-img .slick-prev {
    left: 14px;
    opacity: 0.7;
  }
  section.interesting-mobile .post-slider .slider-posts-img .slick-prev:hover {
    opacity: 1;
  }
  section.interesting-mobile .post-slider .slider-posts-img .slick-next {
    right: 14px;
    opacity: 0.7;
  }
  section.interesting-mobile .post-slider .slider-posts-img .slick-next:hover {
    opacity: 1;
  }
  section.interesting-mobile .post-slider .post-item {
    margin-right: 20px;
  }
  section.interesting-mobile .post-slider .post-item:last-child {
    margin-right: 0;
  }
  section.interesting-mobile .post-slider .post-item .metro {
    font-size: 9px;
    line-height: 9px;
  }
  section.interesting-mobile .post-slider .post-item .info-wrapper {
    padding-left: 0;
    margin-top: 10px;
  }
  section.interesting-mobile .post-slider .post-item .description {
    color: #6D6D6D;
    font-size: 9px;
    line-height: 10px;
    font-family: "RalewayLight";
    max-width: 174px;
    margin-bottom: 10px;
  }
  section.interesting-mobile .post-slider .post-item .date {
    display: block;
    font-family: "RalewayLight";
    font-size: 10px;
    line-height: 9px;
    color: #000;
    margin-bottom: 8px;
  }
  section.interesting-mobile .post-slider .post-item .price,
section.interesting-mobile .post-slider .post-item .place {
    font-size: 10px;
    line-height: 9px;
    font-family: "RalewayLight";
    color: #6D6D6D;
  }
  section.interesting-mobile .post-slider .post-item .price-place {
    display: flex;
    justify-content: space-between;
  }
  section.interesting-mobile .general-wrapper {
    padding: 0 18px 10px 13px;
  }

  section.interesting {
    display: none;
  }
}
@media only screen and (max-width: 360px) {
  section.interesting-mobile .post-slider .post-item {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 1300px) {
  section.popular .container {
    padding: 0 22px;
  }
}
@media only screen and (max-width: 1250px) {
  section.popular {
    padding-bottom: 56px;
  }
  section.popular.common {
    padding-top: 46px;
  }

  .popular-posts {
    display: none;
  }

  section .popular-item {
    margin-right: 16px;
    margin-bottom: 0;
  }
  section .popular-item:last-child {
    margin-right: 0;
  }

  section.popular img {
    margin-right: 17px;
  }

  section.popular a span span:first-child {
    margin-top: 14px;
    font-size: 14px;
    line-height: 14px;
  }

  section.popular a {
    align-items: start;
  }

  section.popular .mobile {
    display: block;
    font-size: 8px;
    line-height: 11px;
    font-family: "RalewayLight";
    margin-top: 15px;
  }
  section.popular .desctop {
    display: none;
  }

  section .popular-item {
    width: 278px !important;
    flex: 0 0 367px;
    display: flex !important;
  }

  section .popular-posts {
    flex-wrap: nowrap;
  }

  section.popular .img-wrapper::before {
    display: none;
  }

  section.popular .img-wrapper {
    width: 128px;
    height: 128px;
  }

  section.popular img {
    width: 128px;
    height: 128px;
  }
}
@media only screen and (max-width: 360px) {
  section.popular .container {
    padding-left: 10px;
  }
}
@media only screen and (max-width: 1250px) {
  section.yoga-moscow .post-slider {
    margin-top: 13px;
  }
  section.yoga-moscow.common {
    padding-top: 0;
    padding-bottom: 56px;
  }
  section.yoga-moscow .main-btn.mobile {
    margin-top: 43px;
  }
}
@media only screen and (max-width: 992px) {
  section.workshop .container {
    width: auto;
    padding-right: 22px;
  }

  section.workshop {
    background-position: 0 -200px;
  }
}
@media only screen and (max-width: 700px) {
  section.workshop {
    height: auto;
    padding-top: 31px;
    padding-bottom: 31px;
    background-position: 0 -20px;
  }
  section.workshop h2 {
    font-size: 17px;
    line-height: 24px;
    font-family: "RalewayBold";
    margin-bottom: 5px;
  }
  section.workshop p {
    font-size: 13px;
    line-height: 14px;
  }
  section.workshop p span {
    display: none;
  }
  section.workshop .main-btn {
    margin: auto;
    color: #222;
    background-color: #fff;
  }
}
@media only screen and (max-width: 1250px) {
  section.events {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  section.events .post-slider {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 1250px) {
  section.special, section.cozy-studios {
    display: none;
  }
}
@media only screen and (max-width: 1250px) {
  section.yoga-online {
    padding: 0;
  }
  section.yoga-online .post-slider {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 1250px) {
  section.useful-articles {
    padding-top: 56px;
  }
  section.useful-articles .useful-articles-list {
    margin-top: 24px;
  }
  section.useful-articles .useful-articles-list.desktop {
    display: none;
  }
  section.useful-articles .useful-articles-list.mobile {
    display: block;
  }
  section.useful-articles .useful-articles-list.mobile img {
    width: 327px;
    height: 259px;
    border-radius: 10px;
  }
  section.useful-articles .useful-articles-list.mobile p {
    bottom: 47px;
  }
  section.useful-articles .useful-articles-list p {
    position: absolute;
    background-color: #f5b75f;
    color: #fff;
    font-size: 16px;
    padding: 7px 34px 7px 7px;
    line-height: 19px;
    max-width: 327px;
    bottom: 68px;
  }
  section.useful-articles .useful-articles-list a {
    width: 327px;
    height: 259px;
    margin-right: 15px;
  }
  section.useful-articles .useful-articles-list .small-items a {
    width: 327px;
    height: 259px;
  }
  section.useful-articles .useful-articles-list .small-items a:nth-child(3) {
    width: 327px;
    height: 259px;
  }
  section.useful-articles .useful-articles-list .small-items a:nth-child(2) {
    margin-right: 15px;
  }
  section.useful-articles .big-item {
    margin-bottom: 13px;
  }
  section.useful-articles .big-item img {
    width: 100%;
    height: 259px;
    min-width: 327px;
    border-radius: 10px;
  }
  section.useful-articles .small-items a:nth-child(1) img,
section.useful-articles .small-items a:nth-child(2) img,
section.useful-articles .small-items a:nth-child(3) img {
    max-width: 327px;
    height: 259px;
    width: 100%;
    border-radius: 10px;
  }
}
@media only screen and (max-width: 1250px) {
  section.about {
    padding-top: 56px;
  }
}
@media only screen and (max-width: 650px) {
  section.about h2 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  section.about p {
    font-size: 12px;
    line-height: 15px;
  }
}
@media only screen and (max-width: 1200px) {
  footer .container {
    width: auto;
    padding: 0 22px;
  }
}
@media only screen and (max-width: 1050px) {
  footer .social-icons {
    margin-left: 25px;
  }
}
@media only screen and (max-width: 1050px) {
  footer .bottom-links {
    flex-direction: column;
  }
  footer .bottom-links li {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 768px) {
  footer {
    padding-top: 18px;
    background-color: #F4F4F4;
    padding-bottom: 70px;
  }
  footer .line {
    display: none;
  }
  footer .social-icons {
    margin-left: 0;
    margin-top: 34px;
    margin-bottom: 34px;
  }
  footer .footer-list-wrapper {
    flex-direction: column;
  }
  footer .footer-list-wrapper ul {
    border-bottom: 1px solid #B1B1B1;
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-bottom: 5px;
    padding-top: 13px;
  }
  footer .footer-list-wrapper ul li {
    margin-bottom: 12px;
  }
  footer .footer-list-wrapper ul li:first-child {
    text-transform: none;
  }
  footer .bottom-links {
    border-top: 1px solid #B1B1B1;
    padding-top: 26px;
  }
  footer .bottom-links li {
    padding-left: 0;
    font-family: "RalewayLight";
    margin-bottom: 12px;
  }
  footer .bottom-links li:last-child {
    white-space: normal;
  }
}

.catalog-page .yoga-moscow .main-menu-wrapper .main-menu {
  z-index: 9999;
}

.sign-up h4, .sign-in h4 {
  font-family: "RalewayMedium", sans-serif;
}

.sign-up input, .sign-in input {
  font-family: "RalewayLight", sans-serif;
}

.sign-in input::-webkit-input-placeholder,
.sign-up input::-webkit-input-placeholder {
  font-family: "RalewayLight", sans-serif;
}

.sign-up input::-moz-placeholder,
.sign-in input::-moz-placeholder {
  font-family: "RalewayLight", sans-serif;
}

.sign-up input:-ms-input-placeholder,
.sign-in input:-ms-input-placeholder {
  font-family: "RalewayLight", sans-serif;
}

.sign-up input:-moz-placeholder,
.sign-in input:-moz-placeholder {
  font-family: "RalewayLight", sans-serif;
}

.sign-up .sign-up-password-label .show-text, .sign-up .sign-up-name-label .show-text, .sign-up .sign-up-email-label .show-text, .sign-up .sign-up-phone-label .show-text, .sign-in .sign-up-password-label .show-text, .sign-in .sign-up-name-label .show-text, .sign-in .sign-up-email-label .show-text, .sign-in .sign-up-phone-label .show-text {
  font-family: "RalewayBold", sans-serif;
}

.sign-up input[type=submit], .sign-in input[type=submit] {
  font-family: "RalewayMedium", sans-serif;
}

.sign-up p.mail-text, .sign-in p.mail-text {
  font-family: "RalewayLight", sans-serif;
}

.sign-up .checkbox-label .checkbox-text, .sign-in .checkbox-label .checkbox-text {
  font-family: "RalewayLight", sans-serif;
}

html, body {
  overflow-x: hidden;
}

.mobile-search {
  display: none;
}

.mobile-menu-bin {
  width: 20px;
  height: 20px;
}

@media screen and (max-width: 767px) {
    
  .catalog-page section.sales .slider-wrapper .slider .next-arrow {
    display: none !important;
  }

  .catalog-page section.sales .slider-wrapper .slider .prev-arrow {
    display: none !important;
  }

  header .logo {
    margin-right: 0;
  }

  .mobile-bottom-line.show {
    z-index: 999;
  }

  .mobile-search {
    display: block;
    padding-bottom: 15px;
  }

  .mobile-search .search {
    padding-left: 34px;
    max-width: 100%;
    width: 328px;
    height: 32px;
    background: #F5F5F5;
    border: none;
    border-radius: 8px;
    background-image: url("../images/search.svg");
    background-position: 10px center;
    background-repeat: no-repeat;
    outline: none;
  }
}

@media screen and (max-width: 560px) {
    
    .catalog-page .yoga-moscow .post-slider .post-item .slider-posts-img .slider-posts-img-item img {
    height: 220px;
  }}
section.schedule .wrapper .head-date-wrapper.sticky {
  width: 1176px;
}

.mobile-menu-btn {
  width: 20px;
  height: 20px;
}

.catalog-page .yoga-moscow .post-slider .post-item .slider-posts-img .slider-posts-img-item img {
  object-fit: cover;
}

.studio-page section.schedule .wrapper.sticky .studio-page section.schedule .wrapper .head-date-wrapper.sticky {
  position: fixed;
}
.studio-page section.schedule .wrapper.sticky section.schedule .schedule-wrapper .calendar-slider-wrapper {
  overflow-x: initial;
}
.studio-page section.schedule .wrapper.sticky .studio-page section.schedule .calendar .column .class:hover {
  background: none;
}
.studio-page section.schedule .wrapper.sticky .studio-page section.schedule .calendar .column .class:focus {
  background: #FFF3F3;
}

@media screen and (max-width: 767px) {
  .catalog-page .popular-posts .popular-item .img-wrapper img {
    object-fit: cover;
  }

  .catalog-page .popular-posts .popular-item {
    flex: none;
  }
}

/* Убираем выделение элементов */
body {outline:none;}
:active, :hover, :focus {
    outline: 0;
    outline-offset: 0;
}
/*# sourceMappingURL=main.css.map */

.rating > img {
  width: 12px;
  height: 12px;
  margin-top: -5px;
}

.slick-list{
border-radius: 10px;
}

/*Loader start*/

.loader{
    height: 90px;
    text-align: center;
    opacity: 0;
}


.loader.show {
    opacity: 1;
}

.loader div {
    display: inline-block;
    width: 16px;
    background: #f4f4f4;
    animation: loader 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}

.loader div:nth-child(1) {
    left: 8px;
    animation-delay: -0.24s;
}

.loader div:nth-child(2) {
    left: 32px;
    animation-delay: -0.12s;
}

.loader div:nth-child(3) {
    left: 56px;
    animation-delay: 0;
}

@keyframes loader {
    0% {
        top: 8px;
        height: 64px;
    }

    50%,
    100% {
        top: 24px;
        height: 32px;
    }
}
/* loader end*/

.pagInner{
    padding-top: 40px;
    padding-bottom: 20px;
    text-align: center;
}

.pagInner a{
    padding-left: 10px;
    padding-right: 10px;
}

.pagInner span{
    font-size: 22px;
    padding-left: 10px;
    padding-right: 10px;
}

.close {
    position: absolute;
    right: 20px;
    top: 20px;
}

.form-row{
    display: table;
    width: 100%;
}
.form-row{
    display: table;
    width: 100%;
}

.input-group-prepend{
    display: table-cell;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
}

.form-row input{
    display: table-cell;
    
}

.border-wrapper .map-block {
    margin-left: 0;
    margin-right: 0;
}

.logo{
    position: absolute;
    top: 2px;
    bottom: 0;
    width: 82px;
    margin-top: 0;
    transition: transform .4s ease-out;
}

.well{
    line-height: 1.42857143;
}

.like-path-stroke {
    stroke: white;
    fill: none;
}

#searchResaultNavi:hover {
    background: none;
}

.slides .related-images {
    width:60px;
    height:60px;
    overflow:hidden;
}
.custom-mfp-arrow-left {
    left: 0%;
    color: #FFF;
}
.custom-mfp-arrow-right {
    right: 0%;
    color: #FFF;
}

@media screen and (max-width: 767px) {
    
  .custom-mfp-arrow-left {
    left: 0%;
    color: #FFF;
}
.custom-mfp-arrow-right {
    right: 0%;
    color: #FFF;
}
    
}