@import url('https://fonts.googleapis.com/css2?family=Jura:wght@300..700&display=swap');

html, body{
    display: flex;
    flex-direction: column;
}

*{
    padding: 0;
    margin: 0;
}

a{
    text-decoration: none;
    color: inherit;
}

img{
    width: 100%;
}
/* ----------------------------------------------------------------------------- */
.cta-fixed {
    position: fixed;
    right: 90px;
    bottom: 30px;
    background-color: #12be51;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 15px;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    z-index: 1000;
    transition: background 0.3s ease, transform 0.2s ease;
}

.cta-fixed:hover {
    background-color: #097e34;
    transform: translateY(-3px);
}


/* ----------------------------------------------------------------------------- */
body{
    font-family: 'Jura', sans-serif;
    background-color: #f0f0f0;
    /* color: #000; */
}

header{
    font-size: 20px;
    font-weight: 300;
    background-color: #DADDD8;
    color: #000;
    padding: 20px;
    /* width: 100%; */
}

.menu{
    display: none;

}

.container-hero{
    margin: 0 120px;
    display: flex;
    justify-content: space-between;
}
.contact-info{
    /* letter-spacing: 2px; */
    font-weight: 500;
}

.contact-info, .nav-li{
    margin-top: 20px;
}

.endo-scan-logo{
    border-radius: 50%;
    width: 50px;
    height: 50px;
    object-fit: cover;
    background-color: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: #000;
}

.nav-ul{
    padding: 0;
    margin: 0;
    display: flex;
    gap: 30px;
}

.nav-li{
    /* letter-spacing: 4px; */
    list-style: none;
}

.nav-li:hover , .contact-info:hover{
    text-decoration: underline;
    cursor: pointer;
}

/* --------info-section--------------------------------------------------------------- */
.info{
    /* max-width: 1470px; */
    width: 100%;
    min-height: 600px;
    margin: 0 auto;
    background-color: #EEF0F2;  
    padding: 50px 0;
    display: flex;
    flex-direction: column;
    gap: 50px;
    
}

.hero-section{
    width: 630px;
    height: 216px;
    /* background-color: aqua; */
}

.hero-p{
    font-weight: 300;
    font-size: 20px;
    line-height: 1;
    color: #000;
    width: 540px;
    height: 48px;
}

h1{
    color: #000;
    font-size: 90px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1;
}

.hero-section{
    margin: 0 120px;
}

.action-box{
    display: flex;
    flex-direction: column;
    gap: 20px;
    border-radius: 25px;
    border-width: 1px;
    border-style: solid;
    border-color: #000;
    width: 543px;
    height: 303px;
    background-color: #D9D9D9;
}


h1, .hero-p, .action-box{
    margin-bottom: 20px;
}
.action{
    margin: 5px 5px;

    width: 393px;
    height: 67px;
    background-color: #ADB5BD;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    border-width: 1px;
    border-style: solid;
    border-color: #000;

    font-size: 28px;
    font-weight: 500;
    font-family: 'Jura', sans-serif;
}

.action:hover{
    background-color: #9aa0a7;
    cursor: pointer;
}

.action-p{
    font-size: 28px;
    font-weight: 300;
    letter-spacing: 1px;
    color: #000;
    width: 442px;
    height: 108px;
    margin: 15px 30px;
}
.about_plus {
    margin-left: 30px;
    margin-bottom: 30px;
    text-decoration: underline;
}

.hero-img-vector, .hero-img-endoscope{
    width: 55%;
    height: 100%;  
    margin-left: 37%;
    margin-top: -20%;
    position: absolute;
}

/* .hero-img-vector, .hero-img-endoscope{
    width: 800px;
    height: 750px;  
    margin-left: 590px;
    margin-top: -290px;
    position: absolute;
} */

/* -----advantage----------------------------------------------------------------------------- */


