:root{
    --blue-1:#45688E;
    --blue-2:#5782B2;
    --text-dark:#14233a;
    --muted:#6b7a90;
    --accent:#ff4d0d;
    --tg:#2196f3;
    --wa:#25d366;
}

body{
    font-family: 'Onest', sans-serif;
    color: #43454C;
    font-size: 1rem;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    color:#08172F;
}
.h1, .fs1, h1{
    font-size: 3.625rem;
    font-weight: 600;
    line-height: 1.3;
}
.h2, .fs2, h2{
    font-size: 2.875rem;
    font-weight: 500;
    line-height: 1.3;
}
.h3, .fs3, h3{
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1.3;
}
.h4, .fs4, h4{
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.4;
}
.h5, .fs5, h5{
    font-size: 1.63rem;
    font-weight: 500;
}
.h6, .fs6, h6{
    font-size: 1.375rem;
    font-weight: 500;
}
.border-left{
    border-left: 4px solid #8E8E8E;
    padding-left:12px;
    color:rgba(104, 119, 142, 1);
    font-size: 22px;
}
small, .small{
    color: #68778E;
}
a{
    color:#6699D1;
    transition: all 0.3s ease;
}
a:hover{
    color:#39689A;
}
.btn-primary{
    padding:15px 34px;
    border-radius: 100px;
    font-size:20px;
    font-weight: 600;
    background: #FF530B !important;
}
.btn-primary:hover{
    background: #FE8834 !important;
}
.btn-secondary{
    padding:22px 34px;
    border-radius: 100px;
    font-size:20px;
    font-weight: 600;
    background: #6699D1;
}
.btn-secondary:hover{
    background: #39689A;
}
.hero {

    background: #4F76A0;

    padding: 80px 0;

}
.btn{
    color:#FFF;
    border:0 !important;
}
.btn:hover{
    color:#fff;
}
.section {

    padding: 60px 0;

}

.img-placeholder {

    background-color: #e9ecef;

    border: 1px dashed #adb5bd;

    height: 300px;

    display: flex;

    align-items: center;

    justify-content: center;

    color: #6c757d;

    font-style: italic;

}

.btn-primary {

    background-color: #1a5dbf;

    border: none;

}

.btn-primary:hover {

    background-color: #144aad;

}
footer .container,
.promo-banner,
header .container{
    width:1170px;
    margin: 0 auto;
    padding: 0 12px;
    max-width: 100%;
}
.promo-banner {
    background: linear-gradient(90deg, #709FD4 0%, #9747FF 100%);
    color: white;
    font-weight: 600;
    width: 1148px;
    padding:15px 81px !important;
    border-radius: 8px;
    position: relative;
}
.promo-banner .btn {
    background: #ff6a00;
    border: none;
    font-weight: 600;
    height:52px;
    border-radius: 25px;
    padding:10px 44px;
}
.promo-banner .btn:hover {
    background: #e55d00;
}
.promo-banner .close-btn {
    cursor: pointer;
    font-size: 28px;
    color: white;
    position: absolute;
    top:0;
    right:12px;
}
.promo-banner .fs-2{
    font-size:36px !important;
}
.link-whatsapp,
.link-telegram {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #F0F5FB;
    position: relative;
    transition: all 0.3s ease;
}
.link-whatsapp:hover,
.link-telegram:hover{
    background-color: #6699D1;
}
.link-whatsapp img,
.link-telegram img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease;
}
.link-whatsapp:hover img,
.link-telegram:hover img{
    filter: brightness(300%) contrast(200%) invert(0%);
}
.link-whatsapp img{
    width:25px;
    height: 25px;
}
.link-telegram img{
    width: 26px;
    height: 21px;
    top: 51%;
    left: 45%;
}
.font_18{
    font-size:18px !important;
    line-height: 1.2;
}
.social-links{
    display: flex;
    gap: 16px;
}
header .row{
    width:100%;
    padding: 30px 0;
}
.header-phone{
    display:flex;
    gap:16px;
    align-items: center;
    font-size:20px;
    color:#172A48;
    text-decoration: none;
    font-weight: 500;
}
.btn:disabled{
    opacity: .7 !important;
}
footer{
    background: linear-gradient(180deg, var(--blue-1), var(--blue-2));
    padding:2.625rem 0 1.625rem;
}
p{
    font-size:1rem;
    line-height: 1.4;
}
footer .footer-description{
    color:#fff;
    opacity: .6;
    font-size: 18px;
}
.hover-opacity-80{
    transition: all 0.3s ease;
}
.hover-opacity-80:hover{
    opacity: 0.8 !important;
    background-color: #fff !important;
}
footer .link-whatsapp:hover img, footer .link-telegram:hover img{
    filter: unset;
}

footer .link-whatsapp:hover, footer .link-telegram:hover{
    background-color: #fff !important;
}
#calculator .calc-btn-group button{
    border:1px solid #CCD1D3 !important;
    background: #fff;
    color: inherit;
    width:calc((100% - 24px) / 3);
}
#calculator .calc-btn-group button.active{
    border-color:#6699D1 !important;
    box-shadow: 0 0 0 1px #6699D1 !important;
}
#calculator .form-select,
#calculator .form-control {
    min-height: 60px;
}
#calculator [type=submit]{
    min-height: 74px;
    font-size:22px;
    color:#fff;
    background-color: #FF752F;
    transition: all 0.3s ease;
}
#calculator [type=submit]:hover{
    background-color: #F57A3B;
}
#calculator [type=submit]:disabled{
    background-color: #CCD1D3 !important;
    cursor: not-allowed;
}
#calculator textarea.form-control{
    min-height: 250px;
}
#price-display.alert-success{
    background-color: transparent !important;
    border-color: transparent !important;
    padding: 0 !important;
}
.calc-danger .small{
    font-size:0.75rem;
}
.bg-light{
    background-color: #F7FAFC !important;
}
.calc-section{
    padding:1rem;
    border-radius: 8px;
    margin-bottom: 24px;
}
.form-label:has(strong){
    font-size:18px;
    color:#08172F;
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
}
.hero{
    position: relative;
}
.hero .container-bg{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%
}
.hero .container-bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hero > .container{
    position: relative;
}
.hero .form-control {
    min-height: 60px;
    width: unset;
}
.hero .form-control.col-md-4{
    width: calc((100% - 3rem) / 3);
}
form .btn-primary.send{
    background: #fff !important;
    color:rgba(255, 83, 11, 1) !important;
    box-shadow:0 0 0  1px rgba(255, 83, 11, 1) !important;
}
.hero .fs-1{
    font-family: 'Roboto Slab', serif !important;
    font-size: 58px !important;
}
.hero .btn.send{
    font-size: 1rem !important;
}
.hero form strong{
    color:#08172F;
}
.hero-icons img{
    background: #fff;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    margin-bottom: 10px;
    display:block;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}
