.page-lk .container {
  max-width: 100%;
}

.lk-wrapper {
  padding-top: 50px;
}

.lk-wrapper, .lk-wrapper2 {
  display: flex;
}

.lk-leftcol {
  min-width: 300px;
  margin-right: 25px;
  margin-bottom: 25px;
}

.lk-maincol {
  width: 100%;
}

.lk-rightncol {
  min-width: 480px;
  margin-bottom: 20px;
}

.lk-centercol {
  margin-right: 25px;
  width: 100%;
}
.lk-centercol .save-tourists {
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 25px;
}

.usercard {
  background-color: #fff;
  margin-bottom: 62px;
  border-radius: 10px;
  position: relative;
}
.usercard .noemail {
  border: 2px solid #f00;
  border-radius: 10px;
  padding: 10px;
}

.usercard-inn {
  padding: 15px 45px 42px 45px;
  font-weight: 600;
}

.usercard-fio {
  color: #ff6600;
  margin-top: 15px;
}

.usercard-phone {
  font-size: 23px;
}

.usercard-avatar {
  width: 100%;
}

.logout-btn-wrapper {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: -28px;
}
.logout-btn-wrapper .btn {
  background: #ccc;
  color: #fff;
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding: 12px 36px;
  font-size: 13px;
  letter-spacing: 1px;
  height: 62px;
}
.logout-btn-wrapper .btn:hover {
  background: #ff6600;
}
.logout-btn-wrapper img {
  height: 27px;
  margin-right: 5px;
}

.familie {
  font-size: 23px;
}

.lk-menu {
  display: flex;
  list-style: none;
  margin: 0 0 10px 0;
  padding: 0;
  flex-wrap: wrap;
}
.lk-menu a {
  position: relative;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  padding: 25px 15px 25px 70px;
  background-color: #fff;
  border-radius: 10px;
  font-size: 14px;
}
.lk-menu a:hover {
  color: #fff;
  background-color: #ff6600;
  text-decoration: none;
}
.lk-menu a:hover i {
  filter: grayscale(1) brightness(100);
}
.lk-menu a.active {
  cursor: default;
  color: #878787;
  background-color: #ff6600;
  color: #fff;
}
.lk-menu a.active:hover {
  background-color: #ff6600;
  color: #fff;
}
.lk-menu a.active:hover i {
  filter: none;
}
.lk-menu li {
  width: 193px;
  margin-right: 15px;
  margin-bottom: 15px;
}
.lk-menu li a {
  width: 100%;
}
.lk-menu li i {
  display: inline-block;
  width: 22px;
  height: 22px;
  position: absolute;
  left: 40px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}
.lk-menu li i.lk-profile {
  background-image: url("/assets/i/avatar.svg");
  filter: brightness(0) !important;
  height: 18px;
}
.lk-menu li i.lk-applications {
  background-image: url("/assets/i/icons/lk-icons2/lk2-cart.svg");
  top: 21px;
}
.lk-menu li i.lk-history {
  background-image: url("/assets/i/icons/lk-icons2/lk2-timer.svg");
  top: 21px;
}
.lk-menu li i.lk-favorites {
  background-image: url("/assets/i/icons/lk-icons2/lk2-heart.svg");
  height: 18px;
}
.lk-menu li p {
  margin: 0;
}
.lk-menu li:last-child, .lk-menu li:last-child a {
  margin-right: 0;
}

.headsmllinfo {
  margin-bottom: 25px;
}
.headsmllinfo .accordion-type2__title {
  margin-bottom: 0;
  font-weight: 600;
}
.headsmllinfo .marshrut {
  margin: 15px 25px 15px 0px;
}
.headsmllinfo .orderStatus {
  margin-top: 0px;
}
.headsmllinfo .route {
  margin-bottom: 24px;
}
.headsmllinfo .listorder-item__footer {
  margin-top: 10px;
}

.lk-order-right-card.wb {
  padding: 25px 25px 15px 25px;
  margin-bottom: 25px;
}

