.elementor-25 .elementor-element.elementor-element-a476b64{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-25 .elementor-element.elementor-element-4a04016{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-25 .elementor-element.elementor-element-5876a41 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-25 .elementor-element.elementor-element-44edf07{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-25 .elementor-element.elementor-element-038b4b3{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-25 .elementor-element.elementor-element-f13d988{width:100%;max-width:100%;}.elementor-25 .elementor-element.elementor-element-f13d988 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-25 .elementor-element.elementor-element-418af8a{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-25 .elementor-element.elementor-element-2f4695e{width:100%;max-width:100%;}.elementor-25 .elementor-element.elementor-element-feb464f{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-25 .elementor-element.elementor-element-1a4c2f3{width:100%;max-width:100%;}.elementor-25 .elementor-element.elementor-element-12ab594{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;}.elementor-25 .elementor-element.elementor-element-12ab594:not(.elementor-motion-effects-element-type-background), .elementor-25 .elementor-element.elementor-element-12ab594 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-vamtam_accent_3 );}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-0d45830 *//* ==================================================
   HERO
================================================== */

.to-hero{

    background:#f6f6f4;

    padding:120px 48px 110px;
}

.to-hero-grid{

    max-width:1480px;

    margin:0 auto;

    display:flex;

    align-items:center;

    justify-content:space-between;

    gap:110px;
}

/* ==================================================
   LEFT
================================================== */

.to-hero-content{

    width:48%;

    max-width:650px;
}

.to-hero-content h2{

    margin:0 0 34px;

    font-size:45px;

    line-height:1.1;

    letter-spacing:-0.045em;

    font-weight:500;

    color:#232323;
}

.to-hero-content p{

    margin:0 0 45px;

    max-width:580px;

    font-size:20px;

    line-height:1.65;

    color:#666666;
}

/* ==================================================
   BUTTON
================================================== */

.to-hero-buttons{

    display:flex;

    align-items:center;

    gap:16px;
}

.to-btn-secondary{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    height:56px;

    padding:0 30px;

    border:1px solid #232323;

    color:#232323;

    background:transparent;

    text-decoration:none;

    font-size:16px;

    font-weight:500;

    transition:.25s ease;
}

.to-btn-secondary:hover{

    background:#232323;

    color:#ffffff;
}

/* ==================================================
   IMAGE
================================================== */

/* IMAGE */

.to-hero-image{

    width:52%;

    padding-top:90px;
}

.to-hero-image img{

    width:100%;

    display:block;

    aspect-ratio:4/5;

    object-fit:cover;
}

/* ==================================================
   MOBILE
================================================== */

@media(max-width:980px){

    .to-hero{

        padding:80px 24px 70px;
    }

    .to-hero-grid{

        flex-direction:column;

        gap:48px;
    }

    .to-hero-content{

        width:100%;

        max-width:100%;
    }

    .to-hero-image{

        width:100%;
    }

    .to-hero-content h2{

        font-size:54px;

        line-height:0.95;
    }

    .to-hero-content p{

        font-size:18px;

        max-width:100%;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5876a41 *//* ==================================================
   STANDARD SECTION
================================================== */

.to-standard-section{

    background:#D6D0C6;

    padding:140px 52px;
}

.to-standard-wrapper{

    max-width:1280px;

    margin:0 auto;
}

/* ==================================================
   INTRO
================================================== */

.to-standard-intro{

    max-width:920px;

    margin-bottom:80px;
}

.to-standard-intro h2{

    margin:0 0 28px;

    font-size:40px;

    line-height:1.05;

    letter-spacing:-0.045em;

    font-weight:500;

    color:#232323;
}

.to-standard-intro p{

    margin:0;

    font-size:20px;

    line-height:1.75;

    color:#4f4f4f;
}

/* ==================================================
   IMAGE
================================================== */

.to-standard-image{

    max-width:620px;

    margin:0 auto 80px;
}

.to-standard-image img{

    width:100%;

    display:block;

    object-fit:cover;
}

/* ==================================================
   GRID
================================================== */

.to-standard-grid{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:22px;
}

/* ==================================================
   CARDS
================================================== */

.to-standard-card{

    border:1px solid #ddd8d1;

    padding:42px;
}

.to-standard-card h3{

    margin:0 0 30px;

    font-size:22px;

    font-weight:500;

    color:#232323;
}

/* ==================================================
   LISTA
================================================== */

.to-standard-list{

    list-style:none;

    margin:0;

    padding:0;
}

.to-standard-list li{

    position:relative;

    padding:18px 0 18px 28px;

    border-bottom:1px solid #e6e2dc;

    font-size:18px;

    line-height:1.65;

    color:#424242;
}

.to-standard-list li:last-child{

    border-bottom:none;
}

/* pipa */

.to-standard-list.positive li::before{

    content:"✓";

    position:absolute;

    left:0;

    top:18px;

    color:#6d7f8a;

    font-weight:600;
}

/* x */

.to-standard-list.negative li::before{

    content:"×";

    position:absolute;

    left:0;

    top:18px;

    color:#666666;

    font-size:20px;
}

/* ==================================================
   EXTRA
================================================== */

.to-standard-extra{

    margin-top:70px;
}

.to-standard-extra h4{

    margin:0 0 22px;

    font-size:22px;

    line-height:1.3;

    font-weight:500;

    color:#232323;
}

.to-standard-extra p{

    margin:0;

    font-size:18px;

    line-height:1.8;

    color:#666666;
}

/* ==================================================
   MOBILE
================================================== */

@media(max-width:980px){

    .to-standard-section{

        padding:80px 24px;
    }

    .to-standard-intro h2{

        font-size:42px;
    }

    .to-standard-intro p{

        font-size:18px;
    }

    .to-standard-grid{

        grid-template-columns:1fr;
    }

    .to-standard-card{

        padding:30px;
    }

}

/* ==========================================
   FORCE FULL WIDTH
========================================== */

.elementor-25 .elementor-element.elementor-element-5876a41{

    width:100% !important;

    max-width:none !important;

    margin-left:0 !important;

    margin-right:0 !important;
}

.elementor-25 .elementor-element.elementor-element-5876a41 > .e-con-inner{

    width:100% !important;

    max-width:1280px !important;

    margin:0 auto !important;

    padding-left:48px !important;

    padding-right:48px !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f16ac89 *//* ==================================================
   KONTROLLMODULOK
================================================== */

.to-modules-section{

    background:#f6f6f4;

    padding:140px 48px;
}

.to-modules-wrapper{

    max-width:1280px;

    margin:0 auto;
}

/* ==================================================
   INTRO
================================================== */

.to-modules-intro{

    max-width:900px;

    margin-bottom:80px;
}

.to-modules-intro h2{

    margin:0 0 28px;

    font-size:64px;

    line-height:1.02;

    letter-spacing:-0.05em;

    font-weight:500;

    color:#232323;
}

.to-modules-intro p{

    margin:0;

    font-size:20px;

    line-height:1.7;

    color:#666;
}

/* ==================================================
   GRID
================================================== */

.to-modules-grid{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:24px;
}

/* ==================================================
   CARD
================================================== */

.to-module-card{

    border:1px solid #ddd8d1;

    background:#fff;

    display:flex;

    flex-direction:column;
}

/* ==================================================
   IMAGE
================================================== */

.to-module-image{

    padding:26px 26px 0;
}

.to-module-image img{

    width:100%;

    aspect-ratio:16/9;

    object-fit:cover;

    display:block;
}

/* ==================================================
   CONTENT
================================================== */

.to-module-content{

    padding:28px 26px 0;
}

.to-module-label{

    margin-bottom:18px;

    font-size:12px;

    letter-spacing:0.18em;

    text-transform:uppercase;

    color:#3a3a3a;

    font-weight:500;
}

.to-module-content h3{

    margin:0 0 18px;

    font-size:22px;

    line-height:1.3;

    font-weight:500;

    color:#232323;
}

.to-module-content p{

    margin:0 0 22px;

    font-size:18px;

    line-height:1.8;

    color:#5c5c5c;
}

.to-module-content p:last-child{

    margin-bottom:0;
}

/* ==================================================
   PRICE
================================================== */

.to-module-price{

    margin-top:auto;

    padding:26px;

    border-top:1px solid #e7e2dc;

    font-size:18px;

    font-weight:500;

    color:#232323;
}

/* ==================================================
   MOBILE
================================================== */

@media(max-width:980px){

    .to-modules-section{

        padding:80px 24px;
    }

    .to-modules-grid{

        grid-template-columns:1fr;
    }

    .to-modules-intro h2{

        font-size:42px;
    }

    .to-modules-intro p{

        font-size:18px;
    }

}

/* ==========================================
   FORCE FULL WIDTH
========================================== */

.elementor-25 .elementor-element.elementor-element-f16ac89{

    width:100% !important;

    max-width:none !important;

    margin-left:0 !important;

    margin-right:0 !important;
}

.elementor-25 .elementor-element.elementor-element-f16ac89 > .e-con-inner{

    width:100% !important;

    max-width:1280px !important;

    margin:0 auto !important;

    padding-left:48px !important;

    padding-right:48px !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f13d988 *//* ==================================================
   PRICING SECTION
================================================== */

.to-pricing-section{

    background:#f2f0eb;

    padding:140px 48px;
}

.to-pricing-wrapper{

    max-width:1280px;

    margin:0 auto;
}

/* ==================================================
   TOP GRID
================================================== */

.to-pricing-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:44px;

    margin-bottom:70px;
}

/* ==================================================
   CARD
================================================== */

.to-pricing-card{

    border:1px solid #DDD8D1;

    padding:34px 32px 34px;
}

.to-pricing-card h3{

    margin:0 0 34px;

    min-height:52px;

    display:flex;

    align-items:flex-start;

    font-size:20px;

    line-height:1.3;

    font-weight:500;

    color:#232323;
}

/* ==================================================
   TABLE
================================================== */

.to-pricing-head{

    display:flex;

    justify-content:space-between;

    padding-bottom:18px;

    border-bottom:1px solid #E7E2DC;

    margin-bottom:6px;
}

.to-pricing-head span{

    font-size:12px;

    letter-spacing:0.18em;

    text-transform:uppercase;

    color:#78828B;

    font-weight:600;
}

.to-pricing-row{

    display:flex;

    justify-content:space-between;

    gap:20px;

    padding:22px 0;

    border-bottom:1px solid #ECE8E2;
}

.to-pricing-row:last-child{

    border-bottom:none;
}

.to-pricing-row span{

    font-size:18px;

    line-height:1.6;

    color:#3D3D3D;
}

.to-pricing-row span:last-child{

    text-align:right;

    white-space:nowrap;

    letter-spacing:0.08em;
}

/* ==================================================
   CUSTOM PRICING
================================================== */

.to-custom-pricing{

    max-width:880px;

    margin:0 auto;

    border:1px solid #DDD8D1;

    padding:32px 32px 32px;
}

.to-custom-pricing h3{

    margin:0 0 28px;

    font-size:22px;

    font-weight:500;

    color:#232323;
}

.to-custom-grid{

    display:grid;

    grid-template-columns:1fr 1fr;
}

.to-custom-column:first-child{

    border-right:1px solid #E7E2DC;

    padding-right:60px;
}

.to-custom-column:last-child{

    padding-left:60px;
}

.to-custom-head{

    display:flex;

    justify-content:space-between;

    padding-bottom:18px;

    border-bottom:1px solid #E7E2DC;
}

.to-custom-head span{

    font-size:12px;

    letter-spacing:0.18em;

    text-transform:uppercase;

    color:#78828B;

    font-weight:600;
}

.to-custom-row{

    display:flex;

    justify-content:space-between;

    gap:20px;

    padding:22px 0;

    border-bottom:1px solid #ECE8E2;
}

.to-custom-row:last-child{

    border-bottom:none;
}

.to-custom-row span{

    font-size:18px;

    color:#3D3D3D;

    line-height:1.6;
}

.to-custom-row span:last-child{

    white-space:nowrap;

    text-align:right;

    letter-spacing:0.08em;
}

/* ==================================================
   MOBILE
================================================== */

@media(max-width:980px){

    .to-pricing-section{

        padding:80px 24px;
    }

    .to-pricing-grid{

        grid-template-columns:1fr;

        gap:24px;
    }

    .to-pricing-card h3{

        min-height:auto;
    }

    .to-custom-grid{

        grid-template-columns:1fr;
    }

    .to-custom-column:first-child{

        border-right:none;

        padding-right:0;

        margin-bottom:40px;
    }

    .to-custom-column:last-child{

        padding-left:0;
    }

    .to-pricing-row,
    .to-custom-row{

        flex-direction:column;

        gap:10px;
    }

    .to-pricing-row span:last-child,
    .to-custom-row span:last-child{

        text-align:left;
    }
}/* End custom CSS */
/* Start custom CSS *//* ==================================================
   TECHNICAL OFFICE TYPOGRAPHY
================================================== */

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
div,
a,
li,
strong,
em,
blockquote,
label,
input,
textarea,
select,
button{

    font-family:'Inter',sans-serif !important;
}

/* ==================================================
   FORCE H2
================================================== */

h2{

    font-size:45px !important;
    line-height:1.02 !important;
    letter-spacing:-0.05em !important;
    font-weight:500 !important;
}

/* ==================================================
   HERO H1
================================================== */

.to-hero-content h1{

    margin:0 0 34px !important;

    font-family:'Inter',sans-serif !important;

    font-size:45px !important;

    line-height:1.1 !important;

    letter-spacing:-0.045em !important;

    font-weight:500 !important;

    color:#232323 !important;
}/* End custom CSS */