@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk5hkaVc.ttf) format('truetype');
}

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkaVc.ttf) format('truetype');
}

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 500;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk_RkaVc.ttf) format('truetype');
}

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkxhjaVc.ttf) format('truetype');
}

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkyFjaVc.ttf) format('truetype');
}

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk0ZjaVc.ttf) format('truetype');
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0C4n.ttf) format('truetype');
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0C4n.ttf) format('truetype');
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjr0C4n.ttf) format('truetype');
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1y4n.ttf) format('truetype');
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1y4n.ttf) format('truetype');
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgshZ1y4n.ttf) format('truetype');
}

.up {
  text-transform: uppercase;
}

.none {
  text-decoration: none;
}

.th {
  font-weight: 100;
}

.el {
  font-weight: 200;
}

.l {
  font-weight: 300;
}

.reg {
  font-weight: 400;
}

.med {
  font-weight: 500;
}

.sb {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.eb {
  font-weight: 800;
}

.black {
  font-weight: 900;
}

.un {
  text-decoration: underline;
}

.in {
  display: inline-block;
}

.vam {
  vertical-align: middle;
}

.rel {
  position: relative;
}

.bl {
  display: block;
}

.abs {
  position: absolute;
}

.tr {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.try {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.trx {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.tc {
  display: table-cell;
  vertical-align: middle;
}

.dn {
  display: none;
}

.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.taj {
  text-align: justify;
}

.it {
  font-style: italic;
}

.sn {
  font-style: normal;
}

.b0 {
  border: 0;
}

.bn {
  background: none;
}

.w100 {
  width: 100%;
}

.h100 {
  height: 100%;
}

.wa {
  width: auto;
}

.p0 {
  padding: 0;
}

.m0 {
  margin: 0;
}

.poi {
  cursor: pointer;
}

.auto {
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.noup {
  text-transform: none;
}

.fix {
  position: fixed;
}

.tn {
  transform: none;
}

.bf {
  background: #fff;
}

.cf {
  color: #fff;
}

.c0 {
  color: #000;
}

.ap {
  appearance: none;
}

.nw {
  white-space: nowrap;
}

.ma {
  margin: 0 auto;
}

.oh {
  overflow: hidden;
}

.pen {
  pointer-events: none;
}

body,
html {
  width: 100%;
  height: 100%;
}
html {
  scroll-padding-top: 30px;
}

body {
  background: #fff;
  overflow-x: hidden;
}

body,
th,
td {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #000;
}

body,
form,
object,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

img,
table {
  border: none;
}

table {
  border-collapse: collapse;
}

table td {
  padding: 0;
}

a {
  color: #000;
  cursor: pointer;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

a:hover {
  text-decoration: none;
}
input,
textarea,
button,
select {
  margin: 0;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  border: 0;
  font-family: 'Montserrat', sans-serif;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder,
button:focus::-webkit-input-placeholder,
select:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder,
button:focus::-moz-placeholder,
select:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder,
button:focus:-moz-placeholder,
select:focus:-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder,
button:focus:-ms-input-placeholder,
select:focus:-ms-input-placeholder {
  color: transparent;
}

button,
input[type='submit'] {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
  border: 0;
}

ol,
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

img {
  max-width: 100%;
}

.an {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

section,
header,
footer,
nav,
main {
  display: block;
}

.wrap {
  margin: 0 auto;
  width: 1236px;
}

* {
  outline: none !important;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  /*justify-content: space-between;*/
  justify-content: space-around;
}
.list.flex {
  justify-content: start;
  gap: 0.8vw;
}

.flex .flex {
  justify-content: space-between !important;
}

body .page-content .list-flex-start {
  justify-items: start;
  display: grid;
  grid-template-columns: 33% 33% 33%
}

body .page-content .list-flex-start .excursion-item  {
  width: 100% !important;
}

/*body .page-content .list-flex-start .bottom-button  {*/
/*  width: 300% !important;*/
/*}*/

.excursion-button {
  margin-top: -56px;
  margin-bottom: 33px !important;
}

.flex2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}

.header {
  background: #6061aa;
  padding: 15px 0;
}

.header form {
  position: relative;
  width: 286px;
  height: 30px;
}

.header form input[type='text'] {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  padding: 0 12px;
  font-size: 15px;
}

.header form button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 3px;
  width: 24px;
  height: 24px;
  background: url('/new_frontend/img/world.svg');
}

.header .links {
  /*padding-top: 5px;*/
  position: relative;
}

.header .links.logged {
  padding-top: 0;
}

.header .links * {
  vertical-align: middle;
}

.header .links form {
  position: absolute;
  right: 100%;
  bottom: 0;
  width: 230px;
  height: 30px;
  margin-right: -24px;
  display: none;
}

.header .links form input[type='text'] {
  font-size: 14px;
}

h2 a {
  text-decoration: none;
}

h2 a:hover {
  text-decoration: underline;
}

.header .links form button {
  position: absolute;
  right: 0;
  top: 0;
  width: 45px;
  height: 30px;
  border-radius: 15px;
  background: #38c99d url('/new_frontend/img/search2.svg') no-repeat center;
  transform: none;
}

.header .links form .close {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 55px;
  background: url('/new_frontend/img/close3.svg');
  width: 20px;
  height: 20px;
}

.header .links .search-link {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url('/new_frontend/img/search-link.svg');
  margin-right: 28px;
}

.header .links .fav-link {
  display: inline-block;
  width: 23px;
  height: 22px;
  background: url('/new_frontend/img/fav-link.svg');
  margin-right: 23px;
  position: relative;
}

.header .links .fav-link-not {
  display: inline-block;
  width: 23px;
  height: 22px;
  background: url('/new_frontend/img/fav-link.svg');
  margin-right: 23px;
  position: relative;
}

.header .links .fav-link:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #ff6d76;
  right: 0;
  top: -2px;
}

.header .links .login {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
}

.header .links .avatar img {
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  object-fit: cover;
}

.mob-header {
  padding: 6px 0;
  background: #efefef;
  position: relative;
  display: none;
}

.mob-header .menu-button {
  width: 26px;
  height: 25px;
  background: url('/new_frontend/img/menu-button.svg');
}

.mob-header .menu-button.active {
  background: url('/new_frontend/img/menu-close.svg') no-repeat center;
}

.mob-header .city {
  background: #fff;
  line-height: 25px;
  font-size: 12px;
  padding: 0 18px;
  border-radius: 15px;
}

.mob-header .links {
  padding-top: 1px;
}

.mob-header .links form {
  position: absolute;
  right: 60px;
  bottom: 4px;
  width: calc(100% - 80px);
  height: 30px;
  margin-right: -24px;
  display: none;
}

.mob-header .links form input[type='text'] {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  padding: 0 15px;
}

.mob-header .links form button {
  position: absolute;
  right: 0;
  top: 0;
  width: 45px;
  height: 30px;
  border-radius: 15px;
  background: #38c99d url('/new_frontend/img/search2.svg') no-repeat center;
  transform: none;
}

.mob-header .links form .close {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 55px;
  background: url('/new_frontend/img/close3.svg');
  width: 20px;
  height: 20px;
}

.mob-header .links .search-link {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url('/new_frontend/img/search-link2.svg');
  margin-right: 10px;
}

.mob-header .links .fav-link {
  display: inline-block;
  width: 21px;
  height: 20px;
  background: url('/new_frontend/img/fav-link2.svg');
  position: relative;
}

.mob-header .links .fav-link-not {
  display: inline-block;
  width: 21px;
  height: 20px;
  background: url('/new_frontend/img/fav-link2.svg');
  position: relative;
}

.mob-header .links .fav-link:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #ff6d76;
  right: 0;
  top: -2px;
}

.mob-header nav {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #efefef;
  z-index: 10;
  padding: 20px 10px 100px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}

.mob-header nav ul {
  border-top: 1px solid #cdcdcd;
}

.mob-header nav ul li {
  border-bottom: 1px solid #cdcdcd;
}

.mob-header nav ul li a {
  display: block;
  text-decoration: none;
  padding: 0 14px;
  font-size: 18px;
  font-weight: 600;
  line-height: 320.5%;
}

.mob-header nav ul li a.active .fa {
  transform: rotate(180deg);
}

.mob-header nav ul li a .fa {
  float: right;
  margin-top: 20px;
}

.mob-header nav ul li ul {
  border-top: 0;
  display: none;
}

.mob-header nav ul li ul li {
  border-bottom: 0;
  margin-bottom: 20px;
}

.mob-header nav ul li ul li a {
  color: #333333;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.top-menu {
  background: #efefef;
  text-align: center;
}

.top-menu ul li {
  display: inline-block;
  margin: 0 40px;
  position: relative;
}

.top-menu ul li:hover ul {
  display: block;
}

.top-menu ul li a {
  display: block;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  padding: 13px 0;
}

.top-menu ul li ul {
  position: absolute;
  left: -18px;
  top: 100%;
  margin-top: -10px;
  min-width: calc(100% + 36px);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 5;
  white-space: nowrap;
  border: 1px solid #d8d8d8;
  background: #ffffff;
  padding: 22px 17px;
  text-align: left;
  display: none;
}

.top-menu ul li ul li {
  display: block;
  margin: 0;
}

.top-menu ul li ul li:not(:last-child) {
  margin: 0 0 20px 0;
}

.top-menu ul li ul li a {
  padding: 0;
  font-weight: 400;
  color: #333333;
  font-size: 15px;
  line-height: 18px;
}

.top-menu ul li ul li a:hover {
  color: #38C99D;
}

.index-first-block {
  background: url('/new_frontend/img/index-first-block.jpg') center / cover;
  padding: 72px 0 284px;
  color: #fff;
}

.index-first-block h1 {
  margin-bottom: 5px;
  font-family: Arial;
  font-size: 64px;
  font-weight: 700;
}

.index-first-block .link {
  display: inline-block;
  text-decoration: none;
  font-size: 18px;
  line-height: 25px;
  padding: 4px 27px;
  background: #fff;
  border-radius: 20px;
}

.index-filter-block {
  margin: -55px 0 26px;
}

.index-filter-block .content {
  position: relative;
  margin: 0 138px;
  border-radius: 86px;
  background: #6061aa;
  padding: 32px;
}

.index-filter-block .content .item {
  width: 48.5%;
  position: relative;
}

.index-filter-block .content .item .link {
  display: block;
  text-decoration: none;
  background: #fff;
  height: 46px;
  line-height: 46px;
  border-radius: 30px;
  padding: 0 30px;
  color: #333333;
  font-size: 16px;
}

.index-filter-block .content .item .link .fa {
  float: right;
  margin-top: 16px;
}

.index-filter-block .content .item .window {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 5;
  margin-top: 16px;
  border: 1px solid #e4e4e4;
  padding: 17px 30px 28px 30px;
  display: none;
}

.index-filter-block .content .item .window.big {
  width: 206%;
}

.index-filter-block .content .item .window.big h3 {
  margin-bottom: 20px;
}

.index-filter-block .content .item .window .close {
  position: absolute;
  right: 27px;
  top: 20px;
  width: 34px;
  height: 34px;
  background: url('/new_frontend/img/close.svg');
}

.index-filter-block .content .item .window h3 {
  margin-bottom: 36px;
  font-size: 24px;
  font-weight: 400;
  line-height: 33px;
}

.index-filter-block .content .item .window .list {
  padding-right: 10px;
  border-right: 1px solid #e9e9e9;
  margin-bottom: 30px;
  height: 187px;
  overflow-y: scroll;
}

.index-filter-block .content .item .window .list .checkbox {
  display: none;
}

.index-filter-block .content .item .window .list .checkbox + label {
  display: block;
  cursor: pointer;
  padding-left: 20px;
  font-size: 15px;
  line-height: 182%;
  background: url('/new_frontend/img/checkbox.svg') no-repeat left;
}

.index-filter-block .content .item .window .list .checkbox:checked + label {
  background: url('/new_frontend/img/checkbox2.svg') no-repeat left;
  color: #6957ae;
}

.index-filter-block .content .item .window .buttons button {
  width: 49%;
  height: 34px;
  border-radius: 17px;
}

.index-filter-block .content .item .window .buttons button:nth-child(1) {
  background: #38c99d;
  color: #fff;
}



.index-filter-block .content .item .window .buttons button:nth-child(2) {
  background: none;
  border: 1px solid #a7a7a7;
  color: #6a6a6a;
}

.index-filter-block .content .item .window form {
  position: relative;
  margin-bottom: 13px;
}

.index-filter-block .content .item .window form input[type='text'] {
  width: 100%;
  height: 35px;
  border: 1px solid #666666;
  border-radius: 30px;
  padding: 0 20px;
}

.index-filter-block .content .item .window form button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
  width: 20px;
  height: 20px;
  background: url('/new_frontend/img/search.svg');
}

.index-filter-block .content .item .window .tags {
  padding-bottom: 11px;
  display: none;
}

.index-filter-block .content .item .window .tags a {
  display: inline-block;
  text-decoration: none;
  margin: 0 12px 12px 0;
  border: 1px solid #999999;
  border-radius: 28px;
  padding: 5px 12px;
  color: #666666;
  font-size: 13px;
  line-height: 18px;
}

.index-filter-block .content .item .window .list2 {
  width: 32%;
}

.index-filter-block .content .item .window .list2 h4 {
  margin: 0 0 14px 14px;
  font-size: 16px;
}

.index-filter-block .content .item .window .list2 ul {
  padding-left: 14px;
  border-left: 1px solid #e9e9e9;
  max-height: 217px;
  overflow-y: scroll;
}

.index-filter-block .content .item .window .list2 ul li a {
  display: block;
  text-decoration: none;
  font-size: 15px;
  line-height: 180%;
}

.index-filter-block .content .item .window .list2 ul li a:hover {
  color: #6957ae;
}

.index-excursions-block {
  padding-bottom: 1px;
}

.index-excursions-block.bg {
  background: #efefef;
  padding: 21px 0 1px;
}

.index-excursions-block.bg .list .guide-item {
  background: #fff;
}

.index-excursions-block h2 {
  margin-bottom: 17px;
  font-size: 32px;
  font-weight: 700;
  line-height: 44px;
}

.index-excursions-block .list .excursion-item {
  margin-bottom: 35px;
  width: 24%;
}

.index-excursions-block .list .guide-item {
  margin-bottom: 35px;
  width: 24%;
}

.index-excursions-block .top-banner {
  padding: 24px 0 20px;
  text-align: center;
}

.index-excursions-block .tags {
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  padding: 12px 0 2px;
  margin-bottom: 12px;
  position: relative;
}

.index-excursions-block .tags span {
  display: inline-block;
  margin: 0 18px 10px 0;
  color: #fff;
  border-radius: 17px;
  background: #969696;
  padding: 0 28px 0 16px;
  position: relative;
  height: 34px;
  line-height: 34px;
}

.index-excursions-block .tags span.other {
  padding: 0 16px;
  background: #6061aa;
  cursor: pointer;
}

.index-excursions-block .tags span .delete {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  background: url('/new_frontend/img/delete.svg');
  width: 10px;
  height: 10px;
}

.index-excursions-block .tags .clear {
  display: inline-block;
  text-decoration: none;
  color: #6a6a6a;
  line-height: 19px;
}

.index-excursions-block .tags .window {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 100;
  padding: 12px 0 30px;
  display: none;
}

.index-excursions-block .tags .window .wrap {
  position: relative;
}

.index-excursions-block .tags .window .close {
  position: absolute;
  right: 0;
  top: 0;
  width: 34px;
  height: 34px;
  background: url('/new_frontend/img/close.svg');
}

.index-excursions-block .tags .window .name {
  display: inline-block;
  margin-bottom: 20px;
  padding: 0 16px;
  background: none;
  border: 1px solid #6061aa;
  color: #6061aa;
}

.index-excursions-block .tags .window .list1 {
  display: inline-block;
  vertical-align: top;
  width: 404px;
}

.index-excursions-block .tags .window .list1 .items {
  width: 49%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.index-excursions-block .tags .window .list2 {
  display: inline-block;
  vertical-align: top;
}

.index-excursions-block .tags .window .list2 .item {
  display: inline-block;
  vertical-align: top;
}

.index-excursions-block .tags .window .list2 .item:not(:last-child) {
  margin-right: 30px;
}

.index-excursions-block .tags .window h3 {
  margin: 0 0 14px 14px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.index-excursions-block .tags .window .items {
  padding-left: 14px;
  border-left: 1px solid #e9e9e9;
}

.index-excursions-block .tags .window .checkbox {
  display: none;
}

.index-excursions-block .tags .window .checkbox + label {
  display: block;
  cursor: pointer;
  padding-left: 20px;
  font-size: 13px;
  line-height: 182%;
  background: url('/new_frontend/img/checkbox.svg') no-repeat left;
}

.index-excursions-block .tags .window .checkbox:checked + label {
  background: url('/new_frontend/img/checkbox2.svg') no-repeat left;
  color: #6957ae;
}

.index-excursions-block .tags .window .buttons {
  width: 272px;
  padding-top: 20px;
}

.index-excursions-block .tags .window .buttons button {
  width: 49%;
  height: 34px;
  border-radius: 17px;
}

.index-excursions-block .tags .window .buttons button:nth-child(1) {
  background: #38c99d;
  color: #fff;
}

.index-excursions-block .tags .window .buttons button:nth-child(2) {
  background: none;
  border: 1px solid #a7a7a7;
  color: #6a6a6a;
}

.index-excursions-block .top-sort {
  text-align: right;
  margin-bottom: 12px;
}

.index-excursions-block .top-sort select {
  height: 34px;
  padding: 0 50px 0 15px;
  border: 1px solid #cfcfcf;
  border-radius: 17px;
  appearance: none;
  color: #777777;
  font-family: Arial;
  background: url('/new_frontend/img/select.svg') no-repeat right 15px top 50%;
}

.index-excursions-block .top-sort .jq-selectbox {
  height: 34px;
  line-height: 34px;
  border: none;
  border-radius: 17px;
  color: #777777;
  font-family: Arial;
  background: url('/new_frontend/img/select.svg') no-repeat right 15px top 50%;
}

.index-excursions-block .top-sort .jq-selectbox.opened {
  background: url('/new_frontend/img/select2.svg') no-repeat right 15px top 50%;
  border-radius: 17px 17px 0 0;
  border-bottom: 1px solid #fff;
}

.index-excursions-block .top-sort .jq-selectbox .jq-selectbox__select {
  padding: 0 50px 0 15px;
}

.index-excursions-block .top-sort .jq-selectbox .jq-selectbox__dropdown {
  background: #fff;
  z-index: 5;
  width: 100%;
  left: -1px;
  border: 1px solid #cfcfcf;
  border-top: 0;
  border-radius: 0 0 17px 17px;
  text-align: left;
}

.index-excursions-block .top-sort .jq-selectbox .jq-selectbox__dropdown ul {
  padding: 10px 0 1px;
}

.index-excursions-block .top-sort .jq-selectbox .jq-selectbox__dropdown ul li {
  cursor: pointer;
  padding: 0 15px;
  font-size: 13px;
  font-weight: 400;
  line-height: 15px;
  margin-bottom: 11px;
}

.index-excursions-block .top-sort .jq-selectbox .jq-selectbox__dropdown ul li:hover {
  color: #6061aa;
}

.index-excursions-block .bottom-button {
  margin-bottom: 35px;
  display: none;
}

.index-excursions-block .bottom-button button {
  width: 100%;
  height: 42px;
  background: #F6ECFE;
  border-radius: 30px;
  font-weight: 600;
  font-size: 15px;
}

.excursion-item {
  position: relative;
}

.excursion-item.firm .data span:nth-child(1) {
  background: url('/new_frontend/img/excursion-icon4.svg') no-repeat left;
}

.excursion-item.firm .data span:nth-child(2) {
  background: url('/new_frontend/img/excursion-icon5.svg') no-repeat left;
}

.excursion-item.hidden {
  opacity: .5;
}

.excursion-item .test {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  color: #fff;
  font-weight: 600;
  line-height: 19px;
  padding: 5px 12px;
  border-radius: 0px 0px 15px 0px;
  background: #ff6d76;
}

.excursion-item .hid {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 8;
  color: #fff;
  font-weight: 600;
  line-height: 19px;
  padding: 5px 12px;
  border-radius: 0px 0px 15px 0px;
  background: #5e5e5e;
}

.excursion-item .fav-link {
  position: absolute;
  top: 10px;
  /*right: 10px;*/
  left: 256px;
  width: 32px;
  height: 32px;
  background: url('/new_frontend/img/fav-link3.svg') center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  filter: grayscale(100%) brightness(1.4);
  z-index: 4;
}

.excursion-item .fav-link.active {
  filter: none;
}

.excursion-item img {
  width: 100%;
  margin-bottom: 16px;
}

.excursion-item .image {
  margin-bottom: 16px;
  position: relative;
  font-size: 0;
}

.excursion-item .image:hover .edit {
  display: block;
}

.excursion-item .image img {
  margin-bottom: 0;
}

.excursion-item .image .leader {
  position: absolute;
  z-index: 6;
  right: 10px;
  bottom: 10px;
  font-size: 13px;
  font-weight: 800;
  line-height: 21.12px;
  padding: 3px 25px;
  border-radius: 31px;
  background: #faeca1;
}

.excursion-item .image .edit {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background: linear-gradient(-90deg, rgba(0, 0, 0, 0) 0.142%, rgba(0, 0, 0, 0.54) 30.273%, rgba(0, 0, 0, 0.75) 66.118%);
  display: none;
}

.excursion-item .image .edit .links {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
}

.excursion-item .image .edit .links a {
  display: block;
  margin: 10px 0;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  line-height: 140%;
  padding-left: 30px;
  position: relative;
}

.excursion-item .image .edit .links a:hover {
  color: #38C99D;
}

.excursion-item .image .edit .links a:hover span svg path {
  fill: #38C99D;
}

.excursion-item .image .edit .links a span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 30px;
  text-align: center;
}

.excursion-item .image .edit .links a span svg path {
  fill: #fff;
}

.excursion-item .data {
  margin-bottom: 12px;
}

.excursion-item .data span {
  line-height: 18px;
  color: #666666;
  font-size: 13px;
  padding-left: 20px;
}

.excursion-item .data span:nth-child(1) {
  background: url('/new_frontend/img/excursion-icon1.svg') no-repeat left;
}

.excursion-item .data span:nth-child(2) {
  background: url('/new_frontend/img/excursion-icon2.svg') no-repeat left;
}

.excursion-item .data span:nth-child(3) {
  background: url('/new_frontend/img/excursion-icon3.svg') no-repeat left;
}

.excursion-item .data span:not(:last-child) {
  margin-right: 20px;
}

.excursion-item .date {
  margin-bottom: 12px;
}

.excursion-item .date span {
  display: inline-block;
  height: 28px;
  line-height: 28px;
  border-radius: 7px;
  background: #efefef;
  padding: 0 10px;
  font-size: 16px;
}

.excursion-item .date span:not(:last-child) {
  margin-right: 6px;
}

.excursion-item .date2 {
  margin-bottom: 8px;
  line-height: 19px;
  padding-left: 22px;
  background: url('/new_frontend/img/date.svg') no-repeat left;
  color: #666666;
  font-size: 13px;
}

.excursion-item .name {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 800;
  line-height: 130%;
}

.excursion-item p {
  margin-bottom: 10px;
  color: rgba(0, 0, 0, 0.96);
  font-size: 13px;
}

.excursion-item .price {
  color: #666666;
  font-size: 13px;
  font-weight: 300;
}

.excursion-item .price span {
  color: #6957ae;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
}

.excursion-item .rating {
  color: rgba(1, 1, 1, 0.7);
  margin-top: 10px;
}

.excursion-item .rating i {
  display: inline-block;
  vertical-align: middle;
  margin: -4px 4px 0 0;
  width: 17px;
  height: 18px;
  background: url('/new_frontend/img/star.svg');
}

.index-places-block {
  margin-bottom: 34px;
  background: #efefef;
  padding: 34px 0 48px;
}

.index-places-block h2 {
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 700;
  line-height: 44px;
}

.index-places-block .list {
  margin: 0 -10px;
}

.index-places-block .list .item {
  margin: 0 10px;
  font-size: 0;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}

.index-places-block .list .item img {
  width: 100%;
}

.index-places-block .list .item a {
  position: absolute;
  color: #fff;
  text-decoration: none;
  left: 0;
  bottom: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: linear-gradient(0.23deg, #000000 0.27%, rgba(21, 21, 21, 0) 46.03%);
  padding: 130px 17px 17px 12px;
  font-family: 'Arial';
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
}

.index-places-block .list .slick-prev,
.index-places-block .list .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  font-size: 0;
  z-index: 2;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  box-shadow: rgba(1, 1, 1, 0.1) 0 0 20px;
  width: 50px;
  height: 50px;
}

.index-places-block .list .slick-prev {
  left: -15px;
  background: url('/new_frontend/img/prev.svg');
}

.index-places-block .list .slick-next {
  right: -15px;
  background: url('/new_frontend/img/next.svg');
}

.index-guides-block {
  padding-bottom: 1px;
}

.index-guides-block h2 {
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 700;
  line-height: 44px;
}

.index-guides-block .list .guide-item {
  width: 24%;
  margin-bottom: 35px;
}

.guide-item {
  border-radius: 18px;
  background: #efefef;
  padding: 23px 14px 8px 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.guide-item.other {
  background: #e5efec;
}

.guide-item.firm .photo img {
  width: auto;
  height: auto;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.guide-item.firm .photo span {
  display: none;
}

.guide-item .rating {
  color: rgba(1, 1, 1, 0.6);
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 4;
}

.guide-item .rating i {
  display: inline-block;
  vertical-align: middle;
  margin: -4px 4px 0 0;
  width: 17px;
  height: 18px;
  background: url('/new_frontend/img/star.svg');
}

.guide-item .fav-link {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 32px;
  height: 32px;
  background: url('/new_frontend/img/fav-link3.svg') center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  filter: grayscale(100%) brightness(1.4);
  z-index: 3;
}

.guide-item .fav-link.active {
  filter: none;
}

.guide-item .photo {
  text-align: center;
  position: relative;
  margin-bottom: 17px;
}

.guide-item .photo img {
  width: 189px;
  height: 189px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  object-fit: cover;
}

.guide-item .photo span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  bottom: 0;
  background: #fff;
  color: #888888;
  font-size: 13.01px;
  line-height: 13.01px;
  padding: 4px 16px;
  border: 1px solid #888888;
  border-radius: 20px;
  background: #ffffff;
}

.guide-item .name {
  font-size: 16px;
  font-weight: 800;
  line-height: 21.12px;
}

.guide-item .city {
  margin-bottom: 17px;
  padding-left: 12px;
  background: url('/new_frontend/img/city.svg') no-repeat 0 3px;
  color: #38c99d;
  font-size: 13px;
  line-height: 15.6px;
}

.guide-item .city a {
  color: #38c99d;
}

.guide-item .contacts {
  margin-bottom: 4px;
}

.guide-item .contacts .phone {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  color: #fff;
  line-height: 20px;
  font-size: 13px;
  font-weight: 600;
  padding: 0 8px;
  border-radius: 17px;
  background: #6061aa;
}

.guide-item .contacts .phone .open {
  display: inline-block;
  padding-left: 19px;
  background: url('/new_frontend/img/phone.svg') no-repeat left;
  line-height: 24px;
  font-size: 16px;
}

.guide-item .contacts .phone .tel {
  display: none;
  line-height: 24px;
  font-size: 16px;
}

.guide-item .contacts .social {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  margin-left: 5px;
}

.guide-item .data {
  margin-bottom: 12px;
  font-size: 13px;
  line-height: 18.21px;
}

.guide-item .data span {
  font-weight: 700;
}

.guide-item .data a {
  color: #6061aa;
  text-decoration: none;
}

.guide-item p {
  margin-bottom: 15px;
  font-size: 13.01px;
  line-height: 18.21px;
}

.guide-item .links a {
  display: inline-block;
  text-decoration: none;
  margin: 0 15px 4px 0;
  padding-left: 20px;
  color: #666666;
  font-size: 13px;
  line-height: 140%;
}

.guide-item .links a:nth-child(1) {
  background: url('/new_frontend/img/guide-link1.svg') no-repeat left;
}

.guide-item .links a:nth-child(2) {
  background: url('/new_frontend/img/guide-link2.svg') no-repeat left;
}

.guide-item .links a:nth-child(3) {
  background: url('/new_frontend/img/guide-link3.svg') no-repeat left;
}

.guide-item .price {
  color: #666666;
  font-size: 13px;
  font-weight: 300;
  margin-bottom: 4px;
}

.guide-item .price span {
  color: #6957ae;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
}

.join-block {
  background: url('/new_frontend/img/join-block.jpg') center / cover;
  margin-bottom: 26px;
  padding: 28px 0 28px;;
  text-align: center;
  color: #fff;
}

.join-block h2 {
  margin-bottom: 8px;
  font-size: 48px;
  font-weight: 700;
  line-height: 65px;
}

.join-block a {
  display: inline-block;
  text-decoration: none;
  margin: 0 13px;
  color: #fff;
  line-height: 42px;
  border-radius: 21px;
  background: #6061aa;
  padding: 0 36px;
  font-size: 16px;
  font-weight: 600;
}

.join-block h5 {
  width: 70%;
  margin: 8px auto 0;
}

.index-ways-block {
  padding-bottom: 6px;
}

.index-ways-block h2 {
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 700;
  line-height: 44px;
}

.index-ways-block .list .item {
  width: 19%;
  height: 174px;
  margin-bottom: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}

.index-ways-block .list .item:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 29.96%, rgba(0, 0, 0, 0.7) 99.811%);
}

.index-ways-block .list .item .name {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  z-index: 2;
  padding: 12px;
  font-family: Arial;
  font-size: 14px;
  line-height: 20px;
}

.index-ways-block .list .item .name span {
  display: block;
  font-size: 17px;
  font-weight: 700;
  line-height: 24px;
}

.index-blog-block {
  padding-bottom: 20px;
}

.index-blog-block .block {
  width: 49%;
  margin-bottom: 27px;
}

.index-blog-block .block h2 {
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 700;
  line-height: 44px;
}

.index-blog-block .block .list {
  border-radius: 18px;
  background: #efefef;
  padding: 28px 23px 10px 23px;
}

.index-blog-block .block .list .item {
  margin-bottom: 22px;
}

.index-blog-block .block .list .item div {
  display: table-cell;
  vertical-align: middle;
  vertical-align: top;
}

.index-blog-block .block .list .item div img {
  /*width: 154px;*/
  /*max-width: 154px;*/
  /*margin-right: 19px;*/
  max-width: 80%;
}

.index-blog-block .block .list .item div .date {
  display: block;
  color: #888888;
  line-height: 19px;
}

.index-blog-block .block .list .item div .name {
  display: block;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}

.index-blog-block .block .list .item div .name:hover {
  text-decoration: underline;
}

.index-bottom-banners {
  padding-bottom: 40px;
}

.index-bottom-banners .banner {
  width: 49%;
  margin-bottom: 36px;
  height: 255px;
  border-radius: 18px;
  position: relative;
}

.index-bottom-banners .banner.b1 {
  background: url('/new_frontend/img/banner1.png') center / cover;
}

.index-bottom-banners .banner.b1 img {
  right: 50px;
  bottom: 20px;
}

.index-bottom-banners .banner.b2 {
  background: url('/new_frontend/img/banner2.png') center / cover;
}

.index-bottom-banners .banner.b2 img {
  right: 30px;
  bottom: 0;
}

.index-bottom-banners .banner p {
  position: absolute;
  color: #fff;
  left: 40px;
  top: 40px;
  font-size: 48px;
  font-weight: 700;
  line-height: 65px;
}

.index-bottom-banners .banner img {
  position: absolute;
}

.index-bottom-banners .banner a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
}

.footer {
  background: #333333;
  padding: 65px 0 27px;
  color: #fff;
}

.footer .logo {
  width: 392px;
}

.footer .logo p {
  margin-top: 10px;
}

.footer .menu {
  width: 604px;
  padding-bottom: 50px;
}

.footer .menu p {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 15.6px;
  padding: 14px 0;
  position: relative;
}

.footer .menu p .fa {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  display: none;
}

.footer .menu ul li {
  margin-bottom: 14px;
}

.footer .menu ul li a {
  display: block;
  text-decoration: none;
  color: #adadad;
}

.footer .bottom {
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer .bottom .copy {
  color: #666666;
  font-size: 12px;
  margin-top: 10px;
}

.footer .bottom .vk {
  width: 34px;
  height: 34px;
  background: url('/new_frontend/img/vk.svg');
}

.navi {
  padding: 15px 0;
  color: #888888;
  font-size: 13px;
  line-height: 18px;
}

.navi a {
  text-decoration: none;
  color: #888888;
}

.item-page {
  padding: 24px 0 60px;
  border-top: 1px solid #c9c9c9;
}

.item-page aside {
  width: 285px;
}

.item-page aside .mob-block {
  display: none;
}

.item-page aside .mob-block h2 {
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 800;
  line-height: 130%;
}

.item-page aside .mob-block .about {
  padding-bottom: 10px;
}

.item-page aside .mob-block .about p {
  margin-bottom: 12px;
  font-size: 13px;
  line-height: 130%;
}

.item-page aside .mob-block .about p.cities {
  padding-left: 20px;
  background: url('/new_frontend/img/city2.svg') no-repeat 0 4px;
}

.item-page aside .mob-block .about p.cities.other {
  background: url('/new_frontend/img/adress.svg') no-repeat 0 2px;
  padding-left: 30px;
}

.item-page aside .mob-block .about p a {
  color: #6061aa;
}

.item-page aside .image {
  width: 100%;
  margin-bottom: 6px;
  max-width: 285px;
}

.item-page aside .photo {
  text-align: center;
  margin-bottom: 8px;
  position: relative;
}

.item-page aside .photo .js-magnific img {
  max-width: 296px;
}

.item-page aside .photo span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  bottom: 0;
  background: #fff;
  color: #888888;
  font-size: 16.01px;
  line-height: 13.01px;
  padding: 6px 22px;
  border: 1px solid #888888;
  border-radius: 20px;
  background: #ffffff;
}

.item-page aside .photo .certificate {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  bottom: 0;
  background: #fff;
  color: #888888;
  font-size: 16.01px;
  line-height: 13.01px;
  padding: 6px 22px;
  border: 1px solid #888888;
  border-radius: 20px;
  background: #ffffff;
}

.item-page aside .social {
  text-align: center;
  margin-bottom: 26px;
}

.item-page aside .social .fav {
  margin-bottom: 6px;
}

.item-page aside .fav {
  display: inline-block;
  text-decoration: none;
  margin-bottom: 22px;
  color: #6957ae;
  font-size: 16px;
  line-height: 140%;
  padding-right: 36px;
  background: url('/new_frontend/img/fav.svg') no-repeat right;
}

.item-page aside .fav-active {
  display: inline-block;
  text-decoration: none;
  margin-bottom: 22px;
  color: #6957ae;
  font-size: 16px;
  line-height: 140%;
  padding-right: 43px;
  background: url('/new_frontend/img/fav-active.svg') no-repeat right;
}

.fav-not-auth:hover::after {
  content: attr(data-title);
  position: absolute;
  z-index: 1;
  left: 1%;
  margin-top: 1%;
  background: rgb(255, 255, 255);
  font-size: 15px;
  padding: 5px 10px;
  border: 1px solid #333;
  color: black;
}

.item-page aside .data {
  padding-bottom: 12px;
}

.item-page aside .data p {
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 18.21px;
}

.item-page aside .data p span {
  font-weight: 700;
}

.item-page aside .data p a {
  color: #6061aa;
}

.item-page aside .data p .phone-link {
  text-decoration: none;
  color: #fff;
  vertical-align: middle;
  margin-top: -4px;
  line-height: 24px;
  font-size: 16px;
  font-weight: 600;
  padding: 0 10px 0 24px;
  border-radius: 17px;
  display: inline-block;
  background: #6061aa url('/new_frontend/img/phone.svg') no-repeat 6px 50%;
}

.item-page aside .data p .tel {
  display: none;
  font-weight:normal
}

.item-page aside .user {
  margin-bottom: 21px;
}

.item-page aside .user div {
  display: table-cell;
  vertical-align: middle;
  color: #666666;
  font-size: 16px;
  font-weight: 300;
  line-height: 120%;
}

.item-page aside .user div a {
  display: block;
  color: #615faf;
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
}

.item-page aside .user div img {
  width: 60px;
  height: 60px;
  max-width: 60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 10px;
}

.item-page aside .dates {
  padding-bottom: 30px;
  margin-right: -15px;
  position: relative;
  display: inline-block;
}

.item-page aside .dates p {
  font-size: 16px;
  line-height: 24px;
}

.item-page aside .dates a {
  display: inline-block;
  text-decoration: none;
  margin: 10px 6px 0 0;
  font-size: 16px;
  line-height: 130%;
  padding: 3px 10px;
  border-radius: 7px;
  background: #efefef;
}

.item-page aside table {
  width: 100%;
  margin-bottom: 21px;
}

.item-page aside table.other {
  margin-bottom: 35px;
}

.item-page aside table.other tr td:last-child {
  text-align: right;
}

.item-page aside table tr {
  border-bottom: 1px solid #e5e5e5;
}

.item-page aside table tr td {
  padding: 5px 0;
  vertical-align: top;
  font-size: 15px;
  line-height: 140%;
}

.item-page aside table tr td:last-child {
  text-align: right;
}

.item-page aside table tr td:first-child {
  white-space: nowrap;
  font-weight: 600;
  padding-right: 10px;
}

.item-page aside table tr td.rating {
  color: rgba(1, 1, 1, 0.7);
}

.item-page aside table tr td .star {
  display: inline-block;
  vertical-align: middle;
  margin-top: -4px;
  width: 17px;
  height: 18px;
  background: url('/new_frontend/img/star.svg');
}

.item-page aside .price {
  margin-bottom: 16px;
  color: #666666;
  font-size: 13px;
  font-weight: 300;
  line-height: 140%;
}

.item-page aside .price span {
  color: #6957ae;
  font-size: 28px;
  font-weight: 700;
  line-height: 140%;
}

.item-page aside .buttons button {
  width: 100%;
  height: 50px;
  margin-bottom: 8px;
  color: #fff;
  border-radius: 39px;
  font-size: 15px;
  font-weight: 700;
}

.item-page aside .buttons button:nth-child(1) {
  background: #28ce99;
}

.item-page aside .buttons button:nth-child(2) {
  background: #6957ae;
}

.item-page aside .buttons button:nth-child(3) {
  background: #6957ae;
}

.item-page .page-content {
  width: calc(100% - 321px);
}

.item-page .page-content h1 {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 800;
  line-height: 130%;
}

.item-page .page-content .about {
  padding-bottom: 20px;
}

.item-page .page-content .about p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 140%;
}

.item-page .page-content .about p.cities {
  padding-left: 20px;
  background: url('/new_frontend/img/city2.svg') no-repeat 0 4px;
}

.item-page .page-content .about p.cities.other {
  background: url('/new_frontend/img/adress.svg') no-repeat 0 2px;
  padding-left: 30px;
}

.item-page .page-content .about p a {
  color: #6061aa;
}

.item-page .page-content h2 {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
}

.item-page .page-content .photos {
  padding-bottom: 40px;
}

.item-page .page-content .photos .item {
  margin-bottom: 7px;
  font-size: 0;
  max-width: 100%;
}

.item-page .page-content .photos .item img {
  width: 100%;
  min-width: 100%;
  height: 120px;
}

.item-page .page-content .places {
  margin-bottom: 65px;
}

.item-page .page-content .places .item {
  margin: 0 23px 0 0;
  width: 153px;
  font-size: 0;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}

.item-page .page-content .places .item img {
  width: 100%;
}

.item-page .page-content .places .item a {
  position: absolute;
  color: #fff;
  text-decoration: none;
  left: 0;
  bottom: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: linear-gradient(0.23deg, #000000 0.27%, rgba(21, 21, 21, 0) 46.03%);
  padding: 130px 10px 10px 10px;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
}

.item-page .page-content .places .slick-prev,
.item-page .page-content .places .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  font-size: 0;
  z-index: 2;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  box-shadow: rgba(1, 1, 1, 0.1) 0 0 20px;
  width: 50px;
  height: 50px;
}

.item-page .page-content .places .slick-prev {
  left: -25px;
  background: url('/new_frontend/img/prev.svg');
}

.item-page .page-content .places .slick-next {
  right: -25px;
  background: url('/new_frontend/img/next.svg');
}

.item-page .page-content .adv {
  margin-bottom: 34px;
}

.item-page .page-content .adv img {
  width: 100%;
}

.item-page .page-content .about ul {
  padding-left: 2rem;
  list-style: disc;
  font-size: 1rem;
  margin-bottom: 1rem;
}

.review-child {
  margin-left: 125px;
}

.item-page .page-content .reviews .review {
  margin-bottom: 14px;
  border-radius: 10px;
  background: #f6f6f6;
  padding: 20px 23px;
  position: relative;
}

.item-page .page-content .reviews .review .rating {
  margin-bottom: 10px;
}

.item-page .page-content .reviews .review .rating .star {
  display: inline-block;
  background: url('/new_frontend/img/rating.svg');
  width: 17px;
  height: 17px;
}

.item-page .page-content .reviews .review .rating .star.bad {
  background: url('/new_frontend/img/rating2.svg');
}

.item-page .page-content .reviews .review .name {
  margin-bottom: 7px;
  color: #666666;
  font-size: 11.52px;
  line-height: 16.13px;
}

.item-page .page-content .reviews .review .name span {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 16.13px;
  margin-right: 6px;
}

.item-page .page-content .reviews .review .name img {
  vertical-align: middle;
  width: 23px;
  height: 23px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  object-fit: cover;
  margin: -4px 6px 0 0;
}

.item-page .page-content .reviews .review p {
  margin-bottom: 9px;
  font-size: 16px;
  line-height: 22.4px;
}

.item-page .page-content .reviews .review .link {
  text-align: right;
}

.item-page .page-content .reviews .review .link a {
  color: #615faf;
  font-size: 11.52px;
  line-height: 16.13px;
}

.item-page .page-content .reviews .bottom-button {
  text-align: center;
  padding-top: 10px;
}

.item-page .page-content .reviews .bottom-button button {
  color: #fff;
  width: 195px;
  height: 31px;
  border-radius: 50px;
  background: #615faf;
  font-size: 15px;
  font-weight: 700;
}

.item-page .page-content .excursions {
  margin-bottom: 56px;
}

.item-page .page-content .excursions .excursion-item {
  width: 32.5%;
  margin-bottom: 35px;
}

.item-page .page-content .excursions .bottom-button {
  width: 100%;
  text-align: center;
}

.item-page .page-content .excursions .bottom-button button {
  width: 294px;
  height: 31px;
  border-radius: 30px;
  background: #f6ecfe;
  font-size: 15px;
  font-weight: 700;
}

.cabinet-page {
  background: #efefef;
  padding: 5px 0 60px;
}

.cabinet-page .top-block {
  background: #fff;
  border-radius: 12px;
  margin-bottom: 14px;
  padding: 22px;
}

.cabinet-page .top-block h1 {
  font-size: 24px;
  font-weight: 700;
  line-height: 33px;
}

.cabinet-page .top-block .links {
  margin-top: 1.5px;
}

.cabinet-page .top-block .links a {
  height: 30px;
  line-height: 30px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  font-weight: 600;
  border-radius: 15px;
  padding: 0 10px;
}

.cabinet-page .top-block .links a:not(:last-child) {
  margin-right: 3px;
}

.cabinet-page .top-block .links a:nth-child(1) {
  background: #38c99d;
}

.cabinet-page .top-block .links a:nth-child(2) {
  background: #f0be3c;
}

.cabinet-page .top-block .links a:nth-child(3) {
  background: #f07d64;
}

.cabinet-page .top-block .links a:nth-child(4) {
  background: #6f42c1;
}

.cabinet-page aside {
  width: 284px;
}

.cabinet-page aside .block {
  background: #fff;
  margin-bottom: 14px;
  border-radius: 12px;
  padding: 7px 20px;
}

.cabinet-page aside .block .add {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  padding: 0 12px;
  height: 31px;
  line-height: 31px;
  border-radius: 12px;
  /*background: #f6f6f6 url('/new_frontend/img/add.svg') no-repeat right 12px top 50%; */
  margin: 3px -10px;
}

.cabinet-page aside .block .user {
  margin: 13px 0 20px;
}

.cabinet-page aside .block .user.other {
  padding: 10px;
  background: #F6F6F6;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}

.cabinet-page aside .block .user.other2 div img {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.cabinet-page aside .block .user div {
  display: table-cell;
  vertical-align: middle;
  color: #666666;
  font-size: 14px;
  font-weight: 300;
  line-height: 120%;
}

.cabinet-page aside .block .user div a {
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
}

.cabinet-page aside .block .user div label {
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
}

.cabinet-page aside .block .user div img {
  width: 44px;
  height: 44px;
  max-width: 44px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 10px;
}

.cabinet-page aside .block .user div .rating {
  color: rgba(1, 1, 1, 0.7);
  margin-top: 4px;
  display: inline-block;
}

.cabinet-page aside .block .user div .rating i {
  display: inline-block;
  vertical-align: middle;
  margin: -4px 4px 0 0;
  width: 17px;
  height: 18px;
  background: url('/new_frontend/img/star.svg');
}

.cabinet-page aside .block ul li.bt {
  border-top: 1px solid #e2e2e2;
  padding-top: 6px;
  margin-top: 6px;
}

.cabinet-page aside .block ul li a {
  display: block;
  text-decoration: none;
  font-size: 16px;
  line-height: 210.5%;
}

.cabinet-page aside .block ul li a span {
  float: right;
}

.cabinet-page aside .block ul li a i {
  float: right;
  font-style: normal;
  display: inline-block;
  width: 25.03px;
  height: 21px;
  line-height: 21px;
  text-align: center;
  color: #fff;
  background: #929292;
  border-radius: 10.5px;
  font-weight: 600;
  font-size: 12px;
  margin-top: 6px;
}

.cabinet-page .page-content {
  width: calc(100% - 295px);
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 12px;
  padding: 12px 13px 30px 13px;
}

.cabinet-page .page-content h2 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 210.5%;
  position: relative;
}

.cabinet-page .page-content h2 .fa {
  display: none;
}

.cabinet-page .page-content h2 button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 186px;
  height: 29px;
  color: #fff;
  border-radius: 17px;
  background: #6061aa;
  font-weight: 600;
}

.cabinet-page .page-content h3 {
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 600;
  line-height: 210.5%;
}

.cabinet-page .page-content .excursions .excursion-item {
  width: 32%;
  margin-bottom: 35px;
}

.cabinet-page .page-content .guides .guide-item {
  width: 32%;
  margin-bottom: 35px;
}

.cabinet-page .page-content .prices .top-text {
  margin-bottom: 18px;
  font-size: 15px;
  line-height: 20px;
}

.cabinet-page .page-content .prices .list .item {
  width: 32%;
  margin-bottom: 35px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 2%;
  border-radius: 18px;
  padding: 36px 15px 15px 15px;
}

.cabinet-page .page-content .prices .list .item:nth-child(3n) {
  margin-right: 0;
}

.cabinet-page .page-content .prices .list .item:nth-child(1) {
  background: #ffd2d5;
}

.cabinet-page .page-content .prices .list .item:nth-child(2) {
  background: #ffe0bb;
}

.cabinet-page .page-content .prices .list .item:nth-child(3) {
  background: #faeca1;
}

.cabinet-page .page-content .prices .list .item:nth-child(4) {
  background: #cee7ff;
}

.cabinet-page .page-content .prices .list .item:nth-child(5) {
  background: #d3d7fd;
}

.cabinet-page .page-content .prices .list .item h3 {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 800;
}

.cabinet-page .page-content .prices .list .item p {
  margin-bottom: 10px;
  font-size: 13.01px;
  line-height: 18.21px;
}

.cabinet-page .page-content .prices .list .item .plus {
  margin-bottom: 13px;
  font-size: 13.01px;
  font-weight: 700;
  line-height: 18.21px;
}

.cabinet-page .page-content .prices .list .item .plus.other {
  opacity: 0;
  pointer-events: none;
}

.cabinet-page .page-content .prices .list .item .data {
  overflow: hidden;
  border-radius: 14px;
  background: #ffffff;
}

.cabinet-page .page-content .prices .list .item .data p {
  padding: 5px 0;
  margin: 0 14px;
  border-bottom: 1px solid #e2e2e2;
  font-size: 13px;
  line-height: 140%;
}

.cabinet-page .page-content .prices .list .item .data p span {
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  color: #6061AA;
}

.cabinet-page .page-content .prices .list .item .data button {
  width: 100%;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  height: 48px;
  border-radius: 14px;
  background: #38c99d;
  margin-top: -1px;
  position: relative;
}

.cabinet-page .page-content .profile {
  margin-top: -15px;
}

.cabinet-page .page-content .profile .top-text {
  font-size: 13px;
  line-height: 18px;
  color: #767676;
  margin-bottom: 30px;
}

.cabinet-page .page-content .profile .top-text span {
  color: #000;
  font-weight: 600;
}

.cabinet-page .page-content .profile .photo {
  text-align: center;
  margin-bottom: 35px;
}

.cabinet-page .page-content .profile .photo .change {
  display: block;
  margin: 12px auto -19px auto;
}

.cabinet-page .page-content .profile .photo button {
  display: block;
  margin: 30px auto 4px auto;
  width: 223px;
  height: 36px;
  border-radius: 18px;
  background: #ececec;
  font-size: 16px;
}

.cabinet-page .page-content .profile .photo .size {
  color: #666666;
  font-size: 13px;
  line-height: 140%;
}

.cabinet-page .page-content .profile .fields {
  max-width: 272px;
}

.cabinet-page .page-content .profile .fields.big {
  max-width: 100%;
}

.cabinet-page .page-content .profile .fields p,
.cabinet-page .page-content .profile .fields .p {
  color: #808080;
  font-size: 16px;
  line-height: 140%;
  position: relative;
}

.cabinet-page .page-content .profile .fields p sup,
.cabinet-page .page-content .profile .fields .p sup {
  color: #ff5252;
}

.cabinet-page .page-content .profile .fields p .help-link,
.cabinet-page .page-content .profile .fields .p .help-link {
  display: inline-block;
  background: url('/new_frontend/img/info.svg');
  width: 13px;
  height: 13px;
}

.cabinet-page .page-content .profile .fields p .help-text,
.cabinet-page .page-content .profile .fields .p .help-text {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  background: #eeeaff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 14px;
  color: #000;
  display: none;
}

.cabinet-page .page-content .profile .fields p .help-text .close,
.cabinet-page .page-content .profile .fields .p .help-text .close {
  position: absolute;
  right: 14px;
  top: 14px;
  width: 24px;
  height: 24px;
  background: url('/new_frontend/img/close.svg') center / cover;
}

.cabinet-page .page-content .profile .fields p .help-text h5,
.cabinet-page .page-content .profile .fields .p .help-text h5 {
  margin-bottom: 14px;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
}

.cabinet-page .page-content .profile .fields p .help-text ol,
.cabinet-page .page-content .profile .fields .p .help-text ol {
  padding-left: 20px;
  list-style: decimal;
  font-size: 16px;
  line-height: 140%;
}

.cabinet-page .page-content .profile .fields input[type='text'] {
  width: 100%;
  height: 30px;
  margin-bottom: 25px;
  border-bottom: 1px solid #888888;
  font-size: 16px;
  padding: 0;
}
.cabinet-page .page-content .profile .fields input[type='email'] {
  width: 100%;
  height: 30px;
  margin-bottom: 25px;
  border-bottom: 1px solid #888888;
  font-size: 16px;
  padding: 0;
}
.cabinet-page .page-content .profile .fields input[type='number'] {
  width: 100%;
  height: 30px;
  margin-bottom: 25px;
  border-bottom: 1px solid #888888;
  font-size: 16px;
  padding: 0;
}
.cabinet-page .page-content .profile .fields input[type='password'] {
  width: 100%;
  height: 30px;
  margin-bottom: 25px;
  border-bottom: 1px solid #888888;
  font-size: 16px;
  padding: 0;
}

.cabinet-page .page-content .profile .fields select {
  width: 100%;
  height: 30px;
  margin-bottom: 25px;
  border-bottom: 1px solid #888888;
  appearance: none;
  font-size: 16px;
  padding: 0;
  background: url('/new_frontend/img/select3.svg') no-repeat right;
}

.modal .window form select {
  width: 100%;
  height: 30px;
  margin-bottom: 25px;
  border-bottom: 1px solid #888888;
  appearance: none;
  font-size: 16px;
  padding: 0;
  background: url('/new_frontend/img/select3.svg') no-repeat right;
}

.cabinet-page .page-content .profile .fields .added {
  border-bottom: 1px solid #888888;
  padding-bottom: 3px;
  margin-bottom: 25px;
}

.cabinet-page .page-content .profile .fields .wysiwyg {
  margin-bottom: 30px;
}

.cabinet-page .page-content .profile .upload {
  margin-bottom: 50px;
}

.cabinet-page .page-content .profile .upload p {
  margin-bottom: 6px;
  color: #808080;
  font-size: 16px;
  line-height: 140%;
}

.cabinet-page .page-content .profile .upload .positions {
  margin-bottom: 6px;
  color: #808080;
  font-size: 13px;
  line-height: 140%;
}

.cabinet-page .page-content .profile .upload .types {
  margin-bottom: 20px;
}

.cabinet-page .page-content .profile .upload .add {
  display: inline-block;
  width: 176px;
  height: 176px;
  background: url('/new_frontend/img/add.png');
}

.cabinet-page .page-content .profile .files {
  margin-bottom: 48px;
}

.cabinet-page .page-content .profile .files p {
  margin-bottom: 10px;
  color: #808080;
  font-size: 16px;
  line-height: 140%;
}

.cabinet-page .page-content .profile .buttons {
  width: 407px;
}

.cabinet-page .page-content .profile .buttons button {
  width: 49%;
  height: 34px;
  border-radius: 17px;
  color: #fff;
}

.cabinet-page .page-content .profile .buttons button:nth-child(1) {
  background: #38c99d;
}

.cabinet-page .page-content .profile .buttons button:nth-child(2) {
  background: #6061AA;
}

.cabinet-page .page-content .profile .delete {
  background: #f07d64;
  height: 34px;
  border-radius: 17px;
  width: 179px;
  color: white;
}

.mob-menu {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px 0;
  z-index: 10;
  display: none;
}

.mob-menu a {
  width: 45px;
  height: 45px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.mob-menu a.a1 {
  background: url('/new_frontend/img/mob-menu1.svg') center;
}

.mob-menu a.a2 {
  background: url('/new_frontend/img/mob-menu2.svg') center;
}

.modal {
  display: none;
  height: 100%;
  left: 0;
  outline: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10050;
}

.modal .window {
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 5;
  margin-top: 16px;
  padding: 17px 30px 28px 30px;
}

.modal .window.big {
  width: 95%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 2%;
}

.modal .window.big h3 {
  margin-bottom: 20px;
}

.modal .window .close {
  position: absolute;
  right: 27px;
  top: 20px;
  width: 34px;
  height: 34px;
  background: url('/new_frontend/img/close.svg');
}

.modal .window h3 {
  margin-bottom: 36px;
  font-size: 24px;
  font-weight: 400;
  line-height: 33px;
}

.modal .window .list {
  padding-right: 10px;
  border-right: 1px solid #e9e9e9;
  margin-bottom: 30px;
  height: 187px;
  overflow-y: scroll;
}

.modal .window .list .checkbox {
  display: none;
}

.modal .window .list .checkbox + label {
  display: block;
  cursor: pointer;
  padding-left: 20px;
  font-size: 13px;
  line-height: 182%;
  background: url('/new_frontend/img/checkbox.svg') no-repeat left;
}

.modal .window .list .checkbox:checked + label {
  background: url('/new_frontend/img/checkbox2.svg') no-repeat left;
  color: #6957ae;
}

.modal .window .buttons button {
  width: 49%;
  height: 34px;
  border-radius: 17px;
}

.modal .window .buttons button:nth-child(1) {
  background: #38c99d;
  color: #fff;
}

.modal .window .buttons button:nth-child(2) {
  background: none;
  border: 1px solid #a7a7a7;
  color: #6a6a6a;
}

.modal .window form {
  position: relative;
  margin-bottom: 13px;
}

.modal .window form input[type='text'] {
  width: 100%;
  height: 35px;
  border: 1px solid #666666;
  border-radius: 30px;
  padding: 0 20px;
}

.modal .window form .button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
  width: 20px;
  height: 20px;
  background: url('/new_frontend/img/search.svg');
}

.modal .window .tags {
  padding-bottom: 11px;
}

.modal .window .tags a {
  display: inline-block;
  text-decoration: none;
  margin: 0 12px 12px 0;
  border: 1px solid #999999;
  border-radius: 28px;
  padding: 5px 12px;
  color: #666666;
  font-size: 13px;
  line-height: 18px;
}

.modal .window .list2 {
  width: 32%;
}

.modal .window .list2 h4 {
  margin: 0 0 14px 14px;
  font-size: 16px;
}

.modal .window .list2 ul {
  padding-left: 25px;
  border-left: 1px solid #e9e9e9;
  max-height: 217px;
  overflow-y: scroll;
}

.modal .window .list2 ul li a {
  display: block;
  text-decoration: none;
  font-size: 15px;
  line-height: 180%;
}

.modal .window .list2 ul li a:hover {
  color: #6957ae;
}

.modal .window .fields input[type="text"] {
  width: 100%;
  height: 20px;
  border: 0;
  margin-bottom: 25px;
  border-bottom: 1px solid #888888;
  font-size: 16px;
  padding: 0;
  border-radius: 0;
}

.modal .window .fields input[type="date"] {
  width: 100%;
  height: 20px;
  border: 0;
  margin-bottom: 25px;
  border-bottom: 1px solid #888888;
  font-size: 16px;
  padding: 0;
  border-radius: 0;
}

.modal .window .fields input[type="email"] {
  width: 100%;
  height: 20px;
  border: 0;
  margin-bottom: 25px;
  border-bottom: 1px solid #888888;
  font-size: 16px;
  padding: 0;
  border-radius: 0;
}

.big-checkbox {
  transform: scale(2);
  margin: 0 20px 15px 20px;
}

.modal .window .fields input[type="password"] {
  width: 100%;
  height: 20px;
  border: 0;
  margin-bottom: 25px;
  border-bottom: 1px solid #888888;
  font-size: 16px;
  padding: 0;
  border-radius: 0;
}

.modal .window .fields textarea[type="text"] {
  width: 100%;
  font-size: 16px;
  padding: 0;
  border: 1px solid grey;
}

.modal .window .buttons button {
  width: 49%;
  height: 34px;
  border-radius: 17px;
  color: #fff;
  transform: translateY(50%);
  position: inherit;
}

.firm .city {
  margin-bottom: 17px;
  padding-left: 12px;
  background: url('img/city.svg') no-repeat 0 3px;
  color: #38c99d;
  font-size: 13px;
  line-height: 15.6px;
}

.excursion-item .city {
  margin-bottom: 17px;
  padding-left: 12px;
  background: url('img/city.svg') no-repeat 0 3px;
  color: #38c99d;
  font-size: 13px;
  line-height: 15.6px;
}

.excursion-item .contacts .phone {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  color: #fff;
  line-height: 20px;
  font-size: 13px;
  font-weight: 600;
  padding: 0 8px;
  border-radius: 17px;
  background: #6061aa;
}

.excursion-item .contacts .phone .open {
  display: inline-block;
  padding-left: 19px;
  background: url('img/phone.svg') no-repeat left;
  line-height: 24px;
  font-size: 16px;
}

.excursion-item .contacts .phone .tel {
  display: none;
  line-height: 24px;
  font-size: 16px;
}

.excursion-item .links a {
  display: inline-block;
  text-decoration: none;
  margin: 0 15px 4px 0;
  padding-left: 20px;
  color: #666666;
  font-size: 13px;
  line-height: 140%;
}

.excursion-item .links a:nth-child(1) {
  background: url('img/guide-link1.svg') no-repeat left;
}

.excursion-item .links a:nth-child(2) {
  background: url('img/guide-link3.svg') no-repeat left;
}

.excursion-item .links a:nth-child(3) {
  background: url('img/guide-link2.svg') no-repeat left;
}

.excursion-item .contacts .social {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  margin-left: 5px;
}

.excursion-item .contacts .social a {
  border-radius: 50%;
  height: 24px;
  margin-bottom: 7px;
  margin-right: 7px;
  width: 24px;
  display: inline-block;
}

.excursion-item .contacts .social svg {
  height: 100%;
  width: 100%;
}

.item-page .social div > a {
  border-radius: 50%;
  height: 24px;
  margin-bottom: 7px;
  margin-right: 7px;
  width: 24px;
  display: inline-block;
}

.item-page .social svg {
  height: 100%;
  width: 100%;
}

.guide-item .contacts .social a {
  border-radius: 50%;
  height: 24px;
  margin-bottom: 7px;
  margin-right: 7px;
  width: 24px;
  display: inline-block;
}

.guide-item .contacts .social svg {
  height: 100%;
  width: 100%;
}

.auth-menu {
  position: absolute;
  left: -18px;
  top: 100%;
  margin-top: -10px;
  min-width: calc(100% + 36px);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 3;
  white-space: nowrap;
  border: 1px solid #d8d8d8;
  background: #ffffff;
  padding: 22px 17px;
  text-align: left;
  display: none;
}

.auth-menu li {
  margin: 0 0 10px 0;
}

.auth-menu li a {
  display: block;
  text-decoration: none;
  padding: 0;
  font-weight: 400;
  color: #333333;
  font-size: 15px;
  line-height: 18px;
}

.auth-button:focus ~ .auth-menu,
.auth-button:active ~ .auth-menu,
.auth-menu:hover {
  display: block;
}

@media (hover: none) and (pointer: coarse) {
  /* Фикс для iOS: делаем ссылку "нажимаемой" */
  .auth-button {
    cursor: pointer;
  }

  /* Улучшаем обработку :active на iOS */
  .auth-button:active ~ .auth-menu {
    display: block;
  }

  /* Фикс для потери фокуса после тапа */
  .auth-menu {
    transition: opacity 0.2s;
  }
}

.oauth-modal {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  padding: 20px 0 20px;
  flex-wrap: wrap;
  width: 190px;
  margin: 0 auto;
  transition: 0.3s;
  max-height: 200px;
}

.oauth-modal__wrap {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 190px;
  margin: 0 auto;
  transition: 0.3s;
  max-height: 200px;
}

.oauth-modal__wrap._is-shorted {
  max-height: 35px;
  overflow: hidden;
}

.oauth-modal__item {
  width: 30px;
  height: 30px;
  margin-right: 50px;
  background-color: transparent;
  border-radius: 0;
  display: inline-block;
}

.oauth-modal__item:nth-child(3n+3) {
  margin-right: 0;
}

.oauth-modal__item:nth-child(n+4) {
  margin-top: 30px;
}

.oauth-modal__item svg {
  width: 100%;
  height: 100%;
}

p._no-mrg {
  margin: 0;
}

._text-center {
  text-align: center;
}

.form-actions {
  display: flex;
  width: 100%;
}

.form-actions > .btn {
  margin-right: 20px;
}

.form-actions > .btn:last-child {
  margin-right: 0;
}

.form-actions > .btn {
  margin-right: 20px;
}

.btn._fs11 {
  font-size: 11px;
}

.btn {
  background-color: #0c9;
  border: none;
  border-radius: 50px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  padding: 8px 18px;
  position: relative;
  text-decoration: none;
  transition: all .2s ease-out;
  vertical-align: top;
}

.btn._fs11 {
  font-size: 11px;
}

.btn._bordered, .btn._is-bordered {
  background: #fff;
  border: 1px solid #615faf;
  color: #615faf;
  padding: 7px 17px;
}

.w-100 {
  width: 100% !important;
}

.fields ._is-error .tf-error {
  color: red;
  display: block;
  font-size: 10px;
  font-weight: 700;
  margin-top: -10px;
  padding-bottom: 5px;
}

.fields ._is-error p {
  color: red;
}

.fields ._is-error input[type="email"] {
  color: red;
}

.fields ._is-error input[type="password"] {
  color: red;
}

.signup-as {
  display: flex;
  width: 100%;
}

.signup-as .radio-wrapper {
  width: 33.33%;
}

.signup-as .radio-wrapper input[type=radio] {
  display: none;
}

.signup-as .radio-wrapper input[type=radio]:checked ~ label::before {
  border-color: #615faf !important;
}

.signup-as .radio-wrapper input[type=radio]:checked ~ label::after {
  display: block;
}

.signup-as .radio-wrapper label {
  padding-top: 75px;
  position: relative;
  text-align: center;
  cursor: pointer;
}

.signup-as .radio-wrapper label::before {
  content: " ";
  display: block;
  width: 67px;
  height: 67px;
  border-radius: 50%;
  border: 1px solid #cccccc;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.signup-as .radio-wrapper label::after {
  content: "";
  display: none;
  width: 18px;
  height: 18px;
  background: #615faf url("/media/img/icon-check.png") center no-repeat !important;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 9px;
}

.signup-as .sign-as__user label::before {
  background: url("/media/img/icon-tourist.png") center no-repeat;
}

.signup-as .sign-as__guide label::before {
  background: url("/media/img/icon-guide.png") center no-repeat;
}

.signup-as .sign-as__company label::before {
  background: url("/media/img/icon-company.png") center no-repeat;
}

.fields-groupe + .fields-groupe {
  border-top: 1px solid rgba(1, 203, 152, .2);
  padding-top: 9px;
}

.chbx-wrapper > input[type="checkbox"] {
  transform: scale(1.3);
}

.fields-groupe {
  border: none;
  border-top-color: currentcolor;
  border-top-style: none;
  border-top-width: medium;
  margin: 0 0 10px;
  margin-top: 0px;
  min-width: auto;
  outline: none;
  padding: 0;
  padding-top: 0px;
  width: 100%;
}

.form-actions._btn-center {
  justify-content: center;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

._feedback .fields input[type="text"] {
  width: 100%;
  height: 20px;
  border: 0;
  margin-bottom: 25px;
  border-bottom: 1px solid #888888;
  font-size: 16px;
  padding: 0;
  border-radius: 0;
}

._feedback .fields input[type="email"] {
  width: 100%;
  height: 20px;
  border: 0;
  margin-bottom: 25px;
  border-bottom: 1px solid #888888;
  font-size: 16px;
  padding: 0;
  border-radius: 0;
}

._feedback .fields textarea[type="text"] {
  width: 100%;
  font-size: 16px;
  padding: 0;
  border: 1px solid grey;
}

.pagination._pdg-vert40 {
  padding-bottom: 40px;
  padding-top: 40px;
}

.pagination .item._is-active {
  background-color: #0c9;
}

.pagination .item {
  background-color: #615faf;
  border-radius: 100px;
  color: #fff;
  display: block;
  font-size: .813rem;
  font-weight: 700;
  height: 32px;
  line-height: 32px;
  margin-right: 10px;
  max-height: 32px;
  max-width: 32px;
  text-align: center;
  text-decoration: none;
  width: 32px;
}

.content-block {
  width: 100%;
  padding-bottom: 40px;
}
@media (max-width: 991.98px) {
  .content-block {
    padding-bottom: 20px;
  }
}
.content-block:last-of-type {
  padding-bottom: 0;
}
.content-block p:last-of-type {
  margin-bottom: 0;
}
.content-block .block-title {
  width: 100%;
  text-align: center;
  padding: 0;
  margin: 0;
  margin-bottom: 20px !important;
}
.content-block .block-title._blue {
  color: #615faf;
}
.content-block .block-title._pdg-t30 {
  padding-top: 30px;
}
.content-block .block-subtitle {
  margin-bottom: 20px !important;
}
.content-block__anchor-hack {
  position: relative;
}
.content-block__anchor-link {
  top: -130px;
  position: absolute;
}

.place-info {
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 40px;
  text-align: center;
}
.place-info:nth-child(n+1) {
  padding-bottom: 40px;
}

.place-info ._is-shorted {
  max-height: 225px;
}

.place-info p:nth-child(n+1) {
  text-align: left;
  margin-bottom: 25px;
}

.about-place-country p {
  font-size: 18px;
  line-height: 32px;
}

.about-place-country h2 {
  font-weight: normal;
  font-size: 24px;
}

.columns-grid .content-block .block-title {
  margin-top: 0 !important;
}

.like-h2 {
  font-size: 1.5rem;
  margin-top: 30px !important;
}

.content-block .block-subtitle {
  margin-bottom: 20px !important;
}

.like-h1, .like-h2, .like-h3, .like-h4, .like-h5, .like-h6 {
  font-weight: 400;
  margin: 0 0 20px;
  padding: 0;
}


.columns-grid > .col:last-child {
  margin-right: 0;
}

.columns-grid > .col {
  margin-right: 20px;
}

.col {
  width: 100%;
}


.items-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
}

.columns-grid {
  display: flex;
}

.items-grid._3-in-row > .item-card, .items-grid._3-in-row > .items-grid_item {
  margin-bottom: 20px;
  margin-right: 20px;
  width: calc(33.33% - 13.33px);
}

.item-card {
  display: flex;
  flex-direction: column;
  font-size: .813rem;
  line-height: 1;
  position: relative;
  text-decoration: none;
  width: 100%;
}

.item-card_img-wrapper {
  margin: 0 auto 5px;
  position: relative;
  width: 100%;
}

.item-card_content {
  display: flex;
  flex-direction: column;
}

.item-card_title--min {
  font-size: 14px;
  font-weight: 400;
}

.item-card_title {
  color: #615faf;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
  padding-top: 5px;
  text-decoration: none;
}

.item-card_img {
  align-items: center;
  background-color: #fff;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}

.item-card_img img {
  max-width: 100%;
  width: 100%;
}

.item-card_title--min {
  font-size: 14px;
  font-weight: 400;
}
.search-form {
  position: relative;
  margin-bottom: 13px;
}
.search-form input[type="text"] {
  width: 100%;
  height: 35px;
  border: 1px solid #666666;
  border-radius: 30px;
  padding: 0 20px;
}
.search-form button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
  width: 20px;
  height: 20px;
  background: url('/new_frontend/img/search.svg');
}
.find-result {
  box-shadow: inset 0 1px 0 0 #eeeff4,inset 0 -1px 0 0 #eeeff4;
  display: flex;
  padding: 20px 0;
  width: 100%;
}
.find-result__info {
  display: flex;
  flex-direction: column;
  margin-right: 20px;
  text-decoration: none;
}
.find-result__head {
  color: #615faf;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
  text-decoration: none;
}
.find-result__url {
  color: #7379a9;
  font-size: .7rem;
  position: relative;
  top: -12px;
}
.find-result__text {
  color: #666;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 15px;
}
.advrt {
  width: 100%;
}
.advrt__inner {
  display: flex;
  align-items: stretch;
  justify-content: center;
  margin: 0 auto 20px;
  padding: 20px 0;
  width: 100%;
  max-width: 100%;
}
.advrt__inner._horizontal {
  max-width: 100%;
  min-height: 90px;
  max-height: 140px;
  margin-bottom: 0;
}
.advrt__inner > * {
  flex: 1;
}
.advrt__link {
  max-width: 100%;
  display: block;
}
.advrt__link--video {
  max-width: 728px;
  width: 100%;
  margin: 0 auto;
  display: block;
  max-height: 100%;
  text-align: center;
}
.advrt__link--video video {
  max-width: 728px;
  width: 100%;
  margin: 0 auto;
  display: block;
}
.advrt__link--image {
  max-width: 728px;
  width: 100%;
  margin: 0 auto;
  display: block;
  max-height: 100%;
  text-align: center;
}
.advrt__link--image img {
  max-width: 100%;
}
.country__all-city-list {
  display: flex;
  flex-flow: column nowrap;
}
.full-width-lines {
  position: relative;
}
.js-shorted-block {
  overflow: hidden;
}
.pt-5, .py-5 {
  padding-top: 3rem !important;
}
.pb-3, .py-3 {
  padding-bottom: 1rem !important;
}
.country__all-city-list ul.cities_row {
  display: flex;
  flex-flow: row;
}
.country__all-city-list ul {
  line-height: 24px;
  list-style: none;
  margin: 0;
  padding-left: 0;
  width: 100%;
}
.country__all-city-list .city_litera {
  align-self: flex-start;
  color: #615faf;
  font-weight: 700;
  margin-bottom: auto;
  min-width: 32px;
}
.country__all-city-list li:last-child {
  margin-right: 0;
}
.country__all-city-list li {
  color: #666;
  display: block;
  font-size: 14px;
  list-style: none;
  margin-right: 3px;
}
.country__all-city-list .cities_row-elements {
  display: flex;
  flex-flow: row wrap;
}
.country__all-city-list ul {
  line-height: 24px;
  list-style: none;
  margin: 0;
  padding-left: 0;
  width: 100%;
}
.star-rating{
  font-size: 0;
  margin-bottom: 24px;
}
.star-rating__wrap{
  display: inline-block;
  font-size: 2rem;
}
.star-rating__wrap:after{
  content: "";
  display: table;
  clear: both;
}
.star-rating__ico{
  float: right;
  padding-left: 2px;
  cursor: pointer;
  color: #FFB300;
}
.star-rating__ico:last-child{
  padding-left: 0;
}
.star-rating__input{
  display: none;
}
.star-rating__ico:hover:before,
.star-rating__ico:hover ~ .star-rating__ico:before,
.star-rating__input:checked ~ .star-rating__ico:before
{
  content: "\f005";
}
.admin-button {
  background: #28ce99;
  width: 100%;
  height: 50px;
  margin-bottom: 8px;
  color: #fff;
  border-radius: 39px;
  font-size: 15px;
  font-weight: 700;
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}



/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }
.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.send-message-list-guide {
  margin-bottom: 8px;
  color: #fff;
  border-radius: 39px;
  font-size: 15px;
  font-weight: 700;
  background: #28ce99;
}

