* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a, .forgot:hover, .posts li a.more:hover, .adress a:hover, #fullwidth a.more:hover, .search a:hover, .md-content label a:hover, .member-box .sign-up:hover, .member-box .log-in:hover, .post .author:hover, .details .comms p a:hover, .post .results li a:hover, .breadcrumbs a:hover {
    text-decoration: none
}

.forgot, .posts li a:hover, .girls li p a:hover, .adress a, #fullwidth ul li a:hover, .search a {
    text-decoration: underline
}

ul {
    list-style-type: none
}

img {
    border: 0;
    margin-bottom: -6px;
    max-width: 100%;
    height: auto;
}

input, textarea, select {
    outline: none
}

.wraper {
    margin-left: auto;
    margin-right: auto;
    padding: 0 10px;
    width: 100%;
}

.orange {
    color: #ff9f23
}

.green {
    color: green
}

.red {
    color: red
}

.title {
    display: block;
    text-align: center;
    margin-bottom: 20px;
    color: #fff;
    font: 32px 'Open Sans', sans-serif
}
/* Альтернативный вариант без изменения HTML */
.intro {
  margin-bottom: 25px;
  color: #fff;
  font: 14px/22px 'Open Sans', sans-serif;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
   font: 14px/22px 'Open Sans', sans-serif
  justify-content: space-between;
}


.intro > .lft {
  flex: 0 0 310px;
  max-width: 310px;

}

.intro > .rght {
  flex: 1;
  min-width: 300px;
}

/* Адаптивность для этого варианта */
@media only screen and (max-width: 767px) {
  .intro {
    flex-direction: column;
  }
  
  .intro > .lft,
  .intro > .rght {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
  }
  
  .intro > .lft {
    margin-bottom: 20px;
  }
}

.lft h1 {
    font-size: 24px;
   margin-bottom: 20px;
}


.rght .share {
    margin: 10px 0 10px -5px
}

#head, #content, #forms, #blogs, #wedding, #tabs, #couples, #fullwidth, #contacts, #footer {
    display: block;
    overflow: auto;
    width: 100%;
    max-width: 100%;
}

.more:hover, .join:hover, .submit:hover, .all:hover, .posts li a:hover img, .search-box .share li a:hover, .md-close:hover, .show-more:hover, .details a:hover, .reply:hover, .send:hover, .join-btn:hover, .post a:hover h1 {
    opacity: .8
}

.logo a, .menu li a, .more, .join, .submit, .all, .search-btn, .girls li a img, .posts li a img, .tabNavigation li a, .search-box .share li a, .show-more, .details a, .comment-body .reply {
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s
}

.breadcrumbs {
    float: right;
    margin-bottom: 25px;
    color: #4a789c;
    font: 14px 'Open Sans', sans-serif
}

.breadcrumbs a {
    color: #4a789c;
    text-decoration: underline
}

#header {
    overflow: visible;
    display: block;
    width: 100%;
    max-width: 100%;
    background: #fff;
    height: 75px
}



#header .wraper {
    position: relative
}


.menu .logo a {
    color: #ff9f23;
    font: 24px/65px 'Open Sans', sans-serif;
}

.menu li a, .language li a {
    color: #000
}

.menu {
    display: block;
    float: left
}

.menu li {
    display: inline;
    margin-right: 40px
}

.menu li, .language li {
    font: 16px/65px 'Open Sans', sans-serif
}

.language li {
    padding: 0 0 0 32px
}

.language li a {
    padding-right: 10px;
    background: url(img/lang-down.png) no-repeat right center;
    border-bottom: 1px dotted #000
}

.language li:hover a {
    background: url(img/lang-up.png) no-repeat right center
}

.en {
    background: url(img/en.png) no-repeat 0 53%
}

.ru {
    background: url(img/ru.png) no-repeat 0 53%
}

.cz {
    background: url(img/cz.png) no-repeat 0 53%
}

.fr {
    background: url(img/fr.png) no-repeat 0 53%
}

.de {
    background: url(img/de.png) no-repeat 0 53%
}

.sp {
    background: url(img/sp.png) no-repeat 0 53%
}

.language {
    display: block;
    float: right
}

.language li ul {
    display: none;
    position: absolute;
    right: -20px;
    background: #fff;
    margin-top: -15px;
    padding: 0 20px 5px;
    border-radius: 0 0 5px 5px
}

.language li:hover ul {
    display: block
}

.language li a:hover {
    border-bottom: none
}

.logo a:hover, .menu li a:hover {
    color: #3b569d
}

.language li ul li {
    font: 16px/30px 'Open Sans', sans-serif
}

.language li ul li a, .language li:hover ul li a {
    padding-right: 5px;
    background: none
}

#head {
    background: #3b569d
}



.intro p {
    margin-bottom: 10px
}

.atention {
    background: #ff9110;
    margin: 25px 0;
    padding: 15px 0;
    border-radius: 4px;
    text-align: center;
    color: #fff;
    font: bold 14px 'Open Sans', sans-serif
}

.topg .intro p a {
    color: #fff
}

.rght h2 {
    margin-bottom: 20px;
    color: #fff;
    font:  24px 'Open Sans', sans-serif
}

/* Сетка девушек */
.girls {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  justify-content: flex-start;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
} 

.girls li {
  flex: 0 0 135px;
  height: 240px;
  background: #fff;
  border-radius: 2px;
  padding: 2px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}

.girls li img {
  display: block;
  width: 125px;
  height: 175px;
  object-fit: cover;
}

.girls li p {
  text-align: center;
  padding: 5px;
}

.girls li p a {
  color: #3b569d;
}

/* Адаптивность для сетки девушек */
@media (min-width: 1024px) {
  .girls li {
    flex: 0 0 135px;
  }
}

@media (max-width: 767px) {
  .girls {
    justify-content: center;
  }
  
  .girls li {
    flex: 0 0 135px;
    margin: 5px;
  }
  
  .girls img {
    width: 100%;
    height: 180px;
  }
}

@media (max-width: 480px) {
  .girls li {
    flex: 0 0 130px;
    margin: 3px;
  }
}


.girls li p span.online {
    background: url(img/online.png) no-repeat left center;
    color: #ff9f23;display: block;
}
.girls li p span.offline {
    background: url(img/online.png) no-repeat left center;
    color: #027a9c;display: block;
}

#forms {
    padding: 30px 0
}

#forms form {
    width: 257px
}

#forms form.SearchForm {
    width: 100%
}

#forms .input {
    display: block;
    width: 227px;
    height: 39px;
    padding: 0 15px;
    margin-bottom: 15px;
    border: 1px solid #c1c2c1;
    border-radius: 4px;
    background: #f5f6f5;
    color: #909090;
    font: 12px 'Open Sans', sans-serif
}

#forms .submit {
    display: block;
    float: left;
    width: 138px;
    height: 39px;
    border: 0;
    border-radius: 4px;
    background: #ff9f23;
    color: #fff;
    cursor: pointer;
    font: bold 20px 'Open Sans', sans-serif
}

.forgot {
    display: block;
    float: right;
    color: #1f8184;
    margin-bottom: 15px;
    font: 12px/39px 'Open Sans', sans-serif
}

#forms p {
    clear: both;
    display: block;
    padding: 13px 0;
    color: #282828;
    text-align: center;
    border-top: 1px solid #dcdddc;
    font: 14px 'Open Sans', sans-serif
}

