/*
Theme Name: design_top_search
Theme URI: http://prostitutki.buzz/
Author: BadMan
Version: 69
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
This theme is licensed under the GPL.
*/



/*BadMan loading*/
.load-container {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 99999;
}

.no-cssanimations .load-container .loader {
  text-indent: 0;
  text-align: center;
  color: #000;
  font-size: 17px;
  background: none;
  border: 0 none;
  width: auto;
  height: auto;
  margin: 1em auto;
  overflow: visible;
  box-shadow: none;
  -webkit-animation: none;
  animation: none;
}

.no-cssanimations .load-container .loader:before,
.no-cssanimations .load-container .loader:after {
  display: none;
}

.load8 .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -4.3em;
  margin-top: -4.3em;
  font-size: 10px;
  text-indent: -9999em;
  border-top: 0.6em solid rgba(0, 0, 0, 0.2);
  border-right: 0.6em solid rgba(0, 0, 0, 0.2);
  border-bottom: 0.6em solid rgba(0, 0, 0, 0.2);
  border-left: 0.6em solid #000;
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

.load8 .loader, .load8 .loader:after {
  border-radius: 50%;
  width: 8em;
  height: 8em;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* end BadMan loading*/

body {
    background: #fff;
}

body,
button,
input,
select,
textarea {
    color: #424242;
    font-size: 14px;
    font-weight: 400;
}


h1,h2,h3,h4,h5,h6 {
    clear: both;
    color: #212121;
    font-style: normal;
    font-weight: 400;
}

p{
    margin-bottom: 1.5em;
    line-height: 1.7em;
}


a{
    color: #607D8B;
    text-decoration: none;
}

a:visited {
    color: #78909c;
    text-decoration: underline;
}

a:hover,
a:active { 
    outline: 0;
}

a:hover{
    text-decoration: none;
}

a img {
    border: 0;
}

dd {
    margin: 0 1.5em 1.5em;
}

dfn, cite, em, i {
    font-style: italic;
}

blockquote {
    border-left: 5px solid #455A64;
    background: #F5f5f5;
    font-size: 18px;
    font-style: italic;
    margin-left: 0.5em;
}

blockquote p{
    font-size: 18px;
}

code {
    white-space: normal;
    color: #666;
}

table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}

table caption {
    text-align: center;
    text-transform: uppercase;
}

