@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fABc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu5mxP.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fABc9.ttf) format('truetype');
}
:root {
  --c-black: #333333;
  --c-black-1: #464646;
  --c-white-gray: #F6FDFF;
  --c-white: #ffffff;
  --c-gray-1: #9e9e9e;
  --c-azure: #00aeef;
  --c-gray-26: #f8f8f9;
  --c-gray-27: #eeeeee;
  --c-gray-20: #E5E5E5;
  --c-gray-22: #CCCCCC;
  --c-gray-23: #7e7e7e;
  --c-red-1: #EC2424;
  --c-red-2: #FA463A;
  --c-red-3: #EE2316;
  --c-green-1: #3BA96F;
  --c-yellow-1: #F7CB1C;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mdl-js {
  padding: 0 !important;
}
* {
  margin: 0;
  padding: 0;
}
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
ul {
  list-style: none;
}
img {
  display: block;
  max-width: inherit;
}
button {
  font-size: inherit;
  cursor: pointer;
}
strong {
  font-weight: 500;
}
body {
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--c-black-1);
  background-color: var(--c-gray-26);
}
a {
  text-decoration: none;
  color: inherit;
}
.stars {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.stars i {
  display: block;
  width: 18px;
  height: 18px;
  background: url(../img/icons/star.svg);
  background-size: cover;
}
.stars i.star-empty {
  display: block;
  width: 18px;
  height: 18px;
  background: url(../img/icons/star-null.svg);
  background-size: cover;
}
.formControl__label .stars {
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: icons !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.1em;
  color: #ffb500;
}
.hidden {
  display: none !important;
}
.empty {
  color: var(--c-black-1) !important;
}
input::-webkit-input-placeholder {
  color: #b3b3b3;
}
input::-moz-placeholder {
  color: #b3b3b3;
}
input:-ms-input-placeholder {
  color: #b3b3b3;
}
input::-ms-input-placeholder {
  color: #b3b3b3;
}
input::placeholder {
  color: #b3b3b3;
}
/*.personal-data-form {
  animation: open 0.7s ease;
}*/
/*@keyframes open {
  0% {
    transform: translateY(-1000px);
    transform-origin: top center;
  }

  100% {
    transform: translateX(0);
    transform-origin: top center;
  }
}*/
.saveBtn {
  position: relative;
}
button.save,
button.cancel,
a.btn {
  font-family: inherit;
  font-weight: 500;
  font-size: 20px;
  line-height: 55px;
  border-radius: 3px;
}
a.btn.cancel {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.backPage {
  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;
  font-size: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.btn-yellow {
  margin: 0 20px 0 0;
  padding: 10px 20px;
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: var(--c-black-1);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(2.2%, #FADF7B), color-stop(98.68%, #F7CB1C));
  background: -o-linear-gradient(top, #FADF7B 2.2%, #F7CB1C 98.68%);
  background: linear-gradient(180deg, #FADF7B 2.2%, #F7CB1C 98.68%);
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  border: none;
  position: relative;
}
.btn_yellowActive:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(196, 188, 188, 0.4);
  height: 100%;
  width: 100%;
  z-index: 9999;
}
.btn_yellowActive:after {
  content: '';
  position: absolute;
  top: 40%;
  left: 50%;
  display: inline-block;
  width: 20px;
  height: 10px;
  -webkit-animation: 1s linear infinite halfpreloader;
  animation: 1s linear infinite halfpreloader;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  z-index: 3999;
  border-top-left-radius: 48px;
  border-top-right-radius: 48px;
  border: solid 5px var(--c-azure);
  border-bottom: 0;
  background: transparent;
}
.btn-blue {
  padding: 0 15px;
  font-size: 16px;
  line-height: 44px;
  font-family: inherit;
  font-weight: 500;
  color: var(--c-azure);
  border: none;
  background: var(--c-white);
  border: 1px solid var(--c-azure);
  border-radius: 3px;
  outline: 0 none;
}
.btn-blue.btn-blue2 {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0 20px;
    line-height: 38px;
    font-weight: normal;
    font-family: Roboto;
}
.btn-copy-link::before {
    margin: 0 5px 0 0;
    padding: 0;
    content: '';
    background: url(../img/icons/copy-link.svg) no-repeat 0 0;
    display: inline-block;
    width: 16px;
    height: 18px;
}
.btns-save-cancel {
  display: grid;
  grid-template-columns: 264px 236px;
  grid-column-gap: 20px;
}
.btns-save-cancel .save {
  padding: 0 10px;
  color: var(--c-black-1);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(2.2%, #FADF7B), color-stop(98.68%, #F7CB1C));
  background: -o-linear-gradient(top, #FADF7B 2.2%, #F7CB1C 98.68%);
  background: linear-gradient(180deg, #FADF7B 2.2%, #F7CB1C 98.68%);
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  border: none;
}
.btns-save-cancel .cancel,
.btns-save-cancel a.btn {
  padding: 0 20px;
  text-align: center;
  background: #FFFFFF;
  border: 1px solid #00AEEF;
  color: var(--c-azure);
}
.status-pay {
  color: var(--c-yellow-1);
}
.status-pay span {
  color: var(--c-gray-23);
}
.pay-btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.pay-btns button {
  line-height: 44px !important;
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  border-radius: 3px;
}
.pay-btns .pay-online {
  margin: 0 15px 0 0;
  padding: 0 16px;
  color: var(--c-white);
  background: -webkit-gradient(linear, right top, left top, from(#00D7F8), to(#00AEEF));
  background: -o-linear-gradient(right, #00D7F8 0%, #00AEEF 100%);
  background: linear-gradient(270deg, #00D7F8 0%, #00AEEF 100%);
  border: none;
}
.pay-btns .download-rf {
  padding: 0 16px;
  color: var(--c-azure);
  background-color: transparent;
  border: 1px solid var(--c-azure);
}
.pay-btns .anul {
  margin: 20px 20px 0 0;
  right: 20px;
  padding: 0 16px;
  color: rgba(0, 0, 0, 0.56);
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.56);
}
select {
  cursor: pointer;
}
.surcharge-amount {
  max-width: 70px;
}
.header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  margin: 0 0 20px 0;
  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;
  min-height: 73px;
  background-color: var(--c-white);
  min-width: 1160px;
  z-index: 4000;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}
.header .header-inner {
  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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  min-width: 1160px;
}
.header .header-wrap {
  position: relative;
  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;
}
.header .header-wrap__text {
  margin: 2px 0 0 0;
  font-size: 14px;
}
.header .header-wrap__text span {
  font-weight: 500;
}
.header .header-wrap_comparison {
  cursor: pointer;
}
.header .header-show-menu {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 100px;
  max-width: 200px;
  cursor: pointer;
}
.header .mastercard-icon {
  margin: 0 15px 0 0;
}
.header .header-phone {
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/icons/header-phone.png) no-repeat;
  background-size: cover;
}
.header .header-heart {
  position: relative;
  display: block;
  margin: 0 15px 0 0;
  width: 18px;
  height: 17px;
  background: url(../img/icons/header-heart.svg) no-repeat;
  background-size: cover;
}
.header .header-heart::after {
  content: '';
  position: absolute;
  top: -4px;
  right: -4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 12px;
  height: 12px;
  font-style: normal;
  font-weight: 500;
  font-size: 8px;
  color: var(--c-white);
  background-color: var(--c-red-2);
  border-radius: 100%;
}
.header .header-heart[data-count="0"]::after {
  display: none;
}
.header .header-heart:after {
  content: attr(data-count);
}
.header .header-lang {
  display: block;
  margin: 0 5px 0 0;
  width: 19px;
  height: 19px;
  background: url(../img/icons/header-lang.svg) no-repeat;
  background-size: cover;
}
.header .header-wrap_language {
  margin: 0 -15px 0 0 !important;
  cursor: pointer;
}
.header .language-btn {
  font-family: 'Roboto', sans-serif;
  line-height: 40px;
  border: none;
  background-color: transparent;
}
.header .language-dropdown {
  position: absolute;
  top: 53px;
  right: 0;
  text-align: center;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  z-index: 1000;
}
.header .language-dropdown::before {
  content: '';
  position: absolute;
  top: -30px;
  left: 0;
  display: block;
  width: 51px;
  height: 36px;
}
.header .language-dropdown li {
  background-color: var(--c-white);
}
.header .language-dropdown li button {
  width: 100%;
  font-family: inherit;
  padding: 0 10px;
  line-height: 30px;
  border: none;
  background-color: var(--c-white);
}
.header .language-dropdown li button:hover {
  color: var(--c-azure);
  background: rgba(0, 174, 239, 0.05);
}
.header .header-wrap_language:hover > .language-dropdown {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}
.header .header-acc-photo {
  display: block;
  margin: 0 5px 0 0;
  width: 20px;
  height: 20px;
  border-radius: 100%;
}
.header .acc-photo-wrap {
  position: relative;
  /*&::after {
      content: '2';
      position: absolute;
      top: -4px;
      right: 1px;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 12px;
      height: 12px;
      font-style: normal;
      font-weight: 500;
      font-size: 8px;
      color: var(--c-white);
      background-color: var(--c-red-2);
      border-radius: 100%;
    }*/
}
.header .acc-name {
  max-width: 100px;
  margin: 0 10px 0 5px;
  white-space: nowrap;
  /* Запрещаем перенос строк */
  overflow: hidden;
  /* Обрезаем все, что не помещается в область */
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  /* Добавляем многоточие */
}
.header .header-acc-arrow {
  display: block;
  width: 8px;
  height: 5px;
  margin: 0 0 0 8px;
  background: url(../img/icons/header-acc-arrow.svg) no-repeat;
  background-size: contain;
}
.header .header-burger {
  width: 20px;
  height: 18px;
  background: url(../img/icons/header-burger.svg) no-repeat;
  background-size: cover;
  background-color: transparent;
  border: none;
  outline: 0 none;
}
.header .header-submenu {
  display: block;
  position: absolute;
  width: 262px;
  top: 52px;
  right: 0;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  background-color: var(--c-white);
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 1000;
}
.header .header-submenu::before {
  content: "";
  position: absolute;
  top: -35px;
  right: 0;
  display: block;
  width: 180px;
  height: 35px;
  background-color: transparent;
}
.header .header-submenu li {
  position: relative;
  color: var(--c-black);
  font-size: 14px;
  line-height: 18px;
  padding: 15px;
  border-bottom: 1px solid #EDEDED;
  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;
}
.header .header-submenu li:hover a > i.icon {
  background: var(--c-azure);
}
.header .header-submenu li a {
  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;
}
.header .header-submenu li i.icon {
  width: 20px;
  height: 20px;
  display: block;
  mask-size: contain;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: var(--c-gray-1);
  margin: 0 12px 0 0;
}
.header .header-submenu li i.icon_cabinet {
  -webkit-mask-image: url(../img/icons/mycab.svg);
  mask-image: url(../img/icons/mycab.svg);
}
.header .header-submenu li i.icon_mydata {
  -webkit-mask-image: url(../img/icons/personaldata.svg);
  mask-image: url(../img/icons/personaldata.svg);
}
.header .header-submenu li i.icon_mypeople {
  -webkit-mask-image: url(../img/icons/people.svg);
  mask-image: url(../img/icons/people.svg);
}
.header .header-submenu li i.icon_myorders {
  -webkit-mask-image: url(../img/icons/myorders.svg);
  mask-image: url(../img/icons/myorders.svg);
}
.header .header-submenu li i.icon_mybonus {
  -webkit-mask-image: url(../img/icons/bonus.svg);
  mask-image: url(../img/icons/bonus.svg);
}
.header .header-submenu li i.icon_myreviews {
  -webkit-mask-image: url(../img/icons/reviews.svg);
  mask-image: url(../img/icons/reviews.svg);
}
.header .header-submenu li i.icon_mysubscribe {
  -webkit-mask-image: url(../img/icons/mysub.svg);
  mask-image: url(../img/icons/mysub.svg);
}
.header .header-submenu li:hover {
  background-color: rgba(246, 253, 255, 0.2);
}
.header .header-submenu li.submenu-tour::after {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "3";
  font-size: 14px;
  color: var(--c-white);
  background: var(--c-azure);
  border-radius: 3px;
  padding: 3px;
}
.header .header-submenu li.submenu-selected::after {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "6";
  font-size: 14px;
  color: var(--c-white);
  background: var(--c-azure);
  border-radius: 3px;
  padding: 3px;
}
.header .header-submenu li.submenu-bales::after {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "192";
  font-size: 14px;
  color: var(--c-white);
  background: var(--c-azure);
  border-radius: 3px;
  padding: 3px;
}
.header .header-submenu li.submenu-exit {
  color: var(--c-azure);
}
.header .header-show-menu:hover > .header-submenu {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}
.form-row {
  display: grid;
  grid-template-columns: 180px 320px 1fr;
  grid-column-gap: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.form-row input {
  color: var(--c-black-1);
  font-size: 16px;
  height: 55px;
  padding: 0 0 0 15px;
  background: #f4f6f8;
  border: none;
  border-radius: 3px;
}
.form-row span {
  font-size: 14px;
  line-height: 18px;
  color: #9E9E9E;
}
.form-row .invalid-text {
  color: #EC201F;
  display: none;
}
.form-row input.invalid {
  border: 2px solid #EC201F !important;
}
.form-row input.invalid ~ span.latin-text {
  display: none;
}
.form-row input.invalid ~ span.invalid-text {
  display: block !important;
}
.input-error {
  border: 2px solid var(--c-red-1);
  border-radius: 3px;
}
.form-row_error {
  width: 520px;
  background: rgba(236, 32, 31, 0.05);
  border-radius: 3px;
}
.form-row_error p {
  padding: 0 16px;
  width: 520px;
  font-size: 16px;
  color: var(--c-red-1);
  line-height: 50px;
}
.box-wrap {
  padding: 16px 18px;
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.grid-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.grid-wrapper .bonus-wrapper {
  min-width: 264px;
  margin-right: 20px;
}
.grid-wrapper .bonus-wrapper:last-child {
  margin-right: 0;
}
.flex-box {
  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;
  min-width: 545px !important;
  max-width: 100% !important;
}
.flex-box .button_refer {
  text-align: center;
  max-width: 262px;
  padding-left: 50px;
}
.flex-box p.friends {
  margin: 0 10px 0 0 !important;
}
#friends-referal {
  max-width: 264px;
}
.span-color {
  display: inline-block;
  color: var(--c-gray-1);
}
/* Стили для секции меню пользователя */
.cabinet-wrapper {
  display: grid;
  grid-template-areas: "menu-wrapper info-wrapper" "menu-wrapper .";
  grid-template-columns: 278px 872px;
  grid-column-gap: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 0 20px 0;
}
.cabinet-wrapper i.icon {
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 12px 0 21px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: var(--c-gray-1);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.menu-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 93px;
  right: 0;
  grid-area: menu-wrapper;
  background-color: var(--c-gray-26);
  border-radius: 3px;
}
.menu-wrapper .menu {
  background: var(--c-white);
  -webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);
  margin: 0 0 20px 0;
}
.menu-wrapper .menu li {
  border-bottom: 1px solid var(--c-gray-27);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.menu-wrapper .menu li:last-child {
  border: none;
}
.menu-wrapper .menu li:hover {
  background-color: rgba(246, 253, 255, 0.2);
}
.menu-wrapper .menu i.icon_cabinet {
  -webkit-mask-image: url(../img/icons/mycab.svg);
  mask-image: url(../img/icons/mycab.svg);
}
.menu-wrapper .menu i.icon_mydata {
  -webkit-mask-image: url(../img/icons/personaldata.svg);
  mask-image: url(../img/icons/personaldata.svg);
}
.menu-wrapper .menu i.icon_mypeople {
  -webkit-mask-image: url(../img/icons/people.svg);
  mask-image: url(../img/icons/people.svg);
}
.menu-wrapper .menu i.icon_myorders {
  -webkit-mask-image: url(../img/icons/myorders.svg);
  mask-image: url(../img/icons/myorders.svg);
}
.menu-wrapper .menu i.icon_mybonus {
  -webkit-mask-image: url(../img/icons/bonus.svg);
  mask-image: url(../img/icons/bonus.svg);
}
.menu-wrapper .menu i.icon_myreviews {
  -webkit-mask-image: url(../img/icons/reviews.svg);
  mask-image: url(../img/icons/reviews.svg);
}
.menu-wrapper .menu i.icon_mysubscribe {
  -webkit-mask-image: url(../img/icons/mysub.svg);
  mask-image: url(../img/icons/mysub.svg);
}
.menu-wrapper .menu i.icon_partner {
  -webkit-mask-image: url(../img/icons/partner.svg);
  mask-image: url(../img/icons/partner.svg);
}
.menu-wrapper .menu a {
  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;
  line-height: 50px;
  text-decoration: none;
  color: inherit;
}
.menu-wrapper .menu a.active {
  color: var(--c-azure);
  background-color: var(--c-white-gray);
}
.menu-wrapper .menu a.active i {
  background-color: var(--c-azure);
}
.menu-wrapper .menu li a span {
  margin: 0 20px 0 auto;
  font-size: 14px;
  color: var(--c-white);
  background: var(--c-azure);
  border-radius: 3px;
  padding: 3px;
  line-height: 17px;
}
.menu-wrapper .menu li a:hover > i {
  background: var(--c-azure);
}
.menu-wrapper .menu li:nth-child(5) a span::after {
  content: "6";
  font-size: 14px;
  color: var(--c-white);
  background: var(--c-azure);
  border-radius: 3px;
  padding: 3px;
}
.menu-wrapper .menu li:nth-child(6) a span::after {
  content: "16";
  font-size: 14px;
  color: var(--c-white);
  background: var(--c-azure);
  border-radius: 3px;
  padding: 3px;
}
/* Стили для секции информации */
.info-wrapper {
  grid-area: info-wrapper;
  width: 872px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.05);
  border-radius: 3px;
}
.info-wrapper .your_request {
  padding: 16px 0 0 20px;
  background: var(--c-white-gray);
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  color: #464646;
}
.info-wrapper .newloader:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--c-white-gray);
}
.info-wrapper .newloader:after {
  content: '';
  position: absolute;
  top: 40%;
  left: 50%;
  display: inline-block;
  width: 40px;
  height: 20px;
  -webkit-animation: 1s linear infinite halfpreloader;
  animation: 1s linear infinite halfpreloader;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  border-top-left-radius: 48px;
  border-top-right-radius: 48px;
  border: solid 5px var(--c-azure);
  border-bottom: 0;
  background: transparent;
  z-index: 99991;
}
.info-wrapper .active-wrapHover {
  position: relative;
  min-height: 518px;
}
.info-wrapper .active-wrapHover .loader {
  top: 40%;
}
.info-wrapper .active-wrapHover .active-app_block {
  border: 1px solid #fff;
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
  position: relative;
}
.info-wrapper .active-wrapHover .active-app_block:hover {
  border: 1px solid #00AEEF;
  -webkit-box-shadow: 0px 1px 10px rgba(0, 174, 239, 0.5);
  box-shadow: 0px 1px 10px rgba(0, 174, 239, 0.5);
  cursor: pointer;
}
.info-wrapper .active-wrapHover .btn_yellowActive:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(196, 188, 188, 0.1);
  height: 100%;
  width: 100%;
  z-index: 9999;
}
.info-wrapper .active-wrapHover .btn_yellowActive:after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 40px;
  height: 20px;
  -webkit-animation: 1s linear infinite halfpreloader;
  animation: 1s linear infinite halfpreloader;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  z-index: 3999;
  border-top-left-radius: 48px;
  border-top-right-radius: 48px;
  border: solid 5px var(--c-azure);
  border-bottom: 0;
  background: transparent;
}
.info-wrapper .active-wrapHover .btn_yellowActive.active-app_block:hover {
  border: 1px solid rgba(196, 188, 188, 0.1);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.info-wrapper_traveler {
  width: 872px;
  background-color: var(--c-white);
  border-bottom: 1px solid var(--c-gray-27);
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.05);
}
.info-wrapper_user {
  padding: 10px 20px 10px 20px;
  border-bottom: 1px solid var(--c-gray-27);
}
.grid-wrapper {
  padding: 20px;
}
.user-title {
  margin: 0 0 12px 0;
}
.user-title strong {
  font-size: 30px;
}
ul.person-info-list li:not(:first-of-type)::before {
  content: "";
  margin: 0 10px 0 10px;
  width: 1px;
  height: 6px;
  background: var(--c-gray-1);
}
ul.person-info-list li {
  font-size: 14px;
}
.info-wrapper_user {
  position: relative;
  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;
  min-height: 102px;
}
.info-wrapper_user ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.info-wrapper_user li {
  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;
}
.info-wrapper_user li:last-child {
  margin: 0;
}
.info-wrapper_user .cropper {
  margin: 0 18px 0 0;
}
.info-wrapper_user i.icon {
  background-color: transparent;
  margin: 0 7px 0 0;
  width: 18px;
  height: 18px;
}
.info-wrapper_user i.icon_traveler {
  background-image: url(../img/icons/traveler.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.info-wrapper_user i.icon_experience {
  background-image: url(../img/icons/timetable.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.info-wrapper_user i.icon_aero {
  background-image: url(../img/icons/aero.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.info-wrapper_user i.icon_cashback {
  background-image: url(../img/icons/cashback.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.button_refer {
  position: relative;
  margin: 0 0 0 auto;
  padding: 0 20px 0 0;
  text-align: right;
  width: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#00B3F0), to(#00D5F9));
  background: -o-linear-gradient(bottom, #00B3F0 0%, #00D5F9 100%);
  background: linear-gradient(0deg, #00B3F0 0%, #00D5F9 100%);
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  border: none;
  line-height: 40px;
  color: var(--c-white);
}
.button_refer i {
  position: absolute;
  top: -7px;
  left: 15px;
  display: block;
  width: 50px;
  height: 50px;
  background-image: url(../img/icons/gift.svg);
}
.bonus-wrapper {
  position: relative;
}
.bonus-wrapper span {
  margin: 0 0 13px 0;
  font-size: 14px;
}
.bonus-wrapper .money i {
  display: block;
  width: 16px;
  height: 17px;
  margin: 0 10px 0 0;
  background-image: url(../img/icons/money.svg);
}
.bonus-wrapper p:first-child {
  margin: 0 0 11px 0;
}
.bonus-wrapper p.friends {
  margin: 0 0 17px 0;
}
.bonus-wrapper p.bonus-wrapper_title {
  margin: 0 0 3px 0;
}
.bonus-wrapper .bonus-price {
  color: var(--c-black);
}
.bonus-wrapper .money {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 10px 0;
}
.bonus-wrapper .money span {
  margin: 0 0 0 5px;
}
.bonus-wrapper .available {
  margin: 0 0 0 auto;
  padding: 0 5px;
  font-size: 12px;
  color: var(--c-white);
  background: rgba(0, 174, 239, 0.6);
  border-radius: 30px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 20px;
}
.bonus-wrapper .wacth {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.56);
}
.bonus-wrapper .watch-link {
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: rgba(0, 0, 0, 0.56);
}
.bonus-wrapper .watch-link a {
  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;
  color: var(--c-azure);
  text-decoration: underline;
}
.bonus-wrapper .watch-link i {
  margin: -1px 3px 0 0;
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url(../img/icons/mybonus-farvater.svg);
}
.bonus-wrapper .valentine {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--c-black-1);
  line-height: 38px;
  letter-spacing: 2px;
  background: rgba(247, 253, 255, 0.7);
  border: 1px dashed var(--c-azure);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
  font-family: Roboto;
}
.bonus-wrapper .valentine strong {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}
.bonus-wrapper .valentine i {
  display: block;
  width: 13px;
  height: 12px;
  margin: 0 5px 0 0;
  background-image: url(../img/icons/valentine.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.copy-success {
  display: none;
  position: absolute;
  width: 224px;
  top: 24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  font-size: 14px;
  line-height: 31px;
  background-color: var(--c-white);
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.active-app {
  padding: 10px 20px 20px 20px;
  background-color: var(--c-white-gray);
  min-height: 300px;
  /*p:first-child {
    margin: 0 0 10px 0;
  }*/
}
.active-app p {
  font-size: 20px;
  line-height: 23px;
}
.active-app .active-app_block {
  background-color: var(--c-white);
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  border: 1px solid #ffffff;
  border-radius: 3px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.active-app .active-app_block:not(:first-child) {
  margin: 20px 0 0 0;
}
.active-app .active-app_block:hover {
  border-color: #00AEEF;
  -webkit-box-shadow: 0px 1px 10px rgba(0, 174, 239, 0.5);
  box-shadow: 0px 1px 10px rgba(0, 174, 239, 0.5);
  cursor: pointer;
}
.active-app .active-app_block .active-app_num {
  margin: 0;
  padding: 0 0 0 22px;
  font-size: 14px;
  line-height: 48px;
  color: rgba(0, 0, 0, 0.56);
}
.active-app .active-app_box {
  padding: 16px 20px;
  border-top: 1px solid var(--c-gray-27);
  border-bottom: 1px solid var(--c-gray-27);
}
.active-app .active-app_box .active-app_title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.active-app .active-app_box .active-app_title p {
  margin: 0 0 10px 0;
  line-height: 24px;
  font-size: 20px;
  color: var(--c-black-1);
  border: none;
}
.active-app .active-app_box .active-app_star {
  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;
  margin: 0 0 10px 0;
}
.active-app .active-app_box .active-app_star span.span-color {
  margin: 0 7px 0 0;
}
.active-app .active-app_box .active-app_star img {
  width: 30px;
  height: 12px;
}
.active-app .active-app_box ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.active-app .active-app_box ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.active-app .active-app_box ul li:nth-child(1),
.active-app .active-app_box ul li:nth-child(2),
.active-app .active-app_box ul li:nth-child(3),
.active-app .active-app_box ul li:nth-child(4) {
  margin: 0 0 10px 0;
}
.active-app .active-app_box ul li p {
  font-size: 12px;
  line-height: 16px;
  margin: 0 22px 0 0;
}
.active-app .active-app_box ul li p span {
  font-size: 12px;
  line-height: 14px;
  border-bottom: 1px dotted;
}
.active-app .active-app_box ul li i {
  display: block;
  margin: 0 8px 0 0;
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-size: contain;
}
.active-app .active-app_box ul li .icon_jet {
  background-image: url(../img/icons/jet.svg);
}
.active-app .active-app_box ul li .icon_jet-ready {
  background-image: url(../img/icons/jet-ready.svg);
}
.active-app .active-app_box ul li .icon_days {
  background-image: url(../img/icons/days.svg);
  height: 13px;
}
.active-app .active-app_box ul li .icon_user {
  background-image: url(../img/icons/user-active-app.svg);
}
.active-app .active-app_box ul li .icon_bed {
  background-image: url(../img/icons/bed.svg);
}
.active-app .active-app_box ul li .icon_food {
  background-image: url(../img/icons/food-fork-drink.svg);
}
    .active-app .active-app_box ul li i.icon_bus::before,
    .active-app .active-app_box ul li i.icon_bus-ready::before,
    .tour-card.open .tour-info ul li i.icon_bus::before,
    .tour-card.open .tour-info ul li i.icon_bus-ready {
        content: "\e93b";
        display: inline-block;
        color: #bfbfbf;
        font-family: 'icons' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 15px;
    }
    .active-app .active-app_box ul li i.icon_bus-ready::before,
    .tour-card.open .tour-info ul li i.icon_bus-ready::before {
        content: "\e94c";
    }

.active-app_footer.payments {
  margin: 0;
  position: relative;
}
.active-app_footer.payments p,
.active-app_footer.payments select {
  margin: 0 20px 0 0;
}
.active-app_footer.payments p {
  font-size: 16px;
  color: #424242;
}
.active-app_footer.payments p strong {
  font-weight: 700;
}
.status1,
status6 {
  color: #FFB500 !important;
}
.status2,
.status5 {
  color: var(--c-azure) !important;
}
.status3 {
  color: #9E9E9E !important;
}
.status4 {
  color: var(--c-green-1) !important;
}
.active-app_footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /*justify-content: space-between;*/
  padding: 14px 20px;
}
.active-app_footer .status-pay {
  margin: 0 0 0 auto;
}
.active-app_footer .status-pay span {
  color: var(--c-gray-23);
}
.active-app_footer i.popup-documents {
  width: 16px;
  height: 16px;
  background-size: contain;
  display: block;
  background: url(../img/icons/doc-question.svg);
  margin: 0 0 0 5px;
  cursor: pointer;
}
.active-app_footer p {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.56);
  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;
}
.status-pay {
  margin: 0 0 0 auto;
  font-size: 14px;
  line-height: 20px;
}
.succsess-pay {
  font-size: 14px;
  line-height: 20px;
  color: var(--c-azure);
}
.payments-loader {
  top: 40% !important;
  width: 20px !important;
  height: 10px !important;
}
.active-app_style {
  min-height: 518px;
}
/* Стили для секции возможности туристов */
.tourist-opp {
  padding: 20px;
  background-color: var(--c-white);
}
.tourist-opp p {
  margin: 0 0 20px 0;
  font-size: 20px;
  line-height: 20px;
}
.tourist-opp .grid-wrapper {
  padding: 0 0 0 0;
}
.tourist-opp .grid-wrapper .box-wrap {
  margin-right: 20px;
}
.tourist-opp .grid-wrapper .box-wrap:last-child {
  margin-right: 0;
}
.tourist-opp .tourist-opp_block {
  text-align: center;
}
.tourist-opp .tourist-opp_block img {
  margin: 0 auto 15px auto;
  width: 50px;
  height: 50px;
}
.tourist-opp .tourist-opp_block p {
  font-size: 16px;
  color: var(--c-black);
}
.search-tour {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 832px;
  min-height: 185px;
  background-color: var(--c-white);
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
.search-tour .search-tour-wrap {
  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;
}
.search-tour .search-tour-wrap img {
  margin: 0 20px 0 0;
}
.search-tour .search-tour-wrap p {
  font-weight: 500;
  margin: 0 20px 0 0;
  width: 398px;
}
.search-tour .search-tour-wrap button {
  font-family: inherit;
  padding: 0 42px;
  line-height: 40px;
  text-transform: uppercase;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(2.2%, #FADF7B), color-stop(98.68%, #F7CB1C));
  background: -o-linear-gradient(top, #FADF7B 2.2%, #F7CB1C 98.68%);
  background: linear-gradient(180deg, #FADF7B 2.2%, #F7CB1C 98.68%);
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  border: none;
}
.beginning .grid-wrapper_beginning {
  grid-template-columns: 1fr 2fr;
}
.beginning .bonus-wrapper:nth-child(2) {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 37px;
}
.beginning .bonus-wrapper:nth-child(2) .friends {
  margin: 0;
}
.beginning .button_refer {
  padding: 0 23px 0 0;
}
.title-page {
  padding: 20px;
  border-bottom: 1px solid #eeeeee;
}
.title-page .title {
  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;
}
.title-page .sub-title {
    margin: 10px 0 0 0;
}
    .title-page .sub-title p {
        margin: 0;
        padding: 0;
        font-size: 16px;
        font-weight: normal;
        color: var(--c-black-1);
    }
.title-page .sub-title .copy-link-container {
    margin: 10px 0 0 0;
    padding: 0;
}
.title-page .title i.icon-data {
  display: block;
  background: url(../img/icons/personaldata-blue.svg) no-repeat;
  background-size: contain;
  margin: 0 12px 0 0;
  width: 21px;
  height: 22px;
}
.title-page .title i.icon-bonuses {
  display: block;
  background: url(../img/icons/bonuses/bonuses.svg) no-repeat;
  background-size: contain;
  margin: 0 12px 0 0;
  width: 22px;
  height: 22px;
}
.title-page .title i.icon-partners {
  display: block;
  background: url(../img/icons/bonuses/partners.svg) no-repeat;
  background-size: contain;
  margin: 0 12px 0 0;
  width: 32px;
  height: 22px;
}
.title-page .title i.icon-reviews {
  display: block;
  background: url(../img/icons/bonuses/reviews.svg) no-repeat;
  background-size: contain;
  margin: 0 12px 0 0;
  width: 25px;
  height: 25px;
}
.title-page .title i.icon-subscribers {
  display: block;
  background: url(../img/icons/bonuses/subscribers.svg) no-repeat;
  background-size: contain;
  margin: 0 12px 0 0;
  width: 25px;
  height: 22px;
}
.title-page .title i.icon-edit-travelers {
  display: block;
  background: url(../img/icons/travelers.svg) no-repeat;
  background-size: contain;
  margin: 0 12px 0 0;
  width: 25px;
  height: 22px;
}
.title-page .title i.icon-partner {
  display: block;
  background: url(../img/icons/partner.svg) no-repeat;
  background-size: contain;
  margin: 0 12px 0 0;
  width: 25px;
  height: 25px;
}
.title-page .title i.arrow-back {
  display: block;
  background: url(../img/icons/arrow-back-gray.svg) no-repeat;
  background-size: contain;
  margin: -2px 4px 0 0;
  width: 10px;
  height: 10px;
}
.title-page .title a {
  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;
  margin: 0 0 0 auto;
  font-size: 14px;
  text-transform: uppercase;
}
.title-page .title a.back-page {
  color: var(--c-gray-1);
}
.title-page .title a.back-page:hover {
  color: var(--c-azure);
}
.title-page .title a.back-page:hover i.arrow-back {
  display: block;
  background: url(../img/icons/arrow-back.svg) no-repeat;
  background-size: contain;
  margin: -2px 4px 0 0;
  width: 10px;
  height: 10px;
}
.title-page .title p {
  font-size: 30px;
  line-height: 35px;
}
.title-page.tourists .title {
  display: block;
}
.title-page.tourists .title-df {
  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;
  margin: 0 0 12px 0;
}
.title-page.tourists .title-df i {
  background: url(../img/icons/travelers.svg) no-repeat;
  background-size: contain;
  width: 25px;
  height: 22px;
  margin: 0 10px 0 0;
}
#personal-data-form {
  position: relative;
  min-height: 458px;
  overflow-y: hidden;
}
.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 40px;
  height: 20px;
  -webkit-animation: 1s linear infinite halfpreloader;
  animation: 1s linear infinite halfpreloader;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  z-index: 3999;
  border-top-left-radius: 48px;
  border-top-right-radius: 48px;
  border: solid 5px var(--c-azure);
  border-bottom: 0;
  background: transparent;
}
.header-show-menu .loader {
  position: static;
  width: 20px;
  height: 10px;
  border: solid 3px var(--c-azure);
  border-top-left-radius: 48px;
  border-top-right-radius: 48px;
  border-bottom: 0;
}
.loader-style {
  position: relative;
  min-height: 185px;
}
@-webkit-keyframes halfpreloader {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes halfpreloader {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.traveler-box + .loader {
  display: none;
}
.loader + .traveler-box-add ~ .loader {
  display: none !important;
}
#tourist-data-form {
  position: relative;
  min-height: 100px;
}
#tourist-data {
  position: relative;
  min-height: 256px;
}
.personal-data-form {
  display: grid;
  grid-row-gap: 15px;
  padding: 20px;
  border-bottom: 1px solid var(--c-gray-27);
}
.personal-data-form .sex-wrap {
  margin-top: 13px;
}
.personal-data-form .form-row i {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
}
.personal-data-form .form-row input {
  color: var(--c-black-1);
  font-size: 16px;
  height: 55px;
  padding: 0 0 0 15px;
  background: #f4f6f8;
  border: none;
  border-radius: 3px;
}
.personal-data-form .form-row input::-webkit-input-placeholder {
  text-transform: none;
}
.personal-data-form .form-row input::-moz-placeholder {
  text-transform: none;
}
.personal-data-form .form-row input:-ms-input-placeholder {
  text-transform: none;
}
.personal-data-form .form-row input::-ms-input-placeholder {
  text-transform: none;
}
.personal-data-form .form-row input::placeholder {
  text-transform: none;
}
.personal-data-form .form-row input#email {
  background-image: url(../img/icons/input-email.svg);
  background-repeat: no-repeat;
  background-size: 18px 12px;
  background-position: 15px center;
  padding: 0 0 0 43px;
  text-transform: lowercase;
}
.personal-data-form .form-row input#email::-webkit-input-placeholder {
  text-transform: none;
}
.personal-data-form .form-row input#email::-moz-placeholder {
  text-transform: none;
}
.personal-data-form .form-row input#email:-ms-input-placeholder {
  text-transform: none;
}
.personal-data-form .form-row input#email::-ms-input-placeholder {
  text-transform: none;
}
.personal-data-form .form-row input#email::placeholder {
  text-transform: none;
}
.personal-data-form .form-row input#phone {
  background-image: url(../img/icons/input-phone.svg);
  background-repeat: no-repeat;
  background-size: 18px 18px;
  background-position: 15px center;
  padding: 0 0 0 43px;
  text-transform: lowercase;
}
.personal-data-form .form-row input#phone::-webkit-input-placeholder {
  text-transform: none;
}
.personal-data-form .form-row input#phone::-moz-placeholder {
  text-transform: none;
}
.personal-data-form .form-row input#phone:-ms-input-placeholder {
  text-transform: none;
}
.personal-data-form .form-row input#phone::-ms-input-placeholder {
  text-transform: none;
}
.personal-data-form .form-row input#phone::placeholder {
  text-transform: none;
}
.personal-data-form .form-row input#date-hb,
.personal-data-form .form-row input#date-to,
.personal-data-form .form-row input#bdate {
  background-image: url(../img/icons/date.svg);
  background-repeat: no-repeat;
  background-size: 18px 18px;
  background-position: 15px center;
  padding: 0 0 0 43px;
  text-transform: lowercase;
}
.personal-data-form .form-row .male-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.personal-data-form .form-row .male-wrap div {
  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;
}
.personal-data-form .form-row .male-wrap input {
  display: none;
}
.personal-data-form .form-row .male-wrap input:checked + label::before {
  background: url(../img/icons/radio-full.svg) no-repeat;
  background-size: cover;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.personal-data-form .form-row .male-wrap input:checked + label::after {
  display: none;
}
.personal-data-form .form-row .male-wrap label {
  position: relative;
  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;
  text-transform: uppercase;
  cursor: pointer;
}
.personal-data-form .form-row .male-wrap label::before {
  content: "";
  margin: 0 6px 0 0;
  width: 24px;
  height: 24px;
  z-index: 1;
}
.personal-data-form .form-row .male-wrap label::after {
  content: "";
  margin: 0 6px 0 0;
  position: absolute;
  left: 0;
  width: 24px;
  height: 24px;
  background: url(../img/icons/radio-null.svg) no-repeat;
  background-size: cover;
}
.personal-data-form .form-row .male-wrap .male label i {
  margin: 0 5px 0 0;
  width: 21px;
  height: 24px;
  background-image: url(../img/icons/male.png);
}
.personal-data-form .form-row .male-wrap .female label i {
  margin: 0 5px 0 0;
  width: 17px;
  height: 23px;
  background-image: url(../img/icons/female.png);
}
.personal-data-form .form-row .profile-photo {
  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;
  min-height: 76px;
}
.personal-data-form .form-row .profile-photo .cropper {
  margin: 0 15px 0 0;
}
.personal-data-form .form-row .profile-photo button,
.personal-data-form .form-row .profile-photo label {
  font-weight: 500;
  font-size: 16px;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.personal-data-form .form-row .profile-photo input {
  display: none;
}
.personal-data-form .form-row .profile-photo .change-photo {
  margin: 0 14px 0 0;
  color: var(--c-azure);
}
.personal-data-form .form-row .profile-photo .delete-photo {
  font-family: inherit;
  color: var(--c-red-1);
  cursor: pointer;
}
.personal-data-form .form-row input[type="date"] {
  font-family: inherit;
  display: block;
  position: relative;
  padding: 4px 0 0 52px;
  background-image: url("../img/icons/date.svg");
  background-position: 15px center;
  background-repeat: no-repeat;
  cursor: pointer;
  color: #b3b3b3;
}
.personal-data-form .form-row input[type="date"]:focus {
  outline: none;
  border-color: #3acfff;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 120, 250, 0.1);
  box-shadow: 0 0 0 0.25rem rgba(0, 120, 250, 0.1);
}
.personal-data-form .form-row ::-webkit-datetime-edit-month-field:hover,
.personal-data-form .form-row ::-webkit-datetime-edit-day-field:hover,
.personal-data-form .form-row ::-webkit-datetime-edit-year-field:hover {
  background: rgba(0, 120, 250, 0.1);
}
.personal-data-form .form-row ::-webkit-datetime-edit-text {
  opacity: 0;
}
.personal-data-form .form-row ::-webkit-clear-button,
.personal-data-form .form-row ::-webkit-inner-spin-button {
  display: none;
}
.personal-data-form .form-row ::-webkit-calendar-picker-indicator {
  position: absolute;
  width: 2.5rem;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  cursor: pointer;
  color: #0078fa;
  background: #0078fa;
}
.personal-data-form .form-row input[type="date"]:hover::-webkit-calendar-picker-indicator {
  opacity: 0.05;
}
.personal-data-form .form-row input[type="date"]:hover::-webkit-calendar-picker-indicator:hover {
  opacity: 0.15;
}
.personal-data-form .form-row select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../img/icons/select.svg) no-repeat 292px center;
}
.personal-data-form .form-row #select-country {
  position: relative;
  font-family: inherit;
  height: 55px;
  padding: 0 0 0 16px;
  border: 1px solid #DBDBDB;
  border-radius: 3px;
  font-size: 16px;
}
.personal-data-form .form-row #select-country option {
  font-size: 16px;
  color: #464646;
}
.personal-data-form .form-row .passport-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.personal-data-form .form-row .passport-wrap input {
  outline: none;
}
.personal-data-form .form-row .passport-wrap #number {
  text-transform: uppercase;
  width: 100%;
  padding: 0 0 0 15px;
}
.documents {
  border-bottom: 1px solid var(--c-gray-27);
}
.documents h2 {
  font-size: 20px;
  margin: 0 0 14px 0;
}
.documents .desc {
  margin: 0 0 10px 0;
  padding: 0 0 0 20px;
  width: 476px;
}
.documents .files {
  padding: 0 20px 20px 20px;
}
.documents .title {
  padding: 10px 20px 10px 20px;
  border: none;
}
.documents .photo-box {
  /*display: flex;
        align-items: center;
        justify-content: space-between;
        width: 520px;*/
  position: relative;
  width: 520px;
  margin: 0 0 20px 0;
  padding: 20px 24px;
  border: 1px solid #C9C9C9;
  border-radius: 4px;
  overflow: hidden;
}
.documents .photo-box .format-mobile {
  display: none;
}
.documents .photo-box strong {
  font-size: 20px;
}
.documents .photo-box .statistic {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.documents .photo-box .statistic .photo-box_file-preview {
  position: relative;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100px;
  margin: 0 15px 0 0;
}
.documents .photo-box .statistic .photo-box_file-preview img {
  width: 100%;
}
.documents .photo-box .statistic .photo-box_file-content {
  width: 100%;
  overflow: hidden;
}
.documents .photo-box .statistic .photo-box_original-name {
  margin-right: 12px;
  margin-bottom: 4px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.documents .photo-box .statistic .wait {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 20px;
  color: #707070;
}
.documents .photo-box .statistic .FileUploader-errors {
  padding: 5px 12px;
  background: rgba(236, 32, 31, 0.05);
  border-radius: 3px;
  color: #EC201F;
}
.documents .photo-box .delete-traveler {
  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;
  cursor: pointer;
}
.documents .photo-box .delete-traveler:hover i {
  -webkit-transform: translateX(-5px);
  -ms-transform: translateX(-5px);
  transform: translateX(-5px);
  background: url(../img/icons/btn-close-traveler.svg) no-repeat;
  background-size: cover;
  display: block;
  width: 24px;
  height: 24px;
}
.documents .photo-box .delete-traveler:hover .delete-style {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
}
.documents .photo-box i {
  display: block;
  width: 24px;
  height: 24px;
  background: url(../img/icons/file-close-btn.svg);
  background-size: cover;
  -webkit-transform: translateX(65px);
  -ms-transform: translateX(65px);
  transform: translateX(65px);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.documents .photo-box .delete-style {
  min-width: 65px;
  margin: 0;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: translateX(200px);
  -ms-transform: translateX(200px);
  transform: translateX(200px);
}
.documents .download-box {
  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;
  width: 520px;
  margin: 0 0 20px 0;
  background: #F6FDFF;
  border: 1px dashed #C9C9C9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  cursor: pointer;
}
.documents .download-box #download-files {
  display: none;
}
.documents .download-box label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 25px;
  width: 100%;
  cursor: pointer;
}
.documents .download-box label .desc-files .more-files {
  display: block;
  font-size: 20px;
  line-height: 20px;
  color: var(--c-azure);
  margin: 0 0 5px 0;
}
.documents .download-box label .desc-files .format {
  width: 310px;
  font-size: 14px;
  color: #707070;
}
.documents .download-box label i {
  width: 24px;
  height: 24px;
  background: url(../img/icons/file-add-btn.svg) no-repeat;
  background-size: contain;
}
.documents .youtube-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 510px;
}
.documents .youtube-box label {
  margin: 0 0 5px 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--c-black-1);
}
.documents .youtube-box label span {
  color: var(--c-gray-1);
}
.documents .youtube-box input {
  margin: 0 0 20px 0;
  padding: 18px 16px;
  width: 100%;
  font-size: 16px;
  line-height: 19px;
  color: var(--c-black-1);
  background-color: #F4F6F8;
  border-radius: 3px;
  border: none;
  background-image: url("../img/icons/reviews/good-yt-lnk.svg");
  background-size: 0;
  background-repeat: no-repeat;
  background-position: 95% 50%;
}
.documents .youtube-box input::-webkit-input-placeholder {
  font-size: 16px;
  line-height: 19px;
  color: var(--c-gray-1);
}
.documents .youtube-box input::-moz-placeholder {
  font-size: 16px;
  line-height: 19px;
  color: var(--c-gray-1);
}
.documents .youtube-box input:-ms-input-placeholder {
  font-size: 16px;
  line-height: 19px;
  color: var(--c-gray-1);
}
.documents .youtube-box input::-ms-input-placeholder {
  font-size: 16px;
  line-height: 19px;
  color: var(--c-gray-1);
}
.documents .youtube-box input::placeholder {
  font-size: 16px;
  line-height: 19px;
  color: var(--c-gray-1);
}
.documents .form-row {
  margin: 0 0 20px 0;
}
.documents .form-row:last-child {
  margin: 0;
}
.documents .form-row .pass-wrap {
  position: relative;
}
.documents .form-row .pass-wrap input {
  width: 100%;
}
.documents .form-row .show-password {
  position: absolute;
  top: 50%;
  right: 22px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 18px;
  height: 10px;
  background: url(../img/icons/show-pass.svg) no-repeat;
  background-size: contain;
  cursor: pointer;
}
.travelers-list .traveler-box .edit .delete {
  min-width: 65px;
}
.documents__tourists {
  border-bottom: none;
}
.documents__tourists .title,
.documents__tourists .desc,
.documents__tourists .files {
  padding-left: 0;
}
.close-modal-photo__wrap {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 515px;
  height: 40px;
  background: var(--c-white);
}
/*styles for tourists page*/
.travelers-list_wrapper::after {
  content: "";
  display: table;
  clear: both;
}
.travelers-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: flex-start;
  padding: 20px;
  float: left;
}
.travelers-list .traveler-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 120px;
  padding: 15px;
  border: 1px solid #D0D0D0;
  border-radius: 4px;
  transition: all 0.3s ease;
  overflow-x: hidden;
}
.travelers-list .traveler-box:hover {
  background: #F6FDFF;
  border: 1px solid #00AEEF;
}
.travelers-list .traveler-box span {
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #707070;
  margin: 0 0 18px 0;
}
.travelers-list .traveler-box .edit {
  display: flex;
  justify-content: space-between;
  text-align: center;
}
.travelers-list .traveler-box .edit strong {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  color: var(--c-azure);
}
.travelers-list .traveler-box .edit button {
  font-family: inherit;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: var(--c-azure);
  background-color: transparent;
  border: none;
}
.travelers-list .traveler-box .edit .delete-traveler {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.travelers-list .traveler-box .edit .delete-traveler:hover i {
  transform: translateX(-5px);
  background: url(../img/icons/btn-close-traveler.svg) no-repeat;
  background-size: cover;
  display: block;
  width: 24px;
  height: 24px;
}
.travelers-list .traveler-box .edit .delete-traveler:hover .delete {
  transform: translateX(0);
  transform-origin: right center;
}
.travelers-list .traveler-box .edit i {
  display: block;
  width: 24px;
  height: 24px;
  background: url(../img/icons/file-close-btn.svg);
  background-size: cover;
  transform: translateX(65px);
  transition: all 0.4s ease;
}
.travelers-list .traveler-box .edit .delete {
  margin: 0;
  font-size: 14px;
  text-transform: uppercase;
  transition: all 0.4s ease;
  transform: translateX(200px);
}
.traveler-box-add {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  padding: 15px;
  border: 1px solid #D0D0D0;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
  overflow-x: hidden;
}
.traveler-box-add span {
  display: block;
}
.traveler-box-add:hover {
  background: #F6FDFF;
  border: 1px solid #00AEEF;
}
.traveler-box-add i {
  margin: 10px 0 10px 0;
  display: block;
  width: 28px;
  height: 28px;
  background: url(../img/icons/file-add-btn.svg);
  background-size: cover;
}
.traveler-box-add .edit {
  display: flex;
  justify-content: space-between;
  text-align: center;
}
.traveler-box-add .edit strong {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  color: var(--c-azure);
}
.travelers-list {
  position: relative;
  width: 100%;
  min-height: 230px;
}
.travelers-list .traveler-box-add:nth-child(2) {
  display: flex;
  justify-content: center;
  width: 832px;
  height: 200px;
}
.traveler-centered {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(70, 70, 70, 0.6);
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.05);
  z-index: 99999;
}
.modal .modal-wrap {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 416px;
  padding: 30px;
  text-align: center;
  background: var(--c-white);
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.05);
  border-radius: 3px;
}
.modal .modal-wrap .loading::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.85);
}
.modal .modal-wrap .loading::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 40px;
  height: 20px;
  animation: 1s linear infinite halfpreloader;
  transform: translate(-50%, -50%);
  transform-origin: 50% 100%;
  z-index: 3999;
  border-top-left-radius: 48px;
  border-top-right-radius: 48px;
  border: solid 5px var(--c-azure);
  border-bottom: 0;
  background: transparent;
}
.modal .modal-wrap p {
  margin: 0 0 20px 0;
  color: var(--c-black-1);
}
.modal .modal-wrap p strong {
  font-size: 30px;
  line-height: 35px;
}
.modal .modal-wrap .modal-desc {
  margin: 0 0 20px 0;
}
.modal .modal-wrap .modal-desc-lite {
  font-size: 14px;
  margin: 0 0 20px 0;
  display: block;
}
.modal .modal-wrap button.modal-delete-btn {
  font-family: inherit;
  padding: 0 74px;
  font-size: 18px;
  line-height: 53px;
  background: linear-gradient(180deg, #FAD96A 50.83%, #FBC645 100%);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  border: none;
  color: var(--c-black-1);
}
.modal .modal-wrap button.modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  display: block;
  padding: 0;
  border: none;
  width: 20px;
  height: 20px;
  background: url('../img/icons/modal-delete.svg') no-repeat;
  background-size: cover;
  box-shadow: none;
  cursor: pointer;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(70, 70, 70, 0.6);
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.05);
  z-index: 99999;
}
.modal .modal-wrap {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 416px;
  padding: 30px;
  text-align: center;
  background: var(--c-white);
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.05);
  border-radius: 3px;
}
.modal .modal-wrap .loading::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.85);
}
.modal .modal-wrap .loading::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 40px;
  height: 20px;
  -webkit-animation: 1s linear infinite halfpreloader;
  animation: 1s linear infinite halfpreloader;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  z-index: 3999;
  border-top-left-radius: 48px;
  border-top-right-radius: 48px;
  border: solid 5px var(--c-azure);
  border-bottom: 0;
  background: transparent;
}
.modal .modal-wrap p {
  margin: 0 0 20px 0;
  color: var(--c-black-1);
}
.modal .modal-wrap p strong {
  font-size: 30px;
  line-height: 35px;
}
.modal .modal-wrap .modal-desc {
  margin: 0 0 20px 0;
}
.modal .modal-wrap .modal-desc-lite {
  font-size: 14px;
  margin: 0 0 20px 0;
  display: block;
}
.modal .modal-wrap .modal-delete-btn {
  font-family: inherit;
  padding: 0 74px;
  font-size: 18px;
  line-height: 53px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50.83%, #FAD96A), to(#FBC645));
  background: -o-linear-gradient(top, #FAD96A 50.83%, #FBC645 100%);
  background: linear-gradient(180deg, #FAD96A 50.83%, #FBC645 100%);
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  border: none;
  color: var(--c-black-1);
}
.modal .modal-wrap a.modal-delete-btn {
  display: inline-block;
}
.modal .modal-wrap button.modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  display: block;
  padding: 0;
  border: none;
  width: 20px;
  height: 20px;
  background: url('../img/icons/modal-delete.svg') no-repeat;
  background-size: cover;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
}
.photo-desc p {
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
}
.photo-desc p:first-of-type {
  font-weight: 500;
  font-size: 20px;
}
.modal_facture .modal-facture-btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.modal-anulate {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(70, 70, 70, 0.6);
  -webkit-animation: modal 0.5s ease;
  animation: modal 0.5s ease;
}
.modal-anulate .modal-wrap {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 936px;
  padding: 60px 95px;
  background: var(--c-white);
  -webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
.modal-anulate .modal-wrap .modal-title {
  margin: 0 0 12px 0;
  font-size: 24px;
  line-height: 34px;
  color: var(--c-black);
}
.modal-anulate .modal-wrap .warning {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 24px 0;
  padding: 15px 25px;
  border: 1px solid #EC2524;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 2px;
}
.modal-anulate .modal-wrap .warning i {
  display: block;
  width: 24px;
  height: 24px;
  background: url(../img/icons/modal-warning.svg);
  background-size: cover;
}
.modal-anulate .modal-wrap .request {
  margin: 0 0 10px 0;
}
.modal-anulate .modal-wrap span {
  display: block;
  margin: 0 0 10px 0;
  font-size: 16px;
  line-height: 23px;
  color: #9E9E9E;
}
.modal-anulate .modal-wrap p {
  color: var(--c-black);
}
.modal-anulate .modal-wrap .pay-btns {
  margin: 17px 0 0 0;
}
.modal-anulate .modal-wrap .modal-close {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 12px;
  height: 12px;
  background: url(../img/icons/modal-anul-close.svg) no-repeat;
  background-size: cover;
  border: none;
  background-color: transparent;
}
/*@keyframes modal {
  0% {
    transform-origin: top center;
    transform: translateY(-800px);
  }

  100% {
    transform-origin: top center;
    transform: translateY(0);
  }
}*/
.orders.canceled .payment {
  margin: 0 !important;
}
.head-wrap {
  margin: 0 0 20px 0;
  background-color: var(--c-white);
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.nav-wrap {
  max-width: 1128px;
  margin: 0 auto;
  padding: 0 0 24px 0;
}
.nav {
  margin: 0 0 30px 0;
  padding: 50px 0 0 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.nav li {
  color: rgba(51, 51, 51, 0.56);
  margin: 0 25px 0 0;
  padding: 0 0 14px 0;
  cursor: pointer;
}
.nav li.active {
  color: var(--c-black);
  border-bottom: 2px solid var(--c-black);
}
.nav li:hover {
  color: var(--c-black);
  border-bottom: 2px solid var(--c-black);
}
.nav li:last-child {
  margin: 0;
}
.order-title {
  margin: 0 0 34px 0;
  font-size: 32px;
  line-height: 37px;
}
.paid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 0 auto;
}
.paid li {
  padding: 0 23px;
  color: var(--c-azure);
  line-height: 32px;
  border: 1px solid var(--c-azure);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
}
.paid li a {
  color: var(--c-azure);
}
.paid li.active {
  color: var(--c-white);
  background-color: var(--c-azure);
}
.paid li.active a {
  color: var(--c-white);
}
.paid li:hover {
  color: var(--c-white);
  background-color: var(--c-azure);
}
.paid li:hover a {
  color: var(--c-white);
}
.paid li:nth-child(1) {
  border-radius: 16px 0 0 16px;
}
.paid li:nth-child(2) {
  border-right: none;
  border-left: none;
}
.paid li:nth-child(3) {
  border-radius: 0px 16px 16px 0px;
}
.choose-payment,
.order-status {
  padding: 0 20px 0 20px;
  width: 205px;
  color: var(--c-black-1);
  line-height: 44px;
  font-family: inherit;
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../img/icons/select.svg) no-repeat 95% center;
  border: 1px solid #DBDBDB;
  border-radius: 3px;
}
.choose-payment option,
.order-status option {
  font-size: 16px;
  color: var(--c-black-1);
}
.order-status {
  position: relative;
  margin: 0 0 0 auto;
  padding: 0 40px 0 20px;
  min-width: 300px;
  line-height: 38px;
}
.order-status option {
  color: var(--c-black-1);
}
.tour-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 12px 0;
  padding: 12px 0 0 0;
}
.cards-wrap {
  margin: 0 24px 0 0;
}
.tour-wrap {
  max-width: 1128px;
  margin: 0 auto;
}
.tour-wrap .tour-title {
  margin: 0 0 11px 0;
  color: rgba(0, 0, 0, 0.56);
}
.tour-wrap .tour-card-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.tour-wrap .tour-card {
  margin: 0 0 23px 0;
  width: 360px;
  background-color: var(--c-white);
  -webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  cursor: pointer;
}
.tour-wrap .tour-card.active {
  border: 1px solid #00AEEF;
  -webkit-box-shadow: 0px 1px 10px rgba(0, 174, 239, 0.5);
  box-shadow: 0px 1px 10px rgba(0, 174, 239, 0.5);
  border-radius: 3px;
}
.tour-wrap .tour-card .tour-num {
  padding: 15px;
  color: rgba(0, 0, 0, 0.56);
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.tour-wrap .tour-card .tour-desc {
  padding: 15px;
}
.tour-wrap .tour-card .tour-desc .tour-name {
  font-size: 20px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.88);
}
.tour-wrap .tour-card .tour-desc .wrap-flex {
  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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 7px 0;
}
.tour-wrap .tour-card .tour-desc .wrap-flex p {
  font-size: 14px;
  line-height: 20px;
  color: #9E9E9E;
}
.tour-wrap .tour-card .tour-desc .wrap-flex .stars {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.tour-wrap .tour-card .tour-desc .wrap-flex .stars i {
  margin: 0 0 1px 0;
  display: block;
  width: 14px;
  height: 14px;
  background: url(../img/icons/star.svg);
  background-size: cover;
}
.tour-wrap .tour-card .tour-desc .wrap-flex .stars i:last-child {
  margin: 0 0 1px 0;
  display: block;
  width: 14px;
  height: 14px;
  background: url(../img/icons/star-null.svg);
  background-size: cover;
}
.tour-wrap .tour-card .tour-desc .wrap-flex .tourist-info {
  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;
  margin: 0 0 6px 0;
  color: rgba(0, 0, 0, 0.56);
}
.tour-wrap .tour-card .tour-desc .wrap-flex .tourist-info i {
  display: block;
  margin: -2px 6px 0 0;
  width: 14px;
  height: 14px;
  background: url(../img/icons/user-active-app.svg);
  background-size: cover;
}
.tour-wrap .tour-card .tour-desc .wrap-flex .tourist-info i.aero {
  display: block;
  margin: -2px 6px 0 0;
  width: 14px;
  height: 14px;
  background: url(../img/icons/jet.svg);
  background-size: cover;
}
.tour-wrap .tour-card .tour-desc .wrap-flex .price {
  font-size: 18px;
  line-height: 24px;
}
.tour-wrap .tour-card .tour-desc .wrap-flex .price strong {
  margin: 0 4px 0 0;
  color: #464646;
}
.tour-wrap .tour-card .tour-desc .wrap-flex .price span {
  color: #9E9E9E;
}
.tour-wrap .tour-card .tour-desc .wrap-flex .wait-pay {
  font-size: 16px;
  color: #FFB500;
}
.tour-wrap .tour-card .tour-desc .wrap-flex .success-pay {
  font-size: 16px;
  color: var(--c-azure);
}
.tour-wrap .tour-card .tour-desc .ticket-info {
  margin: 10px 0 0 0;
  font-size: 14px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.56);
}
.title-page .title i.order_detail {
  width: 24px;
  height: 24px;
  margin: 0 5px 0 0;
  -webkit-mask-image: url(../img/icons/myorders.svg);
  mask-image: url(../img/icons/myorders.svg);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  background-color: var(--c-azure);
  background-image: none !important;
}
.active-appMob {
  position: relative;
  border: unset !important;
}
.active-appMob .reviewfromorder {
  position: absolute;
  right: -5px;
  bottom: 15px;
}
.tour-card.open {
  margin: 0;
  width: 100%;
  border-radius: 3px;
  cursor: unset;
  background: var(--c-white);
}
.tour-card.open .activeItem-wrapper {
  min-height: 628px;
  position: relative;
  padding: 92px 20px 20px 20px;
  background-color: var(--c-azure-1);
}
.tour-card.open .activeItem-wrapper .loader {
  top: 50%;
}
.tour-card.open .tour-num {
  padding: 5px 24px 15px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.56);
  font-family: Roboto;
  font-size: 14px;
}
.tour-card.open .tour-desc {
  padding: 15px 24px 2px 24px;
  background: var(--c-white);
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
.tour-card.open .tour-name {
  font-size: 20px;
  line-height: 23px;
  max-width: 600px;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
.tour-card.open .active-app_footer {
  padding: 0;
}
.tour-card.open .countries {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 15px 0;
}
.tour-card.open .tour-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 15px 0;
}
.tour-card.open .tour-info img {
  margin: 0 20px 0 0;
  border-radius: 3px;
}
.tour-card.open .tour-info ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 7px 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
}
.tour-card.open .tour-info ul li i {
  margin: 0 5px 0 0;
}
.tour-card.open .tour-info ul li .aero {
  display: block;
  width: 15px;
  height: 14px;
  background: url(../img/icons/jet-ready.svg) no-repeat;
  background-size: contain;
}
.tour-card.open .tour-info ul li .jet {
  display: block;
  width: 15px;
  height: 14px;
  background: url(../img/icons/jet.svg) no-repeat;
  background-size: contain;
}
.tour-card.open .tour-info ul li .night {
  display: block;
  width: 15px;
  height: 14px;
  background: url(../img/icons/days.svg) no-repeat;
  background-size: contain;
}
.tour-card.open .tour-info ul li .tourist {
  display: block;
  width: 15px;
  height: 14px;
  background: url(../img/icons/user-active-app.svg) no-repeat;
  background-size: contain;
}
.tour-card.open .tour-info ul li .bad {
  display: block;
  width: 15px;
  height: 14px;
  background: url(../img/icons/bed.svg) no-repeat;
  background-size: contain;
}
.tour-card.open .tour-info ul li .all {
  display: block;
  width: 15px;
  height: 14px;
  background: url(../img/icons/all-inclus.svg) no-repeat;
  background-size: contain;
}
.tour-card.open .tour-info ul.tour-desc-list {
  margin: 0 0 0 auto;
  text-align: right;
}
.tour-card.open .tour-info ul.tour-desc-list li {
  width: 160px;
  margin: 0 0 0 auto;
  font-size: 12px !important;
}
.tour-card.open .tour-info ul.tour-desc-list li.check-actual-tour {
  width: auto;
  color: var(--c-green-1);
}
.tour-card.open .tour-info ul.tour-desc-list li.fix-price {
  color: var(--c-red-3);
}
.tour-card.open .tour-info ul.tour-desc-list li.operator-price {
  color: var(--c-green-1);
}
.tour-card.open .payment {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  line-height: 24px;
}
.tour-card.open .payment .price {
  margin: 0;
  white-space: nowrap;
}
.tour-card.open .payment .price span {
  color: #9E9E9E;
  margin: 0 0 0 5px;
}
.tour-card.open .payment .wait-pay {
  font-size: 20px;
  color: #FFB500;
}
.tour-card.open .payment .success-pay {
  color: var(--c-azure);
}
.tour-card.open .payment .tour-canceled-text {
  font-size: 20px;
  line-height: 20px;
  color: #9E9E9E;
}
.tour-card.open .title-order_detail {
  position: absolute;
  top: 0;
  left: 0;
  background: var(--c-white) !important;
  width: 100%;
}
.tour-card.open .tour-documents {
  background: var(--c-white);
  border-radius: 3px;
}
.tour-card.open .tour-documents .tour-pay_doc {
  margin: 0 0 45px 0;
}
.tour-card.open .tour-documents .tour-doc {
  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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: none !important;
}
.tour-card.open .tour-documents .documents-box {
  margin: 0 0 40px 0;
}
.tour-card.open .tour-documents .documents-box:last-child {
  margin: 0;
}
.tour-card.open .tour-documents .paid {
  border: none !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.tour-card.open .tour-documents #pay-history {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  border-bottom: none;
}
.tour-card.open .tour-documents .tour-pay {
  padding: 15px 0;
  line-height: 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.tour-card.open .tour-documents .tour-pay ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.tour-card.open .tour-documents .tour-pay ul li {
  margin: 0 22px 0 0;
  cursor: pointer;
}
.tour-card.open .tour-documents .tour-pay ul li:hover strong {
  color: var(--c-azure);
}
.tour-card.open .tour-documents .tour-pay ul li:focus {
  padding: 0 0 17px 0;
  border-bottom: 2px solid var(--c-black);
  color: #333333;
}
.tour-card.open .tour-documents .tour-pay ul li.acive-tour-doc strong {
  font-weight: 700;
  padding: 0 0 17px 0;
  border-bottom: 2px solid var(--c-black);
  color: #333333;
}
.tour-card.open .tour-documents .tour-pay ul li strong {
  font-weight: 700;
  color: rgba(51, 51, 51, 0.56);
}
.tour-card.open .tour-documents .tour-pay p {
  color: var(--c-black);
}
.tour-card.open .tour-documents .tour-pay p strong {
  font-weight: 700;
}
.tour-card.open .tour-documents .tour-pay span {
  display: block;
  color: rgba(0, 0, 0, 0.56);
}
.tour-card.open .tour-documents .tour-pay .facture.document {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.tour-card.open .tour-documents .tour-pay .facture {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.tour-card.open .tour-documents .tour-pay .facture-active {
  color: var(--c-black);
}
.tour-card.open .tour-documents .tour-pay .facture span {
  display: block;
}
.tour-card.open .tour-documents .facture-download button,
.tour-card.open .tour-documents .facture-download a {
  font-size: 14px;
  font-family: inherit;
  text-transform: uppercase;
  color: var(--c-azure);
  border: none;
  background-color: transparent;
}
.tour-card.open .tour-documents .facture-download button:first-child,
.tour-card.open .tour-documents .facture-download a:first-child {
  margin: 0 25px 0 0;
}
.tour-card.open .tour-documents .name-doc {
  padding: 50px 0 20px 0;
  color: rgba(0, 0, 0, 0.88);
}
.tour-card.open .tour-documents .pay-btns {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 10px 0 0;
}
.tour-card.open .tour-documents .pay-btns p {
  margin: 0 0 0 auto;
}
.cancelTour_wrap {
  background-color: var(--c-gray-26);
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.cancelTour_wrap .canceledtour {
  max-width: 700px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.cancelTour_wrap .canceledtour h2 {
  font-size: 30px;
  color: var(--c-black-1);
  margin: 0 0 13px 0;
  text-align: center;
}
.cancelTour_wrap .canceledtour p {
  font-size: 18px;
  color: #333333;
  margin: 0 0 15px 0;
  text-align: center;
  line-height: 25px;
}
.cancelTour_wrap .canceledtour .contract-info {
  background-color: var(--c-white);
  padding: 20px;
  margin: 0 0 24px 0;
}
.cancelTour_wrap .canceledtour .contract-info .warning-message {
  background: #fef5ec;
  border-radius: 2px;
  padding: 15px 20px;
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.cancelTour_wrap .canceledtour .contract-info .warning-message span {
  color: #333333;
}
.cancelTour_wrap .canceledtour .contract-info .warning-message span a {
  color: var(--c-azure);
}
.cancelTour_wrap .canceledtour .btns-save-cancel {
  text-align: center;
  display: grid;
  grid-template-columns: 1fr 236px;
}
.cancelTour_wrap .canceledtour .btns-save-cancel .save {
  padding: 0 10px 0 10px;
}
.tour-card.open {
  position: relative !important;
  min-height: 128px !important;
}
.header__login {
  background: transparent;
  border: none;
  outline: none;
  color: var(--c-azure);
  font-family: Roboto;
}
.Dropdown {
  position: relative;
}
.Dropdown__btn {
  font-family: inherit;
  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;
  background: transparent;
  border: none;
  outline: none;
  overflow-x: hidden;
}
.Dropdown__btn:hover + .Dropdown__list {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.user_image__container {
  background-image: url("/account/Content/img/image/beginner-acc-photo.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  margin: 0 5px 0 0;
  min-height: 25px;
  min-width: 25px;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.Dropdown__btn:before {
  margin-right: 0.5em;
}
.Dropdown__btn:after {
  margin-left: 0.5em;
}
.Dropdown:hover {
  z-index: 1;
}
.user_image__container_name {
  max-width: 140px;
  margin-left: 6px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-family: 'Roboto', sans-serif;
  white-space: nowrap;
}
.Dropdown__list {
  position: absolute;
  top: 32px;
  right: 0;
  background: var(--c-white);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  z-index: 1000;
}
.Dropdown__list .ordersCount {
  margin-left: auto;
  font-size: 14px;
  color: var(--c-white);
  background: var(--c-azure);
  border-radius: 3px;
  padding: 3px;
  line-height: 17px;
}
.Dropdown__list:before {
  content: "";
  width: 100%;
  height: 33px;
  background: transparent;
  position: absolute;
  top: -30px;
}
.Dropdown__list:hover {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.Dropdown__list > li {
  display: block;
}
.Dropdown__list > li > a,
.Dropdown__list > li > button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 5px 10px 5px 10px;
  color: var(--c-black-1);
}
.Dropdown__list > li > a {
  width: auto;
}
.Dropdown__list > li:hover {
  background: rgba(0, 174, 239, 0.05);
}
.Dropdown__list > li:hover > a,
.Dropdown__list > li:hover > button {
  color: var(--c-azure);
}
.cabinet {
  min-width: 245px;
}
.cabinet li > a {
  width: 100%;
}
.cabinet li {
  padding: 12px;
  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;
  border-bottom: 1px solid #EEEEEE;
}
.cabinet li:last-child {
  border: none;
  padding: 6px 12px 6px 0px;
}
.cabinet li:last-child:hover > a {
  color: var(--c-azure) !important;
}
.cabinet i {
  display: block;
  margin: 0 2px 0 0;
  width: 20px;
  height: 20px;
  background-color: var(--c-gray-1);
  mask-size: contain;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.cabinet li:hover > a {
  color: #464646 !important;
  text-decoration: none;
}
.cabinet li:hover > i {
  background: var(--c-azure);
}
.cabinet .icon_cabinet {
  -webkit-mask-image: url(/account/Content/img/icons/mycab.svg);
  mask-image: url(/account/Content/img/icons/mycab.svg);
}
.cabinet .icon_mydata {
  -webkit-mask-image: url(/account/Content/img/icons/personaldata.svg);
  mask-image: url(/account/Content/img/icons/personaldata.svg);
}
.cabinet .icon_myorders {
  -webkit-mask-image: url(/account/Content/img/icons/myorders.svg);
  mask-image: url(/account/Content/img/icons/myorders.svg);
}
.cabinet .icon_mypeople {
  -webkit-mask-image: url(/account/Content/img/icons/people.svg);
  mask-image: url(/account/Content/img/icons/people.svg);
}
.icon_partners {
  -webkit-mask-image: url(/account/Content/img/icons/bonuses/partners.svg);
  mask-image: url(/account/Content/img/icons/bonuses/partners.svg);
}
.icon_mybonus {
  -webkit-mask-image: url(/account/Content/img/icons/bonuses/bonuses.svg);
  mask-image: url(/account/Content/img/icons/bonuses/bonuses.svg);
}
.icon_myreviews {
  -webkit-mask-image: url(/account/Content/img/icons/bonuses/reviews.svg);
  mask-image: url(/account/Content/img/icons/bonuses/reviews.svg);
}
.icon_mysubscribe {
  -webkit-mask-image: url(/account/Content/img/icons/bonuses/subscribers.svg);
  mask-image: url(/account/Content/img/icons/bonuses/subscribers.svg);
}
/*.cabinet .icon_cabinet {
    -webkit-mask-image: url(/NewDesign/Icons/mycab.svg);
    mask-image: url(/NewDesign/Icons/mycab.svg);
}

.cabinet .icon_mydata {
    -webkit-mask-image: url(/NewDesign/Icons/personaldata.svg);
    mask-image: url(/NewDesign/Icons/personaldata.svg);
}

.cabinet .icon_myorders {
    -webkit-mask-image: url(/NewDesign/Icons/myorders.svg);
    mask-image: url(/NewDesign/Icons/myorders.svg);
}

.icon_partners {
    -webkit-mask-image: url(/NewDesign/Icons/partnersBonus.svg);
    mask-image: url(/NewDesign/Icons/partnersBonus.svg);
}

.icon_mybonus {
    -webkit-mask-image: url(/NewDesign/Icons/bonuses.svg);
    mask-image: url(/NewDesign/Icons/people.svg);
}

.icon_myreviews {
    -webkit-mask-image: url(/NewDesign/Icons/reviews.svg);
    mask-image: url(/NewDesign/Icons/people.svg);
}

.icon_mysubscribe {
    -webkit-mask-image: url(/NewDesign/Icons/subscribers.svg);
    mask-image: url(/NewDesign/Icons/people.svg);
}

.cabinet .icon_mypeople {
    -webkit-mask-image: url(/NewDesign/Icons/people.svg);
    mask-image: url(/NewDesign/Icons/people.svg);
}*/
.cabinet .c-main {
  color: var(--c-azure);
}
.footer-background {
  background: var(--c-white);
}
.footer-wrap {
  max-width: 1350px;
  margin: 0 auto;
}
.footer {
  margin-bottom: 0 !important;
  padding: 30px 95px;
  background: var(--c-white);
}
.footer .footer__logo::before {
  display: none;
}
.footer a {
  font-size: 14px;
}
.country-name {
  margin: 0 0 0 10px !important;
  font-size: 14px;
  line-height: 20px;
  color: #9E9E9E;
}
.country-name:after {
  position: absolute;
  margin: -1px 0 0 10px;
}
.myContainer {
  background: var(--c-white);
}
.MainForm {
  position: fixed;
  z-index: 9;
  width: 100%;
  background: var(--c-white);
  left: 0;
  top: 73px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.SearchForm {
  padding: 0 0 24px 0 !important;
}
#searchForm_btn {
  padding: 0;
  min-width: 140px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.PartialPayments-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 20px 0;
}
.documents_empty {
  margin-bottom: 20px;
}
.hr_d {
  margin-left: -24px;
  width: 833px;
  background: #EEEEEE;
  opacity: 0.2;
}
.FilesUploader {
  margin: 0 15px 0 0 !important;
}
.FilesUploader__loader {
  position: relative;
  height: 2px;
  margin: 0 0 20px 0;
  background: #ededed;
  overflow: hidden;
  display: none;
}
.FilesUploader__loader.FilesUploader__loader_error div {
  background: red;
}
.FilesUploader__loader div {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  background: #00aeef;
  width: 1%;
}
/*.FilesUploader__loader div {
    animation: fileLoader 2s ease 1;
}*/
@-webkit-keyframes fileLoader {
  0% {
    width: 0%;
    /*left: 0%;*/
  }
  /*50% {
    width: 100%;
    left: 0;
  }*/
  100% {
    width: 100%;
    /*left: 100%;*/
  }
}
@keyframes fileLoader {
  0% {
    width: 0%;
    /*left: 0%;*/
  }
  /*50% {
    width: 100%;
    left: 0;
  }*/
  100% {
    width: 100%;
    /*left: 100%;*/
  }
}
.MainCall {
  width: 295px;
  /*margin-top: var(--s-bs);*/
  background: var(--c-white);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.2);
  border-radius: var(--s-br);
  border: 1px solid var(--c-gray-16);
}
.MainCall__header:not(:empty),
.MainCall__content:not(:empty),
.MainCall__footer:not(:empty) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.MainCall__header:empty,
.MainCall__content:empty,
.MainCall__footer:empty {
  display: none;
}
.MainCall__header {
  /*padding: var(--s-bs) var(--s-bs) 0 var(--s-bs);*/
}
.MainCall__content {
  padding: var(--s-bs);
}
.MainCall__content ul {
  list-style: none;
  text-align: center;
  width: 100%;
}
.MainCall__content ul li,
.MainCall__content ul li a,
.MainCall__content ul li button {
  display: block;
}
.MainCall__content ul li a,
.MainCall__content ul li button {
  /*padding: var(--s-bs) calc(var(--s-bs)*2);*/
  color: var(--c-black);
  text-decoration: none !important;
  font-size: 24px;
  font-weight: 500;
}
.MainCall__content ul li a:hover,
.MainCall__content ul li button:hover {
  color: var(--c-azure);
}
.MainCall__footer {
  /*padding: 0 var(--s-bs) var(--s-bs) var(--s-bs);*/
}
#OrderCallback__Modal .OrderCallback__Modal__input {
  margin-top: var(--s-bs);
}
.MainCall {
  position: absolute;
  top: 100%;
  right: 0;
}
.MainCall__content ul li a,
.MainCall__content ul li button {
  /*padding: var(--s-bs) calc(var(--s-bs)*2);*/
}
#MainCall__opener {
  border: none;
  background: transparent;
}
.headerCall {
  position: relative;
}
#MainCall__orderCallback {
  padding: 0 10px;
  line-height: 50px;
}
.Modal__container__closer {
  margin: 0 10px;
}
#OrderCallback_content_form {
  margin: 30px;
  margin-top: 86px;
}
.h1 {
  margin: 0 0 33px 0;
  font-size: 35px;
}
.btn.__lg.__goldGradient.OrderCallback__Modal__btn {
  padding: 0 44px;
  line-height: 45px;
  margin-top: -10px;
  font-family: inherit;
}
[hidden] {
  display: none !important;
}
.alternative-tour-wrap {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #F6FDFF;
}
.moreAltrnative_tour {
  position: relative;
  padding: 10px 15px;
  margin: 0 0 20px 0;
  font-size: 16px;
  color: var(--c-azure);
  text-transform: uppercase;
  border: 1px solid var(--c-azure);
  background: transparent;
}
.moreAltrnative_tour:hover {
  opacity: 0.8;
}
#email-error {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.support {
  padding: 15px;
  background: var(--c-white);
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
.support p {
  margin: 0 0 10px 0;
  color: #333333;
}
.support p strong {
  font-size: 16px;
  line-height: 19px;
}
.support a {
  display: block;
  text-align: center;
  line-height: 40px;
  background: -webkit-gradient(linear, left bottom, left top, from(#00B3F0), to(#00D5F9));
  background: -o-linear-gradient(bottom, #00B3F0 0%, #00D5F9 100%);
  background: linear-gradient(0deg, #00B3F0 0%, #00D5F9 100%);
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  font-weight: 500;
  color: var(--c-white);
}
.error-input {
  border: 2px solid #EC201F !important;
}
#error-block {
  width: 510px;
  margin: 20px 0;
  padding: 15px;
  background: rgba(236, 32, 31, 0.05);
  border-radius: 3px;
}
#error-block li,
#error-block a {
  display: block;
  margin: 0 0 10px 0;
  font-size: 16px;
  line-height: 19px;
  color: #EC201F;
}
#error-block li:last-child,
#error-block a:last-child {
  margin: 0;
}
#MainForm_Date_dropdown_content {
  font-size: 14px;
}
#MainForm_Date_dropdown_content #MainForm_Date_dropdown_calendarPanel_calendarPlaceholder {
  font-weight: 600;
  line-height: 5px;
}
.error-review {
  margin: 20px;
  padding: 15px;
  background: rgba(236, 32, 31, 0.05);
  border-radius: 3px;
}
.error-review ul {
  font-size: 16px;
  line-height: 19px;
  color: #EC201F;
}
.error-review ul li {
  display: block;
  margin: 0 0 10px 0;
}
.error-review ul li:last-child {
  margin: 0;
}
#success-block {
  width: 520px;
  margin: 20px 0;
  padding: 15px;
  background: rgba(0, 148, 0, 0.1);
  border: 1px solid rgba(0, 148, 0, 0.3);
  border-radius: 3px;
}
#success-block ul {
  font-size: 16px;
  line-height: 19px;
  color: var(--c-black-1);
}
#success-block ul li {
  margin: 0 0 10px 0;
}
#success-block ul li:last-child {
  margin: 0;
}
#confirmation_sms_form_dialog {
  z-index: 1050;
}
.new_modal {
  z-index: 1029;
  display: block;
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
.new_modal .new_modal__container {
  position: absolute;
  width: 500px;
  margin: 0 auto;
  background: var(--c-white);
  padding: 20px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.05);
  border-radius: 3px;
}
.new_modal .new_modal__container .new_modal__title {
  font-weight: 500;
  margin: 0 0 10px 0;
  position: relative;
}
.new_modal .new_modal__container .new_modal__content p {
  margin: 0 0 10px 0;
}
.new_modal .new_modal__container .new_modal__content .modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  display: block;
  padding: 0;
  border: none;
  width: 20px;
  height: 20px;
  background: url(../img/icons/modal-delete.svg) no-repeat;
  background-size: cover;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
}
.new_modal .new_modal__container .new_modal__content .warning_panel {
  color: var(--c-red-1);
}
.new_modal .new_modal__container .new_modal__content div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 0 10px 0;
}
.new_modal .new_modal__container .new_modal__content .col-lg-3 {
  width: 30px;
  height: 30px;
}
.new_modal .new_modal__container .new_modal__content .phoneVerificationCode {
  width: 100%;
  margin: 0 10px 0 0;
  font-size: 25px;
  padding: 1px;
}
.new_modal .new_modal__container .new_modal__content input[type="text"]::-webkit-input-placeholder {
  padding: 0 0 0 3px;
}
.new_modal .new_modal__container .new_modal__content input[type="text"]::-moz-placeholder {
  padding: 0 0 0 3px;
}
.new_modal .new_modal__container .new_modal__content input[type="text"]:-ms-input-placeholder {
  padding: 0 0 0 3px;
}
.new_modal .new_modal__container .new_modal__content input[type="text"]::-ms-input-placeholder {
  padding: 0 0 0 3px;
}
.new_modal .new_modal__container .new_modal__content input[type="text"]::placeholder {
  padding: 0 0 0 3px;
}
.new_modal .new_modal__container .new_modal__content .validate-Code_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.new_modal .new_modal__container .new_modal__content .validate-Code_btn button {
  margin: 0 10px 0 0;
  line-height: 33px;
  font-size: 16px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(2.2%, #FADF7B), color-stop(98.68%, #F7CB1C));
  background: -o-linear-gradient(top, #FADF7B 2.2%, #F7CB1C 98.68%);
  background: linear-gradient(180deg, #FADF7B 2.2%, #F7CB1C 98.68%);
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  border: none;
}
.new_modal .new_modal__container .new_modal__content .validate-Code_btn button:hover {
  opacity: 0.8;
}
.document-info_wrap {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.document-info_wrap .tour-pay {
  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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.document-info_wrap .title-documents {
  margin: 40px 0 0 0;
  font-size: 16px;
}
.document-info_wrap .title-documents:nth-child(1) {
  margin: 0;
}
.sendit .modal-facture-btns {
  display: none;
}
select[disabled] {
  background: none;
}
.documents-box:last-child .tour-pay:last-child {
  border-bottom: none;
}
.tour-photo {
  height: 190px;
  width: 260px;
  -o-object-fit: cover;
  object-fit: cover;
}
#header__loginButton span {
  font-weight: normal;
  font-family: Roboto;
  font-style: normal;
  letter-spacing: 1px;
}
.bonus-tabl-scroll_visible {
  overflow-y: scroll !important;
}
.invite-error {
  position: absolute;
  top: 50px;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
  min-width: 254px;
  height: 44px;
  background: rgba(236, 32, 31, 0.25);
  border-radius: 3px;
}
.invite-error .email-invalid,
.invite-error .email-empty {
  display: none;
  color: #EC201F;
}
#all_bonus {
  min-height: 200px;
  position: relative;
}
#user-bonus {
  position: relative;
  min-height: 72px;
}
#user-bonus .loader {
  top: 40%;
}
.my-bonuses button {
  font-family: inherit;
}
.my-bonuses strong.title {
  font-weight: 500;
  font-size: 20px;
}
.my-bonuses i.icon-gold {
  display: inline-block;
  width: 16px;
  height: 17px;
  margin: 0 5px 0 0;
  background-image: url(../img/icons/money.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.my-bonuses i.icon-gray {
  display: inline-block;
  width: 16px;
  height: 17px;
  margin: 0 5px 0 0;
  background-image: url(../img/icons/bonuses/money-gray.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.my-bonuses .available,
.my-bonuses .under-consideration,
.my-bonuses .overdue,
.my-bonuses .used {
  display: block;
  text-align: center;
  padding: 0 5px;
  font-size: 12px;
  line-height: 20px;
  color: var(--c-white) !important;
  border-radius: 30px;
}
.my-bonuses .available {
  background: rgba(0, 174, 239, 0.6);
}
.my-bonuses .under-consideration {
  background: #C0C0C0;
}
.my-bonuses .overdue {
  background: #C0C0C0;
}
.my-bonuses .used {
  background: #00A046;
}
.my-bonuses .my-bonuses_inner {
  background: var(--c-white);
  border-bottom: 1px solid var(--c-gray-27);
}
.my-bonuses .bonuses-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 20px;
}
.my-bonuses .invite-friend {
  position: relative;
  margin: 0 20px 0 0;
  padding: 20px 20px 73px 20px;
  max-width: 548px;
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
.my-bonuses .invite-friend .invite-friend_wrap {
  position: relative;
  display: grid;
  grid-template-columns: 100px 1fr;
}
.my-bonuses .invite-friend .invite-friend_wrap:first-child {
  margin: 0;
}
.my-bonuses .invite-friend .invite-friend_wrap img {
  width: 93px;
  height: 79px;
  margin: 0 15px 0 0;
}
.my-bonuses .invite-friend .invite-friend_wrap .invite-text {
  margin: 0 0 5px 0;
}
.my-bonuses .invite-friend .invite-friend_wrap .invite-friend-both {
  color: #424242;
  font-size: 14px !important;
}
.my-bonuses .invite-friend .invite-friend_wrap input {
  background: #F4F6F8;
}
.my-bonuses .invite-friend .invite-friend_wrap .email-friend {
  margin: 0 5px 0 0;
  padding: 0 10px 0 42px;
  width: 254px;
  font-size: 16px;
  line-height: 36px;
  background-image: url(../img/icons/bonuses/input-email-azure.svg);
  background-repeat: no-repeat;
  background-size: 18px 12px;
  background-position: 15px center;
  background-color: #F4F6F8;
  border: 2px solid #00AEEF;
  border-radius: 3px;
}
.my-bonuses .invite-friend .invite-friend_wrap .email-friend::-webkit-input-placeholder {
  font-size: 16px;
  color: #424242;
}
.my-bonuses .invite-friend .invite-friend_wrap .email-friend::-moz-placeholder {
  font-size: 16px;
  color: #424242;
}
.my-bonuses .invite-friend .invite-friend_wrap .email-friend:-ms-input-placeholder {
  font-size: 16px;
  color: #424242;
}
.my-bonuses .invite-friend .invite-friend_wrap .email-friend::-ms-input-placeholder {
  font-size: 16px;
  color: #424242;
}
.my-bonuses .invite-friend .invite-friend_wrap .email-friend::placeholder {
  font-size: 16px;
  color: #424242;
}
.my-bonuses .invite-friend .invite-friend_wrap .button_refer {
  outline: none;
  line-height: 40px;
  width: 224px;
}
.my-bonuses .invite-friend #form-email {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: -webkit-calc(60%);
  width: calc(100% - 40px);
  display: block;
}
.my-bonuses .your-bonuses {
  position: relative;
  width: 284px;
  padding: 20px 20px 73px 20px;
  -webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.my-bonuses .your-bonuses span {
  color: var(--c-gray-1);
}
.my-bonuses .your-bonuses .your-bonuses__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 10px 0 0 0;
}
.my-bonuses .your-bonuses .your-bonuses__wrap p {
  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;
}
.my-bonuses .your-bonuses .btn-blue {
  position: absolute;
  left: 20px;
  bottom: 20px;
  line-height: 38px;
  width: -webkit-calc(60%);
  width: calc(100% - 40px);
  background: #F6FDFF;
}
.my-bonuses .your-bonuses #user-bonus {
  min-height: initial;
  position: initial;
}
.my-bonuses .your-bonuses #user-bonus .loader {
  top: clac(28%);
}
.my-bonuses .share {
  padding: 20px;
  background: var(--c-white-gray);
  border-bottom: 1px solid var(--c-gray-27);
}
.my-bonuses .share strong.title {
  display: inline-block;
  margin: 0 0 10px 0;
}
.my-bonuses .share .share-wrap {
  padding: 20px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
.my-bonuses .share .share-wrap .invite-farvater {
  margin: 0 0 10px 0;
}
.my-bonuses .share .share-wrap .invite-farvater i {
  float: left;
  display: block;
  margin: 0 12px 0 0;
  width: 40px;
  height: 40px;
  background-image: url(../img/icons/gift.svg);
  background-size: cover;
}
.my-bonuses .share .share-wrap .invite-farvater .invite-farvater_text strong {
  margin: 0 0 5px 0;
}
.my-bonuses .share .share-wrap .invite-farvater-btns {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.my-bonuses .share .share-wrap .invite-farvater-btns a {
  width: 189px;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 8px;
  font-size: 14px;
  font-family: inherit;
  line-height: 30px;
  color: var(--c-white);
  border: none;
  border-radius: 3px;
}
.my-bonuses .share .share-wrap .invite-farvater-btns a i {
  margin: 0 10px 0 0;
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-size: contain;
}
.my-bonuses .share .share-wrap .invite-farvater-btns .viber {
  background: #834895;
}
.my-bonuses .share .share-wrap .invite-farvater-btns .viber i {
  background-image: url(../img/icons/bonuses/viber.svg);
}
.my-bonuses .share .share-wrap .invite-farvater-btns .telegram {
  background: #28A0D4;
}
.my-bonuses .share .share-wrap .invite-farvater-btns .telegram i {
  background-image: url(../img/icons/bonuses/telegram.svg);
}
.my-bonuses .share .share-wrap .invite-farvater-btns .messenger {
  background: #2196F3;
}
.my-bonuses .share .share-wrap .invite-farvater-btns .messenger i {
  background-image: url(../img/icons/bonuses/messenger.svg);
}
.my-bonuses .share .share-wrap .invite-farvater-btns .copy {
  position: relative;
  color: var(--c-azure);
  background: var(--c-white-gray);
  border: 1px solid var(--c-azure);
  border-radius: 3px;
}
.my-bonuses .share .share-wrap .invite-farvater-btns .copy i {
  background-image: url(../img/icons/bonuses/copy.svg);
}
.my-bonuses .share .share-wrap .invite-farvater-btns .copy .copy-success {
  top: -40px;
  right: 0;
  width: 188px;
  color: var(--c-black-1);
}
.my-bonuses .selections input {
  display: none;
}
.my-bonuses .selections input:checked + label i {
  display: block;
  width: 12px;
  height: 7px;
  background-image: url(../img/icons/bonuses/chevron-up.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.my-bonuses .selections input:checked + label + .invite-wrap,
.my-bonuses .selections input:checked + label + .loyalty-wrap,
.my-bonuses .selections input:checked + label + .promocode-wrap {
  max-height: 100vh;
}
.my-bonuses .selections label {
  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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px 20px;
  font-size: 20px;
  font-weight: 500;
  width: 100%;
  border-top: 1px solid var(--c-gray-27);
  cursor: pointer;
}
.my-bonuses .selections label:first-child {
  border-top: none;
}
.my-bonuses .selections label i {
  display: block;
  width: 12px;
  height: 7px;
  background-image: url(../img/icons/bonuses/chevron-down.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.my-bonuses .selections .invite-wrap,
.my-bonuses .selections .loyalty-wrap,
.my-bonuses .selections .promocode-wrap {
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.4s ease;
  -o-transition: max-height 0.4s ease;
  transition: max-height 0.4s ease;
}
.my-bonuses .selections .invite-wrap strong {
  margin: 0 0 10px 0;
}
.my-bonuses .selections .invite-wrap .share-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 15px 0;
  padding: 20px;
  -webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  height: 124px;
}
.my-bonuses .selections .invite-wrap .share-block:first-child {
  margin-top: 3px;
}
.my-bonuses .selections .invite-wrap .share-block .image-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 170px;
  margin: 0 25px 0 0;
}
.my-bonuses .selections .invite-wrap .share-block .invite-text {
  line-height: 22px;
}
.my-bonuses .selections .invite-wrap .share-block .invite-text strong {
  display: inline-block;
  margin: 0 0 5px 0;
}
.my-bonuses .selections .loyalty-inner,
.my-bonuses .selections .promocode-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 20px 0 20px;
  margin: 2px 0 20px 0;
  -webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  font-size: 14px;
}
.my-bonuses .selections .promocode-inner {
  max-height: 227px;
  overflow-y: auto;
}
.my-bonuses .selections .loyalty-inner .cashback {
  margin: 0 10px 0 0;
}
.my-bonuses .selections .loyalty-inner .cashback strong {
  display: inline-block;
}
.my-bonuses .selections .loyalty-inner .cashback ul {
  display: grid;
  grid-template-rows: 40px 60px 60px 60px 60px;
}
.my-bonuses .selections .loyalty-inner .cashback ul li {
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-template-columns: repeat(2, 200px);
  grid-column-gap: 5px;
  padding: 10px 20px;
}
.my-bonuses .selections .loyalty-inner .cashback ul li:not(:last-of-type) {
  border-bottom: 1px solid var(--c-gray-27);
}
.my-bonuses .selections .loyalty-inner .cashback ul li.cashback-title {
  border-radius: 3px;
  background: #D9F3FD;
}
.my-bonuses .selections .loyalty-inner .cashback ul li .available {
  display: inline-block;
  padding: 0 10px;
}
.my-bonuses .selections .loyalty-inner .important strong {
  display: inline-block;
}
.my-bonuses .selections .loyalty-inner .important ul {
  display: grid;
  /*grid-template-rows: 40px 60px 60px 60px 1fr;*/
  grid-template-rows: 40px;
}
.my-bonuses .selections .loyalty-inner .important ul li {
  display: grid;
  grid-template-columns: repeat(1, 290px);
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 20px;
}
.my-bonuses .selections .loyalty-inner .important ul li.important-title {
  background: #FEF5EC;
}
.my-bonuses .selections .loyalty-inner .important ul li:not(:last-of-type) {
  border-bottom: 1px solid var(--c-gray-27);
}
.my-bonuses .selections .promocode-inner ul {
  display: grid;
  grid-template-rows: repeat(4, 1fr);
  width: 100%;
}
.my-bonuses .selections .promocode-inner ul li {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 10px;
  border-bottom: 1px solid var(--c-gray-27);
}
.my-bonuses .selections .promocode-inner ul li:last-child {
  border-bottom: none;
}
.my-bonuses .selections .promocode-inner ul li.promocode-title,
.my-bonuses .selections .promocode-inner ul li.promocode-desc {
  padding: 0 20px;
  line-height: 42px;
  border-radius: 3px;
}
.my-bonuses .selections .promocode-inner ul li.promocode-title {
  background: #D9F3FD;
}
.my-bonuses .selections .promocode-inner ul li.used-promocode {
  color: #9E9E9E;
}
.my-bonuses .modal .modal-wrap {
  min-width: 862px;
}
.my-bonuses .modal .modal-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
}
.my-bonuses .modal .modal-head .text-wrap h3 {
  margin: 0 0 15px 0;
  font-size: 30px;
  font-weight: 500;
}
.my-bonuses .modal .modal-head img {
  width: 93px;
  height: 79px;
}
.my-bonuses .modal .available-bonuses {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.my-bonuses .modal .available-bonuses p strong {
  margin: 0 5px 0 0;
}
.my-bonuses .modal .available-bonuses p i {
  background-size: contain;
}
.my-bonuses .modal .available-bonuses p,
.my-bonuses .modal .available-bonuses strong {
  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;
  font-size: 16px;
}
.my-bonuses .modal .bonuses-wrap {
  margin: 0 0 20px 0;
  padding: 0 20px;
  max-height: 260px;
  overflow-y: auto;
  -webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
.my-bonuses .modal .bonuses-inner .under-consideration {
  padding: 0px 5px;
  display: inline-block !important;
}
.my-bonuses .modal .bonuses-inner .status-wrap {
  min-width: 130px;
  text-align: right;
}
.my-bonuses .modal .bonuses-inner ul {
  width: 100%;
  font-weight: 400;
}
.my-bonuses .modal .bonuses-inner ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  border-bottom: 1px solid var(--c-gray-27);
}
.my-bonuses .modal .bonuses-inner ul li:last-child {
  border-bottom: none;
}
.my-bonuses .modal .bonuses-inner ul li p {
  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;
  min-width: 130px;
  margin: 0;
}
.my-bonuses .modal .bonuses-inner ul li p:first-of-type {
  min-width: 235px;
  max-width: 235px;
  margin: 0 5px 0 0;
}
.my-bonuses .modal .bonuses-inner ul li p:first-of-type span {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.my-bonuses .modal .bonuses-inner ul li p.available,
.my-bonuses .modal .bonuses-inner ul li p.under-consideration,
.my-bonuses .modal .bonuses-inner ul li p.overdue,
.my-bonuses .modal .bonuses-inner ul li p.used {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.my-bonuses .modal .bonuses-inner ul li strong {
  font-size: 16px;
}
.my-bonuses .modal .bonuses-inner ul li.bonuses-title {
  line-height: 42px;
  border-radius: 3px;
}
.my-bonuses .modal .bonuses-inner ul li.bonuses-title p {
  color: var(--c-gray-1);
  font-size: 14px;
}
.my-bonuses .modal .bonuses-inner ul li.bonuses-title p:last-child {
  display: block;
  text-align: right;
}
.my-bonuses .modal .bonuses-inner ul li.bonuses-desc {
  min-height: 50px;
  border-bottom: 1px solid var(--c-gray-27);
}
.my-bonuses .modal .bonuses-inner ul li.bonuses-desc .status-wrap p {
  min-width: 130px;
}
.my-bonuses .modal .bonuses-gift p {
  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;
  margin: 0;
  text-align: left;
  font-weight: 400;
}
.my-bonuses .modal .bonuses-gift p i {
  display: block;
  margin: 0 12px 0 0;
  min-width: 40px;
  min-height: 40px;
  background-image: url(../img/icons/gift.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.my-bonuses .modal_invitation-sent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(70, 70, 70, 0.6);
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.05);
  z-index: 99999;
}
.my-bonuses .modal_invitation-sent .modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  display: block;
  padding: 0;
  border: none;
  width: 20px;
  height: 20px;
  background: url('../img/icons/modal-delete.svg') no-repeat;
  background-size: cover;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
}
.my-bonuses .modal_invitation-sent .modal_invitation-wrap {
  position: relative;
  width: 276px;
  height: 220px;
}
.my-bonuses .modal_invitation-sent .modal_invitation-wrap .modal_invitation-head {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  padding: 25px 35px;
  background-color: var(--c-white);
}
.my-bonuses .modal_invitation-sent .modal_invitation-wrap .modal_invitation-head img {
  margin: 0 0 15px 0;
}
.my-bonuses .modal_invitation-sent .modal_invitation-wrap .modal_invitation-head p {
  font-size: 18px;
}
.my-bonuses .modal_invitation-sent .modal_invitation-wrap .modal_invitation-head p strong {
  margin: 0 0 15px 0;
  font-size: 30px;
}
.title-page.flex .title {
  display: block;
}
.title-page.flex .title-wrap {
  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;
  margin: 0 0 10px 0;
}
.partner-bonuses .partner-bonuses-inner {
  padding: 20px;
  background: var(--c-white-gray);
}
.partner-bonuses .partner-bonuses-inner .partners-title {
  display: none;
}
.partner-bonuses .partner-bonuses-inner .image-wrap {
  position: relative;
  width: 260px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-align: center;
  background: #000;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.partner-bonuses .partner-bonuses-inner .image-wrap img {
  display: block;
  margin: 0 auto;
}
.partner-bonuses .partner-bonuses-inner .image-wrap.sticker-bonus3::before {
  content: "-3%";
  position: absolute;
  top: 20px;
  left: 0;
  padding: 1px 0 0 5px;
  width: 40px;
  height: 20px;
  font-size: 14px;
  color: var(--c-white);
  background-color: #EE2316;
  border-radius: 0 3px 3px 0;
}
.partner-bonuses .partner-bonuses-inner .image-wrap.sticker-bonus5::before {
  content: "-5%";
  position: absolute;
  top: 20px;
  left: 0;
  padding: 1px 0 0 5px;
  width: 40px;
  height: 20px;
  font-size: 14px;
  color: var(--c-white);
  background-color: #EE2316;
  border-radius: 0 3px 3px 0;
}
.partner-bonuses .partner-bonuses-inner:nth-of-type(2) {
  background-color: var(--c-white);
}
.partner-bonuses .partner-bonuses-inner .partner-bonuses-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: var(--c-white);
  -webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  overflow: hidden;
  /*align-items: center;*/
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.partner-bonuses .partner-bonuses-inner .partner-bonuses-wrap.partner-bonuses-wrap-short {
  /*height: 154px;

                .image-wrap {
                    margin: -10px 0 0 0;
                }*/
}
.partner-bonuses .partner-bonuses-inner .partner-bonuses-wrap.partner-bonuses-wrap-full {
  /*height: 174px;*/
}
.partner-bonuses .partner-bonuses-inner .partner-bonuses-wrap .partner-desc {
  /*display: flex;
                flex-direction: column;
                justify-content: space-between;
                align-items: flex-start;*/
  padding: 15px 20px;
}
.partner-bonuses .partner-bonuses-inner .partner-bonuses-wrap .partner-desc .partner-bonuses_promocode {
  position: relative;
  margin: 7px 0 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.partner-bonuses .partner-bonuses-inner .partner-bonuses-wrap .partner-desc .partner-bonuses_promocode .partner-bonuses_promocode_code {
  margin: 0 10px 0 0;
}
.partner-bonuses .partner-bonuses-inner .partner-bonuses-wrap .partner-desc .partner-bonuses_promocode .partner-bonuses_promocode_code .partner-bonuses_promocode_code_result {
  display: none;
  position: absolute;
  left: 0;
  top: -41px;
  width: 225px;
  line-height: 31px;
  background: var(--c-white);
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  text-align: center;
}
.partner-bonuses .partner-bonuses-inner .partner-bonuses-wrap .partner-desc .partner-bonuses_promocode .partner-bonuses_promocode_code .partner-bonuses_promocode_code_result span {
  font-size: 14px;
  color: var(--c-black-1);
}
.partner-bonuses .partner-bonuses-inner .partner-bonuses-wrap .partner-desc .partner-bonuses_promocode .partner-bonuses_promocode_code .partner-bonuses_promocode_code_value {
  display: inline-block;
  min-width: 225px;
  margin: 0 0 7px 0;
  background: #F7FDFF;
  border: 1px dashed #00AEEF;
  border-radius: 3px;
  font-weight: 500;
  font-size: 16px;
  line-height: 38px;
  text-align: center;
}
.partner-bonuses .partner-bonuses-inner .partner-bonuses-wrap .partner-desc .partner-bonuses_promocode .partner-bonuses_promocode_code .partner-bonuses_promocode_code_value span {
  color: var(--c-black-1);
  font-size: 16px;
}
.partner-bonuses .partner-bonuses-inner .partner-bonuses-wrap .partner-desc .partner-bonuses_promocode .partner-bonuses_promocode_code .partner-bonuses_promocode_code_value span::before {
  content: '';
  display: inline-block;
  width: 13px;
  height: 13px;
  margin: 0 5px 0 0;
  background: url(../img/icons/copy-icon.png) no-repeat;
}
.partner-bonuses .partner-bonuses-inner .partner-bonuses-wrap .partner-desc .partner-bonuses_promocode .partner-bonuses_promocode_code .partner-bonuses_promocode_code_copy {
  text-align: center;
}
.partner-bonuses .partner-bonuses-inner .partner-bonuses-wrap .partner-desc .partner-bonuses_promocode .partner-bonuses_promocode_code .partner-bonuses_promocode_code_copy span {
  display: block;
  font-size: 14px;
  line-height: 16px;
  color: var(--c-gray-23);
}
.partner-bonuses .partner-bonuses-inner .partner-bonuses-wrap .partner-desc .partner-bonuses_promocode .partner-bonuses_promocode_apply .partner-bonuses_promocode_apply_btn {
  margin: 0 0 7px 0;
}
.partner-bonuses .partner-bonuses-inner .partner-bonuses-wrap .partner-desc .partner-bonuses_promocode .partner-bonuses_promocode_apply .partner-bonuses_promocode_apply_expired span {
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  color: var(--c-gray-23);
}
.partner-bonuses .partner-bonuses-inner .partner-bonuses-wrap .partner-desc .partner-desc-title {
  margin: 0 0 5px 0;
  padding: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 23px;
}
.partner-bonuses .partner-bonuses-inner .partner-bonuses-wrap .partner-desc .partner-desc-content {
  margin: 0 0 8px 0;
  padding: 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #424242;
}
.partner-bonuses .partner-bonuses-inner .partner-bonuses-wrap .partner-desc .partner-desc-content a {
  color: var(--c-azure);
  text-decoration: underline;
}
.partner-bonuses .partner-bonuses-inner .partner-bonuses-wrap .partner-desc .btn-yellow {
  display: inline-block;
  margin: 0;
  padding: 0 20px;
  line-height: 40px;
  font-weight: 500;
}
.partner-bonuses .partner-bonuses-inner .partner-bonuses-wrap .partner-desc .btn-yellow.btn_yellowActive {
  position: relative;
  pointer-events: none;
}
.partner-bonuses .partner-bonuses-inner:nth-child(odd) {
  border-top: solid 1px #eee;
  border-bottom: solid 1px #eee;
}
#subscribers-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(70, 70, 70, 0.6);
  overflow: hidden;
  z-index: 4002;
}
#subscribers-modal .subscribers-modal__wrapper {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 380px;
  padding: 25px;
  text-align: center;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  z-index: 4003;
}
#subscribers-modal .subscribers-modal__wrapper img {
  margin: 0 0 25px 0;
}
#subscribers-modal .subscribers-modal__wrapper p {
  max-width: 300px;
  margin: 0 0 20px 0;
  line-height: 27px;
  font-weight: 500;
  font-size: 20px;
}
#subscribers-modal .subscribers-modal__wrapper .subscribers-modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  display: block;
  padding: 0;
  border: none;
  width: 20px;
  height: 20px;
  background: url('../img/icons/modal-delete.svg') no-repeat;
  background-size: cover;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
}
#subscribers-modal .subscribers-modal__wrapper .btn-yellow {
  min-width: 180px;
  padding: 0 20px;
  line-height: 45px;
  font-weight: 500;
  display: none;
  margin: 0;
}
.subscribers .subscribers-wrap {
  padding: 20px;
  background-color: var(--c-white-gray);
  border-bottom: 1px solid var(--c-gray-27);
}
.subscribers .subscribers-wrap:nth-of-type(2) {
  background-color: var(--c-white);
}
.subscribers .subscribers-wrap h2 {
  margin: 0 0 10px 0;
  font-size: 20px;
  font-weight: 500;
}
.subscribers .subscribers-wrap .mailing-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.subscribers .subscribers-wrap .mailing-wrap .mailing {
  padding: 10px;
  background: var(--c-white);
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
.subscribers .subscribers-wrap .mailing-wrap .mailing .timeout,
.subscribers .subscribers-wrap .mailing-wrap .mailing .timeout-clone {
  display: none;
  position: absolute;
  top: -60px;
  left: 0;
  padding: 10px;
  width: 224px;
  font-size: 14px;
  line-height: 16px;
  color: #464646;
  background: var(--c-white);
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  z-index: 100;
}
.subscribers .subscribers-wrap .mailing-wrap .mailing:first-of-type {
  margin: 0 20px 0 0;
}
.subscribers .subscribers-wrap .mailing-wrap .mailing img {
  float: left;
  margin: 7px 20px 0 0;
  width: 105px;
  height: 97px;
}
.subscribers .subscribers-wrap .mailing-wrap .mailing p {
  font-size: 14px;
  margin: 0 0 7px 0;
}
.subscribers .subscribers-wrap .mailing-wrap .mailing p strong {
  font-size: 16px;
}
.subscribers .subscribers-wrap .mailing-wrap .mailing .mailing-checkbox {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: left;
  margin: 0 5px 0 0;
  width: 34px;
  height: 20px;
  font-size: 14px;
  border-radius: 50px;
  background: #464646;
}
.subscribers .subscribers-wrap .mailing-wrap .mailing .mailing-checkbox input {
  display: none;
}
.subscribers .subscribers-wrap .mailing-wrap .mailing .mailing-checkbox::after {
  content: '';
  position: absolute;
  right: 3px;
  top: 6px;
  width: 11px;
  height: 12px;
  background: url(../img/image/subscribers/radio-1.svg) no-repeat;
  background-size: contain;
  z-index: 0;
}
.subscribers .subscribers-wrap .mailing-wrap .mailing .mailing-checkbox::before {
  content: '';
  position: absolute;
  left: 8px;
  top: 5px;
  width: 3px;
  height: 10px;
  background: url(../img/image/subscribers/radio-0.svg) no-repeat;
  background-size: contain;
  z-index: 0;
}
.subscribers .subscribers-wrap .mailing-wrap .mailing .mailing-checkbox label {
  white-space: nowrap;
  padding: 1px 0 0 40px;
  cursor: pointer;
}
.subscribers .subscribers-wrap .mailing-wrap .mailing .mailing-checkbox label::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  cursor: pointer;
  position: absolute;
  top: 3px;
  left: 17px;
  z-index: 1;
  background: #E0E1E2;
  border-radius: 100%;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.subscribers .subscribers-wrap .mailing-wrap .mailing .mailing-checkbox input[type=checkbox] {
  visibility: hidden;
}
.subscribers .subscribers-wrap .mailing-wrap .mailing .mailing-checkbox input[type=checkbox]:checked + label::before {
  left: 3px;
}
.subscribers .subscribers-wrap .follow {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px;
  min-height: 185px;
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
.subscribers .subscribers-wrap .follow p {
  margin: 0 10px 0 0;
  line-height: 23px;
  font-size: 20px;
}
.subscribers .subscribers-wrap .follow .follow-btn {
  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;
  padding: 0 22px;
  min-width: 190px;
  line-height: 45px;
  font-family: inherit;
  font-size: 14px;
  background: #EDF7FA;
  border-radius: 3px;
  border: none;
  color: var(--c-azure);
  text-decoration: underline;
  -webkit-text-decoration-style: dotted;
  text-decoration-style: dotted;
}
.subscribers .subscribers-wrap .follow .follow-btn i {
  display: block;
  width: 13px;
  height: 13px;
  margin: -2px 10px 0 0;
  background: url(../img/image/subscribers/bell.svg) no-repeat;
  background-size: contain;
}
.subscribers .subscribers-wrap .mailing-desc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
  background: var(--c-white);
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
.subscribers .subscribers-wrap .mailing-desc img {
  margin: 0 20px 0 0;
}
.subscribers .subscribers-wrap .mailing-desc p:first-child {
  margin: 0 0 5px 0;
}
.subscribers .subscribers-wrap .mailing-desc strong {
  font-size: 20px;
}
.reviews .reviews-wrap {
  border-bottom: 1px solid var(--c-gray-27);
  margin: 0 0 15px 0;
}
.reviews .reviews-wrap .reviews-content {
  padding: 0 20px 35px 20px;
  max-width: 550px;
}
.reviews .reviews-wrap .rating-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 10px 0;
}
.reviews .reviews-wrap .rating-title strong {
  font-size: 20px;
  line-height: 23px;
}
.reviews .reviews-wrap .areas .areas_title {
  padding: 0;
  margin: 0 0 6px 0;
}
.reviews .reviews-wrap .rating-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 20px 0;
}
.reviews .reviews-wrap .rating-box input {
  /*display: none;*/
  width: 0;
  height: 0;
  font-size: 0px;
  visibility: collapse;
}
.reviews .reviews-wrap .rating-box label {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 45px;
  height: 45px;
  font-weight: bold;
  font-size: 16px;
  line-height: 23px;
  color: var(--c-gray-1);
  background: url(../img/image/reviews/rait-gray.svg) no-repeat;
  background-size: contain;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.reviews .reviews-wrap .rating-box label:hover,
.reviews .reviews-wrap .rating-box label:hover ~ label,
.reviews .reviews-wrap .rating-box input:checked ~ label {
  color: var(--c-white);
  background: url(../img/image/reviews/rait-azure.svg) no-repeat;
  background-size: contain;
}
.reviews .reviews-wrap .write-review {
  margin: 0 0 10px 0;
  font-size: 18px;
  line-height: 21px;
}
.reviews .reviews-wrap textarea {
  width: 100%;
  height: 110px;
  margin: 0 0 7px 0;
  padding: 15px;
  font-family: inherit;
  font-size: 16px;
  line-height: 19px;
  background: #F4F6F8;
  border-radius: 3px;
  border: none;
}
.reviews .reviews-wrap textarea::-webkit-input-placeholder {
  font-size: 16px;
  line-height: 19px;
  color: var(--c-gray-1);
}
.reviews .reviews-wrap textarea::-moz-placeholder {
  font-size: 16px;
  line-height: 19px;
  color: var(--c-gray-1);
}
.reviews .reviews-wrap textarea:-ms-input-placeholder {
  font-size: 16px;
  line-height: 19px;
  color: var(--c-gray-1);
}
.reviews .reviews-wrap textarea::-ms-input-placeholder {
  font-size: 16px;
  line-height: 19px;
  color: var(--c-gray-1);
}
.reviews .reviews-wrap textarea::placeholder {
  font-size: 16px;
  line-height: 19px;
  color: var(--c-gray-1);
}
.reviews .reviews-wrap .review-desc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.reviews .reviews-wrap .review-desc p {
  font-size: 14px;
  line-height: 18px;
  color: var(--c-gray-1);
}
.reviews .reviews-wrap .review-desc a {
  color: var(--c-azure);
  font-size: 14px;
  line-height: 16px;
  text-decoration: underline;
}
.reviews .documents .download-box {
  width: 510px;
}
.reviews .documents .photo-box {
  width: 510px;
}
.reviews .documents .file-original-name {
  width: 250px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.reviews .desc {
  width: auto;
}
.reviews .desc span {
  color: var(--c-gray-1);
}
.reviews .rules-photo {
  display: block;
  margin: 0 0 16px 0;
  padding: 0 0 0 20px;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: var(--c-azure);
}
.format-mobile {
  display: none;
}
.tour-review {
  min-height: 300px !important;
  padding: 0 !important;
  background: var(--c-white) !important;
}
.tour-review .tour-head {
  padding: 0;
}
.tour-review .active-app p {
  font-size: 14px;
  margin: 0;
}
.tour-review .active-app ul li {
  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;
  margin: 0;
}
.tour-review .tour-desc {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-bottom: 1px solid var(--c-gray-27);
}
.write-review .active-app {
  background: var(--c-white);
  padding: 0;
  min-height: 200px;
}
.title-modal-review {
  font-size: 20px !important;
  line-height: 24px !important;
}
.title-modal-review-large {
  font-size: 30px !important;
  line-height: 35px !important;
}
.photo {
  max-height: 80vh;
  overflow: hidden;
  overflow-y: auto;
  padding-top: 1px !important;
  text-align: left !important;
}
.photo .modal-delete-btn {
  margin: 20px auto 0 0;
  padding: 0 41px !important;
  line-height: 45px !important;
}
.modal-reviews {
  width: 560px !important;
}
.modal-reviews p {
  text-align: left !important;
}
.modal-reviews .title-modal {
  margin: 0 !important;
}
.modal-reviews .modal-desc {
  padding: 16px 0;
  border-top: solid 1px var(--c-gray-27);
}
.modal-reviews .modal-desc:first-of-type {
  border-top: none;
}
.modal-reviews .reviews-wrap {
  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;
  margin: 0 0 10px 0;
}
.modal-reviews .reviews-wrap:first-of-type {
  padding: 0;
}
.modal-reviews i {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-size: cover;
  margin: 0 10px 0 0;
}
.modal-reviews .good-review {
  background-image: url(../img/icons/reviews/goodReview.png);
}
.modal-reviews .bad-review {
  background-image: url(../img/icons/reviews/badReview.svg);
}
.modal-reviews .review {
  font-size: 16px !important;
}
.modal-reviews .modal-desc {
  margin: 0 !important;
}
.modal-reviews ul {
  text-align: left !important;
  line-height: 26px;
  list-style-type: none;
}
.modal-reviews ul li {
  margin-left: 0;
}
.modal-reviews ul li:before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  margin: 0 4px 0 0;
  border-radius: 50%;
  vertical-align: middle;
  background: var(--c-azure);
}
.modal .modal_wrap.modal-reviews {
  padding-bottom: 49px !important;
}
.modal-reviews.photo .modal-delete-bt {
  margin-top: 8px !important;
}
.loader-wrap {
  min-height: 273px;
  position: relative;
}
.info-wrapper .your_request-rev {
  padding: 0 0 7px 20px !important;
  font-size: 20px;
  line-height: 24px;
}
.developer-edition.reviews_active-app {
  padding-top: 0 !important;
}
.developer-edition {
  background: var(--c-white-gray);
  padding: 20px;
  min-height: 0 !important;
}
.developer-edition .your_request {
  padding: 0;
  margin: 0 0 10px 0;
}
.developer-edition .active-app_block:hover {
  border: 1px solid #fff;
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
}
.developer-edition .active-app_block .active-app_box {
  padding: 10px 20px 3px 20px;
}
.developer-edition .active-app_block .btn-yellow {
  display: inline-block;
}
.developer-edition .click-wrap {
  display: grid;
  grid-template-columns: 200px 1fr;
}
.developer-edition .click-wrap img.tour-photo {
  width: 100% !important;
}
.developer-edition .developer-edition-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 70px;
  background: var(--c-white);
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
.developer-edition .developer-edition-wrapper img {
  margin: 0 10px 0 0;
}
.developer-edition .developer-edition-wrapper .dev-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.developer-edition .developer-edition-wrapper .dev-wrap strong {
  font-weight: 700;
}
.tour-photo__mobile {
  display: none;
}
.your-reviews-wrap {
  padding: 0 21px 21px 21px;
}
.your-reviews-wrap .your-reviews-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  color: var(--c-black-1);
  padding: 17px 0 10px 0;
}
.your-reviews {
  background: var(--c-white);
  -webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  padding: 12px 19px 10px 19px;
}
.your-reviews .bottom-hr {
  padding: 7px 0;
  border-bottom: 1px solid #EEEEEE;
}
.your-reviews .bottom-hr.bottom-hr_header {
  padding-bottom: 14px;
}
.your-reviews .bottom-hr:last-child {
  border-bottom: none;
}
.your-reviews .reviews-title p {
  font-size: 14px;
  line-height: 16px;
  color: #9E9E9E;
  margin: 0 0 0 3px;
}
.your-reviews .reviews-content {
  background: #fff;
  border-radius: 2px;
}
.your-reviews .color {
  background: #FEF5D2;
}
.your-reviews .moderator-info_desktop {
  display: block !important;
}
.your-reviews .moder-info {
  padding: 7px 19px;
  background: #fff;
  font-size: 14px;
  color: #464646;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 546px;
  text-align: center;
  white-space: nowrap;
}
.your-reviews .moder-info a {
  color: var(--c-azure);
  text-decoration: underline;
}
.your-reviews .rating {
  margin: 0px 0 2px 0;
}
.your-reviews .tour-review-wrap {
  display: grid;
  grid-template-columns: 200px 120px 229px 75px 85px 1fr;
  position: relative;
}
.your-reviews .tour-review-wrap .center {
  text-align: center;
}
.your-reviews .tour-review-wrap .date-review,
.your-reviews .tour-review-wrap .text-review,
.your-reviews .tour-review-wrap .service,
.your-reviews .tour-review-wrap .operator-balls,
.your-reviews .tour-review-wrap .hotel-balls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 4px 4px 0 4px;
}
.your-reviews .tour-review-wrap .service,
.your-reviews .tour-review-wrap .operator-balls,
.your-reviews .tour-review-wrap .hotel-balls {
  text-align: center;
}
.your-reviews .tour-review-wrap .text-review p {
  width: 229px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow-x: hidden;
}
.your-reviews .tour-review-wrap .headtour-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 7px;
}
.your-reviews .tour-review-wrap .headtour-info .info-tour-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.your-reviews .tour-review-wrap .headtour-info .headinfo-img {
  width: 60px;
  height: 40px;
  margin: 0 7px 0 0;
  border-radius: 3px;
}
.your-reviews .tour-review-wrap .headtour-info p {
  overflow-x: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 120px;
}
.your-reviews .tour-review-wrap .headtour-info .starsss {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Cabinet_WriteReview .info-wrapper > .write-review {
  margin: 0 0 16px 0;
}
.Cabinet_WriteReview .write-review .tour-review {
  border-bottom: solid 1px var(--c-gray-27);
}
.Cabinet_WriteReview .write-review .tour-desc {
  padding: 15px 24px 0 24px;
}
.Cabinet_WriteReview .write-review .tour-desc .tour-name {
  font-size: 20px;
  line-height: 24px;
}
.Cabinet_WriteReview .write-review .tour-desc .country-name {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: var(--c-gray-1);
}
.Cabinet_Reviews .reviews-outer {
  padding-top: 20px;
  background-color: var(--c-white-gray);
}
.cropper {
  display: inline-block;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}
.cropper-centered {
  margin: 0 auto;
}
.cropper25 {
  width: 25px;
  height: 25px;
}
.cropper55 {
  width: 55px;
  height: 55px;
}
.cropper70 {
  width: 70px;
  height: 70px;
}
.cropper76 {
  width: 76px;
  height: 76px;
}
.cropper100 {
  width: 100px;
  height: 100px;
}
.cropper_image {
  position: absolute;
  left: 50%;
  top: 50%;
  height: auto;
  width: 100%;
  transform: translate(-50%, -50%);
}



.loader-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .08);
    z-index: 9;
}
.block {
    display: block;
}
.w-100 {
    width: 100%;
}

