@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');
@font-face {
    font-family: "Athelas";
    font-style: normal;
    font-weight: 400;
    /* Браузер сначала попробует найти шрифт локально */
    src: url("/css/athelas-regular.eot") format("eot"), url("/css/athelas-regular.ttf") format("ttf"), url("/css/athelas-regular.svg") format("svg"), url("/css/athelas-regular.woff") format("woff"), url("/css/athelas-regular.woff2") format("woff2");
}
@font-face {
    font-family: "Nexa";
    font-style: normal;
    font-weight: 400;
    /* Браузер сначала попробует найти шрифт локально */
    src: url("/css/nexa_script_light.eot") format("eot"), url("/css/nexa_script_light.ttf") format("ttf"), url("/css/nexa_script_light.svg") format("svg"), url("/css/nexa_script_light.woff") format("woff"), url("/css/nexa_script_light.woff2") format("woff2");
}
@font-face {
    font-family: "Americantypewriter";
    font-style: normal;
    font-weight: 400;
    /* Браузер сначала попробует найти шрифт локально */
    src: url("/css/americantypewriter.eot") format("eot"), url("/css/americantypewriter.ttf") format("ttf"), url("/css/americantypewriter.svg") format("svg"), url("/css/americantypewriter.woff") format("woff"), url("/css/americantypewriter.woff2") format("woff2");
}
body {
    font-family: "Montserrat", sans-serif;
}
header {
    display: flex;
    justify-content: center;
    padding-top: 17px;
}
.pb-3 {
    background-color: transparent !important;
    z-index: 3;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    width: 1300px;
    display: flex;
}
button.zakaz-sbros {
    border: 2px solid #CCFFCC;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 8px;
    padding-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    background-color: transparent;
    color: #fff;
    font-size: 16px;
    display: block;
}
button.vacancies {
    border: 2px solid #CCFFCC;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 8px;
    padding-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    background-color: transparent;
    color: #fff;
    font-size: 16px;
    display: block;
    border-radius: 20px;
}
button.btn-search {
    border: solid 2px #BDA660;
    background-color: transparent;
    color: #CC9933;
    width: 470px;
    height: 62px;
    border-radius: 31px;
    text-transform: uppercase;
    font-size: 20px;
}
div#search {
    width: 30%;
    display: flex;
    justify-content: center;
}
div#lang {
    width: 10%;
    display: flex;
    justify-content: center;
}
button.btn-lang {
    color: #CC9933;
    border: none;
    background-color: transparent;
    width: 40px;
    text-transform: uppercase;
	font-size: 18px;
}
div#logo {
    width: 17%;
    display: flex;
    justify-content: flex-start;
}
div#logo img {
    width: 100%;
}
div#menu-nav {
    width: 65%;
    display: flex;
}
div#menu-nav-mob {
    display: none;
}
div#telegr {
    width: 18%;
    display: flex;
    justify-content: flex-end;
    align-content: center;
    align-items: center;
    padding-left: 30px;
    flex-wrap: wrap;
}
div#phone {
    width: 30%;
}
div#phone2 {
    width: 30%;
    text-align: center;
}
a.tel-head {
    color: #fff;
    font-size: 21px;
}
div#texts div#telegr img.card-img-mes {
    width: 50px;
    margin-right: 20px;
}
a.text-secondary {
    color: #000 !important;
}
.tg-bot {
    text-align: center;
    height: 50px;
    border-radius: 5px;
    display: flex;
    line-height: 50px;
    color: #fff;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    background: rgba(255, 255, 255, 0.15);
    border: 2px solid rgba(255, 255, 255, 0.1);
    padding-left: 20px;
    padding-right: 20px;
}
.tg-bot:hover {
    border: 2px solid rgba(255, 255, 255, 1);
}
.tg-bot:before {
    content: "";
    width: 26px;
    height: 26px;
    background: url(/img/teleg.svg);
    background-size: contain;
    position: relative;
    margin-right: 10px;
    display: inline-block;
    background-repeat: no-repeat;
    top: 0px;
    left: 0px;
}
.tg-bot a {
    color: #fff !important;
    text-decoration: none;
}
.container.menu {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2;
    justify-content: flex-end;
}
div#menu {
    width: auto;
    display: flex;
    justify-content: flex-end;
    padding-left: 20px;
    padding-right: 20px;
}
button.btn-top-menu {
    color: #fff;
    background-color: transparent;
    border: none;
    font-size: 18px;
    font-weight: 300;
}
section.background-cover.hero {
    height: 627px;
    background-image: url(/img/fon1.jpg);
    top: -67px;
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: -82px;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
}
div#dop-menu2, div#dop-menu3, div#dop-menu4 {
	width: 19% !important;
    display: inline-block;
    margin-left: 9px;
    margin-right: 9px;
}
div#dop-menu1 {
	width: 19% !important;
    display: inline-block;
    margin-left: 0px;
    margin-right: 9px;
}
div#dop-menu5 {
	width: 19% !important;
    display: inline-block;
    margin-left: 9px;
    margin-right: 0px;
}
.param {
    background-image: url(/img/exp.jpg);
    width: 243px;
    height: 189px;
    background-size: cover;
    background-position: center center;
    border: solid 2px #000;
    display: flex;
    justify-content: center;
    align-items: center;
}
.param:hover {
    border: solid 2px #CC9933;
    box-shadow: 0 0 0 122px rgba(0, 0, 0, 0.33) inset;
}
.serv {
    background-image: url(/img/serv.jpg);
    width: 243px;
    height: 189px;
    background-size: cover;
    background-position: center center;
    border: solid 2px #000;
    display: flex;
    justify-content: center;
    align-items: center;
}
.serv:hover {
    border: solid 2px #CC9933;
    box-shadow: 0 0 0 122px rgba(0, 0, 0, 0.33) inset;
}
.metro {
    background-image: url(/img/metro.jpg);
    width: 243px;
    height: 189px;
    background-size: cover;
    background-position: center center;
    border: solid 2px #000;
    display: flex;
    justify-content: center;
    align-items: center;
}
.metro:hover {
    border: solid 2px #CC9933;
    box-shadow: 0 0 0 122px rgba(0, 0, 0, 0.33) inset;
}
.district {
    background-image: url(/img/dist.jpg);
    width: 243px;
    height: 189px;
    background-size: cover;
    background-position: center center;
    border: solid 2px #000;
    display: flex;
    justify-content: center;
    align-items: center;
}
.district:hover {
    border: solid 2px #CC9933;
    box-shadow: 0 0 0 122px rgba(0, 0, 0, 0.33) inset;
}
.map {
    background-image: url(/img/map.jpg);
    width: 243px;
    height: 189px;
    background-size: cover;
    background-position: center center;
    border: solid 2px #000;
    display: flex;
    justify-content: center;
    align-items: center;
}
.map:hover {
    border: solid 2px #CC9933;
    box-shadow: 0 0 0 122px rgba(0, 0, 0, 0.33) inset;
}
.container.hero {
    padding-left: 0;
    padding-right: 0;
    display: flex;
    justify-content: center;
    top: 85px;
    position: relative;
    z-index: 2;
}
a {
    text-decoration: none !important;
}
.texts span {
    color: #D6C17E !important;
    font-size: 18px;
    font-weight: 900;
    padding-left: 20px;
}
.texts {
    width: 200px;
    display: inline-flex;
    align-items: center;
}
section.ankets {
    padding-top: 80px;
    position: relative;
    padding-bottom: 55px;
    background-image: url(/img/fon3.jpg);
}
h2.title-ank {
    text-align: center;
    color: #003399;
    font-size: 25px;
    font-weight: 600;
    padding-bottom: 30px;
}
.col-md-3 {
    flex: 0 0 auto;
    width: 33%;
}
section.vac {
    padding-top: 130px;
    position: relative;
    padding-bottom: 55px;
    background-image: url(/img/fon5.jpg);
    background-size: cover;
    background-position: right center;
    margin-top: -71px;
}
.location-block {
    display: none;
}
div#opisanie h1 {
    color: #fff;
    font-size: 38px;
    text-align: center;
}
h1.mob {
    display: none;
}
div#opisanie h2 {
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-style: italic;
    font-family: "Athelas";
}
h2.mob {
    display: none;
}
div#opisanie p {
    padding-top: 40px;
    padding-left: 20px;
    color: #D6C17E;
    font-size: 18px;
}
article.card {
    border-radius: 0px;
    background-color: #fff;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    border: 2px solid #fff;
}
article.card:hover {
    box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.3);
    border: 2px solid #00CCFF;
}
img.card-img {
    border-radius: 0px;
}
.card-info {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
    padding-bottom: 25px;
}
.card-photo {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    z-index: 2;
}
.card-prce {
    width: 100%;
}
.card-info-but {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    padding-top: 15px;
}
.card-info h2 {
    color: #000;
    font-size: 25px;
    width: 100%;
    position: relative;
    padding-top: 20px;
    text-transform: uppercase;
    font-family: "Americantypewriter";
    font-weight: 600;
}
.ank-metro {
    color: #DC9D5E;
    padding-left: 10px;
    font-size: 13px;
    font-weight: 300;
}
.card-metro {
    display: flex;
    align-items: center;
    position: relative;
    top: -15px;
}
.card-premium {
    width: 30%;
    display: inline-block;
}
.card-about {
    width: 100%;
    color: #000;
}
.age {
    background-color: #0E0E0F;
    display: flex;
    padding: 13px;
}
.sis {
    display: inline-flex;
    width: 52%;
}
.card-info-age {
    width: 60%;
    color: #D6C17E;
    font-size: 14px;
}
.card-age {
    width: 40%;
    text-align: right;
    color: #D6C17E;
    font-size: 14px;
}
.card-info-sis {
    width: 60%;
    color: #fff;
    font-size: 14px;
}
.card-sis {
    width: 40%;
    text-align: center;
    color: #CCFFCC;
    font-size: 14px;
}
.rost {
    display: inline-flex;
    width: 31%;
}
.ves {
    display: inline-flex;
    width: 31%;
}
.card-info-rost {
    width: 60%;
    color: #fff;
    font-size: 14px;
}
.card-rost {
    width: 40%;
    text-align: center;
    color: #CCFFCC;
    font-size: 14px;
}
.card-info-ves {
    width: 60%;
    color: #fff;
    font-size: 14px;
    text-align: center;
}
.card-ves {
    width: 40%;
    text-align: center;
    color: #CCFFCC;
    font-size: 14px;
}
img.card-img {
    border-radius: 0px;
    object-fit: cover;
    width: 401px;
    height: 356px;
}
.card-video {
    padding-top: 90px;
    position: absolute;
    padding-right: 10px;
}
.card-online {
    display: inline-flex;
    width: 57px;
}
.card-prce {
    width: 210px;
    padding-top: 8px;
    padding-bottom: 6px;
    display: flex;
    color: #fff;
    font-size: 26px;
    margin-top: -75px;
    position: relative;
    border: solid #fff 2px;
    padding-left: 11px;
    border-left: none;
    background-color: #00000080;
    margin-bottom: 15px;
    z-index: 3;
}
.card-prce span {
    font-family: Nexa;
}
span.card-info-let {
    color: #000;
}
span.card-who {
    color: #000;
    padding-left: 3px;
}
.visit1 {
    display: flex;
    color: #D6C17E;
    font-size: 15px;
    padding-left: 14px;
    padding-right: 7px;
    width: 33%;
    justify-content: center;
}
.visit2 {
    display: flex;
    color: #D6C17E;
    font-size: 15px;
    padding-right: 7px;
    padding-left: 7px;
    width: 33%;
    justify-content: center;
}
.visit6 {
    display: flex;
    color: #D6C17E;
    font-size: 15px;
    padding-right: 0px;
    padding-left: 7px;
    width: 33%;
    justify-content: center;
}
.card-visit1 {
    width: 40%;
    text-align: center;
}
.card-visit2 {
    width: 40%;
    text-align: center;
}
.card-visit6 {
    width: 40%;
    text-align: center;
}
.card-pricev1 {
    font-weight: 600;
}
.card-pricev2 {
    width: 60%;
    text-align: center;
    font-weight: 600;
}
.card-pricev6 {
    width: 60%;
    text-align: center;
    font-weight: 600;
}
.card-vip {
    width: 30%;
    display: inline-block;
}
div#opisanie {
    padding-bottom: 80px;
    padding-top: 117px;
}
a.btn {
    background-color: #23cdfd26;
    color: #fff;
    border: 2px solid #00CCFF;
    border-radius: 5px;
    height: 50px;
    width: 434px;
    font-size: 17px;
    text-transform: uppercase;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-weight: 300;
    padding-top: 0;
    padding-bottom: 0;
}
a.btn span {
    display: flex;
    align-items: center;
}
a.btn span:before {
    content: "";
    width: 47px;
    height: 47px;
    background: url(/img/lips.svg);
    background-size: contain;
    position: relative;
    margin-right: 10px;
    display: inline-flex;
    background-repeat: no-repeat;
}
a.btn:hover {
    background-color: #fff;
    color: #000000;
    border: 1px solid #fff;
    font-weight: 500;
}
.modal-window {
    position: fixed;
    background-color: rgba(255, 255, 255, 0.25);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s;
    &:target {
      visibility: visible;
      opacity: 1;
      pointer-events: auto;
      overflow: auto;
    }
    & > div {
        width: 100vw;
        min-height: 100vh;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 2em;
        background-image: url(/img/fon3.jpg);
        display: flex;
        align-items: center;
        align-content: center;
        flex-wrap: wrap;
        justify-content: center;
    }
}
.warpper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .tab {
    cursor: pointer;
    padding: 10px 20px;
    margin: 0px 2px;
    background: #031936;
    display: inline-block;
    color: #fff;
    border-radius: 3px 3px 0px 0px;
}
.panels {
    background: #031936;
    width: 1300px;
    border-radius: 3px;
    overflow: hidden;
    padding: 20px;
}
  .panel {
    display: none;
    animation: fadein 0.8s;
  }
