html, body {
    height: 100%;
    padding: 0;
    margin: 0;
    font: 400 16px Tahoma, sans-serif;
    color: #0d417f;
}

body {
    background: #fff url(i/bcg.png?1);
}

.fs-seo23-nav-bar {
    max-width: 218px;
    cursor: pointer;
}

.fs-seo23-nav-bar img {
    height: auto;
    display: block;
}

.fs-seo23-wrapper-content {
    display: flex;
    justify-content: space-around;
    margin-top: 24px;
}

/* Login form styles */
.fs-seo23-login-container {
}

.fs-seo23-login-form h2 {
    font-family: Roboto, Tahoma, sans-serif;
    font-weight: 700;
    color: #000000;
    font-size: 16px;
    text-align: center;
}

.fs-seo23-login-form p {
    font-family: Roboto, Tahoma, sans-serif;
    font-weight: 500;
    color: #999999;
    font-size: 12px;
    text-align: center;
}

.fs-seo23-login-input-wrapper {
    /* display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; */
}

.fs-seo23-login-divider {

}

.fs-seo23-login-divider-input {
   border: 2px solid #E5E5E5;
   border-radius: 12px;
   width: 100%;
   color: #808080;
   height: 44px;
   padding-left: 12px;
   color:#000000;
}

.fs-seo23-login-checkbox-group {
    display: flex;
    align-items: center;
}

.fs-seo23-login-buttons-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
}

.fs-seo23-login-checkbox-group input {
    color: #70BAF0;
    height: 24px;
    width: 24px;
    border-radius: 4px;
}

.fs-seo23-login-checkbox-group label {
    align-items: center;
    font-family: Montserrat, Tahoma, sans-serif;
    color: #999999;
    font-size: 12px;
    font-weight: 500;
    margin-left: 12px;
}

/* Login form styles END */


/* Video block styles */
.seo-23-video-wrapper {
    display: flex;
    flex-direction: column;
    gap: 12px;
    /* align-items: center; */
    width: 100%;
    background: #FFFFFF;
    border-radius: 24px;
    padding: 24px 16px;
    box-sizing: border-box;
}

.seo-23-video-base {
    background: url(i/video-bg.png) no-repeat center center;
    border-radius: 12px;
}

.seo-23-video-container {
    position: relative;
    max-width: 336px;
    max-height: 420px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.seo-23-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.seo-23-video-icons-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    user-select: none;
}

.seo-23-video-icons-bar_wrapper {
    display: flex;
    gap: 8px;
}

.seo-23-video-icons-bar_item-left {
    display: flex;
    align-items: center;
    gap: 4px;
    border-radius: 99px;
    padding: 4px 12px;
    color: #999999;
}

.seo-23-video-icons-bar_item {
    display: flex;
    align-items: center;
    gap: 4px;
    background: #CFE8FA;
    border-radius: 99px;
    padding: 4px 12px;
    color: #108CE5;
}

  .seo-23-video-controls {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 10px;
    width: 100%;
    display: flex;
    gap: 10px;
  }

.seo-23-video-btn {
    background: rgba(0, 0, 0, 0.5);
    border: none;
    border-radius: 50%;
    width: 56px;
    height: 56px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .seo-23-video-btn img {
    width: 24px;
    height: 24px;
  }

/* Video block styles END*/

.fs-seo23-btn {
    display: inline-block;
    border: none;
    border-radius: 12px;
    text-decoration: none;
    line-height: 40px;
    min-width: 168px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    background: #108CE5;
    cursor: pointer;
    transition: all .3s ease;
}
.fs-seo23-btn:hover {
    background: #1076be;;
}
.fs-seo23-btn:active {
    background: #108CE5;;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
}
.fs-seo23-btn.fs-seo23-btn--big {
    font-size: 18px;
    min-width: 207px;
    line-height: 53px;
}
.fs-seo23-btn.fs-seo23-btn--trans {
    border: 2px solid #108CE5;
    color: #108CE5;
    background: #fff;
    border-radius: 12px;

}
.fs-seo23-btn.fs-seo23-btn--trans:hover {
    color: #3d6799;
    box-shadow: inset 0 0 0 1px #3d6799;
}
.fs-seo23-btn.fs-seo23-btn--trans:active {
    color: #0a3466;
    box-shadow: inset 0 0 0 1px #0a3466;
}

.fs-seo23-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 80px;
    z-index: 8;
    background: #fff;
    /* box-shadow: 0 1px 0 0 #cdcdcd; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 64px;
}

.fs-seo23-header-login-btn,.fs-seo23-header-login-btn_filter {
    background-color: #1890ff; 
    color: white;            
    border: none;           
    padding: 12px 32px;       
    text-align: center;       
    text-decoration: none;   
    display: inline-block;    
    font-size: 16px;          
    font-weight: 500;         
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; 
    cursor: pointer;          
    border-radius: 12px;      
    transition: background-color 0.3s ease; 
    width: 202px;
}

.fs-seo23-header-login-btn:hover {
    background-color: #40a9ff; 
}

/* .fs-seo23-header img {
    max-width: 244px;
} */

.fs-seo23-wrapper {
    padding-top: 80px;
    position: relative;
}
.fs-seo23-wrapper.fs-seo23-wrapper--nopadding {
    padding-top: 0;
}
.fs-seo23-wrapper.isOverlay {
    /*height: 100%;*/
    /*overflow: hidden;*/
}
body.js-popup-opened {
    overflow: hidden;
}

.fs-seo23-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 832px;  
    box-sizing: border-box;  
}

