@font-face {
	font-family: 'Manrope';
	src: url('./fonts/Manrope-ExtraLight.woff2');
	font-weight: 200;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Manrope';
	src: url('./fonts/Manrope-Light.woff2');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Manrope';
	src: url('./fonts/Manrope-Regular.woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Manrope';
	src: url('./fonts/Manrope-Medium.woff2');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Manrope';
	src: url('./fonts/Manrope-SemiBold.woff2');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Manrope';
	src: url('./fonts/Manrope-Bold.woff2');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Manrope';
	src: url('./fonts/Manrope-ExtraBold.woff2');
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}

*,::before,::after {
	box-sizing: inherit;
}

::-webkit-scrollbar {
    width: 10px;
    height: 5px;
}

::-webkit-scrollbar-track {
    border-radius: 2px;
    background: #e9e9e9;
}

::-webkit-scrollbar-thumb {
    background: #a8b3b9;
    border-radius: 4px;
}

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: 'Manrope';
    background-image: url(../images/imgnew/body-bg.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    background-attachment: fixed;
    background-size: cover;
}
body.webp {
    background-image: url(../images/imgnew/body-bg.webp);
}
a {
	text-decoration: none;
    outline: none;
    color: inherit;
}
img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
}
svg {
    overflow: hidden;
    vertical-align: middle;
}

.svg-icon svg {
    width: 1em;
    max-height: 1em;
    vertical-align: -.125em;
}
.p-abs {
    position: absolute;
    z-index: 10;
    top: 0; bottom: 0;
    left: 0; right: 0;
}
.alls {
    max-width: 1204px;
    box-shadow: 7px 0 7px -4px rgb(0 0 0 / 20%), -7px 0 7px -4px rgb(0 0 0 / 20%);
    background-color: #fcfcfc;
    margin: auto;
	color: #1C2132;
}
.center {
	width: 1140px;
	margin: auto;
}
.header {
    background-color: #ffffff;
    width: 1150px;
    margin: 25px;
    border-radius: 15px;
    margin-top: 8px;
    position: fixed;
    top: 0;
    /*box-shadow: 0 0 10px 0px #E0E0E0;*/
    z-index: 9999999992;
}
.header .rch {
    margin-left: auto;
    align-items: center;
}
.header .lch {
    width: 40%;
    align-items: center;
    gap: 10px;
}
.slb {
    font-size: 0;
    flex: 0 0 42px;
    margin-right: 10px;
}
.city-pop {
    display: none;
}
.city {
    margin-left: auto;
}
select.vybcity {
    border: 1px solid #ffffff;
    text-align: right;
    padding-right: 5px;
    color: #767676;
    outline: none;
    box-sizing: border-box;
}
.search {
    height: 40px;
    border-radius: 20px;
    border: 1px solid #1c2132;
    width: 189px;
    display: flex;
    margin-left: auto;
}
.tophead {
    border-bottom: 1px solid #ebebeb;
    padding: 5px 30px;
}
button {
	cursor: pointer;
    padding: 0;
    margin: 0;
    border: none;
    background-color: initial;
    outline: none;
}
.city option {
    text-align: center;
}
.search input {
    border: none;
    background-color: transparent;
    padding-left: 12px;
    outline: none;
    width: 77%;
    font-size: 16px;
    text-align: center;
}
.phone-top {
	position: relative;
    height: 40px;
    display: flex;
    align-items: center;
    border: 1px solid #1C2132;
    border-radius: 25px;
    position: relative;
    padding: 0px 20px;
    padding-left: 30px;
    margin-right: 10px;
}
.phone-top:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #1C2132;
    border-radius: 100%;
    left: 13px;
}
.topknop {
    display: flex;
    background-color: #1C2132;
    color: #ffffff;
    position: relative;
    height: 42px;
    align-items: center;
    padding: 0 30px;
    border-radius: 25px;
    padding-left: 35px;
}
.topknop:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #ffffff;
    border-radius: 100%;
    left: 16px;
}
.topknop:hover {
	transition: 0.5s;
	background-color: #0067FF;
}