@keyframes fadein {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
 .panel-title {
    font-size: 1.5em;
    font-weight: bold;
  }
.radio {
    display: none;
  }
 #one:checked ~ .panels #one-panel,
  #two:checked ~ .panels #two-panel,
  #three:checked ~ .panels #three-panel, #four:checked ~ .panels #four-panel, #five:checked ~ .panels #five-panel, #six:checked ~ .panels #six-panel, #seven:checked ~ .panels #seven-panel, #eight:checked ~ .panels #eight-panel, #nine:checked ~ .panels #nine-panel, #ten:checked ~ .panels #ten-panel {
    display: flex;
  }
  #one:checked ~ .tabs #one-tab, #two:checked ~ .tabs #two-tab, #three:checked ~ .tabs #three-tab, #four:checked ~ .tabs #four-tab, #five:checked ~ .tabs #five-tab, #six:checked ~ .tabs #six-tab, #seven:checked ~ .tabs #seven-tab, #eight:checked ~ .tabs #eight-tab, #nine:checked ~ .tabs #nine-tab, #ten:checked ~ .tabs #ten-tab {
    background: #031936;
    color: #fff;
    border-top: 3px solid #00CCFF;
    box-shadow: 0 0.5rem 0.8rem #00000080;
}
a.modal-close {
    background-color: #031936;
    color: #fff;
    padding: 10px;
}
.close {
    width: 100%;
    text-align: right;
}
.top-categories {
    width: 490px;
    display: flex;
    justify-content: center;
    margin-top: 100px;
}
span.cat__icon {
    width: 48px;
}
.top-categories a {
    max-width: 80px;
    -webkit-box-flex: 0;
    -ms-flex: 0 4 80px;
    flex: 0 4 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-right: 4px;
    padding: 15px 6px 14px;
    border-radius: 2px;
    color: white;
    font-size: 0.875rem;
    background: rgba(255, 255, 255, 0.15);
}
ul.categories.categories--widget {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    list-style-type: none;
}
ul.categories.categories--widget li {
    width: 25%;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 15px;
    padding-bottom: 15px;
    float: left;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.category-cover {
    display: flex;
    flex-direction: column;
    background-position: center;
    background-size: cover;
    border-radius: 4px;
    overflow: hidden;
    -webkit-box-flex: 1;
    flex-grow: 1;
}
ul.categories.categories--widget li:nth-child(1) {
    background-image: url(/img/cat1.jpg);
}
ul.categories.categories--widget li:nth-child(2) {
    background-image: url(/img/cat2.jpg);
}
ul.categories.categories--widget li:nth-child(3) {
    background-image: url(/img/cat3.jpg);
}
ul.categories.categories--widget a {
    padding: 44px 0 33px;
    color: white;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    text-align: center;
}
.category-icon {
    width: 150px;
    height: 150px;
    margin: 0 auto;
    border-radius: 50%;
    border: 3px solid white;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
}
.category-icon svg {
    max-width: 80%;
    max-height: 80%;
    min-height: 20px;
    min-width: 20px;
    width: 80px;
    height: 80px;
}
span.category-count {
    display: block;
    width: 36px;
    height: 36px;
    position: absolute;
    top: 2px;
    right: 2px;
    font-size: 18px;
    line-height: 36px;
    background: white;
    color: black;
    border-radius: 50%;
}
.categories-wrap.categories-wrap--widget {
    width: 747px;
}
div#girl-filter {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
span.cat__text {
    font-size: 12px;
    font-weight: 300;
}
.container.ankets {
    display: flex;
    flex-wrap: wrap;
}
div#ankets-girl {
    display: inline-block;
}
div#filter {
    display: inline-block;
    padding-left: 55px;
    padding-top: 40px;
}
.uslugi-top h3 {
    color: #D6C17E;
    margin-bottom: 16px;
    font-size: 20px;
}
.popular {
    width: 283px;
    height: 46px;
    display: flex;
    align-items: center;
    background-color: #0E0E0F;
    margin-bottom: 8px;
    padding-left: 7px;
}
.popular span {
    padding-left: 12px;
    color: #D6C17E;
}
.popular:hover {
	border: solid 1px #CC9933;
}
aside.filters h3 {
    color: #D6C17E;
    margin-bottom: 16px;
    font-size: 20px;
}
.uslugi-top {
    margin-bottom: 40px;
    display: flex;
    padding-top: 68px;
	justify-content: center;
}
.panel {
    display: none;
    overflow: hidden;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #031936;
    padding-top: 15px;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 15px;
    margin-bottom: 16px;
    width: 100%;
}
button.accordion {
    width: 23%;
    text-align: left;
    background-color: #081e3c;
    border: 0;
    color: #fff;
    display: inline-flex;
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 10px;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 17px;
    padding-top: 16px;
    padding-bottom: 10px;
    padding-right: 13px;
    margin-left: 8px;
    margin-right: 8px;
}
button.accordion:after {
    content: url('/img/chevron.png');
    color: #D6C17E;
    font-weight: bold;
    float: right;
    margin-left: 5px;
    font-size: 20px;
    top: 3px;
    position: relative;
}
button.accordion.active:after {
    content: url('/img/chevron.png');
    color: #D6C17E;
    font-weight: bold;
    float: right;
    margin-left: 5px;
    font-size: 20px;
    transform: rotate(-180deg);
    top: -5px;
    position: relative;
}
button.accordion.active {
    margin-bottom: 0;
}
.parametrs {
    width: 263px;
    height: 46px;
    display: flex;
    align-items: center;
    background-color: #000;
    margin-bottom: 8px;
    padding-left: 18px;
    padding-right: 13px;
    border: solid 1px #CC9933;
    justify-content: space-between;
    color: #D6C17E;
}
.parametrs span {
    font-size: 16px;
}
.parametrs:hover {
    background-color: #D6C17E;
    color: #000;
}
div#paginate {
    margin: 27px 0 34px;
    text-align: center;
    background-color: #eeeeee;
    width: 600px;
    margin-left: auto;
    margin-right: auto;
}
div#paginate ul {
    padding-left: 0;
    margin-bottom: 0;
}
div#paginate ul li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 32px;
}
div#paginate ul li a {
    color: #000;
    font-size: 19px;
    font-weight: 300;
    border: 1px solid #eeeeee;
    text-align: center;
    line-height: 45px;
    width: 45px;
    height: 45px;
    display: block;
}
.navigation ul li.active a {
    border: #fff !important;
    background-color: #fff;
    color: #003399 !important;
    font-weight: 600 !important;
}
div#opisanie-footer h2 {
    color: #003399;
    font-size: 25px;
    text-align: center;
}
div#opisanie-footer p {
    padding-top: 30px;
    padding-left: 20px;
    color: #000;
    font-weight: 300 !important;
    font-size: 18px;
}
footer {
    padding-top: 80px;
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(3, 76, 113, 1) 44%, rgba(0, 51, 153, 1) 64%, rgba(4, 29, 60, 1) 100%);
    padding-bottom: 80px;
}
.container.footer {
    display: flex;
    justify-content: center;
    color: #fff;
    font-size: 18px;
}
li.nav-item {
    display: block;
    width: 100%;
    text-align: right;
}
li.nav-item a.nav-link {
    color: #CC9933;
}
li.nav-item a.nav-link:hover {
    color: #D6C17E;
}
div#menu-footer2 li.nav-item {
    display: block;
    width: 100%;
    text-align: left;
}
div#email-footer {
    background-color: #000;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #CC9933;
}
div#email-footer a {
    color: #CC9933;
}
.site-info a {
    color: #fff;
}
header.other {
    display: flex;
    justify-content: center;
    padding-top: 0;
}
header.other .pb-3 {
    z-index: 3;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    width: 100vw;
    display: flex;
    background: linear-gradient(90deg, rgba(223, 240, 255, 1) 0%, rgba(255, 255, 255, 1) 20%, rgba(212, 217, 219, 1) 76%, rgba(0, 51, 153, 1) 93%, rgba(4, 29, 60, 1) 100%);
}
.container.position-relative {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    padding-top: 17px;
    padding-bottom: 17px;
}
div#fast-search {
    background-color: #0E0E0F;
    display: none;
    padding-top: 30px;
    padding-bottom: 60px;
}
.price-input{
  width: 100%;
  display: flex;
  margin: 30px 0 17px;
}
.price-input .field{
  display: flex;
  width: 100%;
  height: 35px;
  align-items: center;
}
.field input {
    width: 90px;
    height: 35px;
    outline: none;
    font-size: 19px;
    border-radius: 5px;
    text-align: center;
    border: 1px solid #BDA660;
    color: #D6C17E;
	background-color: transparent;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.price-input .separator{
  width: 50px;
  display: flex;
  font-size: 19px;
  align-items: center;
  justify-content: center;
  color: #D6C17E;
}
.range-input{
  position: relative;
}
.range-input input{
  position: absolute;
  width: 100%;
  height: 5px;
  top: -5px;
  background: none;
  pointer-events: none;
}
input[type="range"]::-webkit-slider-thumb{
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background: #CC9933;
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0,0,0,0.05);
}
input[type="range"]::-moz-range-thumb{
  height: 12px;
  width: 12px;
  border: none;
  border-radius: 50%;
  background: #CC9933;
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0,0,0,0.05);
}
.wrapper-search {
    display: flex;
    justify-content: center;
}
div#fsearch {
    width: 30%;
    padding-left: 30px;
    padding-right: 30px;
}
.price-input .field span {
    color: #CC9933;
    margin-right: 15px;
	width: 90px;
}
button.btn-fsearch {
    border: solid 2px #CC9933;
    background-color: #CC9933;
    color: #000;
    width: 270px;
    height: 40px;
    border-radius: 31px;
    font-size: 17px;
    margin-top: 40px;
}
button.btn-fsearch:hover {
    border: solid 2px #CC9933;
    background-color: #CC9933;
    color: #fff;
    width: 270px;
    height: 40px;
    border-radius: 31px;
    font-size: 17px;
    margin-top: 40px;
}
div#mobile-nav {
    display: flex;

}
div#mobile-nav-full {
    display: none;
}
div#mobile-filter {
    display: none;
}
.anket-slider .container {
    position: relative;
}
.mySlides {
  display: none;
}
.cursor {
  cursor: pointer;
}
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 40%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: #D6C17E;
    font-weight: bold;
    font-size: 30px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.numbertext {
 display: none;
}
.caption-container {
display: none;
}
.mySlides {
    padding-bottom: 20px;
}
.anket-slider .container .row:after {
  content: "";
  display: table;
  clear: both;
}
.anket-slider .container .row .column {
  float: left;
  width: 16.66%;
}
.demo {
  opacity: 0.6;
}
.active,
.demo:hover {
  opacity: 1;
}
section.single-anketa {
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 70px;
    background-image: url(/img/fon5.jpg);
    background-repeat: repeat;
}
.anketa-top {
    position: relative;
    border-bottom: 2px solid #DC9D5E;
    font-size: 14px;
    color: #D6C17E;
    margin: 22px 0 0;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.anketa-left h1 {
    font-size: 30px;
}
.anketa-right {
    width: 205px;
    height: 55px;
    background-color: #DC9D5E;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    text-transform: uppercase;
    font-size: 18px;
}
.anketa-sub-title {
    color: #000000;
    font-size: 16px;
    font-style: italic;
    font-family: "Athelas";
    width: 580px;
}
.anketa-content-left {
    display: inline-flex;
    flex-wrap: wrap;
    width: 50%;
    padding-left: 40px;
    padding-right: 20px;
	justify-content: center;
}
.profile-video {
    height: 398px;
    width: auto;
}
.anketa-content-right {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
}
.anketa-module-title {
    color: #000000;
    font-size: 27px;
    width: 100%;
    margin-top: 40px;
    text-align: center;
}
.anketa-module-infos .col-md-4 {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}
.location-block>div {
    width: calc((100% / 3) - 20px);
    display: inline-flex;
    border: 1px solid #042E37;
    border-radius: 2px;
    height: 70px;
    margin: 8px 8px;
    font-size: 16px;
    float: left;
    background-size: auto 45px;
    background-repeat: no-repeat;
    background-position: 145px center;
    align-items: center;
    padding-left: 16px;
    padding-right: 50px;
    flex-wrap: wrap;
    align-content: center;
    color: #000000;
}
.location-block>.region {
    background-image: url(/img/rayon.png);
}
.location-block>div>div:first-child {
    width: 100%;
	font-weight: 300;
}
.location-block>div>div:last-child {
    width: 100%;
    font-weight: 700;
}
.location-block>div>div>a {
    color: #000000;
}
.st-metro {
    background-image: url(/img/metro1.png);
}
.metro2 {
    background-image: url(/img/metro+.png);
}
.anketa-desc {
    width: 555px;
    margin-top: 0;
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #336699;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #fff;
}
.anketa-desc>div:nth-child(odd) {
    background: #F5FDFF;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 17px;
    padding-right: 17px;
    width: 100%;
}
.anketa-desc>div>div {
    width: 49%;
    display: inline-block;
    color: #000000;
    font-weight: 300;
    padding-left: 50px;
}
.anketa-desc>div:nth-child(odd)>div {
    width: 49%;
    display: inline-block;
    color: #000;
    font-weight: 300;
    padding-left: 50px;
}
.anketa-desc>div>div:nth-child(2) {
    font-weight: 700;
}
.anketa-desc>div {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 17px;
    padding-right: 17px;
    width: 100%;
}
.profile-time {
    width: 100%;
    display: block;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 20px;
}
span.time-title {
    padding-left: 10px;
    color: #000000;
    font-size: 18px;
}
.time-progress {
    display: flex;
    justify-content: center;
    color: #000000;
}
input[type="button"] {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    border: 2px solid #D6C17E;
    background-color: #0E0E0F;
    color: #D6C17E;
    border-radius: 42px;
    height: 55px;
    text-transform: uppercase;
	font-weight: 600;
}
input[type="button"]:hover {
    border: 2px solid #D6C17E;
    background-color: #D6C17E;
    color: #000;
}
.anketa-module-module {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.anketa-module-module table {
    width: 100%;
    color: #000;
    border-bottom: solid 2px #E6E6E6;
}
.anketa-module-module table tr td {
    border-bottom: 2px solid #E6E6E6;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: solid 2px #E6E6E6;
}
.anketa-module-module table tr th {
	padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 400;
}
.anketa-module-module table tr {
    border-left: solid 2px #E6E6E6;
    border-right: solid 2px #E6E6E6;
}
.anketa-module-module table tr:first-child {
    border-left: none;
    border-right: none;
}
.anketa-module-module table tr td span {
    font-weight: 400;
}
.anketa-module-module table tr:nth-child(even) {
    background-color: #F5FDFF;
}
.text {
    width: 100%;
    margin-top: 20px;
    border: 2px solid #00CCFF;
    background-color: #F5FDFF;
    padding-top: 40px;
    padding-bottom: 30px;
    padding-left: 60px;
    padding-right: 60px;
}
.text-title {
    color: #000066;
    font-size: 20px;
    padding-bottom: 20px;
    font-weight: 400;
    text-transform: uppercase;
}
.colums {
    display: flex;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0 0 9px 12px;
    overflow: auto;
}
h2.colum-title {
    color: #003399;
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
}
.colum ul {
    list-style: none;
    padding-left: 0;
}
li.yes {
    display: flex;
    align-items: center;
    padding-bottom: 5px;
}
li.no {
    display: flex;
    align-items: center;
    padding-bottom: 5px;
    text-decoration: line-through;
    color: #000000;
}
li.yes:before {
    content: "";
    width: 23px;
    height: 19px;
    background: url(/img/yes.png) no-repeat;
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-right: 10px;
}
li.no:before {
    content: "";
    width: 23px;
    height: 19px;
    background: url(/img/no.png) no-repeat;
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-right: 10px;
}
span.profile_slug_info {
    padding-left: 10px;
    color: #042E37;
}
.colum ul li a {
    color: #000000;
}
.anketa-feedback-container {
    width: 100%;
    display: none;
}
span.text_black.font_bold.d-inline-block {
    color: #042E37;
    font-size: 22px;
    padding-bottom: 20px;
    padding-top: 20px;
}
textarea.anketa-feedback-form__textarea {
    width: 600px;
    padding: 10px;
	border: 2px solid #042E37;
	background-color: #CCFFCC;
}
form.anketa-feedback-form {
    width: 600px;
}
button.button.anketa-feedback-form__btn.text_white.text-uppercase {
    color: #000000;
    border: 2px solid #042E37;
    background-color: #ffffff;
    width: 250px;
    height: 50px;
    border-radius: 40px;
    margin-top: 10px;
}
.comment {
    padding-top: 20px;
    padding-left: 20px;
}
.anketa-feedback__date {
    color: #042E37;
    font-weight: 700;
}
.anketa-feedback__text {
    color: #000000;
    padding-left: 10px;
    padding-top: 10px;
}
.anketa-feedback.flex-container {
    margin-top: 20px;
}
ul#FLetter-Container-List {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
}
span.FLetter {
    color: #DC9D5E;
    font-size: 20px;
    font-weight: bold;
}
ul#FLetter-Container-List .column {
    width: 33%;
}
li.FLetter-Container {
    padding-top: 15px;
}
.FLetterList a {
    color: #D6C17E;
}
.FLetterList {
    color: #DC9D5E;
}
.colums.services .colum-title {
    color: #DC9D5E;
    font-size: 20px;
    font-weight: bold;
}
.ymaps-2-1-79-balloon__layout {
    position: relative;
    display: block;
    overflow: hidden;
    background: #0E0E0F;
}
.worksheet {
    float: left;
    width: 50%;
    box-sizing: border-box;
    border-right: none;
    border-bottom: none;
    padding: 20px 20px 25px;
}
.worksheet-title a {
    color: #D6C17E;
    display: inline-block;
    text-decoration: none;
    margin-bottom: 10px;
}
.worksheet-description>div {
    border-bottom: 1px solid #D6C17E;
    overflow: hidden;
    background: #030708;
    color: #D6C17E;
}
.worksheet-description>div>div:nth-child(2) {
    text-align: right;
    color: #DC9D5E;
    font-weight: 700;
}
.worksheet-bottom>div {
    width: 33.33%;
    float: left;
    background: #0E0E0F;
    color: #D6C17E;
    font-size: 12px;
    text-align: center;
    padding: 12px 5px;
}
.worksheet-bottom>div:nth-child(2) {
    background: #030708;
}
.worksheet-bottom>div:nth-child(3) {
    background: #000;
}
.ymaps-2-1-79-balloon__tail {
    background-color: #030708;
    box-shadow: inset 0 0 1px -2px rgba(0,0,0,.15), 3px -3px 13px 1px rgba(0,0,0,.2);
    color: #030708;
}
div#map {
    width: 100%;
    height: 600px;
}
div#texts {
    color: #000;
    font-weight: 300 !important;
}
div#texts h1 {
    text-align: center;
}
div#texts p {
    text-align: center;
    margin-bottom: 10px;
}
div#texts div#telegr p {
    text-align: center;
    margin-bottom: 10px;
    font-weight: 600;
    margin-top: 20px;
}
div#dop-menu1-mob {
    display: none;
}
div#texts div#telegr {
    width: 50%;
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    padding-left: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    padding-bottom: 40px;
}
div#texts div#telegr .messag {
    width: 100%;
    text-align: center;
}
table.rasp_table {
    width: 100%;
    background-color: #fff;
    margin-top: 20px;
}
table.rasp_table tr {
    border: solid 1px #E6E6E6;
}
table.rasp_table th {
    border: solid 1px #E6E6E6;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
}
td.hodor {
    padding-top: 20px;
}
td.hodor a {
    color: #000;
    font-weight: 700;
    font-size: 20px;
}
.nohod {
    padding-top: 10px;
}
table.rasp_table td {
    border: solid 1px #E6E6E6;
    text-align: center;
    font-size: 15px;
    color: #000;
}
table.rasp_table-mob {
    display: none;
}
.burger {
    position: relative;
    border: none;
    background: transparent;
    width: 55px;
    height: 26px;
  }
  .burger::before {
    content: '';
    left: 0;
    position: absolute;
    display: block;
    width: 100%;
    height: 3px;
    border-radius: 10px;
    background: #ffffff;
  }
  .burger::after {
    content: '';
    left: 0;
    position: absolute;
    display: block;
    width: 30%;
    height: 3px;
    border-radius: 10px;
    background: #ffffff;
  }
  .burger::before {
    top: 0;
    box-shadow: -15px 11px 0 #ffffff;
  }
  .burger::after {
    bottom: 0;
  }
  .burger::before {
    transition: box-shadow .3s .15s, top .3s .15s, transform .3s;
  }
  .burger::after {
    transition: bottom .3s .15s, transform .3s;
  }
  .burger.active::before {
    top: 11px;
    transform: rotate(45deg);
    box-shadow: 0 6px 0 rgba(0,0,0,0);
    transition: box-shadow .15s, top .3s, transform .3s .15s;
  }
  .burger.active::after {
    bottom: 11px;
    transform: rotate(-45deg);
    transition: bottom .3s, transform .3s .15s;
    width: 100%;
  }
  div#burg-nav {
    overflow: hidden;
}
.custom-checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.custom-checkbox+label {
    display: inline-flex;
    align-items: center;
    user-select: none;
    color: #fff;
    font-size: 14px;
  }
  .custom-checkbox+label::before {
    content: '';
    display: inline-block;
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #ffffff;
    border-radius: 0;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
  }
  .custom-checkbox:checked+label::before {
    border-color: #ffffff;
    background-color: transparent;
    background-image: url(/img/dot-check.png);
  }
  /* стили при наведении курсора на checkbox */
