body {
    min-width: 362px;
    font-size: 1.1rem;
    font-family: Oswald, sans-serif;
    /* background: #f1f1f3;*/
}

h1 {
    color: #1f2645;
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 3rem;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background: #ffff;
}

.first-container {
    background: #fff;
    padding: 0 15px;
}

/** MENU **/
.navbar-nav {
    display: flex;
    flex-direction: row;
    padding-left: 0;
    margin-bottom: 0;
}
.icms-header__middle .navbar-nav{
    background-color:#596275 ;
}
.navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
}
.icms-header__middle .navbar{
    border:0;
}
.navbar-dark .navbar-nav .nav-link {
  font-size: smaller;
}

.navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
}

.mx-lg-n2 {
    margin-left: -0.5rem !important;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}

/** END MENU **/

.icms-header__top,
.icms-footer__bottom {
    background-color: #1f2645;
    color: #ffffff;
}

/*.icms-header__bottom .navbar .navbar-nav .prices-link{
    display:none;
}*/
.table-first {
    border: 0;
    margin-bottom:0;
}

.table-first .text-end,
.mobile .text-end {
    text-align: end;
}

.table-first tr td {
    vertical-align: middle;
    color: #1f2645;
}

.table-first .name,
.mobile .name {
    font-size: 1.5rem;
    color: #1f2645;
    font-weight: 700;
    line-height: 1;
}

.mobile .name {
    width: 100%;
}

.icms-footer__middle .name {
    font-size: 1.2rem;
    color: #ecccbd;
    font-weight: 700;
    line-height: 1;
}

.mobile .manager,
.mobile .info {
    width: 100%;
    opacity: .7;
}

.mobile .info svg {
    font-size: 32px;

}

.table-first .adress,
.mobile .addres {
    opacity: .7;
}

.table-first .manager {
    opacity: .7;
    font-size: 1rem;
    font-weight: 700;
}

.table-first a {
    margin: 0 5px;
}

.table-first a:hover {
    text-decoration: none;
}

.table-first .info,
.mobile .info {
    opacity: .7;
}

