/*   
Theme Name: Selena by WDP
Version: 1.0
Author: WDP
Author URI: http://web-dev-pro.ru/
*/

.wpcf7-file {
    position: fixed;
    right: -9999px;
}

.wdp-header.dark {
    position: static;
    background: #10131f;
}

.wdp-page-title {
    background: rgba(152, 206, 242, .2);
    padding: 35px 0;
    margin-bottom: 45px;
}

.wdp-page-title h1 {
    color:#1F4E79;
    font-family: Oswald;
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    margin-bottom: 17px;
    text-align: left;
}

.post_grid_related {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.post_related {
    width: calc((100% - 60px) / 4); /*было 3 - 21/10*/
}

.post_related .shad {
    width: 100%;
    padding-bottom: 56.25%;
}

.post_related .serv-img {
    height: auto;
}

.post_thumb  {
    display: block;
    width: 100%;
    /*padding-bottom: 56.25%; убрал для мы ищем блока в услугах внизу 16/09/24*/
}

.wdp-content-page .big_post_thumb {
    width: 100%;
    height: auto;
    margin-bottom: 50px;
}

.wdp-content-page p {
    font-family: Rawline;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 30px;
}

.wdp-content-page p:last-child {
    margin-bottom: 0;
}

.wdp-content-page {
    padding-bottom: 50px;
}

.wdp-share {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}

.wdp-share .wdp-share-title  {
    margin-right: 15px;
    color: #1E1E1E;
    text-align: center;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 15px; 
}

.more-news {
    background: rgba(229, 229, 229, 0.20);
    padding-top: 50px;
    padding-bottom: 120px;
}

.more-news h2,
.more-news .more-news_head { 
    margin-bottom: 50px;
    color: #1F4E79;
    text-align: center;
    font-family: Oswald;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; 
    text-transform: uppercase;    
}

.post_related {
    padding: 20px;
    border: 1px solid #E5E5E5;
    background: #FFF;
}

.post_related .serv-img {
    margin-bottom: 20px;
}

.post_related h3,
.post_related .h3 {
    margin-bottom: 20px;
    color: var(--blue-txt, #1F4E79);
    font-family: Rawline;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 28.6px */
    text-transform: uppercase;    
}

.post_related .post_exc {
    color: #364D63;
    font-family: Rawline;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; 
    margin-bottom: 35px;
}

.wdp-sidebar-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.wdp-sidebar {
    border: 1px solid rgba(0,0,0,.1);
    background: #FFF;
    width: 380px;
    padding: 24px;
}

.wdp-sidebar h3 {
    color: #1F4E79;
    font-family: Rawline;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 23.4px */
    text-transform: uppercase;
    margin-bottom: 20px;
}

.wdp-tag {
    border-top: 1px solid #E6E6E6;
    padding: 10px 0;
    display: block;
    color: #364D63;
    font-family: Rawline;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 22.4px */
}


.wdp-content-main {
    width: calc(100% - 410px);
}

.post_p {
    display: flex;
    align-items: center;
    padding: 20px;
    border: 1px solid #E5E5E5;
    background: #FFF;
    margin-bottom: 30px;
}

.post_p .serv-img {
    margin-right: 20px;
    height: auto;
    margin-bottom: 0;
}

.post_p h3,
.post_p .h3 {
    color:#1F4E79;
    font-family: Rawline;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 31.2px */
    text-transform: uppercase;    
    margin-bottom: 15px;
}

.post_p h3 a,
.post_p .h3 a { 
    color:#1F4E79;
}

.post_p a:hover, .wdp-tag:hover  {
    opacity: .7;
}

.post_p .post_exc {
    color: #364D63;
    font-family: Rawline;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 22.4px */
}

.post_p .post_tags {
    margin-bottom: 15px;
}

.post_p .post_tags a {
    color: #364D63;
    font-family: Rawline;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;    
}

.post_p .post_more {
    color: #364D63;
    font-family: Rawline;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    text-decoration-line: underline;    
}

ul.page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0;
    padding-top: 0;
}

ul.page-numbers li {
    display: block;
}

ul.page-numbers .next, ul.page-numbers .prev {
    display: none;
}

ul.page-numbers a, ul.page-numbers span {
    padding: 5px;
    color: #1F4E79;
}

ul.page-numbers .current {
    font-weight: 600;
}

#contacts_page {
    background: #fff;
    padding-top: 0;

}

#contacts_page .cont {
    border-top: none;
    border-bottom: none;
    padding-top: 0;
}