footer {
    background-color: #1c2132;
    color: #ffffff;
    border-radius: 50px 50px 0 0;
}
.footlin1 {
    padding-top: 70px;
    padding-bottom: 60px;
    border-bottom: 1px solid #666666;
}
.footeremail {
    margin: 15px 0 30px;
}
footer li {
    list-style: none;
    margin-bottom: 10px;
    max-width: 300px;
}
footer ul {
    margin: 0;
    padding: 0;
}
footer a {
    color: #ffffff;
}
footer .lch {
    width: 40%;
}
.flogo {
    margin-left: auto;
    text-align: center;
    font-size: 14px;
}
.flogo img.img1 {
    width: 100px;
    display: inline-block;
}
footer .phone {
    position: relative;
    height: 45px;
    display: flex;
    align-items: center;
    border: 1px solid #666;
    justify-content: center;
    width: 200px;
    padding-left: 5px;
    border-radius: 50px;
    margin-top: 20px;
}
footer .phone:before {
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background-color: #ffffff;
	left: 18px;
}
.footlin2 {
    width: 60%;
    text-align: center;
    margin: auto;
    font-size: 14px;
    margin-top: 30px;
}
.footlin3 {
    font-weight: 400;
    font-size: 14px;
}
.copyr a {
    color: #DDE3F0;
}
.copyr .txt {
    margin-top: 15px;
}
.soc .zag {
    margin-bottom: 15px;
    color: #DDE3F0;
    margin-top: 15px;
    font-size: 14px;
}

.linsoc {
    display: flex;
    flex-wrap: wrap;
}

.linsoc a {
    display: inline-block;
    margin-right: 25px;
}
.footlin3 {
    font-weight: 400;
    font-size: 14px;
    padding-bottom: 30px;
}
.flex {
	display: flex;
}
.aic {
	align-items: center;
}
.jcc {
	justify-content: center;
}
.inv {
	display: none;
}

