html{
    margin-top: 0 !important;
}
@media screen and (min-width: 1321px){
    .main-popup, .service-popup{
        top: 60px;
    }
}
/* Breadcrumbs */
.breadcrumbs-seo{
    margin-top: 90px;
    padding: 0;
    width: 100%;
    position: absolute;
    font-size: 11px;
    font-weight: 200;
    color: #999;
}
.breadcrumbs-seo .breadcrumb_last{
    color: #737373;
}
.breadcrumbs-seo .container-main{
    display: flex;
    gap: 10px;
}
.portfolio-page .breadcrumbs-seo,
.blog-page .breadcrumbs-seo{
    margin: 0 0 10px;
    position: relative;
}
.about-page .breadcrumbs-seo{
    margin-top: 90px;
    z-index: 6;
}
.contacts .breadcrumbs-seo{
    margin: 0 0 20px;
    position: relative;
}
.single-blog .breadcrumbs-seo{
    margin-top: 0;
    padding-bottom: 52px;
    position: relative;
}
.single-blog .breadcrumbs-seo span{
    color: #666;
    font-size: 11px;
    font-weight: 100;
    padding-left: 12px;
}
.single-blog .breadcrumbs-seo span span{
    padding: 0 4px;
    position: relative;
    /* color: #171717; */
    font-size: 11px;
    font-weight: 200;
    line-height: 17px;
    letter-spacing: 0;
    text-align: left;
}
.single-blog .breadcrumbs-seo span a{
    font-size: 11px;
    font-weight: 200;
    line-height: 17px;
    letter-spacing: 0;
    text-align: left;
    color: #666;
}
.single-blog .breadcrumbs-seo .breadcrumb_last{
    color: #171717;
}
@media screen and (max-width: 992px){
    .service-page .breadcrumbs-seo{
        position: relative;
    }
    .service-page .breadcrumbs-seo .container-main{
        justify-content: center;
    }
}


/* Section seo-text */
.seo-text{
    max-width: 1240px;
    padding:40px 60px;
    margin:120px auto 0;
    border:1px solid #171717;
    border-radius:16px;
    background:#171717
}
.seo-text .text-block{
    color: #f0f0f0;
    max-height:400px;
    overflow:auto;
    padding-right: 10px;
}
.seo-text .text-block::-webkit-scrollbar {
    width: 12px;
}
.seo-text .text-block::-webkit-scrollbar-track {
    background-color: #999;
    border-radius: 10px;
}
.seo-text .text-block::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #ce181f;
}
.seo-text .title-section .title{
	font-size: 40px;
    margin-bottom: 30px;
	margin-top: 0;
}
.seo-text h2{
	font-size: 40px;
    font-weight: 700;
    line-height: 66px;
	margin-bottom: 30px;
}
.seo-text h2:not(first-of-type){
	margin-top: 12px
}
.seo-text h3{
    font-size: 25px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0;
    text-align: left;
    margin: 16px 0 24px;
}
.seo-text .text p,
.seo-text .text li{
    font-size: 16px;
    font-weight: 200;
    line-height: 170%;
    margin-bottom: 8px;
}
.seo-text .text ul,
.seo-text .text ol{
    padding: 8px 5px;
}
.seo-text .text ul li{
    position: relative;
    margin-left: 15px;
}
.seo-text .text ul li::before{
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #ce181f;
    top: 13px;
    left: -15px;
}
.seo-text ol li{
    list-style-position: inside;
}
.seo-text ol li::marker{
    color: #ce181f;
}
.seo-text .text span{
    font-weight: 500;
}
.seo-text .title2{
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    margin:16px 0 24px
}
.seo-text table {
    border-collapse: separate !important; 
    border-spacing: 0; 
    border: 1px solid #f0f0f0; 
    border-radius: 8px;
    overflow: hidden; 
  }
  
  .seo-text table th,
  .seo-text table td {
    padding: 10px;
    border: 1px solid #f0f0f0;
    vertical-align: top;
  }
  
  .seo-text table th:first-child,
  .seo-text table td:first-child {
    border-left: 0;
  }
  
  .seo-text table th:last-child,
  .seo-text table td:last-child {
    border-right: 0;
  }
  
  .seo-text table tr:first-child td {
    border-top: 0;
  }
  .seo-text table tr:not(:last-child) td {
    border-right: 0;
    border-bottom: 0;
  }
  