.join {
    display: block;
    height: 73px;
    border-radius: 6px;
    background: #ff9f23;
    color: #fff;
    text-align: center;
    font: bold 38px/72px 'Open Sans', sans-serif
}

.search {
    position: relative;
    background: #027a9c;
    border-radius: 4px;
    height: 285px
}

.search .man {
    position: absolute;
    bottom: 0;
    right: 5px;
    width: 211px;
    height: 305px;
    background: url(img/man.png) no-repeat
}

.search .woman {
    position: absolute;
    bottom: -25px;
    right: 0;
    width: 207px;
    height: 324px;
    background: url(img/woman.png) no-repeat
}

.search h3 {
    color: #fff;
    padding: 5px 0 15px 25px;
    font: 24px 'Open Sans', sans-serif
}

.search a {
    position: relative;
    top: -40px;
    margin: 0 0 0 15px;
    color: #fff;
    font: 12px 'Open Sans', sans-serif
}

.box {
    overflow: hidden;
    float: left;
    width: 131px;
    height: 43px;
    background: url(img/select.png) #fff no-repeat 101px 50%;
    border-radius: 5px;
    margin: 25px 0 25px 25px
}

.box span {
    position: absolute;
    margin-top: -20px
}

.box span, .reg-form span {
    color: #fff;
    font: 12px 'Open Sans', sans-serif
}

.box select {
    display: block;
    width: 150px;
    height: 43px;
    padding-left: 15px;
    border: 1px solid #fff;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
    cursor: pointer;
    font: 14px 'Open Sans', sans-serif
}

.box input {
    display: block;
    width: 80px;
    height: 43px;
    padding-left: 15px;
    background: transparent;
    border: 0;
    font: 14px 'Open Sans', sans-serif
}

.noarr input {
    width: 90px
}

.big {
    margin-top: 0;
    width: 211px;
    background: url(img/select.png) #fff no-repeat 181px 50%
}

.full {
    width: 285px;
    background: #fff
}

.big select {
    width: 230px
}

.clear {
    clear: both
}

.zero {
    margin-top: 0
}

.checkboxes {
    float: left
}

.checkboxes label, .md-content label {
    cursor: pointer;
    display: block;
    color: #fff;
    margin-bottom: 4px
}

.checkboxes label span, .md-content label span {
    position: relative;
    top: -4px;
    font: 12px 'Open Sans', sans-serif
}

.checkboxes label input, .md-content label input, .quick-search label input {
    position: static;
    margin: 0 5px 0 15px;
    width: 18px;
    height: 18px;
    border: none;
    color: #fff;
    background-color: #fff
}

.quick-search label input {
    position: relative;
    top: 4px;
    margin-left: 0;
    margin-bottom: 10px
}

.search-btn {
    width: 147px;
    height: 43px;
    background: #1f8184;
    color: #fff;
    margin-left: 25px;
    border: 0;
    border-radius: 5px;
    cursor: pointer;
    font: bold 20px 'Open Sans', sans-serif
}

.search-btn:hover {
    background: #2ba3a6
}

.quick-search .search-btn {
    width: 100%;
    margin-left: 0
}

#blogs {
    padding: 20px 0;
    background: #3b569d
}

.posts {
    width: 100%;
    overflow: auto;
    display: block
}

.posts li {
    display: block;
    float: left;
    width: 310px;
    border-radius: 0 0 5px 5px
}

.posts li:nth-child(2) {
    margin: 0 24px
}

.posts li img {
    border-radius: 5px 5px 0 0
}

.posts li p {
    background: #fff;
    padding: 15px;
    border-radius: 0 0 5px 5px
}

.posts li a {
    color: #1f8184;
    font: 14px 'Open Sans', sans-serif
}

.posts li p span {
    display: block;
    color: #a3a3a3;
    font: 10px 'Open Sans', sans-serif
}

.posts li p strong {
    display: block;
    padding: 15px 0;
    font: 12px 'Open Sans', sans-serif
}

#blogs .posts li p span {
    margin-top: 5px
}

.posts li a.more, #wedding .posts li a.more, #couples .posts li a.more, #fullwidth a.more {
    display: block;
    border-radius: 4px;
    color: #fff;
    background: #ff9f23;
    text-align: center;
    font: bold 13px/27px 'Open Sans', sans-serif
}

.all {
    display: block;
    position: relative;
    left: 50%;
    width: 184px;
    height: 44px;
    margin: 30px 0 10px -92px;
    text-align: center;
    background: #7ac6c8;
    color: #fff;
    border-radius: 4px;
    font: bold 21px/44px 'Open Sans', sans-serif
}

.alllink {
    display: block;
    overflow: auto;
    width: 100%
}

.alllink a {
    float: left;
    display: block;
    width: 310px;
    height: 44px;
    text-align: center;
    background: #027a9c;
    color: #fff;
    border-radius: 4px;
    font: bold 21px/44px 'Open Sans', sans-serif
}

.alllink a:nth-child(2) {
    margin: 0 25px
}

#wedding {
    padding: 20px 0;
    background: url(https://www.1st-attractive.com/dating.ru/images/wedding_prague_bg2.jpg) no-repeat center bottom
}

#wedding h2 {
    color: #000
}

#wedding .posts li p span {
    margin-bottom: 15px
}

#wedding .posts li p span, #couples .posts li p span {
    font-size: 12px
}

.home-post-title {
    color: #3b569d !important;
    font: 20px 'Open Sans', sans-serif !important
}

#wedding .posts li a, #couples .posts li a, .home-post-title {
    color: #3b569d;
    font: 20px 'Open Sans', sans-serif
}

#wedding .posts li p {
    padding: 20px
}

#tabs {
    padding: 35px 0;
    background: #7ac6c8
}

.container {
    width: 100%
}

.tabNavigation {
    list-style: none;
    margin: 0;
    padding: 0
}

.tabNavigation li {
    display: block;
    float: left;
    width: 310px;
    background: #1f8184
}

.tabNavigation li.marg {
    margin: 0 25px
}

.tabNavigation li a {
    display: block;
    height: 55px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font: 16px/55px 'Open Sans', sans-serif
}

.tabNavigation li a.selected, .tabNavigation li a.selected:hover {
    height: 60px;
    background: #FFF;
    color: #000
}

.tabNavigation li a:hover {
    background: #fff;
    color: #000
}

.tabs div {
    overflow: auto;
    height: 363px;
    clear: both
}

#first, #four {
    background: url(img/tab1.png) no-repeat
}

#second, #five {
    background: url(img/tab2.png) no-repeat
}

#third, #six {
    background: url(img/tab3.png) no-repeat
}

.tabs div p {
    padding: 40px
}

.tabs div p img {
    display: block;
    float: left
}

.tabs div p span {
    display: block;
    float: left;
    width: 535px;
    height: 214px;
    padding: 35px;
    color: #45484c;
    background: #fff;
    opacity: .8;
    font: 14px 'Open Sans', sans-serif
}

#couples {
    padding: 25px 0 35px;
    background: #3b569d
}

#fullwidth {
    padding: 50px 0;
    background: #7ac6c8
}

#fullwidth ul li {
    overflow: auto;
    margin-bottom: 20px
}

#fullwidth ul li:last-child {
    margin-bottom: 0
}

#fullwidth ul li img {
    display: block;
    float: left;
    width: 310px;
    height: 225px;
    border-radius: 5px 0 0 5px
}

#fullwidth ul li p {
    display: block;
    float: left;
    width: 620px;
    height: 175px;
    padding: 25px;
    border-radius: 0 5px 5px 0;
    background: #fff
}