thead{
    background-color: #fff;
    color:#212121;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

embed,
iframe,
object {
    max-width: 100%;
}

iframe{
    width: 100%;
}


/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

button,
input,
textarea {
	font-family: inherit;
	padding: 5px;
}

input,
textarea {
	color: #727272;
    border: 1px solid #aaa1a8;
}

input:focus,
textarea:focus {
	outline: 0;
}

input:hover,
textarea:hover {
	outline: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid #455A64;
    border-radius: 2px;
    background:    -moz-linear-gradient(#607d8b, #455a64);
    background:    -o-linear-gradient(#607d8b, #455a64);
    background:    -webkit-linear-gradient(#607d8b, #455a64);
    background:    linear-gradient(#607d8b, #455a64);
    color:#fff;
}

button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border: 1px solid #455A64;
    border-radius: 2px;
    background:    -moz-linear-gradient(#607d8b, #455a64);
    background:    -o-linear-gradient(#607d8b, #455a64);
    background:    -webkit-linear-gradient(#607d8b, #455a64);
    background:    linear-gradient(#607d8b, #455a64);
    color:#fff;
}

button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    border: 1px solid #455A64;
    border-radius: 2px;
    background:    -moz-linear-gradient(#607d8b, #455a64);
    background:    -o-linear-gradient(#607d8b, #455a64);
    background:    -webkit-linear-gradient(#607d8b, #455a64);
    background:    linear-gradient(#607d8b, #455a64);
    color:#fff;
}

input[type=text],
input[type=email],
textarea {
    color: #727272;
}
input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
    color: #727272;
}


input[type="search"].search-field {
    border-radius: 2px 0 0 2px;
    width: -webkit-calc(100% - 42px);
    width: calc(100% - 42px);
}

.search-form {
    position: relative;
}

.search-form label{
    width: 100%;
    margin-bottom: 0px;
}

.search-submit:before {
    content: "\f002";
    font-family: FontAwesome;
    font-size: 16px;
    left: 2px;
    line-height: 42px;
    position: relative;
    width: 40px;
}

.search-submit {
    border-radius: 0 2px 2px 0;
    bottom: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 42px;
}

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.wp-caption {
    background: #fff;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.aligncenter,
.wp-caption.alignnone{
        margin: 5px auto 20px;
}

.wp-caption.alignleft{
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright{
    margin: 5px 0px 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption-text {
    text-align: center;
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
    max-width: 100%;
    height: auto;
}

.entry-content img,
.comment-content img,
.widget img {
    max-width: 100%; 
}

.entry-content img,
img[class*="align"],
img[class*="wp-image-"] {
    height: auto; 
}

.entry-content img,
img.size-full {
    max-width: 100%;
    width: auto; 
}


.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

img.wp-post-image{
    max-width: 100%;
    width: auto;
}

img.wp-post-image{
    height: auto;
}

.image-attachment{
    margin-left: auto;
    margin-right: auto;
}

.featured-image img{
    display: block;
    margin:0 auto 15px;
}

.gallery-icon img {
    width: 150px;
}

.site-header{
    background: #b0bec5;
    position: relative;
    width: 100%;
    margin-bottom: 3em;
    overflow: hidden;
    min-height: 200px;
}

.site-header .site-branding {
    margin: 0;
   position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-align: center;
}

.site-title {
    color: #fff;
    font-size: 3.5em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
    text-shadow:rgba(255,255,255,.1) -1px -1px 1px,rgba(0,0,0,.5) 1px 1px 1px;
}

.site-title::after{
    background-color: #fff;
    content:"";
    height: 2px;
    display: block;
    width: 20%;
    margin: 10px auto;
}

.site-description {
    color: #fff;
    font-size: 1em;
    font-weight: 400;
    padding: 0.2em 0em;
    letter-spacing: 5px;
    text-transform: capitalize;
    margin-top: 0px;
    margin-bottom: 0px;
    text-shadow:rgba(255,255,255,.1) -1px -1px 1px,rgba(0,0,0,.5) 1px 1px 1px;
}

.site-title a,
.site-description a{
    text-decoration: none;
}

.home-link{
     text-decoration: none;
}

.sticky {

}

.sticky-post{
    position: absolute;
    top:0;
    left: 15px;
    padding: 5px 15px;
}

.hentry {
    margin: 0 0 1.5em;
}

.post-content,.single-post-content,.post-comments,.comments-area{
    clear: both;
    margin-bottom: 2em;
}

.entry-header,.entry-content,.entry-summary,.entry-footer{
    padding: 0 4em;
}

.featured-image{
    padding: 0.5em 0.5em;
}

.single-post-content{
    padding: 0 4em;
}

.comments-area{
    padding: 1.5em 4em;
    background: white;
    overflow: hidden;
}

.post-comments{
    border-radius: 0px;
    border: none;
    padding: 2em;
    overflow: hidden;
}

.post-comments .comments-area{
    background: white;
    padding: 1em 2em;
    overflow: hidden;
    box-shadow: none;
}

.post-content hr{
    margin-top: 20px;
    margin-bottom: 20px;
    border-color: #B6B6B6;
    border-style: dotted;
    width: 100%;
}

.entry-content,.entry-header,.entry-meta,.entry-title,
.entry-summary,.entry-footer{
    width: 100%;
    word-wrap:break-word;
    overflow: hidden;
}

.entry-summary,
.entry-content{
    color: #424242;
}

.entry-header{
    padding-top: 1em;
    padding-bottom: 1em;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.entry-title{
    margin-bottom: 14px;
}

.entry-header .entry-title a{
    color: #212121;
}

.entry-meta{
    clear: both;
    color: #727272;
    text-transform: capitalize;
    font-weight: 300;
    letter-spacing: 2px;

}

.entry-meta a{
    clear: both;
    color: #727272;
    text-transform: capitalize;
    line-height: 1.7;
}

.entry-meta h5{
    margin-top: 0px;
    margin-bottom: 0px;
}

.entry-header .entry-meta::after{
    content:"";
    height: 2px;
    display: block;
    width: 50px;
    margin: 10px auto;
}

.byline{
    text-transform: capitalize;
}

.byline a{
    color: #727272;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

.entry-footer{
    word-spacing: 3px;
    padding-bottom: 2.5em;
}

#category{
    margin-top: 1em;
    margin-bottom: 1em;
}

.cat-links a, .tags-links a{
    color: #727272;
    text-transform: capitalize;
}

.archive-page-title{
    text-transform: capitalize;
}

.search-page-header,.archive-page-header{
    margin-bottom: 1.5em;
}

.search-page-title,.archive-page-title{
    color: #525252;
    text-align: center;
    letter-spacing: 2px;
}

.attachment img{
    margin-left: auto;
    margin-right: auto;
}

.entry-summary,.entry-content{
    text-align: justify;
}

.read-more{
    margin-bottom: 1.2em;
    text-align: center;
    text-transform: uppercase;
}

/**Buttons**/
.btn-default{
    border: none;
    border-radius: 0px;
    color: #212121;
}

.btn-default:hover, .btn-default:focus{
    color: #fff;
}

.btn-default:visited{
    color:#212121;
}

/*Image attachment*/
.image-attachment .entry-meta a{
    color: #607D8B;
    text-decoration: underline;
}

.image-attachment .entry-content{
    text-align: left;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

.nav-links{
    background: #fff;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.15);
    padding: 15px;
    text-align: center;
    margin-bottom: 2em;
}

.nav-links .fa{
    color: #727272;
}

.nav-previous,.nav-next,.next-post,.prev-post{
    background: #fff;
    color: #727272;
    font-weight: 400;
    text-transform: capitalize;
    padding: 1em;
}

.posts-navigation .next-post a,.posts-navigation .prev-post a{
    font-size: 18px;
}

.next-post a,.prev-post a{
    color: #424242;
}

.next-prev-text{
    color: #727272;
    font-size: 14px;
}

.blog .format-status .entry-content,
.archive .format-staus .entry-content{
    background-color: #CFD8DC;
    padding-top: 2em;
    font-size: 16px;
}

.blog .format-status .entry-footer,
.archive .format-staus .entry-footer{
    background-color: #CFD8DC;
}

.gallery {
    margin-bottom: 1.6em;
}

.gallery-item {
    display: inline-block;
    padding: 5px;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

/* .gallery-icon img {
    margin: 10px auto;
} */

.gallery-caption {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    display: block;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.5;
    padding: 0.5em 0;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}

.comments-author .url{
    text-transform: uppercase;
}

.avatar{
    height: 50px;
    width: 50px;
    border-radius: 25px;
}

.comment-respond label {
    display: block;
    font-weight: normal;
}

.comment-metadata{
    font-size: 0.8em;
}

.comment-list{
    list-style: none;
}

.comment-list .depth-1{
    margin: 20px 0px;
    border-bottom: 1px dotted #DDD;
    padding: 5px 0px 18px;
}

.comment-list .children{
    list-style: none;
}

.comment-content{
    margin-bottom: 0.3em;
}

.comment-respond #submit{
    background-color: #455A64;
    background:    -moz-linear-gradient(#607d8b, #455a64);
    background:    -o-linear-gradient(#607d8b, #455a64);
    background:    -webkit-linear-gradient(#607d8b, #455a64);
    background:    linear-gradient(#607d8b, #455a64);
    color: white;
    border:none;
    border-radius: 4px;
}

.comment-respond{
    padding-top: 5px;
}

.comment-metadata time{
    color: #aaa;
}

.bypostauthor {

}

#secondary .widget-title{
    font-weight: 400;
    position: relative;
}

.widget_rss li{
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

#recentcomments li{
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}


.widget ul{
    list-style: none;
    padding: 0em 1em;
}

#secondary .widget li{
    border-bottom: 1px solid #ddd;
    padding: 0.5em 0;
}

#secondary .widget li:last-child{
    border-bottom: none;
}

.widget ul ul {
    padding: 0 0 0 1em;
}


.widget th, .widget td {
  padding: 0.2em;
  text-align: left;
}

.widget select {
    max-width: 100%;
}

#secondary .widget hr{
    border-color: #ddd;
}

#secondary .widget table caption{
    color: #455A64;
}

#secondary .widget #recentcomments a{
    color: #607D8B;
}

#secondary .widget .rsswidget{
    color: #607D8B;
}

#secondary .widget .rsswidget img{
    margin-top: 12px;
}

.widget_text img{
    max-width: 100%;
}

.widget input[type="search"].search-field {
        width: -webkit-calc(100% - 35px);
        width: calc(100% - 35px);
}

.widget .search-submit:before {
        font-size: 16px;
        left: 1px;
        line-height: 35px;
        width: 34px;
}

.widget button.search-submit {
        padding: 0;
        width: 35px;
}

@media print {
    body {
        background: none !important;
        color: #000;
        font-size: 10pt;
    }


    .site {
        max-width: 98%;
    }

    .site-header {
        background-image: none !important;
    }

    .site-header .home-link {
        max-width: none;
        min-height: 0;
    }

    .site-title {
        color: #000;
        font-size: 21pt;
    }

    .site-description {
        font-size: 10pt;
    }

    .author-avatar,
    .site-footer,
    .comment-respond,
    .comments-area .comment-edit-link,
    .comments-area .reply,
    .comments-link,
    .entry-meta .edit-link,
    .page-links,
    .site-content nav,
    .widget-area,
    .main-navigation,
    .navbar,
    .more-link {
        display: none;
    }

    .entry-header,
    .entry-content,
    .entry-summary,
    .entry-meta {
        margin: 0;
        width: 100%;
    }

    .page-title,
    .entry-title {
        font-size: 21pt;
    }

    .entry-meta,
    .entry-meta a {
        color: #444;
        font-size: 10pt;
    }

    .entry-content img.alignleft,
    .entry-content .wp-caption.alignleft {
        margin-left: 0;
    }

    .entry-content img.alignright,
    .entry-content .wp-caption.alignright {
        margin-right: 0;
    }

    .format-image .entry-content .size-full {
        margin: 0;
    }

    /* Remove colors from post formats */
    .hentry {
        background-color: #fff;
    }

    /* Comments */
    .comments-area > li.comment {
        background: none;
        position: relative;
        width: auto;
    }

    .comment-metadata {
        float: none;
    }

    .comment-author .fn,
    .comment-reply-link,
    .comment-reply-login {
        color: #333;
    }
}


/* 28.03.2016 */

.single .post_box {
    background: #fff;
    padding: 10px;
    overflow: auto;
}



.site-header {
    background: #FEAFFF;
}
.numb-metro {
    float: left;
    width: 160px;
}
.top-cart {
    height: 30px;
    overflow: auto;
    border-bottom: 1px solid #ebeae9;
}
.top-cart .title-prost {
    float: left;
    overflow: auto;
    width: 140px;
    font-size: 18px;
    color:  #000000;
}
.top-cart .title-prost a {
    font-weight: 700;
    color:  #000000;
}
.top-cart .title-prost a:hover {
    color:  #f50057;
}
.pr-foto-kart {
    padding-left: 20px;
    float: left;
    width: 50%;
}
.title-n-pr {
    padding-top: 3px;
    padding-left: 20px;
}
.i-ph {
    padding-left: 20px;
    font-size: 16px;
    font-weight: 700;
    width: 100%;
    float: left;
    text-align: left;
    padding-top: 7px;
    padding-bottom: 8px;
}
.i-ph:before {
    margin-right: 5px;
    content: url('images/phone-card.png');
}
.i-m {
    padding-top: 8px;
    font-size: 12px;
    text-align: left;
}
.i-m:before {
    margin-right: 2px;
    content: url('images/metro-card.png');
}


.bottom-info a img {
    float:  none;
    max-width: none;
    padding: 0;
    margin: 0;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
}
.bottom-info a img:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);

}
.all-data-gl {
    font-size: 14px;
    width: 46%;
    float: left;
    line-height: 1.2;
    margin-left: -5px;
    margin-top: -5px;
}
.price-ank-gl {
    margin: 0px;
    margin-top: 3px;
}
.data-ank-gl {
    margin-bottom: 0;
    margin-top: 6px;
}
.m2b {
    font-weight: 600;
}
.entry-content {
    padding-right: 15px;
}
.list-show li {
    font-size: 14px;
}
/* Single.php */
.ank-cont-right {
    float: left;
    width: 440px;
 }

.information .tit-con, .price-list .tit-con, .services .tit-con, .vidos .tit-con2, .about-me .tit-con {
    background: #78909c;
    color: #fff;
    padding: 10px 10px;
    margin: -10px -10px 5px -10px;
}

.information table {
    width: 150px;
}
.information {
    margin-right: 10px;
}

.pr-foto-kart a {
    border-radius:  3px;
    display: block;
    width: 110px;
    height: 150px;
    overflow: hidden;
}
.ank-cont-left {
    float: left;
    width: 720px;
    padding-left: 15px;
}
.ank-cont-left p {
    margin: 0;
}
.left-col-left {
    float: left;
}
.price-list .left-col-left table {
    width: 150px;
}
.price-list .left-col-right table {
    width: 140px;
}
.left-col-right {
    /* padding-left: 10px; */
    float: left;
}
.ank-cont-top h1 {
    margin: 0;
}
.ank-cont-top {
    width: 100%;
    margin-bottom: 10px;
}

#uwpqsf_id label {
    font-size:  14px;
    font-weight: 100;
}
/* .about-me p:last-child {
    font-size: 14px;
} */

.breadcrumb_last{
	border-bottom: 1px dotted #546e7a;
}

.to-main {
    margin-top: 20px;
    float: left;
    font-size: 14px;
    padding: 10px;
    background: #fff;
}
.col-md-offset-1 {
    margin: 0;
}
.fr-ank {
   border: none;
    padding: 0;
}
.fr-ank td {
    border: none;
    font-size: 16px;
    padding: 0;
}


/* header nav */
.navbar-header {
    margin-top: 13px;
    float: left;
}
.navbar-header a {
    padding: 0;
    display: block;
    overflow: inherit;
}

/* main */
h1 {
    font-size: 30px;
    margin: 0;
    margin-bottom: 20px;
    margin-top: 10px;
    margin-left: 20px;
}

h2 {
    font-size: 23px;
}


/* adv log-in */
#loginform {
    width: 260px;
    padding: 20px;
    margin: 20px;
    background: #F0F0F0;
    border-radius: 4px;
    display: inline-block;
    box-shadow: 0px 2px 2px 0px rgba(24, 24, 24, 0.15);
}

#loginform .login-username {
    margin: 0;
    margin-bottom: 10px;
}

#loginform .login-user label {
    width: 100%;
    margin: 0;
}

#user_login {
    width: 100%;
    border-radius: 4px;
}

.login-password label {
    margin: 0;
    width: 100%;
    font-size: 16px;
}

.login-password input {
    width: 100%;
    border-radius: 4px;
    font-size: 16px;
}

.login-remember {
    margin: 0;
    float: left;
    font-size: 14px;
}

.login-submit {
    margin: 0;
    margin-left: 15px;
    float: left;
}

.login-submit input {
    width: 87px;
}

/* adv all cards */
.list-show {
    margin-top: -10px;
    margin-bottom: -5px;
}

.list-show li {
    margin: 0;
}

.adv-list th {
    padding: 0;
    padding: 5px;
}

/* adv add card */
#add-new-adv table {
    padding: 10px;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    background: #FFF;
    border-radius: 4px;
}

#add-new-adv .param {
    width: 50%;
}

#add-new-adv td input, #add-new-adv td textarea {
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=0, Color=#000000)";
    -moz-box-shadow: 0 12px 10px -12px rgba(0,0,0,0.4) inset;
    -webkit-box-shadow: 0 12px 10px -12px rgba(0,0,0,0.4) inset;
    box-shadow: 0 4px 3px -3px rgba(0, 0, 0, 0.29) inset;
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color=#000000);
    border-radius: 3px;
    border: 1px solid #ccc;
}

#add-new-adv th, #add-new-adv td {
    padding: 0;
    padding: 5px;
    border: none;
    font-size: 14px;
}

