 .navbar {
    transition-property: all;
    transition-duration: .3s;
    border: none;
}
.navbar-inverse {
    background-color: #EFCF00;
}
.navbar .top-bar .small {
    color: #000000;
    margin: 0;
    font-size: 11px;
    padding: 3px 0;
}
.navbar-nav {
    display: none;
}
.navbar a.sign-up {
    display: none;
}
.navbar .already-member {
    color: #000000;
    margin-right: 5px;
    font-size: 14px;
}
.navbar-brand,
.navbar-brand-white {
    padding: 0 0 0 15px;
    margin: 0;
}
.navbar-brand {
    display: none;
}
.navbar-brand-white {
    display: block;
}
.navbar-header > button.navbar-toggle {
    position: relative;
    float: right;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #3c4347;
    font-size: 30px;
}
.navbar-toggle:hover, .navbar-toggle:focus {
    background: transparent !important;
}
.navbar-right {
    margin-top: 7px;
    margin-right: 0;
}
.navbar-collapse .btn.log-in {
    background-color: #000000;
    color: #fff;
}
.navbar-collapse .btn.sign-up {
    background-color: #1cc57c;
    color: #fff;
}
.navbar.c-transform {
    background: hsla(0,0%,91.8%,.9);
    margin-top: 0;
    box-shadow: 0 0 7px 0 #9c9c9c;
}
.navbar.c-transform .top-bar {
    display: none;
}
.navbar.c-transform .already-member {
    display: none;
}
.navbar.c-transform .btn.log-in {
    display: none;
}
.navbar.c-transform .btn.sign-up {
    display: inline-block;
}
.navbar.c-transform .navbar-brand {
    display: block;
}
.navbar.c-transform .navbar-brand-white {
    display: none;
}
@media (max-width: 1199.98px) {
    .navbar .top-bar {
        display: none;
    }
}
@media (max-width: 767.98px) {
    .navbar-right {
        text-align: center;
        margin: 15px 0;
    }
}
@media (min-width: 768px) {
    .navbar-brand-white {
        margin-left: -15px;
    }
}

.c-header {
    height: auto;
    min-height: 787px;
    padding-top: 100px;
    padding-bottom: 160px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: #fff;
    background-image: url('../images/bg-img.jpg?v1');
}
.c-header h1 {
    margin-top: 20px;
    font-size: 50px;
    padding: 0;
    margin-bottom: 5px;
    font-weight: 200;
    color: #00000;
    text-shadow: 3px 3px 3px #fff;
}
.c-header h2 {
    font-size: 24px;
    padding: 0;
    margin: 0;
    font-weight: 400;
    color: #2c3134;
}
@media (max-width: 767.98px) {
    .c-header {
        background: none;
        padding-top: 0;
        padding-bottom: 0;
        min-height: auto;
        margin-top: 50px;
    }
    .c-header h1 {
        text-align: center;
    }
    .c-header__mobile {
        background-image: url('../images/bg-mobile.jpg?v1');
        padding: 300px 0 20px 0;
        background-size: cover;
        background-position: center;
    }
}

.c-sign-form {
/*    background: hsla(0,0%,100%,.9);*/
    margin-top: 50px;
    padding: 30px;
    box-shadow: 0 0 5px 0 rgba(0,0,0,.5);
    font-size: 14px;
    min-height: 420px;
/*    background-color: rgb(23, 29, 36);*/
    color: #fff;
        background-color: #088b97;
/*    opacity: 0.9;*/
}
.c-sign-form h2 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 22px;
}


.c-sign-form .registration-block .pages-wraper .btn-sign-up {
    font-size: 18px;
    font-family: sans-serif;
    font-weight: bold;
}

.c-sign-form input[type="text"],
.c-sign-form input[type="email"],
.c-sign-form input[type="password"],
.c-sign-form .datepicker-dropdown-template .btn,
.c-sign-form .user_types-block .btn {
    font-size: 16px;
}
.c-sign-form .user_types-block {
    position: relative;
}
@media (max-width: 767.98px) {
    .c-sign-form {
        margin: 0 -15px;
    }
}

