* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #000;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    line-height: 1.5;
}

.atContainer {
    max-width: 1170px;
    margin: 0 auto;
    width: 100%;
    padding: 0 20px;
    width: 100%;
}

h1,
h2,
h3,
h4 {
    line-height: 1.2;
}


.atSubtitle {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 10px;
    font-size: 18px;
}

.atTitle {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    font-size: 42px;
    line-height: 1.2;
    margin-bottom: 20px;
}

.atText {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}


.atBlockBorder {
    border: 1px dashed #676a6a;
    background: transparent;
    transition: all 0.3s ease;
}


.atBtn {
    display: inline-block;
    padding: 15px 40px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    color: #fff;
    background: transparent;
    border: 2px solid #fff;
    border-radius: 4px;
    font-weight: 600;
    letter-spacing: 1px;
    text-decoration: none;
    transition: 0.25s ease;
    cursor: pointer;
    text-align: center;
}

.atBtn:hover {
    background-color: #fff;
    color: #000;
    border-color: #fff;
}


.atHeader {
    padding: 25px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.atHeaderInner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.atLogoArea {
    display: flex;
    align-items: center;
    gap: 10px;
}

.atLogoImg {
    height: 48px;
    width: auto;
}

.atBrand {
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
}


.atNavMenu {
    display: flex;
    gap: 32px;
    align-items: center;
}

.atNavMenu a {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    transition: opacity 0.2s;
}

.atNavMenu a:hover {
    opacity: 0.7;
}

.atMobileToggle {
    display: none;
    font-size: 28px;
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
}


.atBanner {
    text-align: center;
    background: url('img/main.jpg') center top no-repeat;
    background-size: cover;
    padding: 110px 0 100px;
}

.atBanner .atTitle {
    font-size: 58px;
    margin-bottom: 20px;
}

.atBannerText {
    max-width: 750px;
    margin: 0 auto 30px;
    font-size: 18px;
}

.atBtnGroup {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}


.atAbout {
    padding: 80px 0;
}

.atAboutInner {
    display: flex;
    gap: 60px;
    align-items: center;
    flex-wrap: wrap;
}

.atAboutContent {
    flex: 1;
}

.atAboutImage {
    flex: 1;
}

.atAboutImage img {
    width: 100%;
    border-radius: 8px;
    object-fit: cover;
    display: block;
}

.atAboutText {
    margin: 20px 0 30px;
}

.atAboutText p {
    margin-bottom: 18px;
}


.atServices {
    padding: 80px 0;
}

.atServicesHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.atServicesHeaderLeft {
    max-width: 50%;
}

.atServicesHeaderRight {
    max-width: 45%;
}

.atServicesGrid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 20px;
}

.atServiceCard {
    flex: 1 1 calc(33.333% - 30px);
    padding: 30px 24px;
    transition: transform 0.2s;
}

.atServiceCard:hover {
    transform: translateY(-5px);
}

.atServiceImg {
    height: 60px;
    margin-bottom: 0px;
    object-fit: contain;
}

.atServiceCard h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 22px;
    text-transform: uppercase;
    margin: 15px 0 12px;
}

.atServiceCard p {
    font-size: 15px;
    margin-bottom: 20px;
    line-height: 1.5;
}

.atServiceLink {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid #fff;
    padding-bottom: 4px;
    font-weight: 500;
    transition: 0.2s;
}

.atServiceLink:hover {
    opacity: 0.7;
}


.atServicesGrid .atServiceCard:nth-child(4),
.atServicesGrid .atServiceCard:nth-child(5) {
    flex: 1 1 calc(50% - 30px);
}


.atAdvantages {
    padding: 80px 0;
}

.atAdvInner {
    display: flex;
    gap: 60px;
    align-items: center;
    flex-wrap: wrap;
}

.atAdvContent {
    flex: 1;
}

.atAdvImage {
    flex: 1;
}

.atAdvImage img {
    width: 100%;
    border-radius: 8px;
    display: block;
}

.atList {
    margin: 25px 0 30px 0;
    list-style: none;
}

.atList li {
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 14px;
    padding-left: 22px;
    position: relative;
}

.atList li::before {
    content: "▹";
    position: absolute;
    left: 0;
    color: #fff;
}


.atFaq {
    padding: 80px 0;
}

.atFaqHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.atFaqLeft {
    max-width: 50%;
}

.atFaqRight {
    max-width: 45%;
}

.atFaqAccordion {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.atFaqItem {
    border: 1px dashed #676a6a;
    background: transparent;
}

.atFaqQuestion {
    padding: 20px 24px;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    transition: 0.2s;
}

.atFaqQuestion span {
    font-size: 28px;
    line-height: 1;
}

.atFaqAnswer {
    padding: 20px 24px 20px 24px;
    display: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    border-top: 1px dashed #676a6a;
    margin-top: 0;
    color: #ddd;
}

.atFaqAnswer.active {
    display: block;
}


.atCta {
    text-align: center;
    padding: 90px 20px;
    background: url('img/cta-img.jpg') center no-repeat;
    background-size: cover;
}

.atCta .atTitle {
    font-size: 48px;
}

.atCta .atText {
    max-width: 600px;
    margin: 20px auto 35px;
}


.atFooter {
    background-color: #191919;
    padding: 60px 0 30px;
}

.atFooterInner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 50px;
}

.atFooterCol {
    flex: 1;
    min-width: 180px;
}

.atFooterLogo {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.atFooterLogo img {
    height: 44px;
}

.atFooterLogo span {
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.atFooterText {
    font-size: 14px;
    line-height: 1.6;
    opacity: 0.8;
}

.atFooterMenu a,
.atFooterLinks a {
    display: block;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    text-decoration: none;
    margin-bottom: 12px;
    font-size: 14px;
    opacity: 0.8;
    transition: 0.2s;
}

.atFooterMenu a:hover,
.atFooterLinks a:hover {
    opacity: 1;
}

.atFooterContact p {
    font-size: 14px;
    margin-bottom: 10px;
    opacity: 0.8;
}

.atFooterBottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 25px;
    text-align: left;
    font-size: 14px;
    color: #000;
    background-color: #191919;
}

.atCopy {
    color: #fff;
    background: #191919;
}

.atContactSection {
    padding: 80px 0;
    background-color: #000;
}

.atContactInner {
    display: flex;
    gap: 60px;
    flex-wrap: wrap;
}


.atContactInfo {
    flex: 1;
    min-width: 280px;
}

.atContactInfoBox {
    margin-top: 30px;
}

.atContactItem {
    margin-bottom: 35px;
}

.atContactLabel {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #fff;
}

.atContactValue {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #ddd;
    line-height: 1.6;
}

.atContactValue a {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    transition: 0.2s;
}

.atContactValue a:hover {
    border-bottom-color: #fff;
}


.atContactFormWrap {
    flex: 1;
    min-width: 380px;
}

.atFormGroup {
    margin-bottom: 22px;
}

.atFormRow {
    display: flex;
    gap: 20px;
    margin-bottom: 22px;
}

.atFormRow .atFormGroup {
    flex: 1;
    margin-bottom: 0;
}

.atFormInput,
.atFormTextarea,
.atFormSelect {
    width: 100%;
    padding: 14px 18px;
    background: transparent;
    border: 1px dashed #676a6a;
    border-radius: 4px;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #fff;
    transition: 0.2s;
    outline: none;
}

.atFormInput:focus,
.atFormTextarea:focus,
.atFormSelect:focus {
    border-color: #fff;
    border-style: solid;
}

.atFormTextarea {
    resize: vertical;
    min-height: 110px;
}

.atFormCheckbox {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 25px 0 30px;
}

.atFormCheckbox input {
    width: 18px;
    height: 18px;
    cursor: pointer;
    accent-color: #fff;
}

.atFormCheckbox label {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #ccc;
    cursor: pointer;
}

.atSubmitBtn {
    width: 100%;
    cursor: pointer;
}


.atThankYouMessage {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid #fff;
    border-radius: 8px;
    padding: 30px;
    text-align: center;
    margin-top: 20px;
}

.atThankYouMessage h4 {
    font-family: 'Oswald', sans-serif;
    font-size: 28px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.atThankYouMessage p {
    font-family: 'Open Sans', sans-serif;
    color: #ddd;
}

.atHidden {
    display: none;
}


.atBreadcrumb {
    margin-bottom: 30px;
}

.atBreadcrumb a {
    font-family: 'Open Sans', sans-serif;
    color: #aaa;
    text-decoration: none;
    font-size: 14px;
}

.atBreadcrumb a:hover {
    color: #fff;
}

.atBreadcrumb span {
    color: #fff;
    margin: 0 8px;
}

.atBreadcrumb .atCurrent {
    color: #fff;
}

@media (max-width: 768px) {
    .atContactInner {
        flex-direction: column;
        gap: 45px;
    }

    .atContactFormWrap {
        min-width: auto;
    }

    .atFormRow {
        flex-direction: column;
        gap: 22px;
    }
}


.atAboutPage {
    background-color: #000;
}


.atBreadcrumb {
    margin-bottom: 30px;
}

.atBreadcrumb a {
    font-family: 'Open Sans', sans-serif;
    color: #aaa;
    text-decoration: none;
    font-size: 14px;
}

.atBreadcrumb a:hover {
    color: #fff;
}

.atBreadcrumb span {
    color: #fff;
    margin: 0 8px;
}

.atBreadcrumb .atCurrent {
    color: #fff;
}


.atAboutHero {
    display: flex;
    gap: 60px;
    flex-wrap: wrap;
    margin-bottom: 90px;
}

.atAboutHeroContent {
    flex: 1.2;
    min-width: 280px;
}

.atAboutHeroStats {
    flex: 0.8;
    min-width: 260px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    justify-content: center;
}

.atStatItem {
    border-left: 3px solid #fff;
    padding-left: 24px;
}

.atStatNumber {
    font-family: 'Oswald', sans-serif;
    font-size: 52px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    line-height: 1.1;
    margin-bottom: 8px;
}

.atStatText {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #ddd;
    letter-spacing: 0.3px;
}


.atAboutMission {
    display: flex;
    gap: 60px;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 20px;
}

.atMissionImage {
    flex: 1;
}

.atMissionImage img {
    width: 100%;
    border-radius: 8px;
    display: block;
    object-fit: cover;
}

.atMissionContent {
    flex: 1;
}

.atMissionList {
    margin-top: 25px;
    list-style: none;
}

.atMissionList li {
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 14px;
    padding-left: 22px;
    position: relative;
    color: #fff;
}

.atMissionList li::before {
    content: "▹";
    position: absolute;
    left: 0;
    color: #fff;
}


.atSubtitle {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 10px;
    font-size: 18px;
}

.atTitle {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    font-size: 42px;
    line-height: 1.2;
    margin-bottom: 20px;
}

.atText {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
}

.atText p {
    margin-bottom: 18px;
}


.atContainer {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
}


@media (max-width: 992px) {
    .atTitle {
        font-size: 36px;
    }

    .atStatNumber {
        font-size: 42px;
    }

    .atAboutHero {
        gap: 40px;
    }

    .atAboutMission {
        gap: 40px;
    }
}

@media (max-width: 768px) {
    .atAboutHero {
        flex-direction: column;
    }

    .atAboutHeroStats {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 25px;
    }

    .atStatItem {
        flex: 1;
        min-width: 160px;
    }

    .atAboutMission {
        flex-direction: column;
    }
}


.atServicesPage{
    padding: 40px 0;
}



.atServiceRow {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    border-bottom: 1px dashed #676a6a;
    padding-bottom: 40px;
}

.atServiceRow:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.atServiceIcon {
    flex: 0 0 80px;
}

.atServiceIcon img {
    width: 64px;
    height: 64px;
    object-fit: contain;
}

.atServiceDetails {
    flex: 1;
}

.atServiceTitle {
    font-family: 'Oswald', sans-serif;
    font-size: 28px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 16px;
    letter-spacing: 0.5px;
}

.atServiceDesc {
    font-family: 'Open Sans', sans-serif;
    color: #ddd;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.atServiceFeatures {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px 35px;
    margin-top: 10px;
}

.atServiceFeatures li {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #fff;
    position: relative;
    padding-left: 20px;
}

.atServiceFeatures li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #fff;
    font-weight: bold;
}

.atServiceLink {
    display: inline-block;
    margin-top: 18px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid #fff;
    padding-bottom: 4px;
    font-weight: 500;
    transition: opacity 0.2s;
}

.atServiceLink:hover {
    opacity: 0.7;
}

.atServicesIntro {
    max-width: 780px;
    margin: 20px 0 10px;
}

@media (max-width: 768px) {
    .atTitle {
        font-size: 34px;
    }

    .atServiceTitle {
        font-size: 24px;
    }

    .atServiceRow {
        flex-direction: column;
        gap: 20px;
    }

    .atServiceIcon {
        flex-basis: auto;
    }

    .atServiceFeatures {
        flex-direction: column;
        gap: 12px;
    }
}

    .atLegalContent {
      margin-top: 30px;
      padding-bottom: 70px;
    }
    .atLegalContent h2 {
      font-family: 'Oswald', sans-serif;
      font-size: 26px;
      text-transform: uppercase;
      margin: 32px 0 16px 0;
      color: #fff;
      font-weight: 600;
    }
    .atLegalContent h3 {
      font-family: 'Oswald', sans-serif;
      font-size: 20px;
      margin: 24px 0 12px 0;
      color: #fff;
    }
    .atLegalContent p {
      margin-bottom: 18px;
      line-height: 1.7;
      color: #e0e0e0;
    }
    .atLegalContent ul, .atLegalContent ol {
      margin: 15px 0 20px 30px;
      color: #ddd;
    }
    .atLegalContent li {
      margin-bottom: 8px;
    }
    .atLegalContent a {
      color: #fff;
      text-decoration: underline;
    }
    .atLegalContent a:hover { opacity: 0.8; }
    .atUpdateDate {
      font-family: 'Open Sans', sans-serif;
      font-size: 14px;
      color: #aaa;
      margin-top: 10px;
      margin-bottom: 30px;
      border-left: 3px solid #fff;
      padding-left: 16px;
    }
    .atContactBlockLegal {
      background: rgba(255,255,255,0.03);
      border: 1px dashed #676a6a;
      padding: 24px 30px;
      border-radius: 6px;
      margin: 40px 0 20px;
    }
    .atContactBlockLegal p {
      margin-bottom: 8px;
    }
    @media (max-width: 768px) {
      .atTitle { font-size: 32px; }
      .atLegalContent h2 { font-size: 24px; }
    }







































@media (max-width: 992px) {
    .atTitle {
        font-size: 36px;
    }

    .atBanner .atTitle {
        font-size: 44px;
    }

    .atServicesHeaderLeft,
    .atServicesHeaderRight,
    .atFaqLeft,
    .atFaqRight {
        max-width: 100%;
    }

    .atServicesHeaderRight,
    .atFaqRight {
        margin-top: 15px;
    }

    .atServiceCard {
        flex: 1 1 calc(50% - 30px);
    }

    .atServicesGrid .atServiceCard:nth-child(4),
    .atServicesGrid .atServiceCard:nth-child(5) {
        flex: 1 1 calc(50% - 30px);
    }
}

@media (max-width: 768px) {
    .atMobileToggle {
        display: block;
    }

    .atNavMenu {
        position: fixed;
        top: 0;
        left: -280px;
        width: 260px;
        height: 100%;
        background-color: #111;
        flex-direction: column;
        align-items: flex-start;
        padding: 80px 30px 30px;
        gap: 28px;
        z-index: 1000;
        transition: left 0.3s ease;
        box-shadow: 2px 0 12px rgba(0, 0, 0, 0.5);
    }

    .atNavMenu.open {
        left: 0;
    }

    .atNavMenu a {
        font-size: 18px;
    }

    .atHeaderInner {
        position: relative;
    }

    .atAboutInner,
    .atAdvInner {
        flex-direction: column;
    }

    .atServicesHeader {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .atServiceCard {
        flex: 1 1 100%;
    }

    .atServicesGrid .atServiceCard:nth-child(4),
    .atServicesGrid .atServiceCard:nth-child(5) {
        flex: 1 1 100%;
    }

    .atFaqHeader {
        flex-direction: column;
        align-items: flex-start;
    }

    .atFooterInner {
        flex-direction: column;
        gap: 30px;
    }
}

@media(max-width: 500px) {
    .atBanner {
        padding: 60px 0 60px;
    }

    .atBanner .atTitle {
        font-size: 34px;
    }

    .atBannerText {
        font-size: 16px;
    }

    .atSubtitle {
        font-size: 15px;
    }

    .atAdvantages {
        padding: 30px 0;
    }

    .atCta .atTitle {
        font-size: 38px;
    }
}