.cp-entity-photo__list {
  display: flex;
  align-content: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cp-entity-photo__item {
  position: relative;
  box-sizing: border-box;
  max-width: 23%;
  display: block;
  flex: 1 1 23%;
  margin: 1% 1% 40px 1%;
  cursor: zoom-in;
  background-color: #e6e6e6;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.cp-entity-photo__item:after {
  content: "";
  display: block;
  padding-top: 65%;
}
.cp-entity-photo__item--review {
  margin-bottom: 1%;
  cursor: zoom-in;
}
.cp-entity-photo__item--empty {
  background: none;
  pointer-events: none;
}
.cp-entity-photo__item--empty-add {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.cp-entity-photo__item--empty-add:before {
  width: 2rem;
  height: 2rem;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 448 448' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m408 184h-136c-4.417969 0-8-3.582031-8-8v-136c0-22.089844-17.910156-40-40-40s-40 17.910156-40 40v136c0 4.417969-3.582031 8-8 8h-136c-22.089844 0-40 17.910156-40 40s17.910156 40 40 40h136c4.417969 0 8 3.582031 8 8v136c0 22.089844 17.910156 40 40 40s40-17.910156 40-40v-136c0-4.417969 3.582031-8 8-8h136c22.089844 0 40-17.910156 40-40s-17.910156-40-40-40zm0 0' fill='%23909090'/%3E%3C/svg%3E");
}
.cp-entity-photo__item--chosen {
  background: #e6e6e6 !important;
  outline: 2px dashed #9a9a9a;
}
.cp-entity-photo__name {
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  margin-top: 1px;
  border: 1px solid #e0e0e0;
  padding: 1px !important;
  text-align: center;
  resize: none;
  height: 34px;
  cursor: text;
}
.cp-entity-photo__name:hover {
  border-color: #d8d8d8;
}
.cp-entity-photo__drag {
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  top: 0;
  left: 0;
  background: #bbbbbb;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: move;
}
.cp-entity-photo__drag:before {
  content: "";
  width: 50%;
  height: 50%;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3E%3Cpath d='M458.667,192H352c-5.888,0-10.667,4.779-10.667,10.667s4.779,10.667,10.667,10.667h106.667c17.643,0,32,14.357,32,32 v213.333c0,17.643-14.357,32-32,32H245.333c-17.643,0-32-14.357-32-32v-85.333c0-5.888-4.779-10.667-10.667-10.667 S192,367.445,192,373.333v85.333C192,488.064,215.936,512,245.333,512h213.333C488.064,512,512,488.064,512,458.667V245.333 C512,215.936,488.064,192,458.667,192z'/%3E%3Cpath d='M160,298.667h-10.667c-5.888,0-10.667,4.779-10.667,10.667S143.445,320,149.333,320H160 c5.888,0,10.667-4.779,10.667-10.667S165.888,298.667,160,298.667z'/%3E%3Cpath d='M62.741,0h-9.408C48.235,0,43.2,0.725,38.357,2.133c-5.653,1.664-8.896,7.595-7.253,13.248 c1.365,4.651,5.632,7.659,10.24,7.659c1.003,0,2.005-0.128,3.008-0.427c2.901-0.853,5.909-1.28,8.981-1.28h9.408 c5.909,0,10.667-4.779,10.667-10.667S68.629,0,62.741,0z'/%3E%3Cpath d='M21.333,257.216v-21.568c0-5.888-4.779-10.667-10.667-10.667S0,229.76,0,235.648v21.568 c0,5.888,4.779,10.667,10.667,10.667S21.333,263.104,21.333,257.216z'/%3E%3Cpath d='M10.667,203.179c5.888,0,10.667-4.779,10.667-10.667v-21.568c0-5.888-4.779-10.667-10.667-10.667S0,165.056,0,170.944 v21.568C0,198.4,4.779,203.179,10.667,203.179z'/%3E%3Cpath d='M10.667,73.792c5.888,0,10.667-4.779,10.667-10.667v-9.792c0-2.965,0.405-5.888,1.195-8.704 c1.6-5.675-1.685-11.563-7.36-13.163c-5.632-1.685-11.563,1.664-13.163,7.36C0.683,43.541,0,48.427,0,53.333v9.792 C0,69.013,4.779,73.792,10.667,73.792z'/%3E%3Cpath d='M10.667,138.496c5.888,0,10.667-4.779,10.667-10.667v-21.568c0-5.888-4.779-10.667-10.667-10.667S0,100.373,0,106.261 v21.568C0,133.717,4.779,138.496,10.667,138.496z'/%3E%3Cpath d='M44.587,297.451c-5.163-1.472-9.941-4.267-13.781-8.085c-4.16-4.16-10.923-4.117-15.083,0.043 c-4.16,4.181-4.139,10.944,0.043,15.083c6.4,6.379,14.357,11.029,22.997,13.483c0.981,0.277,1.963,0.405,2.923,0.405 c4.629,0,8.917-3.051,10.24-7.744C53.547,304.96,50.261,299.051,44.587,297.451z'/%3E%3Cpath d='M307.605,51.968c0.981,0,1.984-0.128,2.987-0.448c5.653-1.664,8.917-7.573,7.253-13.227 c-2.517-8.619-7.253-16.533-13.675-22.891c-4.181-4.139-10.944-4.117-15.083,0.085c-4.139,4.181-4.096,10.944,0.085,15.083 c3.84,3.84,6.699,8.576,8.192,13.717C298.731,48.939,302.976,51.968,307.605,51.968z'/%3E%3Cpath d='M256.832,0h-21.568c-5.888,0-10.667,4.779-10.667,10.667s4.779,10.667,10.667,10.667h21.568 c5.888,0,10.667-4.779,10.667-10.667S262.72,0,256.832,0z'/%3E%3Cpath d='M106.219,298.667H84.651c-5.888,0-10.667,4.779-10.667,10.667S78.763,320,84.651,320h21.568 c5.888,0,10.667-4.779,10.667-10.667S112.107,298.667,106.219,298.667z'/%3E%3Cpath d='M309.333,73.6c-5.888,0-10.667,4.779-10.667,10.667v21.568c0,5.888,4.779,10.667,10.667,10.667S320,111.723,320,105.835 V84.267C320,78.357,315.221,73.6,309.333,73.6z'/%3E%3Cpath d='M192.149,0h-21.568c-5.909,0-10.667,4.779-10.667,10.667s4.779,10.667,10.667,10.667h21.547 c5.909,0,10.688-4.779,10.688-10.667S198.037,0,192.149,0z'/%3E%3Cpath d='M127.445,0h-21.568c-5.888,0-10.667,4.779-10.667,10.667s4.779,10.667,10.667,10.667h21.568 c5.888,0,10.667-4.779,10.667-10.667S133.333,0,127.445,0z'/%3E%3Cpath d='M309.333,138.667c-5.888,0-10.667,4.779-10.667,10.667V160c0,5.888,4.779,10.667,10.667,10.667S320,165.888,320,160 v-10.667C320,143.445,315.221,138.667,309.333,138.667z'/%3E%3Cpath d='M349.952,185.515l-33.067-33.067c-12.971-12.971-34.112-12.971-47.083,0c-3.883,3.883-6.613,8.512-8.171,13.419 c-11.627-4.053-25.536-1.045-34.496,7.915c-4.885,4.885-7.915,10.923-9.131,17.237c-10.176-1.429-20.8,2.027-28.203,9.429 c-7.083,7.083-10.304,16.576-9.664,25.856c-7.189,0.981-13.824,4.245-19.029,9.451c-6.293,6.293-9.749,14.656-9.749,23.552 s3.456,17.28,9.749,23.552l9.557,9.557v38.251C170.667,360.064,194.603,384,224,384h43.733C331.84,384,384,331.84,384,267.733 C384,236.693,371.904,207.488,349.952,185.515z M267.733,362.667H224c-17.643,0-32-14.357-32-32v-16.917l24.469,24.469 c4.16,4.16,10.923,4.16,15.083,0c2.069-2.091,3.115-4.821,3.115-7.552c0-2.731-1.045-5.461-3.115-7.552l-55.36-55.36 c-2.261-2.24-3.499-5.269-3.499-8.448c0-3.179,1.237-6.187,3.499-8.448c4.523-4.523,12.395-4.523,16.917,0l23.36,23.36 c4.16,4.16,10.923,4.16,15.083,0c2.069-2.091,3.115-4.821,3.115-7.552c0-2.731-1.045-5.461-3.115-7.531l-26.667-26.667 c-4.672-4.672-4.672-12.245,0-16.917c4.523-4.523,12.395-4.523,16.917,0l16,16c4.16,4.16,10.923,4.16,15.083,0 c2.069-2.091,3.115-4.821,3.115-7.552s-1.045-5.461-3.115-7.531l-10.667-10.667c-4.672-4.672-4.672-12.245,0-16.917 c4.523-4.523,12.395-4.523,16.917,0l10.667,10.667c4.16,4.16,10.923,4.16,15.083,0c2.069-2.091,3.115-4.821,3.115-7.552 s-1.045-5.461-3.136-7.552c-2.261-2.24-3.499-5.248-3.499-8.448s1.259-6.208,3.52-8.448c4.672-4.672,12.245-4.672,16.917,0 l33.067,33.067c17.92,17.92,27.797,41.771,27.797,67.115C362.667,320.085,320.085,362.667,267.733,362.667z'/%3E%3C/svg%3E%0A");
}
.cp-entity-photo__remove {
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  top: 0;
  right: 0;
  background: #ff9a9a;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
}
.cp-entity-photo__remove:before {
  content: "";
  width: 50%;
  height: 50%;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512.001 512.001' style='enable-background:new 0 0 512.001 512.001;' xml:space='preserve'%3E%3Cpath d='M284.286,256.002L506.143,34.144c7.811-7.811,7.811-20.475,0-28.285c-7.811-7.81-20.475-7.811-28.285,0L256,227.717 L34.143,5.859c-7.811-7.811-20.475-7.811-28.285,0c-7.81,7.811-7.811,20.475,0,28.285l221.857,221.857L5.858,477.859 c-7.811,7.811-7.811,20.475,0,28.285c3.905,3.905,9.024,5.857,14.143,5.857c5.119,0,10.237-1.952,14.143-5.857L256,284.287 l221.857,221.857c3.905,3.905,9.024,5.857,14.143,5.857s10.237-1.952,14.143-5.857c7.811-7.811,7.811-20.475,0-28.285 L284.286,256.002z'/%3E%3C/svg%3E%0A");
}
.cp-entity-photo__dropzone .dz-clickable {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  font-size: 0.7rem;
  cursor: pointer;
  position: relative;
}
.cp-entity-photo__dropzone .loading {
  position: absolute;
  width: 0;
  height: 100%;
  background: #d8d8d8;
  left: 0;
  top: 0;
}
.cp-entity-photo .v-transmit__upload-area {
  width: 100%;
  padding: 0;
  margin-top: 5px;
  background-color: #e6e6e6;
  border: 3px dashed #d2d2d2;
  transition: 0.3s;
}
.cp-entity-photo .v-transmit__upload-area--is-dragging, .cp-entity-photo .v-transmit__upload-area.dragover {
  background-color: #c4c4c4;
  border-color: #b5b5b5;
}
.cp-entity-photo .v-transmit__upload-area--review {
  outline: none;
}

.block-image-list {
  width: 296px;
  height: 188px;
  display: inline-block;
  margin-bottom: 16px;
}

.block-image-list img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  min-height: 100%;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 10px;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline {
  float: right;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  outline: 0;
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #dee2e6;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #dee2e6;
  border-radius: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  cursor: text;
  outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #dee2e6;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

.select2-container--pg {
  margin-bottom: 10px;
}
.select2-container--pg .select2-selection--single {
  outline: 0;
  border-bottom: 1px solid #ccc;
  height: 35px;
  padding-top: 10px;
}
.select2-container--pg .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
}
.select2-container--pg .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.select2-container--pg .select2-selection--single .select2-selection__arrow {
  background: none;
  border: none;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 35px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--pg .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--pg[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--pg[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}
.select2-container--pg.select2-container--open .select2-selection--single {
  border: 1px solid #dadada;
}
.select2-container--pg.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--pg.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--pg.select2-container--open .select2-selection--single .select2-selection__rendered {
  padding-left: 6px;
}
.select2-container--pg.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--pg.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--pg .select2-selection--multiple {
  background-color: white;
  border-bottom: 1px solid #aaa;
  cursor: text;
  outline: 0;
}
.select2-container--pg .select2-selection--multiple:focus {
  border: 1px solid #dadada;
}
.select2-container--pg .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}
.select2-container--pg .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.select2-container--pg .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--pg .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--pg .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}
.select2-container--pg[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--pg[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--pg.select2-container--open .select2-selection--multiple {
  border: 1px solid #dadada;
}
.select2-container--pg.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--pg.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--pg .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
.select2-container--pg .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
.select2-container--pg .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}
.increasedzindexclass .select2-container--pg .select2-dropdown {
  z-index: 999999;
}
.select2-container--pg .select2-dropdown--above {
  border-bottom: 1px solid;
}
.select2-container--pg .select2-dropdown--below {
  border-top: none;
}
.select2-container--pg .select2-results > .select2-results__options {
  max-height: 400px;
  overflow-y: auto;
}
.select2-container--pg .select2-results__option {
  font-size: 0.8rem;
}
.select2-container--pg .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--pg .select2-results__option[aria-disabled=true] {
  color: grey;
}
.select2-container--pg .select2-results__option[aria-selected=true] {
  background: #f7f7f7;
}
.select2-container--pg .select2-results__option--highlighted[aria-selected] {
  background-color: #00cc99;
  color: white;
}
.select2-container--pg .select2-results__option--highlighted[aria-selected][aria-selected=true] {
  background-color: #ff9e9a;
}
.select2-container--pg .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--pg.select2-container--open .select2-dropdown {
  border-color: #dadada;
}
.select2-container--pg .select2-results__options--nested .select2-results__option {
  padding-left: 1rem;
}

.cp-entity-logo {
  text-align: center;
}

.cp-entity-logo > div {
  display: flex;
  justify-content: center;
}

.cp-entity-logo__label {
  margin: 0 auto;
  cursor: pointer;
  display: inline-block;
}
.cp-entity-logo__image {
  height: 140px;
  width: 140px;
  border-radius: 50%;
}
.cp-entity-logo__image-new {
  height: 140px;
  width: 220px;
  margin: 0 10px;
}
.cp-entity-logo__image-new img {
  max-width: 100%;
  max-height: 100%;
}
.cp-entity-logo__image-preview {
  width: 220px;
  height: 146px;
  overflow: hidden;
  margin: 0 10px;
}
.cp-entity-logo--radial .cp-entity-logo__image-preview {
  width: 146px;
  height: 146px;
  border-radius: 50%;
  overflow: hidden;
}
.cp-entity-logo__input {
  position: absolute;
  opacity: 0.01;
  height: 1px;
  width: 1px;
}
.cp-entity-logo__link {
  font-size: 0.82rem;
  color: #00cc99;
  text-decoration: none;
  font-weight: 700;
  position: relative;
  width: 100%;
  text-align: center;
  display: block;
}
.cp-entity-logo__notify {
  color: #999;
  font-size: 0.7rem;
  line-height: 0.7;
  font-weight: 400;
  display: block;
}

.cropper-container {
  direction: ltr;
  font-size: 0;
  line-height: 0;
  position: relative;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.cropper-container img {
  backface-visibility: hidden;
  display: block;
  height: 100%;
  image-orientation: 0deg;
  max-height: none !important;
  max-width: none !important;
  min-height: 0 !important;
  min-width: 0 !important;
  width: 100%;
}

.cropper-wrap-box,
.cropper-canvas,
.cropper-drag-box,
.cropper-crop-box,
.cropper-modal {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.cropper-wrap-box,
.cropper-canvas {
  overflow: hidden;
}

.cropper-drag-box {
  background-color: #fff;
  opacity: 0;
}

.cropper-modal {
  background-color: #000;
  opacity: 0.5;
}

.cropper-view-box {
  display: block;
  height: 100%;
  outline: 1px solid #39f;
  outline-color: rgba(51, 153, 255, 0.75);
  overflow: hidden;
  width: 100%;
}

.cropper-dashed {
  border: 0 dashed #eee;
  display: block;
  opacity: 0.5;
  position: absolute;
}

.cropper-dashed.dashed-h {
  border-bottom-width: 1px;
  border-top-width: 1px;
  height: calc(100% / 3);
  left: 0;
  top: calc(100% / 3);
  width: 100%;
}

.cropper-dashed.dashed-v {
  border-left-width: 1px;
  border-right-width: 1px;
  height: 100%;
  left: calc(100% / 3);
  top: 0;
  width: calc(100% / 3);
}

.cropper-center {
  display: block;
  height: 0;
  left: 50%;
  opacity: 0.75;
  position: absolute;
  top: 50%;
  width: 0;
}

.cropper-center::before,
.cropper-center::after {
  background-color: #eee;
  content: ' ';
  display: block;
  position: absolute;
}

.cropper-center::before {
  height: 1px;
  left: -3px;
  top: 0;
  width: 7px;
}

.cropper-center::after {
  height: 7px;
  left: 0;
  top: -3px;
  width: 1px;
}

.cropper-face,
.cropper-line,
.cropper-point {
  display: block;
  height: 100%;
  opacity: 0.1;
  position: absolute;
  width: 100%;
}

.cropper-face {
  background-color: #fff;
  left: 0;
  top: 0;
}

.cropper-line {
  background-color: #39f;
}

.cropper-line.line-e {
  cursor: ew-resize;
  right: -3px;
  top: 0;
  width: 5px;
}

.cropper-line.line-n {
  cursor: ns-resize;
  height: 5px;
  left: 0;
  top: -3px;
}

.cropper-line.line-w {
  cursor: ew-resize;
  left: -3px;
  top: 0;
  width: 5px;
}

.cropper-line.line-s {
  bottom: -3px;
  cursor: ns-resize;
  height: 5px;
  left: 0;
}

.cropper-point {
  background-color: #39f;
  height: 5px;
  opacity: 0.75;
  width: 5px;
}

.cropper-point.point-e {
  cursor: ew-resize;
  margin-top: -3px;
  right: -3px;
  top: 50%;
}

.cropper-point.point-n {
  cursor: ns-resize;
  left: 50%;
  margin-left: -3px;
  top: -3px;
}

.cropper-point.point-w {
  cursor: ew-resize;
  left: -3px;
  margin-top: -3px;
  top: 50%;
}

.cropper-point.point-s {
  bottom: -3px;
  cursor: s-resize;
  left: 50%;
  margin-left: -3px;
}

.cropper-point.point-ne {
  cursor: nesw-resize;
  right: -3px;
  top: -3px;
}

.cropper-point.point-nw {
  cursor: nwse-resize;
  left: -3px;
  top: -3px;
}

.cropper-point.point-sw {
  bottom: -3px;
  cursor: nesw-resize;
  left: -3px;
}

.cropper-point.point-se {
  bottom: -3px;
  cursor: nwse-resize;
  height: 20px;
  opacity: 1;
  right: -3px;
  width: 20px;
}

.cropper-point.point-se::before {
  background-color: #39f;
  bottom: -50%;
  content: ' ';
  display: block;
  height: 200%;
  opacity: 0;
  position: absolute;
  right: -50%;
  width: 200%;
}

.cropper-invisible {
  opacity: 0;
}

.cropper-bg {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC');
}

.cropper-hide {
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}

.cropper-hidden {
  display: none !important;
}

.cropper-move {
  cursor: move;
}

.cropper-crop {
  cursor: crosshair;
}

.cropper-disabled .cropper-drag-box,
.cropper-disabled .cropper-face,
.cropper-disabled .cropper-line,
.cropper-disabled .cropper-point {
  cursor: not-allowed;
}
.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #fff;
  -webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0,0,0,0.08);
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0,0,0,0.08);
}
.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}
.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}
.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}
.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}
.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}
.flatpickr-calendar.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}
.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  left: 22px;
}
.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.arrowRight:before,
.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.arrowRight:after {
  left: auto;
  right: 22px;
}
.flatpickr-calendar.arrowCenter:before,
.flatpickr-calendar.arrowCenter:after {
  left: 50%;
  right: 50%;
}
.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}
.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}
.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}
.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}
.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}
.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%;
}
.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}
.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}
.flatpickr-calendar:focus {
  outline: 0;
}
.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}
.flatpickr-months {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0,0,0,0.9);
  fill: rgba(0,0,0,0.9);
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: rgba(0,0,0,0.9);
  fill: rgba(0,0,0,0.9);
}
.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}
.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
  position: relative;
}
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  /*
        /*rtl:begin:ignore*/
  /*
        */
  left: 0;
  /*
        /*rtl:end:ignore*/
  /*
        */
}
/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  /*
        /*rtl:begin:ignore*/
  /*
        */
  right: 0;
  /*
        /*rtl:end:ignore*/
  /*
        */
}
/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}
.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}
.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}
.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  -webkit-transition: fill 0.1s;
  transition: fill 0.1s;
  fill: inherit;
}