#add-new-adv td select {
   -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=0, Color=#000000)";
    -moz-box-shadow: 0 2px 1px 0px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 2px 1px 0px rgba(0,0,0,0.4);
    box-shadow: 0 2px 1px 0px rgba(0, 0, 0, 0.17);
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color=#000000);
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 5px;
    background: #F9F9F9;
}

#blue-btn {
    font-size: 18px;
    padding: 5px 15px;
}

/* feedback */
.feedbackTab .input input {
    border-radius: 3px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=0, Color=#000000)";
    -moz-box-shadow: 0 12px 10px -12px rgba(0,0,0,0.4) inset;
    -webkit-box-shadow: 0 12px 10px -12px rgba(0,0,0,0.4) inset;
    box-shadow: 0 4px 3px -3px rgba(0, 0, 0, 0.29) inset;
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color=#000000);
    border: 1px solid #ccc;
    width: 50%;
}

.feedbackTab .textarea textarea {
    border-radius: 3px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=0, Color=#000000)";
    -moz-box-shadow: 0 12px 10px -12px rgba(0,0,0,0.4) inset;
    -webkit-box-shadow: 0 12px 10px -12px rgba(0,0,0,0.4) inset;
    box-shadow: 0 4px 3px -3px rgba(0, 0, 0, 0.29) inset;
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color=#000000);
    border: 1px solid #ccc;
    border-radius: 3px;
    height: 200px;
    width: 100%;
}


