@import url('https://fonts.googleapis.com/css2?family=Bitter:ital,wght@0,100..900;1,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

html,
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: "Bitter", serif;
}


.form-control,
button,
small,
strong,
p,
a,
li,
td,
th,
span {
    font-family: "Bitter", serif;
    color: #1F1F1F;
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
    font-family: "Bitter", serif;
    color: #1F1F1F;
}

a {
    color: #3187A6;
}

a:hover {
    color: #3187A6;
    text-decoration: none;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.header-link {
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    line-height: 100%;
}

.header-link img {
    position: relative;
    top: -1px;
}

.cocial a:hover {
    opacity: .7;
    -webkit-transition: .5s;
    transition: .5s;
}

.text-logo-1 {
    font-family: Bitter;
    font-weight: 500;
    font-style: Medium;
    font-size: 24px;
    line-height: 110%;
    color: #414141;
}

.text-logo-2 {
    font-family: Montserrat;
    font-weight: 500;
    font-style: Medium;
    font-size: 12px;
    line-height: 100%;
    color: #414141;
}

.btn-yellow {
    color: #fff;
    font-family: Bitter;
    font-weight: 600;
    font-size: 16px;
    background-color: #FFB246;
    border-radius: 64px;
    padding: 5px 5px 5px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.btn-yellow span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 43px;
    height: 43px;
    background-color: #fff;
    border-radius: 50%;
    margin-left: 10px;
}

.navbar-light .navbar-nav .nav-link {
    color: #1F1F1F;
    font-family: Bitter;
    font-weight: 400;
    font-size: 16px;
}

#collapseMenu {
    position: fixed;
    z-index: 999;
    top: 20px;
    left: 20px;
    border-radius: 25px;
    max-height: 98vh;
    overflow-y: auto;
    width: 100%;
}

#collapseMenu:before {
    z-index: 999;
    opacity: .4;
    content: "";
    display: block;
    position: fixed;
    background: #000;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    pointer-events: all;
}

.sidebar {
    position: relative;
    background-color: #fff;
    z-index: 1000;
    max-width: 387px;
    padding: 25px 25px 0px 25px;
    border-radius: 25px;    
}

.menu-title {
    font-family: Bitter;
    font-weight: 400;
    font-style: Regular;
    font-size: 32px;

}

.close-menu {
    position: absolute;
    top: 20px;
    right: 20px;
}

.btn-menu {
    width: 100%;
    border: 1px solid #E9E8E8;
    border-radius: 10px;
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 50px 10px 20px;

    font-family: Bitter;
    font-weight: 400;
    font-size: 20px;

}

.btn-menu[aria-expanded="true"] {
    font-weight: 700;
}

.btn-menu:hover {
    font-weight: 700;
}

.menu-line {
    display: inline-block;
    background: #E9E8E8;
    width: 1px;
    height: 42px;
    margin-left: 20px;
    margin-right: 20px;
}

.collapse_menu {
    position: absolute;
    top: 0;
    left: 120%;
    border-radius: 20px;
    background: #fff;
    padding: 25px 25px;
}

.collapse_menu a {
    font-family: Bitter;
    font-weight: 400;
    font-size: 20px;
    color: #1F1F1F;
    padding: 10px 0;
    white-space: nowrap;
}

.collapse_menu a:hover {
    opacity: .7;
    -webkit-transition: .5s;
    transition: .5s;
}

.btn-menu-collapse:after {
    content: "";
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
    background-image: url(img/icon/+.svg);
    background-size: cover;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 20px;
}

.btn-menu-collapse[aria-expanded="true"]:after {
    background-image: url(img/icon/arrow-right.svg);
}

.phone-menu {
    color: #fff;
    font-family: Montserrat;
    font-weight: 400;
    font-size: 19.52px;

}

