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

body {
    margin: 0;
    padding: 0;
    font-family: 'Geologica','Philosopher', Arial, sans-serif;
    font-size: 14px;
    color: #000;
}

a {
    text-decoration: none;
}

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

.a-indent {
    padding: 60px;
}

.a-Seporator {
    border-top: 1px solid #DCDCDC;
}

.grecaptcha-badge {
    visibility: hidden;
}

.dot {
    width: 30px;
    height: 30px;
    background-color: #003AFC;
    border-radius: 50%;
}


/*-------------------------------------------------------*/
/* 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 {
	background-color: #fff;
    margin: auto;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 12px;
    padding-bottom: 12px;
}

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

.a-header-main-nav li a {
    font-size: 16px;
    color: #212529;
    font-weight: 400;
    transition: all .3s;
}

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

.phone-link {
    margin-right: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #212529;
    transition: all .3s;
}

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

.btn-circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #ffffff;
    border: 1px solid #e4e4e5;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
    text-decoration: none;
    margin-left: 5px;
}

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

.a-LeadForm_ItemContent {
    border-radius: 0;
}

.a-LeadForm_ItemHeader {
    padding: 0;
}

.a-LeadForm_ItemBody {
    padding: 30px;
}

.a-LeadForm_ItemBody h4 {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.a-LeadForm_ItemBody p {
    font-size: 14px;
    font-weight: 300;
}

.a-LeadForm_ItemFormControl {
    border-radius: 0;
    width: 100%;
    padding: 18px;
    border: 1px solid #3c3e45;
}

.a-LeadForm_ItemCheck {
    color: #000000;
    font-size: 14px;
    font-weight: 200;
    margin-top: 10px;
    margin-bottom: 20px;
}

.a-LeadForm_ItemCheck a {
    color: #000000;
    font-size: 14px;
    font-weight: 200;
    text-decoration: underline;
    transition: all .3s;
}

.a-LeadForm_ItemCheck a:hover {
    color: #003AFC;
}

.a-LeadForm_ItemBtn {
    background-color: #003AFC;
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    padding: 15px 25px;
    border-radius: 0;
}

.a-LeadForm_ItemBtn:hover {
    background-color: #000000;
    color: #ffffff;
}

/* Telegram */
.btn-telegram i {
    color: #000000;
}

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

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

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

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

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

.a-header-main-btn {
    background-color: #000000;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    border: 1px solid #000000;
    border-radius: 50px;
    padding: 14px 34px;
    margin-left: 20px;
}

.a-header-main-btn:hover {
    background-color: #003AFC;
    text-decoration: none;
    border: 1px solid #003AFC;
    color: #fff;
    border-radius: 50px;
}

.a-main_Logo {
    width: 150px;
}

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

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

.navbar {
    transition: all 0.3s ease;
}

.navbar-scrolled {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1030;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/*-------------------------------------------------------*/
/* Footer
/*-------------------------------------------------------*/

.a-FooterBlock_top {
    padding: 50px;
    background-color: #000000;
}

.a-FooterBlock_top-logo {
    margin-bottom: 30px;
}

.a-FooterBlock_top-navigation h3 {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 20px;
}

.a-FooterBlock_top-navigation ul {
    list-style: none;
    padding-left: 0;
}

.a-FooterBlock_top-navigation li {
    line-height: 2;
}

.a-FooterBlock_top-navigation li a {
    font-size: 14px;
    font-weight: 200;
    text-transform: uppercase;
    color: #fff;
    transition: all .3s;
}

.a-FooterBlock_top-navigation li a:hover {
    color: #636363;
}

.a-FooterBlock_top-navigation p {
    font-size: 14px;
    font-weight: 400;
    color: #636363;
    text-transform: uppercase;
    line-height: 2;
}

.a-FooterBlock_top-bottom {
    margin-top: 100px;
}

.a-FooterBlock_top-bottom-link {
    border: 1px solid #3c3e45;
    border-radius: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 90%;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
    transition: all .3s;
}

.a-FooterBlock_top-bottom-link:hover {
    border: 1px solid #003AFC;
    background-color: #003AFC;
    border-radius: 0;
    color: #fff;
}

.a-FooterBlock_top-bottom-link-telegram {
    font-size: 22px;
    font-weight: 300;
    text-align: left;
    color: #ffffff;
    width: 80%;
}

.a-FooterBlock_top-bottom-link-telegram:hover {
    text-align: left;
    color: #fff;
}

.a-FooterBlock_top-bottom-link-telegram img {
    margin-right: 10px;
}

.a-FooterBlock_top-info {
    border: 1px solid #3c3e45;
    margin-bottom: 10px;
    padding: 20px;
}

.a-FooterBlock_top-info h4 {
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
}

.a-FooterBlock_top-info a {
    font-size: 50px;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
    transition: all .3s;
}

.a-FooterBlock_top-info a:hover {
    color: #636363;
}

.a-FooterBlock_social {
    padding: 50px;
    background-color: #000000;
    border-top: 1px solid #3c3e45;
}

.a-FooterBlock_nav {
    text-align: center;
}

.a-FooterBlock_nav a {
    border: 1px solid #3c3e45;
    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;
}

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

.a-FooterBlock_bottom {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 40px;
    padding-bottom: 40px;
    border-top: 1px solid #3c3e45;
    background-color: #000000;
}

.a-FooterBlock_copyright {
    font-size: 14px;
    font-weight: 300;
    color: #fff;
}

.a-FooterBlock_info {
    font-size: 14px;
    font-weight: 300;
    color: #fff;
}

.a-FooterBlock_policy {
    text-align: right;
}

.a-FooterBlock_policy a {
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    transition: all .3s;
}

.a-FooterBlock_policy a:hover {
    color: #636363;
}

/*-------------------------------------------------------*/
/* Breadcrumb
/*-------------------------------------------------------*/

.a-breadcrumb {
    padding: 30px 50px;
    background-color: #fff;
    border-top: 1px solid #DCDCDC;
}

.a-breadcrumb-nav {
    margin-bottom: 0;
}

.kama_breadcrumbs a {
    color: #212529;
	font-size: 14px;
    font-weight: 400;
    transition: all .3s;
    margin-right: 8px;
}

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

.kb_sep {
    color: #212529;
	font-size: 14px;
    font-weight: 400;
    margin-right: 8px;
}

.kb_title {
    color: #858585;
	font-size: 14px;
    font-weight: 400;
}

/*-------------------------------------------------------*/
/* Main
/*-------------------------------------------------------*/

.a-MainBlock_Title {
    padding: 50px;
    text-align: center;
}

.a-MainTitle {
    padding-left: 0;
    padding-right: 0;
}

.a-MainBlock_Title h1 {
    font-size: 100px;
    font-weight: 400;
    line-height: 1;
    font-family: 'Philosopher';
    margin-bottom: 60px;
}

.a-MainBlock_Title p {
    font-size: 20px;
    font-weight: 200;
    text-transform: uppercase;
}

.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-content {
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    color: #fff;
    text-align: center;
    padding: 0 1rem;
    width: 80%;
}

.a-MainProjects {
	padding: 50px;
    border-top: 1px solid #DCDCDC;
}

.a-MainProjects_item {
    margin-bottom: 30px;
    border: 1px solid #DCDCDC;
    padding: 20px;
}

.a-MainProjects_itemPreview {
    text-align: right;
}

.a-MainProjectsBtn {
    text-align: center;
    margin-top: 30px;
}

.a-MainProjectsBtn a {
    border: 1px solid #2D2D2D;
    width: 100%;
    padding: 30px 40px;
    border-radius: 0;
    font-size: 20px;
    font-weight: 400;
}

.a-MainProjectsBtn a:hover {
    border: 1px solid #003AFC;
    background-color: #003AFC;
    color: #fff;
}

.a-MainAbout {
    background-color: #000;
    padding: 180px 50px 180px 50px;
}

.a-MainAboutTitle h3 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 60px;
    text-align: center;
    text-transform: uppercase;
}

