:root {
    --blue: #2f7bbb;
    --dark-blue: #0b4c72;
    --text: #8b8b8b;
    --dark: #26344d;
}
*,
*::before,
*::after {
    box-sizing: border-box;
}
body {
    font-family: 'Raleway', sans-serif;
    color: var(--dark);
	margin: 0;
	
}
.container {
    width: min(1336px, calc(100% - 40px));
    margin: 0 auto;
}

.nav-container {
    width: min(1100px, calc(100% - 40px));
    margin: 0 auto;
}
/* HEADER */

.site-header {
    width: 100%;
    padding: 38px 0 32px;
    background: #fff;
    z-index: 50;
}

.home .site-header {
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
}

.site-header .nav-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.site-logo {
    display: inline-flex;
    align-items: center;
}

.site-logo img {
    display: block;
    width: 146px;
    height: auto;
}

/* MENU */

.site-nav {
    display: flex;
    align-items: center;
}

.main-menu {
    display: flex;
    align-items: center;
    gap: 31px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-menu li {
    margin: 0;
    padding: 0;
}

.main-menu a {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #919191;
    text-decoration: none;

    transition: color 0.2s ease, background 0.2s ease;
}

.main-menu a:hover,
.main-menu .current-menu-item > a {
    color: #38445c;
}

/* voce Contatti */
.main-menu .menu-contact > a {
    min-width: 100px;
    height: 34px;
    padding: 0 28px;

    background: var(--blue);
    color: #fff;

    border-radius: 4px;
    box-shadow: 0 8px 18px rgba(47, 123, 187, 0.25);
}

.main-menu .menu-contact > a:hover,
.main-menu .menu-contact.current-menu-item > a {
    background: #236da9;
    color: #fff;
    display: ;
}

/* HERO */
.home-hero {
    width: min(1330px, 100%);
    margin: 0 auto;
    position: relative;
    overflow: visible;
}
.home-hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 866px;
    background-image: var(--hero-bg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
	   z-index: -1;
}

.home-hero__inner {
    width: min(1110px, calc(100% - 40px));
    margin: 0 auto;
    padding-top: 245px;
    text-align: center;
    position: relative;
    z-index: 2;
    /*! background-size: ; */
}

.home-hero__content h1 {
    margin: 0 0 15px;
    font-size: 56px;
    line-height: 1;
    font-weight: bold;
    color: #2e74b5;
}

.home-hero__content p {
    margin: 0 0 34px;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 700;
    color: #3b4a63;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 202px;
    height: 50px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
}

.btn--dark {
    background: #38445c;
    color: #fff;
    box-shadow: 0 8px 18px rgba(51, 66, 95, 0.25);
}

.home-services-heading {
    width: 464px;
    height: 115px;
    margin: 165px auto 48px;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.home-services-heading h2 {
    margin: 0 0 18px;
    font-size: 34px;
    line-height: 1;
    font-weight: bold;
    color: #2e74b5;
    letter-spacing: 2px;
}

.home-services-heading h2 span {
    display: inline;
}

.home-services-heading__line {
    width: 76px;
    height: 2px;
    background: #d8d8d8;
}

.home-services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
    position: relative;
    z-index: 2;
}

.home-service-card {
    display: block;
    text-align: center;
    text-decoration: none;
}

.home-service-card img {
    width: 262px;
    height: anchor-size;
    object-fit: cover;
    display: block;
    border-radius: 10px;
}

.home-service-card span {
    display: block;
    margin-top: 24px;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 700;
    color: #2e74b5;
}

.home-service-card:hover img {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(0,0,0,0.12);
}

.home-service-card img {
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
/* VISION */

.vision-block {
    width: min(1336px, calc(100% - 40px));
    margin: 60px auto;
}

.vision-block__bg {

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 5% 15px 4% 15px;
}

.vision-block__content {
    max-width: 980px;
    text-align: center;
}

.vision-block__content h2 {
    margin: 0 0 28px;

    font-size: 32px;
    line-height: 1;

    font-weight: 700;
    color: #2e74b5;
    letter-spacing: 2px;
}

.vision-block__text {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: #7B7B7B;

    margin-bottom: 20px;
    max-width: 683.3px;
}

.btn--blue {
    background: #2e74b5;
    color: #fff;

    box-shadow: 0 10px 18px rgba(47, 123, 187, 0.22);
}
/* FOOTER */

.site-footer {
    margin: 40px auto 0;
    width: 90%;
}

.footer-container {
    width: min(1100px, calc(100% - 40px));
    margin: 0 auto;
}

.footer-top {
    padding-top: 55px;
    border-top: 1px solid #2f7bbb;
    max-width: 1100px;
    margin: 0 auto;
}

.footer-top .footer-container {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr 1fr;
    gap: 60px;
}

.footer-logo {
    width: 143px;
    margin-bottom: 28px;
}

.footer-text {
    font-size: 18px;
    line-height: 1.45;
    font-weight: 700;
    color: #666;
    margin-bottom: 30px;
}

.footer-social {
    display: flex;
    gap: 14px;
    margin-bottom: 34px;
}

.footer-social a {
    /*! width: 48px; */
    /*! height: 48px; */
    border-radius: 50%;
    background: #ececec;

    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-social a img {
    width: 48px;
 height: 48px;
}

.footer-address {
color: #737373;
  font-size: 14px;
  line-height: 24px;
}
.footer-address a {color: #737373; text-decoration: none}
.footer-address a:hover {color: #737373; text-decoration:underline}

.footer-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-menu li {
    margin-bottom: 18px;
}

.footer-menu a {
    text-decoration: none;
    font-size: 17px;
    font-weight: 700;
    color: #2f7bbb;
}

.footer-menu .sub-menu {
    margin-top: 20px;
}

.footer-menu .sub-menu a {
    font-size: 15px;
    font-weight: 500;
    color: #707070;
}

.footer-bottom {
    margin-top: 52px;
    background: #2f7bbb;
    padding: 28px 0 10%;
}

.footer-bottom__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-copy,
.footer-privacy {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    text-decoration: none;
}
.footer-address p,
.footer-text p {
    margin: 0;
}
.mobile-toggle {
    display: none;
    width: 38px;
    height: 32px;
    border: 0;
    background: transparent;
    cursor: pointer;
    z-index: 200;
}

.mobile-toggle span {
    display: block;
    width: 100%;
    height: 3px;
    margin: 6px 0;
    background: #2f7bbb;
    transition: 0.25s ease;
}
.footer-menu .sub-menu {
    list-style: none;
    margin: 18px 0 0;
    padding: 0;
}

.footer-menu .sub-menu li {
    margin-bottom: 16px;
}

.footer-menu .sub-menu a {
    font-size: 15px;
    line-height: 1.4;
    font-weight: 500;
    color: #707070;
}

.footer-menu > li > a {
    font-size: 17px;
    font-weight: 700;
    color: #2f7bbb;
}
.footer-top .footer-container {
    display: grid;
    grid-template-columns: 1.5fr 0.6fr 1.4fr 1.4fr 1.1fr;
    gap: 50px;
}
.studio-container {
    width: min(1100px, calc(100% - 40px));
    margin: 0 auto;
}

.studio-hero {
    width: min(1336px, calc(100% - 40px));
    margin: 0 auto;
}

.studio-hero picture,
.studio-hero img {
    display: block;
    width: 100%;
}

.studio-hero img {
    height: auto;
}

.studio-intro {
    padding: 58px 0 45px;
    text-align: center;
}

.studio-intro h1 {
    margin: 0 0 26px;
    font-size: 34px;
    font-weight: 700;
    color: #2f7bbb;
}

.studio-intro__text {
    max-width: 850px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.8;
    color: #707070;
}

.studio-gallery {
    margin-top: 42px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.studio-gallery img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 8px;
}

.studio-vision {
    width: min(1336px, calc(100% - 40px));
    margin: -20px auto 0;
    padding: 115px 0 145px;
    background-size: cover;
    background-position: center;
    text-align: center;
}

.studio-vision h2 {
    margin: 0 0 28px;
    font-size: 34px;
    font-weight: 700;
    color: #2f7bbb;
}

.studio-vision__text {
    max-width: 850px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.8;
    color: #707070;
}

.studio-boxes {
    margin-top: -95px;
    padding-bottom: 30px;
}

.studio-boxes__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
}

.studio-box {
    text-align: center;
}

.studio-box img {
    width: 100%;
    height: 210px;
    object-fit: cover;
    border-radius: 8px;
    display: block;
    margin-bottom: 32px;
}

.studio-box h3 {
    margin: 0 0 24px;
    color: #2f7bbb;
    font-size: 26px;
    font-weight: 700;
}

.studio-box__text {
    font-size: 16px;
    line-height: 1.75;
    color: #707070;
}
.studio-container {
    width: min(1100px, calc(100% - 40px));
    margin: 0 auto;
}

.studio-hero {
    width: min(1336px, calc(100% - 40px));
    margin: 0 auto;
}

.studio-hero picture,
.studio-hero img {
    display: block;
    width: 100%;
}

.studio-hero img {
    height: auto;
}

.studio-intro {
    padding: 58px 0 0px;
    text-align: center;
}

.studio-intro h1 {
    margin: 0 0 26px;
    font-size: 33px;
    font-weight: 700;
    color: #2e74b5;
    line-height: 36px;
}

.studio-intro__text {
    max-width: 850px;
    margin: 0 auto;
color: #737373;
  font-size: 16px;
  line-height: 26px;
}

.studio-gallery {
    margin-top: 42px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.studio-gallery img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 8px;
}

.studio-vision {
    width: min(1336px, calc(100% - 40px));
    margin: -80px auto 0;
    padding: 115px 0 145px;
    background-size: cover;
    background-position: center;
    text-align: center;
}

.studio-vision h2 {
  font-size: 32px;
  color: #2e74b5;
  font-weight: bold;
  letter-spacing: 1px;
  font-family: "Raleway", sans-serif;
  padding: 20px 0 0px 0;
  line-height:36px;
}

.studio-vision__text {
    max-width: 850px;
    margin: 0 auto;
color: #737373;
  font-size: 16px;
  line-height: 26px;
}

.studio-boxes {
    margin-top: -95px;
    padding-bottom: 30px;
}

.studio-boxes__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
}

.studio-box {
    text-align: center;
}

.studio-box img {
    width: 100%;
    height: 210px;
    object-fit: cover;
    border-radius: 8px;
    display: block;
    margin-bottom: 32px;
}

.studio-box h3 {
    margin: 0 0 24px;
    color: #2e74b5;
    font-size: 26px;
    font-weight: 700;
}

.studio-box__text {
color: #737373;
  font-size: 16px;
  line-height: 26px;
  padding: 0 10px;
}
.prof-container {
    width: min(1100px, calc(100% - 40px));
    margin: 0 auto;
}

.prof-intro {
    padding: 38px 0 42px;
    text-align: center;
}

.prof-intro h1,
.difference-section h2,
.prof-list-section h2,
.team-section h2 {
    color: #2e74b5;
    font-weight: 700;
}

.prof-intro h1 {
  font-size: 32px;
  color: #2e74b5;
  font-weight: bold;
  letter-spacing: 1px;
  font-family: "Raleway", sans-serif;
  padding: 0px 0 0px 0;
  line-height:36px;
}

.prof-text {
    max-width: 900px;
color: #737373;
  font-size: 16px;
  line-height: 26px;
    text-align: center;
    margin: 0 auto;
    width: 90%;
}
.prof-text p {margin: 0}

.prof-list-section {
    width: min(1336px, calc(100% - 40px));
    margin: 0 auto;
    padding: 50px 0 0;
    background-image: url('http://francescut-local.local/wp-content/uploads/2026/05/bg-box-hp-scaled.jpg');
    background-size: 100% 36%;
    background-position: center top;
    background-repeat: no-repeat;
}

.prof-list-section h2,
.team-section h2 {
    text-align: center;
    font-size: 32px;
    color: #2e74b5;
    font-weight: bold;
    letter-spacing: 1px;
    font-family: "Raleway", sans-serif;
    margin-bottom: 30px;
}

.prof-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 46px;
}

.prof-card__image {
    width: 100%;
    height: 290px;
    object-fit: cover;
    border-radius: 8px;
    display: block;
    margin-bottom: 34px;
}

.prof-card h3 {
    color: #2e74b5;
    font-size: 26px;
    font-weight: bold;
    margin: 0 0 22px;
}

.prof-linkedin {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #ececec;
    color:  #2e74b5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    text-decoration: none;
    font-size: 22px;
    margin-bottom: 0px;
}

.prof-card__text,
.prof-card__activities {
    color: #737373;
    font-size: 16px;
    line-height: 26px;
}

.prof-card__activities ul {
    padding-left: 18px;
}

.prof-card__activities li::marker {
    color:  #2e74b5;
}

.team-section {
    width: min(1336px, calc(100% - 40px));
    margin: 70px auto 0;
    padding: 45px 0 0;
    background-image: url('http://francescut-local.local/wp-content/uploads/2026/05/bg-box-hp-scaled.jpg');
    background-size: 100% 92%;
    background-position: center top;
    text-align: center;
    background-repeat: no-repeat;
}

.team-section img {
    width: min(100%, 100%);
    display: block;
    margin: 0 auto;
}

.difference-section {
    padding: 70px 0 30px;
    text-align: center;
}

.difference-section h2 {
    font-size: 26px;
    margin: 0 0 26px;
}

.numbers-box {
    margin: 32px auto;
    background: #2e74b5;
    padding: 30px 70px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 36px;
}

.number-item strong {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    background: #00a5d5;
    border-radius: 8px;
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 15px;
}

.number-item span {
    display: block;
color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
}

@media (max-width: 767px) {
    .prof-grid,
    .numbers-box {
        grid-template-columns: 1fr;
    }

    .prof-list-section,
    .team-section {
        width: 100%;
    }

    .numbers-box {
        padding: 30px;
    }
}

@media (max-width: 767px) {
    .studio-hero {
        width: 100%;
    }

    .studio-gallery,
    .studio-boxes__grid {
        grid-template-columns: 1fr;
    }

    .studio-vision {
        width: 100%;
        margin-top: 40px;
        padding: 70px 0 120px;
    }

    .studio-boxes {
        margin-top: -70px;
    }
}

@media (max-width: 767px) {
    .studio-hero {
        width: 100%;
    }

    .studio-gallery,
    .studio-boxes__grid {
        grid-template-columns: 1fr;
    }

    .studio-vision {
        width: 100%;
        margin-top: 40px;
        padding: 70px 0 120px;
    }

    .studio-boxes {
        margin-top: -70px;
    }
}
/* DESKTOP SUBMENU */

@media (min-width: 992px) {

    .main-menu > li {
        position: relative;
    }

    .main-menu > li > .sub-menu {
        position: absolute;
        top: calc(100% + 18px);
        left: 0;

        width: 260px;

        list-style: none;
        margin: 0;
        padding: 18px 15px;

        background: #fff;
        border: 1px solid #8f8f8f;
        border-radius: 12px;

        box-shadow: 0 12px 30px rgba(0,0,0,0.12);

        opacity: 0;
        visibility: hidden;
        transform: translateY(8px);

        transition: 0.2s ease;
        z-index: 300;
    }

    .main-menu > li:hover > .sub-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .main-menu > li > .sub-menu li {
        margin: 0;
    }

    .main-menu > li > .sub-menu li + li {
        border-top: 1px solid #2f7bbb;
        margin-top: 13px;
        padding-top: 14px;
    }

    .main-menu > li > .sub-menu a {
        display: block;
        font-size: 14px;
        line-height: 1.2;
        font-weight: 500;
        color: #919191;
        letter-spacing: 1px;
        text-decoration: none;
    }

    .main-menu > li > .sub-menu a:hover {
        color: #2f7bbb;
    }
}
@media (max-width: 991px) {
    .nav-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .mobile-toggle {
        display: block;
    }

    .site-nav {
        position: fixed;
        top: 0;
        right: -100%;
        width: 320px;
        max-width: 85%;
        height: 100vh;
        background: #fff;
        padding: 110px 35px 40px;
        box-shadow: -10px 0 30px rgba(0,0,0,.12);
        transition: right .3s ease;
        z-index: 150;
    }

    .site-nav.is-open {
        right: 0;
    }

    .main-menu {
        flex-direction: column;
        align-items: flex-start;
        gap: 26px;
    }

    .mobile-toggle.is-open span:nth-child(1) {
        transform: rotate(45deg) translate(7px, 7px);
    }

    .mobile-toggle.is-open span:nth-child(2) {
        opacity: 0;
    }

    .mobile-toggle.is-open span:nth-child(3) {
        transform: rotate(-45deg) translate(6px, -6px);
    }
}
/* MOBILE BASE */

@media (max-width: 991px) {

    .site-header {
        padding: 24px 0;
    }

    .site-header .nav-container {
        width: min(100%, calc(100% - 40px));
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .site-logo {
        position: relative;
        z-index: 220;
    }

    .site-logo img {
        width: 190px;
        height: auto;
    }

    .mobile-toggle {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;

        width: 44px;
        height: 44px;

        border: 0;
        background: transparent;
        cursor: pointer;

        position: relative;
        z-index: 230;
        padding: 0;
    }

    .mobile-toggle span {
        display: block;
        width: 32px;
        height: 3px;
        margin: 4px 0;
        background: #2f7bbb;
        transition: 0.25s ease;
    }

    .site-nav {
        position: fixed;
        top: 0;
        right: -100%;

        width: 100%;
        height: 100vh;

        background: rgba(255,255,255,0.98);

        padding: 69px 30px 40px;

        display: flex;
        align-items: flex-start;
        justify-content: flex-start;

        transition: right 0.3s ease;
        z-index: 220;
    }

    .site-nav.is-open {
        right: 0;
    }

    .main-menu {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 21px;
    }

    .main-menu a {
        font-size: 15px;
        line-height: 0.6;
    }

    .main-menu .menu-contact > a {
        min-width: ;
        height: auto;
        padding: 14px 38px;
        font-size: 16px;
    }

    .mobile-toggle.is-open span:nth-child(1) {
        transform: rotate(45deg) translate(8px, 8px);
    }

    .mobile-toggle.is-open span:nth-child(2) {
        opacity: 0;
    }

    .mobile-toggle.is-open span:nth-child(3) {
        transform: rotate(-45deg) translate(7px, -7px);
    }
}
.page-hero {
    width: min(1336px, calc(100% - 40px));
    margin: 0 auto;
}

.page-hero picture,
.page-hero img {
    display: block;
    width: 100%;
}

.page-hero img {
    height: auto;
}

@media (max-width: 767px) {
    .page-hero {
        width: 100%;
    }
}@media (max-width: 767px) {

    .site-footer {
        width: 100%;
        margin-top: 60px;
        text-align: center;
    }

    .footer-container {
        width: calc(100% - 40px);
    }

    .footer-top {
        padding-top: 40px;
    }

    .footer-top .footer-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 38px;
    }

    .footer-col {
        width: 100%;
        text-align: center;
    }

    .footer-logo {
        width: 150px;
        margin: 0 auto 22px;
        display: block;
    }

    .footer-text {
        font-size: 17px;
        margin-bottom: 26px;
    }

    .footer-social {
        justify-content: center;
        margin-bottom: 26px;
    }

    .footer-address {
        font-size: 14px;
        line-height: 1.8;
    }

    .footer-menu {
        text-align: center;
    }

    .footer-menu li {
        margin-bottom: 14px;
    }

    .footer-menu > li > a {
        font-size: 18px;
    }

    .footer-menu .sub-menu {
        margin-top: 14px;
        padding-left: 0;
    }

    .footer-menu .sub-menu li {
        margin-bottom: 10px;
    }

    .footer-menu .sub-menu a {
        font-size: 15px;
    }

    .footer-bottom {
        margin-top: 42px;
        padding: 24px 0;
    }

    .footer-bottom__inner {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 12px;
        text-align: center;
    }

    .footer-copy,
    .footer-privacy {
        font-size: 13px;
        line-height: 1.5;
    }
}
/* TABLET */

@media (max-width: 1024px) {

    .home-services-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }

    .home-service-card img {
        height: 220px;
    }
}

/* MOBILE */

@media (max-width: 767px) {

    .home-services-grid {
        grid-template-columns: 1fr;
        gap: 35px;
        max-width: 420px;
        margin: 0 auto;
    }

    .home-service-card img {
        height: auto;
        aspect-ratio: 16 / 10;
        width: 100%;
    }

    .home-service-card span {
        margin-top: 18px;
        font-size: 18px;
    }
}
.cons-container {
    width: min(1336px, calc(100% - 40px));
    margin: 0 auto;
}

.cons-intro {
    padding: 58px 0 25px;
    text-align: center;
}

.cons-intro h1 {
    margin: 0 0 24px;
font-size: 32px;
  color: #2e74b5;
  font-weight: bold;
  letter-spacing: 1px;
  font-family: "Raleway", sans-serif;
  padding: 0px 0 0px 0;
  line-height: 36px;
}

.cons-text {
    max-width: 940px;
color: #737373;
  font-size: 16px;
  line-height: 26px;
    margin: 0 auto;
    text-align: center;
}

.cons-services-strip {
    width: min(1336px, calc(100% - 40px));
    margin: 0 auto;
    padding: 28px 0 24px;
    background-size: cover;
    background-position: center;
}

.cons-services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    max-width: 1100px;
    margin: 0 auto;
}

