/*
Theme Name: ARDELINE STUDIO
Theme URI: http://ardeline.ru/
Version: 3.0
*/

@font-face {
    font-family: 'Inter';
    src: local('Inter Regular'), local('Inter-Regular'),
        url('Inter-Regular.woff2') format('woff2'),
        url('Inter-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: local('Inter Medium'), local('Inter-Medium'),
        url('Inter-Medium.woff2') format('woff2'),
        url('Inter-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: local('Inter Bold'), local('Inter-Bold'),
        url('Inter-Bold.woff2') format('woff2'),
        url('Inter-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}


@font-face {
    font-family: 'Inter';
    src: local('Inter Extra Bold'), local('Inter-ExtraBold'),
        url('Inter-ExtraBold.woff2') format('woff2'),
        url('Inter-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

body {
    font-family: 'Inter', Arial, sans-serif;
    font-size: 14px;
    color: #000;
    background-color: #ffffff;
}

a {
    text-decoration: none;
}

.visually-hidden {
  position: absolute;
  left: -9999px;
}

img {
    max-width: 100%;
    height: auto;
}

.separator {
    width: 100%;
    height: 1px;
    background-color: #1e1e1e;
    margin: 40px 0;
}

/* Form global */

.form-label {
    font-weight: 500;
    color: #333;
    text-transform: uppercase;
    font-size: 0.9rem;
}

.form-control {
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.form-control:focus {
    border-color: #040404;
    box-shadow: none;
}

.form-check-label {
    font-weight: 400;
    color: #333;
    text-transform: uppercase;
    font-size: 0.9rem;
}

.form-check-label a {
    font-weight: 600;
    color: #040404;
    text-transform: uppercase;
    font-size: 0.9rem;
    transition: all .3s;
}

.form-check-label a:hover {
    color: #003AFC;
}

/* Breadcrumb */

.a-breadcrumb {
    padding: 30px 40px;
    background-color: #ffffff;
}

.a-breadcrumb-nav {
    margin-bottom: 0;
}
.kama_breadcrumbs a {
    color: #4F4F4F;
	font-size: 14px;
    font-weight: 500;
    transition: all .3s;
    margin-right: 8px;
}

.kama_breadcrumbs a:hover {
    color: #858585;
}

.kb_sep {
    color: #4F4F4F;
	font-size: 14px;
    font-weight: 500;
    margin-right: 8px;
}

.kb_title {
    color: #000000;
	font-size: 14px;
    font-weight: 500;
}

/*-------------------------------------------------------*/
/* Cookie
/*-------------------------------------------------------*/

.cookie-consent {
    z-index: 1050;
    animation: slideUp 0.5s ease forwards;
  }
  
  @keyframes slideUp {
    from {
      transform: translateY(100%);
    }
    to {
      transform: translateY(0);
    }
  }

.cookie_alert {
	margin: 0 auto;
	color: #1b1b1b;
    background-color: #fff;
    padding: 25px;
    border-radius: 0;
	border: 0;
    font-size: 16px;
    font-weight: 300;
}

.cookie_alert a {
	color: #1b1b1b;
	text-decoration: underline;
	transition: all .3s;
}

.cookie_alert a:hover {
	color: #939393;
}

.cookie_alert_btnaccept {
    border-radius: 0;
    padding: 10px 25px;
    color: #ffffff;
    background-color: #0F0F0F;
    width: 100%;
}

.cookie_alert_btnaccept:hover {
    color: #fff;
    background-color: #003AFC;
}

.cookie_alert_btndecline {
    border-radius: 0;
    padding: 10px 25px;
    color: #2D2D2D;;
    background-color: #dddddd; 
}

.cookie_alert_btndecline:hover {
    color: #fff;
    background-color: #003AFC;
}

/* HEADER */

.a-header-main-nav-white li {
	margin-right: 20px;
}

.a-header-main-nav-white li a {
    font-size: 14px;
    color: #000000;
    font-weight: 600;
	text-transform: uppercase;
    transition: all .3s;
}

.a-header-main-nav-white li a:hover {
    color: #7c7c7c;
}

.custom-header-white {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1001;
    transition: all 0.6s ease;
    background: transparent;
    border-bottom: 1px solid #ebebeb;
}
    
.custom-header-white.scrolled {
    position: fixed;
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0.12) 0%,
        rgba(255, 255, 255, 0.06) 40%,
        rgba(255, 255, 255, 0) 100%
        ); 
    backdrop-filter: blur(18px) saturate(180%) brightness(130%);
    -webkit-backdrop-filter: blur(18px) saturate(180%) brightness(130%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
    animation: glassFade 0.7s ease forwards;
}

@keyframes glassFade {
    from {
        opacity: 0;
        backdrop-filter: blur(0px);
    }
    to {
        opacity: 1;
        backdrop-filter: blur(18px);
    }
}

.a-main_Logo {
    width: 240px;
}

.a-header-main-nav li {
	margin-right: 20px;
}

.a-header-main-nav li a {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
	text-transform: uppercase;
    transition: all .3s;
}

.a-header-main-nav li a:hover {
    color: #7c7c7c;
}

.phone-link {
    margin-right: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    transition: all .3s;
    border: 1px solid #ffffff;
    border-radius: 50px;
    padding: 10px 20px;
}

.phone-link:hover {
    color: #ffffff;
}

.phone-link-white {
    margin-right: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    transition: all .3s;
    border: 1px solid #0088cc;
    border-radius: 50px;
    padding: 10px 20px;
}

.phone-link-white:hover {
    color: #ffffff;
}

.btn-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #d8cfcf1a;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
    text-decoration: none;
    margin-right: 10px;
}

.btn-circle i {
    font-size: 22px;
    transition: color 0.3s ease;
}

/* Telegram */
.btn-telegram i {
    color: #ffffff;
    padding-right: 10px;
}

.btn-telegram:hover {
    background-color: #0088cc;
    border: 1px solid #0088cc;
}

.btn-telegram:hover i {
    color: #fff;
}

.btn-telegram-white {
    background-color: #0088cc;
}

.btn-telegram-white i {
    color: #ffffff;
    padding-right: 5px;
}

.btn-telegram-white:hover {
    background-color: #000000;
    border: 1px solid #000000;
}

.btn-telegram-white:hover i {
    color: #fff;
}

.a-header-main-btn {
    background-color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    border: 0;
    border-radius: 50px;
    padding: 10px 24px;
}

.a-header-main-btn:hover {
    background-color: #000000;
    text-decoration: none;
    border: 0;
    color: #fff;
    border-radius: 50px;
}

.a-header-main-btn-white {
    background-color: #000000;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    border: 0;
    border-radius: 50px;
    padding: 10px 24px;
}

.a-header-main-btn-white:hover {
    background-color: #d12229;
    text-decoration: none;
    border: 0;
    color: #fff;
    border-radius: 50px;
}

.btn-lang {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: 300;
    font-size: 16px;
    color: #000000;
    transition: all 0.3s ease;
    margin-left: 10px;
}

.btn-lang:hover {
    background-color: #000000;
    color: #ffffff;
}

.btn-lang-white {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #e1e1e1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    color: #000000;
    transition: all 0.3s ease;
    margin-left: 10px;
}

.btn-lang-white:hover {
    background-color: #000000;
    color: #ffffff;
}

.custom-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1001;
    transition: all 0.6s ease;
    background: transparent;
}
    
.custom-header.scrolled {
    position: fixed;
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0.12) 0%,
        rgba(255, 255, 255, 0.06) 40%,
        rgba(255, 255, 255, 0) 100%
        ); 
    backdrop-filter: blur(18px) saturate(180%) brightness(130%);
    -webkit-backdrop-filter: blur(18px) saturate(180%) brightness(130%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
    animation: glassFade 0.7s ease forwards;
}

@keyframes glassFade {
    from {
        opacity: 0;
        backdrop-filter: blur(0px);
    }
    to {
        opacity: 1;
        backdrop-filter: blur(18px);
    }
}

.navbar {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.navbar-brand {
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff !important;
}

.navbar-nav .nav-link {
    color: #fff !important;
    font-weight: 500;
    margin-right: 1rem;
    transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover {
    color: #ff8533 !important;
}

@media (min-width: 992px) {

    .navbar {
        justify-content: space-between;
        align-items: center;
    }
    
    .navbar-nav {
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
    }
    
    .navbar-brand {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

    .d-lg-flex .btn-order {
        margin-left: auto;
    }
}

.navbar-toggler {
        border: none;
        width: 30px;
        height: 24px;
        position: relative;
        background: none;
        cursor: pointer;
        transform-origin: center;
        transition: transform 0.3s ease;
    }

    .navbar-toggler.active {
        transform: rotate(180deg);
    }

    .navbar-toggler span {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        background: #000;
        border-radius: 2px;
        opacity: 1;
        left: 0;
        transition: all 0.3s ease;
    }

    .navbar-toggler span:nth-child(1) {
        top: 0;
    }

    .navbar-toggler span:nth-child(2) {
        top: 10px;
    }

    .navbar-toggler span:nth-child(3) {
        top: 20px;
    }

    .navbar-toggler.active span:nth-child(1) {
        top: 10px;
        transform: rotate(45deg);
    }

    .navbar-toggler.active span:nth-child(2) {
        opacity: 0;
    }

    .navbar-toggler.active span:nth-child(3) {
        top: 10px;
        transform: rotate(-45deg);
    }















/* PAGE: INDEX */

.video-wrapper {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.video-wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    z-index: 0;
}

.overlay-gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 2), rgba(0,0,0,0.2));
    z-index: 1;
}

.hero-contentIndex {
    position: absolute;
    bottom: 80px;
    left: 0;
    right: 0;
    z-index: 2;
    color: #fff;
    padding: 50px;
}

.p-index--hero-title h1 {
    font-size: 70px;
    font-weight: 200;
    line-height: 1.2;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.p-index--hero-title h2 {
    font-size: 40px;
    font-weight: 200;
    line-height: 1.2;
    margin-bottom: 60px;
}

.hero-contentIndex-btn_lead {
    background-color: #fff;
    padding: 15px 35px;
    border-radius: 30px;
    margin-right: 10px;
    font-size: 16px;
    font-weight: 500;
}

.hero-contentIndex-btn_lead:hover {
    background-color: #033bf3;
    color: #ffffff;
}

.hero-contentIndex-btn_projects {
    border: 2px solid #949494;
    padding: 15px 35px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 500;
    color: #949494;
    transition: all .3s;
}

.hero-contentIndex-btn_projects:hover {
    background-color: #fff;
    border: 2px solid #ffffff;
    color: #000000;
}

.p-index--projects {
    padding: 40px 40px 60px 40px;
    background-color: #ffffff;
}

.p-projects--works__card {
	position: relative;
	overflow: hidden;
}

.p-projects--works__card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.p-projects--works__content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	color: #fff;
}

.p-projects--works__content-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.p-projects--works__content-category,
.p-projects--works__content-year {
	background: #fff;
	color: #000;
	padding: 6px 14px;
	border-radius: 50px;
	font-size: 14px;
}

.p-projects--works__content-title {
	margin: 0;
	font-size: 22px;
	font-weight: 600;
	color: #fff;
}

.p-projects--works__content::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 40%;
	background: linear-gradient(to top, rgba(0,0,0,0.6), transparent);
	z-index: 0;
}

.p-projects--works__content-top,
.p-projects--works__content-bottom {
	position: relative;
	z-index: 1;
}

.p-projects--works__content-excerpt {
	font-size: 14px;
	margin-top: 5px;
	color: rgba(255,255,255,0.85);
	line-height: 1.2;
    text-transform: uppercase;
}

.p-index--projects-btn {
    text-align: center;
    margin-top: 40px;
}

.p-index--projects-btn a {
    color: #000000;
    border: 2px solid #000000;
    width: 16%;
    padding: 20px 40px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
    background-color: #ffffff;
    text-transform: uppercase;
}

.p-index--projects-btn a:hover {
    border: 2px solid #ffffff;
    background-color: #000000;
    color: #ffffff;
}





























.p-index--services {
    padding: 100px 40px 80px 40px;
    border-bottom: 1px solid #d7d7d7;
}

.p-index--services-title {
    font-size: 50px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.1;
}

.p-index--services-content {
    font-size: 26px;
    font-weight: 300;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 60px;
}

.p-index--services-card {
    margin-bottom: 40px;
    border-top: 1px solid #040404;
    padding-top: 20px;
}

.p-index--services-card-title {
    padding: 30px;
}

.p-index--services-card-title h3 {
    font-size: 46px;
    font-weight: 600;
    text-transform: uppercase;
}

.p-index--services-card-item {
    border: 0;
    background-color: #f2f0f0;
}

.p-index--services-card-header {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
    padding: 30px;
    background-color: #f2f0f0;
    border-bottom: 0;
}

.p-index--services-card-content {
    padding: 30px;
}

.p-index--services-card-content-table {
    width: 100%;
    margin-bottom: 30px;
}

.p-index--services-card-content-table td {
    border-bottom: 1px solid #242424;
    padding: 10px 0;
}

.p-index--services-card-content-table td:first-child {
    font-weight: 500;
}

.p-index--services-card-content-table-title {
    font-size: 16px;
    font-weight: 400;
}

.p-index--services-card-content-table-content {
    font-size: 16px;
    font-weight: 600;
    text-align: right;
}

.p-index--services-card-footer-btn {
    padding: 30px;
    background-color: #f2f0f0;
    border-top: 0;
    border: 0;
}

.p-index--services-card-footer-btn a {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #040404;
    transition: all .3s;
    text-decoration: underline;
}

.p-index--services-card-footer-btn a:hover {
    color: #003AFC;
}

.p-index--blog {
    padding: 100px 40px;
}

.p-index--blog-title {
    font-size: 50px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.1;
}

.p-index--blog-title-content  {
    font-size: 26px;
    font-weight: 300;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 60px;
}

.p-index--blog-btn {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
     width: 100%;
}

.p-index--blog-btn a {
    color: #040404;
    border: 2px solid #040404;
    width: 100%;
    padding: 30px 40px;
    border-radius: 0;
    font-size: 20px;
    font-weight: 400;
}

.p-index--blog-btn a:hover {
    border: 2px solid #040404;
    background-color: #040404;
    color: #fff;
}

/* PAGE: ABOUT */

.p-about--hero {
    position: relative;
    min-height: 1000px;
    overflow: hidden;

    background:
        linear-gradient(
            90deg,
            rgba(8,8,8,.85) 0%,
            rgba(8,8,8,.55) 45%,
            rgba(8,8,8,.25) 100%
        ),
        url('assets/img/bg/bg_contacts_new.jpg') center/cover no-repeat;

    background-size: cover;
    background-position: center;
    color: #fff;
}

.p-about--hero__label {
    font-size: 14px;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.p-about--hero__title {
    font-size: clamp(48px, 5vw, 84px);
    line-height: 1.05;
}

.p-about--hero__text {
    font-size: 22px;
    line-height: 1.6;
}

.p-about {
    padding: 80px 40px;
    border-bottom: 1px solid #cfcfcf;
}

.p-about_cover-left h4 {
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    color: #000000;
}

.p-about_cover-center {
    text-transform: uppercase;
    color: #000000;
    font-size: 26px;
    font-weight: 600;
    padding-bottom: 30px;
}

.p-about_cover-right {
    text-transform: uppercase;
    color: #000000;
    font-size: 26px;
    font-weight: 100;
    padding-bottom: 50px;
}

.p-about_mission-title h4 {
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    color: #ffffff;
}

.p-about_mission-content p {
    font-size: 50px;
    font-weight: 200;
    line-height: 1.0;
    margin-bottom: 40px;
    color: #ffffff;
    line-height: 1.0;
}

.p-about_mission-item {
    padding-bottom: 20px;
    padding-top: 80px;
}

.p-about_mission-item h4 {
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}

.p-about_mission-item p {
    font-size: 14px;
    font-weight: 300;
    color: #fff;
}






























.p-about_cover {
    text-align: center;
}



.p-about_cover-content {
    text-align: center;
}

.p-about_cover-content img {
    padding-bottom: 20px;
    border-radius: 50%;
}

.p-about_cover-content-author {
    text-transform: uppercase;
    color: #fff;
    font-size: 20px;
    font-weight: 100;
}

.p-about_cover-content-post {
    text-transform: uppercase;
    color: #838383;
    font-size: 14px;
    font-weight: 100;
}

.p-about_cover-hero_about {
    position: relative;
    height: 100vh; /* высота по экрану */
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    background: url("assets/img/bg/LeadFormBG.jpg") center/cover no-repeat;
    background-attachment: fixed; /* эффект движения при скролле */
}

.p-about_cover-hero_about::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.45); /* затемнение для читаемости текста */
}

.p-about_cover-hero_about-content {
    position: relative;
    z-index: 1;
    max-width: 720px;
    padding: 1rem;
}

.p-about_brand {
    background-color: #040404;
    padding: 120px 40px 120px 40px;
}

.p-about_brand-color-square {
    width: 15px;
    height: 15px;
    background-color: #003AFC; 
    border-radius: 0;
    margin-bottom: 30px;
}

.p-about_brand-title {
    text-transform: uppercase;
    color: #fff;
    font-size: 70px;
    font-weight: 600;
    padding-bottom: 60px;
    text-align: center;
}

.p-about_brand-card {
    padding: 50px;
    border: 4px solid #242424;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    border-radius: 0;
    background-color: #080808;
}

.p-about_brand-card:hover {
    border-color: #fff;
}

.p-about_brand-image {
    border-radius: 0;
    object-fit: cover;
    height: 200px;
    width: 100%;
}

.p-about_brand-image img {
    width: 300px;
}

.p-about_brand-Content H3 {
    text-transform: uppercase;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 40px;
}

.p-about_brand-Content p {
    color: #fff;
    font-size: 18px;
    font-weight: 100;
}

.p-about_brand-fade-seq {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 0.8s forwards ease-out;
}

.p-about_brand-delay-1 {
    animation-delay: 0.2s;
}

.p-about_brand-delay-2 {
    animation-delay: 0.5s;
}

.p-about_brand-delay-3 {
    animation-delay: 0.8s;
}

@keyframes fadeInUp {
    to {
      opacity: 1;
      transform: translateY(0);
    }
}

.p-about_mission {
    padding: 100px 40px 100px 40px;
    border-bottom: 1px solid #1d1d1d;
    background-color: #000000;
}





.p-about_advantages {
    padding: 40px 40px 20px 40px;
    border-bottom: 1px solid #1d1d1d;
    background-color: #000000;
}

.p-about_advantages-title h4 {
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 40px;
}

.p-about_advantages-stat-card {
    height: 400px;
    border: 2px solid #fff;
    border-radius: 0;
    overflow: hidden;
    background-color: #000000;
    animation: cardIn .6s ease-out forwards;
    margin-bottom: 30px;
    cursor: pointer;
}

.p-about_advantages-stat-card .card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    height: 100%;
    padding: 2rem;
}