.sidebar-bottom {
    margin-top: 20px;
    margin-left: -25px;
    margin-right: -25px;
    padding: 15px 25px;
    background-color: #DE9734;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}

.wp-calendar-table {
border: 1px solid #E9E8E8;
border-radius: 15px;
}

caption {
    font-family: Montserrat;
font-weight: 600;
font-size: 21.32px;
color:#1F1F1F;
}

.wp-calendar-table th {
font-weight: 600;
font-size: 12.44px;
padding: 10px;
vertical-align: middle;
    text-align: center;
}

.wp-calendar-table td {
font-weight: 400;
font-size: 12.44px;
padding: 10px;
width: 57px;
height: 57px;
vertical-align: middle;
    text-align: center;
}

#today, #today a {
    background-color: #FFB246;
    color:#fff;
}

footer {
    max-width: 1735px;
    margin: auto;
}

.wp-calendar-table td {
border: 1px solid #E9E8E8;
}

:focus {
    outline: none;
}

.position-check label {
    display: flex;
    align-items: center;
    margin-bottom: .5rem;
}

.wpcf7-list-item {
    margin: 0;
}

.form-control3 {
    margin-right: 7px;
}

.position-check .wpcf7-list-item-label {
font-family: Montserrat;
font-weight: 400;
font-size: 10px;
color:#666666;
}

.marquee__content {
        font-weight: 500;
    font-size: 36px;
    line-height: 100%;
    color: #7C7871;
    text-transform: uppercase;
}

.marquee__content img {
    margin:0 10px;
}

.time {
   
}

.time-1 {
    height: 300px;
    position: relative;
    border-bottom: 1px solid #E9E8E8;
    padding: 30px;
}

.time-2 {    
    height: 300px;
    position: relative;
    display: flex;
    align-items: end;
    padding: 30px;
}

.time-1-img {
    width: 100%;
    height:184px;
    background-size: cover;
    background-position: center;
    border-radius: 16px;
}

.time-line:before{
    position: absolute;
    z-index: 2;
    content: "";
    bottom: -9px;
    left: calc(50% - 9px);
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #1F1F1F;
}

.time-line:after {
    position: absolute;
    width: 1px;
    height: 27px;
    bottom: -27px;
    left: 50%;
    content: "";
    border: 1px solid #1F1F1F;
}

.time-line-2:before{
    position: absolute;
    z-index: 2;
    content: "";
    bottom: -9px;
    left: calc(50% - 9px);
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #1F1F1F;
}

.time-line-2:after {
    position: absolute;
    width: 1px;
    height: 27px;
    bottom: 0;
    left: 50%;
    content: "";
    border: 1px solid #1F1F1F;
}

#breadcrumbs a {
        position: relative;
    padding: 10px 19px;
    background: #FFFFFF;
    border-radius: 65.7826px;
    color:#000;
    margin-right: 7px;
    font-family: Montserrat;
font-weight: 500;
font-size: 12px;
white-space: nowrap;
margin-bottom: 15px;
display: inline-block;
}

.breadcrumb_last {
       position: relative;
    padding: 10px 19px;
    background: #FFFFFF;
    border-radius: 65.7826px;
    color:#FFB246;
    font-family: Montserrat;
font-weight: 500;
font-size: 12px;
white-space: nowrap;
margin-bottom: 15px;
display: inline-block;
}

.bread #breadcrumbs a{
    border:1px solid #ccc;
}

.bread .breadcrumb_last{
    border:1px solid #ccc;
}

.content h2, .content h3 {
    margin-bottom: 30px;
}

/**********************************************************************************************/

.s-comand {
    width: 50px;
    height: 50px;
}

@media (min-width: 1450px) {
    .container {
        max-width: 1400px;
    }
}

@media screen and (max-width: 768px) {

    .block-img .img {
    position: relative;
    width: 100%;
    height: 350px;
    background-size: cover;
    background-position: center;
    border-radius: 16px;
}

    h1 {
        font-size: 30px;
        line-height: 52px;
    }

}
