@font-face {
    font-family: 'OpenSansBold';
    src: url(webfonts/OpenSans-SemiBold.ttf) format('woff2');
}

@font-face {
    font-family: 'OpenSans';
    src: url(webfonts/OpenSans-Regular.ttf) format('woff2');
}

html {
    min-height: 100%;
    height: 100%;
}

#sapper {
    height: 100%;
    min-height: 100%;
}

body {
    font-family: 'OpenSans', sans-serif;
    background: none;
    overflow-x: hidden;
    min-height: 100%;
    height: 100%;
}

:root {
    --primary-500: rgba(0, 172, 168, 1)!important;
}

.btn.focus, .btn:focus {
    outline: 0!important;
    box-shadow: none!important;
}

.text-primary {
    color: var(--primary-500)!important;
}

.rounded-lg {
    border-radius: .5rem!important;
}

.bg-primary {
    background: var(--primary-500) !important;
}

b {
    font-family: 'OpenSansBold', sans-serif;
}

.white-wrapper {
    background: #fff;
    border-radius: 25px;
    padding: 35px 15px 15px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    max-width: 600px;
    margin: auto;
}

.white-wrapper-title {
    font-size: 20px;
    font-family: 'OpenSansBold', sans-serif;
    margin-bottom: 20px;
}

.white-wrapper-desc {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
}

.cursor-pointer {
    cursor: pointer;
}

.form-control {
    padding: 5px!important;
}

.swiper-pagination-bullet {
    width: inherit!important;
    height: inherit!important;
    display: inline-block;
    opacity: 1!important;
}

.swiper-slide-thumb-active {
    background: var(--primary-500)!important;
    color: #fff!important;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show>.btn-outline-secondary.dropdown-toggle {
    background-color: var(--primary-500)!important;
}

.btn-outline-secondary:hover {
    background-color: var(--primary-500)!important;
}

.bg-primary {
    background-color: var(--primary-500)!important;
    color: #fff;
}

.btn-primary-500 {
    height: 55px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 20px!important;
    border: none!important;
    background-color: var(--primary-500);
    width: 100%;
    display: flex!important;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.btn-primary-500:hover {
    color: #fff;
    background-color: #0f736f;
    border-color: #0f736f;
}

@media screen and (min-width: 450px) {
    .btn-primary-500 {
        max-width: 300px;
    }

    .white-wrapper {
        padding: 50px;
    }

    .white-wrapper-desc {
        font-size: 18px;
    }
}

.bg-mramor {
    background: rgba(242, 242, 242, 1);
}

.text-secondary {
    color: rgba(238, 238, 238, 1)!important;
}

.comment-title {
    font-size: 18px;
    font-weight: 500;
    text-align: left;
}

.comment-text {
    border: 1px solid var(--primary-500)!important;
    border-radius: 12px!important;
    padding: 14px 20px!important;
}