.custom-checkbox:not(:disabled):not(:checked)+label:hover::before {
    border-color: #b3d7ff;
  }
  /* стили для активного состояния чекбокса (при нажатии на него) */
  .custom-checkbox:not(:disabled):active+label::before {
    background-color: #b3d7ff;
    border-color: #b3d7ff;
  }
  /* стили для чекбокса, находящегося в фокусе */
  .custom-checkbox:focus+label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  }
  /* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
  .custom-checkbox:focus:not(:checked)+label::before {
    border-color: #80bdff;
  }
  /* стили для чекбокса, находящегося в состоянии disabled */
  .custom-checkbox:disabled+label::before {
    background-color: #e9ecef;
  }
  .uslugi-check {
    width: 25%;
    border: 2px solid #CCFFCC;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 8px;
    padding-bottom: 5px;
    margin-left: 8px;
    margin-right: 8px;
    display: flex;
}
.uslugi-kol {
    color: #CCFFC6;
    padding-left: 5px;
    padding-top: 1px;
}
aside.mobile-filters h3 {
    color: #fff;
    font-size: 26px;
    text-align: center;
}
.uslugi-serv .custom-checkbox+label {
    display: inline-flex;
    align-items: center;
    user-select: none;
    color: #fff;
    font-size: 14px;
    flex-direction: row-reverse;
    justify-content: space-between;
    width: 100%;
}
.uslugi-serv {
    width: 19%;
    border: 1px solid #fff;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 8px;
    padding-bottom: 5px;
    margin-bottom: 9px;
}
.uslugi {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 40px;
}
.uslugi-ves {
    width: 19%;
    border: 1px solid #fff;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 8px;
    padding-bottom: 5px;
    margin-bottom: 9px;
}
.uslugi-rost {
    width: 30%;
    border: 1px solid #fff;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 8px;
    padding-bottom: 5px;
    margin-bottom: 9px;
}
.uslugi-grud {
    width: 30%;
    border: 1px solid #fff;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 8px;
    padding-bottom: 5px;
    margin-bottom: 9px;
}
.uslugi-vozrast {
    width: 32%;
    border: 1px solid #fff;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 8px;
    padding-bottom: 5px;
    margin-bottom: 9px;
}
.uslugi-vnesh {
    width: 32%;
    border: 1px solid #fff;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 8px;
    padding-bottom: 5px;
    margin-bottom: 9px;
}
.uslugi-volos {
    width: 19%;
    border: 1px solid #fff;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 8px;
    padding-bottom: 5px;
    margin-bottom: 9px;
}
div#eskort {
    display: none;
    overflow: hidden;
    flex-wrap: wrap;
    background-color: #042E37;
    padding-top: 15px;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 15px;
    margin-bottom: 16px;
    width: 100%;
    justify-content: center;
}
.uslugi-escort {
    width: 20%;
    border: 1px solid #fff;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 8px;
    padding-bottom: 5px;
    margin-bottom: 9px;
    margin-left: 8px;
    margin-right: 8px;
}
.uslugi-metro {
    width: 16%;
    border: 1px solid #fff;
    padding-left: 5px;
    padding-right: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-bottom: 9px;
    display: flex
;
}
.uslugi-metro .custom-checkbox+label {
    font-size: 14px;
}
.uslugi-ryon {
    width: 24%;
    border: 1px solid #fff;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 8px;
    padding-bottom: 5px;
    margin-bottom: 9px;
}
.uslugi-prigorod {
    width: 16%;
    border: 1px solid #fff;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 8px;
    padding-bottom: 5px;
    margin-bottom: 9px;
}
section.filters {
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
    min-height: 582px;
    align-content: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right center;
    background-attachment: fixed;
}
div#girl-filter h3 {
    width: 100%;
    text-align: center;
    font-size: 30px;
    color: #003399;
    font-weight: 600;
    margin-bottom: 40px;
}
button.btn-anketa {
    padding: 0px;
    color: #000;
    background-color: #fff;
    border: 2px solid #00CCFF;
    text-transform: uppercase;
    border-radius: 18px;
    height: 36px;
    width: 225px;
}
button.btn-anketa:hover {
    background-color: #00CCFF;
    color: #fff;
}
section.tekst {
    padding-top: 75px;
    position: relative;
    padding-bottom: 105px;
    background-color: #fff;
}
div#menu-footer1 h3 {
    color: #CCFFCC;
    text-align: center;
}
div#menu-footer1 p {
    color: #fff;
    text-align: center;
}
div#menu-footer1 a {
    color: #CCFFCC;
}
div#menu-footer2 {
    padding-left: 50px;
    padding-right: 30px;
}
div#menu-footer2 h3 {
    color: #CCFFCC;
    text-align: center;
}
.tel-header {
    display: block;
    margin-top: 0px;
    margin-left: 60px;
    padding-left: 50px;
    background-position: 0px 5px;
    background-size: 34px;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    background-image: url(/img/phone1.png);
    line-height: 45px;
}
.email-header {
    display: block;
    margin-top: 15px;
    margin-left: 60px;
    padding-left: 50px;
    background-position: 0px 5px;
    background-size: 34px;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    background-image: url(/img/mail1.png);
    line-height: 30px;
}
.tel1.w-inline-block {
    width: 50px;
    height: 50px;
    margin-right: 60px;
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(/img/tel2.png);
    display: flex;
}
a.whatsapp1.w-inline-block {
    width: 50px;
    height: 50px;
    margin-right: 60px;
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(/img/whats2.png);
    display: flex;
}
a.telegram1.w-inline-block {
    width: 50px;
    height: 50px;
    margin-right: 0px;
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(/img/teleg2.png);
    display: flex;
}
.social-header {
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-left: 60px;
    margin-top: 40px;
}
div#logo-footer p {
    margin-top: 40px;
    color: #fff;
}
div#logo-footer a {
    color: #fff;
}
.model__way-block {
    font-size: 14px;
    line-height: 110%;
    letter-spacing: -0.01em;
    color: #909090;
    margin: 50px 0px 60px 0px;
}
.casting__way-block.bread-crumblist {
    font-size: 14px;
    line-height: 110%;
    letter-spacing: -0.01em;
    color: #909090;
    margin: 50px 0px 60px 0px;
}
.bread-crumblist li {
    margin-left: 4px;
    margin-right: 4px;
}
.casting__way-block a {
    color: #1c1b1b;
}
.model__content {
    display: flex;
    position: relative;
    margin-bottom: 50px;
    flex-wrap: wrap;
}
.model__images {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 30px 30px 0px 0px;
    border-right: solid 1px #d9d9d9;
}
.model__images img {
    display: block;
    margin: 0px 0px 30px 0px;
    width: 575px;
}
.model__info {
    width: 1300px;
    display: flex;
    flex-wrap: wrap;
}
.model__info h1 {
    color: #003399;
    font-size: 45px;
    font-weight: 400;
}
.model__info .col-md-4 {
    border: 2px solid #00CCFF;
    background-color: #fff;
    padding: 20px;
    top: 40px;
    position: relative;
}
.model__info .col-md-8 {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}
.container-models {
    width: 100%;
    background-color: #ffffffc7;
    display: flex;
    justify-content: center;
}
.professional__cards {
    display: flex;
    transition: transform 0.3s ease;
    justify-content: center;
    height: 600px;
}
.slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    opacity: 0.5;
    line-height: 1;
    width: 300px;
    height: 12.84338rem;
    transition: 1s ease;
    position: absolute;
}