.lk-order-right-card hr {
  margin-top: 10px;
  margin-bottom: 10px;
  background: #cbcbcb;
}
.lk-order-right-card #order_title {
  margin: 0 0 12px 0;
  font-size: 28px;
  font-weight: 600;
  color: #ff6600;
}
.lk-order-right-card .price {
  font-weight: bold;
  color: #ff6600;
  font-size: 33px;
  margin-bottom: 0;
}
.lk-order-right-card .vybor_title {
  font-weight: bold;
}
.lk-order-right-card .vybor_title2 {
  font-weight: bold;
  font-size: 25px;
}
.lk-order-right-card .vybor_title3 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 5px;
  margin-top: 20px;
}
.lk-order-right-card .vybor_hotel .vybor_title {
  margin-bottom: 0;
  margin-top: 5px;
}
.lk-order-right-card .vybor_include_row {
  margin-bottom: 5px;
}
.lk-order-right-card .vybor_price_container {
  text-align: right;
  margin-bottom: 0px;
}
.lk-order-right-card .vybor_price_container .price {
  margin-bottom: 5px;
}

.vybor_include_row {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  margin-bottom: 5px;
}

.profile {
  padding: 25px;
  margin-bottom: 25px;
  border-radius: 10px;
  background: #fff;
}
.profile form input, .profile button {
  border: none;
}
.profile input:not([type=submit]), .profile .profile_item {
  min-height: 60px;
  background-color: #f2f2f2;
  border-radius: 5px;
}
.profile a {
  color: #878787;
}

.profile_row {
  padding: 20px;
  margin-bottom: 50px;
}

.profile-row {
  display: flex;
  justify-content: space-between;
}

.profile-col {
  flex-basis: calc(50% - 12px);
  margin-bottom: 15px;
}

.profile_item-block {
  margin-bottom: 15px;
}

.profile_item, select {
  min-height: 60px;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  color: #878787;
  font-weight: 600;
}

.pencil-btn {
  display: inline-block;
  background: url("/assets/i/icons/pencil.svg") no-repeat center center;
  width: 50px;
  height: 60px;
  position: absolute;
  right: 0px;
  top: 0;
  cursor: pointer;
}

.profile_item_container {
  position: relative;
  margin-bottom: 15px;
}

.profile_item_container .profile_item {
  padding-right: 30px;
}

.profile_item-bd_gender {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.profile_item-bd_gender #person-bd {
  margin-right: 15px;
}

.profileEdit_fio__row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.profileEdit_fio__row label {
  display: flex;
  align-items: center;
}

.profileEdit_incol {
  display: flex;
  flex-direction: column;
}
.profileEdit_incol input[type=submit] {
  margin-top: 15px;
  height: 62px;
}

.apllayed {
  padding: 5px 5px 5px 30px;
  color: #000;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 0;
  background: url("/assets/i/icons/lk-icons2/lk2-checkbox.svg") no-repeat left center;
}

#person-bd, #gender {
  padding: 20px !important;
}

.listorder-item.wb {
  padding: 25px;
}

.listorder-item-a:hover {
  text-decoration: none;
  background-color: #faf1e0;
}

.listorder-item .route {
  margin: 7px 0 15px 0;
}

.listorder-item, .headsmllinfo {
  display: block;
  font-size: 18px;
  margin-bottom: 25px;
  color: #000;
}
.listorder-item .btn, .headsmllinfo .btn {
  margin-top: 15px;
}

.listorder-item-wrapper {
  display: flex;
  align-items: flex-start;
}
.listorder-item-wrapper img {
  margin-right: 20px;
  border-radius: 5px;
}

.listorder-item_zakaz {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #ff6600;
  display: flex;
  justify-content: space-between;
}

.item_zakaz-summ {
  color: #000;
  font-weight: normal;
}

.route {
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 20px;
}

.listorder-item_tour {
  padding-bottom: 5px;
  display: inline-block;
  margin-bottom: 0;
  line-height: 1;
  font-size: 34px;
  font-weight: normal;
  font-family: "Circe", sans-serif;
  letter-spacing: -1px;
}
.listorder-item_tour a {
  text-decoration: none;
}
.listorder-item_tour a:hover {
  text-decoration: underline;
}

.listorder-item__footer {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}

.listorder-date {
  display: flex;
  align-items: center;
  font-size: 15px;
  min-height: 26px;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 30px;
  background-image: url(/assets/i/calendar.svg);
}

.orderStatus .status {
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  margin-right: 35px;
}
.orderStatus .status-oplacheno {
  background: url(/assets/i/icons/lk-icons2/lk2-checkbox.svg) no-repeat left center;
  background-size: 16px;
  background-position: 0 4px;
  padding-left: 25px;
}
.orderStatus .status-vnesite {
  color: red;
  background-image: url("/assets/i/icons/lk-icons2/lk2-voskl.svg");
  padding-left: 15px;
  background-repeat: no-repeat;
  background-position: 0 1px;
}
.orderStatus .status-podtverzhden {
  background-image: url("/assets/i/icons/lk-nsvg/clock.png");
  padding-left: 22px;
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: 0 2px;
}
.orderStatus .status-canceled {
  color: #878787;
}