.numInputWrapper {
  position: relative;
  height: auto;
}
.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}
.numInputWrapper input {
  width: 100%;
}
.numInputWrapper input::-ms-clear {
  display: none;
}
.numInputWrapper input::-webkit-outer-spin-button,
.numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57,57,57,0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.numInputWrapper span:hover {
  background: rgba(0,0,0,0.1);
}
.numInputWrapper span:active {
  background: rgba(0,0,0,0.2);
}
.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}
.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}
.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57,57,57,0.6);
  top: 26%;
}
.numInputWrapper span.arrowDown {
  top: 50%;
}
.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57,57,57,0.6);
  top: 40%;
}
.numInputWrapper span svg {
  width: inherit;
  height: auto;
}
.numInputWrapper span svg path {
  fill: rgba(0,0,0,0.5);
}
.numInputWrapper:hover {
  background: rgba(0,0,0,0.05);
}
.numInputWrapper:hover span {
  opacity: 1;
}
.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}
.flatpickr-current-month span.cur-month:hover {
  background: rgba(0,0,0,0.05);
}
.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0;
  display: inline-block;
}
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0,0,0,0.9);
}
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0,0,0,0.9);
}
.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}
.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0,0,0,0.5);
  background: transparent;
  pointer-events: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0,0,0,0.05);
}
.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0;
}
.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px;
}
.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0,0,0,0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: bolder;
}
.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}
.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 307.875px;
}
.flatpickr-days:focus {
  outline: 0;
}
.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}
.dayContainer + .dayContainer {
  -webkit-box-shadow: -1px 0 0 #e6e6e6;
  box-shadow: -1px 0 0 #e6e6e6;
}
.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -webkit-flex-basis: 14.2857143%;
  -ms-flex-preferred-size: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}