#fullwidth ul li a {
    color: #1f8184;
    font: 20px 'Open Sans', sans-serif
}

#fullwidth ul li span {
    margin-top: 5px;
    display: block;
    color: #a3a3a3;
    font: 12px 'Open Sans', sans-serif
}

#fullwidth ul li strong {
    display: block;
    margin: 15px 0;
    font: 12px 'Open Sans', sans-serif
}

#content {
    background: #3b569d;
    padding: 25px 0 75px
}

table {
   
    width: 100%;
}

/* ============================================
   ИСПРАВЛЕНИЯ ДЛЯ БЛОКОВ .MAIN И .SIDE
   Замена float на flexbox
============================================== */
#content .wraper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
}

.side {
    flex: 0 0 380px;
    max-width: 380px;
    order: 1;
    margin: 0;
}

.side h3 {
    color: #fff;
    margin-bottom: 15px;
    font: bold 30px 'Open Sans', sans-serif
}

.side .girls {
    width: 300px;
    margin-bottom: -45px
}

.side .girls li {
    margin: 0 0 60px
}

.side .girls li:nth-child(odd) {
    float: right
}

.main {
    flex: 1;
    min-width: 380px;
    order: 2;
    margin: 0;
}

.search-box {
    width: 100%;
    overflow: auto;
    margin: 0 0 25px;
    padding: 10px 15px;
    background: #fff;
    border-radius: 5px
}

.search-box .share {
    margin-top: 8px
}

.member-box {
    width: 100%;
    padding: 15px 10px;
    background: #fff;
    border-radius: 5px
}

.member-box .sign-up, .member-box .log-in {
    color: #1f8184;
    text-decoration: underline;
    padding: 10px 0 10px 30px;
    margin: 0 15px;
    font: 14px 'Open Sans', sans-serif
}

.member-box .sign-up {
    background: url(img/signup.png) no-repeat left center
}

.member-box .log-in {
    background: url(img/login.png) no-repeat left center
}

.share {
    margin-left: -5px;
    float: left
}

.share li a {
    display: block;
    float: left;
    width: 44px;
    height: 25px;
    color: #fff;
    padding-left: 22px;
    margin: 9px 5px 0 0;
    border-radius: 4px;
    font: 12px/25px 'Open Sans', sans-serif
}

.share li.tw a {
    background: url(img/soc.png) #32ccfe no-repeat 5px 8px
}

.share li.fb a {
    background: url(img/soc.png) #3b569d no-repeat 5px -12px
}

.share li.gl a {
    background: url(img/soc.png) #dd4c39 no-repeat 5px -33px
}

#searchform {
    margin-left: -20px;
    overflow: auto
}

#searchform p {
    float: left;
    width: 200px;
    font: 14px/40px 'Open Sans', sans-serif
}

#searchform input {
    display: block;
    float: right;
    width: 220px;
    padding: 0 13px;
    height: 40px;
    border: 0;
    border-radius: 4px;
    background: #ececec;
    color: #8e8e8e;
    font: 14px 'Open Sans', sans-serif
}

.post {
    width: 100%;
    display: block;
    padding: 10px 15px;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 50px
}

.post img {
    max-width: 100%
}

.post h1 {
    color: #3b569d;
    margin-bottom: 5px;
    font: bold 25px 'Open Sans', sans-serif
}

.post .author {
    display: block;
    float: left;
    color: #4a789c;
    text-decoration: underline;
    font: bold 16px 'Open Sans', sans-serif
}

.post .date {
    clear: none;
    float: left;
    color: #a6a6a6;
    padding: 4px 15px;
    font: 12px 'Open Sans', sans-serif
}

.post .attachment-medium {
    position: relative;
    margin: 10px 0 20px -15px;
    width: 650px
}

.aligncenter {
    display: block;
    margin: 0 auto
}

.post .mid {
    display: block;
    margin: 25px auto
}

.DesignBox .DesignBoxTitle {border-top: 1px dashed gray;}
.post h2 {
    display: block;
    margin-bottom: 10px;
    color: #4a789c;
    font: bold 16px 'Open Sans', sans-serif
}

.post h3 {
    display: block;
    margin-bottom: 10px;
    color: #4a789c;
    font: bold 14px 'Open Sans', sans-serif
}

.post p {
    display: block;
    clear: both;
    color: #313240;
    margin-bottom: 10px;
    font: 12px 'Open Sans', sans-serif
}

.post ul {
    margin-left: 5px
}

.post ul li {
    margin: 10px 0;
    padding-left: 10px;
    background: url(img/li.png) no-repeat left center;
    font: 12px 'Open Sans', sans-serif
}

.post .results {
    margin: 10px 0 0 20px
}

.post .results li {
    font-size: 14px;
    list-style-type: decimal;
    padding-left: 0;
    background: none
}

.post .results li a {
    color: #3b569d;
    text-decoration: underline
}

.details {
    overflow: hidden;
    margin-top: 0
}

.details .share {
    margin-top: 20px;
    overflow: auto
}

.details .comms {
    width: 60%;
    height: 27px;
    margin-top: 20px;
    float: right
}

.details .comms p {
    clear: none;
    display: block;
    float: right;
    width: 190px;
    margin-right: 25px;
    text-align: right;
    color: #ababab;
    font: 12px/27px 'Open Sans', sans-serif
}

.details .comms p i {
    padding: 5px 10px;
    background: url(img/comm.png) no-repeat left center
}

.details .comms p a {
    color: #ababab;
    text-decoration: underline
}

.details .comms .add {
    display: block;
    float: right;
    width: 130px;
    height: 27px;
    border-radius: 4px;
    background: #ff9f23;
    color: #fff;
    text-align: center;
    font: bold 13px/27px 'Open Sans', sans-serif
}

.show-more {
    display: block;
    width: 122px;
    height: 30px;
    margin: 25px auto;
    background: #ff9f23;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    font: bold 13px/30px 'Open Sans', sans-serif
}

.comment-box, .comment-form {
    margin: -25px 0 50px;
    background: #fff;
    border-radius: 5px
}

.comment-form input, .comment-form textarea {
    border-radius: 4px;
    border: 0;
    background: #ececec;
    padding: 0 15px
}

.comment-form input {
    width: 150px;
    margin-right: 10px;
    height: 27px;
    color: #a6a6a6;
    font: 12px 'Open Sans', sans-serif
}

.comment-form textarea {
    overflow: auto;
    border: 0;
    width: 590px;
    padding: 15px;
    margin: 15px;
    font: 12px 'Open Sans', sans-serif
}

.comment-box p {
    padding: 15px;
    font: 12px 'Open Sans', sans-serif
}

.comment-box small {
    display: block;
    padding: 5px 15px 0;
    color: red;
    text-align: center;
    font: 12px 'Open Sans', sans-serif
}

.box-top {
    overflow: auto;
    padding: 10px 15px;
    border-bottom: 1px solid #ededed
}

.box-top strong {
    float: left;
    display: block;
    color: #7ac6c8;
    text-decoration: underline;
    font: bold 16px/27px 'Open Sans', sans-serif
}

.box-top span {
    display: block;
    float: left;
    margin-left: 20px;
    color: #a6a6a6;
    font: 12px/27px 'Open Sans', sans-serif
}