.p-about_advantages-stat-title {
    font-size: 22px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: -0.02em;
    color: #ffffff;
    cursor: pointer;
    transition: all 0.6s ease-out;
}

.p-about_advantages-stat-title:hover {
    color: #003AFC;
}

.p-about_advantages-stat-text {
    font-size: 16px;
    color: #ffffff;
    margin: 0;
    font-weight: 400;
}

.p-about_maps {
    padding: 100px 40px 100px 40px;
    background-color: #000000;
}

.p-about_maps-title h4 {
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
}

.p-about_maps-description p {
    font-size: 50px;
    font-weight: 200;
    line-height: 1.0;
    margin-bottom: 40px;
    color: #fff;
}

.p-about_maps-сategories ul  {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 60px;
}

.p-about_maps-сategories ul>li  {
    display: inline;
    margin-right: 20px;
    color: #ffffff;
}

.p-about_maps-сategories ul>li a  {
    text-transform: uppercase;
    color: #ffffff;
    font-size: 60px;
    font-weight: 600;
    transition: all .3s;
}

.p-about_maps-сategories ul>li a:hover  {
    color: #003AFC;
}

.p-about_maps-slash {
    color: #ffffff;
    font-size: 50px;
    margin-right: 30px;
    margin-left: 10px;
}