.flatpickr-day.today {
  border-color: #959ea9;
}
.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}
.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}
.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #569ff7;
  box-shadow: -10px 0 0 #569ff7;
}
.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}
.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57,57,57,0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(57,57,57,0.1);
}
.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
  box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}
.flatpickr-day.hidden {
  visibility: hidden;
}
.rangeMode .flatpickr-day {
  margin-top: 1px;
}
.flatpickr-weekwrapper {
  float: left;
}
.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  -webkit-box-shadow: 1px 0 0 #e6e6e6;
  box-shadow: 1px 0 0 #e6e6e6;
}
.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}
.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57,57,57,0.3);
  background: transparent;
  cursor: default;
  border: none;
}
.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}
.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}
.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}
.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}
.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}
.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}
.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}
.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}
.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}
.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}
.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #eee;
}
.flatpickr-input[readonly] {
  cursor: pointer;
}

.map-mobile {
  display: none;
}

@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-box-shadow: 0 3px 13px rgba(0,0,0,0.08);
  box-shadow: 0 3px 13px rgba(0,0,0,0.08);
}
.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}
.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}
.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}
.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}
.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}
.flatpickr-calendar.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid rgba(72,72,72,0.2);
}
.flatpickr-calendar.hasTime .flatpickr-innerContainer {
  border-bottom: 0;
}
.flatpickr-calendar.hasTime .flatpickr-time {
  border: 1px solid rgba(72,72,72,0.2);
}
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}
.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  left: 22px;
}
.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.arrowRight:before,
.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.arrowRight:after {
  left: auto;
  right: 22px;
}
.flatpickr-calendar.arrowCenter:before,
.flatpickr-calendar.arrowCenter:after {
  left: 50%;
  right: 50%;
}
.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}
.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}
.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}
.flatpickr-calendar.arrowTop:before {
  border-bottom-color: rgba(72,72,72,0.2);
}
.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #1bbc9b;
}
.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%;
}
.flatpickr-calendar.arrowBottom:before {
  border-top-color: rgba(72,72,72,0.2);
}
.flatpickr-calendar.arrowBottom:after {
  border-top-color: #1bbc9b;
}
.flatpickr-calendar:focus {
  outline: 0;
}
.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}
.flatpickr-months {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flatpickr-months .flatpickr-month {
  border-radius: 5px 5px 0 0;
  background: #1bbc9b;
  color: #fff;
  fill: #fff;
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: #fff;
  fill: #fff;
}
.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}
.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
  position: relative;
}
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  /*
        /*rtl:begin:ignore*/
  /*
        */
  left: 0;
  /*
        /*rtl:end:ignore*/
  /*
        */
}
/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  /*
        /*rtl:begin:ignore*/
  /*
        */
  right: 0;
  /*
        /*rtl:end:ignore*/
  /*
        */
}
/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #bbb;
}
.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}
.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}
.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  -webkit-transition: fill 0.1s;
  transition: fill 0.1s;
  fill: inherit;
}
.numInputWrapper {
  position: relative;
  height: auto;
}
.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}
.numInputWrapper input {
  width: 100%;
}
.numInputWrapper input::-ms-clear {
  display: none;
}
.numInputWrapper input::-webkit-outer-spin-button,
.numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(72,72,72,0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.numInputWrapper span:hover {
  background: rgba(0,0,0,0.1);
}
.numInputWrapper span:active {
  background: rgba(0,0,0,0.2);
}
.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}
.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}
.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(72,72,72,0.6);
  top: 26%;
}
.numInputWrapper span.arrowDown {
  top: 50%;
}
.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(72,72,72,0.6);
  top: 40%;
}
.numInputWrapper span svg {
  width: inherit;
  height: auto;
}
.numInputWrapper span svg path {
  fill: rgba(255,255,255,0.5);
}
.numInputWrapper:hover {
  background: rgba(0,0,0,0.05);
}
.numInputWrapper:hover span {
  opacity: 1;
}
.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}
.flatpickr-current-month span.cur-month:hover {
  background: rgba(0,0,0,0.05);
}
.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0;
  display: inline-block;
}
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: #fff;
}
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: #fff;
}
.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}
.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(255,255,255,0.5);
  background: transparent;
  pointer-events: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: #1bbc9b;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0,0,0,0.05);
}
.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: #1bbc9b;
  outline: none;
  padding: 0;
}
.flatpickr-weekdays {
  background: #1bbc9b;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px;
}
.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: #1bbc9b;
  color: rgba(0,0,0,0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: bolder;
}
.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}
.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 307.875px;
  border-left: 1px solid rgba(72,72,72,0.2);
  border-right: 1px solid rgba(72,72,72,0.2);
}
.flatpickr-days:focus {
  outline: 0;
}
.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}
.dayContainer + .dayContainer {
  -webkit-box-shadow: -1px 0 0 rgba(72,72,72,0.2);
  box-shadow: -1px 0 0 rgba(72,72,72,0.2);
}
.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #484848;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -webkit-flex-basis: 14.2857143%;
  -ms-flex-preferred-size: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e2e2e2;
  border-color: #e2e2e2;
}
.flatpickr-day.today {
  border-color: #bbb;
}
.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #bbb;
  background: #bbb;
  color: #fff;
}
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #1bbc9b;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #1bbc9b;
}
.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}
.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #1bbc9b;
  box-shadow: -10px 0 0 #1bbc9b;
}
.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}
.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #e2e2e2, 5px 0 0 #e2e2e2;
  box-shadow: -5px 0 0 #e2e2e2, 5px 0 0 #e2e2e2;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(72,72,72,0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(72,72,72,0.1);
}
.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #1bbc9b, 5px 0 0 #1bbc9b;
  box-shadow: -5px 0 0 #1bbc9b, 5px 0 0 #1bbc9b;
}
.flatpickr-day.hidden {
  visibility: hidden;
}
.rangeMode .flatpickr-day {
  margin-top: 1px;
}
.flatpickr-weekwrapper {
  float: left;
}
.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  border-left: 1px solid rgba(72,72,72,0.2);
}
.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}
.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(72,72,72,0.3);
  background: transparent;
  cursor: default;
  border: none;
}
.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  background: #fff;
  border-bottom: 1px solid rgba(72,72,72,0.2);
}
.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  border-radius: 0 0 5px 5px;
}
.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}
.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}
.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #484848;
}
.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #484848;
}
.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}
.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}
.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #484848;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}
.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}
.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}
.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #484848;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}
.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #eaeaea;
}
.flatpickr-input[readonly] {
  cursor: pointer;
}

