.elementor-kit-6{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#F2F2F2;--e-global-color-text:#1A1A1A;--e-global-color-accent:#FEBE10;--e-global-color-7ae0d38:#FFF8E0;--e-global-color-2d071a8:#FFFFFF2B;--e-global-color-b69e741:#8F8F8F;--e-global-typography-abfd37b-font-size:56px;--e-global-typography-abfd37b-font-weight:700;--e-global-typography-abfd37b-line-height:62px;--e-global-typography-b56c0d8-font-size:14px;--e-global-typography-b56c0d8-text-transform:uppercase;--e-global-typography-a87c3b5-font-size:14px;--e-global-typography-7a821af-font-size:40px;--e-global-typography-7a821af-font-weight:600;--e-global-typography-95b6ebc-font-size:16px;--e-global-typography-95b6ebc-font-weight:400;--e-global-typography-a6fc0c9-font-size:16px;--e-global-typography-a6fc0c9-font-weight:600;--e-global-typography-7895f72-font-size:48px;--e-global-typography-7895f72-font-weight:600;--e-global-typography-7895f72-line-height:52px;--e-global-typography-2ccf382-font-size:16px;--e-global-typography-3ec5fe1-font-size:22px;--e-global-typography-3ec5fe1-font-weight:600;--e-global-typography-6727b93-font-size:22px;--e-global-typography-6727b93-font-weight:600;background-color:var( --e-global-color-secondary );color:var( --e-global-color-text );font-family:"Raleway", Sans-serif;font-size:18px;font-weight:400;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:var( --e-global-color-accent );font-weight:600;text-transform:uppercase;color:var( --e-global-color-text );border-radius:0px 0px 0px 0px;padding:20px 30px 20px 30px;}.elementor-kit-6 button:hover,.elementor-kit-6 button:focus,.elementor-kit-6 input[type="button"]:hover,.elementor-kit-6 input[type="button"]:focus,.elementor-kit-6 input[type="submit"]:hover,.elementor-kit-6 input[type="submit"]:focus,.elementor-kit-6 .elementor-button:hover,.elementor-kit-6 .elementor-button:focus{background-color:var( --e-global-color-text );color:var( --e-global-color-accent );}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 h1{color:var( --e-global-color-primary );font-size:56px;font-weight:700;line-height:62px;}.elementor-kit-6 h2{color:var( --e-global-color-accent );font-size:22px;font-weight:700;text-transform:uppercase;}.elementor-kit-6 h3{font-size:22px;font-weight:600;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1300px;}.e-con{--container-max-width:1300px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-6{--e-global-typography-abfd37b-font-size:48px;}.elementor-kit-6 h1{font-size:48px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{--e-global-typography-abfd37b-font-size:36px;--e-global-typography-abfd37b-line-height:38px;--e-global-typography-7a821af-font-size:32px;--e-global-typography-6727b93-font-size:18px;}.elementor-kit-6 h1{font-size:36px;line-height:38px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//*hero*/

/*скос*/
/*.hero-section {*/
/*  clip-path: polygon(*/
/*    0 0,          */
/*    100% 0,       */
/*    100% 85%,    */
/*    90% 100%,    */
/*    0 100%        */
/*  );*/
/*}*/

@media(min-width:1024px) {
.hero-section {
  clip-path: polygon(
    0 0,             
    100% 0,          
    100% 95%,        
    75% 95%,         
    70% 100%,         
    0 100%           
  );
}
}

@media(max-width:1500px and min-width:1024px) {
.hero-logo {
    margin-left: 70px !important;
}
}

/*accent color*/
.accent {
    color: var(--e-global-color-accent);
}


/*space*/
.mt {
    margin-top: 70px;
}

/*img clip path*/ 

.img-skewed {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 80px), calc(100% - 80px) 100%, 0 100%);
}

.img-skewed-up  {
    clip-path: polygon(0 0, calc(100% - 80px) 0, 100% 80px, 100% 100%, 0 100%);
}

@media (max-width:767px) {
    .img-skewed {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 60px), calc(100% - 60px) 100%, 0 100%);
}

.img-skewed-up  {
    clip-path: polygon(0 0, calc(100% - 60px) 0, 100% 60px, 100% 100%, 0 100%);
}
}

/*bullet list*/

.custom-checklist ul {
    list-style: none;
    padding-left: 0;
}

.custom-checklist li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 20px;
}

.custom-checklist li::before {
    content: "\e949";
    font-family: 'icomoon' !important;
    position: absolute;
    left: 0;
    top: 0.1em;
    width: 30px;
    height: 30px;
    background-color: var(--e-global-color-text);
    color: var(--e-global-color-accent);
    
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}


/*for why coose us*/

.box-1 {
  clip-path: polygon(
    80px 0,    /* вправо от верхнего левого угла */
    100% 0,
    100% 85%,
    85% 100%,
    0 100%,
    0 80px,    
    80px 80px,  
    80px 0
  );
  position: relative;
}





