@font-face {
    font-family: 'Roboto Slab';
    src: url('../fonts/RobotoSlab-VariableFont_wght.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/RobotoCondensed-VariableFont_wght.ttf') format('truetype');
    font-display: swap;
}
@font-face {
    font-family: 'Russo';
    src: url('../fonts/RussoOne-Regular.ttf') format('truetype');
    font-display: swap;
}
:root{
    --container: 82px;
    --green:#2E3B25;
    --lightgreen:#A1A340;
}
h1 {
    font-family: "Russo", Sans-serif;
    font-size: 40px;
    line-height: 1.2;
}

h2 {
    font-family: "Russo", Sans-serif;
    font-weight: 400;
    font-size: calc(32px + 32*(100vw - 360px) / 1560);
    margin-top: 12px;
}
h3{
font-size: calc(24px + 8*(100vw - 360px) / 1560);
    font-weight: 400;
    margin-top: 8px;
}
ps {
    padding-left: 20px;
    padding-right: 20px;
}

pl {
    padding-left: 20px;
}

pr {
    padding-right: 20px;
}

pt {
    padding-top: 20px;
    padding-bottom: 20px;
}
html{
    scroll-behavior: smooth;
    scroll-padding-top: 100px;
}
body{
    font-family: "Roboto", Sans-serif;
    background-color: #fff;
    position: relative;
}
.page-404{
    width: 100%;
    display: flex;
    padding: 200px 0px 80px;
    background-image: url('/storage/images/fon_blok5-scaled.webp');
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    color: #142816;
    height: calc(80vh - 200px);
    gap: 20px;
    align-items: center;
    flex-direction: column;
    font-family: "Tektur", Sans-serif;
    justify-content: space-between;
    border-bottom: 1px solid #006800;
}
.page-404__heading{
    font-size: 72px;
    font-family: "Tektur", Sans-serif;
}
.page-404__text{
    font-size: 120px;
}
.page-404__link{
    text-align: center;
    padding: 12px 22px;
    background-color: #006800;
    transition: .5s;
    border-radius: 6px;
    color: white;
}
.scroll-button{
    position: fixed;
    opacity: 0;
    right: 30px;
    bottom: 30px;
    background-color: #006800;
    transition: all 0.3s ease-in-out 0s;
    padding: 15px 15px 15px 15px;
    border-radius: 2px 2px 2px 2px;
    z-index: 5;
    cursor: pointer;
}
.scroll-button:active{
    background-color: #A9DDA9;
    transition: all 0.3s ease-in-out 0s;
}
.scroll-button svg{
    width: 14px;
    height: 16px;
    display: block;
}
.scroll-button.show{
    opacity: 1;
}
body.no-scroll{
    overflow-y: hidden;
}
.modal-wrapper{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #00000080;
    display: none;
    z-index: 15;
}
.modal-wrapper.active{
    display: block;
}
#callback-modal {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width: 800px;
    width: 100%;
    background-color: #fff;
    border-radius: 20px;

}
.z5{
    z-index: 5;
}
#menu-modal {
    position: absolute;
    top: 77px;
    left: 0;
    width: 100%;
    background-color: #2E3B25;
    height: calc(100% - 77px);
}
.menu-modal{
    display: flex;
    flex-direction: column;
    padding: 32px var(--container);
    height: 100%;
    box-sizing: border-box;
}
.menu-modal__list{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.menu-modal__item{
    font-size: 20px;
    color: white;
    font-family: "Russo", Sans-serif;
    text-transform: uppercase;
}
.menu-modal__contacts-block{
    display: flex;
    justify-content: space-between;
    margin-top: 12px;
    align-items: start;
}
.menu-modal__contacts-phones{
    display: flex;
    flex-direction: column;
    gap: 16px;
    color: white;
}
.menu-modal__contacts-phones > a{
    color: white;
}
.menu-modal__contacts-address{
    color: white;
}
.menu-modal__contacts-vk{
    display: flex;
    align-items: center;
    gap: 8px;
    color: white;
}
.callback-modal {
    position: relative;
    padding: 52px;
}
.menu-modal__contacts{
    margin-top: 32px;
}
.menu-modal__btn{
    background-color: #A1A340;
    padding: 12px;
    border-radius: 12px;
    color: white;
    font-size: 18px;
    text-align: center;
    margin-top: auto;
}
.modal-close {
    position: absolute;
    top: 16px;
    right: 16px;
    cursor: pointer;
}
.callback-form {}
.callback-form input[type="text"]{
    width: 100%;
    background-color: #E6E6E6;
    border-radius: 12px;
    padding: 12px 20px;
    box-sizing: border-box;
    border: unset;
    font-size: 18px;
}
.callback-form .iti{
    margin-top: 16px;
}
.callback-form input[type="text"]:active{
    border: unset;
}
.callback-form input[type="text"]::placeholder{
    color: #808080;
    font-size: 18px;
}
.callback-form input[type="text"]:not(:first-of-type){
    margin-top: 16px;
}
.callback-form input[type="submit"]{
    background-color: #A1A340;
    border-radius: 12px;
    text-align: center;
    color: white;
    font-size: 18px;
    margin-top: 52px;
    padding: 12px;
    width: 100%;
}
.checkbox-wrapper {}
header{

}
.header {
    backdrop-filter: blur(10px);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    box-sizing: border-box;
    padding: 18px var(--container);
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: white;
    border-bottom: 1px solid #C2C2C233;
    background-color: #1414141A;
}
.header-logo {
    max-width: 195px;
    display: flex;
    gap: 12px;
    align-items: center;
}
.header-nav {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}
.header-nav__item {
    display: block;
    padding: 8px 16px;
    color: white;
    white-space: nowrap;
}
.header-contacts {
    display: flex;
    gap: 20px;
    align-items: center;
    color: white;
    white-space: nowrap;
    margin-right: 8px;
}
.header-contacts a{
    color: white;
}
.header-vk {
    display: flex;
    gap: 8px;
    align-items: center;
    padding: 8px 16px;
    color: white;

}
.header-callback {
    color: white;
    padding: 12px 20px;
    background-color: var(--lightgreen);
    border-radius: 12px;
    white-space: nowrap;
    cursor: pointer;
}
.header-burger {
    display: none;
}
.header-burger path{
    transition: transform 0.3s ease, opacity 0.3s ease;
    transform-origin: center;
}
.header-burger.active svg path:first-of-type{
    transform: rotate(45deg) translate(0px, 5px);
}
.header-burger.active svg path:nth-of-type(2){
    transform: rotate(-45deg) translate(0px, -5px);
}
footer {}
.footer {
    background-color: var(--green);
    color: white;
}
.footer-top {
    padding: 52px var(--container) 0px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px;
}
.footer-logo {
    max-width: 320px;
    display: flex;
    gap: 8px;
    align-items: center;
}
.footer-logo svg{
    flex-shrink: 0;
}
.footer-nav {
    display: flex;
    gap: 40px;

}
.footer-nav > a{
    color: white;
}
.footer-body {
    margin-top: 52px;
    display: flex;
    justify-content: space-between;
    padding: 0px var(--container);
    flex-wrap: wrap;
    gap: 40px;
}
.footer-contacts {
    max-width: 426px;
    width: 100%;
}
.footer-contacts > a{
    color: white;
}
.footer-address {
    width: 100%;
}
.footer-vk {
    display: inline-flex;
    align-items: center;
    margin-right: 58px;
    margin-top: 16px;
}
.footer-phones{
    display: inline-flex;
    gap: 16px;
}
.footer-phones > a{
    color: white;
}
.footer-personal {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.footer-personal > a {
    color: #808080;

}
.footer-bottom {
    margin-top: 100px;
}
.footer-heading {
    width: 100%;
    padding: 12px;
    border-top: 1px solid #C2C2C233;
    border-bottom: 1px solid #C2C2C233;
    box-sizing: border-box;text-align: center;
}
.footer-bottom__list {
    width: 100%;
    display: flex;

}
.footer-bottom__list > a{
        padding: 12px;
    flex-grow: 1;
    text-align: center;
    color: #808080;
    transition: .3s;
}
.footer-bottom__list > a:not(:last-of-type){
    border-right: 1px solid #C2C2C233;
}
.footer-personal-mobile {
    display: none;
}
.main-banner{
    background-color: var(--green);
    height: 900px;
    padding: 0px var(--container) 68px;
    border-bottom-right-radius: 100px;
    border-bottom-left-radius: 100px;
    position: relative;
    color: white;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}
.main-banner__heading{
    font-size: 72px;
    font-weight: 400;
    max-width: 868px;
    text-transform: uppercase;
    margin-top: 148px;
    z-index: 1;
}
.main-banner__img {
    position: absolute;
    bottom: -115px;
    right: 55px;
    z-index: 0;
}
.main-banner__money {
    font-size: 100px;
    font-weight: 400;
    margin-top: 20px;
    z-index: 1;

}
.main-banner__btn {
    z-index: 1;
    cursor: pointer;
    max-width: 572px;
    width: 100%;
    padding: 20px;
    color: white;
    background-color: #A1A340;
    border-radius: 12px;
    text-align: center;
    font-size: 24px;
    margin-top: 32px;
}
.main-banner__bottom {
    margin-top: auto;
    display: flex;
    gap: 40px;
    align-items: center;
    z-index: 1;
}
.main-banner__bottom p{
    max-width: 400px;
    font-size: 28px;
}
.main-banner__bottom h2{
}
.content-block.type-1 {
    padding: 100px var(--container) 0px;
}
.content-block.type-1 .heading {
    max-width: 1164px;
    font-weight: 600;
    text-transform: uppercase;
}
.content-block.type-1 .text {
    margin-top: 32px;
    font-size: 18px;
    max-width: 720px;
}
.content-block.type-1 .blocks {
    margin-top: 52px;
    display: flex;
    gap: 20px;

}
.content-block.type-1 .block {
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    height: 488px;
    width: 50%;
    color: white;
}
.content-block.type-1 .block .block-content{
    padding: 32px;
}
.content-block.type-1 .block:first-of-type{
    justify-content: end;
}
.content-block.type-1 .block:last-of-type{
    justify-content: start;
}
.content-block.type-1 .block-img{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}
.content-block.type-1 .block-shadow{
    position: absolute;
    z-index: -1;
    background-color: #00000080;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.content-block.type-1 .block-heading {
    text-transform: uppercase;
    font-weight: 600;
}
.content-block.type-1 .block-money {
    margin-top: 16px;
    text-transform: uppercase;
    font-weight: 400;
}
.content-block.type-1 .block-list {
    margin-top: 16px;

}
.content-block.type-1 .block-list__item {
    font-size: 28px;
    padding-left: 20px;
    position: relative;
}
.content-block.type-1 .block-list__item:before{
    content: '';
    width: 8px;
    height: 8px;
    background-color: var(--lightgreen);
    top: 12px;
    border-radius: 100px;
    position: absolute;
    left: 0px;
}
.advantages-and-faq {
    padding: 100px 0px;
    margin-top: 100px;
    background-color: var(--green);
    color: white;
    border-radius: 100px;
}
.advantages {}
.advantages-heading {
    font-weight: 400;
    text-transform: uppercase;
    max-width: 1164px;
    width: 100%;
    padding: 0 var(--container);
    box-sizing: border-box;
}
.advantages-list {
    margin-top: 32px;
    display: flex;
    flex-direction: column;

}
.advantages-item {
    border-top: 1px solid #C2C2C233;
    display: flex;
    gap: 20px;
}
.advantages-item:last-child {
    border-bottom: 1px solid #C2C2C233;

}
.advantages-item__img {
    padding: 32px 0px 32px var(--container);
    max-width: 571px;
    width: 100%;

}
.advantages-item__img img{
    border-radius: 20px;
    height: 100%;
    object-fit: cover;
}
.advantages-item__heading {
    border-right: 1px solid #C2C2C233;
    padding: 64px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 572px;
    width: 100%;
    box-sizing: border-box;

}
.advantages-item__heading-num {
    font-weight: 400;
}
.advantages-item__heading-name {
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 600;
}
.advantages-item__content {
    border-right: 1px solid #C2C2C233;
    padding: 64px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 572px;
    width: 100%;
    box-sizing: border-box;
}
.advantages-item__content ul{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.advantages-item__content ul li{
    font-size: 18px;
    position: relative;
    padding-left: 12px;
}
.advantages-item__content ul li:before{
    content: '';
    width: 5px;
    height: 5px;
    background-color: var(--lightgreen);
    top: 8px;
    border-radius: 100px;
    position: absolute;
    left: 0px;

}
.advantages-item__content button{
    background-color: #A1A340;
    border-radius: 12px;
    padding: 12px 20px;
    width: fit-content;
    color: white;
    font-size: 18px;
    font-family: "Roboto", Sans-serif;

}

.faq {
    margin-top: 100px;
    padding: 0px var(--container);
}
.faq-heading{
    font-weight: 400;
    text-transform: uppercase;

}
.faq-list{
    margin-top: 32px;
}
.faq-item {
    padding: 32px 12px;
}
.faq-question {
    display: flex;
    gap: 52px;
    cursor: pointer;
}
.faq-answer {
    margin-left: 96px;
    max-height: 0px;
    height: auto;
    overflow: hidden;
    opacity: 0;
    transition: all 0.3s ease;
    max-width: 608px;
    font-size: 18px;
}
.faq-item__num{
    font-size: 32px;
    font-weight: 400;
    font-family: "Russo", Sans-serif;

}
.faq-question__text{
    color: white;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 400;
    font-family: "Russo", Sans-serif;

}
.faq-item__icon{
    margin-left: auto;
}
.faq-item.active .faq-item__num{
    color: #808080;

}
.faq-item.active .faq-question__text{
    color: #808080;
}
.faq-item.active .faq-item__icon svg path:first-of-type{
    display: none;
}
.faq-item.active .faq-answer{
    margin-top: 16px;
    transition: all 0.3s ease;
    opacity: 1;

}
.advantages-and-faq__footer {
    margin-top: 52px;
    padding: 0px var(--container);
    display: flex;
    gap: 40px;
    align-items: center;
}
.advantages-and-faq__text {max-width: 400px;
    font-size: 28px;}
.advantages-and-faq__num {
    font-weight: 400;

}

.content-block.type-2{
    padding: 100px var(--container) 0px;
}
.content-block.type-2 > .heading{
    font-weight: 400;
    max-width: 1164px;
    text-transform: uppercase;
}
.content-block.type-2 .blocks{
    margin-top: 32px;
}
.content-block.type-2 .blocks .block:first-of-type{
    display: flex;
    gap: 52px;

}
.content-block.type-2 .blocks .block:first-of-type .block-left{
    background-color: #141414;
    color: white;
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    max-width: 868px;
    width: 100%;
}
.content-block.type-2 .blocks .block:first-of-type .block-left .heading{
    font-size: 28px;
}
.content-block.type-2 .blocks .block:first-of-type .block-left .block-content .heading{
    font-size: 28px;
}
.content-block.type-2 .blocks .block:first-of-type .block-left .mobile-heading{
    display: none;
}
.content-block.type-2 .blocks .block:first-of-type .block-left .heading-mobile{
    font-weight: 600;
    display: none;
}
.content-block.type-2 .blocks .block:first-of-type .block-left .text{
    margin-top: 16px;
    max-width: 520px;
    font-size: 18px;
}
.content-block.type-2 .blocks .block:first-of-type .block-left img{
    position: absolute;
    z-index: 1;
    right: 0px;
    bottom: 0px;
    max-width: unset;
}
.content-block.type-2 .blocks .block:first-of-type .block-left button{
    background-color: var(--lightgreen);
    padding: 12px 20px;
    border-radius: 12px;
    color: white;
    font-size: 18px;
    margin-top: 52px;
    width: fit-content;
}
.content-block.type-2 .blocks .block:first-of-type .block-left .block-content{
    padding: 52px 32px;
    z-index: 1;
    position: relative;
}
.content-block.type-2 .blocks .block:first-of-type .block-left .block-content .mobile-heading{
    display: none;
}
.content-block.type-2 .blocks .block:first-of-type .block-right{

}
.content-block.type-2 .blocks .block:first-of-type .block-right .list .item{
    padding: 20px 12px;
}
.content-block.type-2 .blocks .block:first-of-type .block-right .list .item:not(:last-of-type){
    border-bottom: 1px solid #00000033;
}
.content-block.type-2 .blocks .block:first-of-type .block-right .list .item .name{
    font-weight: 600;
    font-size: 18px;
}
.content-block.type-2 .blocks .block:first-of-type .block-right .list .item .text{
    margin-top: 8px;
    font-size: 18px;
}

.content-block.type-2 .blocks .block:not(:first-of-type){
    margin-top: 100px;
}
.content-block.type-2 .blocks .block:nth-of-type(2){
    display: flex;
    justify-content: space-between;
    gap: 8px;
}
.content-block.type-2 .blocks .block:nth-of-type(2) .block-left{
    max-width: 720px;
    width: 100%;
}
.content-block.type-2 .blocks .block:nth-of-type(2) .block-left .heading{
    font-weight: 400;
    text-transform: uppercase;
}
.content-block.type-2 .blocks .block:nth-of-type(2) .block-left ul{
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.content-block.type-2 .blocks .block:nth-of-type(2) .block-left button{
    display: none;
}
.content-block.type-2 .blocks .block:nth-of-type(2) .block-left ul li{
    position: relative;
    padding-left: 12px;
}
.content-block.type-2 .blocks .block:nth-of-type(2) .block-left ul li:before{
    content: '';
    width: 5px;
    height: 5px;
    background-color: var(--lightgreen);
    top: 8px;
    border-radius: 100px;
    position: absolute;
    left: 0px;
}
.support {
    margin-top: 100px;
    background-color: var(--lightgreen);
    padding: 190px var(--container) 100px;
    border-radius: 100px;
    display: flex;
    justify-content: space-between;
}
.support-left {
    max-width: 868px;
    width: 100%;
    color: white;
}
.support-left__heading {
    text-transform: uppercase;
    font-weight: 400;
}
.support-left__text {
    margin-top: 32px;
    max-width: 567px;
}
.support-left__bottom {
    margin-top: 52px;
}
.support-right {
    max-width: 424px;
    width: 100%;
}
.support-right__text {
    font-size: 28px;
    margin-top: 20px;
    text-align: center;
    color: white;
}
.contract {
    position: relative;
    margin-top: -100px;
}
.contract-bg {
    position: absolute;
    z-index: -1;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.contract-shadow {
    position: absolute;
    z-index: -1;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #00000080;
}
.contact-content{
    color: white;
    padding: 225px var(--container);
}
.contract-heading {

    font-weight: 400;
    max-width: 868px;
    width: 100%;
    color: white;
    text-transform: uppercase;

}
.contract-text {
    margin-top: 32px;
    max-width: 720px;
    width: 100%;

}
.contract-btn {
    background-color: #A1A340;
    color: white;
    padding: 20px;
    max-width: 572px;
    width: 100%;
    border-radius: 12px;
    margin-top: 52px;
    text-align: center;
    font-size: 24px;
}
.callback-form .checkbox-wrapper{
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-family: inherit;
    font-weight: 400;
    margin: 30px 15px 0px;
    box-sizing: border-box;
    position: relative;
}
.callback-form .checkbox-wrapper input[type="checkbox"]{
    opacity: 0;
    position: absolute;
    width: auto;
}
.callback-form .checkbox-wrapper label{
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
}
.callback-form .checkbox-wrapper label:before{
    border: 2px solid #A1A340;
    box-sizing: border-box;
    transform: translateY(-50%);
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 20px;
    height: 20px;
    border-radius: 3px;
}
.footer-form__success{
    display: none;
}
.callback-form .checkbox-wrapper label:after {
    box-sizing: border-box;
    content: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='12px' height='12px'%3E%3Cpath d='M 20.738281 5.9941406 A 1.250125 1.250125 0 0 0 19.878906 6.3730469 L 9 17.234375 L 4.1152344 12.361328 A 1.250125 1.250125 0 1 0 2.3496094 14.130859 L 8.1171875 19.884766 A 1.250125 1.250125 0 0 0 9.8828125 19.884766 L 21.644531 8.140625 A 1.250125 1.250125 0 0 0 20.738281 5.9941406 z'/%3E%3C/svg%3E");
    position: absolute;
    left: 4px;
    top: 50%;
    transform: translateY(-50%) scale(0);
    border-radius: 1px;
    background-color: transparent;
    transition: .3s;
}
.callback-form .checkbox-wrapper input[type="checkbox"]:checked + label::after{
    transform: translateY(-50%) scale(1);
}
.faq-page {
    background-image: url('/storage/images/fon_blok5-scaled.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: left;
    padding: 160px 150px 140px;

}
.faq-page__title {
    font-family: "Tektur", Sans-serif;
    font-size: 60px;
    text-align: center;
}
.faq-page__list {
    display: flex;
    gap: 40px;
    flex-direction: column;
    margin-top: 40px;
}
.faq-page h1{
    font-family: "Tektur", Sans-serif;
    font-size: 60px;
    text-align: center;
}
.faq-page__item {
    font-family: "Tektur", Sans-serif;
    font-size: 24px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.faq-page__item-q {
    box-sizing: border-box;
    padding: 20px 32px;
    width: 85%;
    background-color: white;
    border: 1px solid #38893D;
    border-radius: 10px 10px 10px 0;
    color: black;

}
.faq-page__item-a {
    box-sizing: border-box;
    color: white;
    padding: 20px 32px;
    width: 85%;
    background-color: #38893D;
    border-radius: 0 10px 10px 10px;
    align-self: flex-end;
}
.blog-container{
    padding-top: 140px;
    background-image: url('/storage/images/fon_blok5-scaled.webp');
}
.blog {
    padding: 60px 0;
}

.blog__title {
    font-size: 32px;
    text-align: center;
    margin-bottom: 40px;
}

.blog__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px;
}

.blog-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0,0,0,0.05);
    transition: transform .2s ease;
}

.blog-card:hover {
    transform: translateY(-5px);
}

.blog-card__image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.blog-card__content {
    padding: 20px;
}

.blog-card__meta {
    font-size: 14px;
    color: #888;
    margin-bottom: 8px;
}

.blog-card__title {
    font-size: 20px;
    margin-bottom: 12px;
}

.blog-card__excerpt {
    color: #555;
    margin-bottom: 15px;
}

.blog-card__more {
    display: inline-block;
    color: #006800;
    font-weight: 500;
    text-decoration: unset;
}

.blog__pagination {
    margin-top: 40px;
    display: flex;
    justify-content: center;
}
.article-detail{
    padding-top: 160px;
    background-image: url('/storage/images/fon_blok5-scaled.webp');
}
.article-detail .container{
    max-width: 1200px;
}
.article-text h1 {
    font-weight: 600;
}
.article-text h2 {
    font-weight: 400;
    font-size: 32px;
    margin-top: 12px;
}
.article-text h3{
    font-size: 24px;
    font-weight: 400;
    margin-top: 8px;
}
.article-text ul{
    margin-top: 12px;
}
.article-text ul li{
    padding-left: 18px;
}
.article-text p{
    margin-top: 8px;
}
.article-cross {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.article-blocks{
    display: flex;
    gap: 20px;
    flex-direction: column;
    padding: 40px 0px;
}
/* Элементы по 50% на десктопе */
.article-cross .cross-item {
    flex: 0 0 calc(50% - 15px);
}

/* Нечётные блоки — reverse только на десктопе */
.article-cross.reverse {
    flex-direction: row-reverse;
    align-items: center;
}
.breadcrumbs {
    display: flex;
    align-items: center;
    padding: 1rem 0;
    margin-bottom: 2rem;
    border-bottom: 1px solid #e9ecef;
}

.breadcrumbs ul {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.breadcrumbs li {
    display: flex;
    align-items: center;
    font-size: 0.875rem;
    color: #6c757d;
}

.breadcrumbs li:not(:last-child)::after {
    content: "›";
    margin-left: 0.5rem;
    color: #adb5bd;
    font-size: 1rem;
    font-weight: bold;
}

.breadcrumbs a {
    color: #007bff;
    text-decoration: none;
    transition: all 0.3s ease;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
}

.breadcrumbs a:hover {
    color: #0056b3;
    background-color: #e9ecef;
    text-decoration: none;
}

.breadcrumbs span {
    color: #495057;
    font-weight: 500;
    padding: 0.25rem 0.5rem;
}

/* Альтернативные варианты разделителей */
.breadcrumbs--slash li:not(:last-child)::after {
    content: "/";
}

.breadcrumbs--chevron li:not(:last-child)::after {
    content: "»";
}

.breadcrumbs--arrow li:not(:last-child)::after {
    content: "→";
}

/* Темная тема */
.breadcrumbs--dark {
    background-color: #2c3e50;
    border-bottom-color: #34495e;
}

.breadcrumbs--dark li {
    color: #bdc3c7;
}

.breadcrumbs--dark a {
    color: #3498db;
}

.breadcrumbs--dark a:hover {
    color: #2980b9;
    background-color: #34495e;
}

.breadcrumbs--dark span {
    color: #ecf0f1;
}

/* Компактная версия */
.breadcrumbs--compact {
    padding: 0.5rem 0;
    margin-bottom: 1rem;
}

.breadcrumbs--compact li {
    font-size: 0.8rem;
}

/* Без фона */
.breadcrumbs--transparent {
    background-color: transparent;
    border-bottom: none;
}
.container {
    max-width: 1600px;
    margin: 0 auto;
}
.page-container{
    padding-top: 160px;
    padding-bottom: 130px;

}
.cookie{
    position: fixed;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    padding: 30px;
    display: flex;
    gap: 20px;
    align-items: center;
    border-radius: 20px;
    background-color: #fff;
    max-width: 1110px;
    z-index: 2;
    width: 100%;
    box-shadow: 0px 20px 10px 0px #1B2F3526;
}
.cookie-text{
    color: var(--text700);
}
.cookie-text a{
    text-decoration: underline;
    color: var(--text700);

}
.cookie-btn{
    border-radius: 25px;
    padding: 10px 20px;
    border: 1px solid #38893D;
    transition: 0.5s;
    cursor: pointer;
    white-space: nowrap;
}
@media (hover:hover) {
    .footer-bottom__list > a:hover{
        background-color: #A1A340;
        color: white;
    }
    .page-404__link:hover{
        transition: .5s;
        background-color: #99FF99;
    }
    .scroll-button:hover{
        background-color: #A9DDA9;
        transition: all 0.3s ease-in-out 0s;
    }
    .cookie-btn:hover{
        color: var(--text900);
        transition: 0.5s;
    }
}
@media (max-width: 1600px) {
    .advantages-item__img img{
        object-fit: cover;
        height: unset;
    }
    .blog__grid{
        padding: 0px 20px;
    }
}
@media (max-width: 1440px) {
.header-contacts{
    display: none;
}
    .article-detail{
        padding: 140px 20px 0px;
    }
}
/* ≤ 1399px */
@media (max-width: 1399px) {

}

/* ≤ 1199px */
@media (max-width: 1200px) {
    .support{
        display: flex;
        flex-direction: column;
        gap: 24px;
        margin-top: 40px;
    }
    .cookie{
        right: 15px;
        left: 15px;
        transform: unset;
        width: unset;
        bottom: 60px;
    }
}
@media (max-width: 1023px) {
    .article-detail{
        padding: 81px 20px 0px;
    }
    .page-404{
        padding: 100px 0px;
        height: 70vh;
    }
    .faq-page__title{
        font-size: 40px;
    }
    .faq-page__item{
        font-size: 20px;
        gap: 2px;
    }
    .faq-page__item-q{
        border-radius: 10px 10px 0px 0;
        width: 100%;
        box-sizing: border-box;
    }
    .faq-page__item-a {
        border-radius: 0 0px 10px 10px;
        width: 100%;
        box-sizing: border-box;
    }
    .faq-page{
        padding: 160px 20px 130px;
    }
}
/* ≤ 991px */
@media (max-width: 991px) {
    #callback-modal{
        right: var(--container);
        left: var(--container);
        transform: translateY(-50%);
        width: calc(100% - 24px);
        max-width: unset;
    }
    html{
        scroll-padding-top: 90px;
    }
    .callback-modal{
        padding: 52px 12px;
    }
    .content-block.type-1{
        padding: 40px var(--container);
    }

    .footer-body{
        margin-top: 32px;
    }
    .footer-bottom{
        margin-top: 32px;
    }
    .support{
        margin-top: 40px;
        padding: 80px var(--container) 40px;
        flex-direction: column-reverse;
        align-items: center;
    border-radius: 32px;
    }
    .support-right__text{
        font-size: 18px;
    }
    .support-left__text{
        margin-top: 32px;
    }
    .contract{
        margin-top: -40px;
    }
    .contact-content{
        padding: 70px var(--container) 40px;
    }
    .contract-text{
        margin-top: 16px;
    }
    .contract-btn{
        padding: 12px;
        font-size: 18px;
        margin-top: 106px;
    }
    .support-left__bottom{
        margin-top: 24px;
    }
    .content-block.type-2 .blocks .block:first-of-type .block-left .heading-mobile{
        display: block;
    }
    .content-block.type-2 .blocks .block:nth-of-type(2) .block-left ul{
        margin-top: 24px;
    }
    .content-block.type-2 .blocks .block:not(:first-of-type){
        margin-top: 40px;
    }
    .content-block.type-2 .blocks .block:nth-of-type(2) .block-left{
        max-width: unset;
        padding: 0px var(--container);
    }
    .content-block.type-2 .blocks .block:nth-of-type(2) .block-left button{
        display: block;
        background-color: #A1A340;
        font-size: 18px;
        border-radius: 12px;
        padding: 12px;
        color: white;
        margin-top: 24px;
    }
    .content-block.type-2 .blocks .block:first-of-type .block-right{
        display: none;
    }

    .content-block.type-2 .blocks .block:first-of-type .block-left .block-content .mobile-heading{
        display: block;
    }
    .content-block.type-2 .blocks .block:nth-of-type(2) .block-right{
        display: none;
    }
    .content-block.type-2 .blocks .block:first-of-type .block-left .mobile-heading{
        display: block;
        color: white;
        font-weight: 600;
    }
    .content-block.type-2 .heading{
        display: none;
    }
    .content-block.type-2 .blocks .block:nth-of-type(2) .block-left .heading{
        display: block;
    }
    .content-block.type-2 .blocks{
        margin-top: unset;
    }
    .content-block.type-2 .blocks .block:first-of-type{
        flex-direction: column;
        gap: 40px;
    }
    .content-block.type-2{
        padding: unset;

    }
    .content-block.type-2 .blocks .block:first-of-type .block-left{
        max-width: unset;
        border-radius: unset;
        border-bottom-right-radius: 32px;
        border-bottom-left-radius: 32px;
    }
    .content-block.type-2 .blocks .block:first-of-type .block-left img{
        filter: blur(3px);
        bottom: unset;
        top: 0px;
        right: -20%;

    }
    .content-block.type-2 .blocks .block:first-of-type .block-left button{
        display: none;
    }
    .content-block.type-2 .blocks .block:first-of-type .block-left .text{
        margin-top: 8px;
    }
    .content-block.type-2 .blocks .block:first-of-type .block-left .block-content{
        padding: 0px var(--container) 40px;
    }
    .content-block.type-2 .blocks .block:first-of-type .block-left .block-content .heading{
        font-size: 18px;
        display: block;
        margin-top: 24px;
        font-weight: 400;
    }
    .faq-item__num{
        display: inline;
        font-size: 20px;
        margin-right: 2px;
        color: #A1A340;
        font-weight: 900;

    }
    .faq-question{
        position: relative;
        display: block;
        margin-right: 50px;
    }
    .faq-item__icon{
        position: absolute;
        right: -50px;
        top: 50%;
        transform: translateY(-50%);
    }
    .content-block.type-1 .block-list__item{
        font-size: 18px;
    }
    :root{
        --container: 12px;

    }
    .advantages-item__heading-num{
        display: inline;
        margin-right: 8px;
    }
    .advantages-item__content{
        padding: unset;
    }
    .advantages-item__heading-name{
        display: inline;

    }
    .advantages-heading{
        padding: unset;
    }
    .advantages-list{
        margin-top: 24px;
        gap: 20px;
    }
    .advantages-item__heading{
        padding: unset;
    }
    .advantages-item__content{

    }
    .advantages-item:last-child{
        border-bottom: unset;
    }
    .advantages-item__content button{
        margin-top: 12px;
        width: 100%;
    }
    .faq-question__text{
        font-size: 20px;
        display: inline;
        font-weight: 600;
    }
    .faq-answer{
        margin-top: 8px;
        max-width: unset;
        margin-left: unset;
    }
    .faq{
        margin-top: 40px;
        padding: unset;
    }
    .faq-item{
        padding: 16px 12px;
        border-top: 1px solid #C2C2C233;
        margin: 0 -12px;
    }
    .faq-item.active .faq-item__num{
        color: #A1A340;
    }
    .advantages-and-faq__footer{
        display: none;
    }
    .advantages-and-faq{
        padding: 40px var(--container);
        border-radius: unset;
        border-top-left-radius: 32px;
        border-top-right-radius: 32px;
        margin-top: 40px;
    }
    .advantages-item__img{
        padding: unset;

    }

    .advantages-item{
        flex-direction: column;
        border-top: unset;
        gap: 12px;
    }
    .advantages-item__heading{
        max-width: unset;
        border-right: unset;
        display: inline;
    }
    .advantages-item__content{
        max-width: unset;
        border-right: unset;

    }
    .content-block.type-1 .blocks{
        flex-direction: column;
    }
    .content-block.type-1 .block{
        width: 100%;
        height: 400px;
    }
    .header-burger{
        display: block;
    }
.header-nav{
    display: none;
}
    .header-callback{
        display: none;
    }
    .header{
        background-color: #A1A340;
        padding: var(--container);
    }
    .header-logo{
        max-width: 156px;
        font-size: 14px;
    }
    .main-banner__heading{
        text-align: left;
        order: 1;
        margin-top: 84px;
        font-size: 32px;
    }
    .main-banner__money{
        order: 2;
    color: #A1A340;
        font-size: 44px;
        margin-top: 8px;
    }
    .main-banner__bottom p{
        font-size: 18px;
    }
    .main-banner__bottom h2{
        font-size: 32px;

    }
    .main-banner__btn{
        order: 4;
        margin: 20px auto 0px;
        box-sizing: border-box;
        font-size: 18px;
    }
    .main-banner__bottom{
        order: 3;
        flex-direction: column;
        gap: 12px;
        align-items: unset;
    }
    .main-banner{
        padding: 20px 12px;
        border-bottom-right-radius: 32px;
        border-bottom-left-radius: 32px;
        height: 700px;
    }
    .main-banner__img{
        width: 500px;
        bottom: 0px;
        right: 0px;
        max-width: unset;
    }
}

/* ≤ 767px */
@media (max-width: 767px) {
    .article-cross {
        flex-direction: column; /* важный момент */
    }
    .cookie{
        flex-direction: column;
        gap: 15px;
        padding: 20px;
        bottom: 82px;
    }
    /* Каждый элемент на 100% ширины */
    .article-cross .cross-item {
        flex: 0 0 100%;
    }

    /* И фиксируем порядок */
    .article-cross .img-1 { order: 1; }
    .article-cross .txt-1 { order: 2; }
    .article-cross .img-2 { order: 3; }
    .article-cross .txt-2 { order: 4; }

    /* Для reverse ОТКЛЮЧАЕМ инверсию */
    .article-cross.reverse {
        flex-direction: column;
    }
    .article-cross {
        grid-template-columns: 1fr;
    }
    .breadcrumbs {
        padding: 0.75rem 0;
        margin-bottom: 1.5rem;
    }

    .breadcrumbs ul {
        gap: 0.25rem;
    }

    .breadcrumbs li {
        font-size: 0.8rem;
    }

    .breadcrumbs a,
    .breadcrumbs span {
        padding: 0.125rem 0.25rem;
    }
    .blog{
        padding: 0px 0px 60px;
    }
    .advantages-item__img img{
        height: 230px;
    }
    .footer-logo{
        max-width: unset;
    }
    .footer-nav{
        flex-wrap: wrap;
        flex-direction: column;
        gap: 12px;
    }
    .footer-top{
        flex-direction: column;
        gap: 32px;
    }
    .footer-personal-mobile{
        display: flex;
        gap: 12px;
        padding: 32px 12px;
        flex-direction: column;

    }
    .footer-personal-mobile > a{
        color: #808080;

    }
    .footer-personal{
        display: none;
    }
    .footer-bottom__list{
        flex-wrap: wrap;
    }
    .footer-bottom__list > a{
        width: 100%;
    }
    .footer-bottom__list > a:not(:last-of-type){
        border-right: unset;
    }
    .footer-bottom__list > a{
        border-bottom: 1px solid #C2C2C233;

    }
    .footer-address{
    order: 1;
    width: 100%;}
    .footer-vk{
    margin: unset;
        order: 3;
        width: 50%;
        display: block;
        text-align: end;
        margin-top: 10px;
    }
    .footer-contacts{
        display: flex;
        flex-wrap: wrap;
        max-width: unset;
        align-items: start;
    }
    .footer-phones{
        order: 2;
        width: 50%;
        flex-wrap: wrap;
        margin-top: 10px;

    }
}

/* ≤ 575px */
@media (max-width: 575px) {
    .main-banner__img{
        width: 500px;
        bottom: 0px;
        right: -55%;
        max-width: unset;
    }
    .content-block.type-2 .blocks .block:nth-of-type(2) .block-left button{
        width: 100%;
    }
}
@media (max-width: 480px) {
    .breadcrumbs li {
        font-size: 0.75rem;
    }
    .cookie-btn{
        width: 100%;
        text-align: center;
        box-sizing: border-box;
    }
    .breadcrumbs li:not(:last-child)::after {
        margin-left: 0.25rem;
    }
}