body, html {
    margin: 0;
    font-size: 16px;

}

body {
    color: #172847;
    font-size: 1.6rem;
}

header {
    background-color: #EDEFEE;
}

.user-icon-header {
    width: 15px;
    margin-left: .5rem;
}

.navbar-light .navbar-nav .nav-link {
    color: #132846;
    font-weight: bold;
}

.side-line-block {
    border-right: 1px solid #13284652;
    min-height: 290px;
}

.side-line-block:last-child {
    border: 0;
}

.social-header-btn {
    width: 2.3rem;
    height: 2.3rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.5rem !important;
}

.social-header-btn-1 {
    background-color: #00D863;
}

.social-header-btn-2 {
    background-color: #252524;
}

.social-header-btn-3 {
    background-color: #015E9B;
}

.btn-default,
.navbar-expand-lg .navbar-nav .nav-link.btn-default {
    background-color: #05293D;
    color: #B7A181;
    padding: .5rem 1rem;
    display: inline-block;
}

.nav-upper.navbar-light .navbar-nav .nav-link {
    color: #B7A181;
}

.navbar-expand-lg .navbar-nav {
    align-items: center;
}

.navbar-expand-lg .navbar-nav .nav-item {
    margin: 0 .2rem;
}

.nav-lower.navbar-expand-lg .navbar-nav {
    justify-content: space-between;
    width: 100%;
}

.main {
    background-image: url(../images/bg.png);
    background-size: cover;
    padding-bottom: 1rem;
}

.main-footer {
    margin-top: 2rem;
}

.main-section {
    margin-top: 2rem;
}

.main-top-header {
    text-align: center;
    font-size: 5rem;
    font-weight: bold;
    color: #B7A181;
    padding: 1rem 1rem;
    background-color: rgba(0, 0, 0, .7)
}

.main-top-header {
    text-align: center;
    font-size: 5rem;
    font-weight: bold;
    color: #B7A181;
    padding: 1rem 1rem;
    background-color: rgba(0, 0, 0, .7)
}

.main-left-upper {
    position: relative;
    background-color: rgba(255, 255, 255, .9);
    padding: 5rem 2rem 1rem;
    border-radius: 2rem;
}

.main-left-upper-header {
    position: absolute;
    font-size: 1.2rem;
    font-weight: bold;
    right: 0rem;
    top: 1.5rem;
    display: inline-block;
    text-align: right;
    background-color: #172847;
    color: #B7A181;
    padding: .1rem 1rem .1rem 2rem;
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
}

.main-left-upper-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    font-size: 1.3rem;
}

.main-line-icons {
    width: 1rem;
    margin-left: 1rem;
}

.sec-icon {
    width: 2rem;
}

.main-left-upper-lines {
    text-align: right;
    font-weight: bold;
    margin-top: .5rem;
    display: flex;
    align-items: center;
    justify-content: end;
}

.main-left-upper-block {
    margin-top: 1rem;
}

.main-left-bottom-block {
    background-color: rgba(23, 40, 71, .9);
    border-radius: 3rem;
    padding: 2rem 1rem;
    text-align: center;
    margin: 1rem 0rem;
}

.price-comp {
    font-size: 2.5rem;
    color: #B7A181;
    font-weight: bold;
}

.comp-btn {
    font-size: 1.2rem;
    color: #fff;
    font-weight: bold;
    background-color: #A73086;
    margin: .5rem;
    padding: .5rem;
    border-radius: 2rem;
}

.comp-btn-blue {
    background-color: #00A1C5;
}

.comp-img-div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.comp-img {
    width: 100%;
}

.comp-img-div {
    position: relative;
}

.comp-img-div-icon {
    position: absolute;
    top: -2rem;
    left: -2rem;
    width: 6rem;
}

.main-right-block {
    position: relative;
    background-color: rgba(255, 255, 255, .9);
    padding: 2rem 2rem 1rem;
    border-radius: 2rem;
}

.main-right-div {
    margin-bottom: 1.5rem;
}

.main-right-div-header {
    position: relative;
    z-index: 99;
}

.main-header-block {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 1.5rem;
    z-index: 999;
    font-size: 1.3rem;
    color: #B7A181;
    font-weight: bold;
}

.main-right-div-bottom-block .btn-secondary {
    background-color: rgb(183 161 128 / 56%);
    border: 0;
    border-radius: 1rem;
    position: relative;
    /*padding-left:4rem;*/
    padding-left: 2rem;
    color: rgb(23, 40, 71);
}