.a-MainAboutExcerpt {
    font-size: 80px;
    font-weight: 200;
    color: #fff;
    margin-bottom: 60px;
    text-align: center;
    line-height: 1;
    font-family: 'Philosopher';
}

.a-MainAboutButton {
    text-align: center;
}

.a-MainAboutButton a {
    font-size: 20px;
    color: #fff;
    font-weight: 200;
}

.custom-btn .icon-circle {
    width: 12px;
    height: 12px;
    background-color: currentColor;
    border-radius: 50%;
    transition: transform 0.3s ease;
    display: inline-block;
  }

  .custom-btn:hover .icon-circle {
    transform: scale(1.8);
  }

.a-MainAboutAuthor {
    text-align: center;
    margin-bottom: 40px;
}

.a-MainAboutAuthor img {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    margin-bottom: 20px;
}

.a-MainAboutAuthor h4 {
    font-size: 16px;
    color: #fff;
    font-weight: 200;
}

.d-flex-2 {
	flex-direction: column;
}

.image-section {
    position: relative;
    height: 700px;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    color: white;
    padding: 50px;
    border-bottom: 1px solid #fff;
}

.image-section::before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    z-index: 1;
    transition: backdrop-filter 0.4s ease, background 0.4s ease;
}

.section-content {
    position: relative;
    z-index: 2;
    height: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.section-title {
    font-family: 'Philosopher';
    font-size: 70px;
    font-weight: bold;
    max-width: 70%;
    width: 20%;
    line-height: 1;
}

.glass-btn {
    width: 100%;
    padding: 30px 40px;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 600;
    border: none;
    background: rgba(255, 255, 255, 0.1);
    transition: background 0.5s ease, transform 0.3s ease;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: white;
    cursor: pointer;
    
}

.glass-btn:hover {
    background: rgba(255, 255, 255, 0.5);
}

.section-description {
    position: absolute;
    top: 50%; left: 36%;
    transform: translate(-50%, -50%) translateY(20px);
    opacity: 0;
    z-index: 2;
    text-align: left;
    font-size: 30px;
    font-weight: 200;
    line-height: 1.2;
    max-width: 80%;
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.image-section:hover::before {
    backdrop-filter: blur(6px);
    background: rgba(0,0,0,0.4);
}

.image-section:hover .section-description {
    opacity: 1;
    transform: translate(-50%, -50%) translateY(0);
}

@media (max-width: 768px) {
    .image-section {
    height: 500px;
    }
    .section-title {
    font-size: 40px;
    max-width: 100%;
    }

    .circle-btn {
    padding: 10px 20px;
    font-size: 0.9rem;
    }
    
    .section-description {
    font-size: 1rem;
    max-width: 90%;
    }

}

 /* Фоновые изображения */
.bg-1 { background-image: url('assets/img/main/WD_1.jpg'); }
.bg-2 { background-image: url('assets/img/main/WD_2.jpg'); }
.bg-3 { background-image: url('assets/img/main/WD_3.jpg'); }
.bg-4 { background-image: url('assets/img/main/WD_4.jpg'); }

.a-MainServices {
    padding: 0;
}

.a-MainServices-Title h3 {
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
}

.a-Main_BlogTitle {
    padding: 50px 50px 20px 50px;
    border-top: 1px solid #DCDCDC;
}

.a-Main_Blog {
    padding: 0 50px 50px 50px;
}

.a-Main_BlogItem {
    margin-bottom: 40px;
	display: flex;
}

.a-Main_BlogName {
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    margin-left: 10px;
}

.a-Main_BlogTitle p {
    font-size: 64px;
    font-weight: 300;
    line-height: 1;
    font-family: 'Philosopher';
    margin-bottom: 40px;
}

.a-Main_BlogRight-link {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

.a-Main_BlogRight-link a {
    text-align: center;
    border: 1px solid #000;
    padding: 20px 30px;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    transition: all .3s;
    border-radius: 50px;
}

.a-Main_BlogRight-link a:hover {
    border: 1px solid #003AFC;
    color: #003AFC;
}

/*-------------------------------------------------------*/
/* PAGE:About
/*-------------------------------------------------------*/

.about-cover {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.cover-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.3) grayscale(0.3);
}

.cover-content {
    position: relative;
    z-index: 2;
    height: 100vh;
    color: #fff;
}

.cover-title {
    font-family: 'Philosopher';
    padding-top: 80px;
    padding-left: 80px;
    font-size: 6rem;
    font-weight: 200;
    text-transform: uppercase;
    line-height: 1;
}

.cover-description {
    position: absolute;
    bottom: 120px;
    right: 80px;
    max-width: 600px;
    text-align: right;
    font-size: 1.45rem;
    font-weight: 600;
    line-height: 1.5;
    text-transform: uppercase;
}

.cover-author {
    position: absolute;
    bottom: 80px;
    right: 80px;
    text-align: right;
    font-size: 0.75rem;
    line-height: 1.5;
    text-transform: uppercase;
}



.video-container {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.video-background {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translateX(-50%) translateY(-50%);
    
}

.a-About_Block {
    padding: 50px;
    border-bottom: 1px solid #DCDCDC;
}

.a-About_BlockTitle {
    text-align: center;
}

.a-About_BlockTitle h2 {
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 50px;
    margin-top: 50px;
}

.a-About_BlockContent {
    text-align: center;
}

.a-About_BlockContent h3 {
    font-size: 70px;
    font-weight: 200;
    line-height: 1.0;
    margin-bottom: 40px;
    font-family: 'Philosopher';
}

.a-About_BlockContent {
    font-size: 20px;
    font-weight: 200;
    line-height: 1.2;
    margin-bottom: 40px;
}

.a-About_BlockContentMini {
    font-size: 26px;
    font-weight: 200;
    line-height: 1.2;
    margin-bottom: 40px;
    color: #6b6b6b;
}

.a-About_BlockTitle-Animation {
    text-align: center;
    margin-bottom: 100px;
}

.circle-card {
    width: 500px;
    height: 500px;
    border: 2px solid #000000;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    cursor: pointer;
    margin: 20px auto;
    overflow: hidden;
    transition: all 0.6s ease-out;
}

/* Анимация рамки "рисование" */
.circle-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    border-radius: 50%;
    clip-path: circle(0% at 50% 50%);
    transition: clip-path 0.6s ease;
    z-index: 2;
    background-color: #000000;
}

.circle-card:hover::before {
    clip-path: circle(75% at 50% 50%);
}

.circle-card img {
    width: 250px;
    transition: opacity 0.5s ease, transform 0.5s ease;
    z-index: 3;
}

.content {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: 4;
    padding: 15px;
    color: #ffffff;
}

.circle-card:hover img {
    opacity: 0;
    transform: scale(0.5);
}

.circle-card:hover .content {
    opacity: 1;
}

.content h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}

@media (max-width: 576px) {
    .circle-card {
        width: 280px;
        height: 280px;
		margin: 10px auto;
    }

    .circle-card img {
        width: 200px;
    }

    .content h3 {
        font-size: 1rem;
    }

    .content p {
        font-size: 0.55rem;
    }
}

.a-MainAboutMeaningText {
    font-size: 14px;
    font-weight: 300;
    width: 80%;
}

.video-section {
    position: relative;
    width: 100%;
    height: 100vh;
    background: url('assets/img/about/Preview.jpg') center center/cover no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.video-section video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 1s ease;
}

.play-button, .control-buttons {
    position: absolute;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.play-button {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: rgba(0,0,0,0.6);
}

.play-button:hover {
    transform: scale(1.1);
}

.play-button::before {
    content: '';
    border-style: solid;
    border-width: 15px 0 15px 25px;
    border-color: transparent transparent transparent #fff;
    margin-left: 5px;
}

.control-buttons {
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    gap: 15px;
}

.control-buttons button {
    background-color: rgba(0,0,0,0.6);
    border: none;
    color: white;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 16px;
    transition: background-color 0.3s;
}

.control-buttons button:hover {
    background-color: rgba(0,0,0,0.8);
}

@media (max-width: 576px) {
    .play-button {
        width: 60px;
        height: 60px;
    }

    .play-button::before {
        border-width: 12px 0 12px 18px;
    }

    .control-buttons button {
        padding: 8px 12px;
        font-size: 14px;
    }
}

.a-About_BlockBlack {
    padding: 50px;
    border-bottom: 1px solid #1d1d1d;
    background-color: #000000;
}

.a-About_BlockBlackTitle h2 {
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 50px;
    margin-top: 50px;
}

.a-About_BlockBlackContent_Left {
    font-size: 44px;
    font-weight: 200;
    line-height: 1.0;
    margin-bottom: 40px;
    color: #fff;
    font-family: 'Philosopher';
    text-indent: 10%;
}

.a-About_BlockBlackContent_Right p {
    font-size: 24px;
    font-weight: 200;
    line-height: 1.2;
    margin-bottom: 40px;
    color: #ffffff;
    text-transform: uppercase;
}

.a-About_InfoBlock-Item {
    padding: 40px;
    border: 1px solid #1d1d1d;
    height: 100%;
}

.a-About_InfoBlock-Item h4 {
    font-size: 40px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
}

.a-About_InfoBlock-Item p {
    font-size: 16px;
    font-weight: 200;
    text-transform: uppercase;
    color: #fff;
    margin-top: 20px;
}

.a-About_MissionItem {
    margin-bottom: 20px;
    margin-top: 100px;
}

.a-About_MissionItem h4 {
    font-family: 'Philosopher';
    font-size: 100px;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}

.a-About_MissionItem p {
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}

.stat-card {
    height: 400px;
    border: 0;
    border-radius: 1rem;
    overflow: hidden;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
    animation: cardIn .6s ease-out forwards; /* анимация появления */
    margin-bottom: 30px;
    cursor: pointer;
  }

  .stat-card .card-body {
    /* Раскладываем контент: число сверху, название снизу */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    height: 100%;
    padding: 2rem;
  }
  .stat-number {
    font-family: 'Philosopher';
    font-size: clamp(8rem, 8vw, 6rem); /* адаптивный размер */
    line-height: 1;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #000;
    cursor: pointer;
    transition: all 0.6s ease-out;
  }
  .stat-number:hover {
    color: #003AFC;
}
  .stat-label {
    font-size: 20px;
    color: #000000;
    margin: 0;
    font-weight: 400;
  }

  @keyframes cardIn {
    from { transform: translateY(12px); opacity: 0; }
    to   { transform: translateY(0);    opacity: 1; }
  }

.a-About_Block-ImgCover {
    padding-left: 0;
    padding-right: 0;
}

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

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

.hero-content-about {
    position: relative;
    z-index: 1;
    max-width: 720px;
    padding: 1rem;
}

  /* На iOS/Android background-attachment: fixed работает не всегда.
     Для мобилок добавим fallback: */
  @media (max-width: 768px) {
    .hero {
      background-attachment: scroll;
    }
  }


.a-About_BlockBlackMaps {
    padding: 100px 50px 100px 50px;
    background-color: #000000;
}

.a-About_BlockMaps {
    padding-left: 0;
    padding-right: 0;
}

.a-About_MapsBlockTitle h2 {
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
}

.a-About_MapsBlock p {
    font-size: 50px;
    font-weight: 200;
    line-height: 1.0;
    margin-bottom: 40px;
    color: #fff;
    font-family: 'Philosopher';
}

.a-About_PublicationTitle {
    font-family: 'Philosopher';
    font-size:40px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.a-About_PublicationTitleMini {
    font-family: 'Philosopher';
    font-size:40px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
    line-height: 1.2;
}

.a-About_PublicationContent {
    font-size: 26px;
    font-weight: 200;
    line-height: 1.2;
    color: #7c7c7c;
    width: 60%;
    margin-top: 20px;
}

.a-About_PublicationItem {
    background-color: #f8f8f8;
    padding: 40px;
    margin-bottom: 10px;
    cursor: pointer;
    transition: all .3s;
    color: #000;
}

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

.a-About_PublicationExcerpt {
    font-size: 16px;
    font-weight: 400;
}

.a-About_PublicationYear {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}

.a-About_ComandsBlock {
    padding: 50px;
}

.a-About_ComandsTitle h2 {
    font-family: 'Philosopher';
    font-size: 70px;
    font-weight: 600;
    text-transform: uppercase;
}

.team-card {
    position: relative;
    overflow: hidden;
    border-radius: 0;
    margin-bottom: 25px;
}

.team-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(70%);
    transition: transform 0.5s ease, filter 0.5s ease;
}

.team-card:hover img {
    transform: scale(1.05);
    filter: brightness(85%);
}

.team-info {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #fff;
    z-index: 2;
}

.team-info p {
    margin: 0;
    opacity: 0.9;
}

.a-About_ComandsItem h5 {
    font-family: 'Philosopher';
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
}

.a-About_ComandsItem p {
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
}

.a-About_TallantsBlock {
    padding: 0 60px 60px 60px;
}

.a-About_TallantsTitle h4 {
    font-size: 70px;
    font-weight: 200;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.a-About_TallantsItem {
    border: 1px solid #2D2D2D;
    margin-bottom: 20px;
    padding: 30px;
    cursor: pointer;
    transition: all .3s;
}

.a-About_TallantsItemTitle h5 {
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 0;
}

.a-About_TallantsItemContent p {
    font-size: 20px;
    font-weight: 200;
    text-transform: uppercase;
    text-align: right;
    margin-bottom: 0;
}

.a-About_TallantsItemLink {
    background-color: #000;
    padding: 20px 30px;
    text-align: center;
}

.a-About_TallantsItemLink a {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
}

.a-About_ComandBG {
    padding-left: 0;
    padding-right: 0;
}

/*-------------------------------------------------------*/
/* PAGE:Projects
/*-------------------------------------------------------*/

.a-page_projects {
    background-color: #ffffff;
}

.a-projects_title {
    padding: 30px 50px 30px 40px;
    border-top: 1px solid #DCDCDC;
}

.a-projects_title h1 {
    font-family: 'Philosopher';
	font-size: 100px;
    font-weight: 200;
    margin-bottom: 0;
}

.a-projects_filter {
    padding: 50px;
}

.a-projects_filter_link {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.a-projects_filter_link {
    list-style-type: none;
    display: flex;
}

.a-projects_filter_linkTitle {
	font-size: 16px;
    font-weight: 600;
}

.a-projects_filter_link li {
    padding-bottom: 0;
}

.a-projects_filter_link a {
    color: #000000;
    font-size: 16px;
    font-weight: 200;
	cursor: pointer;
	margin-right: 10px;
	transition: all .6s ease-out;
    background-color: #ffffff;
    border: 1px solid #a6a6a6;
    border-radius: 2rem;
    padding: 20px 30px;
}

.a-projects_filter_link a:hover  {
    color: #ffffff;
    background-color: #000000;
    border: 1px solid rgb(0, 0, 0);
}

.a-projects_view {
    padding: 50px;
    border-top: 1px solid #DCDCDC;
}

.a-projects_item {
    margin-bottom: 30px;
}

.a-projects_item_body {
    margin-top: 15px;
}

.a-projects_item_body h5 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 4px;
    font-family: 'Philosopher';
    font-style: italic;
}

.a-projects_item_text-muted {
    font-size: 14px;
    font-weight: 400;
}

.a-projects_item_info {
    margin-top: 15px;
    text-align: right;
    font-size: 14px;
    font-weight: 400;
}

.image-block img {
    width: 100%;
    height: auto;
    transition: filter 0.4s ease;
    display: block;
}

.image-block:hover img {
    filter: blur(4px) brightness(0.8);
}

.overlay-top,
.overlay-bottom {
    position: absolute;
    left: 0;
    right: 0;
    color: white;
    padding: 10px 15px;
    opacity: 0;
    transition: opacity 0.4s ease, transform 0.4s ease;
    z-index: 2;
}

.overlay-top {
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    font-weight: bold;
    transform: translateY(-100%);
}

.overlay-bottom {
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    transform: translateY(100%);
}

.image-block:hover .overlay-top,
.image-block:hover .overlay-bottom {
    opacity: 1;
    transform: translateY(0);
}

/*-------------------------------------------------------*/
/* PAGE:Projects: Mobile Dropdown
/*-------------------------------------------------------*/

.a-projects_filter_linkMobile {
    display: none;
}

.a-projects_filterMobile {
    display: none;
}

.a-projects_dropdownMobile-menu {
    padding: 20px;
    border-radius: 0;
    background-color: #fff;
    width: 100%;  
}

.a-projects_dropdownMobile-menu li {
    margin-bottom: 15px;
}

.a-projects_dropdownMobile-menu li>a {
    color: #212529;
    font-size: 18px;
    font-weight: 300;
}

.a-projects_dropdownMobile-menu li>a:hover {
    color:#2D2D2D;
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
}

/*-------------------------------------------------------*/
/* PAGE:Single Projects
/*-------------------------------------------------------*/

.cover-section {
    height: 100vh;
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
}

.parallax-wrapper {
    position: relative;
    height: 100%;
}
  
.parallax-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translateZ(0);
    will-change: transform;
}



.a-SingleProjects_Cover {
    padding: 50px;
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
}

.a-SingleProjects_CoverItem {
    padding-left: 0;
    padding-right: 0;
}

.a-SingleProjects_CoverInfo h1 {
    font-family: 'Philosopher';
    font-size: 100px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 50px;
	text-transform: uppercase;
}

.a-SingleProjects_CoverInfo p {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 50px;
}

.a-SingleProjectsInfo{
    text-align: left;
    border: 1px solid #d5d5d5;
    padding: 20px;
}

.a-SingleProjectsInfo span{
    font-size: 14px;
    font-weight: 300;
    color: #838383;
    margin-bottom: 2px;
}

.a-SingleProjectsInfo p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}

.a-SingleProjectsComands {
    margin-bottom: 60px;
}

.a-SingleProjectsComands span{
    font-size: 14px;
    font-weight: 300;
    color: #838383;
    margin-bottom: 2px;
}

.a-SingleProjectsComands p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}