.info-advantages{
    /* width: 1500px; */
    height: auto;
    background-color: #ECEBE4;  
    padding: 100px 0;
    display: flex;
    justify-content: space-between;
    /* flex-direction: column; */
    gap: 50px;
    align-items: center;
}

.advantages-section{
    margin: 0 120px;
}
.box-h{
    /* margin: 0 120px; */
    text-align: center;
    /* margin-top: 100px; */
    color: #000;
    font-size: 33px;
    font-weight: 700;
}

.container{
    /* margin-left: 120px; */
    margin-top: 70px;

}

.container, .advantages-ul{
    list-style: none;
    text-align: center;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex: 1;
    gap: 80px;
}
.advantages-li{
    max-width: 350px;
}

.endo-scan_2{
    width: 350px;
    height: 350px;
    border-radius: 25px;
    border-width: 1px;
    border-style: solid;
    border-color: #000;
}

.advantage-p{
    width: 350px;
    height: 100px;

    font-size: 20px;
    font-weight: 100;
    color: #000;
    margin-top: 20px;
}
/* ------procedure------------------------------------------------------------------------------------------------------ */

.info-procedure{
    /* width: 1470px; */
    min-height: auto; /*2000px;*/
    background-color: #e6e6e6;  
    padding: 50px 0;
    padding-top: 100px;
    
}
.motor-img{
    margin-top: 10px;
    position: absolute;
    width: 750px;
    height: 1039px;
}

.text_box, .text_box-2, .text_box-4, .text_box-5{
    font-size: 20px;
    font-weight: 400;
    color: #000;
    letter-spacing: 0.7px;
    /* background-color: aqua; */

    margin-top: 50px;
    width: 640px;
    height: 260px;
}

.text_box-3{
    font-size: 20px;
    font-weight: 400;
    color: #000;
    letter-spacing: 0.7px;
    /* background-color: aqua; */

    margin-left: 50%;
    margin-top: 50px;
    width: 640px;
    height: 300px;
}

.text_box, .text_box-5{
    margin-left: 120px;
    
}

.text_box-2, .text_box-4{
    margin-left: 40%;

}

.procedure-text{
    margin-bottom: 20px;
    
}
.procedure-li{
    /* list-style: circle; */
    margin-left: 20px;
}

.endo-scan_3 {
    width: 708px;
    height: 151px;
    margin-top: 10px;
    border-radius: 20px;
    border-width: 1px;
    border-style: solid;
    border-color: #000;
}

.scane_output{
    /* position: absolute; */
    margin-left: 53%;
    /* width: 700px; */
    height: 250px;
    
    padding: 10px 5px;
    margin-top: 30px;
    border-radius: 50px 0 0 50px;
    /* border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; */
    border-width: 1px;
    border-style: solid;
    border-color: #000;
    background-color: #D9D9D9;
    box-shadow: 0 10px 12px rgba(0,0,0,0.2);
}

.h-under{
    font-size: 33px;
    font-weight: 700;
    color: #000;
    margin-left: 40px;
    margin-top: 30px;
    text-decoration: underline;
}

.scan-ul{
    margin-top: 30px;
    margin-left: 55px;
    font-size: 17px;
    font-weight: 400;
    color: #000;
}
/* ----price------------------------------------------------------------------------- */

.info-price{
    /* width: 1470px; */
    min-height: 600px;
    background-color: #ECEBE4;  
    padding: 50px 0;
    padding-top: 100px;
    
}

.price-section{
    margin: 0 120px;
}

.price-types {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-top: 20px;
    flex-wrap: wrap; /* чтобы на мобильных переносилось */
    margin-top: 70px;
}

.inline_motor,
.V-type_motor,
.H-type_motor {
    flex: 1;
    min-width: 280px;
    background: #f9f9f9;
    filter: drop-shadow(1px 2px);
    padding: 15px;
    border-radius: 8px;
}

.inline_h{
    margin: 10px 0; 
    font-size: 26px;
    font-weight: bolder;
}