.cons-service-card {
    text-align: center;
    text-decoration: none;
}

.cons-service-card img {
width: 262px;
  height: anchor-size;
  object-fit: cover;
  display: block;
  border-radius: 10px;
margin: 0 auto;
}

.cons-service-card span {
color: #2e74b5;
  font-size: 16px;
  font-weight: bold;
  padding: 25px 15px 5px 15px;
  line-height: 22px;
    display: block
}

.cons-after {
    padding: 26px 0 2px;
}

.cons-areas {
    padding-top: 20px;
}

.cons-area-row {
    margin-bottom: 25px;
}

.cons-area-row__head {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 70px;

    padding: 30px 120px;

    background-size: cover;
    background-position: center;
}

.cons-area-row__head h2 {
    margin: 0;
color: #2e74b5;
  font-weight: bold;
  letter-spacing: 1px;
  font-family: "Raleway", sans-serif;
  font-size: 32px;
}

.cons-area-row__body {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 70px;

    padding: 10px 120px 0;
}

.cons-area {
    color: #707070;
    font-size: 15px;
    line-height: 1.75;
}
.cons-area ul {
    list-style: none;
    padding-left: 0;
}

.cons-area li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 12px;
}

.cons-area li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;

    width: 6px;
    height: 6px;

    background: #2f7bbb;
}