/************************
Дизайн с верхним поиском
*************************/
body{
	font-family: 'PT Sans', sans-serif;
	font-weight: 400;
    background: url('img/body_bg.png') top left repeat #2a2a2a;
}

#secondary .widget{
    background-color: white;
    color: #727272;
    font-size: 16px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

main img{
	max-width: 100%;
}

a:active, a:hover, a:focus{
	color: #a71466!important;
}

.header_wrap{
    width: 100%;
    display: inline-block;
    height: 100px;
}

.wrap_section1{
	width: 100%;
	height: 40px;
	background-color: #000;
}

.head_section1{
    width: 1220px;
    margin: 0 auto;
}

.wrap_section2{
	width: 100%;
	height: 60px;
	background-color: #263238;
}

.head_section2{
    width: 1220px;
    margin: 0 auto;
}

/* .top_header{
    width: 1220px;
    margin: 0 auto;
} */

.container_header{
    width: 100%;
}

#logo{
	position: relative;
	z-index: 500;
    float: left;
}

.site_description_top{
    font-size: 14px;
    color: #fff;
    float: left;
    margin: 10px 0 0 50px;
}

.auth_adv_top{
    float: right;
    padding-left: 30px;
    background: url('img/auth_adv.png') left center no-repeat;
}

.auth_adv_top a{
    font-size: 14px;
    color: #fff;
    border-bottom: 1px solid #fff;
    line-height: 39px;
}
.auth_adv_top a:hover{
    font-size: 14px;
    color: #40c4ff;
    border-bottom: 1px solid #a71466;
}

/* Верхний поиск */
.container_header #uwpqsf_id{
    width: calc(100% - 110px);
    display: inline-block;
    margin-top: 10px;
    border: none;
}

.menu-items-wrap {
    float: left;
    display: inline-block;
    position: relative;
    width: 1218px;
    margin-left: -101px;
    margin-top: 10px;
    z-index: 150;
    background: #fff;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    clear: both;
  	box-shadow: 0px 2px 2px 0px rgba(24, 24, 24, 0.15);
}


.menu-items {
    width: 100%;
    padding: 20px;
    /* max-height: 410px; */
    background: #fff;
    overflow-y: auto;
}

#uwpqsf_id form{
    text-align: left;
}

#uwpqsf_id label input{
    margin-right: 15px;
}

#uwpqsf_id label a, #uwpqsf_id label{
    font-size: 14px;
    color: #000;
    font-weight: 700;
    margin: 0;
    padding: 0;
}

