@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,700');

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: sans-serif;
}
body {
    font: 18px 'PT Sans', Arial, Myriad Pro, Tahoma, Geneva, sans-serif;
    line-height: 1;
    color: #303030;
    background: #fff;
    margin: 0;
    overflow-x: hidden;
}
a {
    background: transparent;
    text-decoration: none;
}
a:active,
a:hover {
    outline: 0;
}
b,
strong {
    font-weight: bold;
}
img {
    border: 0;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
    outline: none;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    outline: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
a {
    color: #303030;
    text-decoration: none;
}
a:focus {
    outline: none;
}
p {
    margin: 0 0 22px;
}
ul,
ol {
    margin-top: 0;
    margin-bottom: 0px;
    padding: 0px;
    list-style: none;
}
ul ul,
ol ul,
ul ol,
ol ol {
    margin-bottom: 0;
}
.center{
    text-align: center;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    *display: inline-block;
    _width: 100%;
}
.clr, .clear{
    clear: both;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #000;
    opacity: 0.8;
}
input:-moz-placeholder, textarea:-moz-placeholder {
    color: #000;
    opacity: 0.8;
}
input::-moz-placeholder, textarea::-moz-placeholder {
    color: #000;
    opacity: 0.8;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder  {
    color: #000;
    opacity: 0.8;
}
.placeholder {
    color: #000;
    opacity: 0.8;
}
h1, h2, h3, h4{
    margin: 0;
}

.site{
    width: 100%;
    min-width: 320px;
    padding: 0 10px;
    margin: 0 auto;
    position: relative;
}
.site__centered{
    max-width: 960px;
    margin: 0 auto;
    position: relative;
}

/* ----- header ----- */

.header {
    padding: 28px 0 13px;
    text-align: center;
}

/*---- /header -----*/


/* ----- widget ----- */

.widget {
    background-color: #f0f0f0;
    padding: 33px 0 28px;
}
.widget__item {
    width: 176px;
    height: 315px;
    text-align: center;
}

.widget__image {
    width: 176px;
    height: 176px;
    margin-bottom: 20px;
    background-position: center;
    background-size: cover;
    border-radius: 100%;
}
.widget__item-1 .widget__image {
    background-image: url("/img/1 top 5.jpg");
}
.widget__item-2 .widget__image {
    background-image: url("/img/2 top 5.jpg");
}
.widget__item-3 .widget__image {
    background-image: url("/img/3 top 5.jpg");
}
.widget__item-4 .widget__image {
    background-image: url("/img/4 top 5.jpg");
}
.widget__item-5 .widget__image {
    background-image: url("/img/5 top 5.jpg");
}
.widget__item-1 .logo-image {
    background: url("/img/logo1.png");
    -webkit-background-size: cover;
    background-size: cover;
}
.widget__item-2 .logo-image {
    background: url("/img/logo2.png") no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    height: 50px;
    background-position-y: -14px;
}
.widget__item-3 .logo-image {
    background: url("/img/logo3.png") no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    height: 30px;
    background-position-y: -3px;
}
.widget__item-4 .logo-image {
    background: url('/img/logo4.png') no-repeat;
    -webkit-background-size: cover;
    background-size: contain;
    height: 30px;
    background-position-y: 5px;
    width: 160px;
}
.widget__item-5 .logo-image {
    background: url('https://secureimage.securedataimages.com/images/ffadult/partners/8_1303402903.gif') no-repeat;
    -webkit-background-size: cover;
    background-size: contain;
    height: 30px;
    width: 160px;
}
.site-logo {
    height: 30px;
    line-height: 30px;
    margin: 0 auto 7px;
    text-align: center;
}
.logo-image {
    display: inline-block;
    width: 150px;
    height: 18px;
    vertical-align: middle;
}

.widget__rating {
    display: inline-block;
    font-weight: 700;
    color: #e2ab39;
    margin-bottom: 22px;
}
.stars {
    display: inline-block;
    width: 91px;
    height: 14px;
    background: url("/img/image-sprite.png") 0 -360px no-repeat;
}
.widget_btn {
    padding: 0 7px;
}
.btn {
    display: block;
}
.btn a {
    display: block;
    width: 100%;
    height: 100%;
    color: #ffffff;
    padding: 11px 0;
    text-align: center;
    background-color: #2da9e1;
    border-radius: 20px;
    opacity: 1;
    transition: opacity .3s;
}
.btn a:hover {
    opacity: .9;
}

/*---- /widget -----*/

/*---- article -----*/

.article {
    padding: 60px 0 30px;
}
.article__sidebar {
    display: none;
    float: left;
    width: 22.916666%;
    margin-right: 32px;
    vertical-align: top;
}
.sidebar__list {
    width: 100%;
}
.sidebar__list__item {
    margin-bottom: 2px;
}
.sidebar__list__item a{
    width: 100%;
    display: block;
    padding: 20px 0 25px 25px;
    background-color: #f0f0f0;
    transition: background-color .3s;
}
.sidebar__list__item a:hover {
    background-color: #f9f9f9;
}
.article__item {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.article-image {
    width: 100%;
    height: auto;
}
.article-image-2 {
    margin: 9px 0 31px;
}
.article-title {
    font-size: 40px;
    font-weight: 700;
    margin: 11px 0 30px;
    line-height: 1.1;
}
.article-text {
    line-height: 1.2;
}


/*---- review -----*/

.review {
    margin: 21px 0 50px;
}
.review__item {
    padding: 24px 0 15px;
    margin-bottom: 20px;
    background-color: #f9f9f9;
}
.review__item:last-child {
    margin-bottom: 0;
}
.review__image {
    width: 100%;
    max-width: 160px;
    margin: 0 auto 20px;
}
.review__text {
    width: 100%;
}
.review__image__item1 {
    display: block;
    width: 153px;
    height: 153px;
    margin: 0 auto 20px;
    background: url('/img/b dating 1.jpg') no-repeat;
    background-size: contain;
}
.review__image__item2 {
    display: block;
    width: 153px;
    height: 153px;
    margin: 0 auto 20px;
    background: url('/img/b dating 2.jpg') no-repeat;
    background-size: contain;
}
.review__image__item3 {
    display: block;
    width: 153px;
    height: 153px;
    margin: 0 auto 20px;
    background: url('/img/b dating 3.jpg') no-repeat;
    background-size: contain;
}
.review__image__item4 {
    display: block;
    width: 153px;
    height: 153px;
    margin: 0 auto 20px;
    background: url('/img/b dating 4.png') no-repeat;
    background-size: contain;
}
.review__image__item5 {
    display: block;
    width: 153px;
    height: 153px;
    margin: 0 auto 20px;
    background: url('/img/b dating 5.jpg') no-repeat;
    background-size: contain;
}
.review__image__item6 {
    display: block;
    width: 153px;
    height: 153px;
    margin: 0 auto 20px;
    background: url('/img/b dating 6.jpg') no-repeat;
    background-size: contain;
}
.review__image__item7 {
    display: block;
    width: 153px;
    height: 153px;
    margin: 0 auto 20px;
    background: url('/img/b dating 7.jpg') no-repeat;
    background-size: contain;
}
.review__image__item8 {
    display: block;
    width: 153px;
    height: 153px;
    margin: 0 auto 20px;
    background: url('/img/b dating 8.jpg') no-repeat;
    background-size: contain;
}
.review__image__item9 {
    display: block;
    width: 153px;
    height: 153px;
    margin: 0 auto 20px;
    background: url('/img/b dating  9.jpg') no-repeat;
    background-size: contain;
}
.review__text {
    padding: 0 10px;
}
.review__title {
    font-size: 30px;
    line-height: 1;
    margin: 0 0 15px;
    text-align: center;
}
.review__rating {
    max-width: 130px;
    margin: 0 auto 20px auto;
}
.review__rating span{
    font-weight: 700;
    color: #e2ab39;
}
.review__list {
    margin-top: 25px;
}
.review__list__item {
    position: relative;
    padding-left: 25px;
    font-size: 16px;
    margin-bottom: 13px;
}
.review__list__item:before {
    content: " ";
    display: block;
    position: absolute;
    top: 4px;
    left: 0;
    width: 15px;
    height: 13px;
    background: url("/img/image-sprite.png") 0 -382px no-repeat;
}

/*---- /review -----*/


.article__subtitle {
    font-size: 30px;
    font-weight: 700;
    margin: 15px 0 22px;
}
.article__tip {
    font-size: 24px;
    margin: 30px 0 20px;
}
.article-image4 {
    margin: 7px 0 40px;
}

/*---- /article -----*/


/*---- footer -----*/

.footer {
    padding: 35px 0 40px;
    font-size: 14px;
    background-color: #f0f0f0;
}
.copyright {
    text-align: center;
    margin: 0;
}

/*---- /footer -----*/

/*---- sticky -----*/

.is-sticked {
    position: fixed;
    top: 40px;
    width: 220px;
}
.is-sticked-bottom {
    position: relative;
}

/*---- /sticky -----*/


@media (max-width: 1000px) {
    .swiper-wrapper{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .swiper-slide{
        margin: 10px;
    }

}

@media (min-width: 540px) {

    /*---- article -----*/

    .article-title {
        font-size: 48px;
        margin: 11px 0 53px;
    }

    /*---- /article -----*/

}

@media (min-width: 768px) {

    /*---- article -----*/

    .article {
        padding: 60px 0 90px;
    }


    /*---- review -----*/

    .review__image {
        display: inline-block;
        float: left;
        width: 24.626866%;
        max-width: none;
        padding-left: 5px;
        margin: 0;
    }
    .review__text {
        display: inline-block;
        float: left;
        width: 75.373134%;
    }
    .review__title {
        line-height: .8;
        text-align: left;
    }
    .review__rating {
        max-width: none;
        margin: 0 auto 20px auto;
    }
    .review__text {
        padding: 0 20px 0 15px;
    }

    /*---- /review -----*/


    /*---- /article -----*/

    /*---- footer -----*/

    .footer {
        font-size: 18px;
    }

    /*---- /footer -----*/
}

@media (min-width: 1024px) {

    .site__centered {
        padding: 0;
    }

    .swiper-container {
        overflow: visible;
    }
    .swiper-wrapper {
        height: 317px;
        display: block;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .swiper-slide {
        width: 18.3333333%;
        height: auto;
        position: static;
        cursor: default;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        display: inline-block;
        float: left;
        text-align: center;
        margin-right: 20px;
    }
    .swiper-slide:last-child {
        margin-right: 0;
    }

    /*---- article -----*/

    .article__sidebar {
        display: inline-block;
    }
    .article__item {
        width: 71.875%;
        padding-right: 20px;
    }

    /*---- /article -----*/


}