/* global */

@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300ita‌​lic,400italic,500,500italic,700,700italic,900italic,900);
* {
    -webkit-transition: all .4s;
    transition: all .4s;
}

body {
    font-family: 'Roboto', sans-serif;
    -webkit-transition: all .4s;
    transition: all .4s;
}

a {
    color: white;
    text-decoration: none;
}


/* service */

.pointer:hover {
    cursor: pointer;
}

.anchor {
    text-decoration: none;
}

.global_container {
    max-width: 1200px;
    margin: 0 auto;
}

.global_row {
    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;
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
}

.global_column {
    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;
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
}

.center {
    text-align: center;
}

.sorry_works {
    background: url(/pics/service/sorry_works.png);
    height: 230px;
}

.main_title {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    color: #000;
    letter-spacing: 2.5px;
}

.main_name {
    font-size: 42px;
    color: #429776;
    font-weight: 600;
}

.top-menu-fixed {
    position: fixed;
    top: 0;
    z-index: 1;
}

.top_menu {
    background-color: #292928;
    height: 75px;
    opacity: .9;
}

.nav-item {
    display: inline;
    list-style-type: none;
    padding: 20px 0px;
}

.nav-item:first-child {
    padding-top: 20px;
}

.nav-link {
    text-decoration: none;
    color: white;
    font-size: 26px;
    font-weight: 900;
    padding: 0px 20px;
}

.nav-link:hover {
    color: #38976d;
}

.top_menu_container {
    max-width: 1040px;
    margin: 0 auto;
    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;
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-justify-content: space-between;
}

.big_header {
    height: 100vh;
}

.menu-subcontainer {
    display: flex;
    align-items: center;
    flex-direction: row;
}

.top_menu_mobile {
    height: 75px;
    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;
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-justify-content: flex-end;
    margin-right: 20px;
    display: none;
}

.menu_mobile_container {
    position: fixed;
    right: 0;
    top: 75px;
    height: 255px;
    width: 100%;
    display: none;
    background-color: #292928;
    -webkit-transition: all .4s;
    transition: all .4s;
}

#map {
    height: 400px;
}

footer {
    background-color: black;
    width: 100%;
}

.footer_container {
    height: 150px;
    max-width: 1040px;
    margin: 0 auto;
    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;
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-justify-content: space-between;
}

.footer_container div {
    width: 205px;
}

.top_menu.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
}

.menu_mask {
    display: none;
    position: fixed;
    height: 100vh;
    width: 100vw;
    background-color: rgba(0, 0, 0, .5);
    right: 0;
    top: 0;
    z-index: 3;
}


/* !global */

body,
* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #E0E0E0;
    font-weight: bold;
    font-family: 'Rubik', sans-serif;
}


/* +Section-header */

.top_block {
    height: 100vh;
    background: url(/pics/main/header-background.jpg) no-repeat center center;
    background-size: cover;
}

.top_block__tours {
    background: url(/pics/main/slider_m.jpg) no-repeat center center;
    background-size: cover;
}

.nav-header {
    height: 75px;
}

.top_block.about_us {
    background-image: url(/pics/about/about.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.top_block.about_us .global_column.big_header .title__text.title__text_1 {
    font-size: 46px;
}


/* +Navbar */

.navbar-dark .navbar-nav .nav-link {
    color: white;
    font-size: 26px;
    font-weight: 900;
    margin: 0;
    padding: 0;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: #38976d;
}

.navbar {
    margin-left: 40px;
}

.navbar-dark {
    margin: 0;
    padding: 0;
    margin-top: 15px;
}

.nav-menu {
    height: 75px;
}

.contacts {
    height: 75px;
    font-weight: 800;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-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;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    margin-right: 40px;
}

.contacts__number {
    margin: 0;
    color: white;
}

.smm__ico {
    margin-bottom: 0;
}

.title__text_1 {
    font-size: 54px;
    color: white;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
}

.title__text_2 {
    color: #38976d;
    font-size: 64px;
    font-weight: 500;
    text-align: center;
}

.slogan {
    height: 95px;
    margin-top: 200px;
}

.slogan-text {
    height: 40px;
    font-size: 24px;
    color: white;
}


/* -Section-header */


/* bus */

.table-container {
    overflow: auto;
    width: auto;
    max-width: 100%;
}

.bus {
    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;
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    padding: 50px 0;
}

.bus img {
    height: 600px;
}

.bus td {
    height: 60px;
    width: 60px;
    background-size: 100%;
    background-position: center;
    cursor: pointer;
    font-size: 12px;
}

.bus td:before {
    background-repeat: no-repeat;
}

.free {
    text-align: center;
    color: black;
    position: relative;
    overflow: hidden;
}

.free:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-image: url(/pics/service/seat_green.svg);
    background-position: center;
}

.taken {
    text-align: center;
    color: white;
    position: relative;
    overflow: hidden;
}

.taken:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-image: url(/pics/service/seat_red.svg);
    background-position: center;
}