.rounded3 {
    border-radius: 3px;
}
.rounded3-tl {
    border-top-left-radius: 3px;
}
.rounded3-bl {
    border-bottom-left-radius: 3px;
}
.rounded3-br {
    border-bottom-right-radius: 3px;
}
.rounded3-tr {
    border-top-right-radius: 3px;
}
table.rounded3 {
    overflow: hidden;
}
.light-sky-blue-bg {
    background-color: #D9F3FD;
}
.white-bg {
    background-color: var(--c-white);
}
.crystal-bg {
    background-color: #F6FDFF;
}
.box2-wrapper {
    position: relative;
    padding: 20px;
    border-bottom: solid 1px #eee;
}
.box2-wrapper.crystal-bg {
    background-color: #F6FDFF;
}
.box2 {
}
.box2 > p {
    margin: 0 0 12px 0;
    padding: 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 18px;
    color: #424242;
}
.box2 > p:last-of-type {
    margin-bottom: 0;
}
.box2 > p > a {
    color: var(--c-azure);
    text-decoration: underline;
}
    .box2 > ol {
        margin: 0;
        padding: 0;
        list-style: decimal inside none;
    }
    .box2 > ul {
        margin: 0;
        padding: 0;
        list-style: circle inside none;
    }
.box2 > ol li {
    margin: 0 0 12px 0;
    padding: 0;
}
    .box2 > p + ol,
    .box2 > p + ul {
        margin-top: 12px;
    }
    .box2 > ol > li:last-of-type,
    .box2 > ul > li:last-of-type {
        margin-bottom: 0;
    }