.a-SingleProjects_Content {
    padding: 50px;
	
}

.a-SingleProjects_Similar {
    padding: 50px;
    background-color: #f8f8f8;
}

.a-SingleProjects_SimilarTitle h4 {
    font-family: 'Philosopher';
    font-style: italic;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 50px;
}

/*-------------------------------------------------------*/
/* Form Lead
/*-------------------------------------------------------*/

.a-FormLead {
    padding: 50px;
    background-color: #040404;
	border-bottom: 1px solid #141414;
}

.a-FormLead_blockLeft {
    padding: 50px;
    border-top: 1px solid #141414;
	border-left: 1px solid #141414;
	border-right: 0;
	border-bottom: 1px solid #141414;
}

.a-FormLead_blockRight {
    padding: 50px;
    border: 1px solid #141414;
}

.a-FormLead_blockLeft h3 {
    font-size: 60px;
    font-weight: 200;
    color: #FFF;
}

.a-FormLead_blockLeft p {
    font-size: 16px;
    font-weight: 200;
    color: #FFF;
    margin-top: 60px;
    width: 70%;
}

.a-FormLead_form-control {
    border-radius: 0;
    height: 64px;
    padding-left: 20px;
	width: 100%;
}

.a-FormLead_block-check {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    color: #FFF;
}