.td_service {
    text-align: center;
    color: white;
    position: relative;
    overflow: hidden;
}

.td_service:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-image: url(/pics/service/seat_grey.svg);
    background-position: center;
}

.busTable.booking-table td[avaliable="1"],
.busTable.booking-table td[avaliable="2"],
.busTable.booking-table td[avaliable="3"] {
    text-align: center;
    color: white;
    position: relative;
    overflow: hidden;
    background-color: transparent;
    padding: 5px;
}

.busTable.booking-table td[avaliable="1"] {
    color: black;
}

.busTable.booking-table td[avaliable="1"]:before,
.busTable.booking-table td[avaliable="2"]:before,
.busTable.booking-table td[avaliable="3"]:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-image: url(/pics/service/seat_green.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.busTable.booking-table td[avaliable="2"]:before {
    background-image: url(/pics/service/seat_red.svg);
}

.busTable.booking-table td[avaliable="3"]:before {
    background-image: url(/pics/service/seat_grey.svg);
}

.bus_driver {
    font-size: 10px;
    text-align: right;
    background-image: url(/pics/service/seat_red.svg);
}

.more_info {
    position: fixed;
    border-radius: 40px;
    height: 600px;
    width: 450px;
    z-index: 2;
    display: none;
    background-color: white;
    left: 50%;
    top: 50%;
    margin-left: -225px;
    background-color: #38976d;
    margin-top: -250px;
    color: white;
}

.star-field {
    margin-right: 140px;
    margin-top: 10px;
}

.hcenter {
    text-align: center;
    padding: 10px 0;
}

.more_info_inputs {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    margin-right: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-justify-content: center;
    -webkit-align-items: flex-end;
}

.more_info_inputs div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
}

.inputs_agreement a {
    color: white;
    text-decoration: underline;
}

.more_info_inputs span {
    display: -webkit-flex;
    -webkit-align-items: center;
    padding-right: 10px;
}

.inputs_agreement span {
    display: block;
}

.more_info_inputs input {
    width: 190px;
    height: 30px;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border: none;
    border-radius: 1px;
    margin: 10px 0px;
    padding-left: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.client_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -webkit-align-items: start;
    padding: 10px 0px;
    width: 100%;
}

.more_info__close {
    text-align: right;
    cursor: pointer;
    width: 100%;
    color: black;
    font-size: 20px;
}

.client_info:nth-child(1) {
    padding-top: 50px;
}

.mask {
    top: 0;
    left: 0;
    z-index: 1;
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .5);
    display: none;
}

.more_info_container {
    margin: 5px 30px 15px 5px;
    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;
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
}

.client_info {
    padding: 10px 0px;
}

.place_description {
    margin: 20px 0;
}

.bus_valid {
    -webkit-transition: all .01s;
    transition: all .01s;
    text-align: center;
}

input[name='bus_submit'] {
    color: #38976d;
    height: 30px;
    width: 150px;
    border-radius: 50px;
    background-color: white;
    border: none;
    font-size: 14px;
    -webkit-box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.25);
    cursor: pointer;
}

.t569__bgimg {
    border: none;
}

.t183__buttons td {
    font-weight: bold;
    color: white;
}

.t774__content {
    position: relative;
}

.t774__bgimg {
    background-size: cover;
    width: auto!important;
}

.t581__buttons-wrapper td {
    color: white;
}

.submit_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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.event_title {
    font-size: 20px;
    text-align: center;
}


/* !bus */


/* 404 */

.content {
    min-height: calc(100vh - 300px);
    max-width: 1200px;
    margin: 0 auto;
}

.not_found {
    text-align: center;
    color: #38976d;
    padding: 165px 0 100px 0;
}

.back_to_main {
    margin-top: 75px;
    background-color: #38976d;
    border: none;
    border-radius: 10px;
    width: 200px;
    height: 50px;
    font-size: 20px;
    -webkit-box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.2);
    color: white;
    cursor: pointer;
}

.not_found__first {
    font-size: 100px;
}

.not_found__second {
    font-weight: 600;
    font-size: 60px;
}

.not_found__third {
    font-weight: 400;
    font-size: 40px;
}

.small_table {
    border-spacing: 15px 0px;
    width: max-content;
}

.big_table {
    border-spacing: 5px 10px;
}


/* !404 */


/* TOURS */

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

.tours a,
.tours a:hover,
.tours a:visited,
.tours a:active {
    text-decoration: none;
    color: inherit;
}