.mobmenu {
	display: none;
}
.vid {
	display: block;
}
.kdesk {
	display: block;
}
.kdesk.flex {
	display: flex;
}
.kmob {
	display: none;
}
.bacgr {
    background-color: #589CFF;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.15;
    z-index: 0;
}
.shad {
    display: flex;
    align-items: flex-end;
    padding: 25px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #232323;
    background: -moz-linear-gradient(top, transparent 40%, #232323 100%, #232323 100%);
    background: linear-gradient(to bottom, transparent 40%,#232323 100%,#232323 100%);
}
.white {
    position: absolute;
    background-color: rgb(255 255 255 / 80%);
    height: 100%;
    width: 33%;
    right: 0;
    z-index: 5;
}

@media only screen and (min-width : 320px) and (max-width: 1200px) {
    .lk-link {
        border: 1px solid #393d44;
        border-radius: 50%;
        flex: 0 0 42px;
        height: 42px;
        display: flex !important;
        align-items: center;
        justify-content: center;
    }
    .lk-link img {
        width: 15px;
        filter: brightness(0);
    }
    .kdesk {
        display: none;
    }
    .kdesk.flex {
        display: none;
    }	
    .kmob {
        display: block;
    }
    .site-top {
        width: 100%;
        margin: 0;
    }
    .search_wrap {
        display: none;
    }
    .top-bar .button.hollow.secondary.city-switcher {
        border: 1px solid #919191;
        width: calc(100% - 50px);
    }
    a.button.hollow.secondary.button--topbar-contacts.-uppercase.-bold.top-bar__button.-pc-only {
        display: none;
    }
    .center {
        width: 100%;
        margin: 0;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .footer-nav {
        width: 100%;
        margin: 0;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .top-bar .button.hollow.secondary.button-blue {
        justify-content: center;
        width: 200px;
    }
    .blur {
        display:none;
    }
    .bacgr {
        background-color: #ebebeb;
        opacity: 0.8;
    }
    .header {
        width: 100%;
        margin: 0;
        box-shadow: 0 0 10px #ccc;
        border-radius: 0 0 20px 20px;
    }
    .mmenu img.img1 {
        width: 42px;
    }
    .tophead {
        border-bottom: 1px solid #ebebeb;
        flex-wrap: wrap;
        width: 100%;
        margin: 0;
        padding: 5px 20px;
        box-sizing: border-box;
    }
    .header .rch {
        width: 100%;
    }
    .header .lch {
        width: 100%;
        justify-content: flex-end;
    }
    .search {
        display: none;
    }
    .topknop {
        display: none;
    }
    .city {
        flex: 0 1 100%;
        margin: unset;
    }
    select.vybcity {
        font-size: 18px;
        width: 100%;
        padding: 5px;
        border-radius: 25px;
        border: 1px solid #666;
        height: 42px;
        background-color: #ffffff;
    }
    .header .rch {
        display: none;
    }
    .mobmenu {
        display: flex;
        padding: 5px 0;
        border-top: 1px solid #f6f6f6;
    }
    .mmenu {
        margin-left: auto;
    }
    .mobmenu .center {
        display: flex;
        align-items: center;
    }
    .phone-top {
        margin-left: 10px;
        font-size: 18px;
        padding: 0px 10px;
        padding-left: 30px;
    }
    .footlin1 {
        flex-wrap: wrap;
        font-size: 18px;
    }
    footer .lch {
        width: 100%;
        border-bottom: 1px solid #4d4f55;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }	
    footer .phone {
        padding-left: 15px;
    }
    footer .soc {
        margin-top: 25px;
    }
    .flogo {
        width: 100%;
        margin-bottom: 30px;
    }
}

@media only screen and (min-width : 320px) and (max-width: 350px) {
    
    .phone-top {
        font-size: 15px;
        padding-left: 25px;
    }
    
    .phone-top:before {
        left: 10px;
    }
    
}

#gbooking-button,
.db-login-popout,
.reveal,
.reveal-overlay {
    display: none;
}

.reveal {
    max-width: 900px;
}

@media only screen and (min-width : 320px) and (max-width: 767px) {
    
    .reveal {
        max-width: 100%;
        padding: 40px 15px;
    }
    
}

/* FORMS */
.appoint__title {
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    color: #1b335f;
    font-size: 1.375rem;
    font-weight: 700;
}

.input-wrapper {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.input-wrapper input {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 2.25rem;
    padding: 0.4375rem;
    margin: 0 0 15px;
    border: 1px solid #c9c9c9;
    font-size: 1rem;
    font-family: inherit;
    color: #737373;
    background-color: #fcfcfc;
    box-shadow: none;
    border-radius: 20px;
    transition: box-shadow 0.5s,border-color .25s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: 0;
}

.input-wrapper select {
    width: 100%;
    height: 2.25rem;
    padding: 0.4375rem;
    margin: 0 0 0.875rem;
    font-size: 1rem;
    font-family: inherit;
    line-height: normal;
    color: #737373;
    background-color: #fcfcfc;
    border-radius: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: #e5e5e5'></polygon></svg>);
    background-size: 9px 6px;
    background-position: right -0.375rem center;
    background-origin: content-box;
    background-repeat: no-repeat;
    padding-right: 1.3125rem;
    outline: 0;
}

.input-wrapper textarea {
    width: 100%;
    min-height: 50px;
    height: 160px;
    resize: none;
}

.input-wrapper .input--rounded {
    padding: 8px 12px 6px;
    border: 1px solid #c9c9c9;
    border-radius: 20px;
    background-color: #fcfcfc;
    box-shadow: none;
    font-size: 1rem;
    font-family: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: 0;
}

.input-wrapper input[type='text']:focus, .input-wrapper input[type='password']:focus, .input-wrapper input[type='date']:focus, .input-wrapper input[type='datetime']:focus, .input-wrapper input[type='datetime-local']:focus, .input-wrapper input[type='month']:focus, .input-wrapper input[type='week']:focus, .input-wrapper input[type='email']:focus, .input-wrapper input[type='number']:focus, .input-wrapper input[type='search']:focus, .input-wrapper input[type='tel']:focus, .input-wrapper input[type='time']:focus, .input-wrapper input[type='url']:focus, .input-wrapper input[type='color']:focus, .input-wrapper textarea:focus {
    border: 1px solid #8a8a8a;
    background-color: #fcfcfc;
    outline: none;
    box-shadow: 0 0 5px #c9c9c9;
    transition: box-shadow 0.5s,border-color .25s ease-in-out;
}

.helper-text {
    color: #919191;
    margin-bottom: 15px;
}

.reveal .button {
    display: inline-block;
    text-align: center;
    line-height: 1;
    cursor: pointer;
    -webkit-appearance: none;
    transition: background-color .25s ease-out,color .25s ease-out;
    vertical-align: middle;
    border: 1px solid transparent;
    border-radius: 20px;
    padding: 0.9em 2.6em 0.86em;
    font-size: 13px;
    background-color: #239bd2;
    color: #fcfcfc;
    outline: none;
}

.reveal [type='submit'], .reveal [type='button'] {
    border-radius: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.reveal .float-right {
    float: right!important;
}

.reveal .button--uppercase {
    text-transform: uppercase;
}

.reveal .button--bold {
    letter-spacing: 1px;
    font-weight: 700;
}

.reveal .button.primary {
    font-size: 15px;
}

.reveal .button.primary {
    background-color: #239bd2;
    color: #fcfcfc;
}

.reveal .button.primary:hover, .reveal .button.primary:focus {
    background-color: #2b76a5;
    color: #fcfcfc;
}

.reveal .clearfix::before, .reveal .clearfix::after {
    content: ' ';
    display: table;
}

.reveal .clearfix::after {
    clear: both;
}

.reveal .text-16 {
    margin-top: 1rem;
}
.reveal .text-16 a {
    color: #006dcd;
}

.lazy-background {
    background-image: none !important;
}

.lazy-background.visible {
    background-image: var(--bg-image) !important;
}

.captcha {
    margin-bottom: 15px;
}

.p0 {
    padding: 0 !important;
}