.cabinet-page .wrap nav {
  position: absolute;
  left: 0;
  width: 100%;
  background: #efefef;
  z-index: 10;
  padding: 20px 10px 100px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}

.cabinet-page .wrap nav ul {
  border-top: 1px solid #cdcdcd;
}

.cabinet-page .wrap nav ul li {
  border-bottom: 1px solid #cdcdcd;
}

.cabinet-page .wrap nav ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  padding: 0 14px;
  font-size: 18px;
  font-weight: 600;
  line-height: 320.5%;
}

.cabinet-page .wrap nav ul li a.active .fa {
  transform: rotate(180deg);
}

.cabinet-page .wrap nav ul li a .fa {
  float: right;
  margin-top: 20px;
}

.cabinet-page .wrap nav ul li ul {
  border-top: 0;
  display: none;
}

.cabinet-page .wrap nav ul li ul li {
  border-bottom: 0;
  margin-bottom: 20px;
}

.cabinet-page .wrap nav ul li ul li a {
  color: #333333;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.chat-send-btn {
  height: 50px;
  margin-bottom: 8px;
  color: #fff;
  border-radius: 39px;
  font-size: 15px;
  font-weight: 700;
  background: #6957ae;
}

.top-button {
  position: fixed;
  right: 50px;
  bottom: 50px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #615faf;
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 3px 10px -3px;
  opacity: 0;
  transition: opacity 1.5s;
}
.top-button.is-hide {
  display: none;
}
.top-button svg {
  width: 50%;
  height: 50%;
  fill: white;
}