.p-about_publication {
    padding: 100px 40px 50px 40px;
}

.p-about_publication-title h4 {
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
}

.p-about_publication-content {
    font-size: 50px;
    font-weight: 200;
    line-height: 1.0;
    margin-bottom: 40px;
}

.p-about_nomination {
    padding: 0 40px 50px 40px;
}

.p-about_nomination-title h4 {
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
}

.p-about_nomination-content {
    font-size: 50px;
    font-weight: 200;
    line-height: 1.0;
    margin-bottom: 40px;
}

.p-about_nomination-list {
    padding: 0 20px 40px 20px;
}

.p-about_nomination-item {
    margin-bottom: 40px;
}

.p-about_nomination-title {
    font-size: 22px;
    font-weight: 600;
}

.p-about_nomination-excerpt {
    font-size: 20px;
    font-weight: 300;
}

.p-about_nomination-years {
    font-size: 22px;
    font-weight: 300;
}

.p-about_commands {
    padding: 100px 40px 100px 40px;
    background-color: #040404;
}

.p-about_commands-title h4 {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 600;
    padding-bottom: 30px;
    color: #fff;
}

.p-about_commands-card {
    margin-bottom: 60px;
}

.p-about_commands-card-info h5 {
    font-size: 18px;
    font-weight: 200;
    letter-spacing: -.016em;
    line-height: 100%;
    color: #fff;
    margin-top: 20px;
    text-transform: uppercase;
}

