a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1.3;
    font-size: 16px;
    font-family: "Philosopher", serif;
    color: #484848;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a {
    text-decoration: none;
}
:focus {
    outline: -webkit-focus-ring-color auto 0;
}
.container {
    width: 1170px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0 auto;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.content_block,
main.page {
    margin-top: 30px;
}
header.main {
    position: relative;
    width: 100%;
    z-index: 99;
    background-color: #ffeeeb;
    min-height: 110px;
}
.wave,
.wave_content {
    position: absolute;
    top: 0;
    left: 0;
}
.wave {
    background: 0 0;
    background-size: cover;
    width: 100%;
    height: 110px;
    display: block;
    fill: #f76e57;
    z-index: 0;
    -webkit-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    -webkit-filter: drop-shadow(10px -15px 25px red);
    filter: drop-shadow(10px -15px 25px red);
}
.wave_content {
    z-index: 121;
    right: 0;
}
main.main-with-aside,
nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
nav {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.aside,
aside {
    width: 26%;
    background-color: #fff;
}
.w100 {
    width: 100%;
}
.inner-aside {
    position: fixed;
    background: #fff;
    z-index: 99;
    padding: 15px;
    width: 100%;
    height: 100vh;
    top: -200vh;
    left: 0;
    -webkit-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
main.main-with-aside {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
main.main-list,
main.main-with-aside {
    width: 72%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.-js_img_lazy {
    opacity: 0;
}
.img_loaded {
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.fastCall,
.toTop {
    position: fixed;
    right: 20px;
    bottom: 10px;
    width: 55px;
    height: 55px;
    background: #f76e57;
    border-radius: 50%;
    border: 5px solid #fccec6;
    z-index: 6;
    display: none;
    cursor: pointer;
}
.toTop:after {
    content: "";
    width: 15px;
    height: 15px;
    background-color: transparent;
    border: 3px solid #fff;
    border-right: none;
    border-bottom: none;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: calc(50% - 9px);
    top: calc(50% - 6px);
}
.fastCall {
    background-image: url(../img/fastcall.png);
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}
.menu-btn {
    display: none;
    width: 110px;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}
.menu-btn div,
.menu-btn div::after,
.menu-btn div::before {
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: 50%;
    margin-left: -15px;
    width: 30px;
    height: 2px;
    background-color: #fff;
}
.menu-btn div::after,
.menu-btn div::before {
    content: "";
    display: block;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.menu-btn div::before {
    -webkit-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    transform: translateY(-7px);
}
.menu-btn div::after {
    -webkit-transform: translateY(7px);
    -ms-transform: translateY(7px);
    transform: translateY(7px);
}
.menu-btn_active div {
    height: 0;
}
.menu-btn_active div:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.menu-btn_active div:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.menu-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.menu li::after,
.menu-nav {
    background-color: #fff;
    height: 50px;
}
.menu-nav__link {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    margin-right: 20px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0;
}
.menu-nav__link_active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}
footer.page-footer {
    width: 100%;
    background-color: #262626;
    margin-top: 15px;
    z-index: 0 !important;
}
.footer-link {
    color: #606060;
}
.header,
.logo-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.header {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}
.logo-link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 30px;
}
.logo-img {
    padding: 0 2px;
    -webkit-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
}
.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.desktop-hidden {
    display: none !important;
}
.menu li a {
    color: #fff;
    font-size: 18px;
    margin: 10px;
    padding: 42px 0;
}
.breadcrumbs li a.active,
.breadcrumbs li a:hover,
.menu li a.active,
.menu li a:hover {
    text-decoration: underline;
}
.menu li::after {
    content: "";
    width: 3px;
    height: 3px;
    display: inline-block;
    margin: 4px 5px;
}
.breadcrumbs li:last-child:after,
.menu li:last-child:after {
    width: 0;
    height: 0;
}
.breadcrumbs {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: -1;
    padding: 20px 0;
}
.main-breadcrumbs {
    position: relative;
    padding-top: 110px;
}
.breadcrumbs .container {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1000;
}
.breadcrumbs li a {
    color: #484848;
}
.breadcrumbs li::after {
    content: "";
    width: 3px;
    height: 3px;
    background-color: #484848;
    display: inline-block;
    margin: 4px 10px;
}
.main-header {
    width: 100%;
    font-size: 28px;
    margin-bottom: 0;
    position: relative;
    z-index: 2;
    color: #f76e57;
    padding: 0 15px;
}
.img-name-block2 {
    cursor: pointer;
}
.h1-like:after,
.main-header:after {
    content: "";
    position: absolute;
    background-color: #fccec657;
    height: 7px;
    left: 0;
    z-index: -1;
}
.main-header:after {
    width: calc(100% - 30px);
    top: 23px;
    margin: 0 15px;
}
.h1-like {
    width: 100%;
    font-size: 25px;
    position: relative;
    z-index: 2;
    margin: 15px 0;
    color: #f76e57;
}
.h1-like:after {
    width: 100%;
    top: 20px;
}
.sidebar-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin-bottom: 15px;
    position: relative;
}
.services-header,
.sidebar-header {
    position: relative;
    padding: 10px;
    background-color: #f76e57;
    color: #fff;
    font-size: 18px;
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    cursor: pointer;
}
.hidden-services {
    width: 100%;
    margin: 0 2px;
}
.select-header {
    background: #fff;
    color: #484848;
    border-radius: 2px;
    border: 1px solid #fdd8d2;
}
.sidebar-arrow {
    width: 10px;
    height: 10px;
    background-color: transparent;
    border: 3px solid #fff;
    border-left: none;
    border-top: none;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 20px;
    top: 33%;
    -webkit-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
}
.select-header .sidebar-arrow {
    border: 3px solid #f76e57;
    border-left: none;
    border-top: none;
}
.sidebar-arrow.hidden-content {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.sidebar-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #fff;
}
.select-content {
    background: #fff;
    border: 1px solid #fdd8d2;
    border-top: none;
    border-radius: 2px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    display: none;
    position: absolute;
    width: 100%;
    z-index: 10;
    top: 45px;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 300px;
}
.catalog-description {
    margin-top: 5px;
    width: 100%;
    margin-bottom: 15px;
    padding: 15px;
    -webkit-box-shadow: 4px 0 15px -4px #c1c1c1, -4px 0 8px -4px #c1c1c1;
    box-shadow: 4px 0 15px -4px #c1c1c1, -4px 0 8px -4px #c1c1c1;
}
.first_seo_block {
    z-index: 0;
}
.bottom-seo-text {
    margin: 15px;
    -webkit-box-shadow: 4px 0 15px -4px #c1c1c1, -4px 0 8px -4px #c1c1c1;
    box-shadow: 4px 0 15px -4px #c1c1c1, -4px 0 8px -4px #c1c1c1;
    padding: 15px;
    z-index: 0;
}
.bottom-seo {
    text-align: center;
    width: 100%;
    font-size: 27px;
    position: relative;
    color: #f76e57;
    padding: 0 15px;
    z-index: 0;
}
.sidebar-content li {
    background-color: #fdd8d2;
    margin: 2px;
    border-radius: 2px;
    -webkit-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}
#menu-uslugi.sidebar-content li {
    width: 100%;
    cursor: pointer;
}
.hidden-services li {
    margin: 4px 0;
}
.hidden-services li:nth-child(1) {
    margin-top: 2px;
}
.sidebar-content li a {
    color: #484848;
    padding: 10px;
    display: block;
    width: 100%;
    height: 100%;
}
.select-content li {
    background: 0 0;
    width: 100%;
    cursor: pointer;
}
.sidebar-content li.active,
.sidebar-content li:hover {
    background-color: #f76e57;
    color: #fff;
}
.sidebar-content li:hover a {
    color: #fff;
}
.anketa .anketa-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
}
div.container div.section,
div.container section {
    margin: 15px 0;
    width: 100%;
}
.anketa {
    width: calc((100% / 3) - 14px);
    margin: 15px 7px;
    -webkit-box-shadow: 4px 0 15px -12px #c1c1c1, -4px 0 8px -4px #c1c1c1;
    box-shadow: 4px 0 15px -12px #c1c1c1, -4px 0 8px -4px #c1c1c1;
}
.anketa-footer,
.anketa-name {
    padding: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.anketa-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #fef0ee;
}
.anketa-name {
    padding: 5px 10px;
    position: absolute;
    background-color: #f76e5785;
    color: #fff;
    font-size: 18px;
    width: 100%;
    /*border-top-left-radius: 5px;*/
    /*border-top-right-radius: 5px;*/
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    bottom: 0px;
}
.anketa-name a {
    color: #fff;
    font-size: 16px;
}
.anketa-name,
.icon-set,
.params li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.icon-set {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
}
.icon-set .video {
    background: url(../img/video.png);
    width: 25px;
    height: 25px;
    background-size: cover;
    margin: 0 1px;
}
.icon-set .checked {
    background: url(../img/check.png);
}
.icon-set .apartament,
.icon-set .checked,
.icon-set .depature {
    width: 25px;
    height: 25px;
    background-size: cover;
    margin: 0 1px;
}
.icon-set .apartament {
    width: 25px;
    height: 25px;
    background: url(../img/apart.png);
    background-size: cover;
}
.icon-set .depature {
    width: 25px;
    height: 25px;
    background: url(../img/depart.png);
    background-size: cover;
}
.first-photo,
.one-column-list a {
    width: 100%;
}
.first-photo-link {
    height: 370px;
    overflow: hidden;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.anketa-keywords {
    border-bottom: 1px solid #fdd8d2;
    padding-bottom: 5px;
    margin-bottom: 15px;
}
.params {
    width: 100%;
    margin-bottom: 15px;
    /*height: 140px;*/
}
.params li {
    margin: 5px 0;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}
.param-label,
.param-value {
    background-color: #fff;
    z-index: 2;
    color: #484848;
}
.params li:after {
    content: "";
    display: block;
    width: 100%;
    border-bottom: 1px solid #fdd8d2;
    position: absolute;
    top: 10px;
}
.metro-name {
    font-size: 18px;
    color: #484848;
    text-align: center;
    width: 100%;
    padding: 10px;
}
.anketa-content {
    padding: 15px;
    display: inline-flex;
    flex-direction: column;
}
.anketa-description {
    height: 100px;
    overflow: hidden;
    margin-top: 10px;
    font-size: 15px;
}
.apartament-side,
.departure-side {
    width: 50%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}
.anketa-footer .apartament-side,
.anketa-footer .departure-side {
    width: 49%;
}
.price-span {
    padding: 10px;
    text-align: left;
}
.anketa-footer .departure-side .price-span {
    text-align: right;
}
.girl-price {
    margin: 2px;
    color: #484848;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.girl-price span:nth-child(1) {
    font-size: 14px;
    margin-right: 12px;
}
.girl-price span:nth-child(2) {
    background-color: #f76e57;
    border-radius: 2px;
    padding: 3px;
    color: #fff;
    font-size: 14px;
    width: 60px;
    text-align: center;
}
.rub,
.rub:before {
    display: inline-block;
}
.rub:before {
    content: "₽";
    font-family: "Open Sans", sans-serif;
}
.read-more {
    padding: 5px 10px;
    color: #f76e57;
    font-weight: 600;
    text-decoration: none;
    border: 2px solid #fccec6;
    border-radius: 3px;
    margin-top: 15px;
    -webkit-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    width: 100%;
    text-align: center;
}
.read-more:hover {
    border: 2px solid #f76e57;
    background-color: #fccec6;
}
.footer-text {
    color: #606060;
    padding: 25px;
}
.nav-links {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.page-numbers {
    border: 1px solid #fff;
    color: #484848;
    padding: 8px 16px;
    text-decoration: none;
}
.page-numbers.current,
.page-numbers:hover {
    background-color: #f76e57;
    color: #fff;
}
.page-numbers.dots:hover {
    background-color: #fff;
    color: #484848;
}
.girl-container,
.girl-prices .apartament-side,
.girl-prices div {
    width: 100%;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
}
.girl-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 1px solid #f76e57;
}
.girl-photo {
    width: 100%;
    cursor: pointer;
}
.photo-holder {
    height: 355px;
    overflow: hidden;
    width: 25%;
}
.girl-info {
    width: 22%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px;
}
.girl-metro-name:before,
.metro-icon {
    width: 16px;
    margin-right: 5px;
}
.girl-metro-name {
    color: #484848;
    font-weight: 700;
    /*display: -webkit-box;*/
    /*display: -ms-flexbox;*/
    display: inline-flex;
    /*height: 40px;*/
}
.girl-rajon-name {
    color: #484848;
    font-weight: 700;
    display: inline-flex;
}
.girl-metro-name:before {
    content: "";
    background-image: url(../img/sprite.png);
    height: 13px;
    display: inline-block;
    background-size: cover;
}
.phone-header {
    margin-bottom: 15px;
    font-weight: 700;
}
.girls-phone,
.show-phone {
    background-color: #f76e57;
    border-radius: 5px;
    color: #fff;
    text-align: center;
}
.girls-phone {
    display: none;
    padding: 10px 20px;
}
.show-phone {
    padding: 10px 35px;
    cursor: pointer;
}
.girl-prices {
    width: 53%;
    background-color: #fef0ee;
    padding: 15px;
}
.girl-prices .apartament-side,
.girl-prices div {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.girl-prices .price-span {
    width: 25%;
    font-weight: 700;
}
.girl-prices .girl-price {
    width: 25%;
}
.girl-prices .departure-side {
    margin-bottom: 25px;
}
.no-price {
    width: 36%;
    text-align: center;
}
.girls-servises,
.girls-servises li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.girls-servises li.hidden{
    display: none;
}
.girls-servises {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.girls-servises li {
    width: calc(25% - 10px);
    margin: 5px;
    padding: 5px 25px;
    background-color: #f76e57;
    border-radius: 5px;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.girls-servises li a , .girls-servises li span{
    color: #fff;
    display: block;
    width: 100%;
    padding: 5px;
    cursor: pointer;
}
.girls-servises li.havent {
    opacity: 0.5;
}
.page-hidden-services {
    width: 100%;
    margin: 0 10px 10px 0;
    display: none;
}
.page-hidden-services li:nth-child(1) {
    margin-top: 5px;
}
.page-hidden-services li {
    margin-top: 10px;
}
.show-all-services {
    color: #fff;
    display: block;
    width: 100%;
    padding: 5px;
    font-weight: 700;
}
.cont_list,
.linkovka-cont .linkovka-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
.cont_list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.list_item {
    display: inline-block;
    font-size: 20px;
    color: #484848;
    width: 50%;
}
#wpadminbar {
    position: fixed;
}
.toolbarContainer {
    display: none !important;
}
.linkovka-cont .linkovka-block {
    width: calc(33% - 11px);
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}
.linkovka-wrapper {
    width: 100%;
    height: 510px;
    overflow: hidden;
    position: relative;
}
.first-photo-link.linkovka {
    height: 420px;
}
.first-photo, .one-column-list a img{
    /*height: 100%!important;*/
}
.ankets-wrapper,
.page-not-found {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
}
.ankets-wrapper {
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.page-not-found {
    width: 75%;
    text-align: center;
    padding: 20px;
    font-size: 30px;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
}
.error-code {
    width: 100%;
    font-weight: bolder;
    font-size: 60px;
}
.error-link-button {
    padding: 5px 10px;
    color: #f76e57;
    font-weight: 600;
    text-decoration: none;
    border: 2px solid #fccec6;
    border-radius: 3px;
    -webkit-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    width: 35%;
    text-align: center;
    margin: 20px auto;
}
.error-link-button:hover {
    border: 2px solid #f76e57;
    background-color: #fccec6;
}
.anketa-section {
    width: 100%;
}
.active_tax {
    display: none;
}
.errorpage {
    height: calc(100vh - 317px);
}
.onlimobile {
    display: none;
}
