@font-face {
    font-family: "Franklin";
    font-style: normal;
    font-weight: 400;
    /* Браузер сначала попробует найти шрифт локально */
    src:url("/css/franklin_gothic_medium.woff2") format("woff2"),
         /* Если браузер не поддерживает woff2, загрузит woff */
         url("/css/franklin_gothic_medium.woff") format("woff");
  }
  
  /* Теперь можно использовать шрифт */
  body {
    font-family: "Franklin", sans-serif;
  }
.pb-3 {
    background-color: transparent !important;
    z-index: 3;
    padding-bottom: 0 !important;
    padding-top: 15px !important;
}
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: 100%;
    display: flex;
    justify-content: center;
}
div#logo img {
    width: 100%;
}
div#telegr {
    width: 30%;
    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: none;
    border-radius: 13px;
    display: flex;
    line-height: 50px;
    color: #000;
    justify-content: center;
}
.tg-bot:before {
    content: "";
    width: 40px;
    height: 40px;
    background: url(/img/tel.png);
    background-size: contain;
    position: relative;
    margin-right: 20px;
    display: inline-block;
    background-repeat: no-repeat;
    top: 0px;
    left: 0px;
}
.tg-bot a {
    color: #000 !important;
    text-decoration: none;
}
.container.menu {
    display: flex;
    height: 74px;
    align-items: center;
    background-color: #000;
    position: relative;
    z-index: 2;
}
div#menu {
    display: flex;
    justify-content: center;
}
button.btn-top-menu {
    color: #CC9933;
    background-color: transparent;
    border-left: #CC9933 2px solid;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    padding-left: 15px;
    font-size: 18px;
}
section.background-cover.hero {
    height: 100vh;
    background-image: url(/img/fon1.jpg);
    top: -82px;
    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: 55px;
    position: relative;
    padding-bottom: 55px;
    background-image: url(/img/fon3.jpg);
    background-size: cover;
    background-position: left center;
}
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: -125px;
}
.location-block {
    display: none;
}
div#opisanie h1 {
    color: #fff;
    font-size: 72px;
    text-align: center;
}
div#opisanie h2 {
    text-align: center;
    color: #fff;
    font-size: 30px;
}
div#opisanie p {
    padding-top: 40px;
    padding-left: 20px;
    color: #D6C17E;
    font-size: 18px;
}
article.card {
    border-radius: 0px;
    padding-top: 22px;
    padding-bottom: 8px;
    background-color: #000;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}
img.card-img {
    border-radius: 0px;
}
.card-info {
    width: 95%;
    display: flex;
    flex-wrap: wrap;
    border: 2px solid #CCFFCC;
    margin-left: 9px;
    margin-right: 9px;
    padding-top: 80px;
    margin-top: -80px;
    padding-left: 15px;
    padding-right: 15px;
}
.card-photo {
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: 2;
}
.card-prce {
    width: 100%;
}
.card-info h2 {
    color: #fff;
    font-size: 25px;
    width: 100%;
    position: relative;
    padding-top: 20px;
    text-transform: uppercase;
}
.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%;
}
.age {
    background-color: #0E0E0F;
    display: flex;
    padding: 13px;
}
.sis {
    display: inline-flex;
    width: 32%;
}
.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: 260px;
    height: 366px;
}
.card-video {
    position: absolute;
    padding-top: 5px;
    padding-right: 25px;
    display: inline-flex;
    float: right;
    justify-content: flex-end;
    width: 100%;
}
.card-prce {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
    color: #99FF99;
    font-size: 20px;
}
.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;
}
button.zakaz-girl {
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 40px;
    height: 80px;
    width: 434px;
    font-size: 24px;
    text-transform: uppercase;
}
button.zakaz-girl:hover {
    background-color: #fff;
    color: #000000;
    border: 1px solid #fff;
}
.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: #042E37;
    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: #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;
}
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;
}
div#paginate ul li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 32px;
}
div#paginate ul li a {
    color: #CCFFCC;
    font-size: 19px;
    font-weight: 300;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    text-align: center;
    line-height: 45px;
    width: 45px;
    height: 45px;
    display: block;
}
.navigation ul li.active a {
    border: none !important;
}
div#opisanie-footer h2 {
    color: #000;
    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: 73px;
    background-color: #042E37;
}
.container.footer {
    display: flex;
    padding-bottom: 45px;
}
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;
}
.container.position-relative {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 60%;
    padding-top: 30px;
}
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: 170px;
    margin-top: -125px;
    padding-bottom: 70px;
    background-image: url(/img/fon5.jpg);
    background-size: auto;
    background-repeat: repeat;
    background-position: right;
}
.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: 18px;
}
.anketa-content-left {
    display: inline-flex;
    flex-wrap: wrap;
    width: 50%;
    padding-left: 40px;
    padding-right: 20px;
	justify-content: center;
}
.profile-video {
    width: 351px;
    margin-left: auto;
    margin-right: 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;
}
.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: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
}
.anketa-desc>div:nth-child(odd) {
    background: #042E37;
    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;
}
.anketa-desc>div:nth-child(odd)>div {
    width: 49%;
    display: inline-block;
    color: #fff;
    font-weight: 300;
}
.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: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
}
.anketa-module-module table {
    width: 100%;
    color: #042E37;
    border: solid 1px #000000;
}
.anketa-module-module table tr td {
    border-bottom: 1px solid;
    padding-top: 10px;
    padding-bottom: 10px;
}
.anketa-module-module table tr th {
	padding-top: 10px;
    padding-bottom: 10px;
}
.anketa-module-module table tr td span {
    font-weight: 700;
}
.text {
    width: 100%;
    padding-top: 20px;
}
.text-title {
    color: #000000;
    font-size: 22px;
    padding-bottom: 20px;
}
.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: #000000;
    font-size: 20px;
    font-weight: 300;
}
.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: 17px;
    height: 14px;
    background: url(/img/yes.png) no-repeat;
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-right: 10px;
}
li.no:before {
    content: "";
    width: 17px;
    height: 14px;
    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%;
}
table.rasp_table tr {
    border: solid 1px #0E0E0F;
}
table.rasp_table th {
    border: solid 1px #0E0E0F;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
}
td.hodor {
    padding-top: 20px;
}
td.hodor a {
    color: #CC9933;
    font-weight: 700;
    font-size: 20px;
}
.nohod {
    padding-top: 10px;
}
table.rasp_table td {
    border: solid 1px #0E0E0F;
    text-align: center;
    font-size: 15px;
}
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: 18px;
  }
  .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: 18px;
    flex-direction: row-reverse;
    justify-content: space-between;
    width: 100%;
}
.uslugi-serv {
    width: 23%;
    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: 19%;
    border: 1px solid #fff;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 8px;
    padding-bottom: 5px;
    margin-bottom: 9px;
}
.uslugi-metro .custom-checkbox+label {
    font-size: 16px;
}
.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: 24%;
    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-image: url(/img/fon2.jpg);
    min-height: 630px;
    align-content: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right center;
    background-attachment: fixed;
}
button.btn-anketa {
    padding: 0px;
    color: #CCFFCC;
    background-color: transparent;
    border: none;
    text-transform: uppercase;
    margin-bottom: 25px;
}
section.tekst {
    padding-top: 75px;
    position: relative;
    padding-bottom: 105px;
    background-image: url(/img/fon4.jpg);
    background-size: cover;
    background-position: right bottom;
}
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;
}
.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 {
    margin: 0px 0px 30px 30px;
    position: sticky;
    top: 135px;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
}
.model__info h1 {
    color: #042E37;
}