.cons-area__head h2 {
    margin: 0;
    color: #2f7bbb;
    font-size: 30px;
    font-weight: 700;
}



.cons-area__body ul {
    margin: 0;
    padding-left: 20px;
}

.cons-area__body li {
    margin-bottom: 12px;
}

.cons-area__body li::marker {
    color: #2f7bbb;
}

@media (max-width: 1024px) {
    .cons-services-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .cons-areas .cons-container {
        gap: 44px;
    }
}

@media (max-width: 767px) {
    .cons-services-grid,
    .cons-areas .cons-container {
        grid-template-columns: 1fr;
    }

    .cons-services-strip {
        width: 100%;
    }

    .cons-area--full {
        max-width: 100%;
    }

    .cons-area__head {
        padding: 24px;
    }
	 .cons-area-row__head,
    .cons-area-row__body {
        grid-template-columns: 1fr;
        gap: 28px;
        padding-left: 24px;
        padding-right: 24px;
    }

    .cons-area-row__head {
        background-position: center;
    }
    .cons-service-card img {
    height: auto;
    aspect-ratio: 16 / 10;
    width: 100%;
    
}
}
@media (max-width: 767px) {

    .cons-area-row__head {
        display: none;
    }

    .cons-area-row__body {
        display: block;
        padding: 0;
    }

    .cons-area {
        margin-bottom: 45px;
    }

    .cons-area::before {
        content: attr(data-title);
        display: block;

        margin-bottom: 24px;
        padding: 28px 24px;

        background-image: var(--area-bg);
        background-size: cover;
        background-position: center;

        color: #2f7bbb;
        font-size: 34px;
        line-height: 1.1;
        font-weight: 700;
    }
}
.prof-card__activities ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.prof-card__activities li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    line-height: 1.7;
}