.tour {
    height: 360px;
    width: 460px;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 50px;
    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;
    display: -webkit-flex;
    -webkit-align-items: flex-end;
    -webkit-justify-content: center;
    -webkit-box-shadow: 5px 10px 10px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 5px 10px 10px 0px rgba(0, 0, 0, 0.25);
}

.tour img {
    max-width: 100%;
}

.tour_desc {
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    height: 125px;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: rgba(56, 151, 109, .7);
}

.tour_desc__info {
    width: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.tour_desc__title {
    width: 100%;
}

.tour_desc__title p {
    font-size: 30px;
    margin-left: 20px;
}

.font_regular {
    font-weight: 500;
}

@media (max-width: 600px) {
    .tour {
        width: 100vw;
        margin: 20px 0;
    }
    .title__text_1 {
        font-size: 42px;
        margin: 0 10px;
    }
    .title__text_2 {
        font-size: 42px;
    }
    .long_desc__text p {
        margin: 0 10px;
    }
}

.tour {
    width: 100vw;
    height: 100vh;
    position: relative;
    margin: 0;
    display: block;
    min-height: 500px;
}

.tour-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: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 2;
    height: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.tour_mask {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(41, 41, 41, .4);
    z-index: 1;
    top: 0;
    left: 0;
}

.tour:hover {
    -webkit-transform: scale(1);
    transform: scale(1);
    cursor: default;
}

.tour_desc {
    background-color: transparent;
    z-index: 2;
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.tour_title,
.tour_but {
    z-index: 2;
}

.tour_title {
    font-size: 68px;
    font-weight: bold;
    color: white;
    text-align: center;
    margin-top: 160px;
}

.tour_desc p {
    font-size: 36px;
    color: white;
    margin: 0 80px;
    text-align: center;
}

.tour_but {
    text-align: center;
    color: white!important;
    border: 3px solid white;
    width: 220px;
    margin: 0 auto;
    height: 60px;
    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: 60px;
    font-size: 24px;
    margin-bottom: 120px;
}

.tour_but:hover {
    cursor: pointer;
    background-color: white;
    color: #38976d!important;
}

@media (max-width: 767px) {
    .tour_desc {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .tour_title {
        margin-top: 60px;
        font-size: 48px;
    }
    .tour_desc p {
        margin: 8px 0;
        font-size: 32px;
    }
    .tour_but {
        margin-bottom: 60px;
    }
    .tour {
        height: 90vh;
    }
}

@media (min-width: 768px) and (max-width: 770px) {
    .tour_title {
        font-size: 88px;
    }
    .tour_desc p {
        font-size: 36px;
    }
}


/* !TOURS */


/* TOUR */

.long_desc__text {
    text-align: center;
    margin: 0 auto;
    color: #686868;
    font-weight: lighter;
    line-height: 32px;
    max-width: 760px;
    font-size: 24px;
    line-height: 40px;
}

.gallery-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.single_image {
    width: 25%;
}

.gallery_image {
    height: 475px;
    background-size: cover;
    background-position: center;
}

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

.main-info_container div {
    width: 400px;
    height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.main-info_container div img {
    height: 50%;
}

.info_block__date-text {
    margin-top: 10px;
    color: white;
}

.info_block__date-title {
    color: white;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
}

.big_header {
    background-color: rgba(0, 0, 0, .5);
}

.pay-for_blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 50px 0;
}

.pay-extra {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
}

.pay-for_block {
    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;
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-justify-content: flex-start;
    width: 460px;
    margin: 10px 50px;
}

.pay-for_block__name {
    margin-left: 10px;
}

.pay-for_block__img {
    height: 45px;
    width: 45px;
    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;
}

.pay-for_block__img img {
    max-width: 100%;
}

.pay-for_block.pay-extra .pay-for_block__img {
    height: 75px;
    width: 75px;
}

section.long_desc {
    margin: 30px 0;
}

section.main_info {
    background-color: #38976d;
}

section.hotels {
    margin-top: 30px;
}

section.pay_for,
section.pay_for-extra,
section.main_info {
    margin-bottom: 30px;
    overflow-x: hidden;
}

.pay_for_title {
    font-size: 38px;
    color: #38976d;
    text-align: center;
}

.pay-for_block.pay-extra {
    width: 250px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
}

.plan_title {
    height: 230px;
    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;
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    background: url(/pics/tours/zakarp/zak_plan.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.plan_title__bigger {
    color: white;
    text-align: center;
    font-size: 58px;
    margin-bottom: 15px;
    z-index: 2;
}

.plan_title__smaller {
    color: white;
    text-align: center;
    font-size: 16px;
    z-index: 2;
}

.plan_title__mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 1;
}

.plan_blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-justify-content: space-between;
}

.plan_blocks__title {
    width: 100%;
    text-align: center;
    color: #292929;
    font-size: 36px;
    margin-top: 40px;
}

.plan_block {
    width: 580px;
    height: 400px;
    margin-top: 40px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.plan_block-mask {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-justify-content: space-between;
}

.plan_block-inner {
    z-index: 2;
    margin: 0 auto;
    width: 80%;
}

.plan_block__title,
.plan_block__desc,
.plan_block__time {
    text-align: center;
    color: white;
}

.plan_block__title {
    font-size: 36px;
    margin-bottom: 30px;
}

.plan_block__desc {
    font-size: 16px;
}

.plan_block__time {
    margin-top: 20px;
    height: 40px;
    color: white;
    width: 100px;
    border-radius: 5px;
    background-color: #38976d;
    margin: 20px auto 0px auto;
    line-height: 40px;
}

.booking {
    margin: 0px auto 0;
    color: white;
    background-color: #38976d;
    text-decoration: none;
    width: 150px;
    text-align: center;
    height: 50px;
    border-radius: 15px;
    line-height: 50px;
    -webkit-box-shadow: 5px 5px 15px #292929;
    box-shadow: 5px 5px 15px #292929;
}

.booking a {
    text-decoration: none;
    color: white;
}

.booking:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.slide_up {
    -webkit-animation: slide_up .2s ease-in-out;
    animation: slide_up .2s ease-in-out;
}

@-webkit-keyframes slide_up {
    from {
        margin-top: -20px;
        opacity: 0;
    }
    to {
        margin-top: 20px;
        opacity: 1;
    }
}

@keyframes slide_up {
    from {
        margin-top: -20px;
        opacity: 0;
    }
    to {
        margin-top: 20px;
        opacity: 1;
    }
}

.choise_bus {
    height: 80px!important;
    width: 80px;
    margin: 0 40px 25px 40px;
    cursor: pointer;
    background-image: url('/pics/icos/bus_black.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: .5;
}

.choise_bus.active {
    background-image: url('/pics/icos/bus_green.svg');
    opacity: 1;
}

.busses {
    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;
}

.busses_but {
    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;
}

.big_table.second {
    display: none;
}

.complete_bus {
    position: fixed;
    z-index: 1;
    height: 15px;
    width: 100px;
    display: none;
}

.complete_bus {
    position: fixed;
    z-index: 3;
    height: 70px;
    width: 156px;
    display: none;
    left: 50%;
    line-height: 35px;
    top: 50%;
    margin-left: -78px;
    margin-top: -7px;
    text-align: center;
    color: #38976d;
    background-color: white;
}

@-webkit-keyframes anim_scroll_bot {
    0% {
        bottom: 25px;
    }
    50% {
        bottom: 5px;
    }
    100% {
        bottom: 25px;
    }
}

@keyframes anim_scroll_bot {
    0% {
        bottom: 25px;
    }
    50% {
        bottom: 5px;
    }
    100% {
        bottom: 25px;
    }
}

@-webkit-keyframes slide {
    from {
        margin-bottom: -500px;
        opacity: 0;
        -webkit-filter: blur(5px);
        filter: blur(5px);
    }
    to {
        margin-bottom: 110;
        opacity: 1;
        -webkit-filter: blur(0px);
        filter: blur(0px);
    }
}

@keyframes slide {
    from {
        margin-bottom: -500px;
        opacity: 0;
        -webkit-filter: blur(5px);
        filter: blur(5px);
    }
    to {
        margin-bottom: 110;
        opacity: 1;
        -webkit-filter: blur(0px);
        filter: blur(0px);
    }
}


/* slick */

.slide {
    -webkit-animation: slide .8s ease-in-out;
    animation: slide .8s ease-in-out;
}

.faine_menu {
    height: 200px;
    width: 100%;
    background-color: black;
}

.faine_menu_img {
    max-width: 200px;
    max-height: 200px;
    margin: 0 90px;
}

.faine_menu-container {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-height: 200px;
    display: -webkit-flex;
    -webkit-justify-content: center;
    -webkit-align-items: center;
}

.faine_menu_rigth,
.faine_menu_left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
}

.faine_menu_rigth li,
.faine_menu_left li {
    margin: 0 10px;
    list-style-type: none;
}

.faine_menu_rigth li a,
.faine_menu_left li a {
    color: white;
    text-decoration: none;
    font-size: 19px;
}

.faine_menu_rigth li a:hover,
.faine_menu_left li a:hover {
    color: #38976d;
}

.slide {
    -webkit-animation: slide .8s ease-in-out;
    animation: slide .8s ease-in-out;
}

.slick-slide {
    height: 300px;
}

.slick-slide img {
    height: 300px;
    border: 3px solid white;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 95%;
    margin: 0 auto;
}

.slick-prev {
    position: absolute;
    left: 0;
    top: -30px;
}

.slick-next {
    position: absolute;
    right: -90px;
    border: none;
    background-repeat: no-repeat;
    height: 227px;
    width: 125px;
    background-size: 5px;
    -webkit-transform: scale(.3);
    transform: scale(.3);
    top: 50px;
    background-position: center;
    background: url(/pics/reports/main/slider-arrow.svg)!important;
}

.slick-prev {
    position: absolute;
    left: -90px;
    border: none;
    background-repeat: no-repeat;
    height: 227px;
    width: 125px;
    background-size: 5px;
    transform: scale(.3) rotate(180deg);
    -webkit-transform: scale(.3) rotate(180deg);
    top: 50px;
    background-position: center;
    background: url(/pics/reports/main/slider-arrow.svg)!important;
}

.slick-arrow:before {
    content: unset;
}

.report {
    height: 500px;
    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: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-justify-content: space-evenly;
    background-size: cover;
}

.report.slavske {
    background-image: url('/pics/reports/slavske/7.jpg');
}

.report.chern {
    background-image: url('/pics/tours/chernobil/main.png');
}

.report.CARPATHIANMIX {
    background-image: url('/pics/reports/CARPATHIANMIX/main.jpg');
    background-position: center;
}

.report.kamin {
    background-image: url('/pics/reports/kamin/main.jpg');
    background-position: center;
}

.report.fine {
    background-image: url('/pics/reports/fine/main.jpg');
    background-position: center;
}

.slick-dotted.slick-slider {
    width: 100%;
}

.reports-more {
    text-align: center;
    transform: scale(.70);
    -webkit-transform: scale(.70);
}

.reports-more:hover {
    transform: scale(.75);
    -webkit-transform: scale(.75);
}


/* media */

.report_title {
    color: white;
    text-align: center;
    font-size: 32px;
}


/* !TOUR */

.report_opac {
    width: 100%;
    z-index: 1;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    top: 0;
    left: 0;
}

.report {
    position: relative;
}

.report_container {
    z-index: 2;
    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: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-justify-content: space-evenly;
}

.report_title {
    margin: 30px 0px;
}

.remove-gallery-review {
    margin-left: 5px;
}

.contacts__number a {
    color: white;
    text-decoration: none;
}

.open_fix {
    opacity: 0;
}


/*.tours a{
	margin-top: 650px;
	transition: all 1s;
}*/

#clockdiv {
    color: #fff;
    display: inline-block;
    font-weight: 100;
    text-align: center;
    font-size: 30px;
    width: 100%;
    margin: 80px 0;
}

#clockdiv>div {
    padding: 0px;
    border-radius: 3px;
    display: inline-block;
    width: 180px;
}

#clockdiv div>span {
    padding: 0px 20px;
    border-radius: 3px;
    display: inline-block;
    font-size: 64px;
    font-weight: 500;
}

.smalltext {
    padding-top: 5px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    #clockdiv div>span {
        font-size: 34px;
    }
    .smalltext {
        font-size: 12px;
    }
    #clockdiv>div {
        width: 80px;
    }
}