.lk-documents.wb {
  padding: 15px 25px;
}

.lk-documents .lk-documents__title {
  color: #ff6600;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.lk-documents .lk-documents__title img {
  margin-right: 12px;
}
.lk-documents .lk-documents__ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.lk-documents .lk-documents__ul li {
  padding-bottom: 12px;
}
.lk-documents .lk-documents__ul li a {
  background-image: url("/assets/i/icons/lk-nsvg/download.png");
  padding-left: 30px;
  background-size: 19px;
  background-repeat: no-repeat;
  text-decoration: none;
  font-weight: 600;
  display: block;
  color: #000;
}
.lk-documents .lk-documents__ul li a:hover {
  text-decoration: underline;
  color: #000;
}
.lk-documents hr {
  margin-top: 10px;
  margin-bottom: 10px;
}

.paymessage .modal-content {
  border-radius: 15px;
  max-width: 520px;
}
.paymessage .btn {
  margin-top: 15px;
}

/**********************/
#formAskLK {
  width: 300px;
  background-color: #fff;
  border-radius: 10px;
  margin: 30px 0 0 0;
}
#formAskLK ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#formAskLK ul li {
  margin-bottom: 10px;
}
#formAskLK ul li .btn {
  padding: 10px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
}
#formAskLK label {
  display: block;
  margin-bottom: 5px;
}
#formAskLK .send-btn {
  padding: 25px 15px;
  width: 100%;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: normal;
  border-radius: 10px;
  margin-top: 15px;
}
#formAskLK .ukazhite-title {
  margin-top: 15px;
}
#formAskLK input, #formAskLK textarea {
  width: 100%;
  background-color: #f2f2f2;
  border: none;
  margin-bottom: 12px;
  padding: 15px 10px;
}
#formAskLK textarea[name=formAskLK_text3] {
  margin-bottom: 0;
}
#formAskLK input::-moz-placeholder, #formAskLK textarea::-moz-placeholder {
  color: #808080;
  font-style: normal;
}
#formAskLK input::placeholder, #formAskLK textarea::placeholder {
  color: #808080;
  font-style: normal;
}

.formAskLK-btn {
  margin: 30px 0 0 0;
}

#formAskLK > .lk-acc-header {
  padding: 15px;
}

#formAskLK > .lk-acc-content {
  padding: 0 15px 15px 15px;
}

.lk-acc-header {
  position: relative;
  cursor: pointer;
  padding: 0 25px 0 0;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lk-acc-header img {
  margin-right: 6px;
  margin-top: -5px;
  width: 28px;
}
.lk-acc-header .lk-acc-header__title {
  font-weight: bold;
  color: #ff6600;
  text-transform: uppercase;
  display: block;
  margin-right: 7px;
  font-size: 14px;
}

.lk-acc-content {
  display: none;
}

.active > .lk-acc-content {
  display: block;
}

.acc-lk-arr {
  width: 24px;
  height: 24px;
  display: block;
  background: url(/assets/i/icons/lk-icons2/lk2-caret-down-orange.svg) no-repeat;
  background-position: center;
  background-size: 15px;
  transform: rotate(270deg);
  margin-left: -3px;
  margin-bottom: 2px;
}

.active > .lk-acc-header .acc-lk-arr {
  transform: rotate(0deg);
}

.formAskLK__content {
  position: relative;
}
.formAskLK__content .loader, .formAskLK__content .formAskLK__message-container {
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  position: absolute;
  z-index: 2;
  background: rgba(255, 255, 255, 0.9);
  cursor: default;
  display: flex;
  align-items: center;
  justify-content: center;
}
.formAskLK__content .loader img, .formAskLK__content .formAskLK__message-container img {
  width: 33%;
}

.formAskLK__content .lk-acc-header {
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: left;
  justify-content: space-between;
  margin: 10px 0;
}

.formAskLK__content .lk-acc-header::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(/assets/i/icons/lk-icons2/lk2-caret-down.svg) no-repeat;
  background-position: center;
  background-size: 15px;
  position: absolute;
  right: 0px;
  transform: rotate(270deg);
}

.formAskLK__content .active > .lk-acc-header::after {
  transform: rotate(0deg);
}

.hidden, .formAskLK__content .loader.hidden, .formAskLK__message-container.hidden {
  display: none;
}

.formAskLK__message-container {
  flex-direction: column;
  font-weight: bold;
}