.prof-card__activities li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;

    width: 5px;
    height: 5px;

    background: #2f7bbb;
}
.cons-area-anchor {
    scroll-margin-top: 140px;
}

@media (max-width: 767px) {
    .cons-area-anchor {
        scroll-margin-top: 100px;
    }
}
.contacts-container {
    width: min(1100px, calc(100% - 40px));
    margin: 0 auto;
}

.contacts-section {
    padding: 55px 0 35px;
}

.contacts-heading {
    padding: 24px 28px;
    margin-bottom: 28px;
    background-size: cover;
    background-position: center;
}

.contacts-heading h1,
.contacts-heading h2 {
    margin: 0;
  font-size: 32px;
  font-weight: bold;
  color: #2e74b5;
}

.contacts-intro {
    margin-bottom: 38px;
font-size: 16px;
  font-weight: bold;
  color: #2e74b5;
    padding: 0 20px;
}

.contacts-section h2 {
    margin: 0 0 20px;
color: #2e74b5;
  font-size: 26px;
  font-weight: bold;
  font-family: "Raleway", sans-serif;
  letter-spacing: 1px;
    padding: 0 20px;
}

.contacts-text {
color: #737373;
  line-height: 26px;
  margin: 15px 0 35px 0;
padding: 0 20px;
}