.header_titles {
    margin-top: 75px;
}

#clockdiv div {
    position: relative;
}

#clockdiv div:not(:last-child):after {
    content: " ";
    position: absolute;
    height: 100%;
    width: 1px;
    right: 0;
    top: 0;
    opacity: .5;
    background-color: white;
}

.ocean-buy_here {
    color: #38976d;
    text-decoration: none;
}

.ocean-buy_here:hover {
    text-decoration: underline;
}


/* admin */

.content_admin {
    max-width: 1050px;
}

.config_btns {
    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;
}

.config_btn {
    height: 50px;
    width: 150px;
    color: white;
    font-weight: 400;
    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: #999999;
    text-align: center;
}

.selectTour {
    width: 335px;
    height: 40px;
    border: 1px solid #38976d;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.selectHotel {
    width: 200px;
    height: 40px;
    border: 1px solid #38976d;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.config_btn.active,
.config_btn:hover {
    background-color: #38976d;
    font-weight: 600;
}

.config_btn:hover {
    cursor: pointer;
}

.config_tab,
.hotels-config_tab {
    display: none;
    margin: 50px 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.config_tab.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.config {
    margin: 20px 0;
    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;
    width: 100%;
}

.config.row {
    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;
    width: 100%;
}

.auth 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;
}

.auth form label,
.auth form button {
    margin: 20px 0 10px 0;
}

.config_title {
    width: 100%;
    margin: 20px 0;
}

.p_margin {
    margin-left: 30px;
}

.config input,
.config textarea {
    border: 1px solid #949494;
    border-radius: 3px;
    margin-left: 10px;
}

.config input {
    height: 20px;
}

.config p {
    font-weight: 500;
    color: #292929;
    text-align: right;
}

.config input {
    width: 80%;
    padding: 5px;
}

.config.row input:nth-child(2) {
    width: 20%;
}

.config.row input:nth-child(4) {
    width: 10%;
}

.config.row input:last-child {
    width: 10%;
}

.config textarea[name="tour_desc"] {
    width: 80%;
    height: 200px;
}

.config button[name="tour_pic_but"],
#hotelPic,
button[hotel-role="hotelGallery"],
.galleryPreview {
    border: 1px dashed black;
    height: 35px;
    width: 35px;
    margin: 0;
    border-radius: 5px;
    margin-left: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

select[name="tours_cities"] {
    margin-left: 10px;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    width: 100px;
    font-family: 'Roboto', sans-serif;
}

.config button[name="tour_pic_but"]:hover,
#hotelPic:hover,
button[hotel-role="hotelGallery"] {
    cursor: pointer;
}

button[hotel-role="hotelGallery"]+span {
    margin-left: 5px;
}

#saveMain,
.payForAdd,
#payForSave,
#saveHotel,
#saveReport {
    width: 200px;
    height: 50px;
    background-color: #38976d;
    border-radius: 5px;
    border: none;
    outline: 0;
    color: white;
    font-weight: 500;
    font-size: 20px;
    margin: 20px auto;
}

#saveMain:hover,
#saveHotel {
    cursor: pointer;
}