.reply, .comment-form input.reply {
    display: block;
    width: 87px;
    height: 27px;
    float: right;
    margin-right: 0;
    border-radius: 4px;
    background: #ff9f23;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    font: bold 13px/27px 'Open Sans', sans-serif
}

.quick-search {
    width: 100%;
    padding: 25px;
    margin: 25px 0;
    background: #7ac6c8;
    border-radius: 5px
}

.quick-search strong {
    display: block;
    margin-bottom: 25px;
    color: #fff;
    font: bold 16px 'Open Sans', sans-serif
}

.quick-search .box {
    margin-left: 0;
    margin-top: 0;
    width: 45%;
    background: url(img/select.png) #fff no-repeat 82px 50%
}

.quick-search .zero {
    margin-right: 10%
}

.quick-search .box select {
    width: 117%
}

.quick-search .big {
    width: 100%;
    background: url(img/select.png) #fff no-repeat 220px 50%
}

.quick-search .big select {
    width: 108%
}

.quick-search label {
    display: block;
    width: 50%;
    margin: -10px 0 10px;
    float: left;
    color: #fff;
    cursor: pointer;
    font: 12px 'Open Sans', sans-serif
}

.recent {
    margin: -10px 0 25px
}

.recent li a {
    display: block;
    color: #fff;
    border-bottom: 1px solid #4d6bbb;
    padding: 10px 0 10px 25px;
    background: url(img/pen.png) no-repeat 5px 13px;
    font: 12px 'Open Sans', sans-serif
}

.recent li a:hover {
    background: url(img/pen.png) #4d6bbb no-repeat 5px 13px
}

.recent.comm li a {
    background: url(img/comm.png) no-repeat 5px 13px
}

.recent.comm li a:hover {
    background: url(img/comm.png) #4d6bbb no-repeat 5px 13px
}

.recent.comm li a span {
    color: #7ac6c8;
    font-weight: 700
}

.need-help {
    color: #fff;
    margin: 50px 20px;
    padding: 10px 0 0 80px;
    background: url(img/need-help.png) no-repeat left center
}

.need-help p {
    font: 12px 'Open Sans', sans-serif
}

.need-help strong {
    font: bold 20px 'Open Sans', sans-serif
}

.need-help span {
    color: #FFF;
    font: bold 20px 'Open Sans', sans-serif;
    cursor: pointer
}

.reg-form {
    overflow: auto;
    width: 600px;
    background: #7ac6c8;
    border-radius: 5px;
    padding: 25px;
    color: #fff
}

.reg-form strong, .reg-form small {
    display: block;
    margin-bottom: 15px;
    width: 50%
}

.box input {
    width: 100%
}

.reg-form strong {
    float: left;
    font: bold 16px 'Open Sans', sans-serif
}

.reg-form small {
    float: right;
    text-align: right;
    font: italic 16px 'Open Sans', sans-serif
}

.reg-form .box {
    margin-bottom: 15px;
    margin-left: 0;
    width: 100%;
    background: url(img/select.png) #fff no-repeat 250px 50%
}

.twice .box {
    width: 48%
}

.twice .box.wgh {
    margin-left: 4%
}

.twice .box select {
    width: 115%
}

.twice .box {
    background: url(img/select.png) #fff no-repeat 103px 50%
}

.b-days .box {
    width: 35%;
    background: url(img/select.png) #fff no-repeat 68px 50%
}

.b-days .box select {
    width: 120%
}

.b-days .box.sml select {
    width: 135%
}

.b-days .box.sml {
    background: url(img/select.png) #fff no-repeat 35px 50%;
    width: 20%
}

.b-days .box.md {
    margin-left: 5%;
    margin-right: 5%
}

.left-side, .right-side {
    width: 47%;
    float: left
}

.right-side {
    margin-left: 6%
}

.reg-form .box.noarr, .noarr {
    background: #fff
}

.line {
    clear: both;
    width: 100%;
    padding: 0 0 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #fff
}

.reg-form select {
    width: 108%
}

.reg-form textarea {
    display: block;
    overflow: auto;
    width: 96%;
    padding: 2%;
    margin: 5px 0 10px;
    background: #fff;
    border-radius: 5px;
    border: 0;
    font: 12px 'Open Sans', sans-serif
}

.rows {
    clear: both;
    overflow: auto
}

.row-i, .row-ii, .row-iii {
    display: block;
    float: left;
    width: 30%
}

.row-ii {
    margin: 0 5%
}

.rows .box {
    background: url(img/select.png) #fff no-repeat 150px 50%
}

.rows select {
    width: 113%
}

.max {
    margin-top: -5px
}

.send {
    width: 246px;
    height: 41px;
    margin: 25px 0 0 177px;
    color: #fff;
    background: #ff9110;
    border: 0;
    text-align: center;
    border-radius: 4px;
    cursor: pointer;
    font: bold 20px 'Open Sans', sans-serif
}

#contacts h2 {
    margin-top: 25px;
    color: #1f8184
}

.map {
    height: 420px;
    background: url(https://www.1st-attractive.com/dating.ru/images/contact_us_map.jpg) no-repeat 50%;
    position: relative
}

.adress {
    position: absolute;
    top: 20px;
    right: 110px;
    width: 350px;
    padding: 25px;
    background: #fff;
    color: #2a2d31;
    opacity: .8;
    font: 14px 'Open Sans', sans-serif
}

.adress li {
    padding: 3px 0 3px 25px
}

.adress li.adr {
    background: url(img/marker-ico.png) no-repeat 0 70%
}

.adress li.tel {
    background: url(img/phone-ico.png) no-repeat 0 50%
}

.adress li.let {
    background: url(img/mail-ico.png) no-repeat 0 50%
}

.adress a {
    color: #2a2d31
}

#footer {
    padding: 25px 0;
    background: #242934;
    color: #fff;
    font: 12px 'Open Sans', sans-serif
}

#footer.home-footer {
    display: block;
    background: #3b569d
}

#footer a {
    color: #fff
}

.md-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 340px;
    padding: 25px 0;
    background: #59c8ca;
    border-radius: 5px;
    height: auto;
    z-index: 2000;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.md-show {
    visibility: visible
}

.md-content {
    margin: 0 auto
}

.md-content strong {
    display: block;
    width: 70%;
    color: #fff;
    margin: -5px 0 5px 25px;
    font: bold 16px 'Open Sans', sans-serif
}

.md-content .box {
    margin-bottom: 0
}

.md-content label {
    margin: 15px 0 15px 10px
}

.md-content label a {
    color: #fff;
    text-decoration: underline
}

.join-btn {
    display: block;
    width: 246px;
    margin-left: auto;
    margin-right: auto;
    height: 41px;
    border: 0;
    border-radius: 4px;
    color: #fff;
    background: #ff9f23;
    cursor: pointer;
    font: bold 20px 'Open Sans', sans-serif
}

.md-close {
    display: block;
    position: absolute;
    z-index: 999;
    right: 25px;
    top: 20px;
    border: 0;
    width: 17px;
    height: 18px;
    background: url(img/close.png) no-repeat;
    cursor: pointer;
    text-indent: -99999px
}

.md-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 1000;
    opacity: 0;
    background: rgba(0,0,0,0.8)
}

.md-show ~ .md-overlay {
    opacity: 1;
    visibility: visible
}

.md-show.md-effect-16 ~ .md-overlay {
    background: rgba(0,0,0,0.7)
}

.md-show.md-effect-16 ~ .container {
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    filter: blur(3px)
}