.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: 2px solid #385D91;
    border-radius: 29px;
    padding: 10px;
    height: 60px;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
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: 40px;
    height: 40px;
    background-image: url(/img/tel-ank.png);
    background-size: 40px 40px;
    display: flex;
    margin-right: 20px;
}
.soc-anketa {
    display: flex;
    justify-content: center;
    padding-top: 20px;
}
button.whats-anketa {
    border: 2px solid #385D91;
    border-radius: 29px;
    padding: 10px;
    height: 60px;
    width: 300px;
    display: block;
    margin-right: 10px;
	background-color: #25d366;
}
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 {
    border: 2px solid #385D91;
    border-radius: 29px;
    padding: 10px;
    height: 60px;
    width: 300px;
    margin-left: 10px;
    background-color: #0088cc;
    color: #fff;
}
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: 33%;
    display: flex;
    justify-content: flex-end;
}
header.other div#logo {
    width: 33%;
    display: flex;
    justify-content: center;
}
.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%;
}










@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#logo {
    width: 100%;
}
div#logo img {
    width: 71%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.container.position-relative {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-end;
        justify-content: space-between;
        width: 100%;
        padding-top: 30px;
        align-content: center;
    }
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: 20%;
    padding-top: 15px;
    padding-left: 5px;
}
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: 27px;
        border: none;
        border-radius: 13px;
        display: flex;
    }
    .tg-bot:before {
        content: "";
        width: 40px;
        height: 40px;
        background: url(/img/tel.png);
        background-size: contain;
        position: relative;
        margin-right: 3px;
        display: inline-block;
        background-repeat: no-repeat;
        top: -8px;
        left: -20px;
    }
    .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;
}
    section.background-cover.hero {
        height: 100vh;
        background-image: url(/img/fon1.jpg);
        top: -16px;
        display: flex;
        align-items: flex-start;
        position: relative;
        padding-bottom: 50px;
        margin-bottom: -18px;
        padding-left: 10px;
        padding-right: 10px;
    }
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;
}
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 {
    color: #fff;
    font-size: 34px;
}
div#opisanie h2 {
    text-align: center;
    color: #fff;
    font-size: 20px;
}
div#opisanie p {
    padding-top: 5px;
    padding-left: 10px;
    color: #D6C17E;
    font-size: 14px;
}
section.filters {
    display: flex;
    flex-wrap: wrap;
    background-image: url(/img/fon2-m.jpg);
    min-height: 630px;
    align-content: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right center;
    top: -6px;
    position: relative;
    margin-bottom: -6px;
	padding-top: 40px;
}
.card-info {
    width: 94%;
    display: inline-block;
}
.card-photo {
    width: 90%;
    display: flex;
    vertical-align: top;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap;
    align-items: center;
    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;
}
.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;
    color: #CCFFCC;
    background-color: transparent;
    border: none;
    text-transform: uppercase;
    margin-bottom: 25px;
    text-align: center;
    width: 100%;
    margin-top: 20px;
}
.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: 15px;
        padding-bottom: 5px;
        padding-left: 10px;
        padding-right: 10px;
        margin-right: 21px;
        width: 94%;
}
.visit1 {
    display: block;
}
.card-visit1 {
    width: 100%;
    text-align: center;
}
.card-pricev1 {
    width: 100%;
    text-align: center;
    font-weight: 600;
}
.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 ul li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}
div#paginate ul li a {
    color: #D6C17E;
    font-size: 16px;
    font-weight: 300;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    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;
}
.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: #042E37;
    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;
}
.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: 50px;
}
.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: 105px;
    background-image: url(/img/fon4.jpg);
    background-size: contain;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-color: #E9EEE7;
}
div#logo-footer img {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
div#logo-footer p {
    text-align: center;
}
.container.footer {
    display: block;
    padding-bottom: 30px;
}
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;
    background-color: #042E37;
}
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: 40px;
}
.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: solid 1px #000;
    font-size: 15px;
}
.text-title {
    color: #000000;
    font-size: 22px;
    padding-bottom: 20px;
    padding-top: 30px;
}
.colums {
    display: block;
}
span.profile_slug_info {
    padding-left: 10px;
    color: #042E37;
    font-size: 13px;
}
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;
}
.card-video {
    position: relative;
    padding-top: 0;
    padding-right: 10px;
    padding-left: 0;
}
.mobile-slider {
    display: block;
}
article.card {
    border-radius: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 20px;
    display: block;
    background-color: #000;
    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: 2px solid #385D91;
        border-radius: 29px;
        padding: 10px;
        height: 60px;
        width: 300px;
        display: block;
        margin-right: 0;
        margin-bottom: 20px;
    }
    button.tg-anketa {
        border: 2px solid #385D91;
        border-radius: 29px;
        padding: 10px;
        height: 60px;
        width: 300px;
        margin-left: 0;
    }
    .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: 100px;
        margin-top: -88px;
        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: flex;
        flex-wrap: wrap;
        padding-bottom: 20px;
    }
    .model__images-mob img {
        width: 100%;
    }
    .slide img {
        width: 100%;
    }
    .more-ankets .professional__cards {
        height: 600px;
    }
    img.card-img-video {
        width: 16px;
    }
    .slide article.card {
        display: flex;
        width: 80%;
    }
    .slide .card-video {
        padding-bottom: 10px;
    }
    .more-ankets .slide {
        width: 100%;
    }
	.button-arrow-right {
    background-image: url(/images/professionals/arrow-right.svg);
    background-repeat: no-repeat;
    background-size: cover;
    transition: ease 0.5s;
    display: flex;
    justify-content: flex-end;
    top: -25%;
    flex-wrap: wrap;
    position: relative;
	font-size: 30px;
}
.button-arrwo-left {
    background-image: url(/images/professionals/arow-left.svg);
    background-repeat: no-repeat;
    background-size: cover;
    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: 40px;
}
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%;
}
.anketa-back {
    width: auto;
    max-width: 550px;
    padding: 2%;
    border-radius: 3px;
    background: #f1f1f1;
    margin-left: auto;
    margin-right: auto;
}
.dx-field-label {
    float: left;
    width: 30%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000;
    cursor: default;
    padding: 8px 15px 9px 0;
    font-weight: 600;
    text-align: left;
    font-family: "Franklin", sans-serif;
    font-size: 15px;
}
.dx-field-value-static, .dx-field-value:not(.dx-switch):not(.dx-checkbox):not(.dx-button) {
    width: 70%;
    font-family: "Franklin", sans-serif;
    font-size: 15px;
}
.dx-textarea .dx-texteditor-input-auto-resize {
    overflow-y: hidden;
    height: 137px !important;
}
}




@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;
}
.dx-field-label {
    float: left;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000;
    cursor: default;
    padding: 8px 15px 9px 0;
    font-weight: 600;
    text-align: left;
    font-family: "Franklin", sans-serif;
    font-size: 15px;
}
.dx-field-value-static, .dx-field-value:not(.dx-switch):not(.dx-checkbox):not(.dx-button) {
    width: 97%;
}
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: -91px;
}
}