#tourPreview,
#createTour,
#deleteTour,
#busSave,
#newBus,
#sendNewBus,
.hotelConfigButt {
    padding: 0;
    border: none;
    outline: none;
    width: 150px;
    height: 40px;
    background-color: #0096C5;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    color: white;
    text-align: center;
    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;
}

.hotelConfigButt {
    margin-right: 30px;
}

a.hotelConfigButt,
#createReport {
    margin-left: 30px;
}

.hotelConfigButt {
    height: 50px;
    width: 75px;
}

#newBus,
#sendNewBus {
    background-color: #38976d;
}

#busSave {
    background-color: #38976d;
    margin-left: 15px;
}

#place {
    margin-left: 10px;
}

#respStatus {
    color: #38976d;
    margin: 0 40px;
}

#deleteGal,
.payForDelete,
#busDelete {
    padding: 0;
    border: none;
    outline: none;
    width: 150px;
    height: 40px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    color: white;
    text-align: center;
    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: #D74C4C;
    margin-left: 20px;
}

.payForAdd,
.payForDelete {
    height: 30px;
}

.payForInput {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border: none;
    height: 35px;
    width: 345px;
    outline: none;
    margin: 5px 0;
    padding: 0px;
}

.payForInput[role='description'] {
    width: 150px;
}

