/*
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: #f2f0f0;
}

a {
    text-decoration: none;
}

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

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

/* 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: #040404;
}

.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: #fff;
	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-main_Logo {
    width: 180px;
}

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

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

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

.phone-link {
    margin-right: 30px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    padding-top: 12px;
    transition: all .3s;
}

.phone-link:hover {
    color: #7c7c7c;
}

.btn-circle {
    width: 50px;
    height: 50px;
    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;
}

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

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

/* WhatsApp */
.btn-whatsapp i {
    color: #fff;
}

.btn-whatsapp:hover {
    background-color: #25D366;
    border: 1px solid #25D366;
}

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

.a-header-main-btn {
    background-color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    border: 0;
    border-radius: 50px;
    padding: 14px 34px;
	text-transform: uppercase;
}

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

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

.btn-lang:hover {
    background-color: #fff;
    color: #000;
}

.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: 0;
    left: 0;
    right: 0;
    z-index: 2;
    color: #fff;
    padding: 50px;
}

.p-index--hero-title {
    text-align: center;
}

.p-index--hero-title h1 {
    font-size: 80px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 40px;
    text-transform: uppercase;
}

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

.p-index--about {
    padding: 40px;
    border-top: 1px solid #242424;
    background-color: #000;
}

.p-index--about-title h3 {
    font-size: 20px;
    font-weight: 200;
    color: #fff;
    text-transform: uppercase;
}

.p-index--about-excerpt {
    font-size: 50px;
    font-weight: 100;
    color: #fff;
    margin-bottom: 60px;
    line-height: 1.1;
}

.p-index--about-author {
    text-align: center;
    margin-bottom: 40px;
}

.p-index--about-author img {
    max-width: 500px;
    max-height: 500px;
    border-radius: 50%;
    margin-bottom: 20px;
}

.p-index--about-author h4 {
    font-size: 16px;
    color: #fff;
    font-weight: 200;
}

.p-index--about-item {
    padding-bottom: 40px;
    padding-top: 40px;
}

.p-index--about-item h4 {
    font-size: 100px;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
}

.p-index--about-item p {
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
}

.p-index--about-border-right {
    border-right: 1px solid #242424;
}

.p-index--projects {
    padding: 40px;
    border-top: 1px solid #242424;
    background-color: #000000;
}

.p-index--projects-btn {
    text-align: center;
}

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

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

.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 {
    background-color: #040404;
    padding-top: 150px;
    padding-bottom: 150px;
    border-bottom: 1px solid #242424;
    border-TOP: 1px solid #242424;
}

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

.p-about_cover h1 {
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 60px;
}

.p-about_cover h2 {
    text-transform: uppercase;
    color: #fff;
    font-size: 50px;
    font-weight: 600;
    padding-bottom: 30px;
    width: 80%;
    margin: auto;
}

.p-about_cover p {
    text-transform: uppercase;
    color: #fff;
    font-size: 22px;
    font-weight: 100;
    padding-bottom: 50px;
    width: 60%;
    margin: auto;
}

.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_mission-title h4 {
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
}

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

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

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

.p-about_mission-item p {
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
}

.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: #040404;
    padding-top: 100px;
}

.c-projects--filter {
    padding: 30px 40px;
    background-color: #040404;
	text-align: right;
}

.c-projects--filter__list {
    list-style-type: none;
    display: flex;
	justify-content: flex-end;
}

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

.c-projects--filter__list a {
	text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
	cursor: pointer;
	transition: all .6s ease-out;
	margin-left: 30px;
	border-bottom:2px solid #242424;
	padding-bottom:4px;
}

.c-projects--filter__list a:hover  {
    color: #ffffff;
	border-bottom:2px solid #fff;
}

.c-projects--filter__list_All {
	font-size: 16px;
    font-weight: 600;
}

.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: 40px;
    border-top: 1px solid #242424;
}

.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: 20px 0;
}

.p-projects--works__content .p-projects--works__content-top,
.p-projects--works__content .p-projects--works__content-bottom {
    display: flex;
    justify-content: space-between;
    font-weight: 400;
    text-shadow: 0 0 5px rgba(0,0,0,0.6);
}

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

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

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

.p-projects--works__content-title h3 {
	color: #fff;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.p-projects--works__content-area {
	color: #838383;
    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: 2rem;
}