.excursion-item p.cities.other {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 140%;
  background: url('/new_frontend/img/adress.svg') no-repeat 0 2px;
  padding-left: 30px;
}
.excursion-item p.cities.other a {
  color: #6061aa;
}

.easyimage {
  background: transparent;
  border: none;
  outline: 0px;
  display: block;
  padding: 0;
  clear: both;
  margin: 0;
}
.easyimage.easyimage-full {
  text-align: center;
}
.easyimage.easyimage-align-left {
  float: left;
  max-width: 50%;
  min-width: 10em;
  margin-right: 1.5em;
}
.easyimage.easyimage-align-right {
  float: right;
  max-width: 50%;
  min-width: 10em;
  margin-left: 1.5em;
}
.easyimage.easyimage-2-in-row {
  width: 49%;
  display: inline-block;
}
.easyimage img {
  max-width: 100%;
}
.easyimage figcaption {
  text-align: center;
  font-size: 0.8em;
  position: relative;
  top: -3px;
}
.cp-moderation-info {
  margin-bottom: 0.5rem;
  padding: 0.7rem;
  background: rgba(236, 78, 78, 0.37);
  color: #3c3c3c;
  border-radius: 10px;
  font-size: 0.9rem;
  text-align: center;
}

.a-button-chat {
  width: 100%;
  height: 50px;
  margin-bottom: 8px;
  color: #fff;
  border-radius: 39px;
  font-size: 15px;
  font-weight: 700;
  background: #28ce99;
  text-align: center;
  vertical-align: middle;
  align-items: center;
  display: flex;
  justify-content: center;
  text-decoration: none;
}