.images {
    width: 9.68444rem;
    height: 10.375rem;
    padding: 0;
    margin: 0;
}

.programmer-text {
    font-family: var(--font-second);
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 500;
    margin-top: -0.5rem;
}

.professioal-card__arrow {
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 3rem;
    width: 100%;
}

.arrows {
    background: transparent;
    outline: none;
    border: none;
    cursor: pointer;
    fill: white;
    padding: 0;
    line-height: 0;
    width: 100% !important;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.button-arrwo-left {
    transition: ease 0.5s;
    display: flex;
    justify-content: flex-start;
	font-size: 40px;
    font-weight: 900;
}

.button-arrwo-left:hover {
    background-image: url('/images/professionals/arrow-fill-left.svg');
    background-repeat: no-repeat;
    background-size: cover;
}

.button-arrow-right {
    transition: ease 0.5s;
    display: flex;
    justify-content: flex-end;
    font-size: 40px;
    font-weight: 900;
}

.button-arrow-right:hover {
    background-repeat: no-repeat;
    background-size: cover;
}

.slide-active {
    opacity: 1;
}

.slide-next {
    transform: translateX(320px);
}

.slide-prev {
    transform: translateX(-320px);
}
.more-ankets {
    width: 100%;
    padding-top: 40px;
}
button.tel-anketa {
    border: none;
    border-radius: 8px;
    padding: 10px;
    height: 47px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background: linear-gradient(90deg, rgba(51, 102, 153, 1) 0%, rgba(0, 204, 255, 1) 100%);
    color: #fff;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 20px;
}
button.tel-anketa:hover {
    background: linear-gradient(90deg,rgba(0, 51, 153, 1) 0%, rgba(4, 30, 65, 1) 100%);
}
button.tel-anketa span {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    background-color: transparent;
    font-size: 20px;
}
button.tel-anketa span::after {
    content: "";
    position: relative;
    width: 32px;
    height: 32px;
    background-image: url(/img/tel-ank.png);
    background-size: 32px 32px;
    margin-bottom: 5px;
    display: flex;
    margin-right: 20px;
}
.soc-anketa {
    display: flex;
    padding-top: 20px;
}
.anketa-module-infos {
    display: flex;
    width: 1300px;
    justify-content: center;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
}
.anketa-module-infos .category-icon {
    width: 42px;
    height: 42px;
    margin: 0 auto;
    border-radius: 50%;
    border: 1px solid #000066;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    background-color: #336699;
}
.anketa-module-infos .category-icon svg {
    max-width: 80%;
    max-height: 80%;
    min-height: 20px;
    min-width: 20px;
    width: 23px;
    height: 23px;
}
.anketa-module-infos ul.categories.categories--widget a {
    padding: 44px 0 33px;
    color: white;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    text-align: center;
    align-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
}
.anketa-module-infos .category-cover {
    display: flex;
    flex-direction: column;
    background-position: center;
    background-size: cover;
    border-radius: 4px;
    overflow: hidden;
    -webkit-box-flex: 1;
    flex-grow: 1;
    align-items: flex-start;
}
.anketa-module-infos ul.categories.categories--widget li {
    width: auto;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
    padding-bottom: 0;
    float: left;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: none !important;
}
.anketa-module-infos ul.categories.categories--widget {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    list-style-type: none;
    width: 570px;
}
.anketa-module-infos span.category-text {
    color: #000;
    padding-left: 11px;
    text-transform: uppercase;
}
button.whats-anketa {
    border: none;
    border-radius: 0;
    height: auto;
    width: 300px;
    margin-right: 10px;
    background-color: transparent;
    padding: 0;
    display: flex;
}
button.whats-anketa span {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    font-size: 20px;
}
button.whats-anketa span::after {
    content: "";
    position: relative;
    width: 40px;
    height: 40px;
    background-image: url(/img/whats-ank.png);
    background-size: 40px 40px;
    display: flex;
    margin-right: 20px;
}
button.tg-anketa {
    margin-left: 10px;
    color: #000;
    border: none;
    border-radius: 0;
    height: auto;
    width: 300px;
    background-color: transparent;
    padding: 0;
    display: flex;
}
button.tg-anketa span {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    font-size: 20px;
}
button.tg-anketa span::after {
    content: "";
    position: relative;
    width: 40px;
    height: 40px;
    background-image: url(/img/tg-ank.png);
    background-size: 40px 40px;
    display: flex;
    margin-right: 20px;
}
header.other div#phone {
    width: 33%;
    display: flex;
    justify-content: flex-start;
}
header.other div#telegr {
    width: 18%;
    display: flex;
    justify-content: flex-end;
    align-content: center;
    align-items: center;
    padding-left: 30px;
    flex-wrap: wrap;
}
header.other div#logo {
    width: 17%;
    display: flex;
    justify-content: flex-start;
}
header.other button.btn-top-menu {
    color: #000;
    background-color: transparent;
    border: none;
    font-size: 18px;
    font-weight: 300;
}
header.other .tg-bot {
    text-align: center;
    height: 50px;
    border-radius: 5px;
    display: flex;
    line-height: 50px;
    color: #000;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    background: rgba(255, 255, 255, 0.15);
    border: 2px solid #00CCFF;
    padding-left: 20px;
    padding-right: 20px;
}
header.other .tg-bot:before {
    content: "";
    width: 26px;
    height: 26px;
    background: url(/img/teleg1.svg);
    background-size: contain;
    position: relative;
    margin-right: 10px;
    display: inline-block;
    background-repeat: no-repeat;
    top: 0px;
    left: 0px;
}
.mobile-slider {
    display: none;
}
#feedback-form {
    max-width: 550px;
    padding: 2%;
    border-radius: 3px;
    background: #f1f1f1;
    margin-left: auto;
    margin-right: auto;
}
#feedback-form label { /* наименование полей */
  float: left;
  display: block;
  clear: right;
}
#feedback-form .w100 { /* поля */
  float: right;
  max-width: 400px;
  width: 97%;
  margin-bottom: 1em;
  padding: 1.5%;
}
#feedback-form .border { /* граница полей */
  border-radius: 1px;
  border-width: 1px;
  border-style: solid;
  border-color: #C0C0C0 #D9D9D9 #D9D9D9;
  box-shadow: 0 1px 1px rgba(255,255,255,.5), 0 1px 1px rgba(0,0,0,.1) inset;
}
#feedback-form .border:focus {
  outline: none;
  border-color: #abd9f1 #bfe3f7 #bfe3f7;
}
#feedback-form .border:hover {
  border-color: #7eb4ea #97cdea #97cdea;
}
#feedback-form .border:focus::-moz-placeholder { /* убрать при фокусе первоначальный текст поля */
  color: transparent;
}
#feedback-form .border:focus::-webkit-input-placeholder {
  color: transparent;
}
#feedback-form .border:not(:focus):not(:hover):valid { /* правильно заполненные поля */
  opacity: .8;
}
#submitFF {
    border: 2px solid #D6C17E;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 8px;
    padding-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    background-color: transparent;
    color: #000;
    font-size: 16px;
    display: block;
    border-radius: 20px;
    font-size: 18px;
}
#feedback-form br {
  height: 0;
  clear: both;
}
#submitFF:hover {
  background:  #D6C17E;
}
#submitFF:focus {
  box-shadow: 0 1px 1px #fff, inset 0 1px 2px rgba(0,0,0,.8), inset 0 -1px 0 rgba(0,0,0,.05);
}
div#logo .messag {
    width: 30%;
}
details {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: none;
}
summary {
    background-color: #23cdfd26;
    color: #fff;
    border: 2px solid #00CCFF;
    border-radius: 5px;
    height: 50px;
    width: 85%;
    font-size: 17px;
    text-transform: uppercase;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-weight: 300;
    padding-top: 0;
    padding-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
#wrapper {
    width: 100%;
    max-width: 100%;
    position: relative;
  }
  
  #carousel {
    overflow: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
  }
  
  #carousel::-webkit-scrollbar {
    height: 0;
  }
  
  #prev,
  #next {
    display: flex;
    justify-content: center;
    align-content: center;
    background: white;
    border: none;
    padding: 8px;
    border-radius: 50%;
    outline: 0;
    cursor: pointer;
    position: absolute;
  }
  
  #prev {
    top: 50%;
    left: 0;
    transform: translate(50%, -50%);
    display: none;
  }
  
  #next {
    top: 50%;
    right: 0;
    transform: translate(-50%, -50%);
  }
  
  #content {
    display: grid;
    grid-gap: 0px;
    grid-auto-flow: column;
    margin: auto;
    box-sizing: border-box;
  }
  
  .item {
    width: auto;
    height: 453px;
}
section.raspisanie {
    background-image: url(/img/fon5.jpg);
    padding-top: 50px;
    padding-bottom: 50px;
}
section.raspisanie div#texts {
    color: #003399;
    font-weight: 300 !important;
}
.sch__header {
    font-weight: bold;
    text-align: center;
    position: relative;
}
.sch__row {
    display: grid;
    grid-template-columns: 300px repeat(7, 1fr);
    border-radius: 10px;
}
.sch__td--emty + .sch__td {
    display: block;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}