.md-effect-16 .md-content {
    -webkit-transform: translateY(-5%);
    -moz-transform: translateY(-5%);
    -ms-transform: translateY(-5%);
    transform: translateY(-5%);
    opacity: 0
}

.md-show.md-effect-16 .md-content {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

#blogs .posts li img, #couples .posts li img {
    width: 310px
}

.wp-pagenavi a, .wp-pagenavi a:link {
    padding: 2px 4px;
    margin: 2px;
    text-decoration: none;
    border: 1px solid #06c;
    color: #06c;
    background-color: #FFF
}

.wp-pagenavi a:visited {
    padding: 2px 4px;
    margin: 2px;
    text-decoration: none;
    border: 1px solid #06c;
    color: #06c;
    background-color: #FFF
}

.wp-pagenavi a:hover {
    border: 1px solid #000;
    color: #000;
    background-color: #FFF
}

.wp-pagenavi a:active {
    padding: 2px 4px;
    margin: 2px;
    text-decoration: none;
    border: 1px solid #06c;
    color: #06c;
    background-color: #FFF
}

.wp-pagenavi span.pages {
    padding: 2px 4px;
    margin: 2px;
    color: #000;
    border: 1px solid #000;
    background-color: #FFF
}

.wp-pagenavi span.current {
    padding: 2px 4px;
    margin: 2px;
    font-weight: 700;
    border: 1px solid #000;
    color: #000;
    background-color: #FFF
}

.wp-pagenavi span.extend {
    padding: 2px 4px;
    margin: 2px;
    border: 1px solid #000;
    color: #000;
    background-color: #FFF
}

.video embed, .video object, .video iframe {
    height: auto;
    width: 100%
}

.slicknav_menu {
    display: none
}

/* ============================================
   АДАПТИВНЫЕ СТИЛИ ДЛЯ .MAIN И .SIDE
============================================== */

/* Планшеты и маленькие ноутбуки (768px - 1024px) */
@media only screen and (max-width: 1024px) {
    #content .wraper {
        gap: 20px;
    }
    
    .side {
        flex: 0 0 320px;
        max-width: 320px;
    }
    
    .main {
        flex: 1;
        min-width: 250px;
    }
}

/* Мобильные устройства (480px - 768px) */
@media only screen and (max-width: 768px) {
    body {
        font-size: 14px;
    }
    
    #header, #head, #content, #forms, #blogs, #wedding, #tabs, #couples, #fullwidth, #contacts, #footer {
        padding: 0;
        min-width: 100% !important;
        width: 100% !important;
    }
    
    #header .wraper, #forms .wraper, #blogs .wraper, #wedding .wraper, #tabs .wraper, #couples .wraper, #fullwidth .wraper, #contacts .wraper, #footer .wraper, #content .wraper {
        width: 100% !important;
        padding: 0 10px;
    }
    
    #content .wraper {
        flex-direction: column;
        gap: 20px;
    }
    
    .side, .main {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }
    
    .side {
        order: 2;
    }
    
    .main {
        order: 1;
    }
    
    #contacts .wraper {
        padding: 0
    }
    
    #head .wraper .rght {
        width: 100%;
        float: none;
        display: block
    }
    
    .rght h2 {
        text-align: center;
        display: block
    }
    
    #head .wraper .lft {
        text-align: center;
        width: 100%;
        margin: 25px 0 30px;
        float: none;
        display: block
    }
    
    #head .girls {
        margin: 0 auto;
        overflow: auto;
        width: 100%;
    }
    
    #head .girls li {
        width: 45%;
        margin: 2.5%;
        float: left;
        box-sizing: border-box;
    }
    
    #head .girls li:nth-child(2), #head .girls li:nth-child(4) {
        margin-right: 2.5%;
    }
    
    #forms .lft {
        display: block;
        float: none;
        width: 100%;
        padding: 25px 0
    }
    
    #forms .lft form {
        display: block;
        margin: 0 auto
    }
    
    #forms .rght {
        display: none
    }
    
    #blogs, #wedding, #tabs, #couples, #fullwidth, #footer {
        padding: 20px 0
    }
    
    #blogs ul li, #wedding ul li, #couples ul li {
        float: none;
        margin: 0 auto 25px;
        width: 100%;
    }
    
    #blogs .all {
        margin-top: 5px
    }
    
    #tab {
        padding-bottom: 0
    }
    
    .tabNavigation li {
        width: 30%;
        overflow: hidden
    }
    
    .tabNavigation li.marg {
        margin: 0 5%
    }
    
    .tabs div {
        height: auto
    }
    
    .tabs div p span {
        width: 80%;
        padding: 10%;
        height: auto;
        float: none;
        margin: 0 auto
    }
    
    .tabs div p img, #fullwidth ul li img {
        width: 100%;
        float: none;
        margin: 0 auto
    }
    
    #fullwidth ul li img {
        border-radius: 5px
    }
    
    #fullwidth ul li p {
        width: 100%;
        height: auto;
        border-radius: 5px
    }
    
    #footer, .home-footer {
        display: block;
        text-align: center
    }
    
    #contacts {
        overflow: hidden
    }
    
    .adress {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        width: 100%;
        margin: 20px 0;
    }
    
    .alllink a {
        float: none;
        margin: 10px auto;
        width: 90%;
    }
    
    .alllink a:nth-child(2) {
        margin: 10px auto
    }
    
    table .text, table {
        width: 100%;
    }
    
    form .no, form .no2, .FormTextButton {
        padding: 0;
        font: normal 14px "Open Sans", sans-serif;
        width: auto
    }
    
    .small {
        font: normal 12px "Open Sans", sans-serif
    }
    
    .post {
        padding: 15px;
        width: 100%;
        margin-bottom: 20px;
    }
    
    .wp-caption {
        width: 100% !important;
    }
    
    .post img {
        height: auto;
    }
    
    .details {
        width: 100%
    }
    
    .comment-form textarea {
        width: 90%;
    }
    
    .wp-caption-text {
        clear: both;
        width: 100%;
    }
    
    .details .comms {
        float: none;
        height: auto;
        margin-top: 20px;
        width: 100%;
        text-align: center;
    }
    
    .details .comms .add {
        display: block;
        margin: 0 auto;
        font: bold 11px/17px "Open Sans", sans-serif;
        height: 27px;
        text-align: center;
        width: 90px;
        float: none;
    }
    
    .details .comms p {
        clear: none;
        color: #ababab;
        display: block;
        float: none;
        font: 9px/17px "Open Sans", sans-serif;
        margin: 10px auto;
        text-align: center;
        width: 100%;
    }
    
    .comment-form input {
        color: #a6a6a6;
        font: 12px "Open Sans", sans-serif;
        height: 27px;
        margin-right: 5px;
        width: 45%;
        margin-bottom: 10px;
    }
    
    .reply, .comment-form input.reply {
        float: none;
        margin: 10px auto;
    }
    
    .intro {
        width: 100%;
        text-align: center
    }
    
    .topg li, .findg li {
        width: 100%;
        margin: 0 0 20px 0;
        height: auto;
        box-sizing: border-box;
    }
    
    .findg .photo, .topg .photo {
        overflow: hidden;
        float: none;
        margin: 10px auto;
        text-align: center;
    }
    
    .main {
        margin-left: 0;
        padding: 10px
    }
    
    .search-box {
        background: none repeat scroll 0 0 #fff;
        border-radius: 5px;
        margin: 0 0 25px;
        overflow: auto;
        padding: 15px;
        width: 100%;
        box-sizing: border-box;
    }
    
    #searchform input {
        background: none repeat scroll 0 0 #ececec;
        border: 0 none;
        border-radius: 4px;
        color: #8e8e8e;
        font: 14px "Open Sans", sans-serif;
        height: 40px;
        padding: 0 13px;
        width: 100%;
        float: none;
        margin: 10px 0;
    }
    
    #searchform {
        float: none;
        margin-left: 0;
        width: 100%;
    }
    
    .share {
        width: 100%;
        clear: both;
        margin-bottom: 5px;
        text-align: center;
    }
    
    .share li {
        display: inline-block;
        float: none;
    }
    
    .post ul li {
        background: none;
        font: 14px "Open Sans", sans-serif;
        margin: 10px 0;
        padding-left: 0;
        width: 100%;
    }
    
    .b-share-counter {
        font: 12px/21px Arial, sans-serif;
        margin: 0
    }
    
    .navigation {
        margin-bottom: 10px
    }
    
    .topg li, .findg li {
        height: auto;
        float: none;
    }
    
    .find_list form {
        margin-bottom: 20px
    }
    
    .topg li {
        width: 100%;
    }
    
    .profile .photo, .profile .desc {
        float: none !important;
        display: block !important;
        width: 100% !important;
        text-align: center;
        margin-bottom: 15px;
    }
    
    .girls li {
        width: 45% !important;
        margin: 2.5% !important;
        float: left;
        box-sizing: border-box;
    }
    
    .like .girls li {
        width: 45% !important;
        height: auto !important;
        margin-bottom: 20px;
    }
    
    .options_column {
        display: inline-block;
        margin: 5px;
        text-align: center;
        width: 45%;
    }
    
    .send_button {
        font-size: 16px;
        padding: 10px 0;
        width: 100%;
    }
    
    .thumb_profile, .thumb_search {
        max-width: 100%;
        height: auto;
    }
    
    .menu {
        display: none;
    }
    
    .slicknav_menu {
        display: block;
    }
    
    .profile_table {
        display: block;
        width: 100%;
    }
    
    .profile_table tr {
        display: block;
        margin-bottom: 10px;
        border-bottom: 1px solid #eee;
        padding: 10px 0;
    }
    
    .profile_table td {
        display: block;
        width: 100% !important;
        text-align: left !important;
        padding: 5px 0;
    }
    
    .profile_td_1, .profile_td_1_first {
        font-weight: bold;
        color: #3b569d;
    }
    
    .profile_header, .profile_header_first {
        text-align: center !important;
        padding: 15px 0;
    }
    
    ol li b {
        width: 100%;
        margin: 0 0 5px 0;
        float: none;
        display: block;
    }
    
    .quick-search {
        width: 100%;
        margin: 20px 0;
        padding: 15px;
    }
    
    .member-box {
        width: 100%;
        margin-bottom: 20px;
    }
}