.p-about_commands-card-info p {
    font-size: 18px;
    font-weight: 300;
    color: #525252;
}

/* PAGE: PROJECTS */

.p-projects {
    background-color: #ffffff;
    padding-top: 100px;
}

.c-projects--current-category {
    padding: 40px;
}

.c-projects--current-category h1 {
    text-transform: uppercase;
    color: #000000;
    font-size: 80px;
    font-weight: 500;
}

.c-projects--current-category p {
    text-transform: uppercase;
    color: #000000;
    font-size: 24px;
    font-weight: 200;
}

.p-projects--current-category__title {
    text-transform: uppercase;
    color: #000000;
    font-size: 80px;
    font-weight: 500;
}

.p-projects--current-category__description {
    color: #696969;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
}

.c-projects--filter {
    padding: 60px 40px 10px 40px;
}

.c-projects--filter__list a.active {
    color: #fff;
    background-color: #000000;
}

.c-projects--filter__list {
    list-style-type: none;
    display: flex;
	justify-content: left;
    padding-left: 0;
    margin-bottom: 20px;
}

.c-projects--filter__list li {
    padding-bottom: 0;
    margin-bottom: 20px;
}

.c-projects--filter__list a {
	text-transform: uppercase;
    color: #696969;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: all .6s ease-out;
    margin-right: 10px;
    background-color: #ebebeb;
    padding: 14px 22px;
    border-radius: 50px;
}

.c-projects--filter__list a:hover  {
    background-color: #000000;
    color: #ffffff;
}

.c-projects--filter__list_All {
	list-style-type: none;
    display: flex;
	justify-content: flex-start;
    padding-left: 0;
    margin-bottom: 0;
}

.c-projects--filter__list_All a {
	text-transform: uppercase;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
	cursor: pointer;
	transition: all .6s ease-out;
}

.c-projects--filter__Mobile {
    display: none;
}

.c-projects--filter__Mobile-Dropdown {
    border: 2px solid #fff;
    border-radius: 0;
    width: 100%;
    padding: 20px;
    color: #fff;
    font-size: 20px;
}