#payForSave {
    font-weight: 700;
}

#visibility_input {
    width: 20px;
    height: 20px;
}

.visibilitySpan {
    margin-left: 190px;
    text-align: right;
}

#deleteGal:hover,
#payForSave:hover,
.payForDelete:hover,
.payForAdd:hover {
    cursor: pointer
}

.mainEdits {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 30px 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.exitForm {
    text-align: right;
}

#createTour {
    background-color: #38976d;
    color: white;
}

#createTour:hover,
#deleteTour:hover,
#newBus {
    cursor: pointer;
}

#deleteTour,
.exitButton,
#busDelete {
    background-color: #D74C4C;
}

table.busTable {
    margin-top: 50px;
    width: max-content;
}

.busTable td {
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 12px;
    border: 1px solid grey;
}

.busTable td:hover {
    cursor: pointer;
}

.busTable td[avaliable='0'] {
    background-color: unset;
}

.busTable td[avaliable='1'] {
    background-color: green;
}

.busTable td[avaliable='2'] {
    background-color: #FF3636;
}

.busTable td[avaliable='3'] {
    background-color: grey;
}

.busTable.booking-table td {
    border: none;
}

.changeBusPlace button {
    height: 40px;
    width: 40px;
    border: 0;
    outline: none;
    margin: 0 5px;
}

.changeBusPlace button:hover {
    cursor: pointer;
}