@media (max-width: 992px){
    .seo-text-block.container-main{
        padding: 0 10px;
    }
    .seo-text{
        margin: 90px auto 0;
        padding: 20px;
    }
    .seo-text .title-section .title {
		font-size: 30px;
        margin-bottom: 20px;
    }
	.seo-text h2{
		font-size: 30px;
        font-weight: 700;
        line-height: 36px;
        letter-spacing: -0.7px;
		margin-bottom: 20px;
	}
    .seo-text h3{
        line-height: 22.4px;
        font-size: 16px;
        margin: 8px 0 16px;
    }
    .seo-text .text p,
    .seo-text .text li{
        font-size: 11px;
    }
    .seo-text .text ul li {
        margin-left: 10px;
    }
    .seo-text .text ul li::before {
        top: 8px;
        left: -10px;
    }
    .seo-text .text ul, 
    .seo-text .text ol {
        padding: 5px 2px;
    }
    .seo-text table{
        font-size: 11px;
    }
}

/* FAQ */
.faq{
    margin-top: 120px;
}
.faq .title-section .title{
    text-align: center;
}
.faq h2 span{
    color: #CE181F;
}
.faq .accordion{
    max-width: 820px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.faq .question-block{
    display: flex;
    gap: 32px;
    justify-content: space-between;
    align-items: center;
    background: #171717;
    padding: 20px;
    border-radius: 16px;
}
.faq .accordion-item.active .question-block{
    background: #CE181F;
}
.faq .accordion-item.active .arrow{
    transform: rotate(-90deg);
}
.faq .question{
    font-size: 15px;
    font-weight: 300;
    line-height: 22.5px;
    color: #F0F0F0;
    cursor: pointer;
}
.faq .arrow{
    width: 23px;
    height: 23px;
    transition: 0.3s;
}
.faq .answer{
    display: none;
    padding: 16px 20px 28px;
    font-size: 13px;
    font-weight: 300;
    line-height: 19.5px;
    color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 992px){
    .faq{
        margin-top: 70px;
    }
    .faq .container-main {
        padding: 0 12px;
    }
    .faq .accordion{
        gap: 18px;
    }
    .faq .question{
        font-size: 16px;
        font-weight: 400;
        line-height: 22.4px;
    }
    .faq .answer{
        padding: 12px 20px 6px;
    }
}

/* Services */
.services{
    margin-top: 120px;
}
.services .container-main{
    padding: 0 0 0 80px;
    max-width: 1320px; 
    width: 100%;
    position: relative;
}
.services .rectangle{
    position: absolute;
    width: 251px;
    height: 100%;
    top: 0;
    pointer-events: none;
    right: -7px;
    background: linear-gradient(90deg, rgba(8, 8, 8, 0.31) 0%, #080808 100%);
}
.services .services-block{
    margin-left: -6px;
    margin-right: -6px;
}

.services .services-block::-webkit-scrollbar{
    display: none;
}
.services .services-block{
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.services .service-block{
    border-radius: 16px;
    border: 1px solid rgba(51, 51, 51, 1);
    width: 282px;
    height: auto;
    position: relative;
    margin: 0 6px;
	padding: 20px;
}
.services .service-block a{
	display: flex;
    width: 100%;
	font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: #F0F0F0;
}
.services .service-block img{
	position: absolute;
    top: 20px;
    right: 20px;
	width: 24px;
	z-index: -1;
}
.services .title-block{
    display: flex;
    justify-content: space-between;
}
.services .title{
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: #F0F0F0;
}
.services .arrow{
    width: 24px;
}
.services .description,
.services .service-block p{
    font-size: 13px;
    font-weight: 300;
    line-height: 19.5px;
    color: rgba(255, 255, 255, 0.5);
	margin-top: 8px;
}
.services .slick-track{
    display: flex;
}
@media (max-width: 1400px){
    .services .container-main{
        padding: 0 20px 0 80px;
        max-width: none;
        box-sizing: border-box;
    }
}
@media (max-width: 992px){
    .services .container-main{
        padding: 0 0 0 12px;
    }
    .services .services-block{
        margin-left: -4px;
        margin-right: -4px;
    }
    .services .service-block{
        border-radius: 16px;
        border: 1px solid rgba(51, 51, 51, 1);
        width: 282px;
        height: auto;
        position: relative;
        margin: 0 4px;
		padding: 15px;
    }
	.services .service-block a{
		font-size: 16px;
        line-height: 22.4px;
	}
    .services .title{
        font-size: 16px;
        line-height: 22.4px;
    }
    .services .arrow{
        width: 18px;
    }
	.services .service-block img{
		width: 18px;
		top: 15px;
    	right: 15px;
	}
    .services .description,
	.services .service-block p{
        font-size: 11px;
        line-height: 16.5px;
    }
    .services .rectangle{
        width: 81px;
        height: 100%;
        top: 0;
    }
}


/* Service Price */
.service-price{
    margin-top: 120px;
}
.service-price .price-block{
    padding: 33px 27px;
    display: flex;
    justify-content: space-between;
    gap: 48px;
    border-radius: 16px;
    border: 1px solid rgba(51, 51, 51, 1);
    background: rgba(23, 23, 23, 1);
}
.service-price .image-block{
    display: flex;
    gap: 16px;
}
.service-price .image{
    max-width: 190px;
}
.service-price .image img{
    width: 100%;
}
.service-price .text-block{
    display: flex;
    flex-direction: column;
    gap: 24px;
    flex: 1;
}
.service-price .title-price{
    font-size: 40px;
    font-weight: 500;
    line-height: 52px;
    display: flex;
    flex-wrap: wrap;
    gap: 0 10px;
}
.service-price .title-price p{
    white-space: nowrap;
}
.service-price .price-list{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.service-price .price-list li{
    font-size: 13px;
    font-weight: 300;
    line-height: 19.5px;
    color: #F0F0F0;
    position: relative;
    margin-left: 20px;
}
.service-price .price-list li::before{
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    top: 7px;
    left: -20px;
    background: #CE181F;
}
@media (max-width: 992px){
    .service-price{
        margin-top: 70px;
    }
    .service-price .price-block{
        flex-direction: column;
        gap: 24px;
        padding: 18px 14px;
        border-radius: 12px;
    }
    .service-price .image-block{
        gap: 8px;
    }
    .service-price .image{
        max-width: none;
        flex: 1;
    }
    .service-price .text-block{
        gap: 16px;
    }
    .service-price .title-price{
        font-size: 27px;
        font-weight: 500;
        line-height: 35px;
    }
}

/* Footer */
.footer__col.footer__center{
    display:flex;
    gap:20px;
    justify-content: space-between;
}
@media (max-width: 1120px){
    .footer__col.footer__center{
        justify-content: center;
    }
    .footer__nav-2{
        display: none;
    }
}
@media (min-width: 1121px){
    .footer__col.footer__left{
        flex: 0 0 23%;
    }
    .footer__col.footer__center{
        flex: 0 0 30%;
    }
    .footer__col.footer__right{
        flex: 0 0 33%;
    }
}

.header-mob__actions{
    display: none;
}
.hidden-menu .social-links{
    display: none;
}
.header-mob__btn{
    display: none;
}
.header-mob__navigation-header{
    display: none;
}
.header-mob{
    display: none;
}
@media screen and (max-width: 1120px){
    .header-mob__navigation-header{
        display: flex;
    }
    .header-mob__btn{
        display: block;
    }
    .header-mob__actions{
        display: flex;
    }

    .header .container-main{
        padding: 0 12px;
    }
    .header .container-main.header-desktop {
        display: flex;
    }
    .hidden-menu{
        position: fixed;
        width: 100%;
        height: 100%;
        left: -100%;
        bottom: 0;
        padding: 0 12px;
        background: #f0f0f0;
        overflow-y: auto;
        transition: left .3s;
    }
    .hidden-menu.active{
        left: 0;
    }
    .header-mob__menu.header-mobile-close{
        background: #ce181f;
    }
    .hidden-menu_container{
        overflow-y: auto;
        height: 100%;
        padding-bottom: 77px;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    .hidden-menu_container::-webkit-scrollbar {
        display: none; 
    }
    .hidden-menu .social-links{
        display: flex;
        position: absolute;
        bottom: 25px;
        right: 0;
    }
    .hidden-menu .social-links .nav-link:before{
        display: none;
    }
    .hidden-menu .social-links .nav-link:hover{
        background: #171717;
    }
    .header__navigation{
        padding-bottom: 25px;
        position: relative;
    }
    .header__navigation .nav-items .nav-link{
        padding: 0;
    }
    .hidden-menu .lang-chose{
        color: #0d0d0d;
    }
    .hidden-menu .lang-chose:hover svg{
        filter: none;
    }
    .hidden-menu .lang-chose svg path,
    .hidden-menu .lang-chose:hover svg path{
        fill: #0d0d0d;
    }
    .header__navigation ul.nav-items{
        flex-direction: column;
    }
    .header__navigation ul.nav-items li{
        width: 100%;
        margin-top: 14px;
    }
    .header__navigation ul.nav-items li.menu-item-has-children{
        margin-top: 0;
    }
    .header__navigation ul.nav-items li:not(.menu-item-has-children){
        order: 2;
    }
    .header__navigation .nav-link-dropdown{
        position: relative;
        top: 0;
        border: 0;
        width: 100%;
        padding: 14px 0;
    }
    .header__navigation .nav-link-dropdown .container-main{
        padding: 0;
    }
    .header__navigation .nav-link-dropdown__items{
        flex-direction: column;
        width: 100%;
        position: relative;
        margin: 0;
    }
    .header__navigation .nav-link-dropdown__items li{
        position: relative;   
    }
    .header__navigation .nav-link-dropdown__items li:first-of-type{
        margin-top: 0;
    }
    
    .header__navigation .nav-link-dropdown__link{
        flex-direction: row;
        width: 100%;
        justify-content: flex-start;
        padding: 0;
        min-height: 0;
        box-sizing: border-box;
        border-radius: 11px;
        overflow: hidden;
    }
    .header__navigation .nav-link-dropdown__link .title{
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: 0;
        text-align: left;
        margin-bottom: 6px;
    }
    .header__navigation .nav-link-dropdown__link .text{
        font-size: 11px;
        font-weight: 300;
        line-height: 17px;
        letter-spacing: 0;
        text-align: left;
    }
    .header__navigation .nav-link-dropdown__link:hover{
        background: #f0f0f0;
    }
    .header__navigation .nav-link-dropdown__link:hover .link, 
    .header__navigation .nav-link-dropdown__link:hover .title{
        color: #171717;
    }
    .header__navigation .nav-link-dropdown__link:hover .text{
        color: #666;
    }
    .header__navigation .nav-link-dropdown__head{
        order: 2;
        border-color: #ccc;
        border-style: solid;
        border-width: 1px 1px 1px 0;
        border-top-right-radius: 12px;
        border-bottom-right-radius: 12px;
        padding: 10px;
        width: 100%;
    }
    .header__navigation .nav-link-dropdown__link .image{
        border-radius: 0;
        min-height: 97px;
        height: 100%;
    }
    .header__navigation .nav-link-dropdown__link .image:before{
        display: none;
    }
    .header__navigation .nav-link-dropdown__footer{
        flex: 0 0 99px;
    }
    .header__navigation .nav-link{
        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
        letter-spacing: 0;
        text-align: left;
        color: #171717;
    }
    .header__social{
        display: none;
    }
    .header__navigation .nav-link-dropdown__link .link{
        position: absolute;
        top: 17.25px;
        right: 19.25px;
    }
    .header__navigation .nav-link-dropdown__link .link img{
        width: 13.5px;
        height: 13.5px;
        margin: 0;
    }
    .header__navigation .nav-link-dropdown__link:hover .link img{
        transform: rotate(90deg);
		filter: saturate(0) brightness(0) invert(9.0196078431%) opacity(1);
    }
    .header__navigation .nav-link-dropdown__link .link span{
        display: none;
    }
    .header__navigation .nav-link{
        transition: none;
    }
    .header__navigation .current-menu-ancestor .nav-link, 
    .header__navigation .current-menu-item .nav-link{
        color: #171717;
        transition: none;
    }
    .header__navigation .current-menu-ancestor .nav-link:before, 
    .header__navigation .current-menu-item .nav-link:before{
        display: none;
    }
    .header__navigation .nav-link:before{
        display: none;
    }
    .header.active .header__logo-light{
        display: block;
    }
    .header__navigation .nav-link.active,
    .header__navigation .nav-link:hover{
        color: #171717;
    }
    .header__navigation span.nav-link{
        outline: none;
        -webkit-tap-highlight-color: transparent;
    }
}


.title-section_about .title{
    text-align: center;
}
@media screen and (max-width: 992px){
    .title-section_about{
        position: relative;
        top: -40vw;
    }
}
@media screen and (max-width: 750px){
    .title-section_about{
        position: relative;
        top: -30vw;
    }
}
@media screen and (max-width: 540px){
    .title-section_about{
        position: relative;
        top: -20vw;
    }
}
@media screen and (max-width: 400px){
    .title-section_about{
        position: relative;
        top: -10vw;
    }
}
@media screen and (max-width: 350px){
    .title-section_about{
        position: relative;
        top: 0;
    }
}

.banner-about{
	overflow: hidden;
}
.partners__cardnew img{
	-o-object-fit: contain;
    object-fit: contain;
}

.partners__cardnew {
    height: 94.79px;
    border-radius: 12px;
    background: #171717;
    margin-bottom: 24px;
    padding: 15px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.partners__cardnew img
 {
    width: 90%;
    height: 80%;
    -o-object-fit: fill;
    object-fit: fill;
    -o-object-position: center;
    object-position: center;
    -webkit-filter: saturate(0) brightness(0) invert(40%) opacity(1);
    filter: saturate(0) brightness(0) invert(40%) opacity(1);
}

@media screen and (max-width: 992px) {
    .partners__cardnew {
        height: 69px;
        margin-bottom: 10px;
        padding: 10px 20px;
    }
}

@media screen and (max-width: 992px) {
    .partners__cardnew img {
        -webkit-filter: saturate(0) brightness(0) invert(94.1176470588%) opacity(1);
        filter: saturate(0) brightness(0) invert(94.1176470588%) opacity(1);
        filter: brightness(0) invert(.9);
        -webkit-filter: brightness(0) invert(.9);
    }
}

.partners__cardnew:hover {
    cursor: pointer;
}
.partners__cardnew:hover img {
    -webkit-filter: saturate(0) brightness(0) invert(94.1176470588%) opacity(1);
    filter: saturate(0) brightness(0) invert(94.1176470588%) opacity(1);    
}
.header-mob__callback{
    padding: 0;
}
@media screen and (max-width: 992px) {
    .header-mob__callback:hover img{        
        filter: none!important;
        -webkit-filter: none!important;
    }
}
.post__wrapper h3{
	font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0;
    text-align: left;
    color: #171717;
    margin-bottom: 10px;
}
@media (max-width: 576px) {
    .post__wrapper h3 {
        font-size: 14px;
        line-height: 20px;
    }
}