/* Очень маленькие экраны (до 480px) */
@media only screen and (max-width: 480px) {
    .girls li {
        width: 100% !important;
        margin: 10px 0 !important;
    }
    
    .like .girls li {
        width: 100% !important;
    }
    
    .post h1 {
        font-size: 20px;
    }
    
    .profile_desc_header {
        font-size: 20px;
        padding: 15px 0;
    }
    
    .send_button {
        font-size: 16px;
        padding: 12px 0;
    }
    
    .options_column {
        width: 100%;
        margin: 10px 0;
    }
    
    .tabNavigation li {
        width: 100%;
        margin: 5px 0;
    }
    
    .tabNavigation li.marg {
        margin: 5px 0;
    }
    
    .logo {
        width: 100%;
        text-align: center;
        float: none;
    }
    
    .language {
        float: none;
        text-align: center;
        margin-top: 10px;
    }
    
    #header {
        height: auto;
        padding: 10px 0;
    }
    
    .post h1 {
        font-size: 18px;
    }
    
    .girl_name {
        font-size: 18px;
    }
    
    .profile_desc_header {
        font-size: 18px;
    }
    
    .send_button {
        font-size: 14px;
    }
    
    .TrLevel {
        font-size: 20px;
    }
    
    .TrustLevelDiv {
        padding-top: 50px;
        background-size: 50px;
    }
    
    /* Адаптивность для .main и .side */
    #content .wraper {
        gap: 15px;
        padding: 0 10px;
    }
    
    .side, .main {
        padding: 0 5px;
    }
}

.slicknav_btn {
    position: relative;
    display: block;
    vertical-align: middle;
    float: right;
    padding: .438em .625em;
    line-height: 1.125em;
    cursor: pointer
}

.slicknav_menu .slicknav_menutxt {
    display: block;
    line-height: 1.188em;
    float: left
}

.slicknav_menu .slicknav_icon {
    float: left;
    margin: .188em 0 0 .438em
}

.slicknav_menu .slicknav_no-text {
    margin: 0
}

.slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 1.125em;
    height: .125em;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.25);
    -moz-box-shadow: 0 1px 0 rgba(0,0,0,0.25);
    box-shadow: 0 1px 0 rgba(0,0,0,0.25)
}

.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: .188em
}

.slicknav_nav {
    clear: both
}

.slicknav_nav ul, .slicknav_nav li {
    display: block
}

.slicknav_nav .slicknav_arrow {
    font-size: .8em;
    margin: 0 0 0 .4em
}

.slicknav_nav .slicknav_item {
    cursor: pointer
}

.slicknav_nav .slicknav_row {
    display: block
}

.slicknav_nav a {
    display: block
}

.slicknav_nav .slicknav_item a, .slicknav_nav .slicknav_parent-link a {
    display: inline
}

.slicknav_menu:before, .slicknav_menu:after {
    content: " ";
    display: table
}

.slicknav_menu:after {
    clear: both
}

.slicknav_menu {
    *zoom: 1;
    font-size: 16px
}

.slicknav_btn {
    margin: 5px 5px 6px;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #3b569d
}

.slicknav_menu .slicknav_menutxt {
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    color: #FFF
}

.slicknav_menu .slicknav_icon-bar {
    background-color: #f5f5f5
}

.slicknav_menu {
    background: #eee;
    padding: 5px
}

.slicknav_nav {
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: .875em
}

.slicknav_nav, .slicknav_nav ul {
    list-style: none;
    overflow: hidden
}

.slicknav_nav ul {
    padding: 0;
    margin: 0 0 0 20px
}

.slicknav_nav .slicknav_row {
    padding: 5px 10px;
    margin: 2px 5px
}

.slicknav_nav a {
    padding: 5px 10px;
    margin: 2px 5px;
    text-decoration: none;
    color: #3b569d;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif
}

.slicknav_nav .slicknav_item a, .slicknav_nav .slicknav_parent-link a {
    padding: 0;
    margin: 0
}

.slicknav_nav .slicknav_row:hover {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #ccc;
    color: #fff
}

.slicknav_nav a:hover {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #ccc;
    color: #222
}

.slicknav_nav .slicknav_txtnode {
    margin-left: 15px
}

#snow {
    display: none
}

.brides_photo {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 100%
}

.profile, .profile_two, .profile_three, .profile_four {
    display: inline-block;
    vertical-align: top
}

.profile_two {
    margin-left: 27px
}

div .girl {
    z-index: 0;
    height: 175px;
    width: 125px
}

div.girl p {
    background-color: rgba(122,198,200,0.7);
    color: #fff;
    font-size: 10pt;
    height: 33px;
    line-height: 1;
    margin-left: 0;
    margin-top: -33px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    width: 126px;
    z-index: 99
}

