.main-block h1 {
    margin: 60px auto 35px;
    font-weight: 600 !important;
}

.main-block h2 {
    font-size: 24px;
    margin-bottom: 30px;
    color: #fff;
}

h3 {
    margin: 40px auto 35px;
    font-weight: 900 !important
}

.country-name {
    display: flex;
    align-items: start;
}

.country-name h3 {
    margin: 0 0 20px 0
}

.mt-10 {
    margin-top: 10px
}

.mt-20 {
    margin-top: 20px
}

.mt-30 {
    margin-top: 30px
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-60 {
    margin-top: 60px
}

.mr-20 {
    margin-right: 20px
}

.mr-40 {
    margin-right: 40px
}

.mb-20 {
    margin-bottom: 20px
}

.pb-20 {
    padding-bottom: 20px
}

.pb-40 {
    padding-bottom: 40px
}

.fs-14 {
    font-size: 14px
}

.top-10 {
    top: 10px
}

.w-100 {
    width: 100%
}

.w-200 {
    width: 200px !important
}

.we600 {
    font-weight: 600
}

.breadcrumb {
    background-color: #fff !important;
    justify-content: center;
}

.hide {
    display: none;
}

.white-color {
    color: #fff
}

.white-color:hover {
    color: #fff
}

.breadcrumb a {
    color: #00A6FA
}

.footer-text .h-190 {
    margin-top: 90px
}

.control-label {
    color: #858585 !important
}

.d-inline {
    display: inline-block
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

header {
    padding-bottom: 1px !important;
}

#main_plus, #main_minus {
    cursor: pointer;
}

#main_plus:hover, #main_minus:hover {
    color: #fff;
    transition-duration: 0.3s;
}

.btn-white {
    background-color: #fff;
    color: #00A6FA;
    font-size: 16px !important;
    font-weight: 600 !important;
    border: none !important;
    width: 100%;
    padding: 13px !important;
}

.btn-white:hover {
    background-color: #efefef;
    transition-duration: 0.3s;
}

.btn-blue {
    color: #fff;
    width: 220px;
    background-color: #00a6fa;
    padding: 13px 20px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
}

.btn-blue:hover {
    background-color: #0a98e1;
    transition-duration: 0.3s;
}

.nav-trans-btn {
    color: #fff;
    background: transparent;
    border: 2px solid #c8e4f2;
}

.nav-trans-btn:hover {
    color: #4e4e4e;
    background: #def1fb;
    border: 2px solid #def1fb;
    transition-duration: 0.3s;
}

.btn-blue-out {
    color: #00a6fa;
    background: #fff;
    border: 2px solid #00a6fa;
}

.transparent {
    background: transparent !important
}

.btn-blue-out:hover {
    color: #fff !important;
    background-color: #00a6fa !important;
}

.star {
    background: url(/trip_assets/img/star.svg) 0 0 no-repeat;
    width: 15px;
    height: 15px;
    vertical-align: middle;
    display: inline-block;
    background-size: contain !important;
}

.star-blue {
    background: url(/trip_assets/img/star_blue.svg) 0 0 no-repeat;
}

.star-grey {
    background: url(/trip_assets/img/star_grey.svg) 0 0 no-repeat;
}

.btn-block button {
    width: 100%;
}

.btn-help-block {
    text-align: left;
    padding-top: 10px;
    grid-area: 2 / 1 / auto / span 2;
}

.btn-help-block .btn {
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
    margin-right: 5px;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.btn-help-block .btn:hover {
    background-color: rgba(255, 255, 255, 0.4);
}

#form_trip {
    display: grid;
    height: 120px;
    padding: 0 130px;
    grid-template: repeat(2, 1fr) / 80% 20%;
}

#where {
    border: none;
    width: 100%;
    height: 60px;
    padding: 10px 10px;
    font-size: 18px;
    font-weight: 600;
}

#where::placeholder {
    font-weight: 600;
}

@media only screen and (max-width: 960px) {
    h1 {
        margin-top: 25px !important;
    }

    #form_trip {
        padding: 0 80px;
    }

    #where {
        font-size: 16px;
    }

    .btn-block button {
        width: 100%;
        height: 60px;
        margin-top: 0;
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }
}

@media only screen and (max-width: 767px) {
    h1 {
        margin-top: 20px !important;
    }

    #form_trip {
        padding: 0 40px;
        height: 146px;
        grid-template: repeat(3, 1fr) / repeat(1, 1fr);
    }

    .btn-block button, #where {
        height: 40px;
    }

    .btn-help-block {
        padding-top: 0;
        grid-area: unset;
    }

    .input-where-block {
        order: -1
    }

    .btn-help-block {
        order: 0
    }

    .btn-block {
        order: 1
    }
}

@media only screen and (max-width: 576px) {
    #form_trip {
        padding: 0;
    }
}


.input-where-block, .where-go {
    position: relative
}

.where-result {
    left: 0;
    top: 64px;
    z-index: 10;
    height: auto;
    padding: 4px;
    display: none;
    text-align: left;
    min-width: 360px;
    width: 100%;
    min-height: 46px;
    position: absolute;
    background-color: #fff;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.where-result .item {
    display: grid;
    align-items: center;
    grid-template: 1fr / 50% 50%;
    cursor: pointer;
    padding: 8px 12px;
}

.where-result .item .count {
    font-size: 13px;
    text-align: right;
}

.where-result .item:hover {
    background-color: #f7f8fa;
}

@media only screen and (max-width: 767px) {
    .where-result {
        top: 43px;
        width: 100%;
    }
}

.where-go {
    display: grid;
    grid-template: 1fr 1fr / 80% 20%;
}