#uwpqsf_id label a:hover, #uwpqsf_id label:hover{
    color: #a71466!important;
}

.menu-items{
    -webkit-column-count: 5;  
    -moz-column-count: 5;  
    column-count: 5;
}

/* .wrap_label{
	-webkit-column-count: 4;  
    -moz-column-count: 4;  
    column-count: 4;
} */

#uwpqsf_btn input{
    font-size: 15px;
    font-weight: 700;
    padding: 10px 45px;
    background: #a71466;
    border: none;
    border-radius: 25px;
}

#uwpqsf_btn input:hover{
    background: #961960;
}

#uwpqsf_btn{
	float: right;
	margin: 20px!important;
}


/* Иконки в поиске */
#s-location{
    background: url('img/s-location.png') 10px center no-repeat;
    margin: 0 0 0 50px;
    font-size: 15px;
    font-weight: 700;
    color: #000;
    background-color: #f8f8f8;
    padding: 8px 15px 8px 30px;
    border: 1px solid #bdbdbd;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;

}

#s-location:hover{
    background-color: #fff;
}

#s-metro{
    background: url('img/s-metro.png') 10px center no-repeat;
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    color: #000;
    background-color: #f8f8f8;
    padding: 8px 15px 8px 30px;
    border: 1px solid #bdbdbd;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

#s-metro:hover{
    background-color: #fff;
}

#s-services{
    background: url('img/s-services.png') 10px center no-repeat;
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    color: #000;
    background-color: #f8f8f8;
    padding: 8px 15px 8px 30px;
    border: 1px solid #bdbdbd;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}

#s-services:hover{
    background-color: #fff;
}

#s-nationality{
    background: url('img/s-nationality.png') 10px center no-repeat;
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    color: #000;
    background-color: #f8f8f8;
    padding: 8px 15px 8px 30px;
    border: 1px solid #bdbdbd;
}

#s-nationality:hover{
    background-color: #fff;
}

#s-hair{
    background: url('img/s-hair.png') 10px center no-repeat;
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    color: #000;
    background-color: #f8f8f8;
    padding: 8px 15px 8px 30px;
    border: 1px solid #bdbdbd;
}

#s-hair:hover{
    background-color: #fff;
}

#s-age{
    background: url('img/s-age.png') 10px center no-repeat;
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    color: #000;
    background-color: #f8f8f8;
    padding: 8px 15px 8px 30px;
    border: 1px solid #bdbdbd;
}

#s-age:hover{
    background-color: #fff;
}

#s-price{
    background: url('img/s-price.png') 10px center no-repeat;
    margin: 0 20px;
    font-size: 15px;
    font-weight: 700;
    color: #000;
    background-color: #f8f8f8;
    padding: 8px 15px 8px 30px;
    border: 1px solid #bdbdbd;
    border-radius: 25px;

}

#s-price:hover{
    background-color: #fff;
}

#s-size{
    background: url('img/s-size.png') 10px center no-repeat;
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    color: #000;
    background-color: #f8f8f8;
    padding: 8px 15px 8px 30px;
    border: 1px solid #bdbdbd;
}

#s-size:hover{
    background-color: #fff;
}

#s-boo{
    background: url('img/s-boo.png') 10px center no-repeat;
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    color: #000;
    background-color: #f8f8f8;
    padding: 8px 15px 8px 30px;
    border: 1px solid #bdbdbd;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

#s-boo:hover{
    background-color: #fff;
}
/* END Иконки в поиске */
/* END Верхний поиск */

#page{
	margin: 5px auto 65px;
	background-color:  #ffffff;
	width: 1220px;
	/* background: url('img/bg_content.jpg'); */
	border: 1px solid #cfd8dc;
	border-radius: 25px;
}

#content{
	width: 1220px;
	margin: 0 auto;
	padding: 0;
}

#primary {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
}

.single #primary {
    width:  100%;
    float:  left;
}

#primary_no_right_sidebar{
	width: calc(100% - 250px);
}

#primary_w100p{
    width: 100%;
    padding-right: 0;
    padding-left: 0;
}

.container{
	width: 100%;
	margin: 0;
	padding: 0 20px;
}


.top_section_wrap{
	width: 100%;
	display: inline-block;
	background-color: #e5e8ea;
	min-height: 60px;
	margin-bottom: 15px;
	border: 1px solid #cfd8dc;
	border-radius: 25px;
}

.top_section_wrap h1{
	font-family: 'PT Serif', serif;
	float: left;
	font-size: 26px;
	font-weight: 700;
	color: #880f4f;
	margin: 15px 0 0 35px;
}

.top_menu{
	float: right;
    display: inline-block;
    margin-top: 10px;
}

.top_menu ul li{
	margin-right: 20px;
}

.top_menu ul li a{
	color: #fff;
	font-size: 14px;
	padding-left: 36px;
	padding-right: 36px;
	background: url('img/on_off.png') left center no-repeat #78909c;
	transition: all .2s;
	line-height: 6px;
    border-radius: 25px;
    box-shadow: inset 0px 1px 5px 0px rgba(0, 0, 0, 0.35);
}

 .top_menu ul li a:hover, .top_menu ul li a:focus, .top_menu .current_page_item a{
 	color: #fff!important;
	background: url('img/on_off.png') right center no-repeat #880f4f;
	transition: all .2s;
}

.nav > li > a:hover, .nav > li > a:focus{
	background: none;
}

/* Карточка на главной */
.all_cart_wrap {
    float: left;
    clear: none;
    width: 33.33%;
    display: flex;
    min-height: 350px;
}

.all_cart{
	width: 380px;
	min-height: 315px;
	background: #fff;
	margin: 0 auto;
	display: inline-block;
	border-radius: 25px;
    transition: 1s;
}

/*.all_cart_wrap:hover*/

.all_cart_wrap:hover .top_section_cart, .all_cart_wrap:hover .img_cart, .all_cart_wrap:hover .price_cart, .all_cart_wrap:hover .other_data_cart{
	box-shadow: 0px 0px 25px 0px rgba(24, 24, 24, 0.15);
	transition: 1s;
}
.top_section_cart, .img_cart, .price_cart, .other_data_cart{
	transition: 1s;
}