.girl a {
    display: block
}

.girl img {
    width: 125px
}

body {
    font: 14px/24px 'Open Sans', sans-serif
}

.profile_thumb, .thumb_search, .thumb_profile {
    border: 1px solid #999;
    height: 180px;
    width: 131px;
    margin-bottom: 10px;
    border-radius: 5px 5px 5px 5px
}
.pagephoto .thumb_profile, .mainphoto .thumb_profile {
    border: 1px solid #999;
    height: auto;
    width: auto;
    margin-bottom: 10px;
    border-radius: 5px 5px 5px 5px
}

table .text {
    border: 1px solid #999;
    border-radius: 5px;
    height: auto;
    margin-bottom: 10px;
    padding: 5px 10px;
    width: 100%
}

.topg, .findg {
    overflow: auto;
    padding-bottom: 50px;
    width: 100%;
    font: 14px 'Open Sans', sans-serif
}

.profile {
    overflow: auto;
    padding-bottom: 10px;
    font: 13px 'Open Sans', sans-serif
}

.topg li, .findg li {
    background: none repeat scroll 0 0 #fff;
    height: 240px;
    border-radius: 5px 5px 5px 5px;
    display: block;
    float: left;
    position: relative
}

.findg li {
    padding: 0 10px 5px
}

.profile {
    background: none repeat scroll 0 0 #fff;
    border-radius: 5px 5px 5px 5px;
    display: block;
    display: inline-block;
    margin-bottom: 20px
}

.topg li {
    width: 46%;
    margin: 10px 1% 20px 0;
    padding: 0 10px 5px
}

.topg li:nth-child(2), .topg li:nth-child(4), .topg li:nth-child(6), .topg li:nth-child(8), .topg li:nth-child(10) {
    margin: 10px 0 20px 1%
}

.findg .photo, .topg .photo {
    float: left;
    height: 175px;
    margin: 15px 10px 0 0;
    width: 130px;
}

.profile .photo {
    display: inline-block;
    float: left;
    padding: 0 20px
}

.findg a, .topg a, .profile a {
    color: #3b569d;
}

.find_list form a {
    color: #fff;
    font: bold 14px 'Open Sans', sans-serif
}

.find_list form {
    color: #fff;
    width: 100%;
    height: 30px
}

.TrLevel {
    font: bold 26px 'Open Sans', sans-serif;
    padding-right: 10px
}

.TrustLevelDiv {
    background: url(img/tr_level_bg.png) no-repeat scroll center top rgba(0,0,0,0);
    color: #666;
    display: inline-block;
    vertical-align: top;
    padding-top: 60px;
    width: 80px
}

.desc {
    display: flex;
    align-items: center;
    text-align: center;
    padding: 20px;
    font: 14px 'Open Sans', sans-serif;
    color:black
}

.profile .desc {
    display: inline-block;
    float: left
}

.desc h2 {
    padding: 0 5px;
    color: #3b569d;
    font: 16px 'Open Sans', sans-serif!important
}

.profile li, .findg li {
    width: auto;
    margin: 10px 0 15px
}

.profile h1, .findg h1 {
    color: #3b569d;
    font: bold 20px "Open Sans", sans-serif;
    margin-bottom: 5px;
    background: none repeat scroll 0 0 #fff;
    border-radius: 5px;
    display: block;
    margin-bottom: 15px;
    padding: 10px 15px
}

.girl_name {
    color: #3b569d;
    display: block;
    font-size: 20px;
    font-weight: 700;
    line-height: 16px
}

ol li {
    margin: 10px 10px 0;
    list-style-type: none
}

ol li b {
    width: 20%;
    margin: 0 45px 0 0;
    color: #a6a6a6;
    float: left
}

li .fshare {
    display: block;
    height: 22px
}

.send_button {
    background-color: #ff9f23;
    border-radius: 10px;
    display: block;
    font-size: 20px;
    font-weight: 700;
    margin: 10px 0;
    padding: 8px 0;
    text-align: center;
    text-transform: uppercase;
    height: 37px
}

.send_button a {
    color: #fff;
    padding: 16px;
    text-decoration: none
}

.profile_header_first, .profile_header {
    color: #3b569d;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 5px
}

.profile_td_1 {
    color: #a6a6a6;
    font-weight: 700
}

.profile_td_1_first {
    font-weight: 700;
    text-transform: uppercase;
    color: #3b569d
}

.profile_desc_header {
    color: #4a789c;
    font-size: 26px;
    font-weight: 700;
    line-height: 18px;
    padding: 26px 0 16px
}

.LoggedMenuDiv li {
    height: 29px
}

.member-box li a {
    color: #1f8184;
    font: 14px "Open Sans", sans-serif;
    text-decoration: underline;
    padding: 10px 0 10px 20px
}

.quick-search table {
    width: 100%;
    color: #fff;
    font: 14px "Open Sans", sans-serif
}

.quick-search td:nth-child(2) {
    background: url(img/select.png) no-repeat scroll 220px 50% #fff;
    width: 100%;
    background: url(img/select.png) no-repeat scroll 82px 50% #fff;
    margin-left: 0;
    margin-top: 0;
    float: left;
    height: 43px;
    overflow: hidden;
    border-radius: 5px
}

.quick-search td:nth-child(1) {
    display: block;
    text-align: left;
    float: left;
    margin: 5px 0
}

.quick-search tr:nth-child(3) td, .quick-search tr:nth-child(4) td {
    width: 99%
}

.quick-search table tr:nth-child(3), .quick-search tr:nth-child(4) {
    display: inline-block;
    width: 49%
}

.quick-search .text td select {
    background: none repeat scroll 0 0 transparent;
    border: 1px solid #fff;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: block;
    font: 14px "Open Sans", sans-serif;
    height: 43px;
    margin: 0;
    padding-left: 15px;
    width: 110%
}

.quick-search tr:nth-child(5) td:nth-child(2) {
    width: 20px;
    height: 20px;
    float: right
}

.quick-search tr:nth-child(5) td {
    display: inline-block;
    margin: 15px 10px 15px 0
}

.quick-search tr:nth-child(5) td:nth-child(2) input {
    width: 100%
}

.quick-search .text tr:nth-child(6) input {
    background: none repeat scroll 0 0 #1f8184;
    border: 0 none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font: bold 20px "Open Sans", sans-serif;
    height: 43px;
    margin: 0;
    width: 100%
}

.like {
  .girls {
    li {
      height: 320px; /* Будет скомпилировано как .like .girls li */
    }
  }
}

.like .girls li p span {
    background: url(img/offline.png) no-repeat scroll left center rgba(0,0,0,0);
    color: #a6a6a6;
    display: block;
    font: 12px "Open Sans", sans-serif;
    padding: 0 5px
}

.like .girls .thumb_search {
    margin: 5px auto
}

.like .girls li p {
    background: none repeat scroll 0 0 rgba(0,0,0,0);
    border-radius: 0;
    bottom: 0;
    padding: 0;
    position: absolute;
    width: 100%
}

.like .girls br {
    margin: 0
}

.member-box {
    margin-bottom: 20px
}

.LoggedMenuDiv {
    color: #1f8184;
    font: 14px "Open Sans", sans-serif;
    padding: 10px 0 10px 20px;
    line-height: 22px
}

.LoggedMenuDiv h1, .CustomMenuH1 {
    margin-bottom: 15px;
    font-size: 22px
}