.img-top {
    position: absolute;
    top: 0;
    right: 0;
    width: 70%;
    height: 40%;
    background-color: #1f2645;
    z-index: 1;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.img-bottom {
    width: calc(100% - 200px);
    height: 200px;
    background-color: #ecccbd;
    align-self: flex-end;
    margin-top: -50px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}

.img-about {
    position: absolute;
    z-index: 3;
    background-image: url('/upload/me2.jpg');
    background-size: cover;
    background-position: center top;
    top: 5%;
    height: 100%;
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;*/
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}

.img-escort {
    width: 100%;
    background-image: url('/upload/escort.jpg');
    background-size: cover;
    height: 400px;
}

.list-escort li {
    display: flex;
    flex-direction: column;
    padding: 1rem 0;
}

.list-escort li span {
    width: 100%;
    line-height: 1;
}

.list-escort li span:nth-child(1) {
    color: #1c223e;
    font-size: 1.5rem;
    margin-bottom: .3rem;
}
.more{
    color: #2147a0;
  text-decoration: underline;
}
.more:hover{
     color: #1c223e;
}
.list-escort li span:nth-child(2) {
    color: #1c223e;
    font-size: 1.1rem;
    opacity: .7;
}
/********* Таблицы *******************/
.table-prices-1{
    width: 100%;
  border-spacing: 0;
  color: #212121;
  text-align: center;
  overflow: hidden;
}
.table-prices-1 td{
    position:relative;
}
.table-prices-1 tr:nth-child(1) {
  box-shadow: 9px 9px 16px rgba(163, 177, 198, 0.6);
}
.table-prices-1>tbody>tr:hover {
    padding: 20px;
    box-shadow: 9px 9px 16px rgba(163, 177, 198, 0.6),
        -9px -9px 16px rgba(255, 255, 255, 0.6);
}
.table-prices-1>tbody>tr:nth-child(2):hover {
    padding: 20px;
    box-shadow: 9px 9px 16px rgba(163, 177, 198, 0.6);
}
.table-prices-1 tr td:first-child::before {
    content: "";
    position: absolute;
    padding: 7px;
    top: 0;
    left: -5000px;
    width: 10000px;
    height: 100%;
    z-index: -10;
}

/****** LOWER ***************/
.html-lower {
    position: relative;
    min-width: 100%;
}

.html-lower .list-serv {
    min-width: 100%;
    height: auto;
    background-color: #ecccbd;
    padding: .5rem 0;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    border: 1px solid rgba(28, 34, 62, .1);
}

.html-lower .list-serv .thumb {
    width: 100%;
    height: 60px;
    display: inline-block;
    position: relative;
}

.html-lower .list-serv .thumb .icon {
    width: 50px;
    height: 60px;
    background-image: url('/upload/02.png');
    background-size: cover;
    position: absolute;
    top: 0px;
    left: calc(50% - 30px);
}

.html-lower .list-serv .text {
    margin-top: .5rem;
    font-size: 1.4rem;
}

.html-lower .list-serv ul {
    list-style: none;
    padding-left: 0;
}

.html-lower .list-serv ul a {
    text-decoration: underline;
    color: #1c223e;
    cursor: default;
}
.html-lower .list-serv ul a:hover{
    color:#fff;
}

/*********** FAQ *************/

.html-faq {
    min-width: 100%;
    position: relative;
    padding:1rem;
    margin-top:-1rem;
}
.html-faq::before{
    border-bottom:1px solid rgba(26, 26, 26, 0.125);
    content: '';
    position: absolute;
   z-index: 999;
    bottom:-3.1rem;
    height:3px;
    width:calc(100% - 2rem);
    color:#000;
}
.html-faq p {
    padding: 1rem;
}

.html-faq .question {
    display: flex;
    justify-content: space-between;
    padding: .4rem 0 0 0;
    position: relative;
}

.html-faq .question h4 {
    line-height: 1;
}

.html-faq .question.border-b {
    border-bottom: 1px solid #1c223e;
}

.html-faq .card-faq:nth-child(2n+1) {
    background-color: rgba(28, 34, 62, 0.3);
}

.html-faq .card-faq:nth-child(2n) {
    background-color: rgba(236, 204, 189, 0.3);
}

.html-faq .answer {
    position: relative;
    max-height: 0px;
    overflow: hidden;
    transition: .5s;
}

.html-faq .question.show-ac .svg-icon-plus {
    transition: transform .5s ease-out;
    transform: rotate(45deg);
    fill: green;
}

.html-faq .question .svg-icon-plus {
    display: inline-block;
    transition: transform .5s ease-out;
}

.html-faq .question .svg-icon-plus svg {
    width: 50px;
    height: 50px;
    opacity: .7;
    padding: 9px;
}

.tooltip-inner {
    max-width: 250px;
    /* максимальная ширина подсказки (по умолчанию 200px) */
    color: #fff;
    /* цвет шрифта */
    background-color: #1c223e;
    /* цвет фона (по умолчанию #000) */
    border-radius: 0.25rem;
    /* радиус скругдения углов */
    font-size: 1rem;
}

.tooltip.show {
    opacity: 1;
}

/******** END FAQ **********/

.desktop .img-about {
    width: calc(100% - 150px);
    left: 50px;
}

.mobile .img-about {
    width: 100%;
    left: 0;
    margin-bottom: 1rem;
}

.desktop .poss-rel {
    position: relative;
    width: 100%;
    height: 600px;
}

.mobile .poss-rel {
    position: relative;
    width: 100%;
    height: 300px;
}

.html-about h1,
.html-self h1,
.html-escort h1,
.html-faq h1 {
    color: #1f2645;
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 3rem;
    text-shadow: 1px 1px 0 #ecccbd;
}

.html-about h3,
.html-self h3,
h3 {
    color: #ecccbd;
    text-shadow: 1px 1px 0px #1c223e;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 1px;
    font-family: Oswald, sans-serif !important;
    width: 100%;
}

.html-form h3 {
    color: #1c223e;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 1px;
    font-family: Oswald, sans-serif !important;
    width: 100%;
}

.html-about p {
    font-size: 1.3rem;
    margin: 32px 109px 50px 0;
    line-height: 1.5;
    font-family: Lato, sans-serif;
}

.about-href {
    border: solid 4px #ecccbd;
    background-color: #1c223e;
    letter-spacing: 2px;
    margin: 32px auto 0 0;
    padding: 10px 30px;
    text-decoration: none;
    color: #ecccbd;
}

#dropdownMenuButton1 {
    color: #ecccbd;
    padding: 0 0 7px 0;
    width: 100%;
}