.fs-seo23-content--centered {
    max-width: 896px;
    margin: 16px auto 0;
}
.fs-seo23-content-partly {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.fs-seo23-content-partly-registration {
    max-width: 212px;
}
.fs-seo23-content h2,
.fs-seo23-content h3,
.fs-seo23-content h4,
.fs-seo23-content h1 {
    /* padding: 16px 64px 8px;
    max-width: 896px;
    margin: 0 auto;
    color: #0d417f;
    font: 400 24px/38px serif; */
}

.fs-seo23-filters {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 24px;
    width: 100%;
    background-color: #FFFFFF;
    border-radius: 24px;
}


.fs-seo23-filters-selects-wrapper {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 12px;
    width: 382px;
}

.fs-seo23-filters-selects-wrapper span {
    display: block;
    font-family: Roboto, Tahoma, sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #808080;
    margin-bottom: 4px;
}


.fs-seo23-filters-title {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.fs-seo23-filters-title p {
    font-family: Roboto, Tahoma, sans-serif;
    font-weight: 400;
    font-size: 16px;
    margin: 0;
    padding: 0;
    color:#666666;
}

.fs-seo23-filter-title-h1 {
    font-size: Roboto, Tahoma, sans-serif;
    font-weight: 600;
    font-size: 28px;
    padding: 0;
    margin: 0;
    color: #333333;
}

.fs-seo23-select-filters {
    height: 44px;
}

.fs-seo23-filters-select-custom {
    display: flex;
    align-items: center;
    /* padding-left: 6px; */
    box-sizing: border-box;
}

.fs-seo23-filters-select-custom span {
    padding-left: 6px; 
}

.fs-seo23-filters-gender {
    display: flex;
    flex-direction: column;
}

.fs-seo23-filters-gender-switches {
    gap: 6px;
}


.fs-seo23-filters-gender-switches {
    display: flex;
    justify-content: space-between;
}

.fs-seo23-switch {
    height: 44px;
    width: 100%;
    border: 2px solid #E5E5E5;
    background-color: #FFFFFF;
    color: #808080;            
    text-decoration: none;   
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;          
    font-weight: 500;         
    font-family: Montserrat, Tahoma, sans-serif; 
    cursor: pointer;          
    border-radius: 12px;      
    transition: background-color 0.3s ease; 
}

.fs-seo23-switch.is-active {
    background-color: #1890ff;
    color: white;
}

.fs-seo23-switch_gender {
    height: 44px;
    max-width: 148px;
}

.fs-seo23-filters-selects {
}


.fs-seo23-filters-gender {
    display: flex;
}

.fs-seo23-filters-age-and-goal-wrapper {
    display: flex;
    gap: 6px;
    width: 100%;
}

.fs-seo23-filters-age-wrapper, .fs-seo23-filters-goal-wrapper {
    width: 100%;
}

.fs-seo23-select-age {
    height: 44px;
}

.fs-seo23-select-goal {
    height: 44px;
}

 .fs-seo23-title-bigger {
    font-family: Roboto, Tahoma, sans-serif;
    font-weight: 600;
    font-size: 28px;
    color: #333333;
}

 .fs-seo23-title-link{
    font-family: Roboto, Tahoma, sans-serif;
    font-weight: 600;
    font-size: 28px;
    padding: 0;
    margin: 0;
    color: #108CE5;
    text-decoration: none;
    cursor: pointer;
    position: relative;
}

.fs-seo23-content .fs-seo23-title-link.fs-seo23-title-link--normal {
    font-family: serif;
    font-style: normal;
}
.fs-seo23-content .fs-seo23-title-italic {
    font-family: Roboto , Tahoma, sans-serif;
    color: #333333;
    font-weight: 400;
    font-size: 18px;
}

.fs-seo23-content .fs-seo23-title-link:hover,
.fs-seo23-content .fs-seo23-title-link.isHover {
    /* z-index: 10; */
    color: #79868e;
}
.fs-seo23-content .fs-seo23-title-link:active {
    color: #acb9c1;
}
.fs-seo23-title-link-inner {
    border-radius: 4px;
    border: 1px solid #0D417F;
    background: #FFF;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10;
    display: none;
}
.fs-seo23-content .fs-seo23-title-link.isHover .fs-seo23-title-link-inner {
    display: block;
}
.fs-seo23-title-link-inner a {
    font: 500 24px/43px serif;
    font-style: italic;
    display: block;
    padding: 0 16px;
    color: #0d417f;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
}

.fs-seo23-title-link-inner a:hover {
    background: #0d417f;
    color: #fff;
}
.fs-seo23-title-link-inner.fs-seo23-list-age {
    height: 338px;
    overflow-y: scroll;
}
.fs-seo23-title-link-inner.fs-seo23-list-age a {
    font-family: serif;
    font-style: normal;
    border-radius: 0;
    text-align: center;
    padding: 0;
    line-height: 32px;
}

/* Promo blocks styles */
.fs-seo23-promo-blocks {
   position: relative;
   box-sizing: border-box;
   width: 100%;
   max-width: 100%;
   background-image: url(i/promo-block-web.png);
   background-size: cover;
   background-position: center;
   background-repeat: no-repeat;
   height: 182px;
   border-radius: 16px;
}

.fs-seo23-promo-img_desktop__text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 22px;
    text-align: left;
    padding: 8px 16px;
}

.fs-seo23-promo-img_desktop__text h2 {
    font-family: Montserrat, Tahoma, sans-serif;
    font-weight: 800;
    font-size: 26px;
    color: #FFFFFF;
    padding: 0;
    margin: 0;
    line-height: 30px;
}

.fs-seo23-promo-img_desktop__text span {
    font-family: Montserrat, Tahoma, sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #FFFFFF;
    padding: 0;
    margin: 0;
}

.fs-seo23-promo-block-btn {
    display: block;
    width: 168px;
    background-color: #1890ff;
    color: white;
    border: none;
    padding: 12px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    cursor: pointer;
    border-radius: 12px;
    transition: background-color 0.3s ease;
}

/* Promo blocks styles END*/

.fs-seo23-cards {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 18px;
    background-color: #FFFFFF;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
    padding: 16px 0;
}

.fs-seo23-card {
    width: 185px;
    height: 284px;
    border-radius: 4px;
    /* border: 1px solid #CDCDCD; */
    background: #FFF;
    /* margin-bottom: 16px; */
    overflow: hidden;
    cursor: pointer;
}
.fs-seo23-card-img {
    position: relative;
    height: 185px;
    max-height: 185px;
    border-radius: 14px;
}
.fs-seo23-card-img > img {
    width: 100%;
    max-height: 185px;
    border-radius: 14px;
}

.fs-seo23-card-online-status {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #00000066;
    border-radius: 14px;
    padding: 2px 8px;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 12px;
    bottom: 6px;
    left: 6px;

}

.fs-seo23-card-online-status::after {
    display: inline-block;
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #53e321;
    bottom: 0;
    margin-left: 4px;
}

.fs-seo23-card-info {
    padding-top: 8px;
    text-align: left;
    /* padding: 10px 16px; */
}
.fs-seo23-card-name,
.fs-seo23-card-city {
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.fs-seo23-card-name {
    color: #333333;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.fs-seo23-card-name:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 21px;
    height: 21px;
    background: url(i/verification.svg) no-repeat center center;
    margin: -4px 0 0 0;
}
.fs-seo23-card-city {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #999999;
    padding-top: 2px;
}

.fs-seo23-banner {
    margin: 0 auto;
    max-width: 896px;
}
.fs-seo23-banner h3 {
    color: #ffffff;
}

.fs-seo23-banner .fs-seo23-banner-info {
    max-width: 325px;
    margin: 0;
    padding: 27px 0 0 56px;
}
.fs-seo23-banner .fs-seo23-banner-action {
    padding: 20px 0 0 56px;
}

.fs-seo23-text {
    width: 100%;
    box-sizing: border-box;
    border-radius: 24px;
    background: #FFFFFF;
    padding: 16px;
}

.fs-seo23-text h2, .fs-seo23-text h4 {
    font-family: Roboto , Tahoma, sans-serif;
    color: #333333;
    font-weight: 400;
    font-size: 18px;
    padding: 0;
    margin: 0;
}

.fs-seo23-text h4 {
    font-family: Roboto, Tahoma, sans-serif;
    color: #333333;
    font-weight: 400;
    font-size: 20px;
}

.fs-seo23-text-content-seo {
    font-family: Roboto , Tahoma, sans-serif;
    color: #333333;
    font-weight: 400;
    font-size: 12px;
}

.fs-seo23-text-content {
    font-family: Roboto , Tahoma, sans-serif;
    font-weight: 400;
    font-size: 12px;
    padding-top: 16px;
}

.fs-seo23-text-all-location {
    text-decoration: underline !important;
}

.fs-seo23-text-cols {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 16px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.fs-seo23-text-cols li {
    line-height: 12px;
    padding: 6px 0;
    color: #108CE5;

}

.fs-seo23-text-cols a {
    color: #108CE5;
    text-decoration: none;
}
.fs-seo23-text-cols a:hover {
    text-decoration: underline;
}

.fs-seo23-footer {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    width: 100%;
    background-color: #FFFFFF;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;}

.fs-seo23-footer-wrapper {
    box-sizing: border-box;
    width: 100%;
    padding: 24px;
}

.fs-seo23-footer-bottom {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 16px;
}

.fs-seo23-footer-bottom img {
    height: 20px;
    width: 132px;
}

.fs-seo23-footer-copyright {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #000000;
    font-family: Roboto, Tahoma, sans-serif;
    font-weight: 400;
    font-size: 12px;
}

.fs-seo23-footer-mobile {
    display: none;
}


.fs-seo23-footer-menu {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px 16px;
    box-sizing: border-box;
    color: #108CE5;
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 16px;
}

.fs-seo23-footer-menu a {
    font-family: Montserrat, Tahoma, sans-serif;
    font-weight: 500;
    font-size: 12px;
    /* margin-right: 2px; */
    color: #108CE5;
    text-decoration: underline;
}
.fs-seo23-footer-menu a:hover {
    text-decoration: underline;
}

.fs-seo23-footer-social-links-link {
    width: 44px;
    height: 44px;
    display: inline-block;
    margin-right: 8px;
}
.fs-seo23-footer-social-links-link--vk{
    background: url(i/vk-link.svg) no-repeat;
}

.fs-seo23-footer-social-links-link--ok{
    background: url(i/ok-link.svg) no-repeat;
}
.fs-seo23-footer-social-links-link:last-child {
    margin-right: 0;
}

.fs-seo23-list {
    max-width: 896px;
    margin: 0 auto;
}

.fs-seo23-list-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
    box-sizing: border-box;
}

.fs-seo23-list-wrapper {
    box-sizing: border-box;
    width: 100%;
    background: #FFFFFF;
    border-radius: 24px;
    padding: 16px;
}

.fs-seo23-list h1 {
    font-family: Roboto, Tahoma, sans-serif;
    font-size: 28px;
    font-weight: 600;
    color: #333333;
    margin: 0;
    padding: 0;
}

.fs-seo-23-list-beardcrums-wrapper {
    box-sizing: border-box;
    width: 100%;
    background: #FFFFFF;
    border-radius: 24px;
    padding: 16px;
    margin-bottom: 20px;
}

.fs-seo23-list-beardcrums {
    padding-top: 12px;
}
.fs-seo23-list-beardcrums i {
    display: inline-block;
    width: 16px;
    height: 17px;
    background: url(i/arrow.svg) no-repeat;
}
.fs-seo23-list-beardcrums a {
    font-family: Roboto, Tahoma, sans-serif;
    font: 600 24px/29px serif;
    color: #108CE5;
    text-decoration: none;
}
.fs-seo23-list-beardcrums a:hover {
    text-decoration: underline;
}
.fs-seo23-list-beardcrums a:last-child {
    /* font-family: serif;
    font-style: italic; */
}
.fs-seo23-content-letter {
    font-family: Roboto, Tahoma, sans-serif;
    color: #333333;
    padding-bottom: 12px;
    border-bottom: 1px solid #CCCCCC;
    margin: 32px 0 24px;
}
.fs-seo23-content-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
    /* display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap; */
}
.fs-seo23-content-item {
    /* width: 33%;
    padding-bottom: 16px; */
}
.fs-seo23-content-item a {
    color: #108CE5;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    /* line-height: 180%; */
    text-decoration: none;
}
.fs-seo23-content-item a:hover {
    color: #0D417F;
    text-decoration: underline;
}
.fs-seo23-carousel {
    box-sizing: border-box;
    width: 100%;
    max-width: 832px;
    margin: 0 auto;
    background: #FFF;
    border-radius: 24px;
    overflow: hidden;
}

.fs-seo23-carousel h2 {
    font-family: Roboto, Tahoma, sans-serif;
    padding: 20px 14px 16px;
    color: #333333;
    font-weight: 400;
    font-size: 20px;
    margin: 0;
}

.fs-seo23-carousel-inner {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    padding: 0 16px 16px 16px;
    width: 100%;
    /*scroll-behavior: smooth;*/
}


.fs-seo23-carousel-inner::-webkit-scrollbar {
    display: none;
}

.fs-seo23-carousel-inner .fs-seo23-card {
    min-width: 185px;
    width: 185px;
    flex-shrink: 0;
    flex-grow: 0;
    margin-right: 8px;
}

.fs-seo23-carousel-inner .fs-seo23-card:first-child {
    margin-left: 0;
}

.fs-seo23-carousel-inner .fs-seo23-card:last-child {
    margin-right: 0;
}
/* .fs-seo23-carousel h3 br {
    display: none;
} */

/* popup */
.fs-seo23-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 9;
    /* background: rgba(255, 255, 255, .9); */
    background: #00000066;
    display: none;
}
.fs-seo23-popup {
    position: fixed;
    border-radius: 16px;
    background: #FFF;
    margin: auto 0;
    max-width: 927px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.fs-seo23-popup.fs-seo23-popup--registration {
    max-width: 336px;
}
.fs-seo23-popup.fs-seo23-popup--city {
    max-width: 699px;
}
.fs-seo23-popup.fs-seo23-popup--gender {
    max-width: none;
}
.fs-seo23-popup.fs-seo23-popup--registration .fs-seo23-popup-user-registration-title {
    font-family: Roboto , Tahoma, sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #108CE5;
    /* font: 400 24px/29px serif; */
    padding-bottom: 8px;
}
.fs-seo23-popup.fs-seo23-popup--registration .fs-seo23-popup-user-registration-info {
    font-size: 12px;
    font-weight: 400;
}
.fs-seo23-popup.fs-seo23-popup--registration .fs-seo23-popup-user-registration-action .fs-seo23-btn{
    line-height: 46px;
}
.fs-seo23-popup-header {
    height: 48px;
    padding: 0 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.fs-seo23-popup-content {
    padding: 0 16px 16px;
}
.fs-seo23-popup-close {
    width: 10px;
    height: 18px;
    cursor: pointer;
    background: url(i/back.svg);
    background-repeat: no-repeat;
}
/* .fs-seo23-popup-close:hover {
    background: url(i/back_hover.svg);
}
.fs-seo23-popup-close:active {
    background: url(i/back_pressed.svg);
} */

.needForceShow {
    position: relative!important;
    /* z-index: 10!important; */
}

.fs-seo23-popup-city {
    padding-top: 16px;
}
.fs-seo23-popup-city-result {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    /* flex-wrap: wrap; */
}
.fs-seo23-popup-city-part {
    width: 180px;
    margin-right: 48px;
}
.fs-seo23-popup-city-part:last-child {
    margin-right: 0;
}
.fs-seo23-popup-city-part-title {
    /* height: 58px; */
    font: 400 24px serif;
    padding-bottom: 8px;
    font-family: Roboto, Thahoma, sans-serif;
    font-weight: 600;
    font-size: 24px;
    color: #333333;

}
.fs-seo23-popup-city-part a,
.fs-seo23-popup-city-part span {
    color: #108CE5;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 180%;
    text-decoration: none;
    cursor: pointer;
}
.fs-seo23-popup-city-part a.isCurrent,
.fs-seo23-popup-city-part span.isCurrent {
    text-decoration: underline;
    color: #97A8B1;
}
.fs-seo23-popup-city-part a:hover,
.fs-seo23-popup-city-part span:hover {
    color: #0D417F;
    text-decoration: underline;
}
.fs-seo23-popup-gender {

}
.fs-seo23-popup-user {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: nowrap;
}
.fs-seo23-popup-user-images {
    width: 334px;
    margin-right: 16px;
}
.fs-seo23-popup-user-images-main {
    display: block;
    width: 332px;
    height: 332px;
    border-radius: 4px;
    border: 1px solid #CDCDCD;
    overflow: hidden;
    margin-bottom: 16px;
    text-align: center;
}
.fs-seo23-popup-user-images-main > img {
    height: 100%;
    margin: 0 auto;
}
.fs-seo23-popup-user-images-others {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.fs-seo23-popup-user-images-others > a {
    width: 156px;
    height: 156px;
    border-radius: 4px;
    border: 1px solid #CDCDCD;
    overflow: hidden;
}
.fs-seo23-popup-user-images-others img {
    height: 100%;
    margin: 0 auto;
    filter: blur(5px);
}
.fs-seo23-popup-user-info {
    min-width: 304px;
}
.fs-seo23-popup-user-info-name {
    color: #333333;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    padding-bottom: 8px;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}
.fs-seo23-popup-user-info-name:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 21px;
    height: 21px;
    background: url(i/verification.svg) no-repeat center center;
    margin: -2px 0 0 0;
}
.fs-seo23-popup-user-info-city {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    color: #cdcdcd;
    padding-bottom: 24px;
}
.fs-seo23-popup-user-info-city span:after {
    display: inline-block;
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #53e321;
    vertical-align: middle;
    margin: -1px 0 0 4px;
}
.fs-seo23-popup-user-info-other {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    color: #97a8b1;
    margin-bottom: 36px;
}
.fs-seo23-popup-user-info-other > span {
    filter: blur(5px);
    color: #0d417f;
}
.fs-seo23-popup-user-info-message {
    width: 100%;
    height: 60px;
    border-radius: 12px;
    background: #108CE5;
    transition: all .3s ease;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    color: #ffffff;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}
.fs-seo23-popup-user-info-message:hover {
    background: #0869ae;
}
.fs-seo23-popup-user-info-message:active {
    background: #590A66;
}
.fs-seo23-popup-user-info-message-ico {
    width: 18px;
    height: 18px;
    margin-left: 8px;
    background: url(i/message.svg) no-repeat;
    text-align: center;
}
.fs-seo23-popup-user .fs-seo23-popup-user-info .fs-seo23-popup-user-info-mobile-btn {
    display: none;
}
.fs-seo23-popup-user-info .fs-seo23-btn.fs-seo23-btn--big {
    width: 100%;
}
.fs-seo23-popup-user-registration {
    width: 196px;
    margin-right: 16px;
}

.fs-seo23-popup-user-registration-info {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    padding-bottom: 16px;
    color: #333333;
}
.fs-seo23-popup-user-registration-action {
    padding-bottom: 12px;
}
.fs-seo23-popup-user-registration-action .fs-seo23-btn {
    width: 100%;
    min-width: 100%;
}
.fs-seo23-empty-search {
    box-sizing: border-box;
    font-family: Roboto, Tahoma, sans-serif;
    border-radius: 12px;
    background: #108CE5;
    position: relative;
    padding: 12px 32px 12px 48px;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    color: #ffffff;
    margin: 16px auto 0;
    max-width: 100%;
}
.fs-seo23-empty-search:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: url(i/search.svg) no-repeat;
    position: absolute;
    top: 12px;
    left: 16px;
}

.fs-seo23-popup-user .fs-seo23-popup-user-images-mobile {
    display: none;
}

.fs-seo23-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    background-color: #FFFFFF;
    border-radius: 16px;
    padding: 12px 0;
}
.fs-seo23-pagination-btn {
    height: 40px;
    width: 40px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fs-seo23-pagination-btn > svg {
    stroke: #108CE5;
}
.fs-seo23-pagination-btn--disabled {
    cursor: default;
}
.fs-seo23-pagination-btn--disabled > svg {
    stroke: #999999;
}
.fs-seo23-pagination-btn--next > svg {
    transform: rotate(180deg);
}

.fs-seo23-pagination-pages {
    margin: 0 10px;
    /* border-radius: 4px;
    border: 1px solid #CDCDCD; */
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.fs-seo23-pagination-pages-item {
    line-height: 40px;
    width: 40px;
    cursor: pointer;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #108CE5;
    text-decoration: none;
}
.fs-seo23-pagination-pages-item--diviner {
    cursor: default;
}
.fs-seo23-pagination-pages-item--active {
    cursor: default;
    background: #108CE5;
    color: #FFFFFF;
    border-radius: 50%;
}

.stonehenge {
    position: relative;
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    transition: all 0.2s;
    transform: scale(1);
    will-change: transform;
    user-select: none;
    cursor: pointer;
    text-align: center;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.stonehenge::-webkit-scrollbar {
    display: none;
}

.fs-seo23-btn-mobile {
    display: none;
    font-family: Montserrat, Tahoma, sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #333333;
    text-decoration: none;    
}

/* popup */
@media only screen and (max-width: 890px){
    .fs-seo23-popup-user {
        flex-wrap: wrap;
    }
    .fs-seo23-header-actions-menu .fs-seo23-header-actions-menu-meeting:before,
    .fs-seo23-header-actions-menu .fs-seo23-header-actions-menu-people:before {
        display: none;
    }
    .fs-seo23-list h1,
    .fs-seo23-list .fs-seo23-list-beardcrums,
    .fs-seo23-list .fs-seo23-content-list {
        padding-left: 16px;
        padding-right: 16px;
    }
    .fs-seo23-list .fs-seo23-content-letter {
        max-width: none;
        margin-right: 16px;
        margin-left: 16px;
    }
    .fs-seo23-popup--user {
        margin-top: 0;
    }
    .fs-seo23-popup-user .fs-seo23-popup-user-registration {
        order: 3
    }
    .fs-seo23-popup-user .fs-seo23-popup-user-images {
        display: none;
    }
    .fs-seo23-popup-user .fs-seo23-popup-user-images-mobile {
        display: block;
        order: 1;
        position: relative;
        margin-bottom: 16px;
    }
    .fs-seo23-popup-user .fs-seo23-popup-user-images-mobile a {
        display: none;
        border-radius: 4px;
        border: 1px solid #CDCDCD;
        overflow: hidden;
    }
    .fs-seo23-popup-user .fs-seo23-popup-user-images-mobile .fs-seo23-popup-user-info-message {
        position: absolute;
        bottom: 8px;
        right: 12px;
        border-radius: 50%;
        height: 70px;
        width: 70px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: none;
        margin: 0;
    }
    .fs-seo23-popup-user .fs-seo23-popup-user-images-mobile .fs-seo23-popup-user-info-message .fs-seo23-popup-user-info-message-ico {
        display: block;
        margin: 0;
    }
    .fs-seo23-popup-user .fs-seo23-popup-user-images-mobile a.isCurrent {
        display: block;
    }
    .fs-seo23-popup-user .fs-seo23-popup-user-images-mobile a > img {
        width: 100%;
    }
    .fs-seo23-popup-user .fs-seo23-popup-user-images-mobile a > img {
        filter: blur(5px);
    }
    .fs-seo23-popup-user .fs-seo23-popup-user-images-mobile a:first-child > img {
        filter: none;
    }
    .fs-seo23-popup-user .fs-seo23-popup-user-images-mobile .fs-seo23-popup-user-images-mobile-toggle-place {
        position: absolute;
        bottom: 16px;
        right: 12px;
        left: 12px;
        text-align: center;
    }
    .fs-seo23-popup-user .fs-seo23-popup-user-images-mobile .fs-seo23-popup-user-images-mobile-toggle-place > i {
        display: inline-block;
        width: 10px;
        height: 10px;
        border: 1px solid #FFF;
        border-radius: 50%;
        background: #ffffff;
        cursor: pointer;
        margin: 0 3px;
    }
    .fs-seo23-popup-user .fs-seo23-popup-user-images-mobile .fs-seo23-popup-user-images-mobile-toggle-place > i.isCurrent {
        background: #0d417f;
    }
    .fs-seo23-popup-user .fs-seo23-popup-user-info {
        order: 2
    }
    .fs-seo23-popup-user > div {
        width: 100%;
        margin: 0;
    }
    .fs-seo23-wrapper .fs-seo23-carousel {
        /* margin: 0 16px; */
    }
    .fs-seo23-wrapper .fs-seo23-carousel h3 {
        font-size: 16px;
        line-height: 20px;
    }
    .fs-seo23-wrapper .fs-seo23-carousel h3 br {
        display: block;
    }
    .fs-seo23-wrapper .fs-seo23-overlay {
        overflow: scroll;
        position: fixed;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        /* z-index: 5; */
        background: rgba(255, 255, 255, .9);
    }
    .fs-seo23-wrapper .fs-seo23-popup {
        position: absolute;
        border-radius: 4px;
        border: 1px solid #CDCDCD;
        background: #FFF;
        box-shadow: 0 10px 24px 0 rgba(0, 0, 0, .25);
        margin: auto 0;
        max-width: 927px;
        top: 0;
        left: 50%;
        transform: translate(-50%, 0);
    }
    .fs-seo23-wrapper .fs-seo23-popup.fs-seo23-popup--city {
        margin-right: 9px;
        margin-left: 9px;
    }
    .fs-seo23-wrapper .fs-seo23-popup.fs-seo23-popup--city .fs-seo23-popup-city-part-title {
        height: auto;
        padding-bottom: 16px;
    }
    .fs-seo23-wrapper .fs-seo23-popup.fs-seo23-popup--city .fs-seo23-popup-city-part {
        width: 100%;
        margin: 0;
        padding-bottom: 16px;
    }
    .fs-seo23-popup-user .fs-seo23-popup-user-info .fs-seo23-popup-user-info-message,
    .fs-seo23-popup-user .fs-seo23-popup-user-images .fs-seo23-popup-user-images-others,
    .fs-seo23-popup-user .fs-seo23-popup-user-info .fs-seo23-btn {
        display: none;
    }
    .fs-seo23-popup-user .fs-seo23-popup-user-info,
    .fs-seo23-popup-user .fs-seo23-popup-user-registration {
        padding: 0 12px;
    }
    .fs-seo23-popup-user .fs-seo23-popup-user-info .fs-seo23-popup-user-info-mobile-btn {
        display: inline-block!important;
        margin: -6px 0 18px 0;
    }
    .fs-seo23-popup-user .fs-seo23-popup-user-images .fs-seo23-popup-user-images-main {
        margin: 0 auto 16px;
        width: auto;
        height: auto;
    }
    .fs-seo23-popup-user .fs-seo23-popup-user-images .fs-seo23-popup-user-images-main img {
        width: 100%;
        height: auto;
    }
    .fs-seo23-empty-search {
        margin: 16px 16px 0;
    }
    body.js-popup-opened {
        /*height: 100%;*/
        overflow: auto;
    }

    .fs-seo23-popup-city-result {
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 850px){
    .fs-seo23-header-actions-menu {
        display: none;
    }

    .fs-seo23-nav-bar {
        display: none;
    }

    .fs-seo23-header-login-btn {
        display: none;
    }

    .fs-seo23-header .fs-seo23-btn-opacity {
        display: none;
    }

    .fs-seo23-btn-mobile {
        display: block;
    }

    .fs-seo23-filters {
        padding: 16px;
        align-items: center;
        flex-direction: column;
        gap: 16px;
    }

    .fs-seo23-wrapper-content  {
        margin-top: 8px;
    }

    .fs-seo23-filters-title {
        width: 100%;
        text-align: left;
    }

    .fs-seo23-filters-selects-wrapper {
        width: 100%;
    }

    .fs-seo23-wrapper .fs-seo23-carousel {
        margin: 0;
    }

    .fs-seo23-carousel {
        width: 100vw;
        max-width: 100vw;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
    }

    .fs-seo23-footer {
        display: none;
    }

    .fs-seo23-footer-mobile {
        display: flex;
        flex-direction: column;
        gap: 12px;
        padding: 0 0 24px 16px;
        background-color: #FFFFFF;
        border-top-left-radius: 24px;
        border-top-right-radius: 24px;
        font-family: Roboto, Tahoma, sans-serif;
        font-weight: 400;
        font-size: 14px;
        color: #333333;
    }

    .fs-seo23-footer-mobile img {
        margin-top: 24px;
        height: 24px;
        width: 146px;
    }

    .fs-seo23-text-cols {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0 16px;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .seo-23-video-icons-bar_item-left {
        display: none;
    }

    .fs-seo23-promo-blocks {
        background-image: url(i/promo-block-mobile.png);
        height: 205px;
    }

    .fs-seo23-promo-img_desktop__text {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 12px;
        text-align: left;
        /* padding: 8px 16px; */
    }

    .fs-seo23-promo-img_desktop__text h2 {
        font-size: 18px;
        line-height: 22px;
    }

    .fs-seo23-promo-img_desktop__text span {
        font-weight: 600;
        font-size: 12px;
    }

    .fs-seo23-promo-block-btn {
        display: block;
        position: absolute;
        bottom: 18px;
        width: 168px;
    }

    .fs-seo23-carousel h2 {
        padding: 0;
        font-size: 14px !important;
    }


}

@media only screen and (max-width: 710px){
    .fs-seo23-banner {
        margin: 0 16px;
    }

    .fs-seo23-cards {
        gap: 8px;
    }

    .fs-seo23-card {
        width: 160px;
        height: 212px;
    }
    .fs-seo23-card-img {
        height: 160px;
        max-height: 160px;
    }
    .fs-seo23-card-img > img {
        width: 100%;
        max-height: 160px;
    }

    .fs-seo23-text,
    .fs-seo23-text-wrapper > .fs-seo23-text {
        /* margin: 12px 16px 0; */
    }
}

@media only screen and (max-width: 625px){
    .fs-seo23-header {
        padding: 0 16px;
    }

    .fs-seo23-header img {
        width: 45%;
    }

    .fs-seo23-content h2,
    .fs-seo23-content h3 {
        /* padding: 16px 16px 8px; */
    }

    .fs-seo23-header .fs-seo23-btn {
        line-height: 32px;
        min-width: 138px;
        font-size: 10px;
    }

    .fs-seo23-footer {
        margin: 32px 16px 0;
        position: relative;
        padding-top: 84px;
        align-items: flex-end;
    }

    .fs-seo23-footer > div {
        width: 100%!important;
        max-width: 100%!important;
        margin: 0!important;
    }
    .fs-seo23-footer > div:first-child {
        margin-right: 12px!important;
    }

    .fs-seo23-footer .fs-seo23-footer-copyright {
        position: absolute;
        top: 0;
    }

    
    /* .fs-seo23-promo-img_desktop {
        display: none;
    } */

    /* .fs-seo23-promo-mobile {
        display: block;
    } */
}

@media only screen and (max-width: 580px){
    .fs-seo23-banner {
        margin: 0 16px;
        height: 190px;
        background-size: 100% auto;
        background-image: url(i/ban-bg-moibile.png);
    }
    .fs-seo23-text h4 {
        font-size: 16px;
        line-height: 21px;
    }

    .fs-seo23-cards .fs-seo23-card {
        /* width: 48%; */
    }

    .fs-seo23-cards .fs-seo23-card .fs-seo23-card-img {
        height: auto!important;
    }

    .fs-seo23-banner .fs-seo23-banner-info {
        margin: 0;
        padding: 27px 12px 0;
    }
    .fs-seo23-banner .fs-seo23-banner-action {
        padding: 20px 12px 0;
    }
    .fs-seo23-banner .fs-seo23-banner-action .fs-seo23-btn {
        width: 100%;
    }

    .fs-seo23-text {
        /* margin: 12px 16px 0; */
    }
    .fs-seo23-banner .fs-seo23-banner-info {
        font-size: 16px;
        line-height: 21px;
    }
    .fs-seo23-banner .fs-seo23-banner-info .fs-seo23-title-bigger {
        font-size: 32px;
    }
    .fs-seo23-list .fs-seo23-content-item {
        width: 100%;
    }
    .fs-seo23-empty-search {
        font-size: 14px;
        line-height: 14px;
        padding: 10px 16px 10px 32px;
    }
    .fs-seo23-empty-search:before {
        width: 13px;
        height: 13px;
        -webkit-background-size: cover;
        background-size: cover;
        left: 10px;
    }
}

@media only screen and (max-width: 560px){
    .fs-seo23-content h2 {
        font-size: 18px;
        line-height: 26px;
    }

    .fs-seo23-content .fs-seo23-title-bigger {
        font-size: 24px;
        line-height: 28px;
    }

    .fs-seo23-title-link-inner a {
        font-size: 18px;
        line-height: 32px;
    }
}

@media only screen and (max-width: 415px){
    .fs-seo23-content h2 br {
        display: none;
    }

    .fs-seo23-footer {
        padding-top: 100px;
    }
}

@media only screen and (max-width: 360px){
    .fs-seo23-footer {
        min-width: 360px;
        padding-top: 120px;
    }
}



/* UI  */
.fs-seo23-select {
   border: 2px solid #E5E5E5;
   border-radius: 12px;
   width: 100%;
   color: #808080;
}

.fs-seo23-btn-opacity {
    display: inline-block;    
    width: 100%;
    background-color: #FFFFFF; 
    color: #000000;            
    padding: 12px 32px;       
    text-align: center;       
    text-decoration: none;   
    font-size: 16px;          
    font-weight: 500;         
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; 
    cursor: pointer;          
    border: 2px solid #108CE5;
    border-radius: 12px;      
    transition: background-color 0.3s ease; 
}

.fs-seo23-btn-opacity:hover {
    background-color: #108CE5; 
    color: #FFFFFF;            
}