.hero-icons .fs-6{
    font-size: 1.375rem !important;
}
.hidden{
 visibility: hidden;
 opacity: 0;
 z-index: -1;
 position: absolute;
}
.column-md-fixed{
    width:330px;
}
.column-md-auto{
    width:calc(100% - 354px);
}
.column-md-fixed .small{
    padding-top: .4rem !important;
    padding-bottom: .35rem !important;
}
.column-md-auto .btn-primary{
    padding-left:15px;
    padding-right: 15px;
    font-weight: 400;
    font-size:1.2rem;
}
hr.my-1{
    width:100%;
    display:block;
    height:1px;
    background-color: #CCD1D3;
}
.fs-sm{
    font-size:14px !important
}
header{
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
    position: relative;
    z-index: 3;
}
.hero-online{
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.15);
}
#alerts .alert{
    display: none;
}
.etiketki .col-md-2{
    margin-bottom: 28px;
    position: relative;
}
.img-wrap {
    position: relative;
    border-radius: 8px;
    display: inline-block;
}
.etiketki .img-plus{
    width:24px;
    height:24px;
    border-radius: 50%;
    background-color: rgba(102, 153, 209, 0.1);
    position: absolute;
    bottom:12px;
    right:12px;
    display: flex;
    line-height: 1;
    justify-content: center;
    font-size: 26px;
    color:#6699D1;
    cursor: pointer;
    transition: all 0.3s ease;
}
.etiketki .img-wrap:hover .img-plus,
.etiketki .img-plus:hover{
    background-color: rgba(102, 153, 209, 0.8);
    color:#fff;
}
.etiketki .small{
    font-size: 16px !important;
    text-align: center;
    margin-top: 1rem;
}
.advantages h3{
    font-size: 1.5rem;
}
.advantages-item__title{
    display:flex;
    align-items: center;
    gap:25px;
    margin-bottom: 15px;
}
.advantages-item__title img{
    min-width: 48px;
}
.advantages-item{
    background-color: #F7FAFC;
    border-radius: 24px;
    width:100%;
    padding:2.125rem;
    display: flex;
    flex-direction: column;
}
.col-md-4:has(.advantages-item){
    margin-bottom: 1.5rem;
}
.advantages-item__description{
    color:#8B9BB3;
    margin-bottom: 0;
}
.etiketki-modals__item{
    visibility: hidden;
    z-index: -1;
    position: absolute;
    max-width: 100%;
}
.btn-close{
    position: absolute;
    top: 12px;
    right: 12px;
    cursor: pointer;
    z-index: 1;
}
.etiketki .img-wrap img{
    transition: all 0.3s ease;
    border-radius: 24px;
    cursor: pointer;
}
.etiketki .img-wrap:hover img{
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.float-right{
    float:right;
    margin-left:15px;
}
.modal-body h3{
    margin-bottom: 36px;
}
.modal-body h5{
    font-size:26px;
    margin-bottom: 24px;
}
.modal-body p{
    font-size:24px;
    color:#172A48;
}
.swiper-slide a{
    display: inline-block;
    max-width: 100%;
}
.swiper-slide a img{
    max-width: 100%;
    height: auto;
}



.swiper-container{
    position: relative;
}


.swiper-button-next {
    right: -25px;
    background: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.swiper-button-prev {
    left: -25px;
    background: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 20px;
    color: #333;
}

.tip-etiketki .row > div{
    margin-bottom: 16px;
}
.col-custom-50 { width: 50%; position: relative;}
.col-custom-25 { width: 25%; position: relative;}
.col-custom-50 .card {
    min-height: 267px;
    margin-bottom: 20px;
    display: flex;
    width:100%;
    position: relative;
}
.col-custom-50 .card img{
    position: absolute;
    right:0;
    top:0;
}
.col-custom-50 .card-reverse img{
    right:auto;
    left:0;
}
.col-custom-50 .card-reverse .card-body {
    margin-left: auto;
    width:55.5%;
}
.col-custom-25 .card{
    padding-bottom: 0;
}
.col-custom-25 .card img{
    position: absolute;
    left:0;
    bottom:0;
    width:100%;
    height: auto;
}
.tip-etiketki .card{
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
    border:0;
}
.tip-etiketki .card-body{
    text-align: left !important;
    position: relative;
    z-index: 1;
    display:flex;
    flex-direction: column;
    gap:15px;
    padding:1.5rem !important;
}
.tip-etiketki .row>*{
    padding-left: 8px;
    padding-right: 8px;
}
.col-custom-50 .card-body{
    width: 57%;
    z-index: 1;
    position: relative;
}
.card-img-top {
    width: auto;
    height: 100%;
    object-fit: contain;
    position: absolute;
    bottom: 0;
    right: 0;
}
.card-text{
    font-size: 14px !important;
    color: rgba(142, 142, 142, 1) !important;
}
.footer-bottom .btn{
    color:#6699D1;
    text-decoration: none;
    font-size: 1.375rem;
    background-color: #fff !important;
}
.footer-bottom .btn:hover{
    background-color: #E0EBF6 !important;
}
footer h3{
    font-size:36px;
    line-height: 1.1;
}
.content-wrapper{
    overflow-x: hidden;
    width:100%;
}


.animate-text {
    opacity: 0;
    transform: translateY(50px);
    animation: slideUp 1s ease-out forwards;
}
.animate-image {
    opacity: 0;
    transform: translateX(100px);
    animation: slideIn 1s ease-out forwards;
}
@keyframes slideUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes slideIn {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
.hero .row.align-items-center * {
    animation-delay: 0.2s;
}
.row.align-items-center .animate-text {
    animation-delay: 0.3s;
    z-index: 1;
    position: relative;
}
.row.align-items-center .animate-image {
    animation-delay: 0.5s;
    position: absolute;
    top:-50px;
    right:100px;
}

.hero-icons{
    z-index: 1;
    position: relative;
}
.release .card{
    border:0 !important;
}

.equipment .card li{
    display: block;
    margin-bottom: 1rem;
}
.equipment__img{
    mix-blend-mode: darken;
}
.card{
    border:0 !important;
}
.equipment .row{
    position: relative;
}
.equipment .card img{
    position: absolute;
    width: auto;
    max-width: 100%;
    left:0;
}
.equipment .card:has(.card-body){
    z-index: 1;
    position: relative;
}







.contact-section{padding:0 0 72px;}

.headline{font-weight:500;letter-spacing:.2px;font-size: 2.25rem;}
.subtitle{color:var(--muted);font-size:1.5rem;}

.contact-card{border-radius:24px;border:0;background:#fff;box-shadow:0 8px 28px rgba(20,35,58,.06);padding:0 !important;}

.form-panel{background:linear-gradient(180deg,var(--blue-1),var(--blue-2));border-radius:0 16px 16px 0;position:relative;}
.form-panel .floating-rolls{position:absolute;right:18px;top:-110px;width:577px;max-width:60vw;height:auto;}

.form-panel .form-control{height:60px;border-radius:12px;border:0;}
.form-panel .form-control::placeholder{color:#9fb6ca;}

.form-panel .btn-accent{background:var(--accent);border-color:var(--accent);height:72px;border-radius:18px;font-weight:700;font-size:1.125rem;}
.form-panel .consent{font-size:.9375rem;color:#dbe8f5;display:flex;gap:12px;align-items:center;}
.form-panel .consent a{color:#dbe8f5;text-decoration:underline;}
.form-panel .form-check-input{
    width:20px;
    height:20px;
    background-color: transparent;
    color:#172A48;
}
.form-panel .form-check-input:focus{
    outline: #fff solid 1px;
}
.check-item{display:flex;gap:12px;align-items:flex-start;}
.check-item img{flex:0 0 32px;height:32px;width:32px;}
.check-item .text{font-size:1.125rem;line-height:1.35;}

.phone-chip{display:flex;align-items:center;gap:14px;margin-top:14px;}
.phone-circle{width:74px;height:74px;border-radius:50%;border:2px solid #cfe0ef;display:grid;place-items:center;}
.phone-circle svg{width:30px;height:30px;}

.btn-messenger{height:64px;border-radius:16px;font-weight:700;}
.btn-tg{border:2px solid var(--tg);color:var(--tg);}
.btn-wa{border:2px solid var(--wa);color:var(--wa);}
.btn-messenger .ico{width:22px;height:22px;margin-right:8px;}

.contact-card__left{
    padding:36px 24px;
}
.phone-chip{
    width:343px;
    max-width: 100%;
}
.phone-chip a.btn{
    width:100%;
    background: #fff !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    text-transform: uppercase;
}
.phone-chip .whatsapp{
    color:#27C943;
    border:2px solid #27C943 !important;
}
.phone-chip .whatsapp img{
    filter: hue-rotate(-79deg) saturate(200%) brightness(75%) opacity(0.6);
}

.phone-chip .telegram{
    color:#29A0D9;
    font-size: 16px;
    border:2px solid #29A0D9 !important;

}
.phone-chip button{
    max-height: 60px;
    width: 60px;
    box-sizing: border-box;
    border:2px solid #39689A !important;
    background: #fff !important;
}
.phone-chip button img{
    filter:
      hue-rotate(1deg)
      saturate(83%)
      brightness(70%);
}
.contact-card .fw-semibold{
    font-size: 1.25rem !important;
    line-height: 1.2 !important;
    font-weight: 500 !important;
}

.contact-card [href*="tel"]{
    font-size: 1.5rem !important;
    color:#39689A !important;
}
.contact-card .opacity-50{
    color:#39689A;
    opacity: .6 !important;
}
.form-panel [type="submit"]{
    color:#fff !important;
    min-height: 72px;

}
.form-panel .text-white-50{
    color:rgba(255,255,255,1) !important;
    border-radius: 0 1rem 1rem 0 !important;
}
.form-panel{
    padding: 2.25rem 1.5rem !important;
}
.contact-section img{
    max-width: 100%;
}

.btn img {
    width: 24px;
    height: 24px;
    transition: transform 0.3s ease;
}

.btn:hover img {
    animation: buttonShake 0.5s ease;
}
.order{
    background: linear-gradient(to bottom, #6699d1 0%,#527ba7 100%);
}
.order button.order__btn{
    color:#39689A;
    border:1px solid #39689A !important;
    background: #fff !important;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 500;
    min-width: 227px;
    transition: all 0.3s ease;
}
.order button.order__btn:hover{
    color:#fff !important;
    background: #39689A !important;
}
.order .fs-18{
    color:#43454C;
    line-height: 1.2;
}
.fs-18{
    font-size:1.125rem !important;
}
.order .order__btns .btn{
    width:60px;
    height: 60px;
    box-sizing: border-box;
    border:2px solid #29A0D9 !important;
    background: #fff !important;
}
.order .order__btns .btn.whatsapp img{
    filter: hue-rotate(-79deg) saturate(200%) brightness(75%) opacity(0.6);
}
.order .order__btns .order__phone .btn{
    border:2px solid #39689A !important;
}
.order .order__btns .order__phone [href*="tel"] {
    font-size: 1.5rem !important;
    color: #39689A !important;
}
.order .order__btns .order__phone .opacity-50 {
    color: #39689A;
    opacity: .6 !important;
}
.order .order__btns .order__phone .btn img{
    filter: hue-rotate(1deg) saturate(83%) brightness(70%);
}
.order .order__btns .order__phone .btn:hover{
    color:#fff !important;
    background: #39689A !important;
}
.order .order__btns .btn.whatsapp{
    border:2px solid #27C943 !important;
}
.order .order__btns .btn.whatsapp:hover{
    background: #27C943 !important;
}
.order .order__btns .btn.telegram{
    left: -2px;
    position: relative;
}
.order .order__btns .btn.telegram:hover{
    background: #29A0D9 !important;
}
.order .order__btns .order__phone p{
    margin:0 !important;
}
.order__btns{
    display:flex;
    flex-direction: row;
    justify-content: flex-end;
    gap:0.5rem;
    align-items: center;
}
.order .order__btns .btn:hover img{
    filter:
      saturate(0%)
      brightness(200%);
}
.order__options > div > div{
    position: relative;
}
.asterisk{
    position: absolute;
    top: 0;
    right: 12px;
    font-size: 39px;
    color: #68778E;
}
.order__options > div > .d-flex{
    justify-content: space-between;
    height: 100%;
}
@keyframes buttonShake {
    0%, 100% { transform: rotate(0deg) scale(1); }
    25% { transform: rotate(-9deg) scale(1.05); }
    50% { transform: rotate(6deg) scale(1.03); }
    75% { transform: rotate(-3deg) scale(1.02); }
}
.order__options .column{
    width:calc((100% - 2rem) / 3);
}
.asterisk-rounded{
    position: relative;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 50%;
    font-size: 39px;
    color: #fff;

    right: auto;
    line-height: 36px;

}
.order__options-equal{
    font-size: 26px;
    font-weight: 600;
}
.m-menu{
    display:none;
    visibility: hidden;
    z-index: -1;
    opacity: 0;
    transform: translateY(-50px);
}
.m-menu.active{
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
    z-index: 9999;
    gap:1rem;
}
.burger{
    width:46px;
    height:46px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    gap:8px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: none;
}
.burger span{
    width:30px;
    height:3px;
    background: #6699D1;
    transition: all 0.3s ease;
}
.burger:hover span{
    background: #6699D1;
}
.burger.active span:nth-child(2){
    width:26px;
}
.burger.active span:nth-child(3){
    width:36px;
}
.copyright{
    margin-top:auto;
}
footer a{
    text-decoration: none;
}
footer .order__btns a{
    padding:0.7rem !important;
}
footer .order__btns{
    justify-content: flex-start !important;
}
.t-footer {
    position: relative;
    left: -2px;
    top: 1px;
}
footer .order__btns a.whatsapp{
    border: 2px solid #27C943 !important;
}
footer .order__btns a.whatsapp img{
    filter: hue-rotate(-79deg) saturate(200%) brightness(75%) opacity(0.6);
}
footer .order__btns a.telegram{
    border: 2px solid #29A0D9 !important;
}
footer .order__btns a.telegram img{
    filter:
      hue-rotate(-15deg)
      saturate(133%)
      brightness(103%);
}
footer .order__btns a:hover{
    background: #fff !important;
}
.footer__links a{
    text-decoration: underline;
    font-size:0.813rem;
    display:block;
    font-weight: 400;
}
.footer__links a:hover{
    text-decoration: none !important;
}
footer a:hover{
    text-decoration: underline;
}

button.processing {
  position: relative;
  pointer-events: none;
  opacity: 0.8;
}

button.processing::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border: 2px solid transparent;
  border-top-color: #fff;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  from { transform: translateY(-50%) rotate(0deg); }
  to   { transform: translateY(-50%) rotate(360deg); }
}


.equipment > div{
    position: relative;
}
.equipment .swiper{
    padding-bottom: 4rem;
}
.equipment-pagination{
    text-align: center;
    position: absolute;
    bottom:-2rem;
    z-index: 9;
}
.equipment-pagination > span{
    width: 24px;
    height: 24px;
    display: inline-block;
    background: rgba(102, 153, 209, 1);
    border-radius: 50%;
    margin: 0 0.75rem;
    cursor: pointer;
    transition: all 0.3s ease;
}
.equipment-pagination > span.swiper-pagination-bullet-active{
    background: rgba(255, 83, 11, 1);
}
.equipment-pagination > span:hover{
    background: rgba(255, 83, 11, .6);
    opacity: 1 !important;
}
.equipment-navigation{
    width:133px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left:auto;
    right:0;
    position: absolute;
    top:0;
}
.equipment-navigation > div{
    width: 54px;
    height: 54px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 9;
}
.equipment-navigation > div:hover{
    background: rgba(84, 126, 172, 1);
}
.equipment-navigation > div:hover svg path{
    stroke: #fff !important;
}
.item-burger {display:inline-block; width:13px; height:8px; position:relative; cursor:pointer; margin-right:5px;}
.item-burger::before {content:""; position:absolute; left:0; width:100%; height:2px; background-color:#172A48; border-radius:1px; box-shadow:0 3px 0 #172A48,0 6px 0 #172A48;}

ul.servises{
    margin: 0;
    padding: 0;
    list-style: none;
    display:flex;
    gap:12px
}

.item-parent{
    position: relative;
}
.item-parent a.show:not(.active){
    color:#F57A3B;
}
.item-parent > a{
    color: #172A48;
    font-size:16px;
    text-decoration: none;
    display:flex;
    align-items: center;
    justify-content: center;
    gap:5px;
    padding:10px 12px;
    border:1px solid transparent;
    border-radius: 100px;
}
.servises-parent a{
    border:1px solid #CCD1D3;
}
.servises-parent a:hover{
    background-color: #F7FAFC;
}
.servises-parent a.active .item-burger::before,
.servises-parent a:hover .item-burger::before {
    background-color:#fff;
    box-shadow:0 3px 0 #fff,0 6px 0 #fff;
}
ul.servises .sub-menu{
    display:flex;
    padding:34px 36px;
    background-color: #fff;
    border-radius: 0 0 16px 16px;
    position: absolute;
    top: calc(100% + 16px);
    width:316px;
    list-style: none;
    margin:0;
    flex-direction: column;
    gap:18px;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}
ul.servises .sub-menu.active{
    opacity: 1;
    z-index: 9;
    visibility: visible;
}
ul.servises .sub-menu a{
    color:#172A48;
    font-size: 16px;
    text-decoration: none;
    border:0;
}
.servises-parent a.active{
    background-color: #172A48;
    color:#FFF
}
.calc-img,
.tel-img{
    width:34px;
    height:34px;
    margin:0;
    padding:0;
}
.header-calculator{
    margin-left:auto;
}
.main-logo{
    margin-right:90px;
}
.row-parent{
    padding-top:0 !important;
    padding-bottom: 0 !important;
}
ul.servises .sub-menu a:hover{
    color:#F57A3B;
    background-color: transparent !important;
}



@media (min-width: 1200px){
    .hero h1{
        font-size: 3.625rem !important;
    }
    .hero .fs-2{
        font-size: 2.25rem !important;
    }

}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1170px;
    }
}

@media (max-width:1024px){
    .order__socials{
        margin:0 0 1rem !important;
    }
    .order__options .column{
        width:100%;
    }
    .calc-danger br{
        display: none;
    }
    .column-md-fixed,
    .column-md-auto{
        width: 100%;
    }
    #discount-form > div{
        flex-direction: column;
    }
    .tip-etiketki .col-custom-25 {
        width:50%;
    }
    .tip-etiketki .col-custom-50 {
        width:100%
    }
    .col-custom-25 .card{
        padding-bottom: 140px;
    }
    .tip-etiketki .row:last-child > div:last-child{
        order:3;
    }
    .tip-etiketki .row:last-child > div:first-child{
        order:2;
    }
    .tip-etiketki .row:last-child > div:nth-of-type(2){
        order:1;
    }
}
@media (max-width: 998px){
    .footer-bottom{
        flex-wrap: wrap !important;
    }
    .equipment .row{
        flex-direction: column;
    }
    .equipment .card:has(img){
        aspect-ratio: 590 / 374;
        position: relative;
        max-width: 100%;
    }
    .equipment .card img{
        position: relative;
        max-width: 100%;
    }
    header .row{
        padding:0;
    }
    .burger{
        display: flex;
    }
    .m-menu{
        display:flex;
        padding:1.25rem;
        border-radius:0 0 8px 8px;
        background-color: #fff;
        box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.08);
        flex-wrap: wrap;
        position: absolute;
        right:0;
        top: 100%;
        z-index: 10;
        width:320px;
    }
    .m-hide{
        display: none !important;
    }
}
@media (max-width: 991.98px){
    .headline{font-size:2rem;}
    .subtitle{font-size:1.125rem;}
    .form-panel .floating-rolls{position:static;display:block;margin:-24px auto 8px;max-width:100%;}
    .form-panel{border-radius:16px;}
    .form-panel .btn-accent{height:64px;border-radius:16px;}
}
@media (max-width: 768px){
    .equipment-navigation{
        top:-60px;
    }
    .hero-online .bg-light{
        background: transparent !important;
    }
    .order__options .column{
        width:100%;
    }
    .row.align-items-center .animate-image{
        right:0;
        opacity: 0.5 !important;
    }
    .swiper-button-next{
        right:5px;
        opacity: .7;
    }
    .swiper-button-prev{
        left:5px;
        opacity: .7;
    }
    .col-custom-50, .col-custom-25 {
        width: 100%;
    }
    .flex-direction-md-column{
        flex-direction: column !important;
        gap:16px;
    }
    #calculator .calc-btn-group button{
        width: 100%;
    }
    .hero .form-control.col-md-4{
        width:100%;
    }
    header .row{
        gap:15px;
    }
    .promo-banner{
    padding: 15px 11px !important;
    }
    .promo-banner > div{
        flex-direction: column;
        gap:25px;
    }
    .footer-bottom.mt-5{
        margin-top: 0 !important;
    }
}
@media (max-width:575px){
    .etiketki .col-sm-6{
        width:50% !important;
    }
    .img-wrap img{
        max-width: 100%;
    }
    .tip-etiketki .col-custom-25 {
        width:100%;
    }
    .col-custom-50 .card-body{
        width:100%;
    }
    .tip-etiketki .card-body{
        background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0.8) 68%,rgba(255,255,255,0) 100%);
        padding:1rem !important;
    }
    .col-custom-50 .card-reverse .card-body{
        width:100%;
    }
    .header-phone{
        font-size:18px;
    }
    #calculator .row>*{
        padding-left:0;
        padding-right:0;
    }
    .h2, .fs2, h2{
        font-size:2.4rem;
    }
    .phone-chip a.btn{
        font-size:13px;
    }
    .contact-card [href*="tel"]{
        font-size:1rem !important;
    }
    .contact-card .fw-semibold{
        font-size:1rem !important;
    }
    .contact-section > .container > .row{
        gap:1.5rem;
        padding-left:15px;
        padding-right:15px;
    }
    .form-panel [type="submit"]{
        font-size:1rem;
    }
    .order__btns{
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .order__phone{
        width:100%;
    }
    .order .order__btns .order__phone [href*="tel"]{
        font-size:1rem !important;
    }
}

:root {

  --c-text-primary: #08172F;
  --c-text-muted: #68778E;
  --c-text-inverse: #FFFFFF;


  --c-accent-500: #6699D1;
  --c-accent-700: #39689A;


  --c-surface-0: #FFFFFF;
  --c-surface-50: #F7FAFC;
  --c-surface-80: #F3F6F8;
  --c-surface-hover: #C3DEFF;


  --c-border-200: #D9D9D9;
  --c-line-900: #172A48;
  --c-border-accent: #6699D1;


  --c-overlay: #111111;
  --overlay-alpha: 0.85;


  --fs-body: 16px;
  --lh-body: 150%;
  --fs-body-big: 18px;
  --lh-body-big: 150%;
  --fw-regular: 400;
  --fw-semibold: 600;

  --fs-h1: 48px;
  --lh-h1: 120%;
  --fs-hero-sub: 22px;
  --lh-hero-sub: 140%;
  --fs-h5: 26px;
  --lh-h5: 140%;
  --fs-h6: 22px;
  --lh-h6: 150%;
  --fs-btn: 16px;
  --lh-btn: 150%;
  --fw-btn: 600;


  --grid-gap: 24px;
  --grid-gap-lg: 48px;
  --sp-12: 12px;
  --sp-16: 16px;
  --sp-18: 18px;
  --sp-24: 24px;
  --sp-25: 25px;
  --sp-36: 36px;
  --sp-42: 42px;
  --sp-48: 48px;
  --sp-68: 68px;
  --toc-width: 240px;


  --r-16: 16px;
  --r-24: 24px;
  --r-pill: 60px;
  --b-1: 1px;
  --b-2: 2px;


  --shadow-card: 0 12px 30px rgba(8, 23, 47, 0.08);
}

.sa-section-title {
  color: var(--c-text-primary);
}

.sa-body-big {
  font-size: var(--fs-body-big);
  line-height: var(--lh-body-big);
  font-weight: var(--fw-regular);
}


.sa-hero,
.sa-benifits,
.sa-about,
.sa-product-types,
.sa-product-qualities,
.sa-text-image,
.sa-order-steps,
.sa-gallery,
.sa-faq,
.sa-seo {
  padding: var(--sp-68) 0;
}

.sa-hero {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: var(--sp-68);
  padding-bottom: var(--sp-68);
  margin-top: 0;
}

.sa-hero__row,
.sa-hero__row.row {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--grid-gap);
  align-items: center;
}

.sa-hero__col {
  min-width: 0;
  width: 100%;
  max-width: none;
}

.sa-hero__title {
  font-size: var(--fs-h1);
  line-height: var(--lh-h1);
  font-weight: var(--fw-semibold);
  color: #343a40;
  margin-bottom: var(--sp-24);
}

.sa-hero__subhead {
  font-size: var(--fs-hero-sub);
  line-height: var(--lh-hero-sub);
  font-weight: var(--fw-semibold);
  color: #343a40;
  margin-bottom: var(--sp-36);
}

.sa-hero__benefits {
  gap: var(--grid-gap);
}

.sa-hero__benefit-text {
  font-size: var(--fs-body);
  line-height: var(--lh-body);
  color: var(--c-text-primary);
}

.sa-hero__col--image {
  display: flex;
  justify-content: flex-end;
}

.sa-hero__image {
  max-height: 460px;
  object-fit: contain;
  width: 100%;
}

.sa-hero__cta {
  margin-top: var(--sp-36);
}

.sa-hero .hero-online .d-flex.align-items-center.pb-2 {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--sp-24);
  align-items: center;
}