.a-FormLead_block-check a {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: underline;
    color: #FFF;
    transition: all .3s;
}
.a-FormLead_block-check a:hover {
    color: #4F4F4F;
}

.a-FormLead_form-btn {
    background-color: #003AFC;
    width: 100%;
    height: 64px;
    border-radius: 0;
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
	padding-bottom: 0;
}

.a-FormLead_form-btn:hover {
    background-color: #fff;
    color: #080808;
}

.a-FormCheck {
	padding-left: 0;
}

.a-FormCheck p {
	color: #FFF;
}

.wpcf7-list-item {
	margin: 0;
}

/*-------------------------------------------------------*/
/* PAGE:Services
/*-------------------------------------------------------*/

.a-services_Block {
    padding: 50px;
    border-top: 1px solid #DCDCDC;
}

.a-services_Block-Item {
    margin-bottom: 25px;
}

.a-services_title {
    margin-bottom: 40px;
}

.a-services_title h1 {
    font-family: 'Philosopher';
    font-size: 100px;
    font-weight: 200;
}

.servicesBlock {
    margin-bottom: 25px;
}

.service-block {
    background-color: #f8f8f8;
    border: none;
    border-radius: 0;
    border: 4px solid #f8f8f8;
    transition: all 0.6s ease;
}

.service-block:hover {
    border: 4px solid #003AFC;
}