.about-href.dropdown {
    position: relative;
}

.about-href.dropdown:hover>.dropdown-menu {
    display: block;
}

.dropdown-menu {
    background-color: #1c223e;
    left: -5px;
    margin-top: 5px;
}

.dropdown-menu li a {
    background-color: #1c223e;
    color: #ecccbd;
}

.button-info {
    margin-top: -2rem;
}

.about-href {}

.about-href.right {}

.about-href:hover {
    text-decoration: none;
    color: #ecccbd;
}

header .navbar {
    border-top: 1px solid #ecccbd;
    border-bottom: 1px solid #ecccbd;
    line-height: 1;
    background-color: #fff;
}

header .icms-navbar .nav-link {
    padding-top: .8rem;
    padding-bottom: .8rem;
    text-transform: none;
}

.navbar-light .navbar-nav .nav-link {
    color: #1c223e;
}

.navbar-light .navbar-nav .nav-link.active {
    color: #1c223e;
}

.icms-navbar .nav-link.active::before {
    background-color: #1c223e;
    opacity: .7;
    height: 2px;
    width: 100%;
}

.benefit {
    border: 3px solid #ecccbd;
    background-color: #1c223e;
}

.benefit:nth-child(2) {}

.benefit .icon {
    background-color: #1c223e;
    width: 70px;
    height: 70px;
    background-size: cover;
    text-align: center;
    margin: 20px auto;
}

.benefit:nth-child(1) .icon {
    background-image: url('/upload/nalog.png');
}

.benefit:nth-child(2) .icon {
    background-image: url('/upload/str.png');
}

.benefit:nth-child(3) .icon {
    background-image: url('/upload/check.png');
}

.html-self p {
    font-size: 1.3rem;
    line-height: 1.5;
    font-family: Lato, sans-serif;
    color: #ecccbd;
}

.icms-footer__middle {
    background-color: #1c223e;

}

.icms-footer__middle .navbar {
    border-bottom: 1px solid #ecccbd;
}

.icms-footer__middle .navbar .navbar-nav .nav-link {
    color: #ecccbd;
}

disable .icms-footer__middle .navbar .navbar-nav .nav-link.active {
    color: #ecccbd;
}

/************** NEWS ****************************/
.ft_category {
    display: none;
}

a {
    color: #1c223e;
}

.card-title-news {
    color: #1f2645;
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: 1px;
    font-family: Oswald, sans-serif !important;
    padding-bottom: 3rem;
    justify-content: space-between;
    align-items: center;
}

.mt-7 {
    margin-top: 5rem;
}

.img-fluid {
    width: 100%;
    height: auto;
}

section {
    background-color: #FFF;
}
.mb-n3, .my-n3 {
 margin-bottom: 1rem !important;
}

/************ END NEWS **********************/

/************ PROFILE *************************/
#user_profile_ratings {
    display: flex;
    flex-direction: row;

}

#user_profile_ratings.bg-primary {
    background-color: #2b2f47 !important;
}

#user_profile_ratings div {
    border: 1px solid #ecccbd;
    border-radius: 50%;
    margin-right: .5rem;

    background-color: #33bd66 !important;
}

#right-column .content {
    justify-content: start;
    flex-direction: column;
}

#right-column .desc {
    position: relative;
    max-height: 0px;
    overflow: hidden;
    transition: .5s;
    margin-left: 1rem;
}