.top_section_cart{
	background: #f3f3f3;
	min-height: 65px;
	padding: 10px 15px;
	border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border: 1px solid #cfd8dc;
}

.header_cart a{
	font-family: 'PT Serif', serif;
    text-align: left;
	font-size: 18px;
	font-weight: 700;
	color: #880f4f;

}

.phone_cart{
	width: 44.7%;
	float: left;
	padding-left: 25px;
	background: url('img/phone.png') left center no-repeat;
	display: inline-block;
	font-size: 13px;
	line-height: 24px;
}

.metro_st_cart{
	width: 55.3%;
	float: left;
	padding-left: 30px;
	background: url('img/metro.png') left center no-repeat;
	display: inline-block;
	font-size: 13px;
	line-height: 24px;
}

.rayon_cart{
	width: 55.3%;
	float: left;
	padding-left: 20px;
	background: url('img/rayon.png') left center no-repeat;
	display: inline-block;
	font-size: 14px;
}

/* .metro_st_cart span, .rayon_cart span{
	border-bottom: 1px dotted #000;
} */

.price_cart{
	background: #f9fbe7;
	padding: 10px;
	min-height: 100px;
	border-right: 1px solid #cfd8dc;
	border-bottom: 1px solid #cfd8dc;
}

.other_data_cart{
	padding: 10px;
	float: left;
	width: 100%;
	display: inline-block;
	background: #e0f7fa;
	border-right: 1px solid #cfd8dc;
	border-bottom: 1px solid #cfd8dc;
	border-bottom-right-radius: 25px;
}

.img_plus_data{
    width: 100%;
    float: left;
    display: inline-block;
}

.img_cart{
	width: 44.7%;
	float: left;
	display: inline-block;
	background: #e8f5e9;
	text-align: center;
	padding: 10px;
	border: 1px solid #cfd8dc;
	border-top: none;
	min-height: 260px;
	border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}

.img_cart img{
	width: 100%;
	max-width: 140px;
	position: relative;
	border-top: 4px solid #880f4f;
	border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    z-index: 100;
}

.photo_yes{
	width: 100%;
	text-align: left;
	margin-top: 5px;
}

.photo_yes span{
    background: url('img/check_green.png') left center no-repeat;
	padding-left: 20px;
	margin-left: 15px;
	font-size: 13px;
	color: #2e7d32;
}

.video_yes{
	width: 100%;
	text-align: left;
}

.video_yes span{
    background: url('img/check_blue.png') left center no-repeat;
	padding-left: 20px;
	margin-left: 15px;
	font-size: 13px;
	color: #00acc1;
}

.data_cart{
	width: 55.3%;
	float: left;
	display: inline-block;
	min-height: 118px;
}

.tt_price{
    background: url('img/rub.png') right center no-repeat;
	width: 70px;
	font-size: 14px;
	line-height: 25px;
	font-weight: 700;
	color: #ef5350;
	-moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: relative;
    top: 25px;
    left: -30px;
}

.tt_data{
    background: url('img/data.png') right center no-repeat;
	font-size: 14px;
	line-height: 25px;
	font-weight: 700;
	color: #2196f3;
	width: 85px;
	-moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: relative;
    top: 35px;
    left: -37px;
}

.price_table, .other_data_table{
	width: calc(100% - 25px);
	margin-left: 25px;
	margin-top: -25px;
}

.other_data_table {
    margin-bottom: 5px;
}

.price_table td, .other_data_table td{
	padding: 2px 8px;
}

.w40p{
	width: 40%;
}

.w60p{
	width: 60%;
}

tr.bgt_p{
	background: #eceedb;
}

tr.bgt_d{
	background: #d5eaed;
}

/* END Карточка на главной */

#colophon {
	width: 100%;
	display: inline-block;
}

.site-info{
	float: left;
	display: inline-block;
}

.footer_navigation{
	max-width: 900px;
	float: right;
	display: inline-block;
	text-align: right;
	font-size: 20px;
	color: #c0c0c0;
	font-weight: 700;
	margin: 15px 20px 35px;
}

.footer_navigation .page-numbers{
	margin: 10px;
}

.footer_navigation a.page-numbers{
	color: #000;
}

.footer_navigation a.page-numbers:hover{
	color: #c0c0c0!important;
}

a.question {
    display: inline-block;
    font-size: 20px;
    margin: 20px;
    color: #000;
    border-bottom: 2px dotted #000;
}

a.question:hover{
	color: #c0c0c0;
    border-bottom: 2px solid #c0c0c0;
}

.pagination{
	width: 100%;
	float: right;
	display: inline-block;
	text-align: right;
	font-size: 20px;
	color: #c0c0c0;
	font-weight: 700;
	margin: 15px 20px 35px;
}

.pagination a, .pagination span{
	margin: 10px;
}

.pagination a{
	color: #000;
}

.pagination a:hover{
	color: #c0c0c0;
}

.main-desc, .taxonomy-description {
	float: left;
	font-size: 14px;
	width: calc(100% - 30px);
	display: inline-block;
	padding: 20px;
	margin: 15px;
	border-radius: 25px;
	border: 1px solid #880f4f;
}

.main-desc p, .taxonomy-description p{
	margin: 0;
	padding: 0;
}

#plato-form {
    width: 100%;
    max-width: 600px;
    margin-left: 20px;
}

#plato-form input, #plato-form textarea{
	margin-bottom: 10px;
}

.page-title-404 {
    padding: 30px;
    font-size: 25px;
    text-align: center;
    color: #000;
}

.page-header-404 {
	margin: 50px 0;
    text-align: center;
}

#cmfdp-0, #cmfdp-1 {
	font-size: 16px;
    width: 200px;
    height: 40px;
    position: absolute;
    left: calc(50% - 100px);
    padding-left: 20px;
    border-radius: 25px;
    border: 2px solid #ccc;
}

#primary_w80p{
	width: 80%;
}

.page #page{
	background: #fff;
}

#fancybox-title{
	display: none!important;
}

table.feedbackTab, .feedbackTab th, .feedbackTab td{
	border: none;
}

.adv-list th, .adv-list td{
	border: none;
}