.sa-hero .hero-online .column-md-fixed {
  grid-column: 1 / 2;
  width: 100%;
}

.sa-hero .hero-online .column-md-auto {
  grid-column: 2 / 5;
  width: 100%;
}

.sa-hero .hero-online .column-md-auto .row.align-items-center {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--sp-24);
  margin: 0;
}

.sa-hero .hero-online .column-md-auto input,
.sa-hero .hero-online .column-md-auto button {
  width: 100%;
}

.sa-hero .hero-online .form-check input {
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
}


.sa-benifits .sa-section-title {
  margin-bottom: var(--sp-42);
}

.sa-card {
  background: var(--c-surface-50);
  border-radius: var(--r-16);
  padding: var(--sp-24);
  height: 100%;
  box-shadow: none;
  color: var(--c-text-primary);
}

.sa-card__title {
  font-size: var(--fs-body-big);
  line-height: var(--lh-body-big);
  font-weight: var(--fw-semibold);
  margin-top: var(--sp-16);
  margin-bottom: var(--sp-16);
}

.sa-card__text {
  font-size: var(--fs-body);
  line-height: var(--lh-body);
  font-weight: var(--fw-regular);
  color: var(--c-text-primary);
  margin-bottom: 0;
}

.sa-card__icon {
  width: 56px;
  height: 56px;
}