#right-column .content:nth-child(1) .desc {
    overflow: none;
    max-height: 45px;
    margin-bottom: 1rem;
}

#right-column .data-modal {
    font-size: smaller;
    text-decoration: underline;
}

#right-column .desc p {
    color: #3867d6;
}
#pleasure .desc p {
    margin-bottom:.5rem;
}
#right-column .desc p:hover,
#right-column .data-modal:hover {
    color: #1c223e;
    text-decoration: none;
}

#right-column .title {
    justify-content: start;
}

#right-column .title h5 {
    padding: 0 .5rem;
}

#right-column .title .icon-plus {
    font-size: 1.5rem;
    line-height: 1;
    padding: 0 .5rem;
}

#Modal-doc .modal-dialog {
    margin-top: 10%;
}

#Modal-doc .modal-body {
    margin-right: 1rem;
    background: transparent;
}

/************* END PROFILE ********************/

.copyrite {
    padding: 0 30px;
}
.html-banner{
    margin-bottom:1.5rem;
    position:relative;
}
.html-banner h3{
    margin-top:.5rem;
}
.html-banner .info{
    position:absolute;
    top:67%;
    left:2%;
}
.html-banner .info a{
    padding:.2rem;
}
.html-banner .info .watsapp svg{
     padding:.11rem;
}
.banner{
    margin-top:1.5rem;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}
.banner-href{
    text-shadow: 0 1px #d9d3d3;
    color:#e0b64b;
    text-decoration: underline;
    font-size: 14px;
}
.banner-href:hover{
      color:#fff;
      text-shadow: 0;
      text-decoration:none;
}
.icms-footer__middle .banner a{
   color:#888;
   text-decoration: underline;
}

@media (min-width: 997px) {
    .mobile {
        display: none;
    }

    .html-about h1,
    .html-self h1,
    .html-escort h1,
    .html-faq h1,
    .html-lower h1,
    .card-title-news {
        font-size: 3rem;
    }

    .first-container {
        margin-top: 200px;
        background: #fff;
        margin-bottom: 3rem;
    }
.first-container.second{
    margin-top: 0;
}
    .html-about h3,
    .html-self h3,
    .html-form h3,
    h3 {
        font-size: 2.5rem;
    }
}

@media (max-width: 996px) {
    .mobile {
        display: flex;
    }

    .telega svg {
        margin: 0 10px;
    }

    .mobile-info {
        margin-bottom: .5rem;
        display: block;
    }

    .desktop {
        display: none !important;
    }

    .first-container {
        margin-top: 120px;
    }

    .html-about h1,
    .html-self h1,
    .html-escort h1,
    .html-faq h1,
    .html-lower h1,
    .card-title-news {
        font-size: 2.5rem;
        padding: 0 15px;
    }

    .html-about h3,
    .html-self h3,
    h3.html-form h3,
    h3 {
        font-size: 2rem;
    }

    .html-about h3 {
        margin-top: 1rem;
    }

    .html-about p {
        margin: 32px 0;
    }

    .list-escort {
        margin-left: 0;
        list-style-type: none;
        padding-inline-start: 0px;
    }

    .dropdown-item {
        padding: .8rem .4rem;
    }
}

@media (max-width: 768px) {
    header .icms-navbar .nav-link {
        padding-top: .5rem;
        padding-bottom: .5rem;
        text-transform: none;
    }

    .rating-info-title .total div:nth-child(2) span:nth-child(3) {
        display: none !important;
    }

    .field.ft_image {
        display: none;
    }

    .html-faq .question .svg-icon-plus {
        margin-right: -10px;
    }

    .html-faq .question .svg-icon-plus svg {
        width: 45px;
        height: 45px;
        text-align: right;
    }

}

@media (max-width: 523px) {


    .mobile .info {
        display: block;
        padding-top: .7rem;
    }

    .news {
        display: none;
    }

    #Modal-doc .modal-dialog {
        margin-top: 20%;
    }

}


@media (max-width: 420px) {
    .first-container {
        margin-top: 100px;
    }
}