@font-face {
  font-family: "PFDinTextCompPro-Regular";
  src: url("../font/pfdintextcomppro-regular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: "PFDinTextCompPro-Medium";
  src: url("../font/pfdintextcomppro-medium.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: "PFDinTextCompPro-Light";
  src: url("../font/pfdintextcomppro-light.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

.clear {
  padding-left: 0;
  padding-right: 0; }

.left {
  padding-left: 0; }

.right {
  padding-right: 0; }

body {
  margin: 0;
  font-family: 'PFDinTextCompPro-Regular' !important;
  line-height: inherit !important;
  text-decoration-skip-ink: none; }

body a:visited, a:active, a:link, a:hover {
  text-decoration: none; }

.my_container {
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 1rem; }

input[type=checkbox], input[type=radio] {
  width: 15px;
  height: 15px;
  cursor: pointer; }

.agreed-checkbox {
  font-weight: normal;
  color: #88908e;
  display: inline-block;
  cursor: pointer;
  line-height: 26px;
  font-size: 12px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .agreed-checkbox:before {
    color: #747474;
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    vertical-align: middle;
    text-align: center;
    line-height: 1.1;
    -webkit-box-shadow: inset 0 0 0 2px #d4d4d2;
            box-shadow: inset 0 0 0 2px #d4d4d2; }
  input[type=checkbox]:checked + .agreed-checkbox:before {
    content: "\2713";
    font-size: 20px; }

button {
  font-family: "PFDinTextCompPro-Regular", sans-serif; }

.to-next-block__next-tab-link {
  color: #fff;
  background-color: #f57d24;
  cursor: pointer;
  padding: 4px 1.6em 7px;
  outline: none;
  border: none;
  font-size: 1.6em;
  letter-spacing: 1px; }
  .to-next-block__next-tab-link[disabled] {
    opacity: 0.6;
    cursor: not-allowed; }
  .to-next-block__next-tab-link:hover {
    color: #fff; }

.rent-tour-equipment__table-body__edit__edit-button,
.btn_edit {
  font-size: 0;
  cursor: pointer;
  background-color: #549cad;
  outline: none;
  border: none; }
  .rent-tour-equipment__table-body__edit__edit-button:before,
  .btn_edit:before {
    content: '';
    display: inline-block; }

.rent-tour-equipment__table-body__edit__edit-button {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.btn_edit:before,
.rent-tour-equipment__table-body__edit__edit-ico {
  width: 19px;
  height: 18px;
  background: url("../img/rent_tour_pencil.png") no-repeat; }

.btn_edit {
  width: 30px; }
  .btn_edit:before {
    position: relative;
    left: -6px; }

.filter-tour .submit_wrap button,
.main-news__all-news-a_orange {
  font-size: 1.9em;
  background-color: #f57d24;
  letter-spacing: 1px;
  -webkit-box-shadow: inset 0 -3px 0 #EE5B15;
          box-shadow: inset 0 -3px 0 #EE5B15; }

.filter-tour .submit_wrap {
  margin-bottom: -53px; }
  .filter-tour .submit_wrap button {
    text-align: center;
    color: #fff;
    cursor: pointer;
    outline: none;
    padding: 0.4em 1.1em 0.5em;
    border: none; }

.main-news-for-button {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 15px 0 5em; }

.main-news__all-news-a_orange {
  padding: 0.5em 3em 0.6em;
  color: #fff; }
  .main-news__all-news-a_orange:hover {
    color: #fff; }

.standart-text-page {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-right: 5rem;
  color: #454545;
  font-size: 1.5em;
  text-align: left; }
  @media only screen and (max-width: 1070px) {
    .standart-text-page {
      padding-right: 1rem; } }
  .standart-text-page .standart-text-page {
    font-size: inherit; }
  .standart-text-page img {
    width: auto;
    max-width: 100%;
    height: auto; }
  .standart-text-page .h3-style {
    color: #454545;
    font-size: 25px;
    text-transform: uppercase;
    margin-bottom: 15px; }
  .standart-text-page h3 {
    color: #fff;
    font-size: 25px;
    line-height: 20px;
    font-weight: normal !important;
    text-transform: uppercase;
    background-color: #9ebc0a;
    padding: 10px 18px 8px 18px;
    margin-bottom: 15px; }
  .standart-text-page ul,
  .standart-text-page ol {
    width: 95%;
    margin: 0 0 0.8em 2rem; }
  .standart-text-page a {
    color: #252525;
    text-decoration: underline; }
  .standart-text-page p [style*="font-size: x-small"] {
    font-size: 0.85em !important; }

.standart-text-page table {
  font-size: 0.89em;
  line-height: 1.231; }

table td {
  padding: 0;
  border: 0; }

.left_top_corner {
  width: 15px;
  height: 15px;
  background: url("../images/left_top_corner.gif") no-repeat top left;
  font-size: 2px; }

.top_line {
  background: url("../images/top_line_bg.gif") repeat-x top left;
  font-size: 2px; }

.right_top_corner {
  width: 15px;
  height: 15px;
  background: url("../images/right_top_corner.gif") no-repeat top left;
  font-size: 2px; }

.left_center_td {
  background: url("../images/line_bg.gif") repeat-y top left; }

.middle_center_td {
  text-align: center; }

.right_center_td {
  background: url("../images/line_bg.gif") repeat-y top right; }

.banner_title_a {
  font-weight: bold;
  font-size: 25px;
  text-decoration: none !important; }
  .standart-text-page .banner_title_a {
    color: red; }

.left_bottom_corner {
  width: 15px;
  height: 15px;
  background: url("../images/left_bottom_corner.gif") no-repeat bottom left;
  font-size: 2px; }

.bottom_line {
  height: 15px;
  background: url("../images/bottom_line_bg.gif") repeat-x bottom left;
  font-size: 2px; }

.right_bottom_corner {
  width: 15px;
  height: 15px;
  background: url("../images/right_bottom_corner.gif") no-repeat bottom right;
  font-size: 2px; }

.left_top_corner_color {
  width: 15px;
  height: 15px;
  background: url("../images/left_top_corner_color.gif") no-repeat top left;
  background-size: 190%; }

.right_top_corner_color {
  width: 349px;
  height: 15px;
  background: url("../images/right_top_corner_color.gif") no-repeat top right;
  background-color: #F9F2E6; }

.middle_center_td_color {
  width: 334px;
  text-align: left;
  vertical-align: top;
  background-color: #F9F2E6; }
  .middle_center_td_color p {
    margin-bottom: 0; }
  .middle_center_td_color a {
    text-decoration: none; }
    .middle_center_td_color a:hover {
      text-decoration: underline !important; }

.left_bottom_corner_color {
  width: 15px;
  height: 22px;
  background: url("../images/left_bottom_corner_color.gif") no-repeat top left;
  background-size: 190%; }

.right_bottom_corner_color {
  width: 249px;
  height: 15px;
  background: url("../images/right_bottom_corner_color.gif") no-repeat bottom right;
  background-color: #F9F2E6; }

.table_one td {
  border: 1px solid #E2E2E2;
  border-collapse: collapse;
  padding: 5px; }

.text-pages-list {
  width: 100%;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 1rem auto;
  padding: 0 1rem; }
  .text-pages-list .news_main_container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #454545;
    font-size: 20px;
    line-height: 24px;
    text-align: left; }
  .text-pages-list .news_main_container h2 {
    color: #454545;
    font-size: 25px;
    margin-bottom: 15px;
    text-transform: uppercase; }
  .text-pages-list .news_main_container .cat_list {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    text-align: left; }
  .text-pages-list .news_main_container .cat_list li {
    list-style-type: none;
    margin-bottom: .2rem; }
  .text-pages-list .news_main_container .back-button {
    margin: 1rem auto; }

.order-report table {
  text-align: center; }

.order-report table thead {
  border-top: 1px solid #e1e1e1; }

.order-report table th {
  width: 120px;
  height: 30px;
  text-align: center;
  border-right: 1px solid #e1e1e1; }

.order-report table th:first-child {
  border-left: 1px solid #e1e1e1; }

.order-report table tr {
  border-bottom: 1px solid #e1e1e1; }

.order-report table td {
  width: 120px;
  height: 30px;
  border-right: 1px solid #e1e1e1; }

.order-report table td:first-child {
  border-left: 1px solid #e1e1e1; }

.modal-backdrop.in {
  opacity: 0.5; }

.modal.fade.in {
  opacity: 1; }

.modal {
  text-align: center;
  padding: 0 !important; }
  .modal:before {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px; }
    @media (min-width: 630px) {
      .modal:before {
        content: ''; } }
    @media (max-width: 575px) {
      .modal:before {
        display: none; } }

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -15%);
            transform: translate(0, -15%); }

.modal .modal-dialog {
  margin-top: 120px; }
  .modal .modal-dialog .modal-content .modal-header {
    display: block;
    border-bottom: none; }
  .modal .modal-dialog .modal-content .modal-header .modal-title {
    color: #454545;
    font-size: 40px;
    line-height: 45px;
    font-weight: normal;
    margin-bottom: 10px;
    text-transform: uppercase;
    border-bottom: 3px solid #9ebc0a; }
  .modal .modal-dialog .modal-content .modal-body .form-horizontal .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .modal .modal-dialog .modal-content .modal-body .form-horizontal .form-group .control-label {
    max-width: 50%;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    padding: 0;
    color: #333;
    font-size: 23px;
    line-height: 25px; }
  .modal .modal-dialog .modal-content .modal-body .form-horizontal .form-group textarea {
    resize: none;
    border: 1px solid #e6e6e0; }
  .modal .modal-dialog .modal-content .modal-body .form-horizontal .form-group div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .modal .modal-dialog .modal-content .modal-body .form-horizontal .form-group button {
    border: none;
    outline: none;
    border-radius: 0;
    width: 175px;
    height: 40px;
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    background-color: #f57d24; }

.additional-services-table-modal h3 {
  color: #454545;
  font-size: 2.5em;
  margin: 10px 0; }

.additional-services-table-modal .table-responsive th {
  text-align: center;
  font-size: 1.6em;
  border: none; }

.additional-services-table-modal .table-responsive td {
  text-align: right;
  font-size: 1.4em;
  border: none; }
  .additional-services-table-modal .table-responsive td input {
    text-align: center;
    font-size: 1rem;
    border: 1px solid #ced4da;
    border-radius: .25rem; }

.photobox {
  border: 0 solid #666 !important;
  background-color: transparent !important;
  padding: 0 !important; }
  .photobox .container-close {
    position: fixed;
    top: 5px;
    right: 5px;
    height: 16px;
    width: 16px;
    background: url(../images/lightboxclose.png) 0 0 no-repeat !important; }
  .photobox .container-close.nonsecure {
    background: url(../images/lightboxclose.png) 0 0 no-repeat !important; }
  .photobox .container-close.secure {
    background: url(../images/lightboxclose.png) 0 0 no-repeat !important; }
  .photobox .hd {
    border: 0px !important;
    background: transparent !important;
    background-image: none !important;
    color: #FFF !important;
    text-align: center;
    padding: 0px !important;
    margin: 0px;
    width: 100%; }
  .photobox .hd span {
    vertical-align: middle;
    line-height: 15px;
    background-color: transparent !important; }
  .photobox .bd {
    width: auto;
    padding: 1px;
    background-color: #fff !important;
    border: 0px !important;
    padding: 5px !important;
    overflow: hidden !important;
    text-align: center;
    border-radius: 5px; }
  .photobox .bd img {
    border: none; }
  .photobox .caption {
    background-color: transparent !important;
    border: 0px !important;
    color: #fff !important;
    padding: 0px; }
  .photobox .ft {
    height: 16px;
    width: 100%;
    padding: 0 !important;
    position: relative;
    background-color: transparent !important;
    border: 0px !important; }
  .photobox .ft .back {
    position: fixed;
    left: 50%;
    margin-left: -64px;
    bottom: 18px;
    width: 25px;
    height: 15px;
    color: #fff !important;
    background-image: url(../images/lightbox_left.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-color: transparent; }
  .photobox .ft .back:hover,
  .photobox .ft .next:hover {
    text-decoration: none; }
  .photobox .ft .back img,
  .photobox .ft .next img {
    border: none; }
  .photobox .ft .next {
    position: fixed;
    left: 50%;
    margin-left: 39px;
    bottom: 18px;
    width: 25px;
    height: 15px;
    color: #fff !important;
    background-image: url(../images/lightbox_right.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-color: transparent; }
  .photobox .ft .playpause {
    position: fixed;
    left: 50%;
    margin-left: -15px;
    bottom: 10px;
    width: 30px;
    height: 30px;
    color: #fff !important; }
  .photobox .ft .play {
    background-image: url(../images/lb_play.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-color: transparent; }
  .photobox .ft .pause {
    background-image: url(../images/lb_pause.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-color: transparent; }

.make-order-page {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .make-order-page .make-order-block {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .make-order-page .make-order-block .make-order-inner-block {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 35px 0; }
  .make-order-page .make-order-block .make-order-inner-block p {
    max-width: 290px;
    text-align: center;
    margin-bottom: 5px;
    font-family: 'PFDinTextCompPro-Regular' !important; }
  .make-order-page .make-order-block .make-order-inner-block .auth-wall {
    width: 300px;
    max-width: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .make-order-page .make-order-block .make-order-inner-block .auth-wall form {
    width: 300px;
    max-width: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .make-order-page .make-order-block .make-order-inner-block .auth-wall form input {
    width: 100%;
    margin-bottom: 12px; }
  .make-order-page .make-order-block .make-order-inner-block .auth-wall form button {
    width: 200px;
    height: 40px;
    line-height: 17px;
    border-radius: 0;
    border: none;
    background-color: #f57d24;
    font-family: 'PFDinTextCompPro-Regular' !important; }
  .make-order-page .make-order-block .make-order-inner-block .auth-wall form .new-account {
    margin: 10px 0; }
  .make-order-page .make-order-block .make-order-inner-block .auth-wall form .link-to-login {
    width: 200px;
    height: 40px;
    line-height: 31px;
    margin-bottom: 15px;
    border-radius: 0;
    border: none;
    background-color: #9ebc0a;
    font-family: 'PFDinTextCompPro-Regular' !important; }

.open-tour-program-block__one-day-program__header_first {
  background-color: #9ebc0a !important;
  border: none !important; }
  .open-tour-program-block__one-day-program__header_first span {
    color: #fff !important; }

.open-tour-program-block__one-day-program__header_last {
  background-color: #9ebc0a !important;
  border: none !important; }
  .open-tour-program-block__one-day-program__header_last span {
    color: #fff !important; }

.page-name {
  max-width: 97%;
  color: #454545;
  font-size: 40px;
  line-height: 45px;
  font-weight: normal;
  text-align: left;
  text-transform: uppercase;
  margin-top: 25px;
  margin-bottom: 10px;
  border-bottom: 3px solid #9ebc0a; }

.all-tours-filters-block {
  margin: 35px 0 !important; }

.tour-filter {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.tour-filter .my_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.filter-tour {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid #e6e6e0;
  background-color: #f5f5f5;
  padding: 30px;
  position: relative;
  margin: 25px 0; }

.tour-filter-span {
  position: absolute;
  content: '';
  top: -32px;
  left: 5px;
  color: #fff;
  font-size: 28px;
  line-height: 28px;
  padding: 10px 25px;
  background-color: #096982;
  text-transform: uppercase; }

.filter-main-block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.month-list {
  width: 165px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: 15px;
  margin-right: 50px; }
  .month-list .month-list__item {
    display: none;
    color: #9ebc0a;
    font-size: 19px;
    line-height: 19px; }
  .month-list .month-list__item_selected {
    display: block; }
  .month-list .month-list__prev {
    color: #9ebc0a;
    font-size: 19px;
    line-height: 19px;
    cursor: pointer; }
  .month-list .month-list__prev_disabled {
    color: #454545;
    cursor: default; }
  .month-list .month-list__next {
    color: #9ebc0a;
    font-size: 19px;
    line-height: 19px;
    cursor: pointer; }
  .month-list .month-list__next__disabled {
    color: #454545;
    cursor: default; }

.filter-tour .slider-horizontal {
  margin: 30px 0 !important; }

.tour-filter__month-param {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 15px; }

.tour-filter__month-param input {
  width: 230px;
  height: 35px;
  color: #454545;
  background-color: #fff;
  padding-left: 7px;
  margin-right: 30px;
  border: 1px solid #e6e6e0; }

.tour-filter__month-param input:last-child {
  margin-right: 0; }

.tour-filter__main-categories {
  width: 95%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 25px 0;
  border-top: 1px solid #e6e6e0;
  border-bottom: 1px solid #e6e6e0;
  margin-bottom: 15px; }

.tour-filter__main-categories ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 0;
  margin: 0; }

.tour-filter__main-categories ul li {
  list-style-type: none; }

.tour-filter__main-categories ul li label {
  color: #454545;
  font-size: 16px;
  line-height: 16px;
  cursor: pointer;
  margin: 0; }

.tour-filter__main-categories ul li label input[type="radio"] {
  display: none; }

.tour-filter__main-categories ul li label .radio {
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  border: 1px solid #666;
  border-radius: 50%;
  background-color: transparent;
  position: relative;
  margin-bottom: 3px; }

.tour-filter__main-categories ul li label input:checked + .radio:before {
  position: absolute;
  content: "";
  display: block;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: #9ebc0a;
  border-radius: 50%; }

.tour-filter__main-categories ul li label input:checked {
  color: #9ebc0a; }

.tour-filter__sub-categories {
  width: 95%;
  min-height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 15px; }
  .tour-filter__sub-categories ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
    margin: 0; }
  .tour-filter__sub-categories ul li {
    list-style-type: none;
    margin-right: 20px;
    margin-bottom: 10px; }
  .tour-filter__sub-categories ul li:last-child {
    margin-right: 0; }
  .tour-filter__sub-categories ul li label {
    position: relative;
    color: #454545;
    font-size: 16px;
    line-height: 16px;
    margin: 0;
    cursor: pointer; }
    .tour-filter__sub-categories ul li label input[type="checkbox"] {
      display: none; }
    .tour-filter__sub-categories ul li label .checkbox {
      display: inline-block;
      vertical-align: middle;
      width: 15px;
      height: 15px;
      border: 1px solid #666;
      background-color: transparent;
      position: relative;
      margin-bottom: 2px; }
    .tour-filter__sub-categories ul li label input:checked + .checkbox:before {
      display: block;
      position: absolute;
      top: 2px;
      right: -2px;
      content: '';
      background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAJCAYAAAAGuM1UAAAAdklEQVQoz2P4//8/AzF4yQGpSiCeRKziMiD+D8SdxCiuhiquAfEJKa6HKq6EiYEEI4DYA4viJqjiUmRxkMQaIP4HxG5IituhigvRDQJJcgHxeiD+A7IJiJuhinOxORNmIisQr4IqBOFMXP5CdjNI02IgzsEXEABOmSD6hSgZYgAAAABJRU5ErkJggg==) no-repeat;
      width: 14px;
      height: 10px;
      color: #9ebc0a;
      font-size: 21px;
      line-height: 16px; }
    .tour-filter__sub-categories ul li label input:checked {
      font-weight: bold; }

.slider-handle {
  width: 15px !important;
  height: 15px !important;
  background-color: #9ebc0a !important;
  background-image: none !important; }

.slider-selection {
  background-image: none !important;
  background-color: #f5f5f5; }

.slider-selection.tick-slider-selection {
  background-image: none !important;
  background-color: #9ebc0a; }

.slider-track-low, .slider-track-high {
  background: #e6e6e0 !important; }

.slider-tick {
  width: 15px !important;
  height: 15px !important;
  background-image: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

.slider.slider-horizontal .slider-tick-label-container {
  margin-top: -20px !important; }

.slider.slider-horizontal .slider-track {
  height: 7px !important; }

.all-tours-row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 15px 0; }

.all-tours-row__one-tour {
  width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.all-tours-row__one-tour .svg_focused {
  display: none; }

.all-tours-row__one-tour:hover .svg_normal {
  display: none; }

.all-tours-row__one-tour:hover .svg_focused {
  display: block; }

.all-tours-row__one-tour:hover .all-tours-row__one-tour__svg-img {
  background-color: #9ebc0a; }

.all-tours-row__one-tour:hover span {
  color: #9ebc0a;
  text-decoration: underline; }

.all-tours-row__one-tour__svg-img {
  width: 100%;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: transparent;
  margin-bottom: 5px; }

.all-tours-row__one-tour__svg-img img {
  width: 60px;
  height: 60px; }

.all-tours-row__one-tour span {
  color: #454545;
  font-size: 17px; }

.tour {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.tour .my_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 15px 0; }

.tour-all-tours {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.tour-all-tours__block-name {
  color: #454545;
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 20px; }

.tour-all-tours-tour-selection {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.one-tour-preview-block {
  width: 370px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 370px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px; }
  .one-tour-preview-block img {
    width: 100%;
    height: 100%; }

.tour-all-tours__paginator {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px; }

.one-tour-preview-block__one-tour_description {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  pointer-events: none; }

.one-tour-preview-block__one-tour_description__name-of-tour {
  max-width: 90%;
  text-align: left;
  color: #fff;
  font-size: 23px;
  padding: 2px 10px 0 10px;
  text-transform: uppercase;
  background-color: #096982; }
  .one-tour-preview-block__one-tour_description__name-of-tour:hover {
    color: #fff; }
  .one-tour-preview-block__one-tour_description__name-of-tour:first-child {
    margin-bottom: 1px; }

.one-tour-preview-block__one-tour_description-data-price-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 3px 0.6em 18px 0;
  margin: 10px 0 0; }

.one-tour-preview-block__one-tour_description-data-price-block__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: 15px; }
  .one-tour-preview-block__one-tour_description-data-price-block__line:first-child {
    margin-bottom: 10px; }
  .one-tour-preview-block__one-tour_description-data-price-block__line:last-child span:last-child {
    margin-top: 0; }

.one-tour-preview-block__one-tour_description-data-price-block__data-ico,
.calendar-one-tour_description-data-price-block__data-ico {
  width: 19px;
  height: 19px;
  background: url("../img/tour/clock.png") no-repeat;
  background-size: 100% 100%;
  margin-right: 5px; }

.one-tour-preview-block__one-tour_description-data-price-block__span_bold {
  color: #fff;
  font-size: 18px;
  font-family: "PFDinTextCompPro-Medium" !important;
  margin-top: 3px;
  margin-right: 3px; }

.one-tour-preview-block__one-tour_description-data-price-block__span {
  color: #fff;
  font-size: 18px;
  margin-top: 3px; }

.one-tour-preview-block__one-tour_description-data-price-block__price-ico {
  width: 20px;
  height: 20px;
  margin-right: 6px;
  background: url("../img/tour/purse.png") no-repeat; }

.one-tour-preview-block__one-tour_description-link-weather-block {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 15px 20px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  pointer-events: none; }

.one-tour-preview-block__one-tour_description__a {
  color: #fff;
  font-size: 18px;
  padding: 4px 1.2em 6px;
  background-color: #aec511;
  z-index: 999;
  pointer-events: auto; }
  .one-tour-preview-block__one-tour_description__a:hover {
    color: #fff; }

.one-tour-preview-block__one-tour_description__weather {
  width: 100px;
  height: 100px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 60px;
  z-index: 999;
  pointer-events: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .one-tour-preview-block__one-tour_description__weather img {
    width: 58px;
    height: 57px; }

.side-bar-block {
  width: 23%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.side-bar-block__closest-tours-block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 15px;
  border: 2px solid #e6e6e0;
  margin-bottom: 40px; }

.side-bar-block__closest-tours-block__title {
  color: #454545;
  font-size: 25px;
  text-transform: uppercase;
  margin-bottom: 10px; }

.side-bar-block__closest-tours-block__list-of-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.side-bar-block__closest-tours-block__list-of-links__one-closest-tour {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 15px; }

.side-bar-block__closest-tours-block__list-of-links__one-closest-tour:last-child {
  margin-bottom: 0; }

.side-bar-block__closest-tours-block__list-of-links__one-closest-tour__data-of-the-tour {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 4px 10px;
  background-color: #e6e6e0;
  margin-bottom: 7px; }

.side-bar-block__closest-tours-block__list-of-links__one-closest-tour__data-of-the-tour__ico {
  width: 15px;
  height: 15px;
  margin-right: 4px;
  margin-top: 0 !important;
  background: url("../img/clock_tour_section.png") no-repeat; }

.side-bar-block__closest-tours-block__list-of-links__one-closest-tour__data-of-the-tour span {
  color: #454545;
  font-size: 14px;
  margin-top: 3px; }

.side-bar-block__closest-tours-block__list-of-links__one-closest-tour__a_orange {
  color: #454545;
  font-size: 18px;
  text-align: left; }

.side-bar-block__closest-tours-block__list-of-links__one-closest-tour__a_orange:hover {
  color: #ef6624;
  text-decoration: underline; }

.side-bar-block__closest-tours-block__calendar-green-link {
  width: 100%;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #9ebc0a;
  margin-top: 20px; }

.side-bar-block__closest-tours-block__calendar-green-link__ico {
  width: 35px;
  height: 29px;
  margin-right: 4px;
  margin-top: 0 !important;
  background: url("../img/calendar_section_link.png") no-repeat; }

.side-bar-block__closest-tours-block__calendar-green-link span {
  color: #fff;
  font-size: 21px;
  margin-top: 4px; }

.side-bar-block__news-list-block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.side-bar-block__news-list-block__one-link-to-news {
  width: 100%;
  position: relative;
  margin-bottom: 20px; }

.side-bar-block__news-list-block__one-link-to-news:last-child {
  margin-bottom: 0; }

.side-bar-block__news-list-block__one-link-to-news img {
  width: 100%;
  height: auto; }

.side-bar-block__news-list-block__one-link-to-news__link-title {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 25px; }

.side-bar-block__news-list-block__one-link-to-news__link-title span {
  color: #fff;
  font-size: 19px;
  text-transform: uppercase;
  padding: 4px 10px 1px 10px; }

.side-bar-block__news-list-block__one-link-to-news__link-title span:first-child {
  margin-bottom: 1px; }

.side-bar-block__news-list-block__one-link-to-news__link-title_blue {
  background-color: #096982; }

.side-bar-block__news-list-block__one-link-to-news__link-title_green {
  background-color: #9ebc0a; }

.admin-text-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
  margin-bottom: 10px; }

.admin-text-block__big-span {
  color: #454545;
  font-size: 23px;
  text-transform: uppercase;
  margin-bottom: 10px; }

.admin-text-block p {
  width: 90%;
  color: #454545;
  font-size: 17px;
  margin-top: 0;
  margin-bottom: 15px;
  text-align: left; }

.admin-text-block p:last-child {
  margin-bottom: 0; }

.authorization-form {
  width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-bottom: 20px;
  border-bottom: 1px solid #e6e6e0; }

.authorization-form__title {
  color: #454545;
  font-size: 20px;
  margin-bottom: 15px; }

.authorization-form-line {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 20px;
  position: relative; }

.authorization-form-line span {
  width: 20%;
  color: #454545;
  font-size: 17px;
  font-weight: bold;
  text-align: right;
  margin-right: 10px; }

.authorization-form-line input {
  width: 78%;
  height: 35px;
  border-radius: 5px;
  padding-left: 7px;
  border: 1px solid #dcdcd3;
  -webkit-box-shadow: 0 0 7px #ecece7;
          box-shadow: 0 0 7px #ecece7; }

.authorization-form-line input:focus {
  outline: none;
  border: 1px solid #9ebc0a; }

.authorization-form-note {
  position: absolute;
  content: '';
  left: 23%;
  bottom: -40px;
  color: #454545;
  font-size: 15px; }

.authorization-form-submit-block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 15px; }

.authorization-form__button {
  border: none;
  outline: none;
  width: 78%;
  height: 45px;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  background-color: #f57d24; }

.password-reset-page {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.password-reset-page .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 15px 0; }

.password-reset-page .container .form-big-block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 15px 0; }

.password-reset-page .container .form-big-block .auth-wall {
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent; }

.password-reset-page .container .form-big-block .auth-wall form {
  font-family: 'PFDinTextCompPro-Regular' !important; }

.password-reset-page .container .form-big-block .auth-wall form .form-small-name {
  color: #454545;
  font-size: 21px;
  line-height: 40px; }

.password-reset-page .container .form-big-block .auth-wall form input {
  width: 220px;
  height: 35px;
  padding-left: 10px;
  margin-bottom: 20px; }

.password-reset-page .container .form-big-block .auth-wall form button {
  height: 42px;
  border-radius: 0;
  font-size: 1.25em;
  font-weight: bold;
  border: none;
  background-color: #f57d24;
  font-family: 'PFDinTextCompPro-Regular' !important; }

.order-tour-on-different-day {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.order-tour-on-different-day .my_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 15px 0; }

.order-tour-on-different-day .my_container .order-form-big-block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 15px 0; }

.order-tour-on-different-day .my_container .order-form-big-block .auth-wall {
  width: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding: 40px 25px;
  border: 3px solid #e6e6e0;
  background-color: #f5f5f5; }

.order-tour-on-different-day .my_container .order-form-big-block .auth-wall form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.order-tour-on-different-day .my_container .order-form-big-block .auth-wall form input {
  width: 220px;
  height: 35px;
  border: 2px solid #e6e6e0;
  background-color: #fff;
  padding-left: 8px;
  margin-bottom: 13px; }

.order-tour-on-different-day .my_container .order-form-big-block .auth-wall form button {
  font-weight: bold;
  letter-spacing: 1px;
  background-color: #f57d24;
  margin: 10px 0 25px 0;
  border: none;
  border-radius: 0; }

.order-tour-on-different-day .my_container .order-form-big-block .auth-wall .absolute-tour-name {
  position: absolute;
  content: '';
  top: -16px;
  left: 10px;
  font-size: 21px;
  line-height: 21px;
  padding: 6px 27px;
  color: #fff;
  background-color: #9ebc0a;
  text-transform: uppercase; }

.order-tour-on-different-day .my_container .order-form-big-block .auth-wall .support-text {
  color: #454545;
  font-size: 19px;
  line-height: 30px;
  margin: 0; }

.order-tour-on-different-day .my_container .order-form-big-block .auth-wall .support-phone {
  color: #9ebc0a;
  font-weight: bold;
  font-size: 19px;
  line-height: 20px; }

.paginator__ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0; }
  @media (max-width: 410px) {
    .paginator__ul {
      display: block; }
      .paginator__ul * {
        display: inline-block; }
      .paginator__ul > * {
        margin-bottom: 0.5em; } }
  .paginator__ul li {
    list-style-type: none;
    margin-right: 5px; }
    .paginator__ul li:last-child {
      margin-right: 0; }
    .paginator__ul li a:hover {
      color: #515151; }

.active-page {
  color: #b5b5b5 !important;
  background-color: #f7f7f7 !important;
  border: none !important; }

.no-more-pages {
  color: #b5b5b5 !important;
  background-color: #f7f7f7 !important; }

.paginator_page-link {
  color: #515151;
  font-size: 20px;
  padding: 6px 12px 4px 12px;
  background-color: #fff;
  border: 2px solid #e7e7e7; }

.paginator_prev-page {
  color: #515151;
  font-size: 20px;
  padding: 6px 12px 4px 12px;
  background-color: #e9e9e9;
  border-right: 3px solid #d8d8d8; }

.paginator_next-page {
  color: #515151;
  font-size: 20px;
  padding: 6px 12px 4px 12px;
  background-color: #e9e9e9;
  border-left: 3px solid #d8d8d8; }

.header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.header-top-menu {
  width: 100%;
  height: 135px;
  background: url("../img/header/header_top_background.png") no-repeat;
  background-size: cover; }

.header-top-menu_filter {
  width: 100%;
  height: 135px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(50, 130, 165, 0.7); }

.header-top-menu .my_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.header-top-menu__logotype {
  width: 235px;
  height: 101px;
  background: url("../img/header/header_logotype.png") no-repeat; }

.header-top-menu__search_form {
  width: 300px;
  height: 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border: 4px solid #135c75;
  background-color: #fff; }

.header-top-menu__search_form__input {
  width: 90%;
  height: 25px;
  border: none;
  padding-left: 7px;
  margin-right: 2px; }

.header-top-menu__search_form__input:focus {
  outline: none; }

.header-top-menu__search_form__btn {
  width: 17px;
  height: 17px;
  border: none;
  outline: none;
  cursor: pointer;
  background: url("../img/header/search.png") no-repeat; }

.header-top-menu-contacts {
  height: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-pack: distribute;
      justify-content: space-around; }

.header-top-menu-contacts-languageChange {
  height: 100%;
  padding-right: 10px;
  border-right: 1px dotted #fff; }

.change-language__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  margin-top: 10px; }

.active-language {
  display: block !important; }

.change-language__button span {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase; }

.header-top-menu-contacts-languageChange__ico {
  width: 9px;
  height: 5px;
  background: url("../img/header/change_language.png") no-repeat; }

.header-top-menu-contacts-languageChange__select-block_hidden {
  display: none; }

.language-change__changing-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.language-change__changing-links a {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 7px; }

.language-change__changing-links a:hover {
  text-decoration: underline; }

.language-change__changing-links a:last-child {
  margin-bottom: 0; }

.header-top-menu-contacts-languageChange__select {
  width: 60px;
  height: 25px;
  background: transparent;
  color: #fff;
  font-size: 19px;
  border: none;
  margin-top: 15px;
  text-transform: uppercase; }

.header-top-menu-contacts-languageChange__select:focus {
  outline: none; }

.header-top-menu-contacts-mail {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0 10px;
  border-right: 1px dotted #fff; }

.header-top-menu-contacts-mail-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 15px; }

.header-top-menu-contacts-schedule-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.header-top-menu-contacts-mail-line:first-child {
  padding-top: 9px; }

.header-top-menu-contacts-mail-line:last-child {
  margin-bottom: 0; }

.header-top-menu-contacts-mail-line a {
  color: #fff;
  font-size: 15px;
  margin-left: 5px;
  margin-top: 3px; }

.header-top-menu-contacts_schedule-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.header-top-menu-contacts_schedule-block span {
  color: #fff;
  font-size: 15px; }

.header-top-menu-contacts-mail__ico_mail {
  width: 18px;
  height: 13px;
  background: url("../img/header/mail.png") no-repeat; }

.header-top-menu-contacts-schedule__ico_time {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  background: url("../img/header/clock.png") no-repeat; }

.header-top-menu-contacts-phoneNumbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 10px;
  padding-left: 10px; }

.header-top-menu-contacts__ico_phone {
  width: 14px;
  height: 21px;
  background: url("../img/header/phone.png") no-repeat; }

.header-top-menu-contacts-phoneNumbers__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 0 0 5px;
  padding: 0; }

.header-top-menu-contacts-phoneNumbers__list li {
  color: #fff;
  font-size: 18px;
  list-style-type: none; }

.header-top-menu-contacts-phoneNumbers__list li a {
  color: #fff;
  font-size: 18px;
  list-style-type: none; }

.header-top-menu-contacts-phoneNumbers__list li:nth-child(odd) {
  color: #75afce;
  font-size: 16px; }

.header-nav-panel__mobile {
  display: none; }

.header-nav-panel {
  width: 100%;
  height: 40px;
  border-top: 1px solid #358499;
  background-color: #0b6784; }

.header-nav-panel .my_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.header-nav-panel__ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 !important; }

.header-nav-panel__ul li {
  height: 39px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-right: 1px solid #358499; }

.header-nav-panel__ul li:last-child {
  border-right: none; }

.header-nav-panel__ul li:hover,
.header-nav-panel__ul .active {
  background-color: #9ebc0a; }

.header-nav-panel__ul .home_link_li {
  background-color: #0b6784 !important; }

.header-nav-panel__ul li:first-child:hover {
  background-color: #0b6784; }

.header-nav-panel__ul__personal-cabinet_not-login:hover {
  background-color: #0b5c72 !important; }

.header-nav-panel__ul__personal-cabinet_login:hover {
  background-color: #0b5c72 !important; }

.header-nav-panel__ul__personal-cabinet_login__enter-cabinet {
  background-color: #0b5c72 !important; }

.header-nav-panel__ul li a,
.header-nav-panel__ul li .not-link-span {
  color: #fff;
  font-size: 21px;
  padding: 0 40px;
  margin-top: 3px;
  text-transform: uppercase; }

.header-nav-panel__ul li .home_link {
  width: 21px;
  height: 22px;
  padding: 0 20px;
  background: url("../img/header/home.png") no-repeat center; }

.header-nav-panel__ul .header-nav-panel__ul__personal-cabinet_not-login {
  width: 20%;
  height: 39px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #0b5c72; }

.header-nav-panel__ul__personal-cabinet_not-login a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  padding: 0 !important;
  font-size: 15px !important;
  text-transform: none !important;
  background-color: #0b5c72 !important; }

.header-nav-panel__ul__personal-cabinet_not-login__span {
  text-decoration: underline; }

.header-nav-panel__ul__personal-cabinet_not-login__span:hover {
  text-decoration: none; }

.header-nav-panel__ul__personal-cabinet_not-login__ico {
  width: 14px;
  height: 14px;
  background: url("../img/header/personal_cabinet.png") no-repeat;
  margin-right: 7px; }

.header-nav-panel__ul .header-nav-panel__ul__personal-cabinet_login {
  width: 20%;
  height: 39px;
  background-color: #0b5c72;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around; }
  @media (max-width: 1000px) {
    .header-nav-panel__ul .header-nav-panel__ul__personal-cabinet_login {
      width: 22%;
      padding: 0 0 0 0.3em; } }
  @media (max-width: 991px) and (min-width: 761px) {
    .header-nav-panel__ul .header-nav-panel__ul__personal-cabinet_login {
      width: 205px; } }

.header-nav-panel__ul__personal-cabinet_login__enter-cabinet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 !important;
  padding: 0 !important; }

.header-nav-panel__ul__personal-cabinet_login__enter-cabinet:hover .header-nav-panel__ul__personal-cabinet_login__enter-cabinet__span {
  text-decoration: none; }

.header-nav-panel__ul__personal-cabinet_login__enter-cabinet__ico {
  width: 14px;
  height: 14px;
  margin-right: 5px;
  background: url("../img/header/account_ico.png") no-repeat; }

.header-nav-panel__ul__personal-cabinet_login__enter-cabinet__span {
  color: #fff;
  font-size: 15px;
  margin-top: 5px;
  text-decoration: underline;
  text-transform: none !important; }

.header-nav-panel__ul__personal-cabinet_login__logout-btn {
  color: #4a8897 !important;
  font-size: 15px !important;
  margin: 0 !important;
  padding: 0 !important;
  text-transform: none !important;
  text-decoration: underline !important; }
  @media (max-width: 991px) {
    .header-nav-panel__ul__personal-cabinet_login__logout-btn {
      padding: 0 0.5em !important; } }
  .header-nav-panel__ul__personal-cabinet_login__logout-btn:hover {
    text-decoration: none !important; }

.header-nav-panel__ul__personal-cabinet_not-login_mobile {
  display: none !important; }

.header-nav-panel__ul__personal-cabinet_login_mobile {
  display: none; }

.header-bread-crumbs {
  width: 100%;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #e6e6e0; }

.header-bread-crumbs .my_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.header-bread-crumbs__ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 !important; }

.header-bread-crumbs__ul li {
  list-style-type: none; 
  border-left: 1px solid #5f5f5e;
}

.header-bread-crumbs__ul li:first-child {
  border-left: none;
}

.header-bread-crumbs__ul li a,
.header-bread-crumbs__ul li span {
  display: block;
  color: #5f5f5e;
  font-size: 16px;
  padding: 0 20px;
}


.header-bread-crumbs__ul li .active {
  color: #888;
  border-right: none; }

.main {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.main-banner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.main-banner .carousel {
  width: 100%; }

.main-banner .carousel-item img {
  width: 100%;
  height: 78vh; }

.banner_filter {
  width: 100%;
  height: 100%;
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  background-color: rgba(50, 130, 165, 0.7); }

.main-banner .carousel-caption.d-none.d-md-block {
  top: 100px;
  z-index: 9; }

.main-banner-carousel-ccontent-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.main-banner .carousel-caption.d-none.d-md-block .main-banner-carousel-ccontent-text a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-weight: normal;
  font-size: 60px;
  padding: 10px 10px 0 10px;
  margin: 0 0 5px 0;
  text-transform: uppercase;
  background-color: #9ebc0a; }

.main-banner .carousel-caption.d-none.d-md-block .main-banner-carousel-ccontent-text > a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-weight: normal;
  font-size: 60px;
  padding: 10px 10px 0 10px;
  margin: 0 0 5px 0;
  text-transform: uppercase;
  background-color: #9ebc0a; }

.main-banner .carousel-caption.d-none.d-md-block .main-banner-carousel-ccontent-text p a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-size: 25px;
  padding: 10px 10px 0 10px;
  margin: 0;
  text-transform: uppercase;
  background-color: rgba(158, 188, 10, 0.4); }

.main-banner__little-slider {
  width: 100%;
  height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -160px; }

.main-banner__little-slider .my_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.main-small-slider {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.main-small-slider .carousel {
  width: 100%; }

.main-small-slider .carousel-item {
  padding: 0 3.5%; }

.main-small-slider .carousel-item__slides {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.main-small-slider .main-small-slider__one-slide {
  width: 33.333333%;
  position: relative; }

.main-small-slider .main-small-slider__one-slide img {
  width: 100%;
  height: auto !important; }

.main-small-slider .main-small-slider__one-slide__text-block {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 20px; }

.main-small-slider .main-small-slider__one-slide__text-block span {
  color: #fff;
  font-size: 23px;
  padding: 5px 10px 0 10px;
  text-transform: uppercase;
  background-color: #096982; }

.main-small-slider .main-small-slider__one-slide__text-block span:first-child {
  margin-bottom: 1px; }

.main-small-slider .carousel-control-prev,
.main-small-slider .carousel-control-next {
  width: 3%; }

.main-small-slider .carousel-control-prev-icon,
.main-small-slider .carousel-control-next-icon {
  width: initial;
  height: initial;
  background-image: none;
  color: #fff;
  font-size: 33px;
  font-weight: bold;
  padding: 7px 7px 1px 7px; }

.main-tours-advertising {
  width: 100%;
  height: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  background: url("../img/header/header_top_background.png") no-repeat;
  background-size: cover; }

.main-tours-advertising_filter {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(50, 130, 165, 0.7); }

.main-tours-advertising .my_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.main-tours-advertising-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.main-tours-advertising-block__one-element {
  width: 25%;
  position: relative;
  z-index: 99;
  margin-right: 10px; }

.main-tours-advertising-block__one-element:last-child {
  margin-right: 0; }

.main-tours-advertising-block__one-element img {
  width: 100%;
  height: auto; }

.main-tours-advertising-block__one-element_text-block {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 20px; }

.main-tours-advertising-block__one-element_text-block span {
  padding: 5px 10px;
  color: #fff;
  font-size: 19px;
  text-transform: uppercase;
  margin-bottom: 2px; }

.main-tours-advertising-block__one-element_text-block span:last-child {
  margin-bottom: 0; }

.main-tours-advertising-block__one-element_text-block__span_green {
  background-color: #9ebc0a; }

.main-tours-advertising-block__one-element_text-block__span_blue {
  background-color: #096982; }

.main-review {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  background-color: #e6e6e0; }
  .main-review .my_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 15px 0; }
    @media (max-width: 600px) {
      .main-review .my_container {
        padding: 0 8px; } }

.main-review_filter {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/review_filter.png") no-repeat;
  background-size: cover; }

.main-review__h1 {
  color: #454545;
  font-size: 50px;
  line-height: 26px;
  font-weight: normal;
  padding-bottom: 5px;
  margin-top: 15px;
  margin-bottom: 15px;
  z-index: 9;
  text-transform: uppercase;
  border-bottom: 3px solid #9ebc0a; }

.main-review__slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .main-review__slider .carousel {
    width: 100%; }
  .main-review__slider .carousel-item {
    padding: 0 3.5%; }
  .main-review__slider .carousel-item_user {
    width: 96%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .main-review__slider .carousel-item_user img {
      min-width: 367px;
      height: 367px;
      border-radius: 183px;
      margin-right: 15px; }
    .main-review__slider .carousel-item_user .carousel-caption {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      position: initial;
      padding: 0; }
      .main-review__slider .carousel-item_user .carousel-caption .slider-review_tour-name {
        margin-bottom: 20px; }
        @media (max-width: 1000px) {
          .main-review__slider .carousel-item_user .carousel-caption .slider-review_tour-name {
            width: 100%;
            text-align: center; } }
        .main-review__slider .carousel-item_user .carousel-caption .slider-review_tour-name span {
          display: inline-block;
          color: #fff;
          font-size: 30px;
          padding: 1px 10px 0;
          background-color: #9ebc0a;
          text-transform: uppercase; }
          @media only screen and (max-width: 760px) {
            .main-review__slider .carousel-item_user .carousel-caption .slider-review_tour-name span {
              font-size: 25px; } }
      .main-review__slider .carousel-item_user .carousel-caption .slider-review-data {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        margin-bottom: 30px; }
        @media (max-width: 1000px) {
          .main-review__slider .carousel-item_user .carousel-caption .slider-review-data {
            margin: 0 auto 1em; } }
        .main-review__slider .carousel-item_user .carousel-caption .slider-review-data .slider-review__calendar {
          width: 30px;
          height: 25px;
          background: url("../img/slider/calendar.png") no-repeat;
          margin-right: 5px; }
        .main-review__slider .carousel-item_user .carousel-caption .slider-review-data .slider-review__data-text {
          color: #b6b6b3;
          font-size: 18px;
          margin-top: 5px; }
      .main-review__slider .carousel-item_user .carousel-caption .slider-review-text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        text-align: left;
        position: relative; }
        .main-review__slider .carousel-item_user .carousel-caption .slider-review-text .slider-review-text__quote {
          width: 32px;
          min-width: 32px;
          height: 31px;
          background: url("../img/slider/quote.png") no-repeat;
          margin-right: 15px; }
          @media (max-width: 600px) {
            .main-review__slider .carousel-item_user .carousel-caption .slider-review-text .slider-review-text__quote {
              background-size: 100%;
              width: 24px;
              min-width: 24px;
              margin: 0 11px 0 8px; } }
          @media (max-width: 490px) {
            .main-review__slider .carousel-item_user .carousel-caption .slider-review-text .slider-review-text__quote {
              width: 21px;
              min-width: 21px;
              margin: 0 5px 0 0; } }
        .main-review__slider .carousel-item_user .carousel-caption .slider-review-text .review-ck-text {
          color: #454545;
          text-align: left;
          word-break: break-word;
          display: block;
          height: 308px;
          font-size: 20px;
          line-height: 1.4;
          -webkit-line-clamp: 11;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
          margin: 0 0 1.7em; }
          .main-review__slider .carousel-item_user .carousel-caption .slider-review-text .review-ck-text p, .main-review__slider .carousel-item_user .carousel-caption .slider-review-text .review-ck-text span {
            font-family: inherit !important;
            font-size: inherit !important; }
          .main-review__slider .carousel-item_user .carousel-caption .slider-review-text .review-ck-text p {
            word-break: break-word;
            margin: 0; }
        .main-review__slider .carousel-item_user .carousel-caption .slider-review-text a {
          color: #f57d24;
          margin-left: 3px; }
  .main-review__slider .carousel-control-prev,
  .main-review__slider .carousel-control-next {
    width: 3%; }
    @media (max-width: 600px) {
      .main-review__slider .carousel-control-prev,
      .main-review__slider .carousel-control-next {
        top: 23%;
        width: 6%; } }
  .main-review__slider .carousel-control-prev-icon,
  .main-review__slider .carousel-control-next-icon {
    width: initial;
    height: initial;
    color: #77776e;
    font-size: 33px;
    font-weight: bold;
    padding: 1px 7px; }
    @media (max-width: 600px) {
      .main-review__slider .carousel-control-prev-icon,
      .main-review__slider .carousel-control-next-icon {
        padding: 1px 4px; } }

  .main-review__slider .read-more {
    position: absolute;
    right: -16px;
    bottom: 1px;
    font-size: 2em; }

.main-news {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 15px;
  background-color: #fff; }

.main-news .my_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.main-news__title {
  color: #454545;
  font-size: 50px;
  line-height: 26px;
  font-weight: normal;
  padding-bottom: 5px;
  margin-top: 15px;
  margin-bottom: 15px;
  text-transform: uppercase;
  border-bottom: 3px solid #9ebc0a; }

.main-news-block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 2em; }

.main-news-block__element {
  width: 24%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.main-news-block__element-picture {
  width: 100%;
  position: relative; }

.main-news-block__element-picture img {
  width: 100%;
  height: auto; }

.main-news-block__element-picture__title {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  color: #fff;
  font-size: 17px;
  padding: 5px 10px 0 10px;
  background-color: #096982; }

.main-news-block__element-text {
  width: 100%;
  padding: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background-color: #f5f5f5;
  border-bottom: 2px solid #e6e6e0; }

.main-news-block__element-text__title {
  color: #454545;
  font-size: 18px;
  margin-bottom: 11px; }

.main-news-block__element-text-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 15px; }

.main-news-block__element-text-data-calendar {
  width: 25px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #cececa; }

.main-news-block__element-text-data-calendar__ico {
  width: 16px;
  height: 13px;
  background: url("../img/calendar_news.png") no-repeat; }

.main-news-block__element-text-data-numbers {
  height: 25px;
  line-height: 25px;
  background-color: #e6e6e0; }

.main-news-block__element-text-data-numbers__span {
  color: #9c9c9c;
  font-size: 14px;
  padding: 0 15px; }

.main-news-block__element-text__short-news {
  text-align: left;
  margin-bottom: 10px; }

.main-news-block__element-text__short-news p {
  float: left;
  color: #454545;
  font-size: 16px;
  margin: 0; }

.main-news-block__element-text__short-news p a {
  color: #f57d24;
  font-size: 16px; }

.main-all-tours {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px 0; }

.main-all-tours .my_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.main-all-tours__title {
  color: #454545;
  font-size: 50px;
  line-height: 26px;
  font-weight: normal;
  padding-bottom: 5px;
  margin-top: 25px;
  margin-bottom: 20px;
  text-transform: uppercase;
  border-bottom: 3px solid #9ebc0a; }

.main-all-tours-selection {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: url("../img/tour_select_background.png") no-repeat;
  background-size: contain; }

.main-all-tours-selection__line {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px; }

.main-all-tours-selection__line:last-child {
  margin-bottom: 0; }

.main-all-tours-selection__line__one-tour-type {
  width: 240px;
  height: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.main-all-tours-selection__line__one-tour-type .svg_focused {
  display: none; }

.main-all-tours-selection__line__one-tour-type:hover {
  background-color: #9ebc0a; }

.main-all-tours-selection__line__one-tour-type:hover span {
  color: #fff;
  text-decoration: underline; }

.main-all-tours-selection__line__one-tour-type:hover .svg_focused {
  display: block; }

.main-all-tours-selection__line__one-tour-type:hover .svg_normal {
  display: none; }

.main-all-tours-selection__line__one-tour-type img {
  width: 100px;
  height: 100px;
  margin-bottom: 10px; }

.main-all-tours-selection__line__one-tour-type span {
  max-width: 220px;
  max-height: 21px;
  overflow-x: hidden;
  overflow-y: hidden;
  text-overflow: clip;
  color: #454545;
  font-size: 19px; }

.main-tour-photos {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #f5f5f5; }

.main-tour-photos .my_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 10px 0; }

.main-tour-photos__title {
  color: #454545;
  font-size: 50px;
  line-height: 26px;
  font-weight: normal;
  padding-bottom: 5px;
  margin-top: 15px;
  margin-bottom: 15px;
  text-transform: uppercase;
  border-bottom: 3px solid #9ebc0a; }

.main-tour-photos__slider {
  width: 100%; }

.main-tour-photos__slider .carousel {
  width: 100%; }

.main-tour-photos__slider .carousel-item {
  padding: 0 3.5%; }

.main-tour-photos__slider .carousel-item img {
  width: 100%;
  height: 550px;
  border: 12px solid #d5d5cf; }

.main-tour-photos__slider .carousel-item .carousel-caption {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-bottom: 60px; }

.main-tour-photos__slider .carousel-item .carousel-caption .main-tourclub-photo__photo-name {
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
  padding: 5px 10px 0 10px;
  background-color: #9ebc0a;
  margin-left: 54px; }

.main-tour-photos__slider .carousel-control-prev,
.main-tour-photos__slider .carousel-control-next {
  width: 3%; }

.main-tour-photos__slider .carousel-control-prev-icon,
.main-tour-photos__slider .carousel-control-next-icon {
  width: initial;
  height: initial;
  background-image: none;
  color: #77776e;
  font-size: 33px;
  font-weight: bold;
  padding: 7px 7px 1px 7px;
  background-color: #b7b7b4; }

.main-tour-photos__slider .carousel-control-prev-icon {
  border-right: 4px solid #77776e; }

.main-tour-photos__slider .carousel-control-next-icon {
  border-left: 4px solid #77776e; }

.messagelist-wrap {
  font-size: 1.75em;
  position: relative; }
  @media (max-width: 767px) {
    .messagelist-wrap {
      font-size: 1.4em; } }

.messagelist {
  list-style: none;
  background: #840b58;
  color: #fbfbfb;
  letter-spacing: 1px;
  padding: 0.6em 0.5em 0.7em;
  margin: 0; }

.registration-page {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.registration-page .registration-page-block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 35px 0; }

.registration-page .registration-page-block .auth-wall {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.registration-page .registration-page-block .auth-wall form {
  width: 250px;
  max-width: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: 'PFDinTextCompPro-Regular' !important; }

.registration-page .registration-page-block .auth-wall form input {
  width: 100%;
  margin-bottom: 12px; }

.registration-page .registration-page-block .auth-wall form .id_do_not_remember_me {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.registration-page .registration-page-block .auth-wall form .id_do_not_remember_me input {
  width: initial;
  margin-right: 10px;
  font-family: 'PFDinTextCompPro-Regular' !important; }

.registration-page .registration-page-block .auth-wall form .id_do_not_remember_me label {
  color: #454545;
  font-size: 17px;
  line-height: 17px; }

.registration-page .registration-page-block .auth-wall form button {
  width: 200px;
  height: 40px;
  line-height: 17px;
  margin-bottom: 15px;
  border-radius: 0;
  border: none;
  background-color: #f57d24;
  font-family: 'PFDinTextCompPro-Regular' !important; }

.registration-page .registration-page-block .auth-wall form .new-account {
  font-size: 18px;
  line-height: 25px; }

.registration-page .registration-page-block .auth-wall form .password-reset-link {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 10px; }

.registration-page .registration-page-block .auth-wall form .socials-buttons-block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around; }

.registration-page .registration-page-block .auth-wall form .btn-google {
  width: 80px;
  height: 35px;
  color: #fff;
  font-size: 16px;
  line-height: 23px;
  background-color: #dd4b39;
  margin: 0;
  border-radius: 0; }

.registration-page .registration-page-block .auth-wall form .btn-facebook {
  width: 80px;
  height: 35px;
  color: #fff;
  font-size: 16px;
  line-height: 23px;
  background-color: #3b5998;
  margin: 0;
  border-radius: 0; }

.registration-page-new-account {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.registration-page-new-account .registration-page-new-account-block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 35px 0; }

.registration-page-new-account .registration-page-new-account-block .auth-wall {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent; }

.registration-page-new-account .registration-page-new-account-block .auth-wall form {
  width: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: 'PFDinTextCompPro-Regular' !important; }

.registration-page-new-account .registration-page-new-account-block .auth-wall form .new-password-block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.registration-page-new-account .registration-page-new-account-block .auth-wall form .new-password-block input {
  width: initial;
  margin-right: 10px;
  font-family: 'PFDinTextCompPro-Regular' !important; }

.registration-page-new-account .registration-page-new-account-block .auth-wall form button {
  width: 200px;
  height: 40px;
  border: none;
  outline: none;
  font-size: 1.25em;
  border-radius: 0;
  background-color: #f57d24;
  font-family: 'PFDinTextCompPro-Regular' !important; }

.registration-page-new-account .registration-page-new-account-block .auth-wall form .socials-buttons-block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: 10px; }

.registration-page-new-account .registration-page-new-account-block .auth-wall form .btn-google {
  width: 100px;
  height: 35px;
  line-height: 23px;
  border: none;
  outline: none;
  border-radius: 0;
  font-family: 'PFDinTextCompPro-Regular' !important; }

.registration-page-new-account .registration-page-new-account-block .auth-wall form .btn-facebook {
  width: 100px;
  height: 35px;
  line-height: 23px;
  border: none;
  outline: none;
  border-radius: 0;
  margin: 0;
  font-family: 'PFDinTextCompPro-Regular' !important; }

.search-result {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.search-result .my_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 15px; }

.search-result .my_container .search-result-main-block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.search-result .my_container .search-result-main-block .side-bar-block {
  margin-top: 102px; }

.search-result .my_container .search-result-main-block .all-results-list {
  width: 76%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-right: 1%;
  margin-bottom: 35px; }

.search-result .my_container .search-result-main-block .all-results-list .all-results__list-block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 15px;
  margin-top: 20px;
  border: 2px solid #e6e6e0; }

.search-result .my_container .search-result-main-block .all-results-list .all-results__list-block .one-search-result-block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 10px; }

.search-result .my_container .search-result-main-block .all-results-list .all-results__list-block .one-search-result-block:last-child {
  margin-bottom: 0; }

.search-result .my_container .search-result-main-block .all-results-list .all-results__list-block .one-search-result-block .result-head {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 8px 15px;
  background-color: #e6e6e0; }

.search-result .my_container .search-result-main-block .all-results-list .all-results__list-block .one-search-result-block .result-head .result-ico {
  width: 37px;
  height: 37px;
  margin-right: 10px;
  background: url("../img/result.png") no-repeat; }

.search-result .my_container .search-result-main-block .all-results-list .all-results__list-block .one-search-result-block .result-head .result-head__text {
  color: #454545;
  font-size: 21px;
  line-height: 21px; }

.search-result .my_container .search-result-main-block .all-results-list .all-results__list-block .one-search-result-block .result-body {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 10px 31px 10px 62px;
  background-color: #f1f1ee; }

.search-result .my_container .search-result-main-block .all-results-list .all-results__list-block .one-search-result-block .result-body .result-body-text-block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #454545;
  font-size: 18px;
  line-height: 22px;
  text-align: left; }

.search-result .my_container .search-result-main-block .all-results-list .all-results__list-block .one-search-result-block .result-body .result-read-more-line {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px; }

.search-result .my_container .search-result-main-block .all-results-list .all-results__list-block .one-search-result-block .result-body .result-read-more-line a {
  color: #ee5b15;
  font-size: 18px;
  line-height: 18px;
  padding: 9px 25px 5px 25px;
  background-color: transparent;
  border: 2px solid #ee5b15; }

.search-result .my_container .search-result-main-block .all-results-list .search-result__paginator {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.managers-cabinet {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.managers-cabinet h2 {
  color: #454545;
  font-size: 50px;
  line-height: 45px;
  font-weight: normal;
  margin-top: 25px;
  margin-bottom: 10px;
  text-transform: uppercase;
  border-bottom: 3px solid #9ebc0a; }

.managers-cabinet .datepicker-manager-cabinet {
  margin-top: 35px; }

.managers-cabinet .datepicker-manager-cabinet .col-sm-3 button {
  width: 236px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background-color: transparent;
  border: 1px solid #bebebd;
  margin-left: 102px;
  position: relative; }

.managers-cabinet .datepicker-manager-cabinet .col-sm-3 button:after {
  position: absolute;
  content: '';
  top: 7px;
  left: 9px;
  width: 24px;
  height: 20px;
  background: url("../img/calendar-ico.png") no-repeat; }

.managers-cabinet div .row .col-sm-7 {
  max-width: initial; }

.managers-cabinet div .row .col-sm-7 .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.managers-cabinet div .row .col-sm-7 .form-group label {
  max-width: initial;
  font-size: 20px;
  line-height: 20px;
  padding: 0;
  margin: 0; }

.managers-cabinet div .row .col-sm-7 .form-group .col-sm-8 {
  max-width: initial; }

.managers-cabinet div .row .col-sm-7 .form-group .col-sm-8 input {
  width: 450px;
  background-color: #fff;
  border: 1px solid #bebebd; }

.managers-cabinet .tours-legend {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 35px;
  margin-bottom: 10px; }

.managers-cabinet .tours-legend .label-default {
  color: #999;
  font-size: 14px;
  line-height: 14px;
  margin-right: 40px;
  position: relative; }

.managers-cabinet .tours-legend .label-default:first-child:after {
  position: absolute;
  content: '';
  top: -3px;
  left: -21px;
  width: 17px;
  height: 13px;
  background: url("../img/backet-small-icp.png") no-repeat; }

.managers-cabinet .tours-legend .label-default:nth-child(2):after {
  position: absolute;
  content: '';
  top: -3px;
  left: -26px;
  width: 21px;
  height: 15px;
  background: url("../img/people-small-ico.png") no-repeat; }

.managers-cabinet .tours-legend .label-default:last-child {
  margin-right: 0; }

.managers-cabinet .tours-legend .label-default:last-child:after {
  position: absolute;
  content: '';
  top: -3px;
  left: -25px;
  width: 20px;
  height: 16px;
  background: url("../img/pay-small-ico.png") no-repeat; }

.managers-cabinet .panel-group {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.managers-cabinet .panel-group .panel-default {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 25px; }

.managers-cabinet .panel-group .panel-default .panel-heading {
  width: 100%;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #9ebc0a; }

.managers-cabinet .panel-group .panel-default .panel-heading .panel-title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.managers-cabinet .panel-group .panel-default .panel-heading .panel-title a[aria-expanded] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.managers-cabinet .panel-group .panel-default .panel-heading .panel-title a[aria-expanded] .order-panel {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 15px;
  margin: 0; }

.managers-cabinet .panel-group .panel-default .panel-heading .panel-title a[aria-expanded] .order-panel-first-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0; }

.managers-cabinet .panel-group .panel-default .panel-heading .panel-title a[aria-expanded] .order-panel-second-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0; }

.managers-cabinet .panel-group .panel-default .panel-heading .panel-title a[aria-expanded] div {
  margin-top: 5px;
  margin-right: 50px; }

.managers-cabinet .panel-group .panel-default .panel-heading .panel-title a[aria-expanded] .start-date {
  color: #333;
  font-size: 19px;
  line-height: 19px;
  position: relative;
  margin-left: 15px;
  margin-right: 20px; }

.managers-cabinet .panel-group .panel-default .panel-heading .panel-title a[aria-expanded] .start-date:after {
  position: absolute;
  content: '';
  top: -1px;
  left: -20px;
  width: 15px;
  height: 16px;
  background: url("../img/clock-ico.png") no-repeat; }

.managers-cabinet .panel-group .panel-default .panel-heading .panel-title a[aria-expanded] .tour-title {
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase; }

.managers-cabinet .panel-group .panel-default .panel-heading .panel-title a[aria-expanded] .tour-total-state {
  color: #666;
  font-size: 19px;
  line-height: 19px;
  position: relative; }

.managers-cabinet .panel-group .panel-default .panel-heading .panel-title a[aria-expanded] .tour-total-state:after {
  position: absolute;
  content: '';
  top: -4px;
  left: -23px;
  width: 19px;
  height: 21px;
  background: url("../img/edit-ico.png") no-repeat; }

.managers-cabinet .panel-group .panel-default .panel-heading .panel-title a[aria-expanded] .tour-total-orders {
  color: #333;
  font-size: 21px;
  font-weight: bold;
  line-height: 21px; }

.managers-cabinet .panel-group .panel-default .panel-heading .panel-title a[aria-expanded] .tour-total-orders .label {
  position: relative; }

.managers-cabinet .panel-group .panel-default .panel-heading .panel-title a[aria-expanded] .tour-total-orders .label:before {
  position: absolute;
  content: '';
  top: -4px;
  left: -40px;
  width: 3px;
  height: 23px;
  background-color: #fff; }

.managers-cabinet .panel-group .panel-default .panel-heading .panel-title a[aria-expanded] .tour-total-orders .label:after {
  position: absolute;
  content: '';
  top: -4px;
  left: -31px;
  width: 28px;
  height: 23px;
  background: url("../img/backet-big-ico.png") no-repeat; }

.managers-cabinet .panel-group .panel-default .panel-heading .panel-title a[aria-expanded] .tour-number-of-participants {
  color: #333;
  font-size: 21px;
  font-weight: bold;
  line-height: 21px; }

.managers-cabinet .panel-group .panel-default .panel-heading .panel-title a[aria-expanded] .tour-number-of-participants .label {
  position: relative; }

.managers-cabinet .panel-group .panel-default .panel-heading .panel-title a[aria-expanded] .tour-number-of-participants .label:before {
  position: absolute;
  content: '';
  top: -4px;
  left: -40px;
  width: 3px;
  height: 23px;
  background-color: #fff; }

.managers-cabinet .panel-group .panel-default .panel-heading .panel-title a[aria-expanded] .tour-number-of-participants .label:after {
  position: absolute;
  content: '';
  top: -4px;
  left: -31px;
  width: 30px;
  height: 23px;
  background: url("../img/people-big-ico.png") no-repeat; }

.managers-cabinet .panel-group .panel-default .panel-heading .panel-title a[aria-expanded] .tour-number-of-paid-participants {
  color: #333;
  font-size: 21px;
  font-weight: bold;
  line-height: 21px;
  margin-right: 0; }

.managers-cabinet .panel-group .panel-default .panel-heading .panel-title a[aria-expanded] .tour-number-of-paid-participants .label {
  position: relative; }

.managers-cabinet .panel-group .panel-default .panel-heading .panel-title a[aria-expanded] .tour-number-of-paid-participants .label:before {
  position: absolute;
  content: '';
  top: -4px;
  left: -40px;
  width: 3px;
  height: 23px;
  background-color: #fff; }

.managers-cabinet .panel-group .panel-default .panel-heading .panel-title a[aria-expanded] .tour-number-of-paid-participants .label:after {
  position: absolute;
  content: '';
  top: -4px;
  left: -31px;
  width: 29px;
  height: 23px;
  background: url("../img/pay-big-ico.png") no-repeat; }

.managers-cabinet .panel-group .panel-default .in {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100%; }

.managers-cabinet .panel-group .panel-default .panel-collapse {
  width: 100%; }

.managers-cabinet .panel-group .panel-default .panel-collapse[aria-hidden="false"] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.managers-cabinet .panel-group .panel-default .panel-collapse .panel-body {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.managers-cabinet .panel-group .panel-default .panel-collapse .panel-body div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.managers-cabinet .panel-group .panel-default .panel-collapse .panel-body div .tour-report-link {
  width: 100%;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 15px;
  background-color: #e6e6e0; }

.managers-cabinet .panel-group .panel-default .panel-collapse .panel-body div .tour-report-link a {
  color: #0b6784;
  font-size: 19px;
  line-height: 19px;
  font-weight: bold;
  margin-top: 3px; }

.managers-cabinet .panel-group .panel-default .panel-collapse .panel-body div .table-responsive {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.managers-cabinet .panel-group .panel-default .panel-collapse .panel-body div .table-responsive table {
  width: 100%; }

.managers-cabinet .panel-group .panel-default .panel-collapse .panel-body div .table-responsive table thead {
  background-color: #bbbbb7;
  border-left: 1px solid #e6e6e0;
  border-right: 1px solid #e6e6e0; }

.managers-cabinet .panel-group .panel-default .panel-collapse .panel-body div .table-responsive table thead tr th {
  border: none;
  color: #fff;
  font-size: 19px;
  line-height: 19px;
  position: relative;
  padding-bottom: 8px; }

.managers-cabinet .panel-group .panel-default .panel-collapse .panel-body div .table-responsive table thead tr th .sort-button {
  position: absolute;
  content: '';
  top: 5px;
  right: 20px;
  width: 10px;
  height: 5px;
  display: block; }

.managers-cabinet .panel-group .panel-default .panel-collapse .panel-body div .table-responsive table thead tr th .sort-button button {
  padding: 0; }

.managers-cabinet .panel-group .panel-default .panel-collapse .panel-body div .table-responsive table tbody {
  background-color: #f8f8f6;
  border: 2px solid #e6e6e0; }

.managers-cabinet .panel-group .panel-default .panel-collapse .panel-body div .table-responsive table tbody tr td {
  border: none;
  color: #454545;
  font-size: 21px;
  line-height: 21px;
  position: relative; }

.managers-cabinet .panel-group .panel-default .panel-collapse .panel-body div .table-responsive table tbody tr td:after {
  position: absolute;
  content: '';
  top: 8px;
  right: 0;
  width: 2px;
  height: 30px;
  background-color: #e6e6e0; }

.managers-cabinet .panel-group .panel-default .panel-collapse .panel-body div .table-responsive table tbody tr td a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.managers-cabinet .panel-group .panel-default .panel-collapse .panel-body div .table-responsive table tbody tr td a .label-default {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.managers-cabinet .panel-group .panel-default .panel-collapse .panel-body div .table-responsive table tbody tr td a .label-default .glyphicon-comment {
  width: 26px;
  height: 20px;
  background: url("../img/first-ico.png") no-repeat; }

.managers-cabinet .panel-group .panel-default .panel-collapse .panel-body div .table-responsive table tbody tr td a .label-default .glyphicon-pencil {
  width: 19px;
  height: 20px;
  background: url("../img/second-ico.png") no-repeat; }

.managers-cabinet .panel-group .panel-default .panel-collapse .panel-body div .table-responsive table tbody tr td a .label-default .glyphicon-list-alt {
  width: 25px;
  height: 17px;
  background: url("../img/third-ico.png") no-repeat;
  margin-top: 2px; }

.open-tour {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.open-tour .my_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 15px 0; }

.open-tour-block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.open-tour-block__rent-tour {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px;
  margin-bottom: 10px;
  background-color: #f5f5f5; }

.open-tour-block__rent-tour-data-select {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.open-tour-block__rent-tour-data-select__line {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px; }

.open-tour-block__rent-tour-data-select__line:last-child {
  margin-bottom: 0; }

.open-tour-block__rent-tour-data-select__line span {
  color: #454545;
  font-size: 18px;
  font-weight: bold; }

.open-tour-block__rent-tour-data-select__line span:last-child {
  margin-left: 4px; }

.open-tour-block__rent-tour-data-select__select-data {
  width: 200px;
  height: 35px;
  background-color: #fff;
  padding: 3px;
  border: 2px solid #dcdcd3; }

.open-tour-block__rent-tour-data-select__line button,
.open-tour-block__rent-tour-data-select__line a {
  border: none;
  outline: none;
  color: #a9aba4;
  font-size: 15px;
  cursor: pointer;
  background-color: transparent;
  text-decoration: underline; }

.open-tour-block__rent-tour__submit {
  border: none;
  outline: none;
  padding: 8px 65px;
  margin: 5px 0 10px 0;
  color: #fff;
  cursor: pointer;
  background-color: #f57d24;
  font: 99% arial,helvetica,clean,sans-serif;
  font-size: 21px; }

.open-tour-block__rent-tour__submit:hover {
  color: #fff; }

.open-tour-block__banner-picture {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.open-tour-block__banner-picture img {
  width: 100%;
  height: auto; }

.open-tour-block__tab-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.open-tour-block__tab-container .nav-tabs {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 18px 0 35px 0;
  border: none; }

.open-tour-block__tab-container .nav-tabs li {
  list-style-type: none;
  margin-right: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.open-tour-block__tab-container .nav-tabs li:last-child {
  margin-right: 0; }

.open-tour-block__tab-container .nav-tabs li a {
  color: #777775;
  font-size: 21px;
  padding: 15px 40px;
  background-color: #e6e6e0;
  text-transform: uppercase; }

.open-tour-block__tab-container .nav-tabs .tab-a-polygon {
  display: none;
  position: absolute;
  content: '';
  bottom: -8px;
  left: 45%;
  width: 18px;
  height: 8px;
  background: url("../img/open-tour_polygon.png") no-repeat; }

.open-tour-block__tab-container .nav-tabs .active {
  position: relative; }

.open-tour-block__tab-container .nav-tabs .active {
  color: #fff;
  background-color: #096480; }

.open-tour-block__tab-container .nav-tabs .active .tab-a-polygon {
  display: block; }

.plate-title {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 25px;
  text-transform: uppercase;
  padding: 5px 0.8em 4px;
  margin: -30px 0 0 10px; }
  @media (max-width: 833px) and (min-width: 761px) {
    .plate-title {
      font-size: 21px; } }

.open-tour-block__tab-content {
  width: 100%; }
  .open-tour-block__tab-content .tab-pane {
    width: 100%; }

.open-tour-description-block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.open-tour-description-block__description-text {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
  font-size: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid #e6e6e0; }
  .open-tour-description-block__description-text .description-text-title {
    color: #454545;
    font-size: 25px;
    margin-bottom: 15px;
    text-transform: uppercase; }
  .open-tour-description-block__description-text .all-description-text {
    color: #454545;
    font-size: 20px;
    text-align: left; }
  .open-tour-description-block__description-text img {
    width: 100%;
    height: auto;
    margin-bottom: 20px; }

.open-tour-description-block__tour-includes {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 55px 0 0 0; }
  .open-tour-description-block__tour-includes .include-in-the-price,
  .open-tour-description-block__tour-includes .not-include-in-the-price {
    width: 33%;
    padding: 40px 0 40px 15px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .open-tour-description-block__tour-includes .include-in-the-price a,
    .open-tour-description-block__tour-includes .not-include-in-the-price a {
      text-decoration: underline; }
  .open-tour-description-block__tour-includes .include-in-the-price {
    background-color: #ecf2ce; }
  .open-tour-description-block__tour-includes .not-include-in-the-price {
    background-color: #f5f5f5; }

.include-in-the-price ul {
  margin: 0 0 8px 0;
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.include-in-the-price ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 7px;
  padding-left: 20px;
  position: relative;
  color: #454545;
  font-size: 20px;
  text-align: left; }

.include-in-the-price ul li:before {
  position: absolute;
  content: '';
  top: 4px;
  left: 0;
  width: 15px;
  height: 18px;
  background: url("../img/include.png") no-repeat; }

.include-in-the-price ul li p,
.include-in-the-price ul li a {
  color: #454545;
  font-size: 20px;
  text-align: left;
  margin: 0; }

.include-in-the-price__title {
  color: #fff;
  background-color: #9ebc0a; }

.include-in-the-price__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 8px; }
  .include-in-the-price__line:last-child {
    margin-bottom: 0; }
  .include-in-the-price__line span {
    color: #454545;
    font-size: 20px; }

.include-in-the-price__ico {
  width: 15px;
  height: 18px;
  margin-right: 8px;
  background: url("../img/include.png") no-repeat; }

.not-include-in-the-price ul {
  margin: 0 0 8px 0;
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.not-include-in-the-price ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 7px;
  padding-left: 20px;
  position: relative;
  color: #454545;
  font-size: 20px;
  text-align: left; }

.not-include-in-the-price ul li:before {
  position: absolute;
  content: '-';
  top: 4px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff !important;
  font-weight: bold;
  font-size: 13px !important;
  padding: 0 5px;
  background-color: #878787;
  margin-right: 8px; }

.not-include-in-the-price ul li p,
.not-include-in-the-price ul li a {
  color: #454545;
  font-size: 20px;
  text-align: left;
  margin: 0; }

.not-include-in-the-price__title {
  color: #fff;
  background-color: #878787; }

.not-include-in-the-price__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 8px; }

.not-include-in-the-price__line:last-child {
  margin-bottom: 0; }

.not-include-in-the-price__line span {
  color: #454545;
  font-size: 20px; }

.not-include-in-the-price__ico {
  color: #fff !important;
  font-weight: bold;
  font-size: 13px !important;
  padding: 0 5px;
  background-color: #878787;
  margin-right: 8px; }

.open-tour-program-block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px;
  border: 2px solid #e6e6e0; }

.open-tour-program-block__one-day-program {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 5px; }

.open-tour-program-block__one-day-program:last-child {
  margin-bottom: 0; }

.open-tour-program-block__one-day-program__header {
  width: 100%;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 15px;
  padding-top: 3px;
  cursor: pointer;
  background-color: #f2f2f1;
  border: 2px solid #e6e6e0; }

.open-tour-program-block__one-day-program__header span {
  color: #454545;
  font-size: 19px; }

.open-tour-program-block__one-day-program__header span:first-child {
  margin-right: 5px; }

.open-tour-program-block__one-day-program__hidden-block {
  width: 100%;
  display: none; }

.open-tour-program-block__one-day-program__day-program-text {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 15px 15px 15px 35px;
  background-color: #f2f2f1; }

.open-tour-program-block__one-day-program__day-program__text-image {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px; }

.open-tour-program-block__one-day-program__day-program__text-image .ckeditor-text-block {
  width: 100%;
  color: #454545;
  font-size: 19px;
  margin: 0;
  text-align: left;
  font-family: 'PFDinTextCompPro-Regular' !important; }

.open-tour-program-block__one-day-program__day-program-text img {
  width: 35%;
  height: auto; }

.active-program {
  display: block !important; }

.open-tour-equipment {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 45px 20px;
  border: 2px solid #e6e6e0; }

.open-tour-equipment__list-block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: 50px; }

.open-tour-equipment__clothe-block {
  width: 28%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 20px 0 20px 10px;
  background-color: #f1f1ee;
  position: relative; }

.open-tour-equipment__clothe-block__title {
  color: #fff;
  background-color: #9ebc0a; }

.open-tour-equipment__clothe-block__ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .open-tour-equipment__clothe-block__ol li {
    text-align: left;
    list-style-type: decimal;
    position: relative;
    margin-bottom: 7px; }
    .open-tour-equipment__clothe-block__ol li:last-child {
      margin-bottom: 0; }
    .open-tour-equipment__clothe-block__ol li span {
      color: #454545;
      font-size: 17px; }

.tooltip-inner {
  background-color: #5E96AC;
  text-align: left; }
  .tooltip-inner h4 {
    text-align: center;
    margin: 0.5em 0; }
  .tooltip-inner p {
    margin: 0; }

.bs-tooltip-auto[x-placement^=left] .arrow::before,
.bs-tooltip-left .arrow::before {
  border-left-color: #5E96AC; }

.bs-tooltip-auto[x-placement^=right] .arrow::before,
.bs-tooltip-right .arrow::before {
  border-right-color: #5E96AC; }

.equipment-title_with-tooltip {
  cursor: pointer;
  text-decoration: underline; }

.open-tour-equipment__clothe-block__rent-clothe {
  position: absolute;
  content: '';
  top: -3px;
  right: -40px;
  color: #fff !important;
  font-size: 14px !important;
  padding: 1px 7px 0 7px;
  background-color: #f57d24;
  text-transform: uppercase; }

.open-tour-equipment__images-block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around; }

.open-tour-equipment__images-block__one-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 20px; }
  .open-tour-equipment__images-block__one-img img {
    width: 166px;
    height: 166px;
    margin-bottom: 5px; }
  .open-tour-equipment__images-block__one-img span {
    color: #454545;
    font-size: 16px; }

.open-tour-faq-block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.4em;
  padding: 10px;
  border: 2px solid #e6e6e0; }

.open-tour-faq-block__one-question {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 5px; }
  .open-tour-faq-block__one-question:last-child {
    margin-bottom: 0; }

.open-tour-faq-block__one-question__header {
  width: 100%;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 15px;
  cursor: pointer;
  background-color: #dedede; }
  .open-tour-faq-block__one-question__header span {
    color: #454545;
    font-size: 19px;
    padding-top: 5px; }

.open-tour-faq-block__one-question__header__quest-ico {
  width: 37px;
  height: 37px;
  margin-right: 10px;
  background: url("../img/faq_question_grey.png") no-repeat; }

.active-quest-ico {
  background: url("../img/faq_question_green.png") no-repeat; }

.open-tour-faq-block__one-question__hidden-block {
  width: 100%;
  display: none; }

.active-question {
  display: block; }

.open-tour-faq-block__one-question__question-text {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 15px 15px 15px 35px;
  background-color: #f1f1ee; }
  .open-tour-faq-block__one-question__question-text p {
    width: 90%;
    color: #454545;
    font-size: 19px;
    margin: 0;
    text-align: left; }

.open-tour-review-block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px;
  border: 2px solid #e6e6e0; }

.open-tour-review-block__one-review {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 35px;
  background-color: #f0f0ed;
  margin-bottom: 30px; }

.open-tour-review-block__avatar-block {
  width: 20%;
  margin-right: 40px; }
  .open-tour-review-block__avatar-block img {
    width: 175px;
    height: 170px;
    border-radius: 166px; }

.open-tour-review-block__one-review__text-block {
  width: 75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.open-tour-review-block__one-review__review-info-line {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
  position: relative; }

.open-tour-review-block__cwote {
  position: absolute;
  content: '';
  top: 50px;
  left: -50px;
  width: 32px;
  height: 31px;
  background: url("../img/review_cwote.png") no-repeat; }

.open-tour-review-block__one-review__review-info-line__person-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .open-tour-review-block__one-review__review-info-line__person-info a {
    color: #096480;
    font-size: 19px;
    margin-right: 3px; }
  .open-tour-review-block__one-review__review-info-line__person-info span {
    color: #bebebd;
    font-size: 17px; }

.open-tour-review-block__one-review__review-info-line__review-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  .open-tour-review-block__one-review__review-info-line__review-data span {
    color: #bebebd;
    font-size: 17px; }

.open-tour-review-block__one-review__review-info-line__review-data-ico {
  width: 30px;
  height: 25px;
  margin-right: 5px;
  background: url("../img/calendar_review.jpg") no-repeat; }

.open-tour-review-block__one-review__review-text {
  width: 100%; }
  .open-tour-review-block__one-review__review-text .review-ck-text {
    color: #454545;
    font-size: 16px;
    text-align: left;
    float: left;
    word-break: break-all; }
    .open-tour-review-block__one-review__review-text .review-ck-text p {
      color: #454545;
      font-size: 16px;
      text-align: left;
      float: left;
      word-break: break-word; }
  .open-tour-review-block__one-review__review-text a {
    color: #f57d24;
    font-size: 16px;
    margin-left: 5px; }

.open-tour-photo-gallery {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 10px;
  border: 2px solid #e6e6e0; }
  .open-tour-photo-gallery .carousel-item {
    padding: 0 3.5%; }
  .open-tour-photo-gallery .carousel-item img {
    width: 100%;
    height: auto;
    border: 12px solid #d5d5cf; }
  .open-tour-photo-gallery .carousel-item .carousel-caption {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-bottom: 60px; }
  .open-tour-photo-gallery .carousel-item .carousel-caption .open_tour_photo_gallery__photo-name {
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    padding: 5px 10px 0 10px;
    background-color: #9ebc0a;
    margin-left: 52px; }
  .open-tour-photo-gallery .carousel-control-prev,
  .open-tour-photo-gallery .carousel-control-next {
    width: 3%; }
  .open-tour-photo-gallery .carousel-control-prev-icon,
  .open-tour-photo-gallery .carousel-control-next-icon {
    width: initial;
    height: initial;
    color: #77776e;
    font-size: 33px;
    font-weight: bold;
    background-image: none;
    background-color: #d0d0d0;
    padding: 1px 7px; }
  .open-tour-photo-gallery .carousel-control-prev-icon {
    border-right: 4px solid #77776e; }
  .open-tour-photo-gallery .carousel-control-next-icon {
    border-left: 4px solid #77776e; }

.open-tour-block__tour-types-block {
  width: 100%;
  padding: 0 0 0.6em;
  margin: 30px 0;
  border: 2px solid #e6e6e0;
  text-align: center; }
  .open-tour-block__tour-types-block a {
    display: inline-block;
    color: #a6a6a6;
    font-size: 17px;
    margin-top: 6px; }
    .open-tour-block__tour-types-block a:hover {
      color: #404040;
      text-decoration: underline; }

.calendar {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.calendar .my_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 15px 0; }

.calendar-tour-schedule {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.calendar-tour-schedule__search-result {
  width: 100%;
  text-align: left;
  margin-bottom: 30px; }

.calendar-tour-schedule__search-result__block-name {
  color: #454545;
  font-size: 30px;
  float: left;
  text-transform: uppercase;
  margin-right: 25px; }

.calendar-tour-schedule__search-result__search-param {
  padding: 4px 10px 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background-color: #eff3cf;
  float: left;
  margin-right: 15px;
  margin-bottom: 10px; }

.calendar-tour-schedule__search-result__search-param span {
  color: #a9ab9c;
  font-size: 17px;
  margin-right: 15px; }

.calendar-tour-schedule__search-result__search-param button {
  border: none;
  outline: none;
  color: #9ebc0a;
  font-size: 20px;
  padding: 0;
  margin: 0;
  cursor: pointer;
  background-color: transparent; }

.calendar-tour-schedule__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.calendar-tour-schedule__list-one-line {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px; }

.calendar-tour-schedule__list-one-line:last-child {
  margin-bottom: 0; }

.calendar-tour-schedule__one-tour {
  width: 370px;
  height: 370px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative; }

.calendar-tour-schedule__one-tour img {
  width: 100%;
  height: 100%; }

.calendar-tour-schedule__one-tour_description {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 30px; }

.calendar-one-tour_description__name-of-tour {
  color: #fff;
  font-size: 23px;
  padding: 5px 10px 0 10px;
  text-transform: uppercase;
  background-color: #096982; }

.calendar-one-tour_description__name-of-tour:hover {
  color: #fff; }

.calendar-one-tour_description__name-of-tour:first-child {
  margin-bottom: 1px; }

.calendar-one-tour_description-data-price-block {
  width: 50%;
  height: 148px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  margin-bottom: 54px;
  margin-top: 30px; }

.calendar-one-tour_description-data-price-block__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: 15px;
  margin-bottom: 5px; }

.calendar-one-tour_description-data-price-block__line:first-child {
  margin-top: 10px; }

.calendar-one-tour_description-data-price-block__line:last-child {
  margin-bottom: 0; }

.calendar-one-tour_description-data-price-block__tour-status_open {
  color: #aec511;
  font-size: 18px;
  margin: 15px 0 15px 15px; }

.calendar-one-tour_description-data-price-block__span {
  color: #fff;
  font-size: 18px;
  margin-top: 3px; }

.calendar-one-tour_description-data-price-block__span_bold {
  color: #fff;
  font-size: 18px;
  font-family: "PFDinTextCompPro-Medium" !important;
  margin-top: 3px;
  margin-right: 3px; }

.calendar-one-tour_description-data-price-block__price-ico {
  width: 20px;
  height: 20px;
  margin-right: 6px;
  background: url("../img/tour/purse.png") no-repeat; }

.calendar-one-tour_description__to-tour {
  color: #fff;
  font-size: 18px;
  padding: 5px 10px 0 10px;
  background-color: #aec511;
  margin: 0 0 15px 15px; }

.calendar-one-tour_description__to-tour:hover {
  color: #fff; }

.calendar__paginator {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px; }

.tour-section {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.tour-section .my_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 15px; }

.tour-section-main-block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.tour-section__main-content-block {
  width: 77%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: 35px; }

.tour-section__tab-container .nav-tabs {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 10px 0 25px 0;
  border: none; }

.tour-section__tab-container .nav-tabs li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  margin-right: 15px;
  margin-bottom: 15px; }

.tour-section__tab-container .nav-tabs li:last-child {
  margin-right: 0; }

.tour-section__tab-container .nav-tabs li a {
  color: #777775;
  font-size: 21px;
  padding: 10px 20px;
  background-color: #e6e6e0;
  text-transform: uppercase; }

.tour-section__tab-container .nav-tabs .tab-a-polygon {
  display: none;
  position: absolute;
  content: '';
  bottom: -8px;
  left: 40%;
  width: 18px;
  height: 8px;
  background: url("../img/open-tour_polygon.png") no-repeat; }

.tour-section__tab-container .nav-tabs .active {
  position: relative; }

.tour-section__tab-container .nav-tabs .active {
  color: #fff;
  background-color: #096480; }

.tour-section__tab-container .nav-tabs .active .tab-a-polygon {
  display: block; }

.tour-section__tab-content {
  width: 100%; }

.tour-section__tab-content .tab-pane {
  width: 100%; }

.tour-section__tab-content .tour-section__tours .one-tour-preview-block {
  margin-right: 0; }

.rafting-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 25px; }

.tour-section__tab-content__span_bold {
  color: #454545;
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 13px; }

.rafting-text p {
  width: 90%;
  color: #6e6e6e;
  font-size: 15px;
  margin: 0;
  text-align: left; }

.tour-section__tours {
  width: 88%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.tour-section__paginator {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.news-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.news-list .my_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 15px; }

.news-list-main-block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.news-list__all-news-list-block {
  width: 77%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.all-news-list-block__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 20px 0; }

.all-news-list-block__list__one-new-block {
  width: 95%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 15px 15px 10px 15px;
  background-color: #f5f5f5;
  margin-bottom: 40px;
  position: relative; }

.all-news-list-block__list__one-new-block:last-child {
  margin-bottom: 0; }

.all-news-list-block__list__one-new-block__title {
  position: absolute;
  content: '';
  top: -15px;
  left: 20px;
  color: #fff;
  font-size: 21px;
  padding: 4px 15px 0 15px;
  background-color: #9ebc0a;
  text-transform: uppercase; }

.all-news-list-block__list__one-new-block img {
  width: 100%;
  height: auto;
  margin-bottom: 10px; }

.all-news-list-block__list__one-new-block p {
  color: #454545;
  font-size: 18px;
  margin: 0;
  width: 95%;
  text-align: left; }

.all-news-list-block__list__one-new-block__more-link {
  color: #ee5b15;
  font-size: 18px;
  padding: 5px 35px 1px 35px;
  background-color: transparent;
  border: 2px solid #ee5b15;
  margin-top: 10px; }

.all-news-list-block__list__one-new-block__more-link:hover {
  color: #ee5b15; }

.news-list__paginator {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.open-news {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.open-news .my_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 15px; }

.open-news-main-block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.open-news__text {
  width: 77%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-right: 35px; }

.open-news__text__block-for-uploading-text {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
  margin-bottom: 20px; }

.open-news__text__block-for-uploading-text p {
  width: 95%;
  color: #454545;
  font-size: 18px;
  text-align: left; }

.open-news__text__block-for-uploading-text img {
  width: 100%;
  height: auto;
  margin-bottom: 10px; }

.open-news__text__back-line {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.open-news__text__back-line__back-link {
  color: #ee5b15;
  font-size: 19px;
  padding: 4px 13px 0 13px;
  background-color: transparent;
  border: 2px solid #ee5b15; }

.open-news__text__back-line__back-link:hover {
  color: #ee5b15; }

.open-news__text__facebook {
  border: none;
  outline: none;
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  background-color: #496194; }

.open-news__text__facebook .facebook_ico {
  width: 10px;
  height: 19px;
  background: url("../img/news_text_facebook.png") no-repeat; }

.login-register-page {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.login-register-page .my_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 15px 0; }

.login-register-main-block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 40px; }

.login-block,
.register-block {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.login-with-socials {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 15px; }

.login-block .login-with-socials {
  width: 50%;
  padding-bottom: 20px;
  border-bottom: 2px solid #e6e6e0; }

.login-with-socials-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.login-with-socials span {
  color: #454545;
  font-size: 18px;
  margin-bottom: 10px; }

.login-with-socials__facebook {
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #496194;
  margin-right: 20px;
  border-radius: 66px; }

.login-with-socials__facebook-ico {
  width: 10px;
  height: 19px;
  margin-bottom: 0 !important;
  background: url("../img/news_text_facebook.png") no-repeat; }

.login-with-socials__google {
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ff6d4a;
  border-radius: 66px; }

.login-with-socials__google-ico {
  width: 20px;
  height: 17px;
  margin-bottom: 0 !important;
  background: url("../img/register_page.png") no-repeat; }

.login-block__forgot-password {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 15px; }

.login-block__forgot-password__span_big {
  color: #454545;
  font-size: 22px;
  margin-bottom: 5px; }

.login-block__forgot-password__span_small {
  color: #454545;
  font-size: 17px;
  margin-bottom: 13px; }

.forgot-password-form {
  width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.forgot-password-form-line {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 20px; }

.forgot-password-form-line span {
  width: 20%;
  color: #454545;
  font-size: 16px;
  font-weight: bold;
  margin-right: 10px; }

.forgot-password-form-line input {
  width: 78%;
  height: 35px;
  border-radius: 5px;
  padding-left: 7px;
  border: 1px solid #dcdcd3;
  -webkit-box-shadow: 0 0 7px #ecece7;
          box-shadow: 0 0 7px #ecece7; }

.forgot-password-form-line input:focus {
  outline: none;
  border: 1px solid #9ebc0a; }

.forgot-password-form button {
  width: 78%;
  height: 45px;
  border: none;
  outline: none;
  color: #fff;
  font-size: 19px;
  cursor: pointer;
  background-color: #9ebc0a; }

.personal-cabinet {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.personal-cabinet .my_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 50px 0; }

.personal-cabinet__not-tab-block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 15px;
  border-bottom: 2px solid #f57d24; }

.personal-cabinet__not-tab-block span {
  color: #fff;
  font-size: 20px;
  padding: 4px 15px 0 15px;
  text-transform: uppercase;
  background-color: #f57d24; }

.personal-cabinet__title {
  color: #646464;
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 30px; }

.personal-cabinet-table-scroll-block {
  width: 100%; }

.my-orders-table {
  width: 100%; }

.my-orders-table thead {
  width: 100%;
  height: 40px; }

.my-orders-table thead tr {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }

.my-orders-table thead tr td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #e6e6e0;
  margin-right: 1px;
  border: none; }

.my-orders-table thead tr td span {
  color: #646464;
  font-size: 17px;
  font-weight: bold; }

.my-orders-table thead tr td:last-child {
  margin-right: 0; }

.my-orders-table__numbers {
  width: 4%; }

.my-orders-table__tour-name {
  width: 36%;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
  padding-left: 7px; }

.my-orders-table__tour-status {
  width: 15%; }

.my-orders-table__payment-status {
  width: 15%; }

.my-orders-table__link {
  width: 15%; }

.my-orders-table tbody {
  width: 100%;
  height: 40px; }

.my-orders-table tbody tr {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 2px; }

.my-orders-table tbody tr td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #f7f7f6;
  margin-right: 1px;
  border: none; }

.my-orders-table tbody tr td span {
  color: #646464;
  font-size: 17px;
  font-weight: bold; }

.my-orders-table tbody tr td:last-child {
  margin-right: 0; }

.my-orders-table__tbody__open-tour-tr td {
  background-color: #eff1da !important; }

.my-orders-table tbody .my-orders-table__numbers {
  background-color: #e5ebc7 !important; }

.my-orders-table__tour-name__span {
  font-size: 17px;
  color: #0b6784 !important; }

.my-orders-table__tour-status__coming {
  color: #9ebc0a !important; }

.my-orders-table__payment-status__not-payed {
  color: #f52446 !important; }

.my-orders-table__link a {
  color: #7d7d7d;
  font-size: 17px;
  text-decoration: underline; }

.my-orders-table__link_orange button {
  border: none;
  outline: none;
  color: #f57d24 !important;
  font-size: 17px;
  font-family: 'PFDinTextCompPro-Regular';
  text-decoration: underline;
  background-color: transparent;
  cursor: pointer; }

.rent-tour {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.rent-tour .my_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 50px 0; }

.rent-tour__tour-information {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px;
  position: relative;
  background-color: #f5f5f5;
  margin-bottom: 40px;
  font-size: 1.6em; }

.rent-tour__tour-information__title {
  position: absolute;
  content: '';
  top: -15px;
  left: 25px;
  color: #fff;
  font-size: 27px;
  padding: 5px 15px 0 15px;
  text-transform: uppercase;
  background-color: #096480; }

.rent-tour__tour-information__price {
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.rent-tour__tour-information__price-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 35px; }

.rent-tour__tour-information__span_bold {
  color: #454545;
  font-weight: bold;
  margin-right: 4px; }

.rent-tour__tour-information__span {
  color: #454545;
  font-size: 19px; }

.rent-tour__tour-information__picture__data {
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .rent-tour__tour-information__picture__data img {
    width: 175px;
    max-width: 180px;
    height: 170px;
    border-radius: 166px;
    margin-right: 15px; }

.rent-tour__tour-information__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left; }

.rent-tour__tour-information__data__tour-name {
  color: #454545;
  font-size: 23px;
  text-transform: uppercase;
  margin-bottom: 40px; }

.rent-tour__tour-information__data-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 15px; }
  .rent-tour__tour-information__data-line:last-child {
    margin-bottom: 0; }

.rent-tour__tour-information__link-to-tour {
  width: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .rent-tour__tour-information__link-to-tour a {
    color: #096480;
    text-decoration: underline; }
  .rent-tour__tour-information__link-to-tour a:hover {
    text-decoration: none; }

.rent-tour__tab-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.rent-tour__tab-container .nav-tabs {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 0 25px 0;
  border-bottom: 2px solid #f57d24; }

.rent-tour__tab-container .nav-tabs li {
  list-style-type: none;
  margin-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.rent-tour__tab-container .nav-tabs li a {
  color: #646464;
  font-size: 20px;
  padding: 3px 10px 0 10px;
  text-transform: uppercase;
  background-color: #e6e6e0; }

.rent-tour__tab-container .nav-tabs .active a {
  color: #fff;
  background-color: #f57d24; }

.rent-tour__tab-content {
  width: 100%; }

.rent-tour-personal-info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.rent-tour-personal-info-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 15px; }
  .rent-tour-personal-info-line h1 {
    color: #646464;
    font-size: 27px;
    margin-right: 10px; }
  .rent-tour-personal-info-line span {
    color: #8c8c8c;
    font-size: 16px; }

.rent-tour-table-wrap-block {
  width: 100%; }
  .rent-tour-table-wrap-block h3 {
    font-size: 1.7em;
    letter-spacing: 1px; }

.rent-tour-personal-info__table {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-bottom: 20px;
  border-bottom: 2px solid #e6e6e0;
  margin-bottom: 50px; }

.rent-tour-personal-info__table-head {
  width: 100%;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 5px; }

.rent-tour-personal-info__table-head__person-name {
  width: 90%;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 30px;
  margin-right: 1px;
  background-color: #e6e6e0; }
  .rent-tour-personal-info__table-head__person-name span {
    color: #747473;
    font-size: 17px; }

.rent-tour-personal-info__table-head__edit {
  width: 5%;
  height: 40px;
  margin-right: 1px;
  background-color: #e6e6e0; }
  .rent-tour-personal-info__table-head__edit:last-child {
    margin-right: 0; }

.rent-tour-personal-info__table-body {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 15px; }

.rent-tour-personal-info__table-body-line {
  width: 100%;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background-color: #f7f7f6;
  margin-bottom: 5px; }

.rent-tour-personal-info__table-body__person-name {
  width: 90%;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 30px; }
  .rent-tour-personal-info__table-body__person-name span {
    color: #646464;
    font-size: 18px; }

.rent-tour-personal-info__table-body__edit {
  width: 5%;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .rent-tour-personal-info__table-body__edit button {
    width: 30px;
    height: 30px;
    border: none;
    outline: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer; }

.rent-tour-personal-info__table-body__edit__edit-button {
  background-color: #549cad; }

.rent-tour-personal-info__table-buttons {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.rent-tour-personal-info__table-body__edit__delete-button {
  background-color: #e27f7b; }

.rent-tour-personal-info__table-body__edit__edit-ico {
  width: 19px;
  height: 18px;
  background: url("../img/rent_tour_pencil.png") no-repeat; }

.rent-tour-personal-info__table-body__edit__delete-ico {
  width: 15px;
  height: 15px;
  background: url("../img/rent_tour_close.png") no-repeat; }

.rent-tour-personal-info__table__button {
  width: 190px;
  height: 45px;
  color: #fff;
  cursor: pointer;
  background-color: #9ebc0a;
  font-size: 1.5em;
  letter-spacing: 1px;
  padding: 4px 0 6px;
  border: none;
  outline: none; }
  .rent-tour-personal-info__table__button:last-child {
    margin-left: 15px; }

.rent-tour-personal-info__to-next-block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.to-next-block__back-link {
  color: #9ebc0a;
  font-size: 18px;
  text-decoration: underline !important; }
  .to-next-block__back-link:hover {
    color: #9ebc0a; }

.rent-tour-equipment {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.rent-tour-equipment-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 15px; }
  .rent-tour-equipment-line h1 {
    color: #646464;
    font-size: 27px;
    margin-right: 10px; }
  .rent-tour-equipment-line span {
    color: #8c8c8c;
    font-size: 16px; }

.rent-tour-equipment__table {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 50px; }

.rent-tour-equipment__table-head {
  width: 100%;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 2px; }

.rent-tour-equipment__table-head__person-name {
  width: 70%;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 30px;
  margin-right: 1px;
  background-color: #e6e6e0; }
  .rent-tour-equipment__table-head__person-name span {
    color: #747473;
    font-size: 17px; }

.rent-tour-equipment__table-head__price {
  width: 25%;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 1px;
  background-color: #e6e6e0; }
  .rent-tour-equipment__table-head__price span {
    color: #747473;
    font-size: 17px; }

.rent-tour-equipment__table-head__edit {
  width: 5%;
  height: 40px;
  margin-right: 1px;
  background-color: #e6e6e0; }

.rent-tour-equipment__table-body {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.rent-tour-equipment__table-body-line {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 2px; }

.rent-tour-equipment__table-body__person-name {
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 30px;
  margin-right: 1px;
  background-color: #f7f7f6; }
  .rent-tour-equipment__table-body__person-name span {
    color: #646464;
    font-size: 18px; }

.rent-tour-equipment__table-body__price {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #f7f7f6;
  padding: 0 0 3px;
  margin-right: 1px; }
  .rent-tour-equipment__table-body__price span {
    color: #646464;
    font-size: 18px; }

.rent-tour-equipment__table-body__edit {
  width: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #f7f7f6; }

.rent-tour-equipment__to-next-block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.rent-tour-transfers {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.rent-tour-transfers-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 15px; }
  .rent-tour-transfers-line h1 {
    color: #646464;
    font-size: 27px;
    margin-right: 10px; }
  .rent-tour-transfers-line span {
    color: #8c8c8c;
    font-size: 16px; }

.rent-tour-transfers__to-next-block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.rent-tour-transfers__table {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 50px; }

.rent-tour-transfers__table__span_bold {
  color: #646464;
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 4px; }

.rent-tour-transfers__table__span {
  color: #8c8c8c;
  font-size: 16px;
  margin-bottom: 10px; }

.rent-tour-transfers__table-head {
  width: 100%;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 2px; }

.rent-tour-transfers__table-head__person-name {
  width: 40%;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 30px;
  margin-right: 1px;
  background-color: #e6e6e0; }

.rent-tour-transfers__table-head > div span {
  color: #747473;
  font-size: 17px; }

.rent-tour-transfers__table-head__data,
.rent-tour-transfers__table-head__time {
  width: 15%;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 1px;
  background-color: #e6e6e0; }

.rent-tour-transfers__table-head__commentary {
  width: 25%;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 1px;
  background-color: #e6e6e0; }

.rent-tour-transfers__table-head__edit {
  width: 5%;
  height: 40px;
  background-color: #e6e6e0; }

.rent-tour-transfers__table-body {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.rent-tour-transfers__table-body-line {
  width: 100%;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 2px; }

.rent-tour-transfers__table-body-line > div span {
  color: #646464;
  font-size: 18px; }

.rent-tour-transfers__table-body__person-name {
  width: 40%;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 30px;
  margin-right: 1px;
  background-color: #f7f7f6; }

.rent-tour-transfers__table-body__data,
.rent-tour-transfers__table-body__time {
  width: 15%;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 1px;
  background-color: #f7f7f6; }

.rent-tour-transfers__table-body__commentary {
  width: 25%;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin-right: 1px;
  background-color: #f7f7f6; }

.rent-tour-transfers__table-body__edit {
  width: 5%;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #f7f7f6; }

.rent-tour-transfers__table-body__edit__edit-button {
  width: 30px;
  height: 30px;
  border: none;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  background-color: #549cad; }

.rent-tour-transfers__table-body__edit__edit-ico {
  width: 19px;
  height: 18px;
  background: url("../img/rent_tour_pencil.png") no-repeat; }

.rent-tour-payment {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.rent-tour-payment .row {
  width: 68em;
  margin: 0; }
  .rent-tour-payment .row > div {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .rent-tour-payment .row > div .col-sm-7 {
      width: 100%;
      max-width: 100%;
      padding: 0;
      margin: 0 2em 5px 0; }
      .rent-tour-payment .row > div .col-sm-7 .form-group {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; }
        .rent-tour-payment .row > div .col-sm-7 .form-group label {
          max-width: 100%;
          color: #747473;
          font-size: 17px;
          line-height: 17px;
          padding: 0;
          text-align: left;
          margin-bottom: 8px; }
        .rent-tour-payment .row > div .col-sm-7 .form-group .col-sm-10 {
          width: 100%;
          max-width: 100%;
          padding: 0; }
    .rent-tour-payment .row > div .col-sm-5 {
      width: auto;
      -ms-flex-preferred-size: inherit;
          flex-basis: inherit;
      padding: 0; }
      .rent-tour-payment .row > div .col-sm-5 button {
        outline: none;
        cursor: pointer;
        background: #9EBB0B;
        font-size: 1.5em;
        padding: 5px 1em;
        border-radius: 2px;
        border: none;
        -webkit-box-shadow: 1px 2px 0 #8DA60A;
                box-shadow: 1px 2px 0 #8DA60A;
        -webkit-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s; }
        .rent-tour-payment .row > div .col-sm-5 button:active {
          background-color: #9EBB0B;
          -webkit-transform: translateY(0.2em);
                  transform: translateY(0.2em); }
        .rent-tour-payment .row > div .col-sm-5 button:active:focus {
          outline: none;
          -webkit-box-shadow: 1px 2px 0 #8DA60A;
                  box-shadow: 1px 2px 0 #8DA60A; }
        .rent-tour-payment .row > div .col-sm-5 button[disabled] {
          cursor: not-allowed; }
  .rent-tour-payment .row textarea {
    width: 100%;
    height: 7em;
    resize: none;
    border-radius: 0;
    border: 3px solid #E5E6E1; }

.tour-rent-payment__choose-payment-method {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .tour-rent-payment__choose-payment-method > div:last-child {
    font-size: 1.4em; }
    .tour-rent-payment__choose-payment-method > div:last-child form {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin: 85px 0 15px; }
      .tour-rent-payment__choose-payment-method > div:last-child form input {
        padding-left: 8px;
        margin-right: 10px; }
    .tour-rent-payment__choose-payment-method > div:last-child input, .tour-rent-payment__choose-payment-method > div:last-child button {
      height: 35px; }
    .tour-rent-payment__choose-payment-method > div:last-child button {
      background-color: #f57d24;
      font-size: 1.2em;
      padding: 0 1em;
      border-radius: 0;
      border: none; }

.tour-rent-payment__choose-payment-method__payment-information {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-right: 35px; }

.choose-payment-method__payment-information-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .choose-payment-method__payment-information-line h1 {
    color: #646464;
    font-size: 27px;
    margin-right: 10px; }
  .choose-payment-method__payment-information-line span {
    color: #8c8c8c;
    font-size: 16px;
    position: relative;
    top: 3px; }

.choose-payment-method__payment-information__payment-parametrs {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 30px 100px 20px 30px;
  background-color: #f7f7f6;
  border-bottom: 2px solid #e6e6e0; }

.choose-payment-method__payment-information__payment-parametrs-line {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px; }
  .choose-payment-method__payment-information__payment-parametrs-line span {
    color: #8e8e8d;
    font-size: 18px; }
  .choose-payment-method__payment-information__payment-parametrs-line span:first-child {
    font-weight: bold;
    margin: 0 1em 0 0; }
  .choose-payment-method__payment-information__payment-parametrs-line:last-child {
    margin-bottom: 0; }

.choose-payment-method__payment-information__payment-summary {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 30px 100px 20px 30px;
  background-color: #f2f2ef; }

.choose-payment-method__payment-information__payment-summary-line {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px; }

.choose-payment-method__payment-information__payment-summary-line span {
  color: #8e8e8d;
  font-size: 18px; }

.choose-payment-method__payment-information__payment-summary-line span:first-child {
  font-weight: bold; }

.choose-payment-method__payment-information__payment-summary-line:last-child {
  margin-bottom: 0; }

.tour-rent-payment__choose-payment-method__payment-method-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 0 !important; }

.tour-rent-payment__choose-payment-method__payment-method-btns h1 {
  color: #646464;
  font-size: 27px; }

.choose-payment-method__payment-method-btns-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 30px; }

.choose-payment-method__payment-method-btns-line button {
  border: none;
  outline: none;
  width: 120px;
  height: 40px !important;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  background-color: #f57d24 !important; }

.choose-payment-method__payment-method-btns-line button:last-child {
  background-color: #9ebc0a !important;
  margin-left: 15px; }

.tour-rent-payment__choose-payment-method__payment-method-btns a {
  color: #454545;
  font-size: 1.5em;
  text-decoration: underline; }
  .tour-rent-payment__choose-payment-method__payment-method-btns a a:hover {
    color: #454545; }

.tour-rent-payment__users-payment-table {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 40px; }

.tour-rent-payment__users-payment-table-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.tour-rent-payment__users-payment-table-line h1 {
  color: #646464;
  font-size: 27px;
  margin-right: 10px; }

.tour-rent-payment__users-payment-table-line span {
  color: #8c8c8c;
  font-size: 16px; }

.rent-tour [class$='-send-sms'] {
  width: 9%; }

.rent-tour [class$='__person-name'] {
  min-width: 14%; }

.rent-tour [class$='__param-block'] {
  min-width: 8%; }

.rent-tour [class$='__additional-summ'] {
  min-width: 9%; }

.rent-tour [class$='-total-edit'],
.rent-tour [class$='-body-edit'] {
  min-width: 10em;
  text-align: center; }

.tour-rent-payment__users-payment-table-head {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 2px; }
  .tour-rent-payment__users-payment-table-head > div span {
    color: #747473;
    font-size: 17px; }

.tour-rent-payment__table-head__person-name {
  width: 35%;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin-right: 1px;
  background-color: #e6e6e0; }

.tour-rent-payment__table-head__param-block {
  width: 10%;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin-right: 1px;
  background-color: #e6e6e0; }
  .tour-rent-payment__table-head__param-block:last-child {
    margin-right: 0; }

.tour-rent-payment__table-head__additional-summ {
  width: 25%;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin-right: 1px;
  background-color: #e6e6e0; }

.tour-rent-payment__users-payment-table-body {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .tour-rent-payment__users-payment-table-body > div span {
    color: #646464;
    font-size: 18px; }

.tour-rent-payment__users-payment-table-body-line {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 1px; }
  .tour-rent-payment__users-payment-table-body-line:last-child {
    margin-bottom: 0; }

.tour-rent-payment__table-body__person-name {
  width: 35%;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin-right: 1px;
  background-color: #f7f7f6; }

.tour-rent-payment__table-body__param-block {
  width: 10%;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin-right: 1px;
  background-color: #f7f7f6; }
  .tour-rent-payment__table-body__param-block:last-child {
    margin-right: 0; }

.tour-rent-payment__table-body__additional-summ {
  width: 25%;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin-right: 1px;
  background-color: #f7f7f6; }

.tour-rent-payment__pay-btn-line {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 1em; }

.tour-rent-payment__pay-btn-line__confirm-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 1.5em; }
  @media only screen and (max-width: 760px) {
    .tour-rent-payment__pay-btn-line__confirm-block {
      font-size: 15px; } }
  .tour-rent-payment__pay-btn-line__confirm-block span {
    color: #646464;
    margin-left: 7px; }
  .tour-rent-payment__pay-btn-line__confirm-block .payment-rules {
    color: #8c8c8c;
    margin-left: 3px;
    margin-right: 5px;
    text-decoration: underline; }
  .tour-rent-payment__pay-btn-line__confirm-block form {
    width: 12em;
    position: relative;
    margin: 0 0 0 0.6em; }
  .tour-rent-payment__pay-btn-line__confirm-block .agree-lable {
    position: absolute;
    top: 2em; }

.footer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.footer-top-menu {
  width: 100%;
  height: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #e6e6e0; }

.footer-top-menu .my_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.footer-top-menu-page-links {
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding-top: 15px; }

.footer-top-menu-page-links__ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 !important; }

.footer-top-menu-page-links__ul li {
  margin-bottom: 10px;
  list-style-type: none; }

.footer-top-menu-page-links__ul li:last-child {
  margin-bottom: 0; }

.footer-top-menu-page-links__ul li a {
  color: #888;
  font-size: 18px; }

.footer-copyright-line {
  width: 100%;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #bbbbb7; }

.footer-copyright-line span {
  color: #fff;
  font-size: 18px; }

.footer-top-menu-contacts {
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding-top: 15px; }

.footer-top-menu-contacts-mail {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.footer-top-menu-contacts-mail-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 15px;
  padding-top: 5px;
}

.footer-top-menu-contacts-schedule-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.footer-top-menu-contacts-mail-line:last-child {
  margin-bottom: 0; }

.footer-top-menu-contacts-mail-line a {
  color: #888;
  font-size: 15px;
  margin-left: 5px; }

.footer-top-menu-contacts-mail__ico_mail {
  width: 18px;
  height: 13px;
  background: url("../img/footer/mail_black.png") no-repeat; }

.footer-top-menu-contacts-schedule__ico_time {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  background: url("../img/footer/clock_black.png") no-repeat; }

.footer-top-menu-contacts_schedule-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.footer-top-menu-contacts_schedule-block span {
  font-size: 15px; }

.footer-top-menu-contacts-phoneNumbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.footer-top-menu-contacts__ico_phone {
  width: 14px;
  height: 21px;
  background: url("../img/footer/phone_black.png") no-repeat; }

.footer-top-menu-contacts-phoneNumbers__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 0 0 5px;
  padding: 0; }

.footer-top-menu-contacts-phoneNumbers__list li {
  color: #666;
  font-size: 18px;
  list-style-type: none; }

.footer-top-menu-contacts-phoneNumbers__list li a {
  color: #666;
  font-size: 18px;
  list-style-type: none; }

.footer-top-menu-contacts-phoneNumbers__list li:nth-child(odd) {
  color: #888;
  font-size: 16px; }

.footer-top-menu-socials-and-logo {
  width: 50%;
  height: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 45px;
  padding-left: 90px;
  overflow: hidden; }

.footer-top-menu-socials-and-logo-blocks {
  width: 1000%;
}

.footer-top-menu__logotype {
  width: 187px;
  height: 80px;
  background: url("../img/footer/footer_logotype.png") no-repeat;
  margin-bottom: 20px;
  float: left; }

.footer-top-menu__logotype_left {
  width: 100px;
  height: 80px;
  background: url("../img/footer/daraba_logo.png") no-repeat;
  margin-bottom: 20px;
  float: left; }

.footer-top-menu__logotype_right {
  width: 100px;
  height: 80px;
  background: url("../img/footer/speleohata_logo.png") no-repeat;
  margin-bottom: 20px;
  float: left;
  margin-left: 20px; }

.footer-top-menu-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.footer-top-menu-socials a {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 20px;
  background-color: #bbbbb7;
  margin-right: 95px;
  margin-left: 20px; }

.footer-top-menu-socials a:last-child {
  margin-right: 0; }

.footer-top-menu-socials__vk {
  width: 21px;
  height: 12px;
  margin-right: 3px;
  background: url("../img/footer/vk.png") no-repeat; }

.footer-top-menu-socials__facebook {
  width: 10px;
  height: 18px;
  background: url("../img/footer/facebook.png") no-repeat; }

.footer-top-menu-socials__twitter {
  width: 15px;
  height: 13px;
  background: url("../img/footer/twitter.png") no-repeat; }
  
.footer-top-menu-socials-map-left {
	padding-left: 20px;
}

.footer-top-menu-socials-map-right {
	padding-left: 270px;
}

#modal-add-review .modal-header {
  background-color: #e6e6e0;
  border-bottom: none; }

#modal-add-review .modal-title {
  width: initial;
  margin: 0;
  font-size: 25px;
  font-weight: normal;
  font-family: PFDinTextCompPro-Regular; }

#modal-add-review .modal-header .close {
  position: absolute;
  content: '';
  top: 15px;
  right: 15px; }

#modal-add-review .modal-body {
  background-color: #f8f8f6; }

#modal-add-review .modal-body .add-member {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

#modal-add-review .modal-body .add-member .form-add-member {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

#modal-add-review .modal-body .add-member p {
  width: 35%;
  font-size: 19px;
  color: #454545;
  font-family: PFDinTextCompPro-Regular; }

#modal-add-review .modal-body .add-member input[name="travel_date"] {
  width: 45%;
  height: 25px;
  padding-left: 7px;
  border: 2px solid #dcdcd3;
  background-color: #fff; }

#modal-add-review .modal-body .add-member .dropdown-menu {
  display: block !important; }

#modal-add-review .modal-body .add-member textarea {
  width: 45%;
  height: 190px;
  resize: none;
  padding: 10px;
  border: 2px solid #dcdcd3;
  background-color: #fff; }

#modal-add-review .modal-body .add-member .photo-cont {
  max-width: 190px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

#modal-add-review .modal-body .add-member .photo-cont .photo-self {
  max-width: 190px;
  position: relative; }

#modal-add-review .modal-body .add-member .photo-cont .photo-self .photo-upload__remove {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 20px;
  height: 20px;
  display: block;
  cursor: pointer;
  background-color: #454545;
  z-index: 999; }

#modal-add-review .modal-body .add-member .photo-cont .photo-self .photo-upload__remove:before {
  position: absolute;
  content: '\D7';
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
  color: #fff;
  font-size: 24px;
  line-height: 21px; }

#modal-add-review .modal-body .add-member .photo-cont .btn--upload-photo {
  max-width: 190px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #0b6784 !important;
  font-size: 17px;
  line-height: 17px;
  text-decoration: underline;
  padding: 0; }

#modal-add-review .modal-body .add-member .photo-cont .btn--upload-photo:hover {
  text-decoration: none; }

#modal-add-review .modal-body .add-member .photo-cont .btn--upload-photo input[type="file"] {
  max-width: 70px;
  margin-bottom: 10px;
  margin-top: -24px;
  opacity: 0; }

#modal-add-review .modal-body .add-member .photo-cont .btn--upload-photo .photo-upload__remove-checkbox {
  display: none; }

#modal-add-review .modal-body .submit_wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

#modal-add-review .modal-body .submit_wrap button {
  border: none;
  outline: none;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  font-family: PFDinTextCompPro-Regular;
  padding: 7px 40px 5px 40px;
  background-color: #f57d24; }

#modal-register-confirm .modal-header {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #e6e6e0;
  border-bottom: none; }

#modal-register-confirm .modal-title {
  width: initial;
  margin: 0;
  font-size: 25px;
  line-height: 25px;
  font-weight: normal;
  font-family: PFDinTextCompPro-Regular; }

#modal-register-confirm .modal-header .close {
  position: absolute;
  content: '';
  top: 15px;
  right: 15px; }

#modal-register-confirm .modal-header span {
  color: #454545;
  font-size: 19px; }

#modal-add-member .modal-header,
#modal-add-child .modal-header {
  background-color: #e6e6e0;
  border-bottom: none; }
  #modal-add-member .modal-header .close,
  #modal-add-child .modal-header .close {
    position: absolute;
    content: '';
    top: 15px;
    right: 15px; }

#modal-add-member .modal-title,
#modal-add-child .modal-title {
  width: initial;
  margin: 0;
  font-size: 25px;
  font-weight: normal;
  font-family: PFDinTextCompPro-Regular; }

#modal-add-member .modal-body,
#modal-add-child .modal-body {
  background-color: #f8f8f6; }
  #modal-add-member .modal-body .form-add-member,
  #modal-add-child .modal-body .form-add-member {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    #modal-add-member .modal-body .form-add-member:first-child,
    #modal-add-child .modal-body .form-add-member:first-child {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap; }
    #modal-add-member .modal-body .form-add-member .confirm-checkbox,
    #modal-add-child .modal-body .form-add-member .confirm-checkbox {
      display: inline-block;
      font-weight: normal;
      color: #88908e;
      cursor: pointer;
      font-size: 12px;
      -moz-user-select: -moz-none;
      -webkit-user-select: none;
      -ms-user-select: none;
      user-select: none;
      margin-right: 5px; }
    #modal-add-member .modal-body .form-add-member .confirm-checkbox:before,
    #modal-add-child .modal-body .form-add-member .confirm-checkbox:before {
      color: #747474;
      content: "";
      display: inline-block;
      width: 22px;
      height: 22px;
      vertical-align: middle;
      text-align: center;
      font-weight: bold;
      -webkit-box-shadow: inset 0px 0px 1px 1px rgba(0, 0, 0, 0.3), 0px 1px 1px 0px rgba(255, 255, 255, 0.8);
              box-shadow: inset 0px 0px 1px 1px rgba(0, 0, 0, 0.3), 0px 1px 1px 0px rgba(255, 255, 255, 0.8);
      border-radius: 3px; }
    #modal-add-member .modal-body .form-add-member input[type=checkbox]:checked + .confirm-checkbox:before,
    #modal-add-child .modal-body .form-add-member input[type=checkbox]:checked + .confirm-checkbox:before {
      content: "\2713";
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
      font-size: 20px; }
    #modal-add-member .modal-body .form-add-member span,
    #modal-add-child .modal-body .form-add-member span {
      color: #646464;
      font-size: 17px;
      margin-left: 7px; }
    #modal-add-member .modal-body .form-add-member p,
    #modal-add-child .modal-body .form-add-member p {
      width: 37%;
      text-align: right;
      font-size: 19px;
      color: #454545;
      font-family: PFDinTextCompPro-Regular;
      margin-top: 6px;
      margin-right: 10px;
      margin-bottom: 0; }
    #modal-add-member .modal-body .form-add-member .email-input-text,
    #modal-add-child .modal-body .form-add-member .email-input-text {
      width: 100%;
      font-size: 1.3em;
      text-align: left;
      margin: 3px 0 0 0; }
    #modal-add-member .modal-body .form-add-member input,
    #modal-add-child .modal-body .form-add-member input {
      width: 35%;
      height: 35px;
      padding-left: 7px;
      border: 2px solid #dcdcd3;
      background-color: #fff; }
    #modal-add-member .modal-body .form-add-member textarea,
    #modal-add-child .modal-body .form-add-member textarea {
      width: 45%;
      height: 150px;
      padding: 7px;
      border: 2px solid #dcdcd3;
      resize: none;
      background-color: #fff; }
  #modal-add-member .modal-body .form-email-error,
  #modal-add-child .modal-body .form-email-error {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  #modal-add-member .modal-body .submit_wrap,
  #modal-add-child .modal-body .submit_wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    #modal-add-member .modal-body .submit_wrap button,
    #modal-add-child .modal-body .submit_wrap button {
      border: none;
      outline: none;
      color: #fff;
      font-size: 20px;
      cursor: pointer;
      font-family: PFDinTextCompPro-Regular;
      padding: 7px 40px 9px;
      background-color: #f57d24; }

.email-input-block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

#modal-edit-transfer .modal-header,
#modal-equipment .modal-header {
  background-color: #e6e6e0;
  border-bottom: none; }

#modal-edit-transfer .modal-title,
#modal-equipment .modal-title {
  width: initial;
  margin: 0;
  font-size: 25px;
  font-weight: normal;
  font-family: PFDinTextCompPro-Regular; }

#modal-edit-transfer .modal-header .close,
#modal-equipment .modal-header .close {
  position: absolute;
  content: '';
  top: 15px;
  right: 15px; }

#modal-edit-transfer .modal-body,
#modal-equipment .modal-body {
  background-color: #f8f8f6; }

#modal-edit-transfer .modal-body .form-edit-transfer,
#modal-equipment .modal-body .form-equipment {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

#modal-edit-transfer .modal-body .form-edit-transfer p {
  width: 37%;
  text-align: right;
  font-size: 19px;
  color: #454545;
  font-family: PFDinTextCompPro-Regular;
  margin-right: 10px;
  margin-bottom: 0;
  margin-top: 6px; }

#modal-edit-transfer .modal-body .form-edit-transfer input {
  width: 35%;
  height: 35px;
  padding-left: 7px;
  border: 2px solid #dcdcd3;
  background-color: #fff; }

#modal-edit-transfer .modal-body .form-edit-transfer textarea {
  width: 35%;
  height: 190px;
  resize: none;
  padding: 10px;
  border: 2px solid #dcdcd3;
  background-color: #fff; }

#modal-edit-transfer .modal-body .submit_wrap,
#modal-equipment .modal-body .submit_wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

#modal-edit-transfer .modal-body .submit_wrap button,
#modal-equipment .modal-body .submit_wrap button {
  border: none;
  outline: none;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  font-family: PFDinTextCompPro-Regular;
  padding: 7px 40px 5px 40px;
  background-color: #f57d24; }

#modal-equipment .modal-body .form-equipment p {
  width: 45%;
  text-align: right;
  font-size: 19px;
  color: #454545;
  font-family: PFDinTextCompPro-Regular;
  margin-right: 10px;
  margin-bottom: 0; }

#modal-equipment .modal-body .form-equipment input {
  width: 6%;
  height: 35px;
  padding-left: 7px;
  border: 2px solid #dcdcd3;
  background-color: #fff; }

@media only screen and (max-width: 1250px) {
  .side-bar-block {
    min-width: 265px; }
  .open-tour-review-block__avatar-block img {
    min-width: 175px;
    max-width: 175px;
    min-height: 170px;
    max-height: 170px; }
  .open-tour-block__banner-picture {
    height: initial; }
  .open-tour-block__banner-picture img {
    height: auto; }
  .open-tour-review-block__one-review__text-block {
    width: 66%; } }

@media only screen and (max-width: 1220px) {
  .my_container {
    width: 100%; }
  .one-tour-preview-block {
    margin-right: 35px; } }

@media only screen and (max-width: 1210px) {
  .tour-all-tours-tour-selection {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  .one-tour-preview-block {
    margin-right: 3px; } }

@media only screen and (max-width: 1200px) {
  .main-banner__little-slider {
    margin-top: -165px; } }

@media only screen and (max-width: 1150px) {
  .header-nav-panel__ul li a {
    padding: 0 30px; }
  .main-tour-photos {
    display: none; }
  .tour-all-tours-tour-selection {
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  .calendar-tour-schedule__list-one-line {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  .calendar-tour-schedule__one-tour {
    margin-right: 7px;
    margin-bottom: 20px; } }

@media only screen and (max-width: 1024px) {
  .open-tour-block__tab-container .nav-tabs li a {
    font-size: 15px;
    padding: 10px 25px; }
  .open-tour-equipment__clothe-block__title {
    font-size: 18px; }
  .open-tour-review-block__one-review {
    padding: 15px; }
  .open-tour-review-block__one-review {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .search-result .my_container .search-result-main-block .all-results-list {
    width: 100%; }
  .search-result .my_container .search-result-main-block .side-bar-block {
    display: none; } }

@media only screen and (max-width: 1020px) {
  /* Filter */
  .filter-main-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .tour-filter__main-categories ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .tour-filter__main-categories ul li {
    margin-bottom: 8px;
    margin-right: 8px; } }

@media only screen and (max-width: 1000px) {
  .header-top-menu {
    height: initial; }
  .header-top-menu_filter {
    height: initial; }
  .header-nav-panel__ul li a {
    padding: 0 14px;
    font-size: 18px; }
  .header-nav-panel__ul__personal-cabinet_not-login__ico {
    min-width: 14px; }
  .main-banner .carousel-item img {
    height: 56vh; }
  .main-banner .carousel-caption.d-none.d-md-block {
    top: 35px; }
  .main-banner .carousel-caption.d-none.d-md-block .main-banner-carousel-ccontent-text h1 {
    font-size: 35px;
    margin: 0 0 1px 0; }
  .main-banner .carousel-caption.d-none.d-md-block .main-banner-carousel-ccontent-text p {
    font-size: 20px; }
  .main-banner__little-slider {
    margin-top: -135px; }
  .main-small-slider .main-small-slider__one-slide__text-block span {
    font-size: 16px; }
  .main-all-tours-selection {
    height: initial; }
  .main-all-tours-selection__line {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .main-tours-advertising-block__one-element_text-block span {
    font-size: 15px; }
  .main-review__slider .carousel-item_user {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .main-review__slider .carousel-item_user img {
    width: 280px;
    height: auto;
    min-width: inherit;
    margin-right: 0;
    margin-bottom: 20px; }
  .all-tours-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .footer-top-menu {
    height: initial; }
  .footer-top-menu .my_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }

  .footer-top-menu-socials-and-logo-blocks {
    width: 100%;
   }

   .footer-top-menu-page-links {
     width: 80%;
   }

  .footer-top-menu__logotype_left {
     display: none;
  }

  .footer-top-menu__logotype_right {
    display: none;
  }

  .footer-top-menu-socials {
    display: none;
   }
   
   .footer-top-menu-socials-and-map {
    display: none;
   }

  .footer-top-menu__logotype {
   margin-left: 10px;
  }

  .footer-top-menu-contacts {
    width: 100%;
    height: 250px;
    border: none;
    height: initial;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .footer-top-menu-contacts-phoneNumbers__list li:nth-child(odd) {
    font-size: 15px; }
  .footer-top-menu-socials-and-logo {
    width: 80%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px; } }

@media only screen and (max-width: 920px) {
  .header-top-menu__logotype {
    margin: 20px 0 70px 0; }
  .header-top-menu .my_container {
    position: relative;
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  .header-top-menu__search_form {
    position: absolute;
    left: 89px;
    bottom: 10px;
    margin: 0; } }

@media only screen and (max-width: 900px) {
  .main-banner__little-slider {
    margin-top: -125px; } }

@media only screen and (max-width: 860px) {
  .header-top-menu__search_form {
    left: 79px; } }

@media only screen and (max-width: 790px) {
  .header-top-menu__search_form {
    left: 63px; } }

@media only screen and (max-width: 770px) {
  .header-top-menu__search_form {
    left: 55px;
  } }

@media only screen and (max-width: 760px) {
  .header-top-menu__search_form {
    position: static;
    width: 40%;
  } }

@media only screen and (max-width: 760px) {
  .one-tour-preview-block {
    margin-right: 0; }
  .header-top-menu-contacts {
    height: initial; }
  .header-top-menu-contacts-mail__ico_mail {
    display: none; }
  .header-top-menu-contacts-mail-line a {
    margin-left: 0; }
  .header-top-menu-contacts-schedule__ico_time {
    display: none; }
  .header-top-menu-contacts__ico_phone {
    display: none; }
  .header-top-menu-contacts-phoneNumbers__list {
    margin: 0; }
  .header-top-menu-contacts-phoneNumbers__list li:nth-child(odd) {
    font-size: 14px; }
  .header-top-menu-contacts-phoneNumbers__list li {
    font-size: 16px; }
  .header-top-menu {
    display: none; }
  .header-nav-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .header-nav-panel .my_container {
    padding: 0 5px; }
  .header-nav-panel__mobile {
    width: 95%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .mobile-logotype {
    width: 110px;
    height: 35px;
    background: url("../img/turclub-logo-110x35.png") no-repeat; }
  .header-nav-panel__mobile__language__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .header-nav-panel__mobile__language__menu .change-language__button {
    margin-top: 5px;
    margin-right: 15px;
    z-index: 99;
    position: relative; }
  .language-change__changing-links {
    position: absolute;
    content: '';
    left: 0;
    bottom: -65px; }
  .language-change__changing-links a {
    text-shadow: 1px 1px 5px #000; }
  .nav-icon {
    width: 30px;
    height: 23px;
    margin: 5px 10px;
    position: relative;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer; }
  .nav-icon span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #fff;
    border-radius: 15px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out; }
  .nav-icon span:nth-child(1) {
    top: 0;
    -webkit-transform-origin: left center;
    transform-origin: left center; }
  .nav-icon span:nth-child(2) {
    top: 9px;
    -webkit-transform-origin: left center;
    transform-origin: left center; }
  .nav-icon span:nth-child(3) {
    top: 18px;
    -webkit-transform-origin: left center;
    transform-origin: left center; }
  .nav-icon.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -3px;
    left: 5px; }
  .nav-icon.open span:nth-child(2) {
    width: 0;
    opacity: 0; }
  .nav-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 18px;
    left: 5px; }
  .mobile-nav {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 9999;
    height: auto;
    top: 40px;
    background-color: #0b6784;
    margin: 0 !important; }
  .mobile-nav li {
    border-right: none;
    border-bottom: 1px solid #358499; }
  .mobile-nav .header-nav-panel__ul__personal-cabinet_not-login {
    display: none; }
  .mobile-nav .header-nav-panel__ul__personal-cabinet_login {
    display: none; }
  .header-nav-panel__ul__personal-cabinet_not-login_mobile {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .header-nav-panel__ul__personal-cabinet_login_mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 15px; }
  .header-nav-panel__ul__personal-cabinet_login__logout-btn_mobile {
    text-decoration: underline; }
  .header-bread-crumbs .my_container {
    padding: 0 5px; }
  .header-bread-crumbs__ul li a {
    font-size: 13px;
    padding: 0 10px; }
  .main-banner .carousel-caption.d-none.d-md-block {
    display: block !important; }
  .main-banner .carousel-item img {
    height: 45vh; }
  .main-banner .carousel-caption.d-none.d-md-block .main-banner-carousel-ccontent-text h1 {
    padding: 10px 5px 0 5px; }
  .main-banner .carousel-caption.d-none.d-md-block .main-banner-carousel-ccontent-text p {
    padding: 10px 5px 0 5px; }
  .main-banner__little-slider {
    display: none; }
  .main-all-tours-selection__line {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .main-all-tours {
    margin: 15px 0; }
  .main-all-tours-selection__line {
    margin-bottom: 0; }
  .main-all-tours-selection__line__one-tour-type {
    width: 100px;
    height: 100px; }
  .main-all-tours-selection__line__one-tour-type img {
    width: 60px;
    height: 60px; }
  .main-tours-advertising {
    height: initial; }
  .main-tours-advertising-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 10px; }
  .main-tours-advertising-block__one-element {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px; }
  .main-tours-advertising-block__one-element_text-block span {
    font-size: 16px; }
  .main-review__slider .carousel-item_user .carousel-caption .slider-review-text p {
    font-size: 16px; }
  .main-news-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .main-news-block__element {
    width: 277px;
    margin-bottom: 15px; }
  .main-news-block__element:last-child {
    margin-bottom: 0; }
  .main-tour-photos__slider .carousel-item {
    padding: 0 8%; }
  .main-tour-photos__slider .carousel-item img {
    height: 200px; }
  .main-tour-photos__slider .carousel-control-prev,
  .main-tour-photos__slider .carousel-control-next {
    width: 7%; }
  .main-tour-photos__slider .carousel-control-prev-icon,
  .main-tour-photos__slider .carousel-control-next-icon {
    font-size: 25px;
    padding: 5px 5px 1px 5px; }
  .main-tour-photos__slider .carousel-item .carousel-caption .main-tourclub-photo__photo-name {
    font-size: 20px;
    margin-left: 35px; }
  .main-all-tours__title,
  .main-review__h1,
  .main-news__title {
    font-size: 35px;
    line-height: 19px;
    margin-top: 6px; }
  .tour-section-main-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .side-bar-block {
    width: 300px;
    margin-bottom: 20px; }
  .side-bar-block__news-list-block {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .tour-section__main-content-block {
    width: 100%;
    margin: 0; }
  .tour-section__tours {
    width: 100%;
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  .tour-section__tab-container .nav-tabs li {
    margin-right: 10px; }
  .tour-section__tab-container .nav-tabs li a {
    font-size: 16px;
    padding: 8px 16px; }
  .tour-section__paginator {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .managers-cabinet .panel-group .panel-default {
    width: 750px;
    max-width: 100%;
    overflow-x: auto; }
  .managers-cabinet .panel-group .panel-default .panel-heading {
    width: 750px; }
  .managers-cabinet .panel-group .panel-default .panel-collapse {
    width: 750px !important; }
  .managers-cabinet div .row .col-sm-7 .form-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .managers-cabinet div .row .col-sm-7 .form-group label {
    text-align: left; }
  .managers-cabinet div .row .col-sm-7 .form-group .col-sm-8 {
    padding: 0; }
  .managers-cabinet .datepicker-manager-cabinet .col-sm-3 button {
    margin-left: 0; }
  .managers-cabinet .tours-legend {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .managers-cabinet div .row .col-sm-7 .form-group .col-sm-8 input {
    width: 250px; }
  .news-list-main-block .side-bar-block {
    display: none; }
  .news-list-main-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .news-list__all-news-list-block {
    width: 100%;
    margin: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .all-news-list-block__list {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .news-list__paginator {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .open-news-main-block .side-bar-block {
    display: none; }
  .open-news-main-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .open-news__text {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0; }
  .page-name {
    font-size: 35px; }
  .open-tour .my_container {
    margin: 0; }
  .open-tour-block__rent-tour {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 5px; }
  .open-tour-block__rent-tour-data-select__line:last-child {
    margin-bottom: 3px; }
  .open-tour-block__rent-tour-data-select {
    width: 100%;
    margin-bottom: 5px; }
  .open-tour-block__rent-tour__submit {
    padding: 6px 58px; }
  .open-tour-block__rent-tour-data-select__select-data {
    width: 160px; }
  .open-tour-block__rent-tour-data-select__line button {
    font-size: 12px;
    margin-right: 19px; }
  .open-tour-block__tab-container .nav-tabs {
    margin: 19px 0 0 0; }
  .open-tour-block__tab-container .nav-tabs li {
    margin-bottom: 30px; }
  .open-tour-description-block__tour-includes {
    margin: 20px 0; }
  .open-tour-description-block__tour-includes .include-in-the-price,
  .open-tour-description-block__tour-includes .not-include-in-the-price {
    width: 47%;
    padding: 30px 0 30px 5px; }
  .include-in-the-price__title,
  .not-include-in-the-price__title {
    font-size: 1.5em;
    margin-left: 0;
    margin-top: -17px; }
  .include-in-the-price__line span,
  .not-include-in-the-price__line span {
    font-size: 15px; }
  .open-tour-block__tour-types-block {
    display: none; }
  .open-tour-faq-block {
    margin-bottom: 20px; }
  .open-tour-photo-gallery {
    margin-bottom: 20px; }
  .open-tour-photo-gallery .carousel-item .carousel-caption .open_tour_photo_gallery__photo-name {
    font-size: 12px;
    margin-left: 25px; }
  .open-tour-photo-gallery .carousel-control-prev,
  .open-tour-photo-gallery .carousel-control-next {
    display: none; }
  .open-tour-program-block {
    margin-bottom: 20px; }
  .open-tour-program-block__one-day-program__day-program-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .open-tour-program-block__one-day-program__day-program-text {
    padding: 15px; }
  .open-tour-faq-block__one-question__question-text {
    padding: 15px; }
  .open-tour-program-block__one-day-program__day-program-text p {
    width: 100%; }
  .open-tour-program-block__one-day-program__day-program-text img {
    width: 100%; }
  .open-tour-equipment {
    margin-bottom: 20px;
    padding: 20px 5px; }
  .open-tour-equipment__clothe-block {
    width: 47%; }
  .open-tour-equipment__clothe-block__title {
    font-size: 15px;
    padding: 6px 6px 0 6px;
    margin-left: 0;
    margin-top: -22px; }
  .open-tour-equipment__clothe-block__ol {
    margin: 0 0 0 5px; }
    .open-tour-equipment__clothe-block__ol li span {
      font-size: 15px; }
  .open-tour-equipment__list-block {
    margin-bottom: 0; }
  .open-tour-equipment__images-block {
    display: none; }
  .open-tour-review-block__one-review {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .open-tour-review-block__avatar-block {
    width: 100%;
    margin: 0; }
  .open-tour-review-block__cwote {
    display: none; }
  .open-tour-review-block__one-review__text-block {
    width: 100%;
    margin-top: 20px; }
  .open-tour-review-block {
    margin-bottom: 20px; }
  .tour-section-main-block .side-bar-block {
    display: none; }
  .tour-section__main-content-block .page-name {
    margin-top: 0; }
  .tour-section__tab-container .nav-tabs {
    margin: 10px 0 0 0; }
  .personal-cabinet-table-scroll-block {
    overflow-x: auto; }
  .my-orders-table {
    width: 768px; }
  .rent-tour__tour-information {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 15px; }
  .rent-tour__tour-information__price {
    width: 35%; }
  .rent-tour__tour-information__picture__data {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .rent-tour__tour-information__picture__data img {
      margin: 0 0 10px 0; }
  .rent-tour__tour-information__data {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .rent-tour__tour-information__data__tour-name {
    margin-bottom: 20px; }
  .rent-tour__tour-information__data-line {
    margin-bottom: 10px; }
  .rent-tour__tour-information__link-to-tour {
    width: 35%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .rent-tour-table-wrap-block {
    overflow-x: auto; }
  .rent-tour-personal-info__table,
  .rent-tour-transfers__table,
  .rent-tour-equipment__table,
  .tour-rent-payment__users-payment-table {
    width: 768px; }
  .rent-tour-personal-info-line,
  .rent-tour-transfers-line,
  .rent-tour-equipment-line,
  .tour-rent-payment__users-payment-table-line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .rent-tour-personal-info-line h1,
  .rent-tour-transfers-line h1,
  .rent-tour-equipment-line h1,
  .tour-rent-payment__users-payment-table-line h1 {
    margin: 10px 0; }
  .tour-rent-payment__choose-payment-method {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .tour-rent-payment__choose-payment-method__payment-information {
    width: 100%;
    margin: 0 0 20px 0; }
  .tour-rent-payment__choose-payment-method__payment-method-btns {
    margin-bottom: 20px; }
  .tour-rent-payment__pay-btn-line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .login-register-main-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0; }
  .login-block,
  .register-block {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .login-block {
    margin-bottom: 20px; }
  .login-with-socials,
  .login-block__forgot-password {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .footer-top-menu-page-links {
    height: initial;
    margin-bottom: 10px; }
  .footer-top-menu-socials-and-logo {
    padding-left: 0; } }

@media only screen and (max-width: 630px) {
  .tour-filter__month-param {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .tour-filter__month-param input {
    margin-right: 0;
    margin-bottom: 5px; } }

@media (max-width: 490px) {
  .open-tour-description-block__tour-includes {
    display: block; }
    .open-tour-description-block__tour-includes .include-in-the-price,
    .open-tour-description-block__tour-includes .not-include-in-the-price {
      width: auto;
      padding: 30px 0.8em 30px 0.8em; }
  .include-in-the-price {
    margin-bottom: 1.5em; } }

@media only screen and (max-width: 480px) {
  .main-review__slider .carousel-item_user img {
    width: 255px;
    height: 255px; }
  /* Search result */
  .search-result .my_container .search-result-main-block .all-results-list .all-results__list-block .one-search-result-block .result-body {
    padding: 10px 31px; } }

@media only screen and (max-width: 425px) {
  /* Copied styles*/
  .paginator__ul li {
    margin-right: 10px; }
  /* All tour */
  .one-tour-preview-block {
    width: 300px;
    height: 300px; }
  /* Calendar */
  .calendar-tour-schedule__one-tour {
    width: 300px;
    height: 300px; }
  .calendar-one-tour_description-data-price-block {
    margin: 25px 0; }
  .calendar-one-tour_description-data-price-block__span_bold {
    font-size: 16px; }
  .calendar-one-tour_description-data-price-block__span {
    font-size: 14px; }
  .calendar-one-tour_description-data-price-block__tour-status_open {
    font-size: 17px;
    margin: 5px 0 5px 15px; }
  /* Tour section */
  .tour-section__tab-container .nav-tabs li {
    margin-bottom: 30px; }
  .main-all-tours-selection__line__one-tour-type:last-child {
    display: none; } }

@media only screen and (max-width: 380px) {
  /* Manager cabinet */
  .managers-cabinet .tours-legend .label-default {
    margin-bottom: 10px; }
  .managers-cabinet .tours-legend .label-default:last-child {
    margin-bottom: 0; } }

.filter-main-block .slider.slider-horizontal {
  width: 800px; }
  @media (max-width: 880px) {
    .filter-main-block .slider.slider-horizontal {
      width: 100%; } }

.fade.in.tooltip {
  opacity: 1; }

.order-tour__submit {
    border: none;
    outline: none;
    padding: 8px 65px;
    color: #fff;
    cursor: pointer;
    background-color: #f57d24;
    font: 99% arial,helvetica,clean,sans-serif;
    font-size: 21px;
}

.order-tour__hidden-block {
    width: 100%;
    display: none;
    font-size: 19px;
    color: #454545;
}

.order-form {
    padding-bottom: 10px;
}

.table-order-form {
    border-spacing: 7px;
    border-collapse: separate;
}

@media only screen and (max-width: 768px) {  
  .order-tour__submit {
    margin: 5px 0 5px 0;
  }
}

.img-responsive {
  max-width: 100%;
  height: auto;
}