.c-projects--filter__Mobile-Dropdown:hover {
    background-color: #fff;
    border: 2px solid #fff;
    border-radius: 0;
    width: 100%;
    padding: 20px;
    color: #040404;
    font-size: 20px;
    font-weight: 500;
}

.c-projects--filter__Mobile-Dropdown__Link {
    padding: 20px;
    border-radius: 0;
    background-color: #fff;
    width: 100%; 
    border: 2px solid #fff;
}

.c-projects--filter__Mobile-Dropdown__Link li {
    margin-bottom: 20px;
}

.c-projects--filter__Mobile-Dropdown__Link li>a {
    color: #212529;
    font-size: 20px;
    font-weight: 500;
}

.c-projects--filter__Mobile-Dropdown__Link li>a:hover {
    color:#2D2D2D;
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
}

.p-projects--works {
    padding: 0 40px 10px 40px;
}

.p-projects--works__card {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s ease, transform 0.8s ease;
    margin-bottom: 25px;
}

.p-projects--works__card.visible {
    opacity: 1;
    transform: translateY(0);
}

.p-projects--works__card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease;
}

.p-projects--works__content {
    padding: 30px;
}

.p-projects--works__content .p-projects--works__content-top,
.p-projects--works__content .p-projects--works__content-bottom {
    font-weight: 400;
}

.p-projects--works__content-bottom {
    color: #696969;
}

.p-projects--works__card:hover img {
    filter: blur(4px) brightness(0.7);
}

.p-projects--works__content-location {
	color: #696969;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    margin-right: 5px;
}

.p-projects--works__content-year {
	color: #696969;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    margin-right: 5px;
}

.p-projects--works__content-title h3 {
	color: #000000;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.p-projects--works__content-area {
	color: #696969;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

/* PAGE:PROJECTS-SINGLE */

.project-hero {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.project-hero .bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    z-index: 0;
}

.project-hero img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    z-index: 0;
}

.project-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.25) 0%, rgba(0,0,0,0.55) 100%);
    z-index: 1;
}

.project-hero .hero-content {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 4rem 4rem 6rem 4rem;
}

.p-projects--cover-title {
    text-align: center;
}

.p-projects--cover-title h1 {
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    font-size: 5.2rem; 
    line-height: 1;
    margin-bottom: 40px;
}

.p-projects--cover-title p {
    font-weight: 200;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.2rem; 
    line-height: 1;
    width: 60%;
    margin: auto;
    padding-bottom: 40px;
}

.p-projects--cover-meta {
    text-align: right;
    font-weight: 300;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.p-projects--cover-meta-content {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.06) 40%, rgba(255, 255, 255, 0) 100%);
    backdrop-filter: blur(18px) saturate(180%) brightness(130%);
    -webkit-backdrop-filter: blur(18px) saturate(180%) brightness(130%);
    padding: 10px 20px;
    border-radius: 30px;
}

.p-projects--content-bg {
    background-color: #f2f0f0;
}

.p-projects--content {
    padding-left: 0;
    padding-right: 0;
}

.p-projects--lead_bg {
    background-color: #040404;
    padding: 60px 40px 60px 40px;
    border-top: 1px solid #242424;
}

.p-projects--lead_title h4 {
    color: #ffffff;
    font-size: 4rem;
    font-weight: 200;
    text-transform: uppercase;
}

.p-projects--lead_form {
    display: flex;
    justify-content: center;
    align-items: center;
}

#contactForm .form-control {
    background-color: transparent;
    color: #fff;
    border-bottom: 1px solid #fff;
}

#contactForm .form-control::placeholder {
    color: rgba(255,255,255,0.7);
}

#contactForm .form-control:focus {
    background-color: transparent;
    color: #fff;
    border-color: #fff;
    box-shadow: none;
}

#contactForm .form-check-label {
    color: #fff;
    font-size: 14px;
}

#contactForm .form-check-input {
    border-color: #fff;
}

#contactForm .invalid-feedback {
    color: #ffb3b3;
}

.p-projects--lead_btn {
    width: 100%;
    height: 100%;
    border-radius: 0;
    border: 1px solid #ffffff;
    background-color: #040404;
    font-size: 1rem;
    font-weight: 200;
    text-transform: uppercase;
    color: #fff;
    padding: 10px 25px;
}

.p-projects--lead_btn:hover {
    border: 1px solid #003AFC;
    background-color: #003AFC;
    color: #fff;
}







.p-projects--similar_bg {
    background-color: #040404;
    padding: 60px 40px 60px 40px;
    border-top: 1px solid #242424;
}

.p-projects--similar_Cardleft {
    border-radius: 0;
    background-color: #040404;
}

.p-projects--similar_Cardright {
    border-radius: 0;
    background-color: #040404;
    border-left: 0;
}

.p-projects--similar_Body {
    padding: 0;
}

.p-projects--similar_Body p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #727272;
    text-transform: uppercase;
}

.p-projects--similar_Body a {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 600;
    color: #ffffff;
    transition: all .3s;
}

.p-projects--similar_Body a:hover {
    color: #7c7c7c;
}

.p-projects--recent_bg {
    background-color: #040404;
    padding: 60px 40px 0 40px;
    border-top: 1px solid #242424;
}

.p-projects--recent_title h5 {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 20px;
}

/* PAGE:SERVICES */

.p-services--breadcrumb {
    padding-top: 100px;
}

.p-services {
    background-color: #ffffff;
    padding: 40px;
}

.p-services-title {
    margin-bottom: 60px;
}

.p-services-title h1 {
    font-size: 100px;
    font-weight: 200;
    color: #000000;
}

.p-services-item {
    margin-bottom: 25px;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 30px;
}

.p-services-item_title h2 {
    color: #000000;
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 40px;
    width: 70%;
}

.p-services-item_block {
    border: 0;
}

.p-services-item_header {
    background-color: #ffffff;
    border-bottom: 0;
}

.p-services-item_header p {
    font-size: 16px;
    font-weight: 200;
    color: #000000;
}