.sch__td--emty + .sch__td, .sch__td:first-of-type {
    background: #A9B1B9;
}
.sch__header .sch__td {
    padding-bottom: 3em;
    align-items: end;
}
.sch__td {
    display: flex;
    align-items: center;
    justify-content: center;
}
.sch__td--emty + .sch__td::before {
    content: 'Сегодня';
    font-weight: normal;
    background: #E0F9FF;
    width: 100%;
    display: block;
    padding: 0.5em;
    margin-bottom: 0.5em;
}
.sch__header::after {
    content: '';
    width: 100%;
    height: 2px;
    background: #003399;
    position: absolute;
    left: 0;
    bottom: 2em;
}
.sch_card {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: 25px;
    margin: 15px 8px;
    margin-left: 30px;
}
.sch_card__ava img {
    width: 70px;
    height: 110px;
    object-fit: cover;
    border-radius: 10px;
}
.sch_card__info .title__h3 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    color: #003399;
}
.girl_card__price {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: space-between;
    grid-gap: 0.5em;
}
.girl_card__name, .girl_card__price {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
    margin-top: 0.3em;
}
.girl_card__price span {
    font-weight: normal;
    font-size: 0.8em;
    text-transform: none;
}
.sch_card__status {
    position: static;
    margin-top: 1em;
}
.online {
    display: inline-grid;
    grid-template-columns: auto max-content;
    font-size: 14px;
    line-height: 1.3;
    grid-gap: 0.6em;
}
.online::before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #0EEF68;
    margin-top: 0.35em;
}
.sch_card__status .online::after {
    content: 'На месте';
    color: #000;
}
.sch__td:first-of-type .sch__time[data-type="work"] {
    background: #E0F9FF;
}
.sch__body .sch__td > div {
    background: #c6cdd0;
    border-radius: 10px;
    width: 100%;
    padding: 10px 5px;
    height: 100%;
    color: #000;
    font-weight: 400;
}
.sch__time {
    font-size: 14px;
    display: grid;
    grid-template-columns: 1fr;
    text-align: center;
    justify-content: center;
    align-items: center;
    grid-gap: 0.5em;
}
.sch__body .sch__td {
    padding: 8px;
}
.schedule__table {
    background-color: #fff;
}
.sch__td--emty + .sch__td .sch__day {
    color: #003399 !important;
}
.sch__day {
    color: #000;
}
.schedule__table__wrap {
    margin-top: 20px;
}
section.work_offer {
    background-color: #1C1C1C;
    background-image: url(/img/blue.png);
    background-size: 700px;
    background-position: calc(100vw - 300px) -300px;
    background-repeat: no-repeat;
    padding: 5% 0;
}
section.work_offer h1 {
    margin-bottom: 1em;
    color: #fff;
    font-size: 38px;
    font-weight: 600;
    text-transform: uppercase;
}
.work_offer__grid {
    display: grid;
    grid-gap: 3em;
    grid-template-columns: 1fr 1fr;
}
.fs__big {
    font-size: 32px;
    color: #fff;
}
.work_offer__cta {
    padding: 0 3em;
    border-left: 5px solid #00CCFF;
    margin-top: 2em;
    color: #fff;
}
.work_offer__cta strong {
    color: #00CCFF;
}
.work_offer__grid__img img {
    width: 100%;
}
.work__benefits__title {
    margin: 2em 0;
}
.title__h3 {
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
}
.work__benefits__list {
    display: grid;
    grid-gap: 25px;
    grid-template-columns: repeat(10, 1fr);
}
.work__benefit:nth-child(1) {
    grid-column: 1 / 5;
}
.work__benefit {
    background: rgba(217, 217, 217, 0.1);
    border-radius: 1.5em;
    padding: 1.5em 1em;
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: 1em;
    color: #fff;
    align-items: center;
}
.work__benefit:nth-child(2) {
    grid-column: 5 / 8;
}
.work__benefit:nth-child(3) {
    grid-column: 8 / -1;
}
.work__benefit:nth-child(4) {
    grid-column: 1 / 5;
}
.work__benefit:nth-child(5) {
    grid-column: 5 / -2;
}
.work_guarantee {
    background-image: url(/img/blue.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    padding: 5% 0;
    background-color: #000;
}
.work_guarantee__grid {
    display: grid;
    grid-template-columns: 3fr 2fr;
    grid-gap: 5em;
    color: #fff;
}
.work_guarantee__list {
    display: grid;
    grid-gap: 1em;
    margin: 2em 0;
}
.work_guarantee__item {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: 2em;
    align-items: center;
    color: #fff;
}
.contact__icons {
    display: grid;
    grid-template-columns: repeat(3, 50px);
    grid-gap: 30px;
    align-items: start;
}
.contact__icon {
    margin-right: 15px;
}
.formbold-main-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 48px;
  }

  .formbold-form-wrapper {
    margin: 0 auto;
    width: 100%;
    background: white;
  }

  .formbold-input-flex {
    display: flex;
    gap: 20px;
    margin-bottom: 22px;
  }
  .formbold-input-flex > div {
    width: 50%;
    display: flex;
    flex-direction: column-reverse;
  }
  .formbold-textarea {
    display: flex;
    flex-direction: column-reverse;
  }

  .formbold-form-input {
    width: 100%;
    padding-bottom: 10px;
    border: none;
    border-bottom: 1px solid #DDE3EC;
    background: #FFFFFF;
    font-weight: 500;
    font-size: 16px;
    color: #07074D;
    outline: none;
    resize: none;
  }
  .formbold-form-input::placeholder {
    color: #536387;
  }
  .formbold-form-input:focus {
    border-color: #6A64F1;
  }
  .formbold-form-label {
    color: #07074D;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    display: block;
    margin-bottom: 18px;
  }
  .formbold-form-input:focus + .formbold-form-label {
    color: #6A64F1;
  }

  .formbold-input-file {
    margin-top: 30px;
  }
  .formbold-input-file input[type="file"] {
    position: absolute;
    top: 6px;
    left: 0;
    z-index: -1;
  }
  .formbold-input-file .formbold-input-label {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
  }

  .formbold-filename-wrapper {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 22px;
  }
  .formbold-filename {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    line-height: 24px;
    color: #536387;
  }
  .formbold-filename svg {
    cursor: pointer;
  }

  .formbold-btn {
    font-size: 16px;
    border-radius: 5px;
    padding: 12px 25px;
    border: none;
    font-weight: 500;
    background-color: #336699;
    color: white;
    cursor: pointer;
    margin-top: 25px;
  }
  .formbold-btn:hover {
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
  }
  .white_bg {
    background: #fff;
    padding: 5% 0;
}
.work_resume .title__h3 {
    display: inline;
    border-bottom: 2px solid #336699;
    margin-right: auto;
    color: #000;
}
.work_guarantee__video img {
    width: 100%;
}
div#girl-filter-mob {
    display: none;
}
h3.mob-f {
    display: none;
}
.card-new {
    padding-top: 15px;
    position: absolute;
    padding-right: 10px;
}
.video {
    width: 100%;
    border: 1px solid black;
    height: 398px;
}
.wrapper {
    display: table;
    width: 100%;
    position: relative;
}
.playpause {
    background-image: url(/img/play-button.png);
    background-repeat: no-repeat;
    width: 35%;
    height: 35%;
    position: absolute;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;
    margin: auto;
    background-size: contain;
    background-position: center;
    opacity: 0.8;
}