.sa-about {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.sa-about .sa-section-title {
  color: #FFFFFF;
}

.sa-about__intro {
  margin-top: var(--sp-36);
  margin-bottom: var(--sp-48);
  font-size: var(--fs-body-big);
  line-height: var(--lh-body-big);
  color: #FFFFFF;
}

.sa-about__card {
  background: var(--c-surface-0);
  box-shadow: var(--shadow-card);
}


.sa-product-qualities .sa-section-title {
  margin-bottom: var(--sp-36);
}

.sa-product-qualities__card {
  background: var(--c-surface-0);
  box-shadow: var(--shadow-card);
}


.sa-product-types__tabs {
  gap: var(--grid-gap);
  margin-top: var(--sp-36);
  margin-bottom: var(--sp-36);
}

.sa-pill {
  flex: 1;
  padding: var(--sp-12) var(--sp-16);
  border-radius: var(--r-pill);
  border: var(--b-1) solid var(--c-border-accent);
  background: transparent;
  color: var(--c-text-muted);
  font-size: var(--fs-body);
  line-height: var(--lh-body);
  font-weight: var(--fw-regular);
  text-align: center;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.sa-pill.is-active,
.sa-pill:hover {
  background: var(--c-accent-500);
  color: var(--c-text-inverse);
}

.sa-product-types__panel {
  display: none;
}

.sa-product-types__panel.is-active {
  display: block;
}

.sa-product-types__card {
  background: var(--c-surface-50);
  border-radius: var(--r-24);
}


.sa-text-image .sa-section-title {
  margin-bottom: var(--sp-36);
}

.sa-text-image__row,
.sa-text-image__row.row {
  display: grid !important;
  grid-template-columns: 5fr 7fr;
  gap: var(--sp-25);
  align-items: center;
}
.sa-text-image__row > [class*='col-'] {
  width: 100%;
  max-width: none;
}

.sa-text-image__text p:last-child {
  margin-bottom: 0;
}

.sa-text-image__image img {
  width: 100%;
  height: auto;
  display: block;
  max-width: none;
}


.sa-order-steps .sa-section-title {
  margin-bottom: var(--sp-36);
}

.sa-order-steps__row,
.sa-order-steps__row.row {
  display: grid !important;
  grid-template-columns: 5fr 7fr;
  gap: var(--grid-gap-lg);
}
.sa-order-steps__row > [class*='col-'] {
  width: 100%;
  max-width: none;
}

.sa-order-steps__image img {
  width: 100%;
  height: auto;
  display: block;
  max-width: none;
}

.sa-timeline {
  position: relative;
  margin: 0;
  padding: 0;
}

.sa-timeline__item {
  display: grid;
  grid-template-columns: 36px 1fr;
  column-gap: var(--sp-24);
  position: relative;
  padding-bottom: var(--sp-42);
}

.sa-timeline__item:last-child {
  padding-bottom: 0;
}

.sa-timeline__item::after {
  content: '';
  position: absolute;
  left: 18px;
  top: 44px;
  bottom: calc(var(--sp-42) * -1 + 18px);
  width: 2px;
  background: var(--c-line-900);
}

.sa-timeline__item:last-child::after {
  display: none;
}

.sa-timeline__marker {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--c-accent-700);
  color: var(--c-text-inverse);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--fs-body-big);
  font-weight: var(--fw-semibold);
}