.p-services-item_out-card_table {
    background-color: #ffffff;
    color: #000000;
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 30px;
}

.p-services-item_out-card_table td {
    border-bottom: 1px solid #242424;
    padding: 12px 0;
}

.p-services-item_out-card_table td:first-child {
    font-weight: 500;
    text-align: left;
}

.p-services-item_out-card_table-title {
    font-size: 16px;
    font-weight: 400;
    color: #696969;
}

.p-services-item_out-card_table-content {
    font-size: 16px;
    font-weight: 400;
    color: #696969;
    text-align: right;
}

.p-services-item_footer {
    background-color: #ffffff;
    border-top: 0;
}

.p-services-item_footer-btn {
    background-color: #000000;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    border: 0;
    border-radius: 50px;
    padding: 16px 24px;
    transition: all .3s;
    width: 100%;
    display: block;
    box-sizing: border-box; /* Это полезно, если нужно учитывать границы и отступы */
    text-align: center;
}

.p-services-item_footer-btn:hover {
    background-color: #d12229;
}

.p-services_single {
    padding: 80px 40px;
    border-top: 1px solid #242424;
    border-bottom: 1px solid #242424;
}

.p-services_single-left-header h1 {
    font-size: 60px;
    font-weight: 600;
    color: #000000;
    text-transform: uppercase;
    width: 90%;
    line-height: 1.2;
}

.p-services_single-left-body p {
    font-size: 18px;
    font-weight: 200;
    width: 80%;
    color: #000000;
}

.p-services_single-left-footer table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 30px;
}

.p-services_single-left-footer td {
    border-bottom: 1px solid #fff;
    padding: 0.75rem 1rem;
}

.p-services_single-left-footer td:first-child {
    font-weight: 400;
    text-align: left;
}

.p-services_single-left-footer_title {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
}

.p-services_single-left-footer_content {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    text-align: right;
}

.p-services_single-content {
    padding: 100px 40px 100px 40px;
}

.p-services_single-content-discription {
    font-size: 52px;
    font-weight: 300;
    line-height: 1;
    text-indent: 20%;
    margin-bottom: 100px;
    color: #000000;
}

.p-services_single-content-heading h3 {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 40px;
    color: #000000;
}

.p-services_single-content-title {
    color: #000000;
    font-size: 26px;
    font-weight: 200;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.p-services_single-content-item {
    margin-bottom: 25px;
}

.p-services_single-content-itemCard {
    border: 4px solid #242424;
    border-radius: 0;
    padding: 40px;
    background-color: #ffffff;
}

.p-services_single-content-itemHeader {
    background-color: #ffffff;
    border-bottom: 0;
}

.p-services_single-content-itemHeaderNum {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #000000;
}

.p-services_single-content-itemHeaderTitle {
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
    color: #000000;
}

.p-services_single-content-itemHeaderExcerpt {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.2;
    color: #000000;
}

.p-services_single-content-itemBody {
    margin-top: 50px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.2;
    color: #000000;
}

.p-services_single-content-itemBody ul li {
    border: 0;
    padding: 0 0 6px 0;
    margin-bottom: 10px;
    background-color: #ffffff;
    color: #818181;
}

.p-services_single-content-itemFooter {
    background-color: #ffffff;
    border-bottom: 0;
    font-size: 16px;
    font-weight: 300;
    color: #000000;
}

.p-services_single-services-works {
    padding: 0 40px 100px 40px;
}

.p-services_single-services-worksTitle p {
    font-size: 52px;
    font-weight: 300;
    line-height: 1;
    text-indent: 20%;
    margin-bottom: 60px;
    color: #000000;
}

.p-services_single-services-stages {
    padding: 0 40px 100px 40px;
}

.p-services_single-services-stagesTitle p {
    font-size: 52px;
    font-weight: 300;
    line-height: 1;
    text-indent: 20%;
    margin-bottom: 60px;
    color: #000000;
}

.p-services_single-services-stagesAccordion {
    border-radius: 0;
}

.p-services_single-services-accordion_item {
    border: 4px solid #cdcdcd;
    margin-bottom: 20px;
    background-color: #fff;
    border-color: #cdcdcd;
    padding: 20px 40px;
}

.p-services_single-services-stagesAccordionBody {
    padding-left: 0;
    padding-right: 32px;
    padding-top: 12px;
    font-size: 20px;
    color: #000000;
    line-height: 1.5;
}

.step-index {
    color: #000000;
    font-weight: 700;
    margin-right: 20px;
    font-size: 30px;
}

.accordion-button h4 {
    color: #000000;
    font-weight: 700;
    font-size: 30px;
    text-transform: uppercase;
    margin-top: 10px;

}

.accordion {
    margin: 0 auto;
    padding: 20px 16px;
    border-radius: 0;
}

.accordion-item {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.15);
    padding: 25px 35px;
}

.accordion-button {
    color: #fff;
    padding-left: 0;
    padding-right: 0;
}

.accordion-button.collapsed {
    color: #fff;
}

.accordion-button:focus {
    box-shadow: none !important;
}

.accordion-button::after {
    display: none; 
}

.acc-icon {
    width: 50px;
    height: 50px;
    background-color: #003AFC;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    margin-left: auto;
    font-size: 25px;
    font-weight: 400;
    line-height: 1;
}

.p-services_single-services-stagesTitleTwo p {
    font-size: 52px;
    font-weight: 300;
    line-height: 1;
    text-indent: 20%;
    margin-bottom: 60px;
    color: #000000;
    margin-top: 80px;
}

.p-services_single-services-price {
    padding: 0 40px 100px 40px;
}

.p-services_single-services-priceTitle h3 {
    color: #000000;
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 50px;
    text-transform: uppercase;
}

.p-services_single-services-priceCard {
    background-color: #ffffff;
    padding: 0;
    border-radius: 0;
    border: 4px solid #242424;
}

.p-services_single-services-priceHeader {
    background-color: #ffffff;
    padding: 40px;
    border-bottom: 0;
}

.p-services_single-services-priceNum {
    color: #818181;
    font-size: 20px;
    font-weight: 200;
    margin-bottom: 20px;
}