.a-services_BlockBody {
    padding: 50px;
}

.a-services_BlockBody h2 {
    font-family: 'Philosopher';
    font-size: 34px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.a-services_BlockExcerpt {
    font-size: 18px;
    font-weight: 200;
}

.a-services_Footer {
    padding: 0 50px 50px 50px;
    background-color: #f8f8f8;
    border-top: 0;
}


.a-services_BlockDate {
    font-size: 16px;
    font-weight: 400;
}

.a-services_BlockPrice {
    font-size: 16px;
    font-weight: 400;
}


.a-services_BlockButton {
    background-color: #FFF;
    border: none;
    padding: 0;
}

.a-services_BlockBtn {
    background-color: #000000;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    padding: 15px 20px;
    width: 100%;
    border: 1px solid #000;
    transition: all 0.3s ease;
    height: 100%;
    text-transform: uppercase;
}

.a-services_BlockBtn:hover {
    border: 1px solid #003AFC;
    background-color: #003AFC;
    color: #fff;
}

.a-services_BlockBtnInfo {
    background-color: #fff;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    padding: 20px;
    width: 100%;
    border: 0;
    transition: all 0.3s ease;
    border: 1px solid #000;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.a-services_BlockBtnInfo:hover {
    background-color: #000000;
    color: #fff;
}


.a-services_ModalAccordion {
    font-size: 14px;
    font-weight: 200;
}

/*-------------------------------------------------------*/
/* PAGE:Single services
/*-------------------------------------------------------*/

.a-SingleServices_Block {
    padding: 50px;
    border-top: 1px solid #DCDCDC;
    border-bottom: 1px solid #DCDCDC;
}

.a-SingleServices_InfoBlock {
    background-color: #f6f6f6;
    padding: 50px;
}

.a-SingleServices_Card {
    background-color: #f6f6f6;
    border: none;
}

.a-SingleServices_Card h1 {
    font-family: 'Philosopher';
    font-size: 50px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 20px;
}

.a-SingleServices_Card h2 {
    font-size: 20px;
    font-weight: 200;
    width: 90%;
    margin-bottom: 20px;
}

.a-SingleServices_body {
    padding-left: 0;
}

.a-SingleServices_footer {
    border-top: none;
    background-color: #f6f6f6;
    padding: 0;
}

.a-SingleServices_btnLead {
    background-color: #000;
    color: #fff;
    font-size: 16px;
    font-weight: 200;
    padding: 15px 20px;
    border-radius: 0;
    width: 100%;
}

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

.a-SingleServices_btnPrimer {
    background-color: #ffffff;
    color: #030303;
    font-size: 16px;
    font-weight: 200;
    padding: 15px 20px;
    border-radius: 0;
    width: 100%;
    margin-left: 10px;
}

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

.a-SingleServices_Content {
    padding: 50px;
}

.a-SingleServices_MainExcerpt {
    font-family: 'Philosopher';
    font-size: 52px;
    font-weight: 300;
    line-height: 1;
    text-indent: 20%;
    margin-bottom: 100px;
}

.a-SingleServices_Heading h3 {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 40px;
}

.a-SingleServices_Item {
    margin-bottom: 20px;
}

.a-SingleServices_ItemCard {
    border: 1px solid #DCDCDC;
    border-radius: 0;
    padding: 40px;
}

.a-SingleServices_ItemHeader {
    background-color: #fff;
    border-bottom: 0;
}

.a-SingleServices_ItemHeaderNum {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
}

.a-SingleServices_ItemHeaderTitle {
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
}

.a-SingleServices_ItemHeaderExcerpt {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.2;
}

.a-SingleServices_ItemBody {
    margin-top: 50px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.2;
}

.a-SingleServices_ItemBody ul li {
    border: 0;
    padding: 0;
    margin-bottom: 10px;
}

.a-SingleServices_ItemFooter {
    background-color: #fff;
    border-bottom: 0;
}

.a-SingleServices_WhyChoose {
    padding: 50px;
    background-color: #f6f6f6;
}

.a-SingleServices_WhyChooseTitle h3 {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 60px;
}

.a-SingleServices_WhyChooseItem {
    margin-bottom: 20px;
    border-bottom: 1px solid #DCDCDC;
    padding-bottom: 30px;
}

.a-SingleServices_WhyChooseItemNum {
    font-size: 26px;
    font-weight: 200;
    line-height: 1.2;
}

.a-SingleServices_WhyChooseItemTitle {
    font-size: 40px;
    font-weight: 400;
    line-height: 1.2;
}

.a-SingleServices_WhyChooseItemContent {
    font-size: 26px;
    font-weight: 200;
    line-height: 1.2;
}

.a-SingleServices_Works {
    padding: 50px;
    background-color: #f6f6f6;
}

.a-SingleServices_WorksTitle p {
    font-family: 'Philosopher';
    font-size: 52px;
    font-weight: 300;
    line-height: 1;
    text-indent: 20%;
    margin-bottom: 60px;
}

.a-SingleServices_LeadForm {
    padding: 50px;
    background-color: #000;
    border-bottom: 1px solid #3c3e45;
}

.a-SingleServices_LeadFormImg {
    background-image: url('assets/img/bg/LeadFormBG.jpg'); /* Замените на путь к вашему изображению */
    background-size: cover;
    background-position: center;
    min-height: 60vh;
    display: flex;
    align-items: center;
    border-left: 1px solid #3c3e45;
    border-top: 1px solid #3c3e45;
    border-right: 0 solid #3c3e45;
    border-bottom: 1px solid #3c3e45;
}

.a-SingleServices_LeadFormLead {
    border: 1px solid #3c3e45;
    padding: 50px;
}

.a-SingleServices_LeadFormLead h4 {
    color: #ffffff;
    font-family: 'Philosopher';
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.a-SingleServices_LeadFormLead p {
    color: #ffffff;
    font-size: 18px;
    font-weight: 300;
}

.a-LeadForm_CheckLink {
    color: #ffffff;
    font-size: 18px;
    font-weight: 300;
}

.a-SingleServices_LeadFormFormControl {
    border-radius: 0;
    width: 100%;
    padding: 18px;
    background-color: #000000;
    border: 1px solid #3c3e45;
}

.a-SingleServices_LeadFormFormControl:focus {
    background-color: #fff;
}

.a-SingleServices_LeadFormCheck {
    color: #ffffff;
    font-size: 14px;
    font-weight: 200;
    margin-top: 10px;
    margin-bottom: 30px;
}

.a-SingleServices_LeadFormCheck a {
    color: #ffffff;
    font-weight: 200;
    text-decoration: underline;
    transition: all .3s;
}

.a-SingleServices_LeadFormCheck a:hover {
    color: #003AFC;
}

.a-SingleServices_LeadFormBtn {
    background-color: #003AFC;
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    padding: 15px 25px;
    border-radius: 0;
}

.a-SingleServices_LeadFormBtn:hover {
    background-color: #ffffff;
    color: #000000;
}

.a-SingleServices_Stages {
    padding: 50px;
    background-color: #000;
}

.a-SingleServices_StagesContent h3 {
    font-family: 'Philosopher';
    color: #ffffff;
    font-size: 50px;
    font-weight: 400;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.a-SingleServices_StagesContent p {
    color: #ffffff;
    font-size: 20px;
    font-weight: 200;
    margin-bottom: 60px;
}

.a-SingleServices_StagesTitle {
    color: #ffffff;
    font-size: 30px;
    font-weight: 200;
    line-height: 1.2;
}

.a-SingleServices_StagesBlock {
    margin-bottom: 40px;
}

.a-SingleServices_StagesItem {
    border: 1px solid #3c3e45;
    background-color: #000000;
    border-radius: 0;
    padding: 30px;
}

.a-SingleServices_StagesHeader {
    margin-bottom: 60px;
}

.a-SingleServices_StagesNum {
    color: #ffffff;
    font-size: 16px;
    font-weight: 200;
    margin-bottom: 20px;
}

.a-SingleServices_StagesExcpert {
    color: #ffffff;
    font-size: 30px;
    font-weight: 200;
    line-height: 1.2;
    width: 80%;
}

.a-SingleServices_StagesBody p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 200;
    margin-bottom: 1px;
}

.a-SingleServices_StagesTitleTwo p {
    font-family: 'Philosopher';
    color: #ffffff;
    font-size: 52px;
    font-weight: 300;
    line-height: 1;
    text-indent: 20%;
    margin-bottom: 60px;
}

.a-SingleServices_Price {
    padding: 50px;
}

.a-SingleServices_PriceTitle h3 {
    font-family: 'Philosopher';
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 50px;
    text-transform: uppercase;
}

.a-SingleServices_PriceCard {
    background-color: #f6f6f6;
    padding: 0;
    border-radius: 0;
    border: 0;
}

.a-SingleServices_PriceHeader {
    background-color: #f6f6f6;
    padding: 40px;
    border-bottom: 0;
}

.a-SingleServices_PriceNum {
    font-size: 16px;
    font-weight: 200;
    margin-bottom: 20px;
}

.a-SingleServices_PriceExcpert {
    font-size: 30px;
    font-weight: 400;
    line-height: 1.2;
}

.a-SingleServices_PriceBody {
    background-color: #f6f6f6;
    padding: 40px;
}

.a-SingleServices_PriceBody h4 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
}

.a-SingleServices_PriceBody p {
    font-size: 16px;
    font-weight: 200;
    margin-bottom: 0;
}

.a-SingleServices_PricePrice {
    padding: 0 40px 40px 40px;
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
}

.a-SingleServices_PriceFooter {
    background-color: #cacaca;
    padding: 0;
    border-top: 0;
}

.a-SinglePrice_btnLead {
    background-color: #000;
    color: #fff;
    font-size: 16px;
    font-weight: 200;
    padding: 25px 20px;
    border-radius: 0;
    width: 100%;
}

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

.a-SingleServices_FAQ {
    padding: 50px;
}

.a-SingleServices_FAQItem {
    margin-bottom: 10px;
}

.a-SingleServices_FAQTitle h3 {
    font-family: 'Philosopher';
    font-size: 50px;
    font-weight: 400;
    margin-bottom: 50px;
    text-transform: uppercase;
}

.a-SingleServices_FAQHeader {
    border: 1px solid #3c3e45;
    padding: 10px 20px;
}

.a-SingleServices_FAQBtn {
    font-size: 24px;
    font-weight: 300;
}

.a-SingleServices_FAQBody {
    font-size: 20px;
    font-weight: 300;
}

.a-SingleServices_ContentMapBG{
    padding: 50px 50px 0 50px;
    background-color: #000000;
}

.a-SingleServices_ContentMapTitle h3 {
    font-family: 'Philosopher';
    color: #ffffff;
    font-size: 50px;
    font-weight: 400;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.a-SingleServices_ContentMapTitle p {
    color: #ffffff;
    font-size: 20px;
    font-weight: 200;
    margin-bottom: 60px;
    width: 50%;
}

.a-SingleServices_ContentMap {
    border-bottom: 1px solid #3c3e45;
}

/*-------------------------------------------------------*/
/* PAGE:Blog
/*-------------------------------------------------------*/

.a-blog_Block {
    padding: 50px;
}

.a-blog_BlockPost {
    margin-bottom: 40px;
    border: 0;
}

.a-blog_BlockBody {
    padding: 0;
}

.a-blog_BlockCategory {
	margin-top: 12px;
    margin-bottom: 12px;
}

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

.a-blog_BlockCategory a:hover {
    color: #8F8F8F;
    transition: all .3s;
}

.slash {
    margin-right: 10px;
}

.a-blog_BlockTitle h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}

.a-blog_BlockTitle h2 a {
    color: #212529;
    transition: all .3s;
}

.a-blog_BlockTitle h2 a:hover {
    color: #003AFC;
}

.a-blog_BlockContent p {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 20px;
    margin-top: 10px;
}

.a-blog_BlockTime {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}

.a-blog_BlockFooter {
    background-color: #fff;
    border-top: 0;
    padding: 0;
}

.a-SinglePost_Header {
    border-top: 1px solid #DCDCDC;
    border-bottom: 1px solid #DCDCDC;
}

.a-SinglePost_Title {
    padding: 50px 0px 0px 0px;
}

.a-SinglePost_Title h1 {
    font-family: 'Philosopher';
    font-size: 80px;
    font-weight: 600;
    text-transform: uppercase;
}

.a-SinglePost_Excerpt {
    padding: 50px 0px 50px 0px;
    font-size: 24px;
    font-weight: 200;
}

.a-SinglePost_DC {
    padding: 50px 0px 50px 0px;
    font-size: 16px;
    font-weight: 200;
}

.a-SinglePost_DC span {
    margin-right: 30px;
}

.a-SinglePost_DC a {
    font-weight: 500;
    color: #000;
    transition: all .3s;
}

.a-SinglePost_DC a:hover {
    font-weight: 500;
    color: #003AFC;
}

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

.a-SinglePost_Block {
    padding-top: 60px;
    padding-bottom: 60px;
}

.a-SinglePost_BlockSocial {
    border: 1px solid #000;
    padding: 20px 40px;
}

.a-SinglePost_SocialTitle h4 {
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 0;
}

.a-SinglePost_SocialButton {
    text-align: right;
}

.a-SinglePost_Tags a {
    font-size: 12px;
    font-weight: 400;
    margin-right: 10px;
    background-color: #E5E5E5;
    color: #000;
    padding: 10px 20px;
    transition: all .3s;
}

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

.a-SinglePost_RelatedTitle h4 {
    font-family: 'Philosopher';
    font-style: italic;
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 40px;
}

/*-------------------------------------------------------*/
/* Blog Navigation
/*-------------------------------------------------------*/

.a-categories_Block {
    padding-left: 0;
    padding-right: 0;
}

.a-categories_BlockСategories  {
    padding: 30px 60px;
    border-bottom: 1px solid #DCDCDC;
    border-top: 1px solid #DCDCDC;
}

.a-categories_BlockСategories ul  {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.a-categories_BlockСategories ul>li  {
    display: inline;
    margin-right: 20px;
}

.a-categories_BlockСategories ul>li a  {
    font-style: italic;
    font-family: 'Philosopher';
    color: #000;
    font-size: 18px;
    font-weight: 600;
    transition: all .3s;
    border-bottom:1px solid #ffffff;
}

.a-categories_BlockСategories ul>li a:hover  {
    border-bottom:1px solid #000;
}


/*-------------------------------------------------------*/
/* PAGE:Contacts
/*-------------------------------------------------------*/

.a-contacts_Block {
    padding: 50px;
    background-color: #fff;
    border-top: 1px solid #DCDCDC;
}

.a-contactsTitle {
    margin-bottom: 80px;
}

.a-contactsTitle h1 {
    font-family: 'Philosopher';
    font-size: 100px;
    font-weight: 200;
    color: #212529;
    line-height: 1.0;
    margin-bottom: 40px;
    margin-top: 40px;
}

.a-contactsTitle p {
    font-size: 26px;
    font-weight: 200;
    color: #212529;
    line-height: 1.0;
}

.a-contactsMainInfo {
    margin-top: 40px;
    margin-bottom: 60px;
}

.a-contactsMainInfo h2 {
    font-size: 24px;
    font-weight: 200;
    color: #7a7a7a;
}

.a-contactsMainInfo a { 
    font-size: 40px;
    font-weight: 200;
    color: #212529;
    border-bottom:1px solid #212529;
    transition: all .3s;
}

.a-contactsMainInfo a:hover {
    font-weight: 400;
}

.a-contactsMainInfo p {
    font-size: 16px;
    font-weight: 300;
    color: #212529;
}

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

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

/* Цвета по соцсетям — затемнение */
.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;}

.a-contacts-img-cover {
    margin-top: 40px;
}