.main-right-div-bottom-block .dropdown-toggle::after {
    display: none;
}

.main-right-div-bottom-block .dropdown:hover .dropdown-menu {
    width: 100%;
}

.main-right-div-bottom-block .dropdown:hover .dropdown-menu {
    display: block;
}

.main-right-div-bottom-block .dropdown-toggle::before {
    content: "";
    width: 13px;
    height: 13px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url(../images/arrow-down.png);
    position: absolute;
    left: 1rem;
    top: 1rem;
}

.dropdown-text {
    color: rgb(23, 40, 71);
    font-weight: bold;
}

.main-right-div-bottom-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1rem;
}

.main-right-div-2 .main-right-div-bottom-block {
    flex-direction: column;
}

.main-right-div-bottom-block p {
    margin-bottom: 0;
}

.main-right-top-right {
    width: 5rem;
    text-align: right;
    display: flex;
    justify-content: end;
    margin-left: auto;
    font-weight: bold;
    margin-top: 1rem;
}

.main-right-div-2 .main-right-div-bottom .form-check {
    flex-direction: column;
    text-align: right;
    width: 100%;
    padding-left: 0em;
    padding-right: 1.5rem;
    font-weight: bold;
}

.main-right-div-2 .form-check .form-check-input {
    float: right;
    margin-right: -1.5em;
    margin-left: 0;
}

.main-right-div-2 .form-check-input:checked[type=radio] {
    background-image: url(../images/radio-tick.png);
}

.main-right-div-2 .form-check-input:checked {
    background-color: transparent;
    border: 0;
    box-shadow: none;
}

.main-right-div-2 .main-right-div-bottom .form-check {
    border-bottom: 1px solid rgba(0, 0, 0, .4);
}

.main-right-div-2 .main-right-div-bottom .form-check:last-child {
    border: 0;
}

.main-right-div-3 .main-header-block {
    top: 0.7rem;
}

.main-right-div-3 .main-right-div-bottom-block {
    justify-content: space-evenly;
}

.main-header-block-img {
    width: 100%;
}

.main-footer-upper p {
    text-shadow: 1px 1px 6px #fff;
    font-size: 1.5rem;
    font-weight: bold;
}

.main-footer-lower {
    background-color: #B7A181;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    margin-bottom: 1rem;
}

.main-footer-lower p {
    margin-bottom: 0;
    color: #172847;
    font-size: 2rem;
    font-weight: bold;
}

.main-footer-lower .btn {
    width: 4rem;
}


@media (max-width: 1199px) {
    .nav-upper.navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }

    .main-header-block-img {
        width: 450px;
        margin: auto;
        display: block;
    }

    .main-header-block {
        top: 2rem;
    }

    .main-right-div-3 .main-header-block {
        top: 1rem;
    }
}


@media (max-width: 991px) {

}

@media (max-width: 768px) {
    .nav-upper .container-fluid {
        justify-content: center;
    }

    .side-line-block {
        min-height: 150px;
        padding-bottom: 30px;
    }


    .main-top-header {
        font-size: 3rem;
    }

    .side-line-block:nth-child(even) {
        border: 0;
    }

    .main-header-block-img {
        max-width: 320px;
        width: auto;
    }

    .main-right-div-3 .main-header-block {
        top: 0.7rem;
    }

    .main-header-block {
        top: 1.5rem;
    }

    .main-right-block {
        padding: 2rem 1rem 1rem;
    }

    .main-footer-lower p {
        font-size: 1.5rem;
    }

    .comp-img {
        width: 10rem;
    }

    .main-left-upper {
        margin-top: 2rem;
    }

    .col-12.col-md-12.col-lg-12.col-xl-8 {
        order: 2;
    }

    .col-12.col-md-12.col-lg-12.col-xl-4 {
        order: 1;
    }

    .main-left-bottom-block {
        margin-top: 2rem;
    }
}

@media (max-width: 500px) {
    .main-right-block {

        padding: 2rem 1rem 1rem;
    }

    .main-header-block-img {
        max-width: 270px;
        width: auto;
    }

    .main-right-div-3 .main-header-block {
        top: 0.8rem;
        line-height: 1;
    }

    .main-right-div-bottom-block p {
        text-align: right;
    }
}


/* responsive */
@media (min-width: 1440px) {
    .container {
        max-width: 1420px;
    }

    html, body {
        font-size: 15px;
    }
}