.p-services_single-services-priceExcpert {
    color: #000000;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.2;
}

.p-services_single-services-priceBody {
    background-color: #ffffff;
    padding: 40px;
}

.p-services_single-services-priceBody h4 {
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
}

.p-services_single-services-priceBody p {
    color: #818181;
    font-size: 16px;
    font-weight: 200;
    margin-bottom: 0;
}

.p-services_single-services-pricePrice {
    color: #000000;
    padding: 0 40px 40px 40px;
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
}

.p-services_single-services-priceFooter {
    background-color: #ffffff;
    padding-top: 40px;
    border-top: 4px solid #242424;
}

.p-services_single-services-FAQ {
    padding: 0 40px 100px 40px;
}

.p-services_single-services-FAQ-Title h3 {
    color: #000000;
    font-size: 50px;
    font-weight: 400;
    margin-bottom: 50px;
    text-transform: uppercase;
}

.p-services_single-services-FAQ-accordion {
    margin: 0 auto;
    padding: 0;
    border-radius: 0;
}

.p-services_single-services-FAQ-Item {
    margin-bottom: 10px;
}

.p-services_single-services-FAQ-Header {
    border: 4px solid #242424;
    padding: 30px 40px;
    color: #000000;
}

.p-services_single-services-FAQ-Btn {
    font-size: 24px;
    font-weight: 300;
    color: #000000;
}

.accordion-button.collapsed {
    color: #050505;
}

.p-services_single-services-FAQ-Body {
    font-size: 20px;
    font-weight: 300;
    padding: 30px;
    color: #000000;
}

/* PAGE:BLOG */

.p-blog--breadcrumb {
    background-color: #ffffff;
    padding-top: 100px;
}

.p-blog--categories {
    padding: 40px 40px 40px 40px;
    border-bottom: 1px solid #cec7c7;
    background-color: #ffffff;
}

.p-blog--categories_list ul  {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.p-blog--categories_list ul>li  {
    display: inline;
    margin-right: 20px;
}

.p-blog--categories_list ul>li a  {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    transition: all .3s;
    border-bottom: 1px solid #f2f0f0;
}

.p-blog--categories_list ul>li a:hover  {
    border-bottom:1px solid #000;
}

.p-blog--post {
    padding: 40px;
    background-color: #ffffff;
}

.p-blog--post_card {
    margin-bottom: 40px;
    border: 0;
    background-color: #ffffff;
}

.p-blog--post_card-Body {
    padding: 0;
}

.p-blog--post_card-Category {
	margin-top: 12px;
    margin-bottom: 12px;
}

.p-blog--post_card-Category a {
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #212529;
    border-bottom: 1px solid #212529;
}

.p-blog--post_card-Category a:hover {
    color: #8F8F8F;
    transition: all .3s;
}

.p-blog--post_card-Title h2 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}

.p-blog--post_card-Title h2 a {
    color: #212529;
    transition: all .3s;
}

.p-blog--post_card-Title h2 a:hover {
    color: #003AFC;
}

.p-blog--post_card-Content p {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 20px;
    margin-top: 10px;
}

.p-blog--post_card-Time {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}

.p-blog--post_card-Footer {
    background-color: #fff;
    border-top: 0;
    padding: 0;
}
.p-blog--pagination {
    position: relative;
    margin: 60px 0;
    min-height: 48px;
}