.contacts-map iframe {
    width: 100%;
    height: 450px;
    display: block;
    border: 0;
}

.contacts-email {
    padding: 20px 0 20px;
}

.contacts-email__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 120px;
    padding: 0 20px;
    font-size: 16px;
  line-height: 26px;
  color: #737373;
}
.contacts-email__grid  a {color: #737373; text-decoration:none}
.contacts-email__grid  a:hover {color: #737373; text-decoration:underline}

.contacts-email__grid p {
    margin-top: 0;
}

.contacts-email .btn {
    margin-top: 5px;
    min-width: 150px;
    height: 50px;
    color: #FFF;
}
.contacts-email .btn:hover {
    color: #FFF;
    text-decoration: none;
}

@media (max-width: 767px) {
    .contacts-email__grid {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .contacts-map iframe {
        height: 350px;
    }

    .contacts-heading h1,
    .contacts-heading h2 {
        font-size: 28px;
    }
}
.privacy-container {
    width: min(1100px, calc(100% - 20px));
    margin: 0 auto;
}

.privacy-content {
    padding: 45px 0 20px;
}

.privacy-content h1 {
    margin: 0;
    color: #2e74b5;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    line-height: 32px;
}

.privacy-subtitle {
    margin-top: 10px;
    margin-bottom: 28px;

    text-align: center;
    font-size: 18px;
    line-height: 1.3;
    color: #222;
    font-weight: 500;
}

.privacy-intro {
    max-width: 1100px;
    margin: 0 auto 34px;
color: #737373;
  line-height: 24px;
  font-size: 15px;
    padding: 0 20px;
}
.privacy-intro p {margin: 0}

.privacy-section {
    margin-bottom: 34px;
}

.privacy-section__title {
    background-image: url('../img/bg-col-2.png');
    background-size: cover;
    background-position: center;
    padding: 14px 18px;
    margin-bottom: 16px;
}

.privacy-section__title h2 {
    margin: 0;
  letter-spacing: 1px;
  font-size: 22px;
  font-weight: bold;
  color: #2e74b5;
}

.privacy-section__text {
color: #737373;
  line-height: 24px;
  font-size: 15px;
  padding: 0 20px;
}
.privacy-sections li { list-style-type: none;}
.privacy-sections ul {margin: 0; padding: 0}
.privacy-sections a {color: #000; font-weight: 500;
text-decoration:none;
}
.privacy-sections a:hover {color: #000; font-weight: 500;
text-decoration:underline;
}

.privacy-section__text p {
    margin: 0 0 22px;
}

.privacy-section__text p:empty {
    display: block;
    height: 18px;
}

.privacy-section__text p:last-child {
    margin-bottom: 0;
}
@media (max-width: 767px) {
    .privacy-content h1 {font-size: 24px; line-height: 30px} 
}
.news-container {
    width: min(1100px, calc(100% - 20px));
    margin: 0 auto;
}

.news-list {
    padding: 50px 0 20px;
}

.news-card {
    margin-bottom: 90px;
}

.news-card__title {
    background-image: url('../img/bg-col-2.png');
    background-size: cover;
    background-position: center;
    padding: 18px 24px;
    margin-bottom: 22px;
}
.news-card__title h2 {
    margin: 0;
    font-size: 32px;
    line-height: 1.15;
    font-weight: 800;
}

.news-card__title a {
    color: #2f7bbb;
    text-decoration: none;
}

.news-card__date,
.single-news__date {
    margin-bottom: 22px;
    color: #555;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.news-card__excerpt,
.single-news__content {
    color: #707070;
    font-size: 17px;
    line-height: 1.75;
}

.news-card .btn {
    margin-top: 24px;
    min-width: 135px;
    height: 44px;
}

.news-pagination {
    display: flex;
    gap: 8px;
}

.news-pagination .page-numbers {
    padding: 6px 10px;
    background: #f2f2f2;
    color: #000;
    text-decoration: none;
}

.news-pagination .current {
    background: #2f7bbb;
    color: #fff;
}

.single-news {
    padding: 32px 0 40px;
}

.single-news h1 {
    margin: 0 0 36px;
    color: #2f7bbb;
    font-size: 36px;
    line-height: 1.2;
    font-weight: 800;
}

.single-news__back {
    display: inline-block;
    margin-top: 45px;
    color: #000;
    text-decoration: none;
    font-size: 16px;
}
@media (max-width: 991px) {

    .site-nav .sub-menu {
        list-style: none;
        padding-left: 0;
        margin-top: 12px;
    }

    .site-nav .sub-menu li {
        position: relative;
        padding-left: 16px;
        margin-bottom: 10px;
    }

    .site-nav .sub-menu li::before {
        content: "-";
        position: absolute;
        left: 0;
        top: 0;
        color: #919191;
    }
}
@media (max-width: 991px) {

    .site-nav {
        background: rgba(255,255,255,0.96);
        backdrop-filter: blur(8px);
    }

    .main-menu {
        max-width: 420px;
        margin: 0 auto;
        gap: 0;
    }

    .main-menu > li {
        width: 100%;
        padding: 10px 0;
        border-bottom: 1px solid rgba(47, 123, 187, 0.12);
    }

    .main-menu > li:last-child {
        border-bottom: 0;
        padding-top: 24px;
    }

    .main-menu a {
        font-size: 15px;
        font-weight: 800;
        letter-spacing: 1px;
    }

    .site-nav .sub-menu {
        margin-top: 10px;
        padding-left: 5px;
    }

    .site-nav .sub-menu li {
        padding: 6px 0 0px 18px;
        border-bottom: 0;
    }

    .site-nav .sub-menu a {
        font-weight: 700;
        color: #8b8b8b;
    }

    .site-nav .sub-menu li::before {
        top: 4px;
        color: #2f7bbb;
        font-weight: 800;
    }

    .main-menu .menu-contact > a {
        width: 100%;
        max-width: 190px;
        height: 43px;
        margin-top: 6px;
    }
}