@media (max-width: 1439px) {
    html, body {
        font-size: 13px;
    }
}

@media (max-width: 1239px) {
    html, body {
        font-size: 15px;
    }
}


/*  */
.color-white {
    color: #fff;
}

.bg-blue {
    background-color: #58C9B9;
    color: #fff;
}

.light-pink-bg {
    background-color: #EEBAFC;
    color: #fff;
}

.linear-p-y {
    background-image: linear-gradient(to right, #FCCB90, #D57EEB);
}

.pink-color {
    color: #BF39E3;
}

.color-blue {
    color: #2BB5A2;
}

.color-pink {
    color: #BF39E3;
}

.pink-bg {
    background-color: #BF39E3;
}

.grey-bg {
    background-color: #B2B1B1;
    color: #fff;
}

.grey-light-bg {
    background-color: #F2F2F2;
}

a,
a:hover {
    color: #000;
}

p {
    color: #000;
}

ul, ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

input:focus, button:focus, textarea:focus, select:focus {
    outline: 0;
    box-shadow: none;
}

a, a:hover, a:focus {
    text-decoration: none;
}

img {
    max-width: 100%;
}

.width-100 {
    width: 100%;
}

.sec {
    padding: 4rem 0;
}

.bold {
    font-weight: bold;
}

.color-dark-purple {
    color: #302571;
}

.color-purple {
    color: #5502b6;
}

.pos-rel {
    position: relative;
}

.line-height-1 {
    line-height: 1;
}

.margin-bottom-0 {
    margin-bottom: 0rem;
}

.margin-bottom-7 {
    margin-bottom: .7rem;
}

.margin-left-5 {
    margin-left: 5px;
}

.margin-top-0 {
    margin-top: 0rem;
}

.margin-top-5 {
    margin-top: .5rem;
}

.margin-top-10 {
    margin-top: 1rem;
}

.margin-top-20 {
    margin-top: 2rem;
}

.margin-top-30 {
    margin-top: 3rem;
}

.margin-top-40 {
    margin-top: 4rem;
}

.margin-top-50 {
    margin-top: 5rem;
}

.margin-top-60 {
    margin-top: 6rem;
}

.margin-top-70 {
    margin-top: 7rem;
}

.margin-top-80 {
    margin-top: 8rem;
}

.margin-top-90 {
    margin-top: 9rem;
}

.margin-top-100 {
    margin-top: 10rem;
}

.margin-top-110 {
    margin-top: 1.1rem;
}

.margin-top-120 {
    margin-top: 1.2rem;
}

.size-5 {
    font-size: .5rem;
}

.size-7 {
    font-size: .7rem;
}

.size-8 {
    font-size: .8rem;
}

.size-10 {
    font-size: 1rem;
}

.size-15 {
    font-size: 1.5rem;
}

.size-18 {
    font-size: 1.8rem;
}

.size-20 {
    font-size: 2rem;
}

.size-25 {
    font-size: 2.5rem;
}

.size-30 {
    font-size: 3rem;
}

.size-40 {
    font-size: 4rem;
}

.size-50 {
    font-size: 5rem;
}

.size-50 {
    font-size: 5rem;
}

.size-60 {
    font-size: 6rem;
}

.size-70 {
    font-size: 7rem;
}

.size-80 {
    font-size: 8rem;
}

.size-90 {
    font-size: 9rem;
}

.padding-0 {
    padding-left: 0;
    padding-right: 0;
}


#it-calculator form {
    color: #172847;
}

#it-calculator form input,
#it-calculator form section,
#it-calculator form section option {
    direction: rtl;
    text-align: right;
}

#it-calculator form .main-right-top-right,
#it-calculator form .main-left-upper-lines {
    font-size: 13px;
}

#it-calculator .it-calculator__passenger-delete,
#it-calculator .it-calculator__passenger-add {
    cursor: pointer;
}

div#ui-datepicker-div {
    z-index: 99999999999 !important;
}

.main-right-div-2 .form-check-input:checked {
    background-color: #b6a27f;
}

.main-right-div-2 .form-check .opt.input__ask-passengers .form-check-input {
    margin-right: 0;
    margin-left: 5px;
}

.main-right-div-2 .form-check .option_passeger_checkbox.input__ask-passengers-with-day {
    background: #cbc7b68f;
    font-size: 16px;
    margin-right: 18px;
    padding: 0px 5px 0px 0px;
}

