/* Подключение шрифта Malgun Gothic */
@font-face {
    font-family: 'Malgun Gothic';
    src: local('Malgun Gothic'),
         local('MalgunGothic'),
         url('./img/malgun/malgun.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Malgun Gothic';
    src: local('Malgun Gothic Bold'),
         local('MalgunGothic-Bold'),
         url('./img/malgun/malgunbd.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Malgun Gothic';
    src: local('Malgun Gothic Semilight'),
         local('MalgunGothic-Semilight'),
         url('./img/malgun/malgunsl.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

html {
 box-sizing: border-box;
 overflow-x: hidden;
 scroll-behavior: smooth;
 scroll-padding-top: 125px;
}

*,
*::after,
*::before {
 box-sizing: inherit;
}

body {
 font-family: 'Malgun Gothic', sans-serif;
 font-style: normal;
 margin: 0;
 padding: 0;
 overflow-x: hidden;
 width: 100%;
}

a {
 text-decoration: none;
}

p {
    font-size: 20px;
}

.container {
    max-width: 1489px;
    margin: 0 auto;
    width: 100%;
    padding: 0 30px;
}

.site-header {
    background-color: #023A7D;
    padding: 10px 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}

.header-inner {
    max-width: 1661px;
    margin: 0 auto;
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
}

.logo {
    cursor: pointer;
    text-decoration: none;
    display: block;
}

.logo-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.logo img {
    max-width: 80px;
    height: auto;
}

.main-nav {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}

.nav-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    flex-direction: column;
    gap: 4px;
}

.nav-toggle span {
    width: 25px;
    height: 3px;
    background-color: white;
    display: block;
}

.nav-list {
    display: flex;
    align-items: center;
    gap: 40px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-list li:last-child {
    margin-left: 25px;
}

.nav-list li a {
    color: white;
    text-decoration: none;
    font-size: 16px;
    transition: opacity 0.3s;
}

.nav-list li a:hover {
    opacity: 0.8;
}

.btn-primary-nav {
    background-color: #296FCE;
    padding: 10px 25px;
    border-radius: 25px;
    color: white !important;
    font-weight: bold;
    transition: background-color 0.3s;
}

.btn-primary-nav:hover {
    background-color: #357ABD;
    opacity: 1 !important;
}

.blocks-one-screen {
    max-width: 1661px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    margin-bottom: 100px;
    margin-top: 50px;
}

.blocks-one-screen .two-block {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1661px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.blocks-one-screen .two-block img {
    width: 100%;
    height: auto;
}

/* Показываем full.svg на ПК и планшетах */
.blocks-one-screen .two-block img[src*="full.svg"] {
    display: block;
}

/* Скрываем full-mobile.svg на ПК и планшетах */
.blocks-one-screen .two-block img[src*="full-mobile.svg"] {
    display: none;
}

.blocks-one-screen .hidden-text {
    position: absolute;
    left: -9999px;
    top: -9999px;
    opacity: 0;
    visibility: hidden;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.about {
    max-width: 949px;
    margin: 0 auto;
    margin-bottom: 120px;
}

.about p{
    font-size: 20px;
    font-weight: 400;
    line-height: 40px;
}

.container-why-we {
    padding: 0 30px;
}

.why-we {
    max-width: 1661px;
    margin: 0 auto;
    padding: 30px;
    border-radius: 50px;
    border: 2px solid #296FCE;
    margin-bottom: 120px;
}

h2 {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px;
}

.about-five-blocks {
    max-width: 1459px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    justify-content: space-around;
}

.about-five-blocks .one-block p, .about-five-blocks .two-block p, .about-five-blocks .three-block p,  .about-five-blocks .four-block p, .about-five-blocks .five-block p {
    font-size: 18px;
}

.about-five-blocks .one-block img, .about-five-blocks .two-block img, .about-five-blocks .three-block img,  .about-five-blocks .four-block img, .about-five-blocks .five-block img {
    max-width: 170px;
    height: auto;
}

.about-five-blocks .one-block {
    max-width: 186px;
    height: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    line-height: 29px;
}

.about-five-blocks .two-block {
    max-width: 216px;
    height: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    line-height: 29px;
}

.about-five-blocks .three-block {
    max-width: 186px;
    height: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    line-height: 29px;
}

.about-five-blocks .four-block {
    max-width: 244px;
    height: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    line-height: 29px;
}

.about-five-blocks .five-block {
    max-width: 274px;
    height: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    line-height: 29px;
}

.why-we-p {
    text-align: center;
    font-size: 20px;
}

.our-mission {
    padding: 0 30px;
}

.our-mission, .mission-two-blocks {
    max-width: 1661px;
    margin: 0 auto;
}

.mission-two-blocks {
    display: flex;
    margin-bottom: 120px;
}

.mission-two-blocks p {
    line-height: 40px;
}

.mission-one-block p {
    font-size: 20px;
}

.mission-one-block {
    max-width: 884px;
    margin-right: 50px;
}

.mission-two-block {
    max-width: 689px;
}

.mission-two-block img {
    max-width: 689px;
    border-radius: 40px;
    border: 2px solid #296FCE;
    display: block;
    margin: 0 auto;
}

.full-image {
    max-width: 1459px;
    margin: 0 auto;
    margin-bottom: 120px;
    padding: 0 30px;
}

.full-image img {
    max-width: 100%;
    width: 100%;
    height: auto;
    border-radius: 40px;
    border: 2px solid #296FCE;
    display: block;
}

.for-somebody {
    max-width: 1661px;
    margin: 0 auto;
    margin-bottom: 120px;
    padding: 0 30px;
}

.for-somebody-two-blocks {
    max-width: 1407px;
    margin: 0 auto;
    display: flex;
    justify-content: space-evenly;
}

.for-somebody-one-block {
    max-width: 460px;
}

.for-somebody-two-block {
    max-width: 460px;
    display: flex;
}

.somebody-two-blocks {
    display: flex;
}

.for-somebody-two-blocks ul li {
    line-height: 35px;
    font-size: 18px;
}

.for-somebody-two-blocks img {
    max-width: 151px;
}

.services {
    max-width: 1661px;
    margin: 0 auto;
    padding: 0 30px;
    margin-bottom: 80px;
    position: relative;
}

.services-two-blocks {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: start;
    position: relative;
}

.services-one-block {
    color: #fff;
    background-color: #296FCE;
    border-radius: 50px;
    padding: 62px 62px 80px 62px;
    position: relative;
    z-index: 1;
}

.services-two-blocks h2 {
    color: #fff;
    font-size: 32px;
    margin-bottom: 30px;
    margin-top: 0px;
}

.services-one-block ul {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
}

.services-one-block ul li {
    line-height: 35px;
    position: relative;
    padding-left: 20px;
    font-size: 18px;
}

.services-one-block ul li:before {
    content: "•";
    position: absolute;
    left: 0;
}

.services-one-block p {
    margin: 0;
    line-height: 1.6;
    font-size: 18px;
}

.services-two-blocks a {
    color: #fff;
    text-decoration: underline;
}

.services-two-block {
    position: relative;
    margin-left: -585px;
    margin-top: 175px;
    z-index: 2;
}

.services-two-block img {
    border-radius: 50px;
    border: 2px solid #296FCE;
    max-width: 683px;
    height: auto;
    display: block;
}

.container-specialists {
    max-width: 1182px;
    margin: 0 auto;
}

.specialists-three-blocks {
    max-width: 1182px;
    margin: 0 auto;
    padding: 0 30px;
    display: flex;
    justify-content: space-around;
}

.specialists-three-blocks p {
    font-size: 18px;
}

.specialists-one-block, .specialists-two-block, .specialists-three-block {
    max-width: 367px;
    line-height: 33px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.specialists-one-block img, .specialists-two-block img, .specialists-three-block img {
    max-width: 162px;
    border-radius: 85px;
}

/* Лицензии и безопасность */
.licence {
    max-width: 1661px;
    margin: 0 auto;
    padding: 0 30px;
    margin-bottom: 120px;
}

.licence-two-blocks {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.licence-images {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 40px;
    margin-bottom: 40px;
}

.licence p {
    font-size: 18px;
    line-height: 35px;
}

.licence-one-block,
.licence-two-block {
    flex: 0 0 auto;
    display: flex;
}

.licence-one-block a,
.licence-two-block a {
    display: block;
    border-radius: 20px;
    overflow: hidden;
    border: 2px solid #296FCE;
    transition: transform 0.3s, box-shadow 0.3s;
}

.licence-one-block a:hover,
.licence-two-block a:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(41, 111, 206, 0.2);
}

.licence-one-block img,
.licence-two-block img {
    max-width: 260px;
    width: 280px;
    height: 100%;
    object-fit: cover;
    display: block;
    border: none;
    border-radius: 0;
}

.licence-two-blocks > p {
    font-size: 18px;
    line-height: 32px;
    color: #333;
    margin: 0;
}

/* Контакты */
.contacts {
    max-width: 1661px;
    margin: 0 auto;
    padding: 0 30px;
    margin-bottom: 120px;
}

.contacts-two-blocks {
    display: grid;
    grid-template-columns: 400px 1fr;
    gap: 50px;
    align-items: start;
}

.contacts-one-block p {
    font-size: 18px;
    line-height: 20px;
}

.contacts-one-block p:last-child {
    margin-bottom: 0;
}

.contacts-one-block b {
    font-weight: bold;
}

.contacts-one-block a {
    color: #000;
    text-decoration: none;
    transition: opacity 0.3s;
}

.contacts-one-block a:hover {
    opacity: 0.7;
}

.contacts-two-block {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

#map {
    height: 400px;
    width: 100%;
    position: relative;
}

/* Черно-белый фильтр и голубой оттенок для карты */
#map .leaflet-tile-pane {
    filter: grayscale(100%) brightness(1.1);
}

#map::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(41, 111, 206, 0.15);
    pointer-events: none;
    z-index: 400;
}

/* Маркер должен быть поверх голубого оверлея */
#map .leaflet-marker-pane,
#map .leaflet-popup-pane,
#map .leaflet-control-container {
    position: relative;
    z-index: 500;
}

/* Футер */
footer {
    background-color: #023A7D;
    color: white;
    padding: 50px 30px 30px;
}

.footer-container {
    max-width: 1661px;
    margin: 0 auto;
    width: 100%;
}

.footer-main {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 80px;
    padding-bottom: 40px;
}

.footer-column h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 20px 0;
}

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

.footer-column ul li {
    margin-bottom: 12px;
}

.footer-column ul li a {
    color: white;
    text-decoration: none;
    font-size: 18px;
    font-weight: 300;
    transition: opacity 0.3s;
}

.footer-column ul li a:hover {
    opacity: 0.7;
}

.footer-left {
    display: flex;
    flex-direction: column;
}

.footer-logo {
    width: 100px;
    height: auto;
    margin-bottom: 30px;
}

.footer-contact-info p {
    font-size: 18px;
    line-height: 23px;
    margin: 0 0 10px 0;
    font-weight: 300;
}

.footer-contact-info p b {
    font-weight: bold;
}

.footer-contact-info a {
    color: white;
    text-decoration: none;
    transition: opacity 0.3s;
}

.footer-contact-info a:hover {
    opacity: 0.7;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    margin-bottom: 20px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-social {
    flex-shrink: 0;
}

.footer-social a {
    display: inline-block;
    transition: opacity 0.3s;
}

.footer-social a:hover {
    opacity: 0.7;
}

.footer-social img {
    width: 50px;
    height: 50px;
}

.footer-disclaimer {
    font-size: 18px;
    line-height: 24px;
    color: white;
    margin: 0;
    font-weight: 300;
}

.footer-copyright {
    text-align: center;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
    padding-top: 20px;
    font-weight: 300;
}

.scroll-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background-color: #296FCE;
    color: white;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    transition: all 0.3s ease;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(100px);
    pointer-events: none;
}

.scroll-to-top.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

.scroll-to-top:hover {
    background-color: #023A7D;
    transform: scale(1.1);
}

/* Отступ для контента под fixed header */
body {
    padding-top: 100px;
}

/* Отзывы - слайдер */
.feedback-three-block {
    max-width: 1661px;
    margin: 0 auto;
    padding: 0 30px;
    margin-bottom: 120px;
}

.feedback-slider-container {
    position: relative;
    max-width: 1399px;
    margin: 0 auto;
}

.feedback-slider {
    overflow: hidden;
    border-radius: 50px;
    border: 2px solid #296FCE;
    position: relative;
    width: 100%;
}

.feedback-slides {
    display: block;
    position: relative;
    width: 100%;
}

.feedback-slide {
    width: 100%;
    padding: 50px;
    background: white;
    box-sizing: border-box;
    display: none;
}

.feedback-slide.active {
    display: block;
}

.feedback-header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 25px;
}

.feedback-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

.feedback-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.feedback-initials {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #296FCE;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: bold;
    flex-shrink: 0;
}

.feedback-info {
    flex: 1;
}

.feedback-name {
    font-size: 18px;
    font-weight: bold;
    color: #023A7D;
    margin: 0 0 8px 0;
}

.feedback-stars {
    color: #296FCE;
    font-size: 22px;
    margin: 0;
}

.feedback-text {
    font-size: 16px;
    line-height: 29px;
    color: #333;
    margin: 0 0 25px 0;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.feedback-links {
    font-size: 14px;
    color: #666;
    margin: 0;
}

.feedback-links a {
    color: #296FCE;
    text-decoration: none;
    transition: opacity 0.3s;
    font-weight: 700;
}

.feedback-links a:hover {
    opacity: 0.7;
}

.slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    border: none;
    width: 50px;
    height: 50px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s;
    z-index: 10;
    padding: 0;
}

.slider-arrow img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.slider-arrow:hover {
    opacity: 0.7;
}

.slider-arrow.prev {
    left: -70px;
}

.slider-arrow.next {
    right: -70px;
}

.slider-arrow:disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

.table {
	width: 100%;
	border: none;
	margin-bottom: 20px;
}
.table thead th {
	font-weight: bold;
	text-align: left;
	border: none;
	padding: 10px 15px;
	background: #d8d8d8;
	font-size: 14px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
.table tbody td {
	text-align: left;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	padding: 10px 15px;
	font-size: 14px;
	vertical-align: top;
}
.table thead tr th:first-child, .table tbody tr td:first-child {
	border-left: none;
}
.table thead tr th:last-child, .table tbody tr td:last-child {
	border-right: none;
}
.table tbody tr:nth-child(even){
	background: #f3f3f3;
}


/* Адаптивность */
@media (min-width: 1025px) {
    /* Показываем full.svg на ПК */
    .blocks-one-screen .two-block img[src*="full.svg"] {
        display: block !important;
    }
    
    /* Скрываем full-mobile.svg на ПК */
    .blocks-one-screen .two-block img[src*="full-mobile.svg"] {
        display: none !important;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    /* Показываем full.svg на больших планшетах */
    .blocks-one-screen .two-block img[src*="full.svg"] {
        display: block !important;
    }
    
    /* Скрываем full-mobile.svg на больших планшетах */
    .blocks-one-screen .two-block img[src*="full-mobile.svg"] {
        display: none !important;
    }
    
    .mission-two-blocks {
        flex-direction: column;
        align-items: center;
    }
    
    .mission-one-block {
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
    
    .mission-two-block {
        max-width: 100%;
    }
    
    .mission-two-block img {
        max-width: 100%;
        width: 100%;
    }
    
    .full-image {
        padding: 0 20px;
    }
    
    .full-image img {
        max-width: 100%;
        width: 100%;
    }
    
    .services {
        padding: 0 20px;
    }
    
    .services-two-blocks {
        grid-template-columns: 1fr;
        justify-items: center;
    }
    
    .services-one-block {
        padding: 40px 30px;
        width: 100%;
    }
    
    .services-two-blocks h2 {
        font-size: 24px;
    }
    
    .services-two-block {
        margin-left: 0;
        margin-right: 0;
        margin-top: -25px;
        padding-left: 0;
        max-width: 824px;
        width: 100%;
        display: flex;
        justify-content: center;
    }
    
    .services-two-block img {
        max-width: 100%;
    }
    
    .specialists-three-blocks {
        flex-wrap: wrap;
        justify-content: center;
        gap: 40px;
    }
    
    .specialists-one-block,
    .specialists-two-block {
        max-width: 400px;
        width: calc(50% - 20px);
    }
    
    .specialists-three-block {
        max-width: 400px;
        width: 100%;
    }
    
    .feedback-slider-container {
        padding: 0 60px;
    }

    .feedback-three-block {
        margin-top: 60px;
    }
    
    .slider-arrow {
        width: 45px;
        height: 45px;
    }
    
    .slider-arrow.prev {
        left: 0;
    }
    
    .slider-arrow.next {
        right: 0;
    }
    
    .blocks-one-screen {
        padding: 0 40px;
        gap: 20px;
        margin-bottom: 100px;
    }
    
    .blocks-one-screen .two-block {
        max-width: 100%;
    }
    
    
    .nav-list {
        gap: 20px;
    }
    
    .nav-list li a {
        font-size: 14px;
    }
}

@media (min-width: 426px) and (max-width: 768px) {
    body {
        padding-top: 100px;
    }

    .blocks-one-screen{
        margin-top: 30px;
        margin-bottom: 50px;
    }

    h2 {
        font-size: 20px;
        margin-bottom: 25px;
        margin-top: 0;
    }
    
    .site-header {
        background-color: transparent;
    }
    
    .nav-toggle span {
        background-color: #023A7D;
    }
    
    /* Показываем full.svg на планшетах */
    .blocks-one-screen .two-block img[src*="full.svg"] {
        display: block !important;
    }
    
    /* Скрываем full-mobile.svg на планшетах */
    .blocks-one-screen .two-block img[src*="full-mobile.svg"] {
        display: none !important;
    }
    
    .nav-toggle {
        display: flex;
        z-index: 1002;
    }
    
    .logo {
        position: relative;
        z-index: 1002;
    }
    
    .nav-list {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: white;
        flex-direction: column;
        padding: 125px 30px 30px;
        gap: 25px;
        display: none;
        align-items: flex-start;
        z-index: 1001;
    }
    
    .nav-list.active {
        display: flex;
    }
    
    .nav-list li a {
        color: #333;
        font-size: 16px;
        font-weight: 700;
    }

    .nav-list li:last-child {
        margin-left: 0;
    }
    
    .btn-primary-nav {
        width: 100%;
        text-align: center;
        display: block;
        margin-top: 20px;
    }
    
    .nav-toggle.active span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }
    
    .nav-toggle.active span:nth-child(2) {
        opacity: 0;
    }
    
    .nav-toggle.active span:nth-child(3) {
        transform: rotate(-45deg) translate(5px, -5px);
    }
    
    .feedback-slide {
        padding: 40px 30px;
    }
    
    .slider-arrow.prev {
        left: -60px;
    }
    
    .slider-arrow.next {
        right: -60px;
    }

    .container {
        padding: 0 15px;
    }

    .about {
        max-width: 515px;
        margin-bottom: 50px;
    }

    .about p {
        font-size: 18px;
        line-height: 32px;
    }

    .container-why-we {
        padding: 0 ;
    }

    .about-five-blocks {
        flex-wrap: wrap;
    }

    .about-five-blocks .one-block img, .about-five-blocks .two-block img, .about-five-blocks .three-block img, .about-five-blocks .four-block img, .about-five-blocks .five-block img {
        max-width: 120px;
    }

    .about-five-blocks .one-block p, .about-five-blocks .two-block p, .about-five-blocks .three-block p, .about-five-blocks .four-block p, .about-five-blocks .five-block p {
        font-size: 16px;
    }

    .why-we-p {
        font-size: 18px;
    }

    .why-we {
        margin-bottom: 50px;
    }

    .mission-two-blocks {
        flex-direction: column;
        align-items: center;
        margin-bottom: 50px;
    }

    .our-mission {
        padding: 0;
    }

    .mission-one-block {
        margin-right: 0;
        margin-bottom: 25px;
    }

    .mission-two-block img {
        max-width: 689px;
        border-radius: 40px;
        border: 2px solid #296FCE;
        margin: 0 auto;
        display: block;
    }

    .mission-one-block p {
        font-size: 18px;
        line-height: 33px;
    }

    .mission-one-block br {
        display: none;
    }

    .full-image {
        display: none;
    }

    .for-somebody {
        padding: 0;
    }

    .for-somebody-two-blocks {
        gap: 20px;
    }

    .for-somebody-two-blocks img {
        max-width: 99px;
        margin-right: 10px;
    }

    .for-somebody-two-blocks ul li {
        line-height: 26px;
        font-size: 16px;
    }

    .for-somebody {
        padding: 0;
        margin-bottom: 50px;
    }

    .for-somebody-two-blocks h3 {
        font-size: 18px;
    }

    .somebody-two-blocks {
        margin-bottom: 25px;
    }

    .services-two-blocks {
        grid-template-columns: 1fr;
    }

    .services {
        padding: 0;
        margin-bottom: 50px;
    }
    
    .services-two-blocks {
        grid-template-columns: 1fr;
    }
    
    .services-one-block {
        padding: 40px 30px;
    }
    
    .services-two-blocks h2 {
        font-size: 20px;
    }
    
    .services-two-block {
        margin-left: 0;
        margin-top: -20px;
        padding-left: 0;
    }
    
    .services-two-block img {
        max-width: 100%;
    }

    .services-one-block ul li {
        font-size: 16px;
    }

    .services-one-block p {
        font-size: 16px;
    }

    .specialists-one-block, .specialists-two-block {
        flex: 0 0 calc(50% - 20px);
        margin-bottom: 25px;
    }
    
    .specialists-three-block {
        flex: 0 0 100%;
    }

    .specialists-three-blocks {
        margin-bottom: 50px;
    }

    .specialists-three-blocks {
        flex-wrap: wrap;
    }

    .specialists-three-blocks p {
        font-size: 16px;
    }
    
    .specialists-one-block, .specialists-one-block, .specialists-two-block {
        margin-bottom: 25px;
    }

    .specialists-one-block img, .specialists-two-block img, .specialists-three-block img {
        max-width: 99px;
    }

    h3 {
        margin-top: 15px;
        margin-bottom: 15px;
        font-size: 18px;
    }

    .specialists-three-blocks p {
        margin-top: 0;
    }

    .feedback-three-block {
        padding: 0;
    }

    .feedback-slider-container {
        display: flex;
        justify-content: center;
    }

    .feedback-slider {
        max-width: 609px;
        display: flex;
        justify-content: center;
    }
    
    .feedback-header {
        align-items: flex-start;
    }
    
    .feedback-avatar,
    .feedback-initials {
        width: 60px;
        height: 60px;
        font-size: 22px;
    }
    
    .slider-arrow {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }
    
    .slider-arrow.prev {
        left: 10px;
    }
    
    .slider-arrow.next {
        right: 10px;
    }

    .feedback-three-block {
        margin-bottom: 50px;
    }

    .licence {
        margin-bottom: 50px;
    }

    .licence p {
        font-size: 16px;
        line-height: 28px;
        margin-top: 25px;
    }
    
    .licence-one-block img,
    .licence-two-block img {
        max-width: 100%;
    }

    .licence-one-block img, .licence-two-block img {
        max-width: 190px;
    }

    .contacts-one-block p {
        font-size: 16px;
    }

    .contacts-one-block {
        margin-bottom: 25px;
    }

    .contacts-one-block {
        margin-bottom: 25px;
    }

    .contacts {
        margin-bottom: 50px;
    }

    .contacts-two-blocks {
        grid-template-columns: 1fr;
        gap: 20px;
    }

        footer {
        padding: 25px;
    }
    
    .footer-main {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 40px;
    }
    
    .footer-bottom {
        align-items: flex-start;
    }

    .footer-contact-info p {
        font-size: 16px;
    }

    .footer-disclaimer {
        font-size: 16px;
        text-align: center;
    }

    .footer-copyright {
        font-size: 16px;
    }

    .footer-logo {
        max-width: 75px;
    }

    .footer-column ul li a{
        font-size: 16px;
    }

}




@media (max-width: 425px) {

    h2 {
        font-size: 20px;
        margin-bottom: 25px;
        margin-top: 0;
    }
    
    body {
        padding-top: 100px;
    }
    
    .site-header {
        background-color: transparent;
    }
    
    .nav-toggle {
        display: flex;
        z-index: 1002;
    }
    
    .nav-toggle span {
        background-color: #023A7D;
    }
    
    .logo {
        position: relative;
        z-index: 1002;
    }
    
    .nav-list {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: white;
        flex-direction: column;
        padding: 125px 30px 30px;
        gap: 25px;
        display: none;
        align-items: flex-start;
        z-index: 1001;
    }
    
    .nav-list.active {
        display: flex;
    }
    
    .nav-list li a {
        color: #333;
        font-size: 18px;
        font-weight: 700;
    }
    
    .nav-list li:last-child {
        margin-left: 0;
    }
    
    .btn-primary-nav {
        width: 100%;
        text-align: center;
        display: block;
        margin-top: 20px;
    }
    
    .nav-toggle.active span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }
    
    .nav-toggle.active span:nth-child(2) {
        opacity: 0;
    }
    
    .nav-toggle.active span:nth-child(3) {
        transform: rotate(-45deg) translate(5px, -5px);
    }

    .blocks-one-screen .two-block img[src*="full.svg"] {
        display: none !important;
    }
    
    /* Показываем full-mobile.svg на телефонах */
    .blocks-one-screen .two-block img[src*="full-mobile.svg"] {
        display: block !important;
    }

    .feedback-slide {
        padding: 20px 20px 30px 20px;
    }

    .container {
        padding: 0;
    }

    .about {
        max-width: 315px;
        margin-bottom: 50px;
    }

    .about p {
        font-size: 16px;
        line-height: 28px;
    }

    .why-we {
        margin-bottom: 50px;
    }

    .why-we-p {
        font-size: 18px;
    }

    .container-why-we {
        padding: 0;
    }

    .about-five-blocks {
        flex-direction: column;
        align-items: center;
    }

    .about-five-blocks .one-block img, .about-five-blocks .two-block img, .about-five-blocks .three-block img, .about-five-blocks .four-block img, .about-five-blocks .five-block img {
        max-width: 106px;
    }

    .about-five-blocks .one-block p, .about-five-blocks .two-block p, .about-five-blocks .three-block p, .about-five-blocks .four-block p, .about-five-blocks .five-block p {
        font-size: 16px;
        line-height: 26px;
    }

    .full-image {
        display: none;
    }

    .for-somebody-two-blocks {
        flex-direction: column;
    }

    .for-somebody-two-blocks img {
        max-width: 99px;
        margin-right: 10px;
    }

    .for-somebody-two-blocks ul li {
        line-height: 26px;
        font-size: 16px;
    }

    .for-somebody {
        padding: 0;
        margin-bottom: 50px;
    }

    .for-somebody-two-blocks h3 {
        font-size: 16px;
    }

    .somebody-two-blocks {
        margin-bottom: 25px;
    }

    .mission-two-blocks {
        margin-bottom: 50px;
        flex-direction: column;
    }

    .mission-one-block {
        margin-right: 0;
    }

    .mission-one-block p {
        font-size: 18px;
        margin-top: 0;
        line-height: 26px;
    }

    .mission-two-block {
        margin: 0 auto;
    }

    .mission-two-block img {
        max-width: 348px;
        margin-top: 15px;

    }

    .our-mission {
        padding: 0;
    }
    
    .services {
        padding: 0;
    }
    
    .services-two-blocks {
        grid-template-columns: 1fr;
    }
    
    .services-one-block {
        padding: 40px 30px;
    }
    
    .services-two-blocks h2 {
        font-size: 20px;
    }
    
    .services-two-block {
        margin-left: 0;
        margin-top: -20px;
        padding-left: 0;
    }
    
    .services-two-block img {
        max-width: 100%;
    }

    .specialists-three-blocks {
        margin-bottom: 50px;
    }

    .specialists-three-blocks {
        flex-direction: column;
    }

    .specialists-three-blocks p {
        font-size: 16px;
    }
    
    .specialists-one-block, .specialists-one-block, .specialists-two-block {
        margin-bottom: 25px;
    }

    .specialists-one-block img, .specialists-two-block img, .specialists-three-block img {
        max-width: 99px;
    }

    h3 {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .specialists-three-blocks p {
        margin-top: 0;
    }
    
    .blocks-one-screen {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto;
        padding: 0 20px;
        margin-bottom: 50px;
    }

    .feedback-three-block {
        padding: 0;
    }

    .feedback-slider-container {
        display: flex;
        justify-content: center;
    }

    .feedback-slider {
        max-width: 299px;
        display: flex;
        justify-content: center;
    }
    
    .feedback-header {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .feedback-avatar,
    .feedback-initials {
        width: 60px;
        height: 60px;
        font-size: 22px;
    }
    
    .slider-arrow {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }
    
    .slider-arrow.prev {
        left: 10px;
    }
    
    .slider-arrow.next {
        right: 10px;
    }

    .licence {
        margin-bottom: 50px;
    }

    .contacts-one-block p {
        font-size: 16px;
    }

    .contacts-one-block {
        margin-bottom: 25px;
    }

    .contacts-one-block {
        margin-bottom: 25px;
    }

    .contacts {
        margin-bottom: 50px;
    }
    
    .licence-images {
        flex-direction: column;
        align-items: center;
        gap: 25px;
        max-width: 205px;
        margin: 0 auto;
    }

    .licence p {
        font-size: 16px;
        line-height: 28px;
        margin-top: 25px;
    }
    
    .licence-one-block img,
    .licence-two-block img {
        max-width: 100%;
    }
    
    .contacts-two-blocks {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .footer-contact-info p {
        font-size: 16px;
    }

    .footer-disclaimer {
        font-size: 16px;
    }

    .footer-copyright {
        font-size: 16px;
    }

    .footer-logo {
        max-width: 75px;
    }

    .footer-column ul li a{
        font-size: 16px;
    }

    .feedback-name {
        font-size: 16px;
    }

    .feedback-text {
        font-size: 14px;
        line-height: 28px;
    }

    .feedback-three-block {
        margin-bottom: 50px;
    }
    
    #map {
        height: 300px;
    }

    footer {
        padding: 25px;
    }
    
    .footer-main {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
    }

    .mission-two-blocks p {
        font-size: 16px;
        line-height: 28px;
    }

    .services-one-block ul li {
        font-size: 16px;
    }

    .services-one-block p {
        font-size: 16px;
    }

    .specialists-one-block p, .specialists-two-block p, .specialists-three-block p {
        text-align: left;
    }

    .licence {
        padding: 0;
    }

    .container {
        padding: 0 10px;
    }

    .contacts {
        padding: 0;
    }

}


/* Стили для таблиц */
.table {
    width: 100%;
    border: none;
    margin-bottom: 20px;
}

.table thead th {
    font-weight: bold;
    text-align: left;
    border: none;
    padding: 10px 15px;
    background: #d8d8d8;
    font-size: 14px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.table tbody td {
    text-align: left;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 10px 15px;
    font-size: 14px;
    vertical-align: top;
}

.table thead tr th:first-child, 
.table tbody tr td:first-child {
    border-left: none;
}

.table thead tr th:last-child, 
.table tbody tr td:last-child {
    border-right: none;
}

.table tbody tr:nth-child(even) {
    background: #f3f3f3;
}


/* Стили для табов прайс-листа */
.price-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 50px;
    justify-content: center;
}

.price-tab-btn {
    padding: 12px 18px;
    background-color: #023A7D;
    border: none;
    border-radius: 22px;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.3s;
    color: white;
    font-weight: 400;
}

.price-tab-btn:hover {
    background-color: #296FCE;
}

.price-tab-btn.active {
    background-color: #296FCE;
    font-weight: 700;
}

.price-tab-content {
    display: none;
}

.price-tab-content.active {
    display: block;
}

@media (max-width: 768px) {
    .price-tabs {
        flex-direction: column;
        align-items: stretch;
    }
    
    .price-tab-btn {
        width: 100%;
        text-align: center;
    }
}


/* Стили для страницы прайс-листа */
.price-page-title {
    margin: 0 auto;
    text-align: center;
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 50px;
    line-height: 1.4;
    max-width: 1132px;
    margin-top: 50px;
}

.price-page-description {
    text-align: left;
    font-size: 18px;
    line-height: 35px;
    margin-bottom: 50px;
    padding: 0 30px;
}

.price-page-subtitle {
    font-size: 28px;
    font-weight: bold;
    margin-top: 50px;
    margin-bottom: 50px;
}

.price-page-list {
    list-style-position: inside;
    padding-left: 5px;
    margin-left: 0;
}

.price-page-list li {
    font-size: 16px;
    line-height: 33px;
}

.price-page-list li:last-child {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .price-page-title {
        font-size: 22px;
        padding: 0 20px;
    }
    
    .price-page-description {
        font-size: 16px;
        padding: 0 20px;
    }
    
    .price-page-subtitle {
        font-size: 20px;
        padding: 0 20px;
    }
    
    .price-page-list {
        padding: 0 20px;
    }
    
    .price-page-list li {
        font-size: 16px;
    }
}


/* Cookie уведомление */
.cookie-notice {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(2, 58, 125, 0.95);
    color: white;
    padding: 20px;
    z-index: 9999;
    transform: translateY(100%);
    transition: transform 0.3s ease-in-out;
}

.cookie-notice.show {
    transform: translateY(0);
}

.cookie-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.cookie-content p {
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
}

.cookie-accept {
    background-color: #296FCE;
    color: white;
    border: none;
    padding: 12px 30px;
    border-radius: 25px;
    cursor: pointer;
    font-size: 16px;
    white-space: nowrap;
    transition: background-color 0.3s;
}

.cookie-accept:hover {
    background-color: #357ABD;
}

@media (max-width: 768px) {
    .cookie-content {
        flex-direction: column;
        text-align: center;
    }
    
    .cookie-content p {
        font-size: 14px;
    }
    
    .cookie-accept {
        width: 100%;
    }
}

/* Стили для страницы sitemap */
.sitemap-content {
    max-width: 1200px;
    margin: 0 auto;
}

.sitemap-section {
    margin-bottom: 50px;
}

.sitemap-list {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}

.sitemap-list li {
    margin-bottom: 15px;
    padding: 15px 20px;
    background-color: #f8f9fa;
    border-left: 4px solid #296FCE;
    border-radius: 8px;
    font-size: 16px;
    line-height: 1.5;
    transition: all 0.3s ease;
}

.sitemap-list li:hover {
    background-color: #e9ecef;
    transform: translateX(5px);
}

.sitemap-list li a {
    color: #296FCE;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s;
}

.sitemap-list li a:hover {
    color: #023A7D;
    text-decoration: underline;
}

.sitemap-list li strong {
    color: #023A7D;
    font-weight: 700;
}

@media (max-width: 768px) {
    .sitemap-content {
        padding: 0 20px;
    }
    
    .sitemap-list li {
        padding: 12px 15px;
        font-size: 14px;
    }
    
    .sitemap-section {
        margin-bottom: 40px;
    }
}

/* Стили для карты сайта */
.sitemap-content {
    max-width: 1200px;
    margin: 0 auto;
}

.sitemap-section {
    margin-bottom: 40px;
}

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

.sitemap-list li {
    margin-bottom: 15px;
    padding-left: 20px;
    position: relative;
    font-size: 16px;
    line-height: 1.5;
}

.sitemap-list li:before {
    content: "→";
    position: absolute;
    left: 0;
    color: #296FCE;
    font-weight: bold;
}

.sitemap-list a {
    color: #296FCE;
    text-decoration: none;
    font-weight: 600;
}

.sitemap-list a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .sitemap-list li {
        font-size: 14px;
        padding-left: 15px;
    }
}