.CustomMenuUL li {
    display: block;
    height: 29px
}

.mainphoto {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    background: none repeat scroll 0 0 #fff;
    border-radius: 5px
}

.pagephoto {
    font-size: 20px;
    letter-spacing: 5px;
    margin-bottom: 10px;
    clear: left
}

.pageimg {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center
}

.back {
    width: 34px;
    padding: 5px
}

#PgBtForward {
    background: url(images/pg_bt_forward.png) no-repeat right center
}

#PgBtBack {
    background: url(images/pg_bt_back.png) no-repeat left center
}

#PgBtBack, #PgBtForward {
    color: #fff;
    display: block;
    height: 66px;
    width: 34px
}

.need-help a {
    font: bold 14px "Open Sans", sans-serif;
    color: #fff;
    text-decoration: underline
}

.content {
    font: 13px "Open Sans", sans-serif
}

.fbook {
    display: block;
    font: bold 14px "Open Sans", sans-serif;
    margin-top: 15px
}

.fb-root {
    display: inline-block
}

.boxtitle {
    font: bold 13px "Open Sans", sans-serif;
    color: white;
    text-transform: uppercase
}

.quick-search .boxtitle {
    display: none
}

.LoggedMenuDiv a {
    color: #1f8184;
    text-decoration: underline
}

.forgot {
    color: #1f8184;
    display: block;
    float: right;
    font: 14px/39px "Open Sans", sans-serif
}

#forms p {
    padding: 5px 0
}

.border {
    border-radius: 5px;
    border: 1px solid;
    padding-right: 15px
}

.green {
    border-color: #7ac6c8
}

.lft .LoggedMenuDiv h1 {
    margin: 0 0 10px
}

#forms .border p {
    border-top: 1px solid #7ac6c8;
    padding: 10px 0
}

.need-help a {
    color: #fff;
    font: 12px "Open Sans", sans-serif;
    text-decoration: none
}

form .no, form .no2, .FormTextButton {
    background: none repeat scroll 0 0 #ff9f23;
    border: 1px solid #ff9f23;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: block;
    float: left;
    font: bold 14px "Open Sans", sans-serif;
    height: 29px;
    padding: 2px 10px;
    margin: 10px 0 10px 10px;
    max-width: 400px
}

.join_td_2_first .no, .join_td_2 .no, .table .no, .panel .no, #table_hide_City .no, form .no2 {
    color: #1A9F7E;
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #7ac6c8
}

.DataDiv a, .panel a, .text a, .small a, .control_panel_table a {
    color: #1A9F7E
}

.text2 textarea, .text textarea {
    color: #1A9F7E;
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #7ac6c8;
    border-radius: 4px;
    color: #1A9F7E;
    cursor: pointer;
    display: block;
    float: left;
    font: bold 14px "Open Sans", sans-serif;
    padding: 2px 10px;
    margin: 10px 0 10px 10px;
    max-width: 400px
}

.join_td_2 select, #LookingFor, #table_hide_City select, form .text select {
    background: none repeat scroll 0 0 transparent;
    border: 1px solid #7ac6c8;
    border-radius: 3px;
    box-shadow: none;
    cursor: pointer;
    display: block;
    font: 14px "Open Sans", sans-serif;
    margin: 10px 0 10px 10px;
    padding-left: 5px
}

#table_hide_City select {
    display: inline
}

.options_column {
    display: block
}

.smile {
    background: url(img/options_sprite.png) no-repeat scroll 0 center rgba(0,0,0,0);
    display: inline-block;
    height: 53px;
    text-indent: -9999px;
    width: 53px
}

.gift {
    background: url(img/options_sprite.png) no-repeat scroll -53px center rgba(0,0,0,0);
    display: inline-block;
    height: 53px;
    text-indent: -9999px;
    width: 53px
}

li .fshare {
    height: 22px
}

/*! Social Likes Next by Artem Sapegin -  - Licensed MIT */
.social-likes,.social-likes__button,.social-likes__widget{animation:none 0s ease 0s 1 normal none running;backface-visibility:visible;background:transparent none repeat 0 0/auto auto padding-box border-box scroll;border:medium none currentColor;border-collapse:separate;border-image:none;border-radius:0;border-spacing:0;bottom:auto;box-shadow:none;box-sizing:content-box;caption-side:top;clear:none;clip:auto;color:#000;columns:auto;column-count:auto;column-fill:balance;column-gap:normal;column-rule:medium none currentColor;column-span:1;column-width:auto;content:normal;counter-increment:none;counter-reset:none;cursor:auto;direction:ltr;display:inline;empty-cells:show;float:none;font-family:serif;font-size:medium;font-style:normal;font-variant:normal;font-weight:400;font-stretch:normal;line-height:normal;height:auto;hyphens:none;left:auto;letter-spacing:normal;list-style:disc outside none;margin:0;max-height:none;max-width:none;min-height:0;min-width:0;opacity:1;orphans:2;outline:medium none invert;overflow:visible;overflow-x:visible;overflow-y:visible;padding:0;page-break-after:auto;page-break-before:auto;page-break-inside:auto;perspective:none;perspective-origin:50% 50%;position:static;right:auto;tab-size:8;table-layout:auto;text-align:left;text-align-last:auto;text-decoration:none;text-indent:0;text-shadow:none;text-transform:none;top:auto;transform:none;transform-origin:50% 50% 0;transform-style:flat;transition:none 0s ease 0s;unicode-bidi:normal;vertical-align:baseline;visibility:visible;white-space:normal;widows:2;width:auto;word-spacing:normal;z-index:auto;all:initial;box-sizing:border-box}.social-likes:after,.social-likes:before,.social-likes__button:after,.social-likes__button:before,.social-likes__widget:after,.social-likes__widget:before{display:none}.social-likes{opacity:0}.social-likes_visible{opacity:1;transition:opacity .25s ease-in}.social-likes>*{display:block;visibility:hidden}.social-likes_visible>*{visibility:inherit}.social-likes{display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;font-size:16px}.social-likes__widget{position:relative;white-space:nowrap;font-size:inherit}.social-likes__button,.social-likes__widget{cursor:pointer;line-height:inherit}.social-likes__button{text-rendering:optimizeLegibility;font-family:Helvetica Neue,Arial,sans-serif;color:inherit;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.social-likes__invisible-button{display:block;width:100%;height:100%}.social-likes__icon{position:absolute;fill:currentColor;width:1em;height:1em}.social-likes__widget_notext .social-likes__icon{position:static;display:block;margin:.3125em}.social-likes_vertical{-webkit-flex-direction:column;flex-direction:column}.social-likes{min-height:36px;margin:20px 0 10px 0;line-height:1.45}.social-likes__widget{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:.45em;line-height:inherit;border:0;text-align:left;color:#fff}.social-likes__widget:active,.social-likes__widget:focus,.social-likes__widget:hover{opacity:.9;-webkit-filter:saturate(.8) brightness(1.15);filter:saturate(.8) brightness(1.15)}.social-likes__widget_facebook{background:#3b5998}.social-likes__widget_twitter{background:#55acee}.social-likes__widget_plusone{background:#dc4e41}.social-likes__widget_vkontakte{background:#45668e}.social-likes__widget_odnoklassniki{background:#ed812b}.social-likes__widget_pinterest{background:#bd081c}.social-likes__widget_telegram{background:#08c}.social-likes__widget_linkedin{background:#0077b5}   