.sa-timeline__title {
  font-size: var(--fs-body-big);
  line-height: var(--lh-body-big);
  font-weight: var(--fw-semibold);
  margin-bottom: var(--sp-12);
}

.sa-timeline__text {
  font-size: var(--fs-body);
  line-height: var(--lh-body);
}


.sa-faq .sa-section-title {
  margin-bottom: var(--sp-36);
}

.sa-faq__intro {
  margin-bottom: var(--sp-42);
  font-size: var(--fs-body);
  line-height: var(--lh-body);
}

.sa-faq__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--grid-gap);
}

.sa-faq__question {
  width: 100%;
  padding: var(--sp-24);
  border-radius: var(--r-16);
  background: var(--c-surface-80);
  border: none;
  font-size: var(--fs-h6);
  line-height: var(--lh-h6);
  font-weight: var(--fw-semibold);
  color: var(--c-text-primary);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--sp-16);
  transition: background-color 0.2s ease;
}

.sa-faq__question:hover,
.sa-faq__question[aria-expanded="true"] {
  background: var(--c-surface-hover);
}

.sa-faq__question[aria-expanded="true"] .sa-faq__icon {
  transform: rotate(45deg);
}

.sa-faq__icon {
  transition: transform 0.2s ease;
}

.sa-faq__answer {
  padding: var(--sp-24);
  background: var(--c-surface-80);
  border-radius: var(--r-16);
  margin-top: var(--sp-12);
}


