/* Google font */

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');
@import url('https://fonts.googleapis.com/css2?family=Wix+Madefor+Display:wght@400;500;600;700&display=swap');

/* General */
html, body {
    height: 100%;
}
body {
    font-family: 'Wix Madefor Display', sans-serif;
    font-size: 16px;
    color: #333;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.2px;
    width: 100%; 
    background-color: #eee;
}
::selection{
    background: #bbb !important;
    color: #000;
}
a, *::before, *::after, img, span, input, button, .navbar, .fixedmenu {
    transition: ease-in-out 0.2s;
    -webkit-transition: ease-in-out 0.2s;
    -moz-transition: ease-in-out 0.2s;
    -ms-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
}
a {
    color: #bc9c50;
}
a:active, a:hover {
    color: #bc9c50;
    text-decoration: underline;
}
.relative {
    position: relative;
}
p {
    line-height: 1.6;
}
p:last-child {
    margin-bottom: 0 !important;
}

/* Navbar */
header.header-appear .navbar {
    background-color: #fff;
}
.navbar {
    background-color: #fff;
    position: fixed;
    padding: 0;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    -webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
}
.navbar .container, .navbar .container-fluid {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: center;
}
.nav-link {
    color: #333;
    font-size: 16px;
    font-weight: 400;
}
.nav-link:hover, .nav-link:focus {
    color: #bc9c50;
}
.nav-link i {
    font-size: 32px;
}
.logo-holder {
    position: absolute;
    left: 15px;
}
.logo {
    margin-bottom: 5px;
}
.logo img {
    height: 50px;
    width: auto;
}
.page-title {
    font-size: 36px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.6;
}
.page-title-mobile span {
    display: block;
}
.lang-holder {
    position: absolute;
    right: 15px;
    display: flex;
    align-items: center;
}
.head-data {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #a07f31;
    padding: 5px 20px;
}
.atr-title {
    font-size: 18px;
}
.head-text {
    text-align: center;
    line-height: 2;
}
.head-text span {
    padding: 0 15px;
}
.head-text i {
    font-size: 20px;
}


/* content */
section.section-up {
    padding: 170px 0 0;
}
section.section-grey {
    padding: 30px 0 50px;
    background-color: #ddd;
}
section.section-dark {
    padding: 30px 0 50px;
    background-color: #ccc;
}
section p {
    color: #555;
    font-size: 20px;
    text-align: center;
}
.confirm-btn {
    color: #fff;
    background-color: #bc9c50;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    border-color: #007bff;
    width: 100%;
    display: block;
}
.confirm-btn:hover, .confirm-btn:focus {
    color: #fff;
    text-decoration: none;
    background-color: #a07f31;
}
.text {
    margin-bottom: 30px;
}
.block-holder {
    margin-bottom: 60px;
    display: flex;
    justify-content: center;
}
.block-group {
    width: 400px;
}
.block-title {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 10px;
}
.double-holder {
    display: flex;
    justify-content: space-between;
}
.double {
    width: 180px;
}
.acc-links {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    line-height: 2;
    margin-top: 15px;
}
.acc-links a {
    color: #a07f31;
    font-weight: 500;
}

.input-group {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.input-group .input-group-btn {
    border: 0;
    outline: none;
}
.input-group-btn .btn {
    font-size: 24px;
}
.input-group-btn .btn:focus,
.input-group-btn .btn:focus-visible {
    outline: none;
    box-shadow: none;
}
.input-number {
    text-align: center;
    width: 50px;
    height: 50px;
    border: 1px solid #ced4da;
}
.options-group, .arrows {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.arrows a, .arrows a:focus {
    color: #333;
    font-size: 30px;
    padding: 5px 12px;
    background: transparent;
    border: none;
}
.arrows a:hover {
    color: #bc9c50;
}
.options-group a {
    color: #333;
    font-size: 20px;
    background: #fff;
    border: 1px solid #ced4da;
    padding: 10px 10px;
    display: block;
}
.options-group a:hover {
    color: #fff;
    text-decoration: none;
    background: #999;
    border: 1px solid #999;
}
.options-group a:active, .options-group a.active, .options-group a:focus {
    color: #fff;
    text-decoration: none;
    background: #bc9c50;
    border: 1px solid #bc9c50;
}
#selectDate {
    display: flex;
    flex-wrap: wrap;
}
.onedate {
    color: #333;
    background-color: #fff;
    border: 1px solid #ced4da;
    font-size: 11pt;
    width: 53px;
    min-width: 53px;
    padding: 6px 3px;
    margin: 2px;
    text-align: center;
}
a.onedate:hover {
    color: #fff;
    text-decoration: none;
    background: #999;
    border: 1px solid #999;
}
.active {
    color: #fff;
    text-decoration: none;
    background-color: #bc9c50;
    border: 1px solid #bc9c50;
}
.onedate.disabled, a.onedate.disabled:hover {
    cursor: default;
    color: #888;
    background: #eee;
    border: 1px solid #ced4da;
}
.onedate2 {
    color: #333;
    background: #ddd;
    text-transform: uppercase;
}

select.form-control option {
    font-size: 16px;
}
select[multiple]:focus option:checked {
  background: #bc9c50 linear-gradient(0deg, #bc9c50 0%, #bc9c50 100%);
}
.form-control {
    border-radius: 0;
}
input.form-control {
    margin-bottom: 10px;
}
.form-control::placeholder {
    color: #888;
}
.form-control:-ms-input-placeholder {
    color: #888;
}
.form-control::-ms-input-placeholder {
    color: #888;
}

/* buttons */
.btn-secondary {
    border-radius: 0;
    border: none;
    padding: 6px 20px;
}
.btn-secondary:hover {
    background-color: #bc9c50;
}

/* modal popup */
.modal-content {
    border-radius: 0;
}
.modal-header {
    border-bottom: none;
}
.modal-footer {
    border-top: none;
}
.close {
    font-size: 30px;
    opacity: 1;
}
.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
    color: #bc9c50;
    opacity: 1;
}

/* footer */
footer {
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 10px 0;
    background: #888;
}
footer a {
    color: #fff;
    font-weight: 400;
}
footer a:hover, footer a:focus {
    color: #fff;
    font-weight: 400;
}
footer span {
    padding-right: 3px;
}
footer span:after {
    content: "•";
    margin-left: 5px;
}
footer span:last-of-type:after {
    content: "";
}


/* MEDIA QUERIES */
@media (min-width: 768px) {
    .page-title-mobile {
        display: none;
    }
}
@media (max-width: 991px) {
    section.section-up {
        padding: 100px 0 0;
    }
    .page-title {
        font-size: 24px;
    }
    .logo img {
            height: 30px;
    }
    .nav-link {
        font-size: 14px;
    }
    .nav-link i {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .block-title {
        font-size: 24px;
    }
    select.form-control option {
        font-size: 20px;
        margin-bottom: 2px;
    }
}
@media (max-width: 575px) {
    .page-title {
        font-size: 20px;
        line-height: 2;
    }
    .logo-holder {
        left: 10px;
    }
    .lang-holder {
        right: 5px;
    }
    .nav-link {
        padding: 8px 10px;
    }
    section p {
        font-size: 16px;
    }
    .block-title {
        font-size: 20px;
    }
    select.form-control option {
        font-size: 18px;
        margin-bottom: 2px;
    }
}
@media (max-width: 450px) {
    .options-group a {
        font-size: 16px;
    }
    .head-text span {
        padding: 0 10px;
    }
}
@media (max-width: 350px) {
    .options-group a {
        padding: 10px 5px;
    }
    
}