@media (max-width: 767px){
.topnav {
    overflow: hidden;
    background-color: #000;
    position: relative;
    padding-left: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.topnav a {
    color: #CC9933;
    padding: 0px 10px;
    text-decoration: none;
    font-size: 17px;
    display: block;
    margin-bottom: 15px;
    margin-top: 15px;
    border-left: #CC9933 2px solid;
    line-height: 1em;
}
.topnav a:hover {
  background-color: transparent;
  color: #D6C17E;
}
div#mobile-nav {
    display: flex;
    width: 25%;
    justify-content: center;
}
div#menu-nav-mob {
    display: flex;
    width: 25%;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.hamburger-menu {
    display: flex;
}
div#menu-nav {
    width: 65%;
    display: none;
}
#menu__toggle {
    opacity: 0;
  }
  #menu__toggle:checked + .menu__btn > span {
    transform: rotate(45deg);
    background-color: #00CCFF;
  }
  #menu__toggle:checked + .menu__btn > span::before {
    top: 0;
    transform: rotate(0deg);
    background-color: #00CCFF;
  }
  #menu__toggle:checked + .menu__btn > span::after {
    top: 0;
    transform: rotate(90deg);
    background-color: #00CCFF;
  }
  #menu__toggle:checked ~ .menu__box {
    left: 0 !important;
  }
  .menu__btn {
    position: relative;
    width: 35px;
    height: 26px;
    cursor: pointer;
    z-index: 1;
    display: flex;
    align-items: center;
}
  .menu__btn > span,
  .menu__btn > span::before,
  .menu__btn > span::after {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #00CCFF;
    transition-duration: .25s;
  }
  .menu__btn > span::before {
    content: '';
    top: -8px;
  }
  .menu__btn > span::after {
    content: '';
    top: 8px;
  }
  .menu__box {
    display: block;
    position: fixed;
    top: 0;
    left: -100%;
    width: 300px;
    height: 100%;
    margin: 0;
    padding: 80px 0;
    list-style: none;
    background-color: #081e39;
    transition-duration: .25s;
}
.menu__item {
    display: block;
    padding: 12px 24px;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    text-decoration: none;
    transition-duration: .25s;
}
  div#logo {
    width: 50%;
    display: flex;
    justify-content: center;
}
div#logo img {
    width: 71%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.container.position-relative {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-top: 0;
    align-content: center;
    padding-bottom: 0;
}
div#opisanie {
    padding-bottom: 50px;
    padding-top: 50px;
}
div#logo a.fw-bold.navbar-brand.text-primary img {
    width: 100%;
}
div#search {
    width: 100%;
    display: flex;
    justify-content: flex-start;
	padding-top: 10px;
}
button.btn-search {
        border: solid 2px #BDA660;
        background-color: transparent;
        color: #CC9933;
        width: 70%;
        height: 35px;
        border-radius: 31px;
        text-transform: none;
        font-size: 14px;
        padding-left: 20px;
        padding-right: 20px;
        margin-left: auto;
        margin-right: auto;
}
div#telegr {
    width: 25%;
    padding-top: 0;
    padding-right: 5px;
    display: flex;
    justify-content: center;
    padding-left: 0;
}  
div#phone {
    width: 20%;
    padding-top: 15px;
    padding-left: 5px;
}
div#phone2 {
    width: 60%;
    text-align: center;
}
.messag {
    padding-left: 5px;
    padding-right: 5px;
}
img.card-img-mes {
    width: 40px;
}
.tg-bot {
    text-align: center;
    height: 40px;
    border: none;
    border-radius: 5px;
    display: flex;
    background: #081e39b5;
    padding-top: 3px;
}
.tg-bot:before {
    content: "";
    width: 30px;
    height: 30px;
    background: url(/img/teleg.svg);
    background-size: contain;
    position: relative;
    display: inline-block;
    background-repeat: no-repeat;
    margin-right: 0;
}
    .tg-bot span {
        display: none;
    }
    .tg-bot a {
        color: #000 !important;
        font-size: 18px;
        left: -10px;
        position: relative;
    }
.burger {
  position: relative;
  border: none;
  background: transparent;
  width: 40px;
  height: 26px;
}
.burger::before,
.burger::after {
  content: '';
  left: 0;
  position: absolute;
  display: block;
  width: 100%;
  height: 4px;
  border-radius: 10px;
  background: #D6C17E;
}
.burger::before {
  top: 0;
  box-shadow: 0 11px 0 #D6C17E;
}
.burger::after {
  bottom: 0;
}
.burger::before {
  transition: box-shadow .3s .15s, top .3s .15s, transform .3s;
}
.burger::after {
  transition: bottom .3s .15s, transform .3s;
}
.burger.active::before {
  top: 11px;
  transform: rotate(45deg);
  box-shadow: 0 6px 0 rgba(0,0,0,0);
  transition: box-shadow .15s, top .3s, transform .3s .15s;
}
.burger.active::after {
  bottom: 11px;
  transform: rotate(-45deg);
  transition: bottom .3s, transform .3s .15s;
}
div#mobile-nav-full {
    display: none;
	background-color: #fff;
    width: 100%;
    margin-bottom: 20px;
}
.container.menu {
    display: none;
}
ssection.background-cover.hero {
    min-height: 667px;
    height: auto;
    background-image: url(/img/fon1-mob.jpg);
    display: flex;
    align-items: flex-start;
    position: relative;
    padding-bottom: 50px;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    top: 0;
    margin-top: -52px;
    background-attachment: fixed;
    background-size: cover;
}
button.zakaz-girl {
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 40px;
    height: 80px;
    width: 340px;
    font-size: 24px;
    text-transform: uppercase;
}
.top-categories {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 0px;
    flex-wrap: wrap;
}
.col-md-2 {
    width: 30%;
}
.top-categories a {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 4 80px;
    flex: 0 4 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-right: 4px;
    padding: 15px 6px 14px;
    border-radius: 2px;
    color: white;
    font-size: 0.875rem;
    background: #081e39b5;
    margin-bottom: 5px;
}
section.background-cover.hero {
    min-height: 627px;
    height: auto;
    background-image: url(/img/fon1-mob.jpg);
    top: 0;
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 0;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
    background-attachment: fixed;
    margin-top: -57px;
    padding-bottom: 30px;
}
div#dop-menu1 {
    width: 50% !important;
	margin-left: 0px;
    margin-right: 0px;
	margin-bottom: 10px;
}
div#dop-menu2 {
    width: 50% !important;
	margin-left: 0px;
    margin-right: 0px;
	margin-bottom: 10px;
}
div#dop-menu3 {
    width: 50% !important;
	margin-left: 0px;
    margin-right: 0px;
	margin-bottom: 10px;
}
div#dop-menu4 {
    width: 50% !important;
	margin-left: 0px;
    margin-right: 0px;
	margin-bottom: 10px;
}
div#dop-menu5 {
    width: 100% !important;
	margin-left: 0px;
    margin-right: 0px;
	margin-bottom: 10px;
}
.container.hero {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 15px;
    padding-right: 15px;
	top: 20px;
}
.texts {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
.param {
    width: 170px;
    height: 120px;
}
.texts img {
    width: 40px;
}
.texts span {
    color: #D6C17E !important;
    font-size: 16px;
    font-weight: 600;
    padding-left: 0;
    text-align: center;
    line-height: 1em;
    padding-top: 10px;
	width: 100%;
}
.metro {
    width: 170px;
    height: 120px;
}
.serv {
    width: 170px;
    height: 120px;
}
.district {
    width: 170px;
    height: 120px;
}
.map {
    background-image: url(/img/map2.jpg);
    width: 345px;
    height: 120px;
}
div#fsearch {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
.wrapper-search {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
div#fast-search {
    background-color: #0E0E0F;
    display: none;
    padding-top: 10px;
    padding-bottom: 30px;
}
.field input {
    width: 90px;
    height: 25px;
    outline: none;
    font-size: 16px;
    border-radius: 5px;
    text-align: center;
    border: 1px solid #BDA660;
    color: #D6C17E;
    background-color: transparent;
}
.price-input {
    width: 100%;
    display: flex;
    margin: 30px 0 10px;
}
button.btn-fsearch {
    border: solid 2px #CC9933;
    background-color: #CC9933;
    color: #000;
    width: 230px;
    height: 35px;
    border-radius: 31px;
    font-size: 15px;
    margin-top: 40px;
}
button.btn-fsearch:hover {
    border: solid 2px #CC9933;
    background-color: #CC9933;
    color: #fff;
    width: 230px;
    height: 35px;
    border-radius: 31px;
    font-size: 15px;
    margin-top: 40px;
}
section.ankets {
    background-color: #030708;
    padding-top: 50px;
    position: relative;
    top: -2px;
    padding-bottom: 55px;
    margin-bottom: -2px;
}
div#opisanie h1 {
    display: none;
}
h1.mob {
    display: block !important;;
    font-size: 25px !important;
    padding-top: 30px;
}
div#opisanie h2 {
    display: none;
}
h2.mob {
    display: block !important;;
    font-size: 20px !important;;
}
div#opisanie p {
    padding-top: 5px;
    padding-left: 10px;
    color: #D6C17E;
    font-size: 14px;
}
a.btn {
    background-color: #23cdfd26;
    color: #fff;
    border: 2px solid #00CCFF;
    border-radius: 5px;
    height: 50px;
    width: 85%;
    font-size: 17px;
    text-transform: uppercase;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-weight: 300;
    padding-top: 0;
    padding-bottom: 0;
}
section.filters {
    display: none;
    flex-wrap: wrap;
    min-height: 630px;
    align-content: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right center;
    top: 0;
    position: relative;
    margin-bottom: 0;
    padding-top: 40px;
    background-color: #fff;
    padding-bottom: 30px;
}
ul.categories.categories--widget li {
    width: 33%;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 7px;
    margin-right: 7px;
    padding-bottom: 15px;
    float: left;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-bottom: 15px;
}
ul.categories.categories--widget li:nth-child(3) {
    background-image: url(/img/cat3mob.jpg);
    background-size: cover;
}
.card-info {
    width: 100%;
    display: inline-block;
    padding-right: 0;
    padding-bottom: 10px;
}
    .card-info-but {
        display: flex;
        align-items: center;
        width: 100%;
        padding-top: 15px;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .card-online {
        display: inline-flex;
        width: 57px;
        justify-content: center;
        margin-left: 30px;
    }
    .card-photo {
        width: 100%;
        display: flex;
        vertical-align: top;
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        position: relative;
        margin-left: auto;
        margin-right: auto;
        flex-wrap: wrap;
        align-items: flex-end;
        align-content: center;
        flex-direction: column-reverse;
    }
img.card-img {
    border-radius: 0px;
    object-fit: cover;
    width: 100%;
    height: auto;
}
.age {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
}
.sis {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0px;
    padding-right: 10px;
    width: 200px;
}
.rost {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0px;
    padding-right: 10px;
}
.ves {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0px;
    padding-right: 10px;
}
button.btn-anketa {
    padding: 0px;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
}
.ank-metro {
    color: #DC9D5E;
    padding-left: 5px;
    font-size: 12px;
    font-weight: 300;
}
img.card-img-premium {
    width: 40px;
}
.card-metro {
    display: flex;
    align-items: center;
    position: relative;
    top: -5px;
}
.card-premium {
    width: 30%;
    display: inline-flex;
    justify-content: flex-end;
}
img.card-img-premium {
    width: 40px;
}
.card-vip {
    width: 30%;
    display: inline-flex;
    justify-content: flex-end;
}
img.card-img-vip {
	width: 40px;
}
.card-prce {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 0;
    width: 150px;
}
.visit1 {
    display: block;
}
.card-visit1 {
    width: 100%;
    text-align: center;
}
.card-pricev1 {
    width: 100%;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
}
.visit2 {
    display: block;
}
.card-visit2 {
    width: 100%;
    text-align: center;
}
.card-pricev2 {
    width: 100%;
    text-align: center;
    font-weight: 600;
}
.visit6 {
    display: block;
}
.card-visit6 {
    width: 100%;
    text-align: center;
}
.card-pricev6 {
    width: 100%;
    text-align: center;
    font-weight: 600;
}
div#paginate {
    margin: 27px 0 34px;
    text-align: center;
    background-color: #eeeeee;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
div#paginate ul li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}
div#paginate ul li a {
    color: #000000;
    font-size: 16px;
    font-weight: 300;
    border: 1px solid #eeeeee;
    border-radius: 0;
    text-align: center;
    line-height: 35px;
    width: 35px;
    height: 35px;
    display: block;
}
div#filter {
    display: none;
}
div#mobile-filter {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 40px;
	display: block;
}
button.btn-mobile-filter {
    border: solid 2px #BDA660;
    background-color: #BDA660;
    color: #000;
    font-weight: 500;
    width: 250px;
    height: 40px;
    border-radius: 31px;
    text-transform: none;
    font-size: 16px;
    padding-left: 40px;
    padding-right: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 30px;
}
button.btn-mobile-filter.active {
    border: solid 2px #BDA660;
    background-color: #000;
    color: #BDA660;
}
aside.mobile-filters {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 20px;
}
.uslugi-check {
    width: 45%;
    border: 2px solid #CCFFCC;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 8px;
    padding-bottom: 5px;
    margin-left: 8px;
    margin-right: 8px;
    display: inline-flex;
    margin-bottom: 15px;
}
.uslugi-check:last-child {
    width: 55%;
}
button.accordion {
    width: 47%;
    text-align: left;
    background-color: #03193B;
    border: 0;
    color: #fff;
    display: inline-flex;
    font-weight: 300;
    font-size: 15px;
    margin-bottom: 10px;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 8px;
    padding-top: 16px;
    padding-bottom: 10px;
    padding-right: 7px;
    margin-left: 5px;
    margin-right: 5px;
}
.panel {
    display: none;
    overflow: hidden;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #03193B;
    padding-top: 15px;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 15px;
    margin-bottom: 16px;
    width: 100%;
}
.uslugi-serv {
    width: 49%;
    border: 1px solid #fff;
    padding-left: 8px;
    padding-right: 5px;
    padding-top: 8px;
    padding-bottom: 5px;
    margin-bottom: 9px;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}