.main-right-div-2 .form-check .option_passeger_checkbox.input__ask-passengers-with-day .form-check-input {
    margin-right: 0;
    margin-left: 5px;
}

.main-right-div-2 .form-check .option_passeger_checkbox.input__ask-passengers-with-day input[type="number"] {
    display: inline-block;
    width: 116px;
    height: 25px;
}

.main-right-div-2 .form-check .option_passeger_checkbox.input__ask-passengers-with-day span.it-calculator__options-checkbox-label {
    width: 120px;
    position: relative;
    display: inline-block;
    font-size: 16px;
}

.opt.input__ask-passengers {
    position: relative;
    display: block;
}

.main-right-top-right {
    width: 10rem;
    text-align: right;
    display: flex;
    justify-content: center;
    margin-left: auto;
    font-weight: bold;
    margin-top: 1rem;
    vertical-align: middle;
    align-items: center;
}

.it-calculator__passenger-add div {
    margin-right: 10px;
}

.main-right-div-2 .form-check .opt.input__ask-passengers {
    background: #cbc7b68f;
    font-size: 16px;
    margin-right: 18px;
}

.main-right-div-3 .main-header-block {
    top: 1rem;
    line-height: 20px;
}

.main-right-div-2 .form-check .opt.input__ask-passengers {
    background: #cbc7b68f;
    font-size: 16px;
    margin-right: 18px;
    padding: 0px 5px 0px 0px;
}

form[name="it-calculator"] {
    direction: ltr;
}

#it-calculator form .main-right-top-right, #it-calculator form .main-left-upper-lines {
    font-size: 17px;
}

.it-calculator__passenger-add div {
    margin-right: 10px;
    font-size: 1rem;
}

.it-calculator__tooltip {
    position: absolute;
    left: 0;
    top: 6px;
    display: inline-block;
    background: transparent url(../img/question-circle-light.svg) center center no-repeat;
    width: 18px;
    height: 18px;
    background-size: 100%;
    cursor: pointer;
}

.main-right-div-2 .main-right-div-bottom .form-check {
    position: relative;
}

.tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0.25rem;
}

.arrow {
    bottom: 0;
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem;
}

.arrow::before, .bs-tooltip-top .arrow::before {
    top: 0;
    border-width: 0.4rem 0.4rem 0;
    border-top-color: #000;
}

.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
}

.number-input {
    max-width: 650px;
    position: relative;
    display: inline-block;
    width: 36%;
}

.number-input input {
    background-color: rgba(255, 255, 255, 0.65);
    border-right: 0;
    border-radius: 5px;
    overflow: hidden;
    height: 51px;
    padding: 0.15em 0.15em 0.15em 0.5em;
    position: relative;
    transition: 0.5s ease all;
    z-index: 0;
    width: 100%;
}

.number-input input:focus, .number-input input:active {
    background-color: white;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.75);
    outline: none;
    transition: 0.5s ease all;
}

.buttons {
    border-left: 1px solid #666;
    border-radius: 5px 0 0 5px;
    overflow: hidden;
    float: left;
    top: 1px;
    position: absolute;
    left: 0;
    width: 26px;
    z-index: 1;
}
.increment, .decrement {
    background: #e1e1e1;
    border-right: 1px solid #444;
    font-weight: bold;
    cursor: pointer;
    display: block;
    float: left;
    height: 13px;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    margin-top: -1px;
    width: 28px;
    z-index: 2;
}

.increment:hover, .decrement:hover {
    background: #c8c8c8;
}

.increment::selected, .decrement::selected {
    background: #e1e1e1;
}

.increment {
    border-top: 1px solid #444;
    border-bottom: 1px solid #444;
    border-radius: 0 5px 0 0;
}

.decrement {
    border-radius: 0 0 0 5px;
    border-bottom: 1px solid #444;
}


/*
.main-left-upper-block {
    overflow-y: auto;
    height: 287px;
}

.main-left-upper-block::-webkit-scrollbar {
    width: 8px;
}

.main-left-upper-block::-webkit-scrollbar-track {
    background: #E2E2E2;
}

.main-left-upper-block::-webkit-scrollbar-thumb {
    background-color: #282A2F;
}

.main-left-upper-block::-webkit-scrollbar-thumb ::-webkit-scrollbar-thumb:hover {
    background-color: #282A2F;
}

.main-left-upper-block::-webkit-scrollbar {
    height: 0;
    width: 8px;
    border: 1px solid #E2E2E2;
}*/