.c-slogan {
    background-color: #EFCF00;
    color: #fff;
    padding: 36px 0;
}
.c-slogan h3 {
    margin: 0;
    font-weight: 200;
    font-size: 24px;
    color: #000000;
}

.c-search {
    background: #f6f7fb;
    padding: 30px 0 0;
}
.c-search .user-search {
    padding: 0 5px;
}
.c-search .search-form {
    padding: 10px;
    margin: 0;
    border-color: #1f2731;
}
@media (max-width: 991.9999998px) {
    .c-search .search-form {
        display: block;
    }
}
@media (max-width: 767.9999998px) {
    .c-search .search-form {
        display: block;
    }
    .c-search .fline__item {
        float: none;
        margin-right: 5px;
        width: 100%;
        margin: 0;
    }
    .c-search .looking-age_block > div:not(.looking-age_center) {
        width: 100%;
    }
    .c-search .looking-age_block .looking-age_center {
        padding: 0 10px;
    }
    .c-search .button-search_block .btn {
        width: 100%;
    }
}

.c-users {
    background: #f6f7fb;
    padding: 30px 0 60px;
}
.c-users__list {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
}
.c-users__item {
    flex-basis: 16%;
    padding: 5px;
}
.c-users__item .thumbnail {
    position: relative;
    border: 1px solid #1f2731;
    padding: 0;
    overflow: hidden;
    margin-bottom: 0;
    transition: all .2s;
}
.c-users__item .thumbnail img {
    width: 100%;
    border-radius: 4px 4px 0 0;
}
.c-users__item .online-status {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 0px 5px;
    border-radius: 4px;
    color: #FFFF;
    background: #4caf50;
}
.c-users__item .caption {
    color: #000000;
    background: #EFCF00;
    text-align: center;
}
.c-users__item .caption a {
    color: #000000;
    font-weight: bold;
    font-size: 16px;
}
.c-users__item:hover .thumbnail {
    box-shadow: 0 0 5px #1f2731;
}
@media (max-width: 991.98px) {
    .c-users__item {
        flex-basis: 33.33333%;
    }
}
@media (max-width: 767.98px) {
    .c-users__item {
        flex-basis: 50%;
    }
}

.c-match {
    background-color: #1f2731;
    color: #ffffff;
    padding: 60px 0;
}
.c-match__wrap {
    display: flex;
    align-items: center;
}
.c-match__image {
    flex-basis: 50%;
}
.c-match__content {
    flex-basis: 50%;
}
.c-match__content h1 {
    font-size: 32px;
    font-weight: 200;
    color: #fff;
}
.c-match__content p {
    color: #fff;
    font-weight: 300;
    font-size: 20px;
    margin: 0 0 10px;
}
@media (max-width: 991.98px) {
    .c-match__image {
        padding-right: 50px;
    }
}
@media (max-width: 767.98px) {
    .c-match__wrap {
        flex-wrap: wrap;
    }
    .c-match__image {
        flex-basis: 100%;
        padding-right: 0;
        margin-bottom: 50px;
    }
    .c-match__image img {
        margin: 0 auto;
    }
    .c-match__content {
        flex-basis: 100%;
        text-align: center;
        margin-bottom: 50px;
    }
}

.c-always-contact {
    background-color: #EFCF00;
    color: #000;
    margin-top: -50px;
    padding: 0;
}
.c-always-contact h1 {
    font-size: 32px;
    font-weight: 200;
    margin-top: 160px;
    margin-bottom: 10px;
}
.c-always-contact p {
    font-weight: 300;
    font-size: 20px;
    margin: 0 0 10px;
}
@media (max-width: 991.98px) {
    .c-always-contact h1 {
        margin-top: 130px;
    }
}
@media (max-width: 767.98px) {
    .c-always-contact {
        padding-bottom: 60px;
    }
    .c-always-contact img {
        margin: 0 auto;
    }
    .c-always-contact h1 {
        text-align: center;
        margin-top: 50px;
    }
    .c-always-contact p {
        text-align: center;
        margin: 0;
    }
}