.active-chat {
  position: fixed;
  left: 50px;
  bottom: 50px;
  height: 40px;
  display: flex;
  align-items: center;
  border-radius: 39px;
  font-size: 15px;
  font-weight: 700;
  background: #6957ae;
  color: white;
  text-decoration: none;
  padding-left: 10px;
  padding-right: 10px;
}

.not-style-header {
  all: revert;
}

.not-style *:not(img) {
  all: revert;
}

.not-style img {
  max-width: 100%;
}

.not-style > h3 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

input {
  font-size: 16px !important;
}

.excursion-item .date {
  position: relative;
  display: inline-block;
}

/* Стиль для триггера (многоточия) */
.tooltip-trigger {
  cursor: pointer;
  color: #0066cc;
  padding: 0 5px;
}

/* Стили для содержимого подсказки */
.tooltip-content {
  display: none;
  position: absolute;
  width: auto;
  background-color: #fff;
  color: #333;
  border-radius: 4px;
  padding: 10px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.2);
  z-index: 1000;
  bottom: 100%;
  left: 95%;
  transform: translateX(-50%);
  margin-bottom: 5px;
  border: 1px solid #ddd;
}

/* Стрелка подсказки */
.tooltip-content::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

/* Стили для списка дат */
.date-list {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow-y: auto;
}

.date-list li {
  padding: 5px 0;
  white-space: nowrap;
}

.date-list li:last-child {
  border-bottom: none;
}

/* Показать подсказку при активном состоянии */
.tooltip-trigger.active + .tooltip-content {
  display: block;
}

.two-columns {
  column-count: 2;
  column-gap: 1px;
}

.metrics-cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #6061aa;
  padding: 15px 20px;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  display: none; /* Скрыто по умолчанию */
  color: white;
}

.metrics-cookie-banner__content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.metrics-cookie-banner__text {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
  flex: 1;
  min-width: 300px;
}

.metrics-cookie-banner__link {
  color: white;
  text-decoration: underline;
}

.metrics-cookie-banner__button {
  background: #28ce99;
  color: white;
  border: none;
  padding: 8px 20px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  transition: background 0.2s;
}

.metrics-cookie-banner__button:hover {
  background: #21a67b;
}
.app-promo-block {
  align-items: center;
  padding: 16px;
  background-color: #FFFFFF;
  border-radius: 12px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  max-width: 400px;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  border: 1px solid #E5E7EB;
  margin: 10px auto;
  display: none;
}

.app-icon {
  width: 56px;
  height: 56px;
  margin-right: 16px;
  border-radius: 12px;
}

.app-content {
  flex: 1;
}

.app-text {
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 12px;
  color: #1F2937;
}

.app-button {
  background-color: #1E3A8A;
  color: white;
  border: none;
  border-radius: 8px;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.2s ease;
  width: 100%;
}

.app-button:hover {
  background-color: #3B82F6;
}

/* Стили для модального окна iOS */
.modal-pwa {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  justify-content: center;
  align-items: center;
}

.modal-pwa-content {
  background-color: white;
  padding: 24px;
  border-radius: 12px;
  width: 90%;
  max-width: 400px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  position: relative;
}

.modal-pwa h2 {
  color: #1E3A8A;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 20px;
}

.steps {
  padding-left: 20px;
  margin-bottom: 24px;
}

.steps li {
  margin-bottom: 12px;
  color: #1F2937;
}

.steps strong {
  color: #1E3A8A;
}

.modal-pwa-buttons {
  text-align: center;
}

#understandButton {
  background-color: #1E3A8A;
  color: white;
  border: none;
  border-radius: 8px;
  padding: 10px 24px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  width: 100%;
  max-width: 200px;
}

#understandButton:hover {
  background-color: #3B82F6;
}

.website {
  text-align: center;
  margin-top: 16px;
  color: #6B7280;
  font-size: 14px;
}

.request-button {
  position: fixed;
  right: 35px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #28ce99;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  z-index: 999;
  border: none;
  outline: none;
  transition: all 0.3s ease;
  font-family: Arial, sans-serif;
  text-decoration: none;
  text-align: center;
}

.request-button:hover {
  background-color: #20b585;
  transform: scale(1.1);
}

.request-button i {
  font-size: 24px;
  margin-bottom: 2px;
}

.request-button span {
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1;
}

.phone-input-wrapper {
  display: flex;
  gap: 10px;
  margin-bottom: 5px;
}

.phone-input {
  display: flex;
  align-items: center;
  flex: 1;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 8px 12px;
  background: white;
}

.phone-icon {
  margin-right: 8px;
  display: flex;
  align-items: center;
}

.phone-field {
  border: none;
  outline: none;
  width: 100%;
  font-size: 14px;
  padding: 0;
}

.phone-field:focus {
  box-shadow: none;
}

.get-code-btn {
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 8px 15px;
  cursor: pointer;
  font-size: 14px;
  white-space: nowrap;
}

.get-code-btn:hover {
  background-color: #e9e9e9;
}

small {
  color: #666;
  font-size: 12px;
  display: block;
}

small {
  display: block;
  margin-bottom: 15px;
  color: #666;
  font-size: 0.9rem;
}

.notification-block-request {
  max-width: 400px;
  margin: 20px auto;
  padding: 15px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  background-color: #D3D7FD;
  font-family: Arial, sans-serif;
}