.uslugi-ves {
    width: 49%;
    border: 1px solid #fff;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 8px;
    padding-bottom: 5px;
    margin-bottom: 9px;
    display: flex;
}
.uslugi-rost {
    width: 48%;
    border: 1px solid #fff;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 8px;
    padding-bottom: 5px;
    margin-bottom: 9px;
    display: flex;
}
.uslugi-grud {
    width: 49%;
    border: 1px solid #fff;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 8px;
    padding-bottom: 5px;
    margin-bottom: 9px;
    display: flex;
}
.uslugi-volos {
    width: 49%;
    border: 1px solid #fff;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 8px;
    padding-bottom: 5px;
    margin-bottom: 9px;
}
.uslugi-vnesh {
    width: 49%;
    border: 1px solid #fff;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 8px;
    padding-bottom: 5px;
    margin-bottom: 9px;
}
.uslugi-escort {
    width: 45%;
    border: 1px solid #fff;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 8px;
    padding-bottom: 5px;
    margin-bottom: 9px;
    margin-left: 8px;
    margin-right: 8px;
}
.uslugi-metro {
    width: 49%;
    border: 1px solid #fff;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-bottom: 9px;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}
.uslugi-metro .custom-checkbox+label {
    font-size: 13px;
}
.uslugi-ryon {
    width: 49%;
    border: 1px solid #fff;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-bottom: 9px;
    display: flex;
}
.uslugi-prigorod {
    width: 49%;
    border: 1px solid #fff;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 8px;
    padding-bottom: 5px;
    margin-bottom: 9px;
}
.uslugi-vozrast {
    width: 49%;
    border: 1px solid #fff;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 8px;
    padding-bottom: 5px;
    margin-bottom: 9px;
}
.uslugi {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 20px;
}
button.zakaz-sbros {
    margin-bottom: 0;
    border: 1px solid #fff;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 8px;
    padding-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    background-color: transparent;
    color: #fff;
    font-size: 16px;
    display: block;
    margin-top: 20px;
}
.custom-checkbox+label {
    display: inline-flex;
    align-items: center;
    user-select: none;
    color: #fff;
    font-size: 13px;
    line-height: 1em;
}
.uslugi-serv .custom-checkbox+label {
    display: inline-flex;
    align-items: center;
    user-select: none;
    color: #fff;
    font-size: 13px;
    flex-direction: row-reverse;
    justify-content: space-between;
    width: 100%;
}
button.accordion.active {
    margin-bottom: 0;
    font-size: 20px;
	width: 100%;
    display: flex;
    justify-content: center;
}
button.accordion.active:after {
    content: url(/img/chevron.png);
    color: #D6C17E;
    font-weight: bold;
    float: right;
    margin-left: 15px;
    font-size: 20px;
    transform: rotate(-180deg);
    top: -5px;
    position: relative;
}
.uslugi-serv a {
    width: 100%;
}

    .uslugi-top {
        margin-bottom: 40px;
        display: inline-flex;
        flex-wrap: wrap;
        justify-content: center;
        padding-top: 16px;
        width: 100%;
    }
.uslugi-top h3 {
    color: #ffffff;
    margin-bottom: 16px;
    font-size: 18px;
}
aside.mobile-filters h3 {
    color: #ffffff;
    margin-bottom: 16px;
    font-size: 25px;
    text-align: center;
    width: 100%;
}
.parametrs {
    margin-left: auto;
    margin-right: auto;
}
div#paginate ul {
    padding-left: 0;
}
div#opisanie-footer h2 {
    color: #000000;
    font-size: 20px;
    text-align: center;
}
div#opisanie-footer p {
    padding-top: 5px;
    padding-left: 10px;
    color: #000000;
    font-weight: 300 !important;
    font-size: 14px;
}
section.tekst {
    padding-top: 75px;
    position: relative;
    padding-bottom: 75px;
    background-size: contain;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-color: #fff;
}
div#logo-footer img {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
div#logo-footer p {
    text-align: center;
}
.container.footer {
    display: flex;
    padding-bottom: 0;
}
div#logo-footer {
    width: 100%;
}
div#menu-footer1 {
    width: 49%;
    display: inline-flex;
    padding-right: 10px;
    flex-wrap: wrap;
    align-content: flex-start;
}
div#menu-footer1 p {
    color: #fff;
    text-align: left;
	font-size: 14px;
}
div#menu-footer2 {
    width: 49%;
    display: inline-flex;
    padding-left: 3px;
    padding-right: 0;
    flex-wrap: wrap;
}
.tel-header {
    margin-left: 0;
    font-size: 14px;
    background-size: 25px;
	padding-left: 40px;
}
.email-header {
    margin-left: 0;
    font-size: 16px;
    background-size: 30px;
    padding-left: 40px;
}
.social-header {
    display: inline-flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-left: 0;
    margin-top: 15px;
    width: 100%;
}
.tel1.w-inline-block {
    width: 35px;
    height: 35px;
    margin-right: 0;
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(/img/tel2.png);
    display: flex;
}
a.whatsapp1.w-inline-block {
    width: 35px;
    height: 35px;
    margin-right: 0;
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(/img/whats2.png);
    display: flex;
}
a.telegram1.w-inline-block {
    width: 35px;
    height: 35px;
    margin-right: 0px;
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(/img/teleg2.png);
    display: flex;
}
li.nav-item {
    display: block;
    width: 100%;
    text-align: left;
}
li.nav-item a.nav-link {
    color: #CC9933;
    font-size: 13px;
    padding-left: 10px;
    padding-right: 0;
}
div#email-footer p {
    text-align: center;
    font-size: 13px;
    padding-left: 15px;
    padding-right: 15px;
}
footer {
    padding-top: 30px;
    padding-bottom: 30px;
}
button.btn-lang {
    color: #CC9933;
    border: none;
    background-color: transparent;
    width: 35px;
    text-transform: uppercase;
    font-size: 15px;
}
div#lang {
    width: 15%;
    display: flex;
    justify-content: center;
}
.anketa-left h1 {
    font-size: 20px;
}
.anketa-right {
    width: 150px;
    height: 40px;
    background-color: #DC9D5E;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    text-transform: uppercase;
    font-size: 15px;
}
.anketa-sub-title {
    color: #000000;
    font-size: 16px;
    padding-bottom: 0px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}
.anketa-content-left {
    display: inline-flex;
    flex-wrap: wrap;
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
    justify-content: center;
}
.anketa-content-right {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
}
.anketa-module-title {
    color: #042E37;
    font-size: 22px;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 20px;
}
.location-block {
    display: none;
}
.anketa-module-module {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
}
.anketa-module-module table {
    width: 100%;
    color: #042E37;
    border: none;
    font-size: 15px;
}
.text-title {
    color: #000000;
    font-size: 22px;
    padding-bottom: 20px;
    padding-top: 10px;
}
.more-ankets .text-title {
    color: #000000;
    font-size: 19px;
    padding-bottom: 20px;
    padding-top: 10px;
}
.colums {
    display: block;
    padding-left: 0;
}
span.profile_slug_info {
    padding-left: 5px;
    color: #000;
    font-size: 12px;
    font-weight: 600;
}
form.anketa-feedback-form {
    width: 100%;
}
textarea.anketa-feedback-form__textarea {
    width: 100%;
    padding: 10px;
    border: 2px solid #042E37;
    background-color: #CCFFCC;
}
.location-block>div {
    width: 45%;
    display: inline-flex;
    border: 1px solid #042E37;
    border-radius: 2px;
    height: 90px;
    margin: 5px;
    font-size: 14px;
    float: left;
    background-size: auto 30px;
    background-repeat: no-repeat;
    background-position: right center;
    align-items: center;
    padding-left: 9px;
    padding-right: 35px;
    flex-wrap: wrap;
    align-content: center;
    color: #042E37;
}
.mobile-slider {
    display: block;
}
.container.ankets .col-md-3 {
    width: 100%;
}
article.card {
    border-radius: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 10px;
    display: block;
    background-color: #fff;
    margin-bottom: 20px;
    width: 100%;
}
ul#FLetter-Container-List .column {
    width: 50%;
}
.FLetterList {
    font-size: 14px;
}
div#dop-menu2, div#dop-menu3, div#dop-menu4, div#dop-menu5 {
    display: flex;
    justify-content: center;
}
div#dop-menu1-mob {
    display: flex;
    justify-content: center;
    width: 50% !important;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
}
div#dop-menu1 {
    display: none;
}
table.rasp_table {
    display: none;
}
table.rasp_table-mob {
    display: block;
}
table.rasp_table-mob {
        display: block;
        width: 100%;
    }