.c-member-map {
    background: #684C99 url('../images/bg-map.png') no-repeat scroll center center;
    color: #fff;
    min-height: 465px;
    padding: 60px 0;
    display: flex;
    align-items: center;
}
.c-member-map .container {
    display: flex;
    justify-content: flex-end;
}
.c-member-map__wrap {
    flex-basis: 50%;
}
.c-member-map__wrap h1 {
    color: #000000;
    font-size: 32px;
    font-weight: 200;
    margin-bottom: 10px;
}
.c-member-map__wrap p {
    color: #000000;
    font-weight: 200;
    font-size: 20px;
    margin: 0;
}

.c-about-mchat {
    padding: 60px 0 45px;
    background: #1f2731;
}
.c-text-blocks__item {
    float: left;
    background: #fff;
    margin-bottom: 15px;
    width: calc(33.3333% - 15px);
}
.c-text-blocks__image img {
    width: 100%;
}
.c-text-blocks__title {
    padding: 0 15px;
    margin-top: 15px;
}
.c-text-blocks__title h2 {
    margin: 0;
}
.c-text-blocks__content {
    padding: 15px;
}
.c-text-blocks__content p {
    margin: 0 0 1.12em;
}
.c-text-blocks__content p:last-of-type {
    margin: 0;
}
.c-text-blocks__content ul,
.c-text-blocks__content li {
    list-style-type: disc;
}
@media (max-width: 991.98px) {
    .c-text-blocks__item {
        width: calc(50% - 15px);
    }
}
@media (max-width: 767.98px) {
    .c-text-blocks__item {
        width: 100%;
    }
}

.c-sign-free-now {
    padding: 60px 0;
    background: #EFCF00;
    color: #000;
}
.c-sign-free-now h2 {
    font-weight: 200;
    font-size: 25px;
    margin: 10px 0;
}
.c-sign-free-now .btn-sign {
    background-color: #1cc57c;
    color: #fff;
    width: 100%;
    font-weight: 200;
    font-size: 25px;
}
.c-sign-free-now .btn-sign:hover,
.c-sign-free-now .btn-sign:active {
    background-color: #058a51;
}

.c-footer {
    background: #f6f7fb;
    color: #000;
    padding: 30px 0;
    margin: 0;
    line-height: inherit;
}
.c-footer__wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.c-footer__logo {
    margin-top: 30px;
    padding-right: 15px;
}
.c-footer__menu {
    min-width: 0;
    flex-basis: 100%;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}
.c-footer__menu-item {
    width: 20%;
    padding-left: 15px;
    margin: 15px 0;
}
.c-footer__menu-item h2 {
    margin: 0 0 10px;
}
.c-footer__menu-item a {
    color: #3c4347;
    text-decoration: underline;
    font-size: 13px;
    word-break: break-word;
}
.c-footer__menu-item a:hover,
.c-footer__menu-item a:active {
    text-decoration: none;
}
@media (max-width: 991.98px) {
    .c-footer__menu-item {
        flex-basis: 25%;
    }
}
@media (max-width: 767.98px) {
    .c-footer__wrap {
        flex-wrap: wrap;
    }
    .c-footer__logo {
        flex-basis: 100%;
        margin: 0 0 20px;
        padding: 0;
    }
    .c-footer__menu-item {
        flex-basis: 100%;
        padding: 0;
    }
}

.c-copyright {
    background: #fff;
    color: #000;
    font-size: 11px;
    padding: 10px 0;
    text-align: center;
}
.c-copyright a {
    color: #000;
    text-decoration: underline;
}
.c-copyright a:hover,
.c-copyright a:active {
    text-decoration: none;
}