.otc {
    background: #e4f2ff url(imgs/vac.jpg) no-repeat top right;
    background-size: contain;
    padding: 80px 0;
}

.otc .wdp-container {
    padding-right: 550px;
}

.otc h2, .otc .sub {
    text-align: left !important;
}

.vac {
    padding-top: 0;
}

.post_content h2 {
    /*margin-bottom: 40px;*/
}
.post_content p {
    color:  #364D63;
    font-family: Rawline;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 25.2px */
	text-align:justify;
}

.bgm {
    padding: 100px 0;
    background: url(https://selena-group.ru/wp-content/uploads/2024/08/bgm.webp) center;
    background-size: cover;
    margin-bottom: 64px;
}

.bgm .wdp-btn {
	color: #1f4e79 !important;
}

.bgm *, .bgm h1 {
    color: #fff;
}


.bgt {
    padding: 100px 0;
    position: relative;
}

.bgt:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(16, 19, 31, 0.72);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.bgt .wdp-container {
    z-index: 3;
    position: relative;
}

.page-template-page-about .about {
    padding-top: 80px;
}

.page-template-page-about  .about h2 {
    border:none;
    padding-bottom: 0;
}

.page-template-page-about  .about-years {
    padding-top: 0;
}

.cta-type-1 {
    padding: 80px 0;
    background: #e4f2ff url(https://selena-group.ru/wp-content/uploads/2024/08/cta1.webp /*imgs/cta1.jpg*/) no-repeat top left;
    background-position-x: -200px;
}

.cta-type-1 .wdp-container {
    padding-left: 550px;
}

.cta-type-1 h2{
    text-align: left;
    margin-bottom: 30px;
}

.cta-type-1 .sub {
    text-align: left;
    font-family: Rawline;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 22.1px */
    text-transform: uppercase;
    margin-bottom: 40px;
}


.cta-type-2 {
    padding: 80px 0;
    background: #e4f2ff url(imgs/cta2.jpg) no-repeat top right;
}

.cta-type-2 .wdp-container {
    padding-right: 550px;
}

.cta-type-2 h2,
.cta-type-2 .serv-executive-search_h2{
    text-align: left;
    margin-bottom: 30px;
}

.cta-type-2 .sub {
    text-align: left;
    font-family: Rawline;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 22.1px */
    text-transform: uppercase;
    margin-bottom: 40px;
}

.serv-row {
    flex-direction: column;
}

.serv-item {
    width: 100%;
    margin-bottom: 45px;
    border: 1px solid #e5e5e5;
    display: flex;
    align-items: start;
    flex-direction: row;
    justify-content: space-between;
}

.serv_meta {
    width: calc((100% - 40px) / 2);
}
.serv_meta a{
    color: inherit;
}
.serv-item  .serv-img {
    width: calc((100% - 40px) / 2);
    margin-bottom: 0;
}

.serv-item .wdp-border-btn {
    margin-left: 0;
}

.serv-item:nth-child(even) {
    flex-direction: row-reverse;
}
.sotrudniki-item  .sotrudniki-img {
    width: calc((100% - 40px) / 2);
    margin-bottom: 0;
}
.sotrudniki-item {
    width: 100%;
    margin-bottom: 45px;
    border: 1px solid #e5e5e5;
    display: flex;
    align-items: start;
    flex-direction: row;
    justify-content: space-between;
}
.mini-form {
    margin-top:20px;
    border-radius: 34.5px;
    background: #FFF;
    display: flex;
    align-items: center;    
    width: 562px;
    padding: 5px;
}

.mini-form input[type=text] {
    border: none;
    outline: none;
    color: #1F4E79!important;
    padding: 0 20px;
    width: 300px;
}

.mini-form .wdp-btn {
    color: #1F4E79;
}

.about_service h2, .about_podbor h2, .wdp-content-page h2, .wdp-container h2 {
    margin-bottom: 40px!important;
	/*margin-top: 40px!important; выклчюил для стоимосьт в услугах 18/10*/
    /*text-align: left!important;*/
	font-size: 40px!important;
}

.about_service p, .about_podbor p, .wdp-content-page p {
    color: #364D63;
    font-family: Rawline;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 25.2px */
}

.about_service, .about_podbor {
    padding: 80px 0;
} 
.about_service{
    padding-top: 30px;
}
.about_podbor {
    background: rgba(152, 206, 242, .2);
}



.page-template-page-service .geo {
    padding-bottom: 50px;
}

.testimonials {
    padding: 80px 0;
    background: #10131F;
}

.testimonials h2 {
    margin-bottom: 64px;
    color: #FFF;
    text-align: center;
    font-family: Oswald;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 52px */
    text-transform: uppercase;
}

.lb-close {
    position: fixed;
    top: 20px;
    right: 20px;
}


 .slick-prev, .slick-next {
	 border: none;
	 outline: none;
	 height: 24px;
	 width: 24px;
	 line-height: 0px;
	 font-size: 0px;
	 cursor: pointer;
	 background: transparent;
	 color: transparent;
	 border-radius: 5px;
}


 .slick-dots {
	 list-style: none;
	 display: flex !important;
	 align-items: center;
	 padding: 0;
	 margin: 0;
    justify-content: center;
	 margin-bottom: 30px;
     margin-top: 30px;

}
 .slick-dots li {
	 margin: 0 7px;
	 cursor: pointer;
}
 .slick-dots li:first-child {
	 margin-left: 0;
}
 .slick-dots li button {
	 border: 0;
	 background: #fff;
	 display: block;
	 height: 9px;
	 width: 9px;
	 outline: none;
	 line-height: 0px;
	 font-size: 0px;
	 color: transparent;
	 cursor: pointer;
	 border-radius: 5px;
	 opacity: 0.3;
	 transition: all 0.3s ease;
}
 .slick-dots li button:hover, .slick-dots li button:focus {
	 opacity: 1;
     background:  #98CEF2;
}
 .slick-dots li.slick-active button {
	 width: 24px;
	 opacity: 1;
     background:  #98CEF2;
}
 
.sl img {
    width: 100%;
    height: auto;
}

/* the slides */
.slick-slide {
    margin: 0 15px;
}

/* the parent */
.slick-list {
    margin: 0 -15px;
}

.vac_cta {
    padding: 140px 0;
    background: url(imgs/vac-cta.jpg) top center;
    background-size: cover;
}

.vac_cta .wdp-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.vac_cta h2 {
    color: #fff;
    text-align: left;
}

.vac_cta .sub {
    color: #fff;
}

.vac_cta .mini-form {
    margin-top: 0;
}

.about_service li, .wdp-content-page li {
    list-style-position: inside;
    color: #364D63;
    font-family: Rawline;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 20px;
}

.about_service ol ul li {
	list-style-type: disc
}


@media only screen and (max-width: 1200px) {
    .wdp-content-page p, .post_exc p {
        font-size: 16px;
    }   

    .post_related h3,
    .post_related .h3 {
        margin-bottom: 11px; 
    }

    .post_related .post_exc {
        margin-bottom: 15px;
    }
    
    .wdp-sidebar {
        width: 200px;
    }

    .wdp-content-main {
        width: calc(100% - 220px);
    }
    
}

@media only screen and (max-width: 1025px){
    .post_grid_related {
      flex-direction: column;
    }

    .post_related {
        width: 100%;
        margin-bottom: 30px;
    }

    .wdp-sidebar, .wdp-content-main {
        width: 100%;

    }
    
    .wdp-sidebar-wrapper {
        flex-direction: column-reverse;
    }

    .post_p {
        flex-direction: column;
    }

    .post_p .serv-img {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .post_p .serv-img {
        padding-top: 0;
    }

    .vac_cta .wdp-container {
        flex-direction: column;
        align-items: flex-start;
    }

    .vac_title {
        margin-bottom: 20px;
    }

    .otc {
        background: #e4f2ff; 
    }
    .otc .wdp-container {
        padding-right: 0;
    }

    .serv-item {
        flex-direction: column !important;
    }

    .serv-item .serv-img {
        width: 100%; 
        margin-bottom: 20px;
        height: 250px;
    }
    .sotrudniki-item .sotrudniki-img {
        width: 100%; 
        margin-bottom: 20px;
    }
    .serv_meta {
        width: 100%;
    }

    .geo-row .geo-map {
        max-width: 100%;
        min-width:100% !important;
        height: 40vw !important;
    }

    .geo-list .geo-list-item {
        padding-left: 25px;
    }

    .geo-list .geo-list-item::before {
        left: 9px;
    }
    
    .cta-type-2 .wdp-container {
        padding-right: 0;
    }

    .cta-type-2, .cta-type-1 {
        padding: 80px 0;
        background: #e4f2ff;
    }

    .cta-type-1 .wdp-container {
        padding-left: 0;
    }
    
    .about_service, .about_podbor {
        padding: 30px 0;
    }
}

.mini-form + .wpcf7-response-output {
    color: #fff;
}

@media only screen and (max-width: 780px) {
    .wdp-page-title h1 {
        font-size: 29px;
    }

    .post_related .serv-img {
        padding-top: 0;
    }

    .wdp-content-page p, .post_exc p {
        font-size: 15px;
    }

    .mini-form {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
        border-radius: 30px;
    }

    .mini-form input[type=text] {
        height: 45px;
        width: 100%;
        border-radius: 30px;
    }

    .vac_cta {
        padding: 60px 0;
    }

    .about-years .about-item {
        width: 100%;
        margin-bottom: 30px;
    }
}
.features-grid .feature-item .feature-title .feature-title_icon{
    display: inline-block;
    width: 50px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
    /* background-size: cover; */
    margin-right: 20px;
}
@media(max-width: 1200px) and (min-width: 767px){
    .features-grid .feature-item .feature-title .feature-title_icon{
        background-size: contain;
    }
}
.social-icon{
    display: inline-block;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
}
.contacts .h3 {
    font-family: Oswald;
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 130%;
    text-transform: uppercase;
    color: #1f4e79;
    margin-bottom: 30px;
}
.contacts .h4 {
    font-family: Rawline;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 130%;
    text-transform: uppercase;
    color: #1f4e79;
    margin-bottom: 30px;
}
.wdp-popup .h4 {
    font-family: Rawline;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 130%;
    text-transform: uppercase;
    color: #1f4e79;
    margin-bottom: 20px;
}
.cont-form .h4 {
    margin-bottom: 20px;
}
.serv-item .h3 {
    margin-bottom: 20px;
    font-family: Rawline;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 130%;
    text-transform: uppercase;
    color: #1f4e79;
}
.feature-title .h3 {
    font-family: Rawline;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 130%;
    text-transform: uppercase;
    color: #1f4e79;
}
.exp-ins .h3 {
    font-family: Rawline;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 130%;
    text-align: center;
    text-transform: uppercase;
    color: #1f4e79;
    margin-bottom: 15px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.proj-grid .exp-ins .h3 {
    font-family: Rawline;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 130%;
    text-align: center;
    text-transform: uppercase;
    color: #1f4e79;
    margin-bottom: 15px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    max-width: 235px;
}
.vac-item .vac-content .h3, .vac-item .vac-content .h4 {
    font-family: Rawline;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 130%; 
    text-transform: uppercase;
    color: #1f4e79;
    margin-bottom: 20px;
}

.wdp-top-menu .sub-menu{
    display: none;
    position: absolute;
    top: 25px;
    width: 280px;
    background: rgba(0, 175, 239, .9); /*rgba(152, 206, 242, .9);*/
    padding-bottom: 5px;
}
.wdp-top-menu .sub-menu a{
    display: block;
    padding: 0 10px;
}
.wdp-top-menu .menu-item-has-children{
    position: relative;
}
@media(min-width: 1025px){
    .wdp-top-menu .menu-item-has-children:hover>.sub-menu{
        display: block;
    }
    .wdp-top-menu .menu-item-has-children>.sub-menu:hover{
        display: block;
    }
    .wdp-top-menu>li>.sub-menu>li>.sub-menu{
        top: 0;
        left: 100%;
    }
}
@media(max-width: 1025px){
    .wdp-mobile-toggle{
        z-index: 9;
    }
    .wdp-top-menu .sub-menu{
        position: static;
        width: 100%;
        background: transparent;
        text-align: center;
    }
    .wdp-menu.on{
        top: 0;
        height: 100%;
        overflow: scroll;
        z-index: 8;
    }
    .menu-item-has-children .arrow{
        display: inline-block;
        width: 30px;
        height: 30px;
        background: url('imgs/arrow-down.png') no-repeat center;
        background-size: contain;
        cursor: pointer;
        position: absolute;
        right: 15px;
        top: 15px;
        transition: transform .3s ease;
    }
    .menu-item-has-children .arrow.active{
        transform: rotate(180deg);
        transition: transform .3s ease;
    }
    .wdp-mobile-toggle.on{
        position: absolute;
        left: 10px;
    }
    .wdp-menu ul li{
        padding: 0!important;
    }
    .wdp-menu ul li a{
        display: block;
        padding: 20px!important;
    }
}
.wdp-header.dark,
.wdp-header.transparent.fixed{
    position: sticky; 
}
.wdp-header.transparent.fixed{
    background: #10131f;
}

#button-up{
    width: 50px;
    height: 50px;
    display: none;
    position: fixed;
    right: 20px;
    bottom: 100px;
    background: url('imgs/arrow-up.png') no-repeat center; 
    cursor: pointer;
    z-index: 999;
}
.bold{
    font-weight: 700!important;
}
.politica{
    margin-bottom: 0px; /*64px; - было до 31/07/24*/
}
.politika-link,
.sitemap-link{
    color: #6a6d79;
    margin-left: 10px;
}

.wdp-container.copyright{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.check-politika{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.check-politika.small{
    color: #fff;
    margin-top: 10px;
    display: flex;
    justify-content: center;
}
.check-politika.small.top{
    justify-content: start;
}
.check-politika.small a{
    color: #fff;
    text-decoration: underline;
}
.check-politika .wpcf7-list-item{
    margin: 0;
}
.check-politika p{
    margin: 0 0 0 10px;
}
.index-h2,
.index-h1,
.it-h1{
    text-transform: unset;
}
.serv-executive-search_h2{
    font-family: Oswald;
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 130%;
    display: block;
    text-transform: uppercase;
    color: #1f4e79;
}
@media(max-width: 780px){
    .serv-executive-search_h2{
        font-size: 26px;
        line-height: 130%;
    }
}
.geo .serv-executive-search_h2 {
    margin-bottom: 100px;
}
@media(max-width: 1025px){
    .geo .serv-executive-search_h2 {
        margin-bottom: 70px;
    }
}
.sitemap_list li ul{
    margin-left: 10px;
}
.sitemap_list a{
    display: inline-block;
    padding: 5px;
}
.politika-wrap{
    margin-top: 10px;
    font-size: 12px;
}
.podbor-it a,
.exp-text a{
    text-decoration: underline;
    color: #00afef;
}
.exp-ins>.h3>a{
    color: #1f4e79; /*#00afef; - наша экспертиза главная 16/10*/
}
.podbor-it .serv-item{
    padding: 5px;
}
@media(min-width: 1026px){
    .podbor-it .serv-item:nth-child(odd) .serv_meta{
        padding-right: 30px;
    }
    .podbor-it .serv-item:nth-child(even) .serv_meta{
        padding-left: 30px;
    }
}
@media(max-width: 1025px){
    .podbor-it .serv-item .serv_meta{
        padding: 0 20px;
    }
}
.phone-text{
    display: none;
}
@media(max-width: 780px){
    div.header-contacts.top-mobile{
        display: block;
        margin: auto;
    }
    div.header-contacts.top-mobile .social,
    div.header-contacts.top-mobile .mail-link{
        display: none;
    }
    .header-contacts.top-mobile .flex-row{
        flex-direction: column;
        align-items: center;
    }
    .top-mobile .phone-text{
        display: block;
        color: #fff;
        font-size: 13px;
    }
}
@media(max-width: 500px){
    .header-contacts.top-mobile a.phone-link{
        font-size: 18px;
    }
    a.wdp-logo img{
        max-width: 100px;
        width: 100%;
    }
    a.wdp-logo{ 
        margin: 0 0 0 10px;
    }
    .wdp-mobile-toggle span{
        width: 33px;
    }
    .wdp-mobile-toggle{ 
        margin-right: 10px;
    }
}
.header-contacts.mobile-menu{
    display: none;
}
@media(max-width: 1025px){
    .header-contacts.mobile-menu{
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: auto;
    }
}
@media(min-width: 576px){
    .read-more{
        display: none;
    }
}
@media(max-width: 576px){
    .read-more{
        display: flex;
        justify-content: center;
        background: #98cef2;
        border-radius: 100px;
        padding: 10px 20px;
        font-family: Rawline;
        font-style: normal;
        font-weight: 600;
        font-size: 17px;
        line-height: 140%;
        color: #1f4e79;
        cursor: pointer;
    }
    .mobile-hidden-text{
        display: none;
    }
    .mobile-d-none{
        display: none;
    }
}
.wdp-btn_wrap{
    display: flex;
    justify-content: center;
    padding: 65px 0;
}
.steps_no-bot-padd{
    padding-bottom: 0;
}
.pt-0{
    padding-top: 0!important;
}
.pb-0{
    padding-bottom: 0!important;
}
.dark-blue{ 
    color: #1f4e79;
}

.about_service .wdp-container {text-align:justify}

.about_service ul ul {
margin-left: 20px;
	list-style-type: disc
}
.h2was{font-family: Oswald;
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 130%;
    display: block;
    text-align: center;
    text-transform: uppercase;
    color: #1f4e79;
	
margin-bottom: 100px;}
.h2was2{font-family: Oswald;    font-style: normal;    font-weight: 600;    font-size: 40px;    line-height: 130%;    display: block;
    text-transform: uppercase;    color: #1f4e79; margin-bottom: 40px;	margin-top: 40px;}
.h2was3{font-family: Oswald;    font-style: normal;    font-weight: 600;    font-size: 40px;    line-height: 130%;    display: block;    text-align: center;
        text-transform: unset;  color: white;margin-bottom: 90px;}
.h2was4{font-family: Oswald;    font-style: normal;    font-weight: 600;    font-size: 40px;    line-height: 130%;    display: block;    text-align: center;
        text-transform: unset;  color: #1f4e79; margin-bottom: 90px;}
.h2was5{font-family: Oswald;    font-style: normal;    font-weight: 600;    font-size: 40px;    line-height: 130%;    display: block;    text-align: center;
        text-transform: unset;      text-transform: uppercase; color: #1f4e79; margin-bottom: 20px;margin-top: 20px;}
.h2was6{font-family: Oswald;    font-style: normal;    font-weight: 600;    font-size: 40px;    line-height: 130%;    display: block;    text-align: center;
    text-transform: uppercase;    color: #1f4e79;    margin-bottom: 40px;	margin-top: 40px;}
ul{color: #364d63;    font-family: Rawline;    font-size: 18px;    font-style: normal;    font-weight: 400;    line-height: 140%;padding-left: 20px; text-align: justify;}
ol {color: #364d63;  font-family: Rawline;  padding-left:15px;  font-size: 18px;    font-style: normal;    font-weight: 400;    line-height: 140%;text-align: justify;}
summary{    /*  display: flex;*/
        justify-content: center;
        background: #98cef2;
        border-radius: 100px;
        padding: 10px 20px;
        font-family: Rawline;
        font-style: normal;
        font-weight: 600;
        font-size: 17px;
        line-height: 140%;
        color: #1f4e79;
        cursor: pointer;
margin:10px;}
details > summary::marker {    display: none;    content: '+  '; }
p.faq {padding-left: 20px;}
.wdp-breadcrumbs {padding-bottom:20px;}
.post_content{padding-top: 30px;}
.lnov{color: #1f4e79 !important;font-weight: 600 !important;}
@media(min-width: 1024px){
    .read-more1{
        display: flex;
        justify-content: center;
        background: #98cef2;
        border-radius: 100px;
        padding: 10px 20px;
        font-family: Rawline;
        font-style: normal;
        font-weight: 600;
        font-size: 17px;
        line-height: 140%;
        color: #1f4e79;
        cursor: pointer;
    }.mobile-hidden-text1{
        display: none;
    }	
    .mobile-d-none{
        display: none;
    }  }

#services {
    margin-top: 40px !important;
}
.post_related .h3sotrudniki {
    margin-bottom: 10px;
    color: var(--blue-txt, #1f4e79);
    font-family: Rawline;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;margin-top: 10px;

    /*text-transform: uppercase;*/
}
.sotrudniki {display:flex; margin-left: 6px;}
.dolznost{padding-bottom:40px;}
.bgmsotr {
background: url(https://selena-group.ru/wp-content/uploads/2024/08/bgm.webp) center;
background-size: cover;}
.bgmsotr .wdp-btn {color: #1f4e79 !important;}
.bgmsotr *, .bgmsotr h1 {color: #fff !important;}
.post_related .h_3 {
    margin-bottom: 10px;
    color: var(--blue-txt, #1F4E79);
    font-family: Rawline;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
margin-top: 10px;}
.hover-white:hover {
    color: white;
  }
.tablechinese { font-size: 18px;   line-height: 200%;}

/*cookie 24 01 26*/

  .sc-widget {
    position: fixed;
    bottom: 10px;
    left: 10px;
    background: #98cef2;
    color: white;
    padding: 15px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    z-index: 1000;
  }
  .sc-widget__text {
    margin-right: 10px;
  }
  .sc-widget__button {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 5px;
  }
  .sc-widget__button:hover {
    background-color: #0056b3;
  }
  .sc-widget__img {
    margin-right: 10px;
  }