.changeBusPlace {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.bus-container {
    width: 100%;
}

.changeBus-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.changeAvaliable[avaliable="0"] {
    background-color: transparent;
    outline: 1px solid black;
}

.changeAvaliable[avaliable="2"] {
    background-color: #FF3636;
}

.changeAvaliable[avaliable="1"] {
    background-color: green;
}

.changeAvaliable[avaliable="3"] {
    background-color: grey;
}

.busTable td[selected="1"] {
    border: 1px solid black;
}

.changeAvaliable[selected='1'] {
    border: 1px solid black;
}

.newBusConfigContainer,
.newBusMockContainer {
    margin-top: 25px;
}

.busInps {
    height: 30px;
    text-align: center;
    margin-left: 20px;
    border: none;
    outline: none;
}

.newBusConfigBlock {
    margin: 5px 0;
    display: flex;
    align-items: center;
}

#newBusTable td {
    border: 1px solid #696969;
    height: 25px;
    width: 40px;
}


/* admin plan*/

.tourDays {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.tourDay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 40%;
    height: 300px;
    border: 1px solid black;
    padding: 40px;
    margin: 20px 0;
    max-width: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.tourDay_inps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 80%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.tourDay_inps input {
    height: 35px;
    border: none;
    outline: none;
    text-align: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.tourDay_inps textarea {
    height: 100px;
    text-align: center;
    border-radius: 5px;
    border: none;
    outline: none;
}

.tourDay_btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin: 20px 0 0 0;
}

.tourDayCount {
    width: 100%;
}

.tourDay.newDay {
    border: 1px dotted black;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.tourDay.newDay:hover,
#sendNewBus:hover {
    cursor: pointer;
}

.addImg,
.deleteBlock,
.deleteDay,
#savePlan,
.exitButton {
    color: white;
    border: none;
    outline: none;
    border-radius: 5px;
    height: 40px;
    width: 140px;
}

.newBusConfigBlock div {
    width: 125px;
}

.newBusContainerInner {
    margin: 40px 0;
}

.addImg:hover,
.deleteBlock:hover,
.deleteDay:hover,
#savePlan:hover,
#addDay:hover,
.exitButton,
#busSave,
#busDelete {
    cursor: pointer;
}

.addImg,
#savePlan {
    background-color: #38976d;
}

.deleteBlock,
.deleteDay {
    background-color: #FF3636;
}

.deleteDay-container {
    width: 100%;
    text-align: center
}

.deleteDay {
    font-weight: 700;
}

#addDay {
    width: 100%;
    border: 1px dotted black;
    margin: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -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;
}

.addBlockPlus {
    font-size: 140px;
}

.addDayPlus {
    font-size: 100px;
}

.savePlan-container {
    width: 100%;
    text-align: center;
    margin: 40px 0;
}

#tourPlan {
    width: 100%;
}


/* payFor admin */

.payForBlock-img {
    width: 25px;
    height: 25px;
    z-index: 1;
    border: 1px solid black;
    border-radius: 5px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.payForBlock-img:hover {
    cursor: pointer;
}

.payForBlock {
    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;
}

.deleteBlock,
.deleteDay {
    background-color: #D74C4C;
}

.payFor-favourite_container {
    background-color: white;
    width: 130px;
    height: 220px;
    z-index: 2;
}

.favourite_img {
    height: 30px;
    width: 30px;
}

.payFor-favourite_container {
    background-color: white;
    width: 130px;
    height: 220px;
    z-index: 2;
    padding: 5px;
    border: 2px solid #38976d;
    border-radius: 10px;
    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-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    top: 50%;
    margin-left: -72px;
    left: 50%;
    margin-top: -117px;
}

.favourite_imgs {
    margin: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.favourite_img:hover {
    background-color: rgba(0, 0, 0, .4);
    cursor: pointer;
}

#payForImgNew {
    color: white;
    background-color: #38976d;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    margin-top: 5px;
}

#payForImgCancel {
    color: white;
    background-color: #FF3636;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    margin-top: 10px;
}

#payForImgNew,
#payForImgCancel {
    width: 120px;
    height: 30px;
    outline: none;
    border: none;
}

#payForImgNew:hover,
#payForImgCancel:hover {
    cursor: pointer;
}

#payFor {
    width: 100%;
    text-align: center;
}

#payForMain,
#payForExtra {
    margin-top: 20px;
}

#payForMain h2,
#payForExtra h2 {
    margin-bottom: 10px;
}

.auth_submit {
    height: 30px;
    width: 150px;
}

#admin-preloader-ico {
    position: fixed;
    top: 50%;
    left: 50%;
    display: none;
    z-index: 5;
}

#admin-preloader-mask {
    background-color: rgba(0, 0, 0, .5);
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    position: fixed;
    display: none;
    z-index: 4;
}

.content.content_admin {
    margin-top: 150px;
}

#admTourProgram {
    width: 100%;
    margin-bottom: 50px;
    height: 150px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 5px;
    border: 1px solid #ccc;
}

#admTourProgram:hover {
    cursor: pointer;
}


/* about page */

