@font-face {
    src: url('../fonts/bpg_nino_mtavruli_normal.otf');
    font-family: nino_mtavruli;
}

@font-face {
    src: url('../fonts/dejavu-sans-extra-light.ttf');
    font-family: dejavu;
}

a:focus {
    outline: none;
}

body, html {
    width: 100%;
    height: 100vh;
    margin: 0px;
    padding: 0px;;
}

.container {
    width: 1000px;
    max-width: 1000px;
    margin: 0 auto;
}

.ui-widget-header {
    border: none;
    background: none;
}

.ui-tabs .ui-tabs-nav {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.ui-widget.ui-widget-content {
    border: none;
}

.ui-widget-content {
    background: none;
}

.ui-tabs .ui-tabs-nav li {
    border: 2px solid white;
    color: white;
    background: none;
    border-radius: 3px;
    outline: 0px;
    margin: 0px 10px;
    height: 32px;
}

.ui-tabs .ui-tabs-nav .ui-state-default a {
    color: #fff;
    font-family: nino_mtavruli;
    cursor: pointer;
}

.ui-tabs .ui-tabs-nav .ui-tabs-active {
    background: #fff;
}

.ui-tabs .ui-tabs-nav .ui-tabs-active a {
    color: #8f4f94;
}

.bg {
    position: fixed;
    width: 100%;
    height: 100vh;
    background-image: url('../images/bg.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: -10;
}

.header {
    height: 130px;
    background-image: url('../images/header_bg.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.logo {
    width: 155px;
}

.header .stats {
    color: #fff;
    font-family: nino_mtavruli;
    text-transform: uppercase;
}

.slogan {
    margin-top: 50px;
}

.slogan span {
    display: block;
    font-size: 5vw;
    font-family: nino_mtavruli;
    text-align: center;
    color: #fff;   
}

.slogan span:last-child {
    font-weight: bold;
    font-size: 7vw;
}

.content {
    margin-top: 50px;
}

.address {
    color: #fff;
    font-family: nino_mtavruli;
    text-align: center;
}

.tel {
    color: #fff;
    font-family: dejavu;
    text-align: center;
}

.messenger-title {
    color: #fff;
    font-family: dejavu;
    text-align: center;
}

.footer {
    height: 100px;
    background: #f42f96;
}

.footer .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.promo-video {
    width: 100%;
    display: block;
}