.box2-wrapper .box2-wrapper-title {
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 20px;
    font-weight: 500;
}
.box2-wrapper .box2-wrapper-title.collabsible-item-label {
    margin-bottom: 0 !important;
}

.box2-wrapper .box2 {
    margin-bottom: 15px;
}
.box2-wrapper .box2:last-of-type {
    margin-bottom: 0;
}
.p-15 {
    padding: 15px;
}
.mr-20 {
    margin-right: 20px !important;
}
.mt-30 {
    margin-top: 30px !important;
}
.mt-20 {
    margin-top: 20px !important;
}
.mt-15 {
    margin-top: 15px !important;
}
.mt-8 {
    margin-top: 8px !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.box2.shadow-box {
    background: var(--c-white);
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
}
.box2 table {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
}
.box2 table th {
    margin: 0;
    padding: 0;
}
    .box2 table .th, .box2 table td {
        font-size: 14px;
        line-height: 17px;
        font-weight: normal;
        color: var(--c-black-1);
    }
    .box2 table .th {
        padding: 13px 12px;
        text-align: left;
        cursor: default;
    }
        .box2 table td {
            padding: 16px 12px;
            text-align: left;
        }
.box2 table.bordered-bottom tr td {
    border-bottom: solid 1px #eee;
}
    .box2 table.bordered-bottom tr:last-of-type td {
        padding-bottom: 0;
        border-bottom: none;
    }

.collabsible-item-toggle {
    display: none;
}
.collabsible-item-label {
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: all 0.25s ease-out;
}
    .collabsible-item-label::after {
        content: '';
        display: block;
        padding: 3px;
        margin-top: -3px;
        height: 0px;
        transform: rotate(45deg);
        transition: transform .2s ease-out;
        -webkit-transform: rotate(45deg);
        border: solid #9e9e9e;
        border-width: 0 1px 1px 0;
    }

.collabsible-item-toggle:checked + .collabsible-item-label::after {
    transform: rotate(225deg) translateX(-3px);
    border-color: #00aeef;
}

.collabsible-item-content {
    max-height: 0px;
    overflow: hidden;
    transition: max-height .25s ease-in-out;
}
.collabsible-item-content .box2.shadow-box {
    margin: 3px !important;
}

.collabsible-item-toggle:checked + .collabsible-item-label + .collabsible-item-content,
.collabsible-item-toggle:checked + .collabsible-item-content {
    max-height: 1000vh;
}

.form-box2 {

}
.form-box2 .form-box2-caption {
    margin: 0 0 8px 0;
    padding: 0;
    font-size: 18px;
    font-weight: 500;
    color: var(--c-black-1);
}
.form-box2 .form-box2-row {
    margin: 0 0 14px 0;
    padding: 0;
}
    .form-box2 > .form-box2-row:last-of-type {
        margin-bottom: 0 !important;
    }
.form-box2 .form-box2-row-submit {
    margin-top: 25px;
}
    .form-box2 .form-box2-row-submit button {
        margin-right: 12px;
    }
    .form-box2 .form-box2-row-submit button:last-of-type {
        margin-right: 0;
    }
    .form-box2 .form-box2-row-error {
        margin-top: 25px;
        padding: 15px;
        background: rgba(236, 32, 31, 0.05);
        border-radius: 3px;
        font-size: 16px;
        line-height: 19px;
        color: #EC201F;
    }
.form-box2 .form-box2-label {
    margin: 0 0 6px 0;
    padding: 0;
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: var(--c-black-1);
}
.flex {
    display: flex;
    align-items: center;
}
.flex1 {
    flex: 1;
}
.flex-col {   
}
.flex-fixed-col {
    flex-shrink: 0;
}
.js-c {
    justify-content: center;
}
.js-e {
    justify-content: flex-end;
}

.inp2 {
    color: var(--c-black-1);
    font-size: 16px;
    line-height: 55px;
    padding: 0 0 0 15px;
    background: #f4f6f8;
    border: none;
    border-radius: 3px;
}
    .inp2.has-error {
        border: 2px solid #EC201F !important;
        line-height: 51px;
    }

.btn.btn-h55,
.btn-blue.btn-h55,
.btn-blue2.btn-h55 {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 55px;
    font-size: 20px;
}
.btn-bordered.btn-h55 {
    line-height: 53px;
}
.btn.btn-h40,
.btn-blue.btn-h40,
.btn-blue2.btn-h40 {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 40px;
    font-size: 16px;
    font-weight: normal;
}

.btn-bordered.btn-h40 {
    line-height: 38px;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.checkbox2 {
    position: relative;
    display: flex;
    align-items: center;
    user-select: none;
    justify-content: flex-start;
}

    .checkbox2 > i {
        margin: 0 8px 0 0;
    }

        .checkbox2 > i, .checkbox2 > i::before {
            display: inline-block;
            width: 25px;
            height: 25px;
            font-size: 0;
            line-height: 0;
        }

    .checkbox2 > input[type="checkbox"] {
        position: absolute;
        left: 0;
        top: 0;
        width: 1px;
        height: 1px;
        opacity: 0;
    }

    .checkbox2 > i.__checked::before {
        content: url("data:image/svg+xml;utf8,%3Csvg%20width%3D'25'%20height%3D'25'%20viewBox%3D'0%200%2025%2025'%20fill%3D'none'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath%20fill-rule%3D'evenodd'%20clip-rule%3D'evenodd'%20d%3D'M0%203C0%201.34315%201.34315%200%203%200H22C23.6569%200%2025%201.34315%2025%203V22C25%2023.6569%2023.6569%2025%2022%2025H3C1.34315%2025%200%2023.6569%200%2022V3Z'%20fill%3D'%2300AEEF'%2F%3E%3Cpath%20fill-rule%3D'evenodd'%20clip-rule%3D'evenodd'%20d%3D'M4.3476%2010.763V12.232L10.7855%2018.4785L20.6519%208.90531V7.60889H19.1677L11.0661%2015.4697L5.92848%2010.4848'%20fill%3D'white'%2F%3E%3C%2Fsvg%3E");
    }

    .checkbox2 > i.__unchecked::before {
        content: url("data:image/svg+xml;utf8,%3Csvg%20width%3D'25'%20height%3D'25'%20viewBox%3D'0%200%2025%2025'%20fill%3D'none'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Crect%20x%3D'1.5'%20y%3D'1.5'%20width%3D'22'%20height%3D'22'%20rx%3D'1.5'%20stroke%3D'%23EAEAEA'%20stroke-width%3D'3'%2F%3E%3C%2Fsvg%3E");
    }

    .checkbox2 > input[type="checkbox"] + i::before {
        content: url("data:image/svg+xml;utf8,%3Csvg%20width%3D'25'%20height%3D'25'%20viewBox%3D'0%200%2025%2025'%20fill%3D'none'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Crect%20x%3D'1.5'%20y%3D'1.5'%20width%3D'22'%20height%3D'22'%20rx%3D'1.5'%20stroke%3D'%23EAEAEA'%20stroke-width%3D'3'%2F%3E%3C%2Fsvg%3E");
    }

    .checkbox2 > input[type="checkbox"]:checked + i::before {
        content: url("data:image/svg+xml;utf8,%3Csvg%20width%3D'25'%20height%3D'25'%20viewBox%3D'0%200%2025%2025'%20fill%3D'none'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath%20fill-rule%3D'evenodd'%20clip-rule%3D'evenodd'%20d%3D'M0%203C0%201.34315%201.34315%200%203%200H22C23.6569%200%2025%201.34315%2025%203V22C25%2023.6569%2023.6569%2025%2022%2025H3C1.34315%2025%200%2023.6569%200%2022V3Z'%20fill%3D'%2300AEEF'%2F%3E%3Cpath%20fill-rule%3D'evenodd'%20clip-rule%3D'evenodd'%20d%3D'M4.3476%2010.763V12.232L10.7855%2018.4785L20.6519%208.90531V7.60889H19.1677L11.0661%2015.4697L5.92848%2010.4848'%20fill%3D'white'%2F%3E%3C%2Fsvg%3E");
    }