.p-blog--pagination-left {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.p-blog--pagination-right {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.p-blog--pagination-center {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.p-blog--pagination a,
.p-blog--pagination span {
    padding: 8px 16px;
    border-radius: 100px;
    text-decoration: none;
    font-size: 16px;
    transition: all 0.3s ease;
}

.page-numbers {
    background: #f5f5f5;
    color: #333;
}

.page-numbers.current {
    background: #040404;
    color: #fff;
}

.p-blog--pagination a:hover {
    background: #040404;
    color: #fff;
}

.p-blog--pagination-left a,
.p-blog--pagination-right a {
    background: transparent;
    border: 1px solid #ddd;
    font-weight: 500;
    padding: 12px 25px;
    color: #000;
}

.p-blog--pagination-left a:hover,
.p-blog--pagination-right a:hover {
    background: #000;
    color: #fff;
    border-color: #000;
}

.p-blog--single_cover {
    padding-left: 0;
    padding-right: 0;
}


.p-blog--single_info {
    padding-top: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #cfcfcf;
}

.p-blog--single_publicdate {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: #797979;
}

.p-blog--single_publicdate span {
    color: #040404;
    font-weight: 600;
}

.p-blog--single_category {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: right;
    color: #797979;
}

.p-blog--single_category a {
    color: #040404;
    font-weight: 600;
    transition: all .3s;
}

.p-blog--single_category a:hover {
    color: #003AFC;
}

.p-blog--single_title {
    margin-top: 40px;
}

.p-blog--single_title h1 {
    font-size: 60px;
    font-weight: 600;
    text-transform: uppercase;
}

.p-blog--single_Content p {
    font-size: 16px;
    font-weight: 200;
    margin-top: 40px;
    margin-bottom: 40px;
}

.p-blog--single_tags {
    margin-bottom: 40px;
}

.p-blog--single_tags a {
    font-size: 14px;
    font-weight: 500;
    margin-right: 10px;
    background-color: #E5E5E5;
    color: #000;
    padding: 10px 20px;
    transition: all .3s;
}

.p-blog--single_tags a:hover {
    background-color: #003AFC;
    color: #fff;
}

.p-blog--single_social {
    border: 1px solid #cfcfcf;
    padding: 20px 40px;
    margin-bottom: 40px;
}

.p-blog--single_social-title h4 {
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 0;
}

.p-blog--single_social-button {
    text-align: right;
}

.p-blog--single_related-bg {
    border: 1px solid #cfcfcf;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #fff;
}

.p-blog--single_related-title h4 {
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.p-blog--single_categories {
    margin: 20px;
}

.p-blog--single_categories_list {
    margin-top: 40px;
    padding: 10px;
    background-color: #fff;
}

.p-blog--single_categories_list h2 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    
    padding: 15px;
    background-color: #040404;
}

.p-blog--single_categories_list p>a {
    font-size: 14px;
    font-weight: 400;
    margin-right: 5px;
    background-color: #E5E5E5;
    color: #000;
    padding: 10px 20px;
    transition: all .3s;
    margin-bottom: 5px;
}

.p-blog--single_categories_list p>a:hover {
    background-color: #003AFC;
    color: #fff;
}

.p-blog--single_categories_list ul  {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.p-blog--single_categories_list ul>li  {
    margin-bottom: 10px;
}

.p-blog--single_categories_list ul>li a  {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    transition: all .3s;
    border-bottom: 1px solid #f2f0f0;
}

.p-blog--single_categories_list ul>li a:hover  {
    border-bottom:1px solid #000;
}

/* PAGE:CONTACTS */

.p-contacts {
    background-color: #ffffff;
    padding-top: 100px;
}

.p-contacts--content {
    padding: 60px 40px 100px 40px;
}

.p-contacts--content-title {
    margin-bottom: 80px;
    padding-bottom: 40px;
}

.p-contacts--content-title h1 {
    font-size: 80px;
    font-weight: 200;
    color: #000000;
    line-height: 1.0;
    margin-bottom: 20px;
    margin-top: 40px;
    text-transform: uppercase;
}

.p-contacts--content-title p {
    font-size: 22px;
    font-weight: 200;
    color: #000000;
    line-height: 1.0;
    width: 70%;
}

.p-contacts--content-info {
    margin-top: 40px;
    margin-bottom: 60px;
}

.p-contacts--content-info h2 {
    font-size: 24px;
    font-weight: 200;
    color: #7a7a7a;
}

.p-contacts--content-info a { 
    font-size: 25px;
    font-weight: 200;
    color: #000000;
    border-bottom:1px solid #212529;
    transition: all .3s;
}

.p-contacts--content-info a:hover {
    font-weight: 400;
    color: #7a7a7a;
}

.p-contacts--content-info p {
    font-size: 16px;
    font-weight: 300;
    color: #ffffff;
}

.p-contacts--content-social-btn {
    width: 178px;
    height: 70px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 20px;
    text-decoration: none;
    transition: background-color 0.3s ease;
    margin: 0 6px;
    border: 2px solid #242424;
}

/* Цвета по соцсетям */
.social-telegram    { background-color: #ffffff; color:#000000;}
.social-instagram   { background-color: #ffffff; color:#000000;}
.social-vk          { background-color: #ffffff; color:#000000;}
.social-youtube     { background-color: #ffffff; color:#000000;}
.social-behance     { background-color: #ffffff; color:#000000;}
.social-pinterest   { background-color: #ffffff; color:#000000;}

/* Цвета по соцсетям — затемнение */
.social-telegram:hover    { background-color: #0088cc; color:#fff;}
.social-instagram:hover   { background-color: #E1306C; color:#fff;}
.social-vk:hover          { background-color: #4c75a3; color:#fff;}
.social-youtube:hover     { background-color: #FF0000; color:#fff;}
.social-behance:hover     { background-color: #1769ff; color:#fff;}
.social-pinterest:hover   { background-color: #bd081c; color:#fff;}

.p-contacts--content-hero_contacts {
    position: relative;
    height: 100vh; /* высота по экрану */
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    background: url("assets/img/bg/bg_contacts_new.jpg") center/cover no-repeat;
    background-attachment: fixed; /* эффект движения при скролле */
}

.p-contacts--content-hero_contacts::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.45); /* затемнение для читаемости текста */
}

/* PAGE:FOOTER */

.с-footer--center {
    padding: 40px 40px 40px 40px;
    background-color: #000000;
}

.с-footer--center-main {
    width: 100%;
    overflow: hidden;
    margin: auto;
}

.с-footer--center-maintext {
    font-size: 8.7vw;
    text-transform: uppercase;
    color: #121212;
    margin-bottom: 60px;
}

.с-footer--center-info_left {
    text-align: left;
    margin-bottom: 20px;
}

.с-footer--center-info_left a {
    font-size: 40px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    transition: all .3s;
}

.с-footer--center-info_left a:hover {
    color: #636363;
}

.с-footer--center-info_center {
    text-align: center;
    margin-bottom: 20px;
}

.с-footer--center-info_center a {
    font-size: 40px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    transition: all .3s;
}

.с-footer--center-info_left a:hover {
    color: #636363;
}

.с-footer--center-info_right {
    text-align: right;
    margin-bottom: 20px;
}

.с-footer--center-info_right a {
    font-size: 40px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    transition: all .3s;
}

.с-footer--center-info_right a:hover {
    color: #636363;
}

.с-footer--top {
    padding: 40px 40px 150px 40px;
    background-color: #000000;
}


.с-footer--social {
    padding: 40px;
    background-color: #000000;
    border-top: 1px solid #1a1a1a;
}

.с-footer--social_nav {
    text-align: center;
}

.с-footer--social_nav a {
    border: 1px solid #1a1a1a;
    border-radius: 0;
    padding-top: 34px;
    padding-bottom: 34px;
    width: 100%;
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
    transition: all .3s;
}

.с-footer--social_nav a:hover {
    border: 1px solid #003AFC;
    background-color: #003AFC;
    border-radius: 0;
    color: #fff;
}

.с-footer--bottom {
    padding: 40px 40px 40px 40px;
    border-top: 1px solid #1a1a1a;
    background-color: #000000;
}

.с-footer--bottom_copyright {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}

.с-footer--bottom_info {
    font-size: 14px;
    font-weight: 400;
    color: #9c9c9c;
}

.с-footer--bottom_policy {
    text-align: right;
}

.с-footer--bottom_policy a {
    font-size: 14px;
    font-weight: 400;
    color: #9c9c9c;
    transition: all .3s;
    text-decoration: underline;
    margin-left: 10px;
}

.с-footer--bottom_policy a:hover {
    color: #fff;
}










    





