table.rasp_table-mob td {
    border: solid 1px #0E0E0F;
    padding-left: 10px;
    width: 50%;
	font-size: 14px;
}
table.rasp_table-mob td.hodor {
    padding-left: 0;
    text-align: center;
}
div#texts div#telegr {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    padding-left: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    padding-bottom: 40px;
}
div#texts div#telegr img.card-img-mes {
        width: 35px;
    }
    div#texts div#telegr .tg-bot:before {
        content: "";
        width: 35px;
        height: 35px;
        background: url(/img/tel.png);
        background-size: contain;
        position: relative;
        display: inline-block;
        background-repeat: no-repeat;
        top: 0;
        left: 0;
        margin-right: 20px;
    }
    .model__images {
        width: 100%;
        display: none;
        flex-wrap: wrap;
        justify-content: center;
        padding-right: 0;
    }
    .model__content {
        display: flex;
        position: relative;
        margin-bottom: 50px;
        flex-wrap: wrap;
    }
    .model__info {
        width: 100%;
        display: block;
    }
    .model__images img {
        display: block;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .soc-anketa {
        display: flex;
        justify-content: center;
        padding-top: 20px;
        flex-wrap: wrap;
    }
    button.whats-anketa {
        border: none;
        border-radius: 0;
        padding: 0;
        height: auto;
        width: auto;
        margin-right: 40px;
        margin-bottom: 20px;
        display: inline-flex;
    }
    button.whats-anketa span::after {
        content: "";
        position: relative;
        width: 30px;
        height: 30px;
        background-image: url(/img/whats-ank.png);
        background-size: 30px 30px;
        display: flex;
        margin-right: 5px;
    }
    button.whats-anketa span {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    font-size: 17px;
    }
    button.tg-anketa {
        border: none;
        border-radius: 0;
        padding: 0;
        height: auto;
        width: auto;
        margin-left: 0;
        display: inline-flex;
    }
    button.tg-anketa span::after {
        content: "";
        position: relative;
        width: 30px;
        height: 30px;
        background-image: url(/img/tg-ank.png);
        background-size: 30px 30px;
        display: flex;
        margin-right: 5px;
    }
    button.tg-anketa span {
        display: flex;
        align-content: center;
        flex-wrap: wrap;
        flex-direction: row-reverse;
        align-items: center;
        justify-content: center;
        background-color: transparent;
        font-size: 17px;
    }
    .model__info .col-md-4 {
        border: 2px solid #00CCFF;
        background-color: #fff;
        padding: 20px;
        top: 0;
        position: relative;
        margin-left: 10px;
        margin-right: 10px;
    }
    .container-models {
        width: 100%;
        background-color: #ffffffc7;
        display: flex;
        justify-content: center;
        padding-bottom: 30px;
    }
    h2.colum-title {
        color: #003399;
        font-size: 30px;
        font-weight: 400;
        text-transform: uppercase;
        text-align: center;
    }

    .professional__cards {
        display: flex;
        transition: transform 0.3s ease;
        justify-content: center;
        height: auto;
        flex-wrap: wrap;
        overflow: hidden;
        position: relative;
    }
    section.single-anketa {
        padding-top: 50px;
        margin-top: -50px;
        padding-bottom: 70px;
        background-image: url(/img/fon5.jpg);
        background-size: auto;
        background-repeat: repeat;
        background-position: right;
    }
    .model__info {
        margin: 0;
        position: relative;
        top: 0;
        -ms-flex-item-align: start;
        -ms-grid-row-align: start;
        align-self: start;
        padding-top: 30px;
    }
    .model__images-mob {
        display: none;
    }
    .model__images-mob img {
        width: 100%;
    }
    .slide img {
        width: 100%;
    }
    .slider {
        position: relative;
        background-color: transparent;
        padding: 30px;
        margin-top: 0 !important;
    }
    .more-ankets .professional__cards {
        height: 600px;
    }
    .slide article.card {
        display: flex;
        width: 80%;
    }
    .slide .card-video {
        padding-bottom: 10px;
    }
    .more-ankets .slide {
        width: 100%;
    }
	.button-arrow-right {
    transition: ease 0.5s;
    display: flex;
    justify-content: flex-end;
    top: -25%;
    flex-wrap: wrap;
    position: relative;
	font-size: 30px;
}
.button-arrwo-left {
    transition: ease 0.5s;
    display: flex;
    justify-content: flex-start;
    top: 25%;
    flex-wrap: wrap;
    position: relative;
	font-size: 30px;
}
.profile-video {
    width: 351px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}
button.vacancies {
    border: 2px solid #CCFFCC;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 8px;
    padding-bottom: 5px;
    margin-left: 0;
    margin-right: auto;
    background-color: transparent;
    color: #fff;
    font-size: 14px;
    display: block;
    border-radius: 20px;
}
div#logo .messag {
    width: 100%;
}
details {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
a.btn {
    display: none;
}
a.button {
    background-color: #23cdfd26;
    color: #fff;
    border: 2px solid #00CCFF;
    border-radius: 5px;
    height: 50px;
    width: 85%;
    font-size: 17px;
    text-transform: uppercase;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-weight: 300;
    padding-top: 0;
    padding-bottom: 0;
}
a.button span {
    display: flex;
    align-items: center;
}
a.button span:before {
    content: "";
    width: 47px;
    height: 47px;
    background: url(/img/lips.svg);
    background-size: contain;
    position: relative;
    margin-right: 10px;
    display: inline-flex;
    background-repeat: no-repeat;
}
.site-info a {
    color: #fff;
    font-size: 14px;
}
.anketa-module-infos ul.categories.categories--widget {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    list-style-type: none;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.anketa-module-infos ul.categories.categories--widget li {
    width: 100%;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
    padding-bottom: 0;
    float: left;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: none !important;
    margin-bottom: 0;
}
.anketa-module-infos {
    display: flex;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
}
.anketa-desc {
    width: 90%;
    margin-top: 0;
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #336699;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
}
.colum ul li a {
    color: #000000;
    font-size: 14px;
}
.text {
    width: 100%;
    margin-top: 20px;
    border: 2px solid #00CCFF;
    background-color: #F5FDFF;
    padding-top: 40px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 10px;
}
.anketa-desc>div:nth-child(odd)>div {
    width: 49%;
    display: inline-block;
    color: #000;
    font-weight: 400;
    padding-left: 20px;
    font-size: 14px;
}
.anketa-desc>div>div {
    width: 49%;
    display: inline-block;
    color: #000000;
    font-weight: 300;
    padding-left: 20px;
    font-size: 14px;
}
.anketa-desc>div:nth-child(odd) {
    background: #F5FDFF;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
}
.anketa-desc>div {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
}
.anketa-module-infos ul.categories.categories--widget a {
    padding: 10px 0 10px;
    color: white;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    text-align: center;
    align-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
}
.anketa-module-infos .col-md-4 {
    display: none;
}
div#wrapper {
    display: none;
}
.model__info h1 {
    color: #003399;
    font-size: 35px;
    font-weight: 400;
    text-align: center;
}
header.other {
    display: flex;
    justify-content: center;
    padding-top: 0;
}
header.other .menu__btn > span, header.other .menu__btn > span::before, header.other .menu__btn > span::after {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #081e39;
    transition-duration: .25s;
}
header.other .tg-bot {
    text-align: center;
    height: 40px;
    border: none;
    border-radius: 5px;
    display: flex;
    background: #081e39b5;
    padding-top: 3px;
}
header.other .tg-bot:before {
    content: "";
    width: 26px;
    height: 26px;
    background: url(/img/teleg.svg);
    background-size: contain;
    position: relative;
    margin-right: 10px;
    display: inline-block;
    background-repeat: no-repeat;
    top: 0px;
    left: 0px;
}
header.other div#logo {
    width: 50%;
    display: flex;
    justify-content: flex-start;
}
header.other .pb-3 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
.model__info .col-md-8 {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}
.schedule__table__wrap {
    overflow-x: auto;
    width: 97vw;
}
.schedule__table {
    width: 850px;
}
.sch__header {
    font-size: 10px;
}
.sch__row {
    grid-template-columns: 150px repeat(7, 1fr);
}
.sch__row {
    grid-template-columns: 150px repeat(7, 1fr);
}
.sch_card {
    display: grid;
    grid-gap: 10px;
    margin: 5px;
}
.sch_card__ava img {
    width: 40px;
    height: 70px;
}
.sch_card__info .title__h3 {
    font-size: 13px;
}
.sch_card__price {
    font-size: 13px;
}
.sch_card__status {
    margin-top: 0;
}
.sch_card__status .online {
    font-size: 12px;
}
.sch__body .sch__td {
    padding: 5px;
}
div#texts h1 {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}
.sch__body .sch__td span {
    font-size: 12px;
}
.sch__td--emty + .sch__td::before {
    content: 'Сегодня';
    font-weight: 500;
    background: #E0F9FF;
    width: 100%;
    display: block;
    padding: 4px;
    margin-bottom: 0.5em;
    font-size: 12px;
}
.sch__header::after {
    content: '';
    width: 100%;
    height: 1px;
    background: #003399;
    position: absolute;
    left: 0;
    bottom: 10px;
}
.work_offer__grid {
    grid-template-columns: 1fr;
    grid-gap: 2em;
}
    .work__benefits__list {
        grid-template-columns: 1fr;
    }
    .work__benefit {
        grid-column: 1 / -1 !important;
    }
        .work_guarantee__grid {
        grid-template-columns: 1fr;
    }
.formbold-main-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.formbold-input-flex > div {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
}
.work_resume .title__h3 {
    display: block;
    border-bottom: 2px solid #336699;
    margin-right: auto;
    color: #000;
    margin-left: auto;
    text-align: center;
    width: 250px;
    margin-bottom: 20px;
}
.work_guarantee {
    padding: 50px 10px;
}
.work_guarantee__txt {
    text-align: center;
    font-size: 18px;
}
.work_guarantee__item span {
    font-size: 14px;
}
.contact__icons {
    justify-content: center;
}
section.work_resume.white_bg {
    padding: 50px 0;
}
section.work_offer h1 {
    font-size: 22px;
}
    .fs__big {
        font-size: 19px;
    }
        .work_offer__cta {
        padding-left: 2em;
        padding-right: 0;
    }
section.work_offer {
    padding: 50px 0;
}
div#girl-filter-mob {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.categories-wrap.categories-wrap--widget {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
.category-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border-radius: 50%;
    border: 3px solid white;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
}
.category-icon svg {
    max-width: 80%;
    max-height: 80%;
    min-height: 20px;
    min-width: 20px;
    width: 40px;
    height: 40px;
}
span.category-count {
    display: block;
    width: 36px;
    height: 36px;
    position: absolute;
    top: -12px;
    right: -8px;
    font-size: 16px;
    line-height: 36px;
    background: white;
    color: black;
    border-radius: 50%;
}
    ul.categories.categories--widget li {
        width: 33%;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-left: 7px;
        margin-right: 7px;
        padding-bottom: 0px;
        float: left;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-bottom: 15px;
        background-color: #081e39b5;
        background-image: none !important;
    }
ul.categories.categories--widget a {
    padding: 20px 0 15px;
    color: white;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    text-align: center;
}
div#girl-filter-mob h3 {
    color: #fff;
    margin-bottom: 15px;
}
div#girl-filter h3 {
    width: 100%;
    text-align: center;
    font-size: 30px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 10px;
    display: block;
}
.playpause {
    background-image: url(/img/play-button.png);
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
    position: absolute;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;
    margin: auto;
    background-size: contain;
    background-position: center;
    opacity: 0.8;
}
.video {
    width: 100%;
    border: none;
    height: 398px;
}
}








@media (min-width: 768px) and (max-width: 1024px){
	.container.position-relative {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 70%;
    padding-top: 30px;
}
    div#phone2 {
        width: 50%;
        text-align: center;
    }
div#phone {
    width: 24%;
}
div#telegr {
    width: 24%;
}
section.background-cover.hero {
    height: 100vh;
    background-image: url(/img/fon1.jpg);
    top: -82px;
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: -83px;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
}
.uslugi-serv {
    width: 32%;
    border: 1px solid #fff;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 8px;
    padding-bottom: 5px;
    margin-bottom: 9px;
}
.uslugi-ves {
    width: 24%;
    border: 1px solid #fff;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 8px;
    padding-bottom: 5px;
    margin-bottom: 9px;
}
.uslugi-metro {
    width: 32%;
    border: 1px solid #fff;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 8px;
    padding-bottom: 5px;
    margin-bottom: 9px;
}
    .col-md-3 {
        flex: 0 0 auto;
        width: 50%;
    }
	div#logo-footer {
    width: 30%;
}
div#menu-footer1 {
    width: 30%;
}
div#menu-footer2 {
    width: 40%;
    padding-left: 0px;
    padding-right: 0;
}
button.accordion {
    width: 31%;
    text-align: left;
    background-color: #042E37;
    border: 0;
    color: #fff;
    display: inline-flex;
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 10px;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 17px;
    padding-top: 16px;
    padding-bottom: 10px;
    padding-right: 13px;
    margin-left: 8px;
    margin-right: 8px;
}
.tel-header {
    display: block;
    margin-top: 0px;
    margin-left: 40px;
    padding-left: 50px;
    background-position: 0px 5px;
    background-size: 34px;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    background-image: url(/img/phone1.png);
    line-height: 45px;
}
.social-header {
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-left: 40px;
    margin-top: 40px;
}
.tel1.w-inline-block {
    width: 50px;
    height: 50px;
    margin-right: 40px;
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(/img/tel2.png);
    display: flex;
}
a.whatsapp1.w-inline-block {
    width: 50px;
    height: 50px;
    margin-right: 40px;
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(/img/whats2.png);
    display: flex;
}
div#logo-footer img {
    width: 80%;
}
a.tel-head {
    color: #fff;
    font-size: 28px;
}
.model__images {
    display: none;
}
.mobile-slider {
    padding-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.professional__cards {
    display: flex;
    transition: transform 0.3s ease;
    justify-content: center;
    height: auto;
}
.site-info a {
    color: #fff;
    font-size: 14px;
}
}