@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
@import url(/static/fonts/inter.css);
@import url(/static/fonts/novelist.css);
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

.show-desc{
  display: block !important;
}
.show-mob{
  display: none !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a, a:visited {
  color: #000;
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* import font */
@font-face {
  font-family: 'Novelist';
  /*src: url("/static/fonts/Novelist-Display.woff2") format("woff2"), url("/static/fonts/Novelist-Display.woff") format("woff");*/
  src: url("/static/fonts/Ricordi.otf");
  font-weight: 400;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
}

a, a:visited {
  color: #f9f9f9;
}

html, body {
  height: 100%;
  background-color: #323232;
  font-family: 'Inter';
}

h2 {
  text-align: center;
  font-family: "Novelist";
  font-weight: 400;
  font-size: 3em;
  color: #f9f9f9;
  margin-top: 160px;
  margin-bottom: 30px;
}

h3 {
  text-align: center;
  font-family: "Inter";
  font-weight: 600;
  font-size: 20px;
  color: #f9f9f9;
}

p {
  font-family: "Inter";
  font-weight: 400;
  font-size: 16px;
  color: #f9f9f9;
  line-height: 20px;
  margin-bottom: 15px;
}

.text-descriptor {
  display: block;
  font-size: 14px;
  font-family: 'Inter';
  color: #C9C9C9;
  text-align: right;
  padding-bottom: 20px;
}

.q-mt-xxl {
  margin-top: 150px;
}

.color-gold {
  color: #DC0648;
}

.container {
  max-width: 1230px;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  align-items: center;
}

.image-col {
  height: 270px;
}

.hide {
  overflow: hidden;
}

.flex {
  display: flex;
  justify-content: center;
}

.hero {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.leed {
  font-size: 36px;
  font-family: 'Novelist';
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.bg-main {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 850px;
  background-image: url('/static/img/bg_1.jpg')
}

.bg-main .bg-block-text {
  padding: 1em;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  width: 50%;
}

.bg-main .bg-block-text h1 {
  margin-bottom: 0;
}

.bg-main .bg-block-text p {
  text-align: center;
  color: #f9f9f9;
}

.bg-main .bg-block-text span.button {
  margin: 15px auto;
}

.owl-nava {
  margin-bottom: 30px;
}

.owl-nava button {
  background: none;
  border: none;
  cursor: pointer;
  margin: 0 15px;
}

.about {
  margin-top: 160px;
}

.about-text {
  margin: 0 15px;
  border-radius: 10px;
  height: 100%;
  background: rgba(255, 255, 255, 0.05);
  padding: 0 80px;
}

.about-text .deep h2 {
  margin-top: 0;
  padding-top: 110px;
  text-align: left;
}

.about-text .deep .about-link {
  text-decoration: underline;
  transition: 0.2s;
  font-family: 'Inter';
  font-size: 16px;
  text-transform: uppercase;
  color: #f9f9f9;
  margin-top: 15px;
}

.about-text .deep .about-link:hover {
  text-decoration: none;
}

.about-photo {
  margin: 0 10px;
}

.about-photo img {
  border-radius: 10px;
}

.advantage-block {
  padding: 10px;
  height: 100%;
}

.advantage {
  margin-top: 160px;
}

.advantages {
  text-align: center;
  border-radius: 10px;
  border: 2px solid #DC0648;
  width: 100%;
  padding: 30px 50px;
  height: 100%;
}

.advantages .advantages-title {
  margin-top: 10px;
  text-transform: uppercase;
}

.advantages .advantages-text {
  font-size: 14px;
  color: #f9f9f9;
  font-family: 'Inter';
  margin-top: 20px;
}

.main {
  color: #000;
  width: 100%;
  flex-grow: 1;
  min-width: 370px;
  font-family: 'Montserrat';
}

.main h1 {
  text-align: center;
  font-family: 'Novelist';
  font-weight: 100;
  font-size: 50px;
  color: #fff;
}

.head {
  font-family: 'Novelist';
  letter-spacing: 3px;
  text-transform: capitalize;
  color: #f9f9f9;
  margin-top: 30px;
  align-self: flex-start;
}

.girls {
  display: flex;
  flex-wrap: wrap;
  max-width: 90vw;
  padding-bottom: 10px;
  gap: 30px;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.girls a {
  padding-bottom: 10px;
  border-bottom: 1px solid transparent;
}

.price {
  align-self: flex-end;
  color: #f9f9f9;
  font-family: 'Poppins';
  font-size: 22px;
  font-weight: 400;
  color: #000;
  margin-right: 15px;
  position: relative;
  bottom: -40px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 80%;
}

.hour {
  font-family: 'Montserrat';
  font-size: 20px;
  font-weight: 600;
}

.girl {
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr;
  width: 285px;
  border-radius: 10px;
}

.girl img {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.girl .namelabel {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.girl .name {
  color: #2C2C2C;
  font-family: 'Montserrat';
  font-size: 22px;
  padding-top: 10px;
  font-weight: 600;
}

.girl .photo-block {
  border-radius: 10px;
  background-size: cover;
  background-position: center center;
  width: 285px;
  height: 410px;
  position: relative;
}

.girl .main-info {
  margin-top: 6px;
  text-align: right;
  padding-right: 15px;
}

.girl .main-info .title-block {
  font-size: 16px;
  font-family: 'Inter';
  margin-bottom: 6px;
  color: #f9f9f9;
  font-weight: 600;
  text-align: left;
  display: table;
  float: right;
  line-height: 22px;
}

.girl .main-info .price-block {
  font-size: 16px;
  font-family: 'Inter';
  margin-bottom: 6px;
  line-height: 130%;
  font-weight: 400;
  color: #f9f9f9;
}

.girl .main-info .active-work {
  background: #5CF94A;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  display: inline-block;
  margin-right: 7px;
}

.girl .main-info .passive-work {
  background: #FF3737;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  display: inline-block;
  margin-left: 7px;
}

.girl .title-dep {
  padding: 1em;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

.girl .title-dep h3 {
  margin: 0;
}

.girl .title-dep-bottom {
  position: absolute;
  bottom: 0;
}

.girl .title-dep-bottom p {
  color: #f9f9f9;
  padding-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  font-family: 'Inter';
}

.girl .title-dep-bottom span {
  text-align: center;
  margin: 15px 0 0 0;
  text-transform: uppercase;
}

.girl .second-info {
  position: absolute;
  bottom: 10px;
  width: 100%;
}

.girl .second-info .block-info {
  position: relative;
  background: #363636;
  width: 90%;
  margin: 0 auto;
  padding: 12px 9px;
  border-radius: 10px;
}

.girl .second-info .block-info .metro-block {
  display: flex;
  justify-content: center;
}

.girl .second-info .block-info .metro-block span {
  font-size: 12px;
  font-family: 'Inter';
  text-transform: uppercase;
  color: #f9f9f9;
  font-weight: 400;
}

.girl .second-info .block-info .metro-block::before {
  content: url("/static/img/metro.svg");
  margin-right: 10px;
  height: 10px;
  width: 10px;
  align-self: center;
  position: relative;
  bottom: 4px;
}

.girl .second-info .block-info .item-prop {
  padding: 5px 8px;
  margin-top: 10px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
}

.girl .second-info .block-info .item-prop .prop-title {
  font-size: 12px;
  font-family: 'Inter';
  text-transform: uppercase;
  color: #f9f9f9;
  font-weight: 500;
}

.girl .second-info .block-info .item-prop .prop-value {
  font-size: 18px;
  font-family: 'Inter';
  text-transform: uppercase;
  color: #DC0648;
  font-weight: 800;
  padding-left: 3px;
}

.clock {
  font-size: 16px;
}

.clock::after {
  content: url("/static/img/clock1.svg");
  width: 100px;
  height: 100px;
  position: relative;
  bottom: -3px;
}

.metro {
  font-size: 14px;
  font-family: 'Montserrat';
  color: #000;
  padding: 10px 0;
}

.metro::before {
  content: url("/static/img/metro-black.svg");
  margin-right: 10px;
  height: 10px;
  width: 10px;
  align-self: center;
  position: relative;
  bottom: -3px;
}

.strong {
  font-weight: 600;
  font-family: 'Montserrat';
  color: #000;
  font-size: 22px;
}

.leed_text {
  font-size: 22px;
  line-height: 1.6;
  color: #f9f9f9;
  margin-top: 30px;
  width: 90%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.leed_text p {
  padding: 10px 0;
}

.list-prop {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: space-around;
  align-items: center;
}

.prop-item {
  width: 80%;
  color: #000;
  font-family: 'Montserrat';
  font-size: 20px;
  line-height: 30px;
  border-bottom: #cccccc solid 1px;
  display: flex;
  justify-content: space-between;
}

.value {
  font-weight: 600;
}

.rasp-block {
  align-items: center;
}

.rasp-block h1 {
  text-align: center;
  font-family: 'Novelist';
  font-weight: 200;
  font-size: 3em;
}

.text {
  max-width: 100%;
  margin: 10px auto 0;
  padding: 30px 0;
  color: #fff;
  column-count: 2;
  column-gap: 8%;
}

.text h2 {
  color: #fff;
  text-align: center;
  font-weight: 400;
  font-family: 'Inter', sans-serif;
  padding: 10px 0 20px 0;
  text-transform: uppercase;
  margin-top: 0;
}

.text p {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  padding-bottom: 20px;
  line-height: 1.6;
  text-indent: 40px;
  text-align: justify;
}

.girl-page {
  display: flex;
  justify-content: center;
  gap: 20;
}

.t1 {
  column-count: 1;
}

.media {
  display: flex;
  gap: 10px;
  flex-direction: column;
  margin: 20px 0;
  align-items: center;
}

.media img {
  border-radius: 10px;
}

.main-image img {
  width: 320px;
}

.girl-detail {
  width: 50%;
  display: flex;
  padding-left: 40px;
  flex-direction: column;
  justify-content: left;
  color: #fff;
}

.girl-detail h1 {
  margin-bottom: 0;
}

.girl-detail .price-detail {
  margin-bottom: 15px;
}

.girl-detail .price-detail h4 {
  color: #fff;
}

.girl-detail .btn-call {
  padding: 15px 105px 13px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.girl-detail .prop-detail {
  margin-bottom: 10px;
  margin-top: 10px;
}

.girl-detail .prop-detail .item-prop {
  padding: 20px;
  margin-top: 10px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
}

.girl-detail .prop-detail .item-prop .prop-title {
  font-size: 16px;
  font-family: 'Inter';
  text-transform: uppercase;
  color: #f9f9f9;
  font-weight: 500;
}

.girl-detail .prop-detail .item-prop .prop-value {
  font-size: 18px;
  font-family: 'Inter';
  text-transform: uppercase;
  color: #DC0648;
  font-weight: 800;
  padding-left: 3px;
}

.girl-detail .service-detail {
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 10px;
  border: 2px solid #6C6C6C;
}

.girl-detail .service-detail hr {
  background: #6C6C6C;
  border: none;
  height: 2px;
}

.girl-detail .service-detail .service-deep {
  padding: 40px;
}

.girl-detail .service-detail .service-deep .service-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 10px;
}

.girl-detail .service-detail .service-deep .service {
  padding-left: 20px;
  line-height: 32px;
  display: flex;
  color: #f9f9f9;
}

.girl-detail .service-detail .service-deep .service:before {
  content: '·';
  position: relative;
  left: -8px;
  font-weight: 900;
}

.girl-detail .service-detail .service-deep .service-dop {
  display: grid;
  grid-template-columns: 1fr;
  padding: 10px;
}

.girl-detail .service-detail .service-deep .service-price {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 26px;
}

.girl-detail .service-detail .apart-vyezd {
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  font-family: 'Inter';
  text-transform: uppercase;
}

.girl-detail .service-detail .price-lines {
  display: flex;
  justify-content: space-between;
}

.girl-detail .service-detail .price-lines .price-title-detail {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  font-family: 'Inter';
  display: inline-block;
}

.girl-detail .service-detail .price-lines .price-value-detail {
  color: #DC0648;
  font-weight: 600;
  font-size: 18px;
  display: inline-block;
  font-family: 'Inter';
  margin-left: 5px;
}

.text-h1 {
  text-align: center;
  font-family: 'Novelist';
  font-weight: 100;
  font-size: 50px;
  color: #fff;
  margin-top: 30px;
  letter-spacing: 3px;
}

.thumbnails {
  display: flex;
  width: 500px;
}

.footer {
  margin-top: 30px;
  background-color: #323232;
  height: 50px;
  width: 100%;
  border-top: 2px solid #f9f9f9;
  padding-top: 20px;
}

.footer-nav {
  color: #fff;
  margin: auto auto;
}

.footer-nav h4 {
  margin: 80px 0 30px;
  font-family: 'Inter';
  font-size: 20px;
}

.footer-nav ul li {
  margin: 10px 0;
}

.footer-nav ul li a {
  font-family: 'Inter';
  font-size: 14px;
  font-weight: 600;
  color: #f9f9f9;
  text-transform: uppercase;
}

.footer-nav ul li a:hover {
  text-decoration: underline;
}

.contacts {
  border: 1px solid #A3003B;
  background-color: #A2003B;
  border-radius: 20px;
  line-height: 70px;
  height: 60px;
  width: 408px;
  margin-bottom: 20px;
  max-width: 100%;
  font-size: 20px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  color: #DC0648;
}

.contacts img {
  padding-right: 5px;
  vertical-align: middle;
}

.contacts a {
  color: #fff;
}

.fdf {
  display: flex;
  gap: 10px;
}

.phone::before {
  content: "";
  height: 40px;
  width: 40px;
  background-color: #A3003B;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("/img/phone-fill.svg");
}

.tth {
  display: grid;
  width: 408px;
  max-width: 90vw;
  max-width: 100%;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
  color: #f9f9f9;
}

.tth-item {
  border-bottom: #A3003B 2px solid;
  padding: 15px 0;
  display: flex;
  justify-content: space-between;
  font-family: 'Averta';
  font-size: 20px;
  font-weight: 300;
}

.uslugi {
  max-width: 90vw;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #FBFBFB;
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
}

.uslugi h2 {
  padding: 10px 0 10px 30px;
  color: #fff;
  font-weight: 700;
  font-family: 'Novelist';
  color: #000;
}

.primech {
  font-size: 12px;
  color: #AB003E;
}

.price h2 {
  color: #A3003B;
  font-size: 35px;
  font-weight: 300;
  font-family: 'Novelist';
}

.uslugi-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 10px;
}

.uslugi-dop {
  display: grid;
  grid-template-columns: 1fr;
  padding: 10px;
}

.uslugi-price {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 10px;
  gap: 25px;
}

.link-back {
  align-self: flex-start;
  color: #fff;
  cursor: pointer;
  padding-left: 18px;
}

.rasp {
  margin: 20px 0;
}

.rasp h2 {
  text-align: left;
  font-family: 'Inter';
  font-weight: 500;
  font-size: 28px;
  color: #fff;
}

.week {
  display: flex;
  border-radius: 20px;
  max-width: 100%;
  margin: 0 auto;
}

.day {
  height: 206px;
  width: 100%;
  border-radius: 10px;
  color: #fff;
  border: 2px solid #6C6C6C;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 0;
  margin: 2px;
  font-family: 'Inter';
  font-weight: 400;
}

.day:first-child {
  border: 2px solid #A2003B;
  background: #A2003B;
}

.day:first-child .day-line {
  width: 100%;
  text-transform: uppercase;
}

.day:first-child .day-line:after {
  content: '';
  background: #f9f9f9;
  margin-top: 10px;
  height: 2px;
  display: block;
}

.day .day-line {
  width: 100%;
  text-transform: uppercase;
}

.day .day-line:after {
  content: '';
  background: #6C6C6C;
  margin-top: 10px;
  height: 2px;
  display: block;
}

.work_time {
  padding-top: 50px;
  font-size: 14px;
}

.work_time .time-between {
  padding: 5px 10px;
  background: #f9f9f9;
  border-radius: 10px;
  color: #363636;
  display: block;
}

.work_time .time-between:nth-child(n+2) {
  margin-top: 15px;
}

.weekend {
  height: 206px;
  content: "";
  border-radius: 10px;
  text-align: center;
}

.weekend .icon {
  background-size: contain;
  display: block;
  width: 40px;
  height: 40px;
  margin: 10px;
}

.working {
  height: 206px;
  border: 2px solid #A2003B;
  content: "";
  border-radius: 10px;
  text-align: center;
  background: #a2003b4f;
}

.working .icon {
  background: url(/static/img/working1.png) no-repeat;
  background-size: contain;
  display: block;
  width: 40px;
  height: 40px;
  margin: 10px;
}

.working .day-line {
  width: 100%;
  text-transform: uppercase;
}

.working .day-line:after {
  content: '';
  background: #DC0648;
  margin-top: 10px;
  height: 2px;
  display: block;
}

.is_work {
  background: #DC0648;
}

.is_free {
  border: #A2003B solid 1px;
}

.table-inner {
  overflow-x: scroll;
  overflow-y: visible;
  max-width: 90vw;
  margin: 0 auto;
}

.rasp-table {
  border: 0;
  width: 80vw;
  margin: 0 auto;
}

.rasp-table tr:first-child {
  height: 50px;
}

.rasp-table td {
  padding: 5px;
  border-spacing: 5px;
  text-align: center;
}

.rasp-table td:first-child {
  width: 150px;
  border-right: #AB003E solid 2px;
}

.first-line {
  font-weight: 600;
  background-color: #f9f9f9;
}

.first-line td:first-child {
  border-right: 0;
  border-collapse: collapse;
}

.cell {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 600;
  text-align: center;
  color: #444444;
}

.cell img {
  border-radius: 10px;
}

.cell .table-date {
  background-color: #f9f9f9;
  height: 30px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 10PX;
}

.girls-list {
  min-width: 300px;
  margin: 0 auto;
  flex-direction: column;
  padding: 0 10px;
}

.girl-rasp {
  display: flex;
  flex-grow: 2;
  padding-left: 10px;
}

@media (min-width: 780px) {
  .girl-rasp {
    gap: 10px;
  }
}

.girl-inrasp {
  display: flex;
  margin: 60px 0 60px 0;
  position: relative;
}

.girl-inrasp_name {
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  text-align: center;
}

.girl-inrasp a {
  color: #444444;
}

.girl-card {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  align-items: center;
  font-family: 'Montserrat';
  font-weight: 600;
}

.girl-card .person {
  width: 137.42px;
}

.girl-card img {
  border-image-outset: 2rem;
  border-radius: 20px;
  width: 100%;
}

.girl-card .girl-inrasp_name {
  font-weight: 600;
  font-family: 'Inter';
  font-size: 12px;
  text-transform: uppercase;
  text-align: left;
  width: 100%;
}

.raps-day {
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
  width: 10vw;
  padding: 0 10px;
  border-radius: 20px;
  margin: 0 0 5px 0;
  color: #fff;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  font-family: 'Montserrat';
  font-size: 14px;
  align-items: center;
}

.date {
  font-size: 14px;
  font-weight: 600;
}

.metro-detail {
  font-size: 14px;
  font-family: 'Montserrat';
  align-self: flex-start;
  padding: 10px 0 30px;
  text-transform: uppercase;
  font-weight: 600;
}

.metro-detail::before {
  content: url("/static/img/metro.svg");
  padding-right: 5px;
}

.w300{
  width: 300px !important;
}
.wrapper {
  margin: 150px auto;
  max-width: 90%;
  position: relative;
}

.block-404 {
  max-width: 90%;
  display: flex;
  flex-direction: row;
  margin: 50px auto;
  justify-content: space-evenly;
  /*background-color: #FBFBFB;*/
  max-width: 600px;
  border-radius: 20px;
}

.image-404 {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-grow: 1;
}

.image-404 p {
  font-size: 3em;
  color: #fff;
  margin-top: 40px;
}

.text-404 {
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-grow: 2;
}

.text-404 p {
  font-family: 'Inter';
  font-size: 32px;
  line-height: 35px;
}

.button {
  width: fit-content;
  background: #DC0648;
  border-radius: 10px;
  padding: 15px 25px;
  color: #f9f9f9;
  cursor: pointer;
  border: 1px solid #DC0648;
  transition: 0.2s;
  font-weight: 400;
}

.button:hover {
  background: transparent;
  border: 1px solid #f9f9f9;
}

.button-light {
  margin: 50px 0;
  width: fit-content;
  background: transparent;
  border-radius: 10px;
  padding: 15px 25px;
  color: #f9f9f9;
  cursor: pointer;
  border: 1px solid #f9f9f9;
  transition: 0.2s;
  font-weight: 400;
}

.button-light:hover {
  background: #DC0648;
  border: 1px solid #DC0648;
}

@media (max-width: 1000px) {
  .main-image img {
    width: 320px;
  }
  .thumbnails {
    width: 300px;
  }
  .rasp-block h1 {
    font-size: 2em;
  }
  .main h1 {
    font-size: 2em;
  }
}

@media (max-width: 780px) {
  .block-404 {
    flex-direction: column;
  }
  .raps-day {
    flex-direction: row;
    width: 100%;
    line-height: 30px;
    justify-content: space-between;
  }
  .rasp-block h1 {
    font-size: 1.5em;
  }
  .main h1 {
    font-size: 1.5em;
  }
  .girl-inrasp::after {
    border-bottom: #DC0648 solid 2px;
    position: absolute;
    bottom: -20px;
    content: "";
    width: 70%;
    left: 15%;
  }
  .girl-rasp {
    flex-direction: column;
  }
  .table-inner {
    margin-left: 102px;
  }
  .rasp-table th {
    width: 101px;
    position: absolute;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
  }
  .main-image img {
    width: 320px;
  }
  .thumbnails {
    width: 250px;
  }
}

@media (max-width: 665px) {
  .bg-main {
    height: 650px;
    background-image: url('/static/img/bg_1_vertical.jpg')
  }
  .bg-main .bg-block-text {
    width: 100%;
  }
  .bg-main .bg-block-text h1 {
    margin-bottom: 20px;
  }
  h1 {
    font-size: 32px;
  }
  h2 {
    margin-top: 60px;
    font-size: 25px;
  }
  p {
    font-size: 14px;
    font-weight: 400;
  }
  .button {
    font-size: 14px;
  }
  .girl .title-dep-bottom p {
    font-size: 14px;
    font-weight: 400;
  }
  .about-text {
    padding: 0 20px 30px;
  }
  .about-text .deep h2 {
    padding-top: 30px;
  }
  .advantage {
    margin-top: 60px;
  }
  .advantages {
    padding: 15px;
  }
  .text {
    margin: 60px auto 0;
  }
  .footer-nav {
    padding: 0 15px;
  }
  .footer-nav .button-light {
    font-size: 14px;
    margin: 60px 0 40px;
  }
  .footer-nav h4 {
    font-size: 14px;
    margin: 30px 0 0;
  }
  .thumbnails {
    width: 90vw;
  }
  .girl .title-dep-bottom span {
    padding: 5px 9px;
  }
  .about {
    margin-top: 60px;
  }
  .owl-nava .owl-prev {
    position: absolute;
    left: 0;
    margin-top: 240px;
    z-index: 999;
    margin-left: 40px;
  }
  .owl-nava .owl-next {
    position: absolute;
    margin-top: 240px;
    z-index: 999;
    margin-right: 40px;
  }
  .girl-detail, .contacts, .tth {
    width: 90vw;
  }
  .text {
    column-count: 1;
  }
  .week {
    flex-direction: column;
    width: 90vw;
  }
  .day {
    margin: 5px 0;
    padding: 15px 10px;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: initial;
  }
  .day:first-child .day-line, .day .day-line {
    width: auto;
  }
  .day:first-child .day-line:after {
    display: none;
  }
  .day .day-line:after {
    display: none;
  }
  .day .work_time {
    padding-top: 0;
    font-size: 10px;
  }
  .day .day-line {
    font-size: 10px;
  }
  .girl-inrasp {
    border: 2px solid #6C6C6C;
    padding: 10px;
    border-radius: 10px;
  }
  .girl-inrasp::after {
    display: none;
  }
  .girl-card .person {
    margin-top: 5px;
  }
  .weekend {
    height: auto;
  }
  .working {
    height: auto;
  }
  .girl-detail {
    padding-left: 0;
  }
  .girl-detail .price-detail h4 {
    margin-top: 10px;
  }
  .girl-detail .btn-call {
    padding: 15px 55px 13px;
  }
  .girl-detail .text-h1 {
    font-size: 26px;
  }
  .girl-detail .prop-detail .item-prop {
    padding: 12px;
  }
  .girl-detail .prop-detail .item-prop .prop-value {
    font-size: 16px;
  }
  .girl-detail .service-detail .service-deep {
    padding: 20px;
  }

  .main-img button .owl-next{
    float: right;
  }

  .show-desc{
    display: none !important;
  }
  .show-mob{
    display: block !important;
  }

  .main-img button.owl-next {
    right: 0;
    margin-top: 280px;
  }

  .main-img button.owl-prev {
    margin-top: 280px;
  }

  .q-mt-xxl {
    margin-top: 100px;
  }
  .rasp {
    padding: 0 20px;
  }

  .girls a {
    padding-bottom: 0;
    border-bottom: 1px solid #6c6c6c ;
  }
  .category.girls {
    max-width: 90vw;
    margin: 0 auto;
    gap: 0;
  }
  .category.girls a:first-child {
    width: 100%;
  }
  .category.girls a:nth-child(n+2) {
    width: 50%;
    padding: 0 10px;
  }
  .category.girls a:nth-child(n+2) .photo-block {
    height: 330px;
  }
  .girl {
    margin-bottom: 20px;
    width: 100%;
  }
  .girl .namelabel {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .girl .photo-block {
    height: 530px;
  }
  .girl-page {
    flex-direction: column;
  }
  .uslugi-list {
    grid-template-columns: 1fr;
  }

  .owl-carousel .girl .photo-block{
    width: 100%;
  }

  .category .girl .photo-block{
    width: 100%;
  }
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0, .gx-0 {
  --bs-gutter-x: 0
;
}

.g-0, .gy-0 {
  --bs-gutter-y: 0
;
}

.g-1, .gx-1 {
  --bs-gutter-x: 0.25rem
;
}

.g-1, .gy-1 {
  --bs-gutter-y: 0.25rem
;
}

.g-2, .gx-2 {
  --bs-gutter-x: 0.5rem
;
}

.g-2, .gy-2 {
  --bs-gutter-y: 0.5rem
;
}

.g-3, .gx-3 {
  --bs-gutter-x: 1rem
;
}

.g-3, .gy-3 {
  --bs-gutter-y: 1rem
;
}

.g-4, .gx-4 {
  --bs-gutter-x: 1.5rem
;
}

.g-4, .gy-4 {
  --bs-gutter-y: 1.5rem
;
}

.g-5, .gx-5 {
  --bs-gutter-x: 3rem
;
}

.g-5, .gy-5 {
  --bs-gutter-y: 3rem
;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0, .gx-sm-0 {
    --bs-gutter-x: 0
  ;
  }
  .g-sm-0, .gy-sm-0 {
    --bs-gutter-y: 0
  ;
  }
  .g-sm-1, .gx-sm-1 {
    --bs-gutter-x: 0.25rem
  ;
  }
  .g-sm-1, .gy-sm-1 {
    --bs-gutter-y: 0.25rem
  ;
  }
  .g-sm-2, .gx-sm-2 {
    --bs-gutter-x: 0.5rem
  ;
  }
  .g-sm-2, .gy-sm-2 {
    --bs-gutter-y: 0.5rem
  ;
  }
  .g-sm-3, .gx-sm-3 {
    --bs-gutter-x: 1rem
  ;
  }
  .g-sm-3, .gy-sm-3 {
    --bs-gutter-y: 1rem
  ;
  }
  .g-sm-4, .gx-sm-4 {
    --bs-gutter-x: 1.5rem
  ;
  }
  .g-sm-4, .gy-sm-4 {
    --bs-gutter-y: 1.5rem
  ;
  }
  .g-sm-5, .gx-sm-5 {
    --bs-gutter-x: 3rem
  ;
  }
  .g-sm-5, .gy-sm-5 {
    --bs-gutter-y: 3rem
  ;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0, .gx-md-0 {
    --bs-gutter-x: 0
  ;
  }
  .g-md-0, .gy-md-0 {
    --bs-gutter-y: 0
  ;
  }
  .g-md-1, .gx-md-1 {
    --bs-gutter-x: 0.25rem
  ;
  }
  .g-md-1, .gy-md-1 {
    --bs-gutter-y: 0.25rem
  ;
  }
  .g-md-2, .gx-md-2 {
    --bs-gutter-x: 0.5rem
  ;
  }
  .g-md-2, .gy-md-2 {
    --bs-gutter-y: 0.5rem
  ;
  }
  .g-md-3, .gx-md-3 {
    --bs-gutter-x: 1rem
  ;
  }
  .g-md-3, .gy-md-3 {
    --bs-gutter-y: 1rem
  ;
  }
  .g-md-4, .gx-md-4 {
    --bs-gutter-x: 1.5rem
  ;
  }
  .g-md-4, .gy-md-4 {
    --bs-gutter-y: 1.5rem
  ;
  }
  .g-md-5, .gx-md-5 {
    --bs-gutter-x: 3rem
  ;
  }
  .g-md-5, .gy-md-5 {
    --bs-gutter-y: 3rem
  ;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0, .gx-lg-0 {
    --bs-gutter-x: 0
  ;
  }
  .g-lg-0, .gy-lg-0 {
    --bs-gutter-y: 0
  ;
  }
  .g-lg-1, .gx-lg-1 {
    --bs-gutter-x: 0.25rem
  ;
  }
  .g-lg-1, .gy-lg-1 {
    --bs-gutter-y: 0.25rem
  ;
  }
  .g-lg-2, .gx-lg-2 {
    --bs-gutter-x: 0.5rem
  ;
  }
  .g-lg-2, .gy-lg-2 {
    --bs-gutter-y: 0.5rem
  ;
  }
  .g-lg-3, .gx-lg-3 {
    --bs-gutter-x: 1rem
  ;
  }
  .g-lg-3, .gy-lg-3 {
    --bs-gutter-y: 1rem
  ;
  }
  .g-lg-4, .gx-lg-4 {
    --bs-gutter-x: 1.5rem
  ;
  }
  .g-lg-4, .gy-lg-4 {
    --bs-gutter-y: 1.5rem
  ;
  }
  .g-lg-5, .gx-lg-5 {
    --bs-gutter-x: 3rem
  ;
  }
  .g-lg-5, .gy-lg-5 {
    --bs-gutter-y: 3rem
  ;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0, .gx-xl-0 {
    --bs-gutter-x: 0
  ;
  }
  .g-xl-0, .gy-xl-0 {
    --bs-gutter-y: 0
  ;
  }
  .g-xl-1, .gx-xl-1 {
    --bs-gutter-x: 0.25rem
  ;
  }
  .g-xl-1, .gy-xl-1 {
    --bs-gutter-y: 0.25rem
  ;
  }
  .g-xl-2, .gx-xl-2 {
    --bs-gutter-x: 0.5rem
  ;
  }
  .g-xl-2, .gy-xl-2 {
    --bs-gutter-y: 0.5rem
  ;
  }
  .g-xl-3, .gx-xl-3 {
    --bs-gutter-x: 1rem
  ;
  }
  .g-xl-3, .gy-xl-3 {
    --bs-gutter-y: 1rem
  ;
  }
  .g-xl-4, .gx-xl-4 {
    --bs-gutter-x: 1.5rem
  ;
  }
  .g-xl-4, .gy-xl-4 {
    --bs-gutter-y: 1.5rem
  ;
  }
  .g-xl-5, .gx-xl-5 {
    --bs-gutter-x: 3rem
  ;
  }
  .g-xl-5, .gy-xl-5 {
    --bs-gutter-y: 3rem
  ;
  }
}

@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

.scale {
  transform-origin: center;
  transition: transform 0.3s ease-in-out;
}

.scale:hover {
  transform: scale(1.05);
}


.work-block .step-block {
  padding: 10px;
}

.work-block .step-block .step {
  border: 2px solid #DC0648;
  padding: 30px;
  flex-wrap: nowrap;
  border-radius: 10px;
  height: 100%;
}

.work-block .step-block .step img {
  display: block;
  padding: 0 23px;
  width: 100px;
}

.work-block .step-block .step .info {
  padding: 0 15px;
  align-self: center;
}

.work-block .step-block .step .info .title {
  font-family: 'Inter';
  font-size: 18px;
  text-transform: uppercase;
  color: #f9f9f9;
  margin-bottom: 10px;
  font-weight: 600;
  width: 100%;
}

.work-block .step-block .step .info .preview-text {
  font-family: 'Inter';
  font-size: 14px;
  color: #f9f9f9;
}

.work-block .step-block-driver {
  padding: 10px;
}

.work-block .step-block-driver .step {
  border: 2px solid #6C6C6C;
  padding: 30px;
  flex-wrap: nowrap;
  border-radius: 10px;
  height: 100%;
}

.work-block .step-block-driver .step .info {
  padding: 0 15px;
  align-self: center;
}

.work-block .step-block-driver .step .info .title {
  font-family: 'Inter';
  font-size: 18px;
  text-transform: uppercase;
  color: #f9f9f9;
  margin-bottom: 15px;
  font-weight: 600;
}

.work-block .step-block-driver .step .info .preview-text {
  display: block;
  list-style: inside;
  padding-left: 20px;
}

.work-block .step-block-driver .step .info .preview-text li {
  font-family: 'Inter';
  font-size: 14px;
  color: #f9f9f9;
  margin-bottom: 5px;
}

.work-block .button-light {
  margin: 20px 0;
}

.about-block .about {
  margin-top: 60px;
}

.about-block .about .about-text .deep h2 {
  font-family: 'Inter';
  text-transform: uppercase;
  font-size: 28px;
  padding-top: 60px;
}

.about-block .about .about-text .deep ul {
  display: block;
  list-style: inside;
  padding-left: 20px;
}

.about-block .about .about-text .deep ul li {
  font-family: 'Inter';
  font-size: 16px;
  color: #f9f9f9;
  margin-bottom: 10px;
}

.about-block .advantage {
  margin-top: 60px;
}

.about-block .advantage h2 {
  text-align: left;
  font-family: 'Inter';
  text-transform: uppercase;
  font-size: 28px;
  padding-top: 60px;
  padding-left: 15px;
  margin-top: 60px;
}

.about-block .padd {
  padding-top: 140px !important;
}

.transparent {
  background: transparent;
}

@media (max-width: 665px) {
  .work-block {
    padding: 0 15px;
  }
  .work-block .text-center {
    text-align: center;
  }
  .work-block h2 {
    font-size: 18px;
    margin-top: 60px;
  }
  .work-block .step-block {
    padding: 10px 0;
  }
  .work-block .step-block .step {
    border: 1px solid #DC0648;
    padding: 10px;
    min-height: 160px;
  }
  .work-block .step-block .step img {
    display: block;
    padding: 0 12px;
    width: 60px;
  }
  .work-block .step-block .step .info {
    padding: 0 10px;
  }
  .work-block .step-block .step .info .title {
    font-family: 'Inter';
    font-size: 14px;
  }
  .work-block .step-block-driver {
    padding: 10px 0;
  }
  .work-block .step-block-driver .step {
    border: 1px solid #6C6C6C;
    padding: 15px 0;
    flex-wrap: nowrap;
    border-radius: 10px;
    height: 100%;
  }
  .work-block .step-block-driver .step .info {
    padding: 0 15px;
    align-self: center;
  }
  .work-block .step-block-driver .step .info .title {
    font-family: 'Inter';
    font-size: 14px;
    text-transform: uppercase;
    color: #f9f9f9;
    margin-bottom: 15px;
    font-weight: 600;
  }
  .work-block .step-block-driver .step .info .preview-text {
    display: block;
    list-style: inside;
    padding-left: 10px;
  }
  .work-block .step-block-driver .step .info .preview-text li {
    font-family: 'Inter';
    font-size: 14px;
    color: #f9f9f9;
  }
  .about-block .about {
    margin-top: 0;
  }
  .about-block .about .about-text .deep h2 {
    font-family: 'Inter';
    text-transform: uppercase;
    font-size: 28px;
    padding-top: 30px;
  }
  .about-block .about .about-text .deep ul {
    display: block;
    list-style: inside;
    padding-left: 20px;
  }
  .about-block .about .about-text .deep ul li {
    font-family: 'Inter';
    font-size: 16px;
    color: #f9f9f9;
    margin-bottom: 10px;
  }
  .about-block .advantage {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .about-block .advantage h2 {
    text-align: left;
    font-family: 'Inter';
    text-transform: uppercase;
    font-size: 28px;
    padding-top: 0px;
    padding-left: 15px;
    margin-top: 0px;
  }
  .about-block .padd {
    padding-top: 60px !important;
  }
}

.dop-sect {
  padding: 5px 10px 5px 15px;
}

.dop-article {
  color: #fff;
  padding: 25px 30px;
  background: #3c3c3c;
  border-radius: 10px;
}

.dop-article a {
  display: inline-block;
  font-weight: 800;
  text-decoration: underline;
}

.dop-article ul {
  list-style: inside;
  padding-left: 10px;
}