.notification-header-request {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.notification-checkbox-request {
  transform: scale(2);
  margin: 10px 20px 5px 4px;
}

.notification-text-request {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin: 0;
  cursor: pointer;
}

.notification-hint-request {
  font-size: 14px;
  color: #666;
  margin: 0;
  line-height: 1.4;
  padding-left: 38px; /* Отступ для выравнивания с текстом чекбокса */
}

.modal .window .fields .title {
  font-weight: bold;
}

.modal .window .fields .title sup {
  color: red;
  font-weight: bold;
}



.custom-select-request {
  position: relative;
  margin-bottom: 15px;
}

.select-header-request {
  position: relative;
}

.select-search-request {
  width: 100%;
  padding: 10px 35px 10px 15px; /* Увеличил правый padding */
  border: 1px solid #ddd;
  border-radius: 4px;
  appearance: none;
  height: 40px; /* Фиксированная высота */
  box-sizing: border-box; /* Чтобы padding не влиял на высоту */
  margin-bottom: 0 !important;
}

.select-arrow-request {
  position: absolute;
  right: 15px; /* Отступ от правого края */
  top: 20%;
  transform: translateY(-50%);
  pointer-events: none;
  transition: transform 0.2s;
}

.select-arrow-request.rotate {
  transform: translateY(-50%) rotate(180deg);
}

.select-spinner {
  position: absolute;
  right: 35px; /* Размещаем левее стрелки */
  top: 20%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  border-top-color: #666;
  animation: spin 1s ease-in-out infinite;
}

.select-dropdown-request {
  position: absolute;
  top: 100%; /* Список под полем ввода */
  left: 0;
  right: 0;
  max-height: 200px;
  overflow-y: auto;
  border: 1px solid #ddd;
  border-top: none;
  border-radius: 0 0 4px 4px;
  background: white;
  z-index: 10;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.select-option {
  padding: 10px 15px;
  cursor: pointer;
}

.select-option:hover {
  background-color: #f5f5f5;
}

.no-results {
  padding: 10px 15px;
  color: #666;
  font-style: italic;
}

.preloader {
  /*фиксированное позиционирование*/
  position: fixed;
  /* координаты положения */
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  /* фоновый цвет элемента */
  background: #fff;
  /* размещаем блок над всеми элементами на странице (это значение должно быть больше, чем у любого другого позиционированного элемента на странице) */
  z-index: 1001;
}

.preloader__row {
  position: relative;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  margin-top: -35px;
  margin-left: -35px;
  text-align: center;
  animation: preloader-rotate 2s infinite linear;
}

.preloader__item {
  position: absolute;
  display: inline-block;
  top: 0;
  background-color: #615faf;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  animation: preloader-bounce 2s infinite ease-in-out;
}

.preloader__item:last-child {
  top: auto;
  bottom: 0;
  animation-delay: -1s;
}

@keyframes preloader-rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes preloader-bounce {

  0%,
  100% {
    transform: scale(0);
  }

  50% {
    transform: scale(1);
  }
}

.loaded_hiding .preloader {
  transition: 0.3s opacity;
  opacity: 0;
}

.loaded .preloader {
  display: none;
}

@keyframes spin {
  to { transform: translateY(-50%) rotate(360deg); }
}


@keyframes spin {
  to { transform: translateY(-50%) rotate(360deg); }
}


@media (max-width: 480px) {
  .app-promo-block {
    padding: 12px;
  }
  .app-icon {
    width: 48px;
    height: 48px;
  }
  .modal-pwa-content {
    padding: 20px;
  }
  .request-button {
    width: 55px;
    height: 55px;
    right: 41px;
  }

  .request-button i {
    font-size: 18px;
  }

  .request-button span {
    font-size: 8px;
  }
}

@media (max-width: 768px) {
  .metrics-cookie-banner__content {
    flex-direction: column;
    text-align: center;
  }

  .metrics-cookie-banner__button {
    width: 100%;
  }

  .request-button {
    width: 60px;
    height: 60px;
    right: 41px;
  }

  .request-button i {
    font-size: 20px;
  }

  .request-button span {
    font-size: 9px;
  }
}

.button-chat-mob {
  display: none;
  justify-content: space-between;
}

.button-chat-not-mob {
  display: block;
}

.robokassa-btn-blue {
  background: linear-gradient(to bottom, #4A90E2, #357ABD);
  color: white;
  border: none;
  border-radius: 6px;
  padding: 12px 24px 12px 16px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3),
  0 2px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease;
  font-family: 'Arial', sans-serif;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.robokassa-btn-blue:hover {
  background: linear-gradient(to bottom, #3E80D1, #2C6AA8);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
  0 3px 6px rgba(0, 0, 0, 0.15);
  transform: translateY(-1px);
}

.robokassa-btn-blue:active {
  background: #2C6AA8;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
  transform: translateY(0);
}

.robokassa-btn-blue .icon {
  font-size: 18px;
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.2));
}

.button-send {
  height: 25px;
  margin-bottom: 8px;
  color: #fff;
  border-radius: 39px;
  font-size: 15px;
  font-weight: 700;
  margin-top: 8px;
  background: #28ce99;
  padding-left: 15px;
  padding-right: 15px;
}

.block-request > a {
  color: white;
  display: inline-flex !important;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.block-request-active {
  background: #21AC82;
  margin-left: -10px;
  margin-right: -10px;
  padding: 0 10px;
  border-radius: 12px;
}

.block-request > a > span {
  background-color: white;
  border-radius: 10.5px;
  color: #38C99D;
  padding: 0px 7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 21px;
}

.chat-edit-message {
  padding: .4rem 1rem;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #ffffff;
  line-height: 150%;
  position: relative;
  font-weight: normal;
  font-size: 15px;
}

.advrt__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  overflow: hidden;
}

.advrt__inner {
  max-width: 100%;
  text-align: center;
}

.advrt__image,
.advrt__video {
  display: block;
  max-width: 100%;
  max-height: 200px;
  margin: 0 auto;
}

.advrt--desktop-only {
  display: none;
  max-height: 200px;
}

.advrt--mobile-only {
  display: none;
  max-height: 600px;
}

@media (max-width: 768px) {
  .metrics-cookie-banner__content {
    flex-direction: column;
    text-align: center;
  }

  .metrics-cookie-banner__button {
    width: 100%;
  }
}

@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@media (max-width: 809px) {
  .advrt--mobile-only {
    display: block !important;
  }
}

@media (min-width: 810px) {
  .advrt--desktop-only {
    display: block !important; /* или block, если без flex */
  }
}

@media (min-width: 991.98px) {
  .fix-left-panel {
    position: sticky;
    align-self: start;
  }

  .cabinet-page .top-block .links a:nth-child(1) {
    display: none;
  }
}

@media (max-width: 991.98px) {

  .advrt--hide-sm {
    display: none;
  }
  .like-h2 {
    margin-top: 20px !important;
  }
  .not-style-header {
    all: revert;
  }

  .not-style * {
    all: revert;
  }
  .columns-grid._2-cols {
    flex-direction: column;
  }

  .items-grid._at-tab-slider .items-grid_item:nth-child(n+1), .items-grid._m-1-in-row .items-grid_item:nth-child(n+1) {
    margin: 0 auto 20px;
    max-width: 350px;
    width: 100%;
  }

  .items-grid._at-tab-slider, .items-grid._m-1-in-row {
    justify-content: space-between;
  }

  .item-card {
    font-size: 1rem;
    max-width: 460px;
  }

  .item-card_title {
    font-size: 1.23rem;
  }

  .item-card_img {
    margin-left: auto;
    margin-right: auto;
    max-width: 340px;
  }

  .item-card_img img {
    max-height: 100%;
  }

  .pagination {
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    width: 87%;
  }

  .pagination {
    align-items: flex-start;
    display: flex;
    width: 100%;
  }
  .cabinet-page aside {
    display: none;
  }
  .cabinet-page .page-content {
    width: 100%;
  }

  .cabinet-page .top-block .links a:nth-child(1) {
    display: inline flow-root list-item;
  }

  .cabinet-page .top-block .links .active {
    font-size: 0 !important;
    background: url('/new_frontend/img/menu-close.svg') no-repeat center !important;
    padding-top: 4px;
  }
  .excursion-item .image .edit {
    display: block;
  }
}

@media (min-width: 1601px) {
  .list.flex {
    justify-content: center;
    gap: 0.8vw;
  }
}
@media (min-width: 2200px) {
  .list.flex {
    justify-content: center;
    gap: 0.7vw;
  }
}
@media (min-width: 2550px) {
  .list.flex {
    justify-content: center;
    gap: 0.6vw;
  }
}
@media (min-width: 3000px) {
  .list.flex {
    justify-content: center;
    gap: 0.5vw;
  }
}
@media (min-width: 3400px) {
  .list.flex {
    justify-content: center;
    gap: 0.4vw;
  }
}
@media (min-width: 4000px) {
  .list.flex {
    justify-content: center;
    gap: 0.3vw;
  }
}
@media (max-width: 1600px) {
  .list.flex {
    justify-content: center;
  }
  .not-style-header {
    all: revert;
  }

  .not-style * {
    all: revert;
  }
}

@media (max-width: 1444px) {
  .list.flex {
    justify-content: center;
  }
  .not-style-header {
    all: revert;
  }

  .not-style * {
    all: revert;
  }
}
@media (max-width: 1266px) {
    body .page-content .list-flex-start {
      grid-template-columns: 49.5% 49.5%
    }

    body .page-content .list-flex-start .bottom-button  {
      width: 200% !important;
    }

  .wrap {
    width: 958px;
  }

  .top-menu ul li {
    margin: 0 35px;
  }

  .index-filter-block .content {
    margin: 0;
  }

  .index-excursions-block .list .excursion-item {
    width: 32%;
  }

  .index-excursions-block .list .excursion-item:last-child {
    /*display: none;*/
  }

  .index-places-block .list {
    margin: 0;
  }

  .index-places-block .list .item {
    width: 184px;
    margin: 0 23px 0 0;
  }

  .index-places-block .list .slick-prev {
    left: -25px;
  }

  .index-places-block .list .slick-next {
    right: -25px;
  }

  .index-guides-block .list .guide-item {
    width: 32%;
  }

  .index-guides-block .list .guide-item:last-child {
   /* display: none; */
  }

  .index-ways-block .list .item {
    width: 24%;
  }

  .index-ways-block .list .item:nth-child(1) {
    display: none;
  }

  .index-ways-block .list .item:nth-child(2) {
    display: none;
  }

  .index-blog-block .block .list .item div img {
    /*margin-right: 8px;*/
    /*width: 118px;*/
    /*max-width: 118px;*/
    max-width: 80%;
  }

  .index-blog-block .block .list {
    padding: 28px 18px 10px 18px;
  }

  .index-bottom-banners .banner p {
    font-size: 40px;
    line-height: 54px;
  }

  .index-bottom-banners .banner img {
    max-width: 160px;
  }

  .footer .logo {
    width: 332px;
  }

  .footer .menu {
    width: 574px;
  }

  .index-excursions-block.inner .list .excursion-item:first-child {
    display: none;
  }


  .item-page .page-content .excursions .excursion-item {
    width: 48%;
  }


  .cabinet-page .page-content .prices .list .item {
    width: 48.5%;
    margin-right: 3%;
  }

  .cabinet-page .page-content .prices .list .item:nth-child(3n) {
    margin-right: 3%;
  }

  .cabinet-page .page-content .prices .list .item:nth-child(2n) {
    margin-right: 0;
  }

  .cabinet-page .page-content .excursions .excursion-item {
    width: 48.5%;
  }

  .cabinet-page .page-content .guides .guide-item {
    width: 48.5%;
  }

  .header .links form {
    bottom: 2px;
    width: 660px;
  }

  .index-excursions-block .list .guide-item {
    width: 32.5%;
  }

  .index-excursions-block .list .guide-item:first-child {
    /*display: none;*/
  }

  .index-excursions-block .list .guide-item:last-child {
    /*display: none;*/
  }
    .not-style-header {
      all: revert;
    }

    .not-style * {
      all: revert;
    }
}

@media (max-width: 988px) {
  .wrap {
    width: 626px;
  }

  .top-menu ul li {
    margin: 0;
  }

  .top-menu ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .index-excursions-block .list .excursion-item {
    width: 48%;
  }

  .index-excursions-block .list .excursion-item:last-child {
    /*display: block;*/
  }

  .index-guides-block .list .guide-item {
    width: 48%;
  }

  .index-guides-block .list .guide-item:last-child {
  /*  display: block;*/
  }

  .join-block a {
    padding: 0 18px;
    margin: 0 5px;
  }

  .index-ways-block .list .item {
    width: 32%;
  }

  .index-ways-block .list .item:nth-child(3) {
    display: none;
  }

  .index-ways-block .list .item:nth-child(4) {
    display: none;
  }

  .index-blog-block .block {
    width: 100%;
  }

  .footer .logo {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }

  .footer .menu {
    width: 100%;
    display: block;
    padding-bottom: 0;
  }

  .footer .menu nav {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }

  .footer .menu nav p {
    cursor: pointer;
  }

  .footer .menu nav p .fa {
    display: block;
  }

  .footer .menu nav ul {
    display: none;
  }

  .footer .menu nav ul.opened {
    display: block;
  }

  .footer .bottom .copy {
    width: 100%;
    text-align: center;
    margin: 0 0 10px 0;
  }

  .footer .bottom .vk {
    margin: 0 auto;
  }

  .index-excursions-block.inner .list .excursion-item:first-child {
    display: block;
  }

  .index-excursions-block .tags .window .list1 {
    width: 180px;
  }

  .index-excursions-block .tags .window .list1 .items {
    width: 100%;
  }

  .index-excursions-block .tags .window .list2 .item:not(:last-child) {
    margin-right: 12px;
  }

  .item-page .page-content .ml {
    margin-left: -321px;
  }

  .item-page .page-content .ml.other {
    margin-top: 300px;
  }

  .cabinet-page .page-content .prices .list .item {
    width: 100%;
    margin: 0 0 24px 0 !important;
  }

  .cabinet-page .page-content .excursions .excursion-item {
    width: 100%;
  }

  .cabinet-page .page-content .guides .guide-item {
    width: 100%;
  }

  .header .links form {
    width: 330px;
  }

  .index-excursions-block .list .guide-item {
    width: 48.5%;
  }

  .index-excursions-block .list .guide-item:first-child {
    display: block;
  }

  .index-excursions-block .list .guide-item:last-child {
    /*display: block;*/
  }

  .not-style-header {
    all: revert;
  }

  .not-style * {
    all: revert;
  }
}

@media (max-width: 656px) {
  body .page-content .list-flex-start {
    grid-template-columns: 100%
  }

  body .page-content .list-flex-start .bottom-button  {
    width: 100% !important;
  }

  .wrap {
    width: auto;
    padding: 0 20px;
  }

  .header form {
    display: none;
  }

  .header .links .search-link {
    display: none;
  }

  .header .links .fav-link {
    display: none;
  }

  .header .logo {
    width: 110px;
  }

  .header .links {
    padding-top: 0;
  }

  .top-menu {
    display: none;
  }

  .mob-header {
    display: block;
  }

  .index-first-block {
    padding: 35px 0 75px;
  }

  .index-first-block h1 {
    font-size: 24px;
    line-height: 30.4px;
  }

  .index-first-block .link {
    font-size: 11px;
    line-height: 15px;
    padding: 3px 16px;
  }

  .index-filter-block {
    margin: 0 0 27px 0;
  }

  .index-filter-block .wrap {
    padding: 0;
  }

  .index-filter-block .content {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 16px 12px 10px 12px;
  }

  .index-filter-block .content .item {
    width: 100%;
    margin-bottom: 6px;
  }

  .index-filter-block .content .item .link {
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    padding: 0 16px;
  }

  .index-filter-block .content .item .link .fa {
    margin-top: 9px;
  }

  .index-blog-block .block h2,
  .index-ways-block h2,
  .index-guides-block h2,
  .index-places-block h2,
  .index-excursions-block h2 {
    font-size: 24px;
    line-height: 33px;
  }

  .index-excursions-block .list .excursion-item {
    width: 100%;
  }

  .item-page .page-content .excursions .excursion-item {
    width: 100%;
  }

  .index-places-block .list .item {
    width: 120px;
    margin: 0 15px 0 0;
  }

  .index-places-block .list .item a {
    font-size: 13px;
    padding: 130px 10px 10px 10px;
  }

  .index-guides-block .list .guide-item {
    width: 100%;
  }

  .join-block {
    padding: 30px 0 36px;
  }

  .join-block h2 {
    margin: 0;
    padding-bottom: 9px;
    font-size: 22px;
    line-height: 30px;
  }

  .join-block a {
    margin: 9px 10px 0 10px;
    padding: 0 36px;
  }

  .index-ways-block .list .item {
    width: 100%;
    height: 102px;
    margin-bottom: 10px;
  }

  .block-image-list {
    width: 296px;
    height: 188px;
    display: inline-block;
    text-align: center;
    margin-bottom: 16px;
  }

  .index-blog-block .block .list .item div img {
    width: 100%;
  }

  .index-blog-block .block .list .item div {
    display: block;
  }

  .index-bottom-banners .banner {
    width: 100%;
    height: 93px;
    margin-bottom: 20px;
  }

  .index-bottom-banners .banner p {
    font-size: 20px;
    line-height: 27px;
    top: 20px;
    left: 27px;
  }

  .index-bottom-banners .banner img {
    max-width: 72px;
  }

  .index-bottom-banners .banner.b1 img {
    bottom: 10px;
  }

  .index-filter-block .content .item .window {
    margin-top: 8px;
  }

  .index-filter-block .content .item .window.big {
    width: 100%;
  }

  .index-filter-block .content .item .window {
    padding: 17px 20px 28px 20px;
  }

  .index-filter-block .content .item .window .tags a {
    margin: 0 8px 10px 0;
  }

  .index-filter-block .content .item .window .list2 {
    width: 100%;
  }

  .modal .window .list2 {
    width: 100%;
    margin-top: 15px;
  }


  .index-filter-block .content .item .window .flex .list2:not(:last-child) {
    margin-bottom: 20px;
  }

  .header .links.logged {
    margin-top: -5px;
  }

  .index-excursions-block .tags span {
    margin: 0 10px 10px 0;
  }

  .index-excursions-block .tags .window .list2 .item {
    display: block;
  }

  .index-excursions-block .tags .window .list2 .item:not(:last-child) {
    margin: 20px 0 0 0;
  }

  .index-excursions-block .tags .window .close {
    right: 10px;
  }

  .index-excursions-block .tags .window .buttons {
    width: auto;
  }

  .item-page aside {
    width: 100%;
  }

  .item-page .page-content {
    width: 100%;
  }

  .item-page aside .mob-block {
    display: block;
  }

  .item-page aside .about {
    padding: 0 30px 0px 30px;
  }

  .item-page aside .mob-block h2 {
    text-align: center;
  }

  .photo-center {
    text-align: center;
  }

  .map-mobile {
    display: block;
    text-align: center;
    padding-bottom: 16px;
  }

  .map-mobile a {
    color: #6061aa;
    font-size: 16px;
    background: url('/new_frontend/img/adress.svg') no-repeat right;
    padding-right: 36px;
  }



  .item-page aside .buttons {
    padding: 0 30px 30px 30px;
  }

  .item-page .page-content h1 {
    display: none;
  }

  .item-page .page-content .about p:first-child {
    display: none;
  }

  .item-page .page-content .about p {
    font-size: 14px;
  }

  .item-page .page-content .ml,
  .item-page .page-content .ml.other {
    margin: 0;
  }

  .item-page .page-content .reviews .review {
    padding: 20px 10px;
  }

  .item-page .page-content .reviews .review p {
    font-size: 14px;
    line-height: 140%;
  }

  .cabinet-page {
    padding: 0 0 40px 0;
  }

  .cabinet-page .top-block {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    margin: 0 -10px 10px -10px;
    padding: 15px 10px;
  }

  .cabinet-page .top-block h1 {
    width: 100%;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 27px;
  }

  .cabinet-page .page-content {
    width: 100%;
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
  }

  .cabinet-page .page-content h2 .fa {
    display: inline-block;
  }

  .cabinet-page .page-content .profile .fields {
    max-width: 100%;
  }

  .cabinet-page .page-content .profile .buttons {
    width: 213px;
    margin: 0 auto;
    padding-bottom: 13px;
  }

  .cabinet-page .page-content .profile .buttons button {
    width: 100%;
    margin-bottom: 7px;
  }

  .cabinet-page .page-content .profile .delete {
    margin: 0 auto;
    width: 213px;
  }

  .header .links form {
    display: none !important;
  }

  .index-excursions-block .bottom-button {
    display: block;
  }

  .mob-menu {
    display: block;
  }

  .index-excursions-block .list .guide-item {
    width: 100%;
  }

  .item-page .page-content .reviews .review .name span {
    display: block;
    margin: 0 0 3px 0;
  }

  .item-page .page-content .reviews .review .name {
    padding-left: 35px;
    position: relative;
  }

  .item-page .page-content .reviews .review .name img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    margin: 0;
  }

  .not-style-header {
    all: revert;
  }

  .not-style * {
    all: revert;
  }

  .item-page .page-content .about .not-style p:first-child {
    display: block;
  }

  .button-chat-mob {
    display: flex;
  }

  .button-chat-not-mob {
    display: none;
  }

  .cabinet-page .top-block .links a {
    margin-top: 5px;
  }
}

@media (max-width: 500px) {
  .cp-entity-logo > div {
    display: grid;
    justify-content: center;
  }

  .cp-entity-logo__image-preview {
    margin: 0 auto;
  }
  .review-child {
    margin-left: 60px;
  }
}