.about_title {
    color: #38976d;
    width: 100%;
    text-align: center;
    font-size: 48px;
    margin: 35px 0 25px 0;
}

.about_about {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.about_about__left {
    width: 40%;
    font-size: 20px;
    font-weight: 400;
    margin-left: 30px;
}

.about_about__right {
    width: 47%;
}

.about_about__right img {
    max-width: 100%;
}

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

.about_whyWe__left,
.about_whyWe__right {
    width: 49%;
    font-weight: 400;
}

.about_whyWe__left {
    font-size: 20px;
}

.about_whyWe__right {
    font-size: 30px;
    display: flex;
    align-items: center;
}

.about_achieve {
    margin-left: 20px;
}

.about_achieve:not(:first-child) {
    margin-top: 15px;
}

.achievment_green {
    color: #38976d;
    font-weight: 600;
}

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

.co-organizator {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 49%;
}

.co-organizator img {
    max-width: 100%;
}

.about_partners {
    display: flex;
    justify-content: space-between;
    align-content: center;
}

.about_partner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25%;
}

.about_partner img {
    max-width: 100%;
}

.about:last-child {
    margin-bottom: 45px;
}

#crossbarCircle {
    transition-timing-function: linear;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
}

.about_crossbar__container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.about_crossbar__container p {
    margin-left: 20px;
    font-size: 18px;
}

.about_crossbar {
    margin-left: 50px;
}

.about_achievments {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


/* booking success */

.booking-success_container {
    margin-top: 75px;
    height: 100vh;
    background-image: url('/pics/service/success.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 1;
}

.booking-success_container .mask {
    display: block;
}

.backToIndex {
    padding: 0;
    border: none;
    outline: none;
    width: 180px;
    height: 40px;
    background-color: #38976d;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    color: white;
    text-align: center;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
}

.backToIndex:hover {
    cursor: pointer;
}

.backToIndex a {
    padding: 10px 0;
}

.booking-success_mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: -1;
}

.booking-success_content {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    color: white;
}

.booking-success_content__title1 {
    font-size: 36px;
    margin-bottom: 40px;
}

.booking-success_content__title2 {
    margin-bottom: 60px;
    font-size: 24px;
}

svg {
    transition: .5s linear;
}

svg circle {
    transition: .5s linear;
}

.booking-bottom .booking {
    margin-top: 25px;
    margin-bottom: 25px;
}

.prettyRed {
    background-color: #D74C4C;
}

.prettyBlue {
    background-color: #0096C5;
}

.prettyGreen {
    background-color: #38976d;
}

#reportTitle,
#reportLink {
    width: 300px;
}

.galleryPreview:hover {
    cursor: pointer;
}

#hotelOrder {
    width: 35px;
    height: 35px;
    padding: 0;
    text-align: center;
}

#reports_container .config {
    margin: 40px 0;
}

#reports_container .config_title {
    margin-top: 35px;
}

.rooms_container {
    display: flex;
    flex-flow: row wrap;
}

.hotel_beds {
    display: flex;
    justify-content: space-around;
    width: 100%;
}

.hotel_bed {
    height: 26px;
    background-size: contain;
    background-repeat: no-repeat;
    width: 26px;
    position: relative;
    font-size: 14px;
}

.hotel_room {
    border: 1px solid #292928;
    height: 80px;
    width: 100px;
    padding: 20px;
    margin: 15px 15px 15px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}

.hotel_number {
    text-align: center;
}

#room_number {
    width: 50px;
    text-align: center;
}

#addRoom {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

span[role="deleteRoom"] {
    position: absolute;
    right: -15px;
    top: 0px;
}

span[bed-type="1"] {
    position: absolute;
    right: -22px;
    top: 50px;
}

span[bed-type="2"] {
    position: absolute;
    right: -22px;
    top: 80px;
}

#saveRoomNumber {
    margin-left: 5px;
}

span[action="changeBed"] {
    position: absolute;
    top: -14px;
    left: 7px;
}

span[action="deleteBed"] {
    position: absolute;
    bottom: -12px;
    left: 9px;
}

.no-tours {
    height: 500px;
    color: #38976d;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.tours-filter-container {
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

div[role="tours-filter"] {
    width: 200px;
    height: 65px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

div[role="tours-filter"]:hover {
    cursor: pointer;
}

div[city-key="Rivne"] {
    background-image: url('/pics/service/tour-filter-buttons/rivne.png');
}

div[city-key="Lutsk"] {
    background-image: url('/pics/service/tour-filter-buttons/lutsk.png');
}

div[city-key="Kharkiv"] {
    background-image: url('/pics/service/tour-filter-buttons/kharkiv.png');
}

div[city-key="All"] {
    background-image: url('/pics/service/tour-filter-buttons/all.png');
}