.adv-list{
	border: 1px solid #eee;
}

.title_table{
	background-color: #eee!important;
}
.list-show li.active{
	background-color: #eee;
}
.list-show li{
	border: none;
}
.login2{
	border: 1px solid #f0f0f0;
    width: 203px;
    margin: 20px;
    text-align: center;
    padding: 15px;
    border-radius: 5px;
    background-color: #F7EBEE;
    word-wrap: break-word;
    display: inline-block;
    box-shadow: 0px 2px 2px 0px rgba(24, 24, 24, 0.15);
    /* float: left; */
}
.login2 a{
	word-wrap: break-word;
}

figure.gallery-item img{
	transition: 1s;
}

figure.gallery-item img:hover {
    box-shadow: 0px 0px 25px 0px rgba(24, 24, 24, 0.55);
    transition: 1s;
}

.services_table{
	width: 100%;
}

input{
	padding: 10px;
}

input[type=file]{
	border: none;
}

.adv-fotos li a{
	font-size: 16px;
}

.adv-fotos-main{
	color: green;
	border-bottom: 2px solid;
}

/*login*/
#loginform p{
    text-align: left;

}

.top_information{
	margin-top: 33px;
}

#balance_info{
	padding: 10px;
	border: 2px dashed #43EFCF;
}

#secondary {
    width: calc(20% - 20px);
    float: right;
    padding: 0;
    margin-right: 10px;
    margin-left: 10px;
}

ul.packet-actions {
    font-size: 16px;
    margin-top: 20px;
}

.pagination .current, .pagination a:hover {
	background: transparent;
	color: #c0c0c0!important;
}

.fa-question-circle{
	color: #26649A!important;
}

input[name=uniquecode], #profile-form input, #registration-form input, #adv_restore input{
	border: 1px solid #ccc;
	margin-bottom: 5px;
	border-radius: 3px;
}

/* Карточка */
.single-post #page{
	background: #fff;
}

.tit-con2, .tit-con {
    font-weight: 700;
    margin: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
    padding: 5px;
}

/* single */
.ank-cont-top h1 {
	font-family: 'PT Serif', serif;
    font-weight: 700;
    color: #880f4f;
    margin-bottom: 5px;
}

.about-me img{
	display: none;
}

.recomended {
    width: 100%;
    display: inline-block;
    float: left;
}

.title_rec {
    width: 100%;
    text-align: center;
    font-size: 22px;
    margin-top: 40px;
    margin-bottom: 25px;
}

ul.ul_rec {
    list-style: none;
    width: 100%;
    float: left;
    display: inline-flex;
    padding: 0;
    margin: 0;
}

ul.ul_rec li {
    float: left;
    width: 25%;
    margin: 0;
    padding: 0;
    text-align: center;
}

.BadMan_soc{
	float: left;
	display: inline-block;
	margin-top: 40px;
}

.cell img{
	margin-bottom: 15px;
	border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
    transition: 1s;
}

.cell img:hover{
	display: inline-block;
    box-shadow: 0px 0px 25px 0px rgba(24, 24, 24, 0.55);
    transition: 1s;
}

.cell a{
	font-size: 20px;
	color: #000;
}

.single-block {
    overflow: hidden;
    width: 340px;
    display: block;
    float: left;
    padding: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    background: #F9F9F9;
    border-radius: 4px;
    border: 1px solid #ccc;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.16);
}

.i-m-a, .i-ph-a, .i-l-a {
    font-size: 18px;
}

.i-ph-a {
    margin-bottom: 15px;
}

.i-m-a{
    padding-left: 30px;
    background: url('img/metro.png') left center no-repeat;
}

.i-ph-a {
    padding-left: 30px;
    background: url('img/phone.png') left center no-repeat;
}

.i-l-a{
     padding-left: 30px;
    background: url('img/rayon.png') 2% center no-repeat;
}

.information .tit-con:before {
    margin-right: 5px;
    content: url('img/k-about.png');
}

.price-list .tit-con:before {
    margin-right: 5px;
    content: url('img/k-price.png');
}

.services .tit-con:before {
    margin-right: 5px;
    content: url('img/k-services.png');
}

.about-me .tit-con:before {
    margin-right: 5px;
    content: url('img/k-info.png');
}

.vidos .tit-con2:before {
    margin-right: 5px;
    content: url('img/k-video.png');
}

.services ul {
    padding: 0;
}

.services ul li {
    list-style-type: none;
}

.information .fr-ank {
    width: 245px;
}

.information .fr-ank tbody {
    width: 300px;
}

.fr-ank td {
    border-bottom: 1px solid #ebeae9;
}

.descr-auth {
    padding: 10px;
    margin: 0 20px;
    border: 1px solid #f0f0f0;
    width: 100%;
    max-width: 600px;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
    box-shadow: 0px 2px 2px 0px rgba(24, 24, 24, 0.15);
}

.dop_info_wrap{
	width: 100%;
	display: inline-block;
}

.dop_info{
	width: 1220px;
	margin: 0 auto;
}

#city-def span{
	border-bottom: 1px dotted #fff;
}

#city-def span:hover{
	border-bottom: 1px solid #fff;
}

#city-def {
	text-align: center;
    float: right;
    display: inline-block;
    color: #fff;
    padding: 0;
    margin: 5px 25px 0 0;
}

#city-def p{
	margin: 0;
	padding: 0;
}

#city-def:hover{
	cursor: pointer;
}

/* Другие города*/
#window {
    display: none;
    max-width: 770px;
    max-height: 530px;
    margin: 50px auto;
    background: #fff;
    z-index: 999;
    position: fixed;
    left: 0;
    right: 0;
    top: 14%;
    bottom: 0;
    padding: 15px 30px;
    box-shadow: 0 10px 18px 0px rgba(0, 0, 0, 0.41);
    border-radius: 10px;
}

#wrap {
    display: none;
    position: fixed;
    z-index: 998;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.70);
}

#window label {
    float: left;
    width: 100%;
    font-size: 13px;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

#window label a {
 line-height: 21px;
 color: #000;
}

#window label a:hover {
	color: #c62828;
}

#big-city {
    font-weight: 700!important;
}