.p-projects--cover-title {
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    font-size: 5.2rem; 
}

.p-projects--cover-meta {
    text-align: right;
    font-weight: 300;
    font-size: 1.2rem;
    color: #fff;
    text-transform: uppercase;
}

.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_btn {
    width: 100%;
    height: 100%;
    border-radius: 0;
    border: 1px solid #242424;
    background-color: #040404;
    font-size: 1rem;
    font-weight: 200;
    text-transform: uppercase;
}

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

.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: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #727272;
    text-transform: uppercase;
}

.p-projects--similar_Body a {
    text-transform: uppercase;
    font-size: 40px;
    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: 1.6rem;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 20px;
}

/* PAGE:SERVICES */

.p-services--breadcrumb {
    background-color: #040404;
    padding-top: 100px;
}

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

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

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

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

.p-services-item_out {
    background-color: #040404;
    border-radius: 0;
    border: 4px solid #242424;
    transition: all 0.6s ease;
}

.p-services-item_out:hover {
    border: 4px solid #ffffff;
}

.p-services-item_out-card_body {
    padding: 50px;
    background-color: #040404;
}

.p-services-item_out-card_body h2 {
    color: #ffffff;
    font-size: 34px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 40px;
    width: 70%;
}

.p-services-item_out-card_excerpt {
    font-size: 16px;
    font-weight: 200;
    color: #696969;
}

.p-services-item_out-card_footer {
    padding: 0 50px 50px 50px;
    background-color: #040404;
    border-top: 0;
}

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

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

.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: #fff;
    text-align: right;
}

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

.p-services_single-left-card {
    background-color: #040404;
}

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

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

.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 {
    background-color: #040404;
    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: #fff;
}

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

.p-services_single-content-title {
    color: #fff;
    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: #040404;
}

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

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

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

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

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

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

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

.p-services_single-services-works {
    padding: 0 40px 100px 40px;
    background-color: #040404;
}

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

.p-services_single-services-stages {
    padding: 0 40px 100px 40px;
    background-color: #040404;
}

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

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

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

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

.accordion-button h4 {
    color: #ccc;
    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: #fff;
    margin-top: 80px;
}

.p-services_single-services-price {
    padding: 0 40px 100px 40px;
    background-color: #040404;
}

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

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

.p-services_single-services-priceHeader {
    background-color: #040404;
    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: #ffffff;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.2;
}

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

.p-services_single-services-priceBody h4 {
    color: #ffffff;
    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: #ffffff;
    padding: 0 40px 40px 40px;
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
}

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

.p-services_single-services-FAQ {
    padding: 0 40px 100px 40px;
    background-color: #040404;
}

.p-services_single-services-FAQ-Title h3 {
    color: #fff;
    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: #fff;
}

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

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

/* PAGE:BLOG */

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

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

.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: #f2f0f0;
}

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

.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;
    background-color: #f2f0f0;
}
.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;
}

.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: #040404;
    padding-top: 100px;
}

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

.p-contacts--content-title {
    margin-bottom: 80px;
    padding-bottom: 40px;
    border-bottom: 1px solid #242424;
}

.p-contacts--content-title h1 {
    font-size: 80px;
    font-weight: 200;
    color: #ffffff;
    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: #ffffff;
    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: #ffffff;
    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: 70px;
    height: 70px;
    border-radius: 50%;
    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: #040404; }
.social-instagram   { background-color: #040404; }
.social-vk          { background-color: #040404; }
.social-youtube     { background-color: #040404; }
.social-behance     { background-color: #040404; }
.social-pinterest   { background-color: #040404; }

/* Цвета по соцсетям — затемнение */
.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--top {
    padding: 40px 40px 150px 40px;
    background-color: #000000;
}

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

.с-footer--top_nav_social-link {
    list-style: none;
}

.с-footer--top_nav_social-link li {
    display: inline;
    margin-right: 20px;
    font-size: 20px;
}

.с-footer--top_nav_social-link li>a {
    color: #fff;
    transition: all .3s;
}

.с-footer--top_nav_social-link li>a:hover {
    color: #636363;
}

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

.с-footer--center-info_link a {
    margin-right: 20px;
}

.с-footer--center-info h4 {
    font-size: 16px;
    font-weight: 500;
    color: #4b4b4b;
    text-transform: uppercase;
}

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

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

.с-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;
}






    





