.sa-gallery .sa-section-title {
  margin-bottom: var(--sp-36);
}

.sa-gallery__viewport {
  position: relative;
  max-height: 1200px;
  overflow: hidden;
}

.sa-gallery__grid {
  column-count: 4;
  column-gap: var(--grid-gap);
}

.sa-gallery__item {
  position: relative;
  display: block;
  break-inside: avoid;
  margin-bottom: var(--grid-gap);
  overflow: hidden;
  border-radius: var(--r-16);
}

.sa-gallery__item img {
  width: 100%;
  display: block;
}

.sa-gallery__overlay {
  position: absolute;
  inset: 0;
  background: rgba(102, 153, 209, 0.45);
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s ease;
}

.sa-gallery__item:hover .sa-gallery__overlay {
  opacity: 1;
}

.sa-gallery__fade {
  pointer-events: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 200px;
  background: linear-gradient(180deg, rgba(247, 250, 252, 0) 0%, rgba(247, 250, 252, 1) 100%);
}

.sa-gallery__controls {
  margin-top: var(--sp-24);
}

.sa-btn {
  width: 100%;
  padding: var(--sp-18) var(--sp-24);
  border-radius: var(--r-pill);
  font-size: var(--fs-btn);
  line-height: var(--lh-btn);
  font-weight: var(--fw-btn);
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--sp-16);
  border: var(--b-1) solid var(--c-accent-700);
  background: transparent;
  color: var(--c-accent-700);
  transition: background-color 0.2s ease, color 0.2s ease;
}