#window img {
 	float: right;
    width: 10px;
    margin-right: -15px;
}

#window img:hover {
    cursor: pointer;
}

#window .title {
 	color: #c62828;
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 700;
}

.wrap_label{
	padding: 0 0 20px 20px;
	-webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    height: auto;
    max-height: 440px;
}
/* END другие города*/

#breadcrumbs{
	float: left;
	margin-left: 25px;
	margin-top: 20px;
    font-size: 13px;
}

#breadcrumbs p{
	margin: 0;
	padding: 0;
}

#breadcrumbs, #breadcrumbs a {
	color: #fff;
}

.breadcrumb_last{
    border-bottom: 1px dotted #fff;
}



/*
Адаптив
*/

#uwpqsf_btn_m input{
	display: none;
    font-size: 15px;
    font-weight: 700;
    padding: 10px 45px;
    background: #a71466;
    border: none;
    border-radius: 25px;
}

#uwpqsf_btn_m input:hover{
    background: #961960;
}

@media screen and (max-width: 768px) {
	.top_header{
		width: 100%;
	}

	.head_section1, .head_section2{
		width: 100%;
	}

	.head_section2{
		/* display: none; */
	}

	.dop_info{
		width: 100%;
	}

	#page{
		width: 100%;
	}

	#content{
		width: 100%;
	}

	.row{
		margin: 0;
	}

	.all_cart_wrap{
		width: 49%;
		margin: 0 1% 1% 0;
	}

	.container{
		padding: 0 10px;
	}
	
	.top_section_cart {
	    display: inline-block;
	    width: 100%;
	}
	
	.top_section_wrap h1{
		width: 100%;
		padding: 0;
		margin: 15px 0;
		text-align: center;
	}

	.phone_cart, .rayon_cart, .metro_st_cart{
		width: 100%;
	}

	.site_description_top span{
		display: none;
	}

	.auth_adv_top{
        float: left;
        margin-left: 20px;
    }

	.dop_info_wrap{
		display: none;
	}

	.ank-cont-right{
		width: 100%;	
	}

	.ank-cont-left{
		width: 100%;
		padding: 0;
	}

	.single-block{
		width: 100%;
		font-size: 18px!important;
	}

	.single-block td{
		font-size: 18px!important;
	}

	.single-block td ul li{
		margin-bottom: 5px;
	}

	.left-col-left, .left-col-right{
		width: 50%;
	}

	ul.ul_rec li{
		width: 23%;
		margin: 1%;
	}

	.ank-cont-top div{
		font-size: 20px;
		margin-bottom: 5px;
	}

	.price-list .left-col-left table, .price-list .left-col-right table{
		width: 100%;
	}

	/*Моб поиск*/
	#uwpqsf_id{
		width: 100%!important;
	}

	.uwpqsf_class {
		clear: none!important;
		border-radius: 0px!important;
		border: none!important;
		width: 48%!important;
		float: left!important;
		margin-right: 1%!important;
		margin-left: 1%!important;
		margin-bottom: 10px!important;
	}
	
	#uwpqsf_btn_m input{
		display: block!important;
		margin: 15px auto 0!important;
	}

	#mobile_menu #uwpqsf_btn_m{
		width: 100%!important;
		text-align: center;
	}

	#mobile_menu{
		margin-top: -40px;
	}

	/* карточка */
    .img_cart{
        width: 100%;
        border-radius: 0;
    }

    .data_cart{
        width: 100%;
    }

    .price_cart{
        border-left: 1px solid #cfd8dc;
    }

    .other_data_cart{
        border-left: 1px solid #cfd8dc;
        border-bottom-left-radius: 25px;
    }

    .photo_yes, .video_yes{
        text-align: center;
    }

    .photo_yes span, .video_yes span{
        margin-left: 0;
    }
    .all_cart_wrap{
        min-height: 600px;
    }
	/* end карточка */

    .page-header-404 img{
        width: 100%;
    }

    body.archive .top_section_wrap, body.single .top_section_wrap, body.search .top_section_wrap{
        display: none;
    }

    .single .post_box{
        margin-top: 15px;
    }
    
}

@media screen and (max-width: 500px) {
	.all_cart_wrap{
		width: 100%;
		margin: 1% 0;
	}

	.left-col-left, .left-col-right{
		width: 100%;
	}
}




/* new style - BadMan - 22.09.16 */
.no-results .page-header-no, .no-results .oops{
    text-align: center;
}

.img_404 {
    width: 100%;
    max-width: 380px;
}

.oops{
    font-size: 20px;
}

.wrap_left_block, .wrap_right_block {
    float: left;
    width: 50%;
}

@media screen and (max-width: 768px) {
    .wrap_left_block, .wrap_right_block {
        width: 100%;
    }

#secondary {
        width: inherit;
}


}

@media screen and (max-width: 500px){
    ul.ul_rec{
        display: inline-block;
    }

    ul.ul_rec li {
        width: 48%;

    }

    ul.ul_rec li:nth-child(2n+1) {
        clear: both;
    }
}
/* END new style - BadMan - 22.09.16 */



/* new style for link - BadMan - 30.01.17 */
#perelink {
    float: left;
    color: #fff;
    border: 1px solid #fff;
    padding: 5px;
    margin-left: 20%;
    margin-top: 10px;
    line-height: 15px;
}

#perelink a {
    color: #f9a9d7;
    text-decoration: none;
}

#perelink a:hover {
    color: #f9a9d7!important;
    text-decoration: underline;
}


@media screen and (max-width: 768px){
    .home .dop_info_wrap {
        display: inline-block;
    }

    #breadcrumbs, #city-def{
        display: none;
    }

    #perelink {
        text-align: center;
        padding: 10px;
        margin: 10px;
        width: calc(100% - 20px);
        margin-bottom: 30px;
    }
}

/* END new style for link - BadMan - 30.01.17 */

.menu-items-wrap .menu-items label:first-child{
    display: none !important;
}

body.search.search-results .breadcrumb_last {
    display: none;
}


@media screen and (max-width: 425px){
    .sidebar_right_20p aside {
    margin: 0 auto;
    padding-left: 25px;
}
}