.where-input {
    height: 64px;
    border: none !important;
    background-color: #F6F6F6 !important;
    padding: 10px 10px;
    font-size: 18px;
    font-weight: 600;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.where-input::placeholder {
    font-weight: 600;
    font-size: 18px;
}

.btn-orange {
    background-color: #FAA030;
    color: #fff;
    width: 100%;
}

.where-go .btn-orange {
    height: 60px;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

@media only screen and (max-width: 767px) {
    .where-go .btn-orange, .where-input {
        height: 40px;
    }
}


.green-circle {
    height: 26px;
    width: 26px;
    border-radius: 50%;
    border: 3px solid #A5C94B;
    position: relative;
}

.green-circle .checker {
    height: 3px;
    top: 8px;
    left: 4px;
    border-radius: 2px;
    position: relative;
    width: 8px;
    transform: rotate(45deg);
    background-color: #a5c94b;
}

.green-circle .checker2 {
    height: 3px;
    top: 1px;
    left: 6px;
    border-radius: 2px;
    position: relative;
    z-index: 2;
    width: 20px;
    transform: rotate(-45deg);
    background-color: #a5c94b;
}

.green-circle .box {
    background-color: #fff;
    position: absolute;
    transform: rotate(-45deg);
    z-index: 1;
    height: 10px;
    width: 10px;
    right: -2px;
    top: -1px;
}

.footer-wrap {
    height: 300px;
}

@media only screen and (max-width: 992px) {
    .container {
        max-width: 100% !important;
    }
}

@media only screen and (max-width: 767px) {
    .footer-wrap {
        height: 130px;
    }

    h3 {
        margin: 20px auto 20px;
    }

    .main-block h2 {
        font-size: 16px !important;
    }

    .main-block h1 {
        margin: 20px auto 24px;
    }

    .footer-text .h-190 {
        margin-top: 140px;
    }
}

.blue-bg {
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #14506ca1;
}

#img_footer {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 300px;
    background: url('/trip_assets/img/bg.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.footer-text {
    z-index: 4;
}

.footer-text h3 {
    margin-top: 60px !important;
}

.footer-text h3, .footer-text div {
    color: #fff;
}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.w-200 {
    width: 200px
}

.h-190 {
    height: 190px
}

@media only screen and (max-width: 767px) {
    #img_footer {
        height: 210px
    }

    #wrap_icons {
        margin-bottom: 100px
    }

    .footer-text .desc {
        display: none;
    }

    .h-190 {
        height: 140px
    }

    .blue-bg {
        height: 140%
    }

    .footer-text .h-190 {
        margin-top: 140px;
    }
}

.name-city {
    padding: 10px;
    cursor: pointer;
}

.name-city a {
    font-weight: 900;
    color: #212529
}

@media only screen and (max-width: 992px) {
    .main-block {
        min-height: 130px;
    }
}

@media only screen and (max-width: 767px) {
    .main-block {
        min-height: 100px;
    }
}

@media only screen and (max-width: 992px) {
    #main_search_form .button {
        border-radius: 0;
        height: 52px;
        margin-top: 0;
    }
}

.guide-head-nav {
    color: #fff;
    margin: 35px 0;
}

.guide-head-nav .bg-guide {
    height: 120px;
    width: 120px;
    min-width: 80px;
    margin-right: 30px;
    border-radius: 50%;
    background-size: contain !important;
    background-position: center center !important;
}

.guide-head-nav .text span {
    color: #daeaf0
}

.guide-head-nav .rating span {
    padding-left: 20px;
}

.guide-head-nav .rating i {
    position: relative;
    top: -3px;
    margin-right: 5px;
}

.guide-head-nav .rating {
    margin-top: 10px;
}

.guide-head-nav .title {
    font-size: 20px;
    font-weight: 600;
}

.guide-head-nav .guide-desc {
    position: relative;
    margin-bottom: 20px
}

.guide-head-nav .guide-desc .chevron-left {
    position: absolute;
    left: 2px;
    top: -2px;
}

.guide-head-nav .chevron-left .ch1, .guide-head-nav .chevron-left .ch2, .guide-head-nav .chevron-left .ch3, .guide-head-nav .chevron-left .ch4, .guide-head-nav .chevron-right .ch1, .guide-head-nav .chevron-right .ch2, .guide-head-nav .chevron-right .ch3, .guide-head-nav .chevron-right .ch4 {
    position: relative;
    height: 14px;
    background: #71bcdb;
    border-radius: 3px;
    width: 3px;
}

.guide-head-nav .chevron-left .ch1, .guide-head-nav .chevron-left .ch3 {
    transform: rotate(45deg);
    top: 3px
}

.guide-head-nav .chevron-left .ch2, .guide-head-nav .chevron-left .ch4 {
    transform: rotate(-45deg);
    top: -3px
}

.guide-head-nav .chevron-left .ch1 {
    left: -10px
}

.guide-head-nav .chevron-left .ch2 {
    left: -10px
}

.guide-head-nav .chevron-left .ch3 {
    top: -25px
}

.guide-head-nav .chevron-left .ch4 {
    top: -31px
}

.guide-head-nav .guide-desc .chevron-right {
    position: absolute;
    right: 18px;
    bottom: -30px;
}

.guide-head-nav .chevron-right .ch1, .guide-head-nav .chevron-right .ch3 {
    transform: rotate(315deg);
    top: 3px
}

.guide-head-nav .chevron-right .ch2, .guide-head-nav .chevron-right .ch4 {
    transform: rotate(-315deg);
    top: -3px
}

.guide-head-nav .chevron-right .ch1 {
    left: -10px
}

.guide-head-nav .chevron-right .ch2 {
    left: -10px
}

.guide-head-nav .chevron-right .ch3 {
    top: -25px
}

.guide-head-nav .chevron-right .ch4 {
    top: -31px
}