.sa-btn:hover {
  background: var(--c-accent-700);
  color: var(--c-text-inverse);
}

.sa-gallery__toggle-icon {
  transition: transform 0.2s ease;
}

.sa-gallery__toggle.is-expanded .sa-gallery__toggle-icon {
  transform: rotate(180deg);
}


.sa-lightbox {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--sp-24);
}

.sa-lightbox__mask {
  position: absolute;
  inset: 0;
  background: rgba(17, 17, 17, var(--overlay-alpha));
}

.sa-lightbox__content {
  position: relative;
  display: flex;
  align-items: center;
  gap: var(--sp-24);
  max-width: 90vw;
  max-height: 90vh;
  z-index: 1;
}

.sa-lightbox__media {
  max-width: calc(90vw - var(--toc-width));
  max-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sa-lightbox__media img {
  max-width: 100%;
  max-height: 90vh;
  object-fit: contain;
  display: block;
}

.sa-lightbox__media iframe {
  max-width: 70vw;
  height: 70vh;
  border: none;
}

.sa-lightbox__caption {
  width: var(--toc-width);
  padding: 26px;
  background: var(--c-surface-0);
  color: var(--c-text-primary);
}

.sa-lightbox__close,
.sa-lightbox__prev,
.sa-lightbox__next {
  position: absolute;
  width: 36px;
  height: 36px;
  border: none;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  cursor: pointer;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 1;
  z-index: 2;
}

.sa-lightbox__close {
  top: 12px;
  right: 12px;
}

.sa-lightbox__prev {
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
}

.sa-lightbox__next {
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}


.sa-seo__grid,
.sa-seo__grid.row {
  display: grid !important;
  grid-template-columns: 1fr 3fr;
  grid-template-areas:
    "title title"
    "toc body";
  gap: var(--grid-gap);
}

.sa-seo__title {
  grid-area: title;
}

.sa-seo__toc-inner {
  position: sticky;
  top: var(--sp-42);
  padding-top: calc(var(--sp-36) + 8px);
  width: 100%;
  max-width: var(--toc-width);
}

.sa-seo__toc {
  grid-area: toc;
  width: 100%;
  max-width: var(--toc-width);
}

.sa-seo__toc-title {
  font-size: var(--fs-h5);
  line-height: var(--lh-h5);
  font-weight: var(--fw-regular);
  color: var(--c-text-primary);
}

.sa-seo__toc-divider {
  height: 1px;
  background: var(--c-border-200);
  margin: 2px 0;
}

.sa-seo__toc-list {
  margin: var(--sp-24) 0 0;
  padding: 0;
}

.sa-seo__toc-list li + li {
  margin-top: var(--sp-12);
}

.sa-seo__toc-link {
  display: block;
  padding: var(--sp-16) var(--sp-24);
  border: var(--b-1) solid var(--c-border-200);
  border-radius: var(--r-16);
  color: var(--c-accent-700);
  text-decoration: none;
  transition: border-color 0.2s ease;
}

.sa-seo__toc-link:hover {
  border-color: var(--c-accent-700);
}

.sa-seo__body {
  grid-area: body;
  margin-top: var(--sp-36);
  color: var(--c-text-primary);
}

.sa-seo__body h3 {
  margin-top: var(--sp-36);
  margin-bottom: var(--sp-16);
}

.sa-seo__body p,
.sa-seo__body li {
  font-size: var(--fs-body);
  line-height: var(--lh-body);
}

.sa-seo__body ul {
  padding-left: 20px;
  margin-bottom: var(--sp-16);
}


@media (max-width: 991.98px) {
  .sa-hero__row {
    grid-template-columns: 1fr;
    gap: var(--sp-24);
  }

  .sa-gallery__grid {
    column-count: 3;
  }

  .sa-seo__grid {
    grid-template-columns: 1fr;
    grid-template-areas:
      "title"
      "toc"
      "body";
  }

  .sa-text-image__row {
    grid-template-columns: 1fr;
  }

  .sa-order-steps__row {
    grid-template-columns: 1fr;
  }

  .sa-seo__toc-inner {
    position: static;
    padding-top: 0;
    margin-bottom: var(--sp-24);
  }

  .sa-seo__toc {
    max-width: 100%;
  }
  .sa-seo__toc,
  .sa-seo__content {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }

  .sa-seo__body {
    margin-top: 0;
  }

  .sa-hero .hero-online .d-flex.align-items-center.pb-2 {
    grid-template-columns: 1fr;
  }

  .sa-hero .hero-online .column-md-auto .row.align-items-center {
    grid-template-columns: 1fr;
  }

  .sa-hero .hero-online .column-md-fixed,
  .sa-hero .hero-online .column-md-auto {
    grid-column: auto;
  }
}

@media (max-width: 767.98px) {
  .sa-hero__row,
  .sa-hero__row.row {
    display: flex !important;
    flex-direction: column;
    align-items: stretch;
  }

  .sa-hero__col,
  .sa-hero__col--text {
    width: 100%;
    max-width: none;
  }

  .sa-hero__col--image {
    justify-content: center;
    order: -1;
    margin-bottom: var(--sp-24);
  }

  .sa-gallery__grid {
    column-count: 2;
  }

  .sa-faq__grid {
    grid-template-columns: 1fr;
  }

  .sa-product-types__tabs {
    flex-direction: column;
  }

  .sa-pill {
    width: 100%;
  }

  .sa-text-image__row,
  .sa-order-steps__row {
    grid-template-columns: 1fr;
  }

  .sa-hero .hero-online .d-flex.align-items-center.pb-2 {
    grid-template-columns: 1fr;
  }

  .sa-hero .hero-online .column-md-auto .row.align-items-center {
    grid-template-columns: 1fr;
  }

  .sa-hero .hero-online .column-md-fixed,
  .sa-hero .hero-online .column-md-auto {
    grid-column: auto;
  }

  .sa-text-image__row {
    grid-template-columns: 1fr !important;
  }

  .sa-order-steps__row {
    grid-template-columns: 1fr !important;
  }

  .sa-seo__grid {
    display: flex !important;
    flex-direction: column;
  }

  .sa-seo__toc,
  .sa-seo__content {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }
}

.link-back{
    display:inline-block;
    padding:8px 16px;
    border-radius: 100px;
    background-color: #F7FAFC;
    transition: .3s;
    color:#43526B;
}
.link-back:hover{
    background-color: #6699D1;
    color:#fff;
}
.page-header{
    grid-area: title;
}
figcaption:not(.post-subtitle){
    padding-left:10px;
    border-left:2px solid #FF530B;
    margin-top:8px;
}
.blog-post .sa-seo__body h2{
    font-size:2.25rem;
    margin-top:3rem;
    margin-bottom:1.25rem;
}
.blog-post .sa-seo__body h3{
    font-size:1.65rem;
}
.blog-post .sa-seo__toc-link{
    color:#08172F;
    border-color:#CCD1D3;
}
.blog-post .sa-seo__toc-link:hover{
    color:#39689A;
    border-color:#39689A;
}
.post-lead{
    display:flex;
    align-items:center;
    gap:24px;
    padding-bottom:24px;
}
.post-lead__line{
    width:3px;
    min-width:3px;
    flex:0 0 3px;
    align-self:stretch;
    background:#6699D1;
}
.post-lead__content{
    padding:16px 0;
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    gap:12px;
}
.post-lead__content p{
    margin:0;
    color:#43454C;
    font-size:18px;
    font-weight:400;
    line-height:150%;
    text-transform:uppercase;
}
.page-footer .row{
    --bs-gutter-x:24px !important;
    --bs-gutter-y:24px !important;
}
.page-footer figure img{
    display:block;
    width:100%;
    height:100%;
    object-fit:cover;
}
.page-footer figure{
    overflow:hidden;
    aspect-ratio:2 / 1;
}
.post-list{
    list-style:none;
    padding-left:0;
    margin-bottom:var(--sp-16);
}
.post-list li{
    position:relative;
    padding-left:28px;
}
.post-list li::before{
    content:'';
    position:absolute;
    left:0;
    top:2px;
    width:20px;
    height:20px;
    background:url(/img/icons/arrow-bullit.svg) no-repeat center / contain;
}
.post-table{
    width:100%;
    border-collapse:separate;
    border-spacing:0;
}
.post-table thead th{
    text-align:left;
    padding:18px 18px 18px 24px;
    font-size:18px;
    font-weight:600;
    background:rgba(102, 153, 209, 0.3);
}
.post-table thead th:first-child{
    border-top-left-radius:12px;
}
.post-table thead th:last-child{
    border-top-right-radius:12px;
}
.post-table tbody td{
    text-align:left;
    padding:12px 12px 12px 24px;
    font-size:16px;
    line-height:150%;
    font-weight:400;
    border:0.5px solid #CCD1D3;
}
.post-subtitle{
    display:flex;
    align-items:center;
    gap:12px;
    margin-top:16px;
    margin-bottom:36px;
    font-size:1rem;
    font-weight:600;
    text-transform:uppercase;
    color:#6699D1;
}
.post-subtitle::before{
    content:'';
    width:24px;
    height:24px;
    flex:0 0 24px;
    background:url(/img/icons/arrow_subtitle.svg) no-repeat center / contain;
}
.list-arrow{
    list-style: none;
    padding-left:0 !important;
}

.list-arrow li:before{
    content: '';
    width:25px;
    height:25px;
    display: inline-block;
    margin-right:4px;
    background: url(/img/blog/list-arrow.svg) no-repeat center;
    position: relative;
    top:6px;
}

.blog-navi ul{
    display:flex;
    gap:12px;
    flex-wrap:wrap;
    list-style: none;
    padding:0;
}
.blog-navi ul a{
    display: block;
    padding:7px 16px;
    border-radius: 100px;
    background-color: transparent;
    font-size:14px;
    font-weight: 500;
    color:#43526B;
    text-decoration: none;
    transition: .3s;
}
.blog-navi ul a:hover{
    background-color: #e3ecfd;
}
.blog-navi ul a.active{
    background-color: #5991F3;
    color:#fff;
}
.blog-loop img{
    border-radius: 1rem;
}
.blog-loop figure a{
    display:block;
}
.blog-loop .row{
    --bs-gutter-x:24px !important;
    --bs-gutter-y:24px !important;
}
.blog-loop .col-md-4,
.blog-loop .col-md-6{
    padding-left:24px;
    padding-right:24px;
}
.blog-loop .row{
    margin-left:-24px;
    margin-right:-24px;
}
.blog-loop .col-md-4,
.blog-loop .col-md-6{
    display:flex;
    flex-direction:column;
}
.blog-loop h5{
    margin-bottom:12px !important;
    line-height:1.2;
}
.blog-loop .fs-14.d-inline-flex{
    display:none !important;
}