.formAskLK__message {
  margin-bottom: 1rem;
}

.phone-email-pre {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  margin-bottom: 10px;
  min-height: 34px;
}
.phone-email-pre input[type=submit], .phone-email-pre input[type=submit]:hover {
  display: block;
  margin: 0;
  padding: 0;
  background: none;
  color: #ff6600;
  letter-spacing: normal;
  text-transform: none;
  height: inherit;
  min-height: inherit;
  border: none;
  font-size: 14px;
  font-weight: 600;
  text-decoration: underline;
  outline: none;
}
.phone-email-pre input[type=submit]:hover {
  text-decoration: none;
}

.phone-email-pre div:first-child {
  display: flex;
  align-items: center;
}
.phone-email-pre div:first-child img {
  margin-right: 5px;
}

.profile_phone {
  height: 27px;
  margin-bottom: 7px;
}

.profile_email {
  height: 23px;
  margin-bottom: 3px;
  margin-right: 8px !important;
}

.profile_podtverdit {
  display: flex;
}
.profile_podtverdit img {
  margin-right: 7px;
  height: 18px;
  margin-bottom: 5px;
}

.vnesite_title {
  font-size: 29px;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 0;
  line-height: 1;
}

.orderWhyPersData {
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.orderWhyPersData .accordion-type2__title {
  font-size: 16px;
  color: #878787;
}
.orderWhyPersData .accordion-type2__title::before {
  background: url(/assets/i/icons/lk-icons2/lk2-caret-down.svg) no-repeat;
  background-size: 13px;
  background-position: center;
}
.orderWhyPersData a {
  color: #ff6600;
}

.succesmessage .modal-content {
  max-width: 360px;
}
.succesmessage .text-center {
  text-align: center;
}
.succesmessage .text-center p {
  font-weight: bold;
  font-size: 25px;
  margin-bottom: 15px;
}
.succesmessage .text-center .btn {
  padding: 10px 20px;
  height: -moz-min-content;
  height: min-content;
}

.vybor_peoples span {
  white-space: nowrap;
}

.pr-longspace {
  padding-right: 24px;
}

.pr-longspace:last-child {
  padding-right: 0;
}

@media (max-width: 1440px) {
  .lk-wrapper2 {
    flex-direction: column;
  }
  .lk-centercol {
    margin-right: 0;
  }
}
@media (max-width: 1023px) {
  .lk-wrapper {
    flex-direction: column;
  }
  .lk-leftcol {
    width: 360px;
  }
}
@media (max-width: 870px) {
  .lk-menu {
    position: fixed;
    z-index: 20;
    top: inherit;
    bottom: 0;
    left: 0;
    margin: 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    background-color: #f2f2f2;
    padding: 0px 0;
    width: 100%;
  }
  .lk-menu li {
    flex-basis: min-content !important;
    border-radius: 0;
    margin: 0;
    text-align: center;
  }
  .lk-menu li img {
    margin-right: 0;
    filter: invert(42%) sepia(100%) saturate(1329%) hue-rotate(-18deg) brightness(100%) contrast(119%);
  }
  .lk-menu li a {
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    border-radius: 0;
    text-align: center;
    padding: 5px 16px;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: none;
  }
  .lk-menu li a p {
    line-height: 1.1;
  }
  .lk-menu li a i {
    position: relative;
    left: inherit;
    top: inherit !important;
    margin-bottom: 2px;
    height: 22px !important;
  }
  .lk-menu li a:hover {
    color: #000;
    background: none;
  }
  .lk-menu li a.details span {
    display: none;
  }
  .lk-menu li i.lk-profile, .lk-menu li i.lk-favorites {
    background-size: 18px;
    background-position: center;
  }
}
@media (max-width: 1024px) {
  .lk-wrapper {
    padding-top: 15px;
  }
  .profile-row {
    flex-direction: column;
  }
  .listorder-image, .listorder-item-wrapper img {
    display: none;
  }
  .lk-leftcol {
    width: 100%;
  }
  .vnesite_title {
    font-size: 22px;
  }
}
@media (max-width: 640px) {
  .listorder-item-wrapper {
    flex-direction: column;
  }
  .listorder-item-wrapper img {
    margin-bottom: 15px;
    margin-right: 0;
  }
  .listorder-item_tour {
    font-size: 28px;
  }
  .lk-rightncol {
    width: 100%;
    min-width: inherit;
  }
  .item_zakaz-summ span {
    display: block;
    font-size: 14px;
  }
}/*# sourceMappingURL=lk.css.map */