.price-row {
    display: flex;          /* Ставим списки в одну строку */
    gap: 20px;              /* Отступ между ними */
    align-items: flex-start;/* Выравнивание по верхнему краю */
}

.price-ul, .price-ul-2 {
    width: 150px;
    list-style: none;
    margin: 0 20px;
    padding: 0;
}

.price-li-f {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
    /* width: 250px; */
    height: 45px;
    /* background-color: aqua ; */
}

.price-li {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    letter-spacing: 0.7px;
}

.info_price {
    text-align: center; /* Центрует заголовок и сам контейнер */
    margin-top: 100px;
}

.note-list {
    list-style: none;
    padding: 15px 20px;
    margin: 10px auto 0; /* авто по бокам — чтобы по центру */
    font-size: 17px;
    color: #333;
    text-align: left; /* сам текст влево */
    width: 350px; /* ширина "коробки" */
    /* background: #fff; */
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}
/* -----map------------------------------- */
.info-map{
    min-height: 700px;
    background-color: #EEF0F2;  
    padding: 50px 0;
    padding-top: 100px;
}

.map-section{
    margin: 0 120px;
}

.map-text{
    margin: 40px 0;
}

.map-box {
    max-width: 900px;
    margin: auto;
    border-radius: 10px;
    overflow: hidden; /* чтобы карта имела скруглённые углы */
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

.info-faq {
    background-color: #ECEBE4;
    padding: 80px 0;
}

.faq-section {
    margin: 0 120px;
}

.faq-ul {
    list-style: none;
    margin-top: 40px;
    font-size: 20px;
    color: #000;
}

.faq-li {
    margin-bottom: 30px;
    line-height: 1.5;
    background-color: #EEF0F2;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}


/* ----footer------------------------------------------------------------------------------- */
footer{
    min-height: 420px;
    background-color: #D9D9D9;
    color: #000;
    padding: 20px;

}
.footer-section {
    margin: 0 120px;
    margin-top: 70px;
    display: flex;              /* размещаем в ряд */
    justify-content: space-between; /* равномерно распределяем */
    align-items: flex-start;    /* выравниваем по верхнему краю */
    gap: 0;                  /* расстояние между колонками */
    flex-wrap: wrap;            /* чтобы на маленьких экранах переносились */
}


.footer-ul{
    list-style: none;
}

/* .footer-li{
    margin-top: 5px;
} */

.footer-li-f{
    font-weight: 700;
    margin: 5px 0;
}

.box-hero{
    margin-bottom: 25px;
}

.endo-scan-logo-big{
    border-radius: 50%;
    width: 100px;
    height: 100px;
    object-fit: cover;
    background-color: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: #000;

    /* margin-top: 50px; */
    margin-bottom: 20px
}

hr{
    margin-top: 20px;
    width: 100%;
    height: 2px;
    border: none;
    background-color: #000;
    opacity: 50%;
}

.info-footer{
    min-width: 500px;
    /* background-color: aqua; */

    
    width: 430px;
    font-size: 28px;
}

.we-footer, .contact-footer{
    width:235px;
    /* background-color: aqua; */

    font-size: 20px;
}

.footer-icon{
    position: absolute;
    right: 260px;
    margin-top: 200px;
}

.icon{
    width: 40px;
    height: 40px;

    vertical-align: middle;
    cursor: pointer;
}

.footer-icon:hover {
    opacity: 0.8;
}

.icon.whatsapp {
    margin-right: 10px;
}

.icon.phone {
    margin-left: 10px;
}

/* ====== Адаптивность ======================================================================= */
@media (max-width: 1024px) {
    /* ---heder---- */
    .container-hero {
        margin: 0 90px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .contact-info {
        display: none;
    }
    /* --info-- */
    .hero-section {
        width: 100%;
        height: auto;
        margin: 0 90px;
    }

    h1 {
        font-size: 70px;
        width: 442px;
        height: auto;
    }

    .hero-img-vector, .hero-img-endoscope {
        width: 55%;
        height: 70%;
        margin-left: 35%;
        margin-top: -40%;
        position: absolute;    
    }

    .hero-p {
        text-align: center;
        font-size: 23px;
        width: 274px;
        height: auto;
        margin: 10% 0;
    }
    .action-box {
        margin: 10% 0;
        /* width: 50%; */
        height: 20%;
    }
    .hero-section, .advantages-section, .procedure-section, .price-section, .map-section, .footer-section{
        width: 85%;
        height: auto;
        margin: 0 90px;
    }

    /* --advantage-- */
    
    .box-h{
        font-size: 25px;
    }
    
    .text_box, .text_box-2, .text_box-3, .text_box-4, .text_box-5 {
        margin: 70px auto;
        /* width: 70%; */
        height: auto;
    } 
    .endo-scan_3{
        width: 100%;
    }
    .motor-img{
        display: none;
    }
    .scane_output{
        margin-left: 40%;
        margin-bottom: 7%;
    }
    footer{
        min-height: auto;
    }
    .footer-icon{
        display: none;
    }
    .cta-button {
        position: absolute;
        right: 15px;
    }
}


/* Планшеты  */
@media (max-width: 960px) {
    /* ---heder---- */
    .container-hero {
        /* margin: 0 90px; */
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .menu{
        display: block;
        /* position: absolute;
        right: 0;
        top: 20px; */
        background: none;
        border: none;
        cursor: pointer;
        width: 11%;
        height: 11%;
    }
    .menu {
        transition: transform 0.2s ease, filter 0.2s ease;
    }
    .menu:active {
    transform: scale(0.9); /* легкое нажатие */
    filter: brightness(0.8);
    }
    /* Полупрозрачный затемняющий фон при открытии меню */
    .menu-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(2px);
    z-index: 900; /* чуть меньше чем меню */
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    }

    /* Когда меню открыто */
    .menu-overlay.active {
    opacity: 1;
    pointer-events: all;
    }

    /* Мобильное меню при открытии */
    .nav-ul.menu-open {
    display: flex !important;
    flex-direction: column;
    position: absolute;
    top: 80px;
    right: 20px;
    background-color: #f5f5f5;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    padding: 15px 25px;
    gap: 15px;
    z-index: 1000;
    }

    .nav-ul.menu-open .nav-li {
    list-style: none;
    text-align: right;
    }

    .nav-ul.menu-open a {
    color: #000;
    font-size: 18px;
    text-decoration: none;
    font-weight: 500;
    }

    .nav-ul.menu-open a:hover {
    text-decoration: underline;
    }

    .endo-scan-logo{
        /* margin: 0 auto; */
        margin-bottom: 10px;
        width: 11%;
        height: 11%;
    }
    .contact-info{
        display: block;
        margin-top: 2%;
        font-size: 25px;
    }

    .endo-scan-logo {
        flex: 0 0 auto;
    }

    .contact-info {
        flex: 1;
        text-align: center;
    }

    .menu {
        flex: 0 0 auto;
    }


    .nav-ul {
        display: none;
    }
    /* ---info------------- */
    h1 {
        font-size: 70px;
        width: 442px;
        height: auto;
    }

    .hero-img-vector, .hero-img-endoscope {
        width: 55%;
        height: 65%;
        margin-left: 35%;
        margin-top: -40%;
        position: absolute;    
    }

    .hero-p {
        text-align: center;
        font-size: 23px;
        width: 274px;
        height: auto;
        margin: 10% 0;
    }
    .action-box {
        margin: 10% 0;
        width: 70%;
        height: 20%;
    }
    .action-p{
        margin: 0 30px 15px 20px;
        width: 90%;
    }
    .hero-section, .advantages-section, .procedure-section, .price-section, .map-section, .footer-section{
        width: 80%;
        height: auto;
        margin: 0 90px;
    }

    /* ---advantages--- */
    .info-advantages {
        flex-direction: column;
        align-items: center; /* выравнивание по центру */
        gap: 50px;
    }

    .advantages-ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 30px;
    }

    .advantage-li {
        flex: 0 1 30%;
        text-align: left;
    }

    /* Центрируем последний блок */
        .advantages-ul li:last-child {
        flex: 0 1 100%;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .scan-ul{
        font-size: 20px;
    }
    .map-text{
        font-size: 20px;
    }
    .faq-section {
        margin: 0 60px;
    }
    .faq-ul {
        font-size: 18px;
    }
    /* footer */
    .footer-section {
        margin-top: 50px;
    }

    .endo-scan-logo-big{
        width: 90px;
        height: 90px;
    }
    
    .footer-section {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 30px; /* расстояние между блоками */
        padding: 20px;
    }

    .info-footer,
    .we-footer,
    .contact-footer{
        width: 100%;
        text-align: center;
    }

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

    .footer-li,
    .footer-li-f {
        margin-bottom: 10px;
    }

    .endo-scan-logo-big {
        max-width: 150px;
        height: auto;
        margin: 0 auto;
        display: block;
    }

    .footer-icon {
        display: none;
    }

    /* ==CTA==== */
    .cta-button {
        position: absolute;
        right: 10px;
    }
    .icon {
        width: 60px;
        height: 60px;
    }
}
/* Смартфоны (до 640px) */
@media (max-width: 640px) {
    /* ---heder--- */
    .hero-section {
        position: relative;
    }
    .hero-img-vector,
    .hero-img-endoscope {
        position: absolute;
        /* left: 50%; */
        transform: translateX(-35%);
        width: 80%; /* адаптивная ширина */
        height: auto;
        margin-top: -105%; 
    }   
    h1{
        margin: 50% 0 0 10px;
        text-align: center;
        font-size: 60px;
        font-weight: 900;
    }
    .hero-section, .adnvanatages-section, .procedure-section, .price-section, .map-section, .footer-section{
        width: 80%;
        height: auto;
        margin: 0 60px;
    }
    /* --info-- */

    .contact-info{
        font-size: 20px;
    }

    .hero-p {
        font-size: 20px;
        width: 100%;
        height: auto;
    }

    .action-box {
        width: 100%;
        height: auto;
        padding: 15px;
    }

    .action {
        width: 100%;
        font-size: 27px;
        height: auto;
        padding: 10px;
    }

    /* ================= */
    .advantages-ul li:last-child {
        flex: unset;
        text-align: justify;
        display: block;
    }
    

    .endo-scan_2 {
        width: 90%;
        height: auto;
    }

    .motor-img {
        position: static;
        width: 100%;
        height: auto;
    }

    .text_box, .text_box-2, .text_box-3, .text_box-4, .text_box-5 {
        margin: 20px 0;
        width: 90%;
        height: auto;
    }
    .scane_output{
        padding: 0 25px 30px 5px;
    }

    .endo-scan_3 {
        width: 100%;
        height: auto;
    }

    .faq-section {
        margin: 0 40px;
    }
    .faq-ul {
        font-size: 17px;
    }

    .footer-section {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer-icon {
        position: static;
        margin-top: 20px;
    }
    /* ==CTA==== */
    .cta-fixed {
        /* position: absolute; */
        right: 15px;
    }
    .icon {
        width: 40px;
        height: 40px;
    }
}

/* Маленькие смартфоны (до 480px) */
@media (max-width: 480px) {
    /* ---heder--- */
    .container-hero{
        margin: 0 50px;
    }
    .menu{
        width: 15%;
        height: auto;
    }
    .endo-scan-logo{
        width: 15%;
        height: auto;
    }

    .hero-section, .advantages-section, .procedure-section, .price-section, .map-section, .footer-section{
        width: 80%;
        height: auto;
        margin: 0 50px;
    }

    /* --info-- */
    .contact-info{
        font-size: 17px;
    }
    .hero-section {
        position: relative;
    }
    .hero-img-vector,
    .hero-img-endoscope {
        position: absolute;
        /* left: 50%; */
        transform: translateX(-35%);
        width: 95%; /* адаптивная ширина */
        height: auto;
        margin-top: -120%; 
    }  

    h1 {
        font-size: 36px;
        width: 50%;
        margin-left: 30%;
        margin-top: 55%;
    }
    .action-box {
        width: 95%;
        height: auto;
    }
    .action {
        font-size: 22px;
        height: auto;
        width: 95%;
    }
    .action-p{
        font-size: 20px;
        margin: auto;
        width: auto;
        height: auto;
    }
    /* =============== */
    .advantages-ul li:last-child {
        flex: unset;
        display: block;
        text-align: justify;
        width: 70%;
        max-width: 400px;
        margin: 0 auto;
    }
    .advantage-li {
    width: 100%;
    max-width: 400px;
    text-align: justify;
    margin: 0 auto;
    }

    .advantage-li .advantage-p {
    font-size: 18px;
    max-width: 270px;
    margin: 0 auto;
    }

    .advantage-li .endo-scan_2 {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    }
    /* ================ */
    .box-h{
        font-size: 28px;
        margin-bottom: 15%;
    }
    .text_box, .text_box-2, .text_box-3, .text_box-4, .text_box-5 {
        font-size: 18px;
        font-weight: 400    ;
        margin: 20px auto;
        width: 95%;
        height: auto;
    }
    .h-under{
        font-size: 28px;
    }
    .scan-ul{
        font-size: 18px;
        margin-left: 30px;
    }
    .info-procedure{
        min-height: auto;
    }
    /* =================== */
    .inline_motor,
    .V-type_motor,
    .H-type_motor {
        /* min-width: 100%; */
        padding: 10px;
        text-align: center;
    }
    .price-row{
        align-items: center;        
    }


    .map-text{
        font-size: 18px;
    }
    iframe {
        width: 100% !important;
        height: 300px !important;
    }

    .faq-section {
        margin: 0 25px;
    }
    .faq-ul {
        font-size: 16px;
    }

    /* ============== */
    
    /* Общие параметры */
    * {
        box-sizing: border-box;
    }
    /* === Полное исправление футера === */
    footer {
        width: 100%;
        overflow-x: hidden;
        background-color: #D9D9D9;
    }

    .footer-section {
        margin: 0 auto;
        padding: 20px 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 25px;
        width: 100%;
        max-width: 420px;
        box-sizing: border-box;
    }

    .info-footer,
    .we-footer,
    .contact-footer {
        width: 100%;
        max-width: 380px;
        text-align: center;
        box-sizing: border-box;
        margin: 0 auto;
    }

    /* Универсальный сброс ширин */
    .footer-section * {
        max-width: 100%;
        min-width: 0;
        word-break: break-word;
        overflow-wrap: break-word;
        white-space: normal;
        box-sizing: border-box;
    }

    .footer-ul {
        list-style: none;
        padding: 0;
        margin: 0 auto;
        width: 100%;
    }

    .footer-li,
    .footer-li-f {
        font-size: 15px;
        line-height: 1.4;
        text-align: center;
        margin-bottom: 6px;
    }

    .endo-scan-logo-big {
        width: 80px;
        height: auto;
        margin: 0 auto 10px;
        display: block;
    }

    hr {
        width: 80%;
        max-width: 300px;
        border: none;
        border-top: 1px solid #ccc;
        margin: 10px auto;
    }

    .box-hero {
        font-size: 18px;
        margin-bottom: 8px;
        text-align: center;
    }

    .footer-icon {
        display: flex;
        justify-content: center;
        gap: 20px;
        flex-wrap: wrap;
        margin-top: 10px;
    }

    .icon {
        width: 45px;
        height: 45px;
    }


    /* ==CTA==== */

    .cta-fixed {
        right: 15px;
        bottom: 15px;
        font-size: 14px;
        padding: 10px 15px;
    }
}