.box-2 {
  clip-path: polygon(
    0 0,
    calc(100% - 80px) 0,       
    calc(100% - 80px) 80px,  
    100% 80px,     
    100% 100%,    
    15% 100%,    
    0 85%         
  );
}

.box-3 {
  clip-path: polygon(
    0 0,
    85% 0,
    100% 15%,
    100% 100%,
    80px 100%,   
    80px calc(100% - 80px),    
    0 calc(100% - 80px)      
  );
}

.box-4 {
  clip-path: polygon(
    15% 0,        
    100% 0,       
    100% calc(100% - 80px),     
    calc(100% - 80px) calc(100% - 80px),      
    calc(100% - 80px) 100%,     
    0 100%,       
    0 15%       
  );
}

@media (max-width:1024px) {
    .box-1 {
  clip-path: polygon(
    70px 0,    /* вправо от верхнего левого угла */
    100% 0,
    100% 85%,
    85% 100%,
    0 100%,
    0 70px,    
    70px 70px,  
    70px 0
  );
  position: relative;
}
.box-2 {
  clip-path: polygon(
    0 0,
    calc(100% - 70px) 0,       
    calc(100% - 70px) 70px,  
    100% 70px,     
    100% 100%,    
    15% 100%,    
    0 85%         
  );
}

.box-3 {
  clip-path: polygon(
    0 0,
    85% 0,
    100% 15%,
    100% 100%,
    70px 100%,   
    70px calc(100% - 70px),    
    0 calc(100% - 70px)      
  );
}

.box-4 {
  clip-path: polygon(
    15% 0,        
    100% 0,       
    100% calc(100% - 70px),     
    calc(100% - 70px) calc(100% - 70px),      
    calc(100% - 70px) 100%,     
    0 100%,       
    0 15%       
  );
}
}

@media (max-width:767px) {
    .box-1 {
  clip-path: polygon(
    60px 0,    /* вправо от верхнего левого угла */
    100% 0,
    100% 85%,
    85% 100%,
    0 100%,
    0 60px,    
    60px 60px,  
    60px 0
  );
  position: relative;
}
.box-2 {
  clip-path: polygon(
    0 0,
    calc(100% - 60px) 0,       
    calc(100% - 60px) 60px,  
    100% 60px,     
    100% 100%,    
    15% 100%,    
    0 85%         
  );
}

.box-3 {
  clip-path: polygon(
    0 0,
    85% 0,
    100% 15%,
    100% 100%,
    60px 100%,   
    60px calc(100% - 60px),    
    0 calc(100% - 60px)      
  );
}

.box-4 {
  clip-path: polygon(
    15% 0,        
    100% 0,       
    100% calc(100% - 60px),     
    calc(100% - 60px) calc(100% - 60px),      
    calc(100% - 60px) 100%,     
    0 100%,       
    0 15%       
  );
}
}


/*numbers in how works*/

.number {
    display: flex;
    justify-content: center;
    font-size: 36px;
    margin-bottom: 25px !important;
}

/*blog cards*/
.elementor-post__meta-data {
    border-top: none !important;
}

.elementor-post__card {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
    padding-bottom: 20px !important;
}

.elementor-post__title a {
    transition: 0.3s !important;
}

.elementor-post__title a:hover {
    color: var(--e-global-color-accent) !important;
}

.elementor-post__thumbnail__link {
    overflow: hidden; 
}


.elementor-post__thumbnail {
    transition: transform 0.5s ease; 
}

.elementor-post__thumbnail:hover {
    transform: scale(1.1); 
}


/*scrollbar*/
::-webkit-scrollbar {
    width: 10px
}

::-webkit-scrollbar-track {
    background: var(--e-global-color-seсondary);
}

::-webkit-scrollbar-thumb {
    background: #555;
    border-radius: 0px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--e-global-color-text);
}

* {
    scrollbar-color: #555 var(--e-global-color-seсondary)
}

@media (max-width: 767px) {
    ::-webkit-scrollbar {
        display:none
    }

    * {
        scrollbar-width: none
    }
}



/*case*/

.case-link {
    padding: 0px 0px 3px 0px;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: var( --e-global-color-accent );
     width: fit-content;
}

.case-link i {
  transition: margin-left 0.3s ease;
}


.case-card:hover .case-link i {
    margin-left: 10px;
}

.challenge-text,
.result-text {
    display: flex;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 10px;
}

.challenge-text {
    color: var(--e-global-color-b69e741);
}


.result-text {
    color: var(--e-global-color-accent);
}


/*breadcrumbs */

#breadcrumbs span a {
    color: var(--e-global-color-b69e741) !important;
}

#breadcrumbs span a:hover {
    color: var(--e-global-color-accent) !important;
}/* End custom CSS */