@charset "utf-8";
/* CSS Document */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}



a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}


table {
    border-collapse:collapse;
    border-spacing:0;
}

input, select {
    vertical-align:middle;
}

html {
	scroll-behavior: smooth;
}

input:-webkit-autofill,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover,
textarea:-webkit-autofill,
textarea:-webkit-autofill:focus,
select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #a4e322 inset !important; /* or your desired bg */
    box-shadow: 0 0 0 1000px #a4e322 inset !important;
    -webkit-text-fill-color: #000 !important; /* or your desired text color */
    transition: background-color 5000s ease-in-out 0s;
}

/* -------------------------------------- */
/* -------------------------------------- */
/* OVERAL STYLE ++*/


:root {
 
  --light-grey:#31575f;
  --base-grey:rgb(1, 48, 58);
  --base-grey:#53513F;
  --white:#fff;
  --green:#55a229;
  --blue-light:#63c4f0;
  --purple:#C31755;
  --yellow:#b3f98e;
  --yellow:#C31755;
  /* --green:#6b99ae; */
}


@font-face {
	
  font-family: "ElegantIcons";
  src: url("/assets/vendor/fonts/elegant-icons/fonts/ElegantIcons.ttf") format("truetype"); 
  font-weight: normal;
  font-style: normal;
  
}

i {
  font-family: "ElegantIcons";	
}





@font-face {
  font-family: "WixMadeforDisplay";
  src: url("/assets/vendor/fonts/WixMadeforDisplay/WixMadeforDisplay-Regular.ttf") format("truetype"); 
  font-weight: normal;
  font-style: normal;
  
}

@font-face {
  font-family: "WixMadeforDisplay Light";
  src: url("/assets/vendor/fonts/WixMadeforDisplay/WixMadeforDisplay-Light.ttf") format("truetype"); 
  font-weight: normal;
  font-style: normal;
  
}


@font-face {
  font-family: "WixMadeforDisplay Medium";
  src: url("/assets/vendor/fonts/WixMadeforDisplay/WixMadeforDisplay-Medium.ttf") format("truetype"); 
  font-weight: normal;
  font-style: normal;
}



@font-face {
  font-family: "WixMadeforDisplay Semibold";
  src: url("/assets/vendor/fonts/WixMadeforDisplay/WixMadeforDisplay-SemiBold.ttf") format("truetype"); 
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: "WixMadeforDisplay Bold";
  src: url("/assets/vendor/fonts/WixMadeforDisplay/WixMadeforDisplay-Bold.ttf") format("truetype"); 
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: "WixMadeforText Medium";
  src: url("/assets/vendor/fonts/WixMadeforText/WixMadeforText-Medium.ttf") format("truetype"); 
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "WixMadeforText Semibold";
  src: url("/assets/vendor/fonts/WixMadeforText/WixMadeforText-Semibold.ttf") format("truetype"); 
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "IBMPlexSerif";
  src: url("/assets/vendor/fonts/IBMPlexSerif/IBMPlexSerif-Regular.ttf") format("truetype"); 
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "IBMPlexSerif Medium";
  src: url("/assets/vendor/fonts/IBMPlexSerif/IBMPlexSerif-Medium.ttf") format("truetype"); 
  font-weight: normal;
  font-style: normal;
}



.width-wrapper {
	width: 100%;
    max-width: 1512px;
    margin: 0 auto;
    padding: 0 64px;
    box-sizing: border-box;
	position:relative;
}

body {
	font-family: "WixMadeforDisplay";
	color: #575757;
	font-size:16px;
	line-height:24px;
}

section {
     z-index: 1;
}

/* Prevent horizontal scroll when is open */
body.menu-open,
html.menu-open {
    overflow-x: hidden;
}

body.menu-open,
html.menu-open {
    overflow: hidden;
     overflow-y: scroll; 
}   

h1 {
	font-size:64px;
	line-height:75px;
	margin-bottom:40px;
    font-weight:normal;
    font-family: "IBMPlexSerif Medium";
     color:#142730;
}

h2 {
    margin-bottom:20px;
	font-size:16px;
    font-weight: 400;
    font-family: "WixMadeforDisplay Medium";
    font-weight:normal;
     color:#142730;
}

h3 {
    font-size:50px;
	line-height:60px;
	margin-bottom:30px;
	font-family: "IBMPlexSerif Medium";
    font-weight:normal;
     color:#142730;
}


@media (max-width: 620px) {
	.width-wrapper {	
    	padding: 0 20px;
	}

    h1 {
	    font-size:40px;
	    font-size:42px;
	    line-height:50px;
	    font-size:36px;
        line-height:42px;
        margin-bottom:0px;
    }

   
    h3 {
        font-size:36px;
        line-height:45px;
       
    }
}

.grid-12 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 24px; /* adjust as needed */
}

.grid-6 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 24px;
}

.grid-12.center {
    align-items: center;
}

.col-1  { grid-column: span 1; }
.col-2  { grid-column: span 2; }
.col-3  { grid-column: span 3; }
.col-4  { grid-column: span 4; }
.col-5  { grid-column: span 5; }
.col-6  { grid-column: span 6; }
.col-7  { grid-column: span 7; }
.col-8  { grid-column: span 8; }
.col-9  { grid-column: span 9; }
.col-10 { grid-column: span 10; }
.col-11 { grid-column: span 11; }
.col-12 { grid-column: span 12; }


.align-right { 
    text-align: right;
}

@media (max-width: 920px) {
  .grid-12 {
    grid-template-columns: repeat(6, 1fr);
    row-gap: 40px;
  }
  .col-12 { grid-column: span 6; }
  .col-6  { grid-column: span 3; }
  .col-3  { grid-column: span 1; }
}
@media (max-width: 620px) {
  .grid-12 {
    grid-template-columns: 1fr;
  }

  .grid-6 {
    grid-template-columns: repeat(2, 2fr);
  }
  
  /*
  .col-12, .col-6, .col-3 { grid-column: span 1; }
  */
}

/* BUTTONS ++ */

a.button {
	display: inline-block;
	padding: 10px 20px 10px 10px;
	background-color: #000;
	background-color: #63c4f0;
	background-color: #C31755;
	background-color: #a4e322;
   
	color: var(--white);
    color:#000;
	text-decoration: none;
	border-radius: 35px;
	font-weight: 500;
	/* transition: background-color 0.3s ease, color 0.3s ease; */
	font-size:16px;
	line-height:34px;
	transition-duration: 0.3s;
	white-space: nowrap;
    position: relative;
    
}

a.button.large {
    background-color: #142730;
    color: #fff;
    padding-left:60px;
}

a.button.simple {
    padding-left:20px;
}


a.button span {
	display: inline-block;
	vertical-align: middle;
	color: var(--white);
	/* transition: color 0.3s ease; */
	background-color: #fff;
	width:40px;
	height:40px;
	border-radius:50%;
	text-align: center;
	line-height: 30px;
	position: relative;	
	overflow:hidden;
    position: absolute;
    left:7px;
    top:7px;
}


a.button.phone span {
    /* top:11px; */
    transition-duration: 0.3s;
}


a.button.phone:hover span {
    /* transform: rotate(40deg); */
}

a.button span{
	color:#000;
	font-size:12px;
	
}

a.button span.email img{
    margin-top:3px;
}


a.button img {
    position:absolute;
	width:100%;
	height:auto;
	z-index: 1000;
	width:50%;
	left:25%;
	top:25%;
    }
    
    a.button.contacts img {
        width:auto;
        top:9px;
    }

a.button.large {
	/* padding: 14px 30px 14px 15px; */
	font-size:18px;
	border-radius:80px;
    /* padding-left:65px; */
    box-sizing: border-box;
}


a.button.large span{
	width:40px;
	height:40px;
	line-height: 30px;
}

a.button.large span {
	font-size:14px;
}

a.button.appoitment {
    background-color: rgba(164, 227, 34, 0.8);
    background-color: #a4e322;

    color:#142730;

}

a.button.phone {
	background-color: transparent;
	color:#142730;
    margin-top:5px;
    margin-bottom:5px;
    /* border:1px solid #000; */
    /* border:1px solid #5289F7; */
    /* border:1px solid rgba(164, 227, 34, 0.8); */ */
    background-color: #a4e322;
    /* background-color: rgba(164, 227, 34, 0.8); */
    background-color: rgba(164, 227, 34, 0.8);
    background-color: #a4e322;
    padding-left:55px;
}


a.button.contacts {
	/* padding-left:20px; */
    padding:8px 30px;
    padding-right:45px;
	margin:30px 0;
    /* border:1px solid #63c4f0; */
	 /* border:1px solid #5289F7; */
	background-color: transparent;
	color:#000;
    background-color: rgba(164, 227, 34, 0.8);
    background-color: #a4e322;
    color:#000;
}
	a.button.contacts span {
        width:30px;
        right:10px;
        top:10px;
        left:auto;
		background-color: transparent;
        transition-duration: 0.3s;
	}

    a.button.contacts:hover span {
        /* right:0; */
    }
	
a.button.show-all {
   background-color: transparent; 
   border:1px solid #5289F7;
}

a.button.send {
	background-color: #fff;
	background-color: #000;
	/* border:1px solid #fff; */
	color:#000;
	color:#fff;
	padding-left:20px;
	display:inline-table;
	width:auto;         
    align-self: flex-start;  
	margin-top:10px;
	min-width:50px;
    text-align: center;
}

a.button:hover {
	opacity: 0.8;
}


.scroll-top-btn.burger-scroll {
    width: 45px;
    height: 45px;
    background: #000;
    border: none;
    border-radius: 50%;
    position: fixed;
    right: 20px;
    bottom: 32px;
    z-index: 1200;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 16px rgba(0,0,0,0.12);
    transition: opacity 0.3s, background 0.3s;
    opacity: 0;
    pointer-events: none;
    display:none !important;
}
.scroll-top-btn.burger-scroll.visible {
    opacity: 1;
    pointer-events: auto;
}
.scroll-top-btn.burger-scroll .burger-line {
    display: block;
    width: 12px;           /* shorter for bullet look */
    height: 2px;           /* thicker for bullet look */
    background: #fff;
    transition: all 0.3s;
    position: absolute;
    left:0;
    top:21px;
}
.scroll-top-btn.burger-scroll .burger-line:first-child {
    transform: rotate(-45deg) translate(0px, 0px);
    left:13px;
}
.scroll-top-btn.burger-scroll .burger-line:last-child {
    transform: rotate(45deg) translate(0px, 0px);
    left:20px;
}

a.map {
    padding-left:24px;
    text-decoration:none;
    font-size:16px;
    color:#000;
    margin-top:2px;
    margin-bottom:2px;
    white-space:nowrap;
}

a.map img {
    position: absolute;
    left:-24px;
}

a.map span {
    position: relative;
}
a.map span::after {
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    content: '.';
    color: transparent;
    background-color: rgba(0,0,0,0.8);
    height: 1px;
    transition-duration: 0.3s;
}

a.map:hover span::after {
    background-color:transparent;
}

@media (max-width: 768px) {

    a.button.contacts {
	   margin-bottom:0;
    }

    a.button.large {
        width:100%;
        text-align:center;
    }

    a.button.large {
	/* padding: 14px 30px 14px 15px; */
	
    padding-left:35px;
    font-size:16px;
}

}

/* BUTTONS -- */
/* -------------------------------------- */
/* -------------------------------------- */
/* HEADER ++ */

header {
	padding:10px 0 13px 0;
	/* background-color: #eef4ff; */
	/* background-color: #f6fce9; */
    z-index:8888;
    position: relative;
    position:fixed;
    width:100%;
    background-color: #fff;
	background-color: #eef4ff;
    transition-duration:0.3s;
}

header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    transition: all 0.3s;
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
header.small {
}

heaer diw.width-wrapper {
    opacity: 0;
}

header div.grid {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between; /* Add this line */
	position: relative;
    z-index: 9999;
}
	
header div.grid div.column.right {
    width: 100%;
    display: flex;
    justify-content: flex-end; /* Align content to the right */
    align-items: center;
    
}

header.fixed a.logo {
    width:110px;
}

header a.logo {
    display: block;
    width: 180px;
    margin-right: 40px;
    transition-duration:0.3s;
    flex-shrink: 0;      /* Prevent logo from shrinking */
}

header a.logo img {
    width: 100%;
    height: auto;
    display: block;
}

header .menu-main {
    flex: 1 1 0%;
    width: auto;
    display: flex;
    align-items: center;
	justify-content: flex-end; /* Align content to the right */
    max-height: 90vh;      /* Limit height to 80% of viewport */

}

header .menu-main ul {
    list-style: none;
    margin-left: 0;
    width: auto; /* Let nav take only needed width */
    padding: 0;
    display: flex;
    text-align: left;
}

header .menu-main ul li {
    display: inline-block;
    margin: 0 20px;
    position: relative;
}

header .main-nav li a {
   text-decoration: none;
   color:#000;
   color:#142730;
   position:relative;
   display:table;
   white-space: nowrap;
   font-family: "WixMadeforDisplay Medium";
   /* font-size:18px; */
}

header .main-nav li a:after {
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: auto;
    width: 0%;
    content: '.';
    color:transparent;
    background-color: #142730;
    height: 1px;
	transition: all .5s;
    opacity: 0.6;
}

header .menu-main ul li a.active::after,
header .menu-main ul li a:hover::after{
    width: 100%;
}

header .menu-lang {
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
	padding:5px;
	cursor:pointer;
	white-space:nowrap;
    font-family: "WixMadeforDisplay Medium";
    color:#142730;
}

header .menu-lang > a {
    cursor: pointer;
    position: relative;
    z-index: 2;
	color:#000;
	text-decoration: none;
	font-size: 16px;
	font-weight: 500;
    
}

header .menu-lang > div {
    text-transform: uppercase;

}

header .menu-lang > div span {
	font-size:10px;
	vertical-align: top;
	margin-top:6px;
	margin-left:2px;
}

header .menu-lang .lang-list {
    display: flex;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.25s, visibility 0.25s;
    position: absolute;
    right: 0;
    top: 19px;
    min-width: 80px;
    background: #fff;
    box-shadow: 0 4px 16px rgba(0,0,0,0.12);
    border-radius: 6px;
    padding: 8px 0;
    margin: 8px 0 0 0;
    z-index: 10;
}

header .menu-lang:hover .lang-list,
header .menu-lang:focus-within .lang-list {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

header .menu-lang .lang-list li {
    display: flex;
    width: 100%;
}

header .menu-lang .lang-list li a {
    display: table;
    padding: 8px 16px;
    color: #222;
    text-decoration: none;
    transition: background 0.2s;
    font-size: 16px;
	box-sizing: border-box;
	transition-duration: 0.3s;
	opacity: 1;
}

header .menu-lang .lang-list li a:hover {
   opacity: 0.6;
}

header a.button {
   margin-left: 20px;
}

.burger-menu {
    width: 33px;
    height: 35px;
    padding-left:11px;
    padding-top:9px;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    cursor: pointer;
    z-index: 1001;
    position: relative;
	display:none;
    margin-left:10px;
    background-color: #0A1418;
    border-radius:50%;
}

.burger-menu .line {
    width: 22px;
    height: 2px;
    background-color: #fff;
    border-radius: 2px;
    transition: all 0.3s ease;
    margin:3px 0;
}

header a.button.large {
    display:none;
}

@media (max-width: 1200px) {
    header a.button.phone {
        display:none;
    }

}

@media (max-width: 1000px) {
	header .menu-main {
		display:none;
	}

     header a.button.phone {
        display:table;
    }

	.burger-menu { 
		display: flex;
	}

    header.fixed {
       
        /* background-color: #a4e322; */
    }

    header div.grid div.column:first-child {
        /* display:none; */
    
    }

     header div.grid a.button.phone {
         padding:4px;
         margin:0;
     }

     header div.grid a.button.phone p{
        display:none;
    
    }

    header div.grid a.button.phone span {
        position: relative;
        top:-1px;
        left:0;
        margin:0;
        width:35px;
        height:35px;
    }

    header .menu-main {
  
        height: 100vh;      /* Limit height to 80% of viewport */
        overflow-y: auto;      /* Enable vertical scrolling */
        overflow-x: hidden;      /* Enable vertical scrolling */
        overscroll-behavior: contain; /* Prevent scroll chaining */
}

}


@media (max-width: 768px) {
    header .menu-main {
        display: none;
        position: absolute;
       
        right: -20px;
        width: 100vw;
        height: calc(100vh - 60px);
        top:62px;
        /* left:0; */
        /* max-width: 350px; */
		/* background-color: #eef4ff; */
        /* box-shadow: -4px 0 24px rgba(0,0,0,0.08); */
        transform: translateX(100%);
        opacity: 1;
        z-index: 9999;
        flex-direction: column;
        padding: 32px 24px 24px 24px;
         padding-top: 60px; /* adjust to your header height */
        pointer-events: none; /* Prevent interaction when hidden */
        transition: none; /* Let GSAP handle transitions */
        box-sizing:border-box;
        border-top:1px solid rgba(0,0,0,0.2);
    }
    header .menu-main.open {
        background-color: #eef4ff; /* ensure background is solid when open */
        z-index: 7777;
        opacity: 1;
        pointer-events: auto;
    }
	
	header .menu-main ul {
		
		flex-direction: column;
	}
	
	header .menu-main ul li {
		margin: 10px 0;
		text-align: center;

	}
}

@media (max-width: 768px) {
     header .menu-main {
        /* ...existing code... */
        justify-content: flex-start;
        text-align:center;
        padding-top: 60px; /* adjust to your header height */
    }
    header .menu-main ul {
        align-items: center;
        justify-content: center;
        text-align: center;
        display: flex;
        flex-direction: column;
    }
    header .menu-main ul li {
        margin: 10px 0;
        text-align: center;
        width: 100%;
        display: flex;
        justify-content: center;
    }
    header .menu-main ul li a {
        display: inline-block;
        text-align: center;
    }
    header .menu-main .menu-lang {
        margin-left: 0;
        justify-content: center;
        /* width: 100%; */
        text-align: center;
    }
    header .menu-main > a.button {
        margin: 20px auto 0 auto;
        display: block;
        float: none;
    }

    header a.logo {
        width: 110px;
    }
}

/* HEADER -- */
/* -------------------------------------- */
/* -------------------------------------- */
/* INTRO BLOCK ++ */

.block-intro {
	background-color: #eef4ff;
	/* background-color: #f6fce9; */
	/* background-color: #EFF9FD; */
	padding:140px 0 100px 0;
    position: relative;

}

.block-intro div.grid-6 {    
    margin-top:40px;
    border-top:1px dotted rgba(0,0,0,0.3);
    padding-top:20px;
}

.block-intro div.grid-6 p,
.block-intro div.grid-6 a {
    font-size:16px;
    font-size:18px;
    margin-bottom:5px;
    color:#000;
    text-decoration: none;
}

.block-intro div.grid-6 div.col-3.align-right {
    white-space: nowrap;

}


.block-intro p {
	margin-bottom:30px;
    font-size:21px;
    line-height:27px;
}
.block-intro a.button {
	display:inline-table;
	margin:15px 0;
	margin-right:20px;
}

.block-intro p.phone {
	margin-bottom:0px;
	display:inline-table;
	vertical-align: middle;
	margin-right:20px;
}


.block-intro .socials {
    justify-content: flex-start;
    gap: 16px;
    border-top:1px solid rgba(0,0,0,0.1);
    padding-top: 20px;
    margin-top: 20px;
    align-items: center;
}

.block-intro .socials p {
    margin: 0;
    font-size: 16px;
    color: #000;
    font-weight: 500;
}

.block-intro .social-link {
    border:1px solid #000;
    background: #eef4ff;
    color: #000;
    
}
.block-intro .social-link:hover {
    background: #000;
    color: #fff;
}


@media (max-width: 768px) {

    .block-intro {
        padding-top:80px;
        padding-bottom:40px;
     }


    .block-intro div.col-1 {
        
        display:none;
    }
    
    .block-intro .col-6  { 
        grid-column: span 5; 
        margin-top:10px;
    }


    .block-intro a.button {
        /* width:100%; */
        /* text-align: center; */
        margin:5px 0;
        box-sizing:border-box;
    }

    .block-intro p {
        font-size:18px;
        line-height:25px;
        margin-bottom:15px;
    }

    .block-intro div.grid-6 p, .block-intro div.grid-6 a {

        font-size:14px;
    }

     .grid-6 {
    margin-top:15px !important;
  }
    
}

/* INTRO BLOCK -- */
/* -------------------------------------- */
/* -------------------------------------- */
/* ABOUT BLOCK ++ */
.about {
    padding: 100px 0 100px 0;
    background: #fff;
}

.about.dark {
	/* background-color: #eef4ff; */
	background-color: #eef4ff;
	/* background-color: rgba(246, 252, 233, 0.8); */
	/* background-color: rgba(246, 252, 233, 0.8); */
}


.about .grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.about div.inner {
	max-width:580px;
	display:table;
	margin-left:auto;
}

.about .image-container {
    width: 100%;
    border-radius: 10px;
    margin-left: auto;
    display: block;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

.about .image-container img {
    width: 100%;
    border-radius: 10px;
    display: block;
    opacity: 1;
}




.about .button.simple {
    margin-top: 28px;
    font-size: 1rem;
}

.about p {
	font-size:16px;
	line-height:24px;
    /* color:#575757; */
}


	

@media (max-width: 768px) {

    .about {
        padding: 60px 0 60px 0;
    }
    
    .about .grid {
		grid-template-columns: 1fr;
	}

    .about div.col-1 {
        
        display:none;
    }
    
    .about .col-6  { 
        grid-column: span 5;
        order:2;
        margin-top:20px;
    }
    
}

/* ABOUT BLOCK -- */
/* -------------------------------------- */
/* -------------------------------------- */
/* ARTICLE PAGE ++ */

div.article {

    padding:160px 0 90px 0;
}

div.article h3{
    font-size:24px;
    font-weight:normal;
    margin-bottom:10px;
    margin-top:0;
    line-height: 30px;
}

div.article ul {
    margin-left:20px;
}


div.article ul.pricelist-faq {
    margin-left:0px;
}

div.article hr {
    margin:15px 0 20px 0;
}

@media (max-width: 1100px) {
    div.article .col-3 {
        grid-column: span 2;
    }

    div.article .col-6 {
        grid-column: span 8;
    }
}

@media (max-width: 768px) {
    div.article {
        padding:60px 0 30px 0;
    }
}


/* ARTICLE PAGE -- */
/* -------------------------------------- */
/* -------------------------------------- */
/* SERVICE BLOCK ++ */

div.service {
	padding:120px 0 0px 0;
	text-align: center;
}

	div.service h3 {
		display:table;
		max-width:600px;
		margin:0 auto 20px auto;
	}


	div.service div.grid-12.list {
		margin: 90px 0 30px 0;
	}

div.service div.grid-12 div.col-4 {
    padding: 40px 30px 30px 30px;
    border-radius: 10px;
    background-color: #EFF9FD;
    background-color: #eef4ff;
    /* background-color: #EFF9FD; */
    font-size: 16px;
    line-height: 24px;
    color: var(--light-grey);
    position: relative;
}

div.service div.grid-12 div.col-4 p {
    font-family: "WixMadeforDisplay Medium";
    color:#575757;
}

div.service div.grid-12 div.col-4 p.title {
	font-size:24px;
    line-height:30px;
	margin-bottom:20px;
	/* color:#63c4f0; */
	color:#29457C;
	color:#000;
}

div.service div.grid-12 div.col-4 div.icon-container {
	display:table;
	margin:0 auto;
	border-radius:50%;
	width:70px;
	height:70px;
	box-sizing: border-box;
	margin-bottom:30px;
	/* background-color: #D8F0FB; */
	/* background-color: #e3edfe; */
}

div.service div.grid-12 div.col-4 div.icon-container img {
	width:100%;
    height:auto;
	/* max-width:26px; */
	/* margin-top:18px; */
}

.service .hidden-service {
    display: none;
    opacity: 0;
    transition: opacity 0.6s;
}
.service .hidden-service.visible {
    display: block;
    opacity: 1;
}

.service h1, .service h2, .service h3 {
	margin-left:auto;
	margin-right:auto;
}

@media (max-width: 960px) {
	div.service div.grid {		
		grid-template-columns: repeat(2, 1fr);

	}

    div.service div.grid-12 div.col-4 {
        grid-column: span 3;
    }
}

@media (max-width: 768px) {



	div.service div.grid {		
		grid-template-columns: repeat(1, 1fr);

	}


    div.service {
        padding:30px 0 0px 0;
        text-align: center;
    }

    div.service div.grid-12.list {
		margin: 60px 0 20px 0;
	}

    div.service div.grid-12 div.col-3 {		
        display:none;
	}

    div.service div.grid-12 div.col-6 {		
       grid-column: span 6;
	}


}

/* SERVICE BLOCK -- */
/* -------------------------------------- */
/* -------------------------------------- */
/* TEAM BLOCK ++ */

div.team {
	padding:90px 0 100px 0;
	text-align: center;

}

	
	div.team ul li {
		text-align: left;
	}

		div.team ul li img{
			width:100%;
			border-radius:10px;
		}

		div.team ul li p.name {
			font-size:24px;
			font-family: "WixMadeforDisplay Semibold";
			margin:20px 0 10px 0;
            color:#142730;
		}

		div.team ul li p.spec {
            color:#575757;
		}

.team h1, .team h2, .team h3 {
	margin-left:auto;
	margin-right:auto;
}

@media (max-width: 920px) {
    
    div.team div.col-3 {
        display:none;
    }

    div.team div.col-6 {
        grid-column: span 6;
    }


    div.team ul li {
        grid-column: span 3;
    }
}

@media (max-width: 768px) {



	div.team ul{
		
		grid-template-columns: repeat(1, 1fr);
		row-gap:35px;
		margin-top:0;
	}

    div.team {
        padding:60px 0 60px 0;
        text-align: center;

    }
}	
/* TEAM BLOCK -- */
/* -------------------------------------- */
/* -------------------------------------- */
/*  CONTACTS ++ */

div.contacts {
	padding: 100px 0 80px 0;
	text-align: left;
	/* background-color: #EFF9FD; */
	background-color: #3d67b9;
	/* color:#fff; */
    /* background-image: url('/assets/img/bg1'); */
    /* background-color: rgba(0,0,0,0.8);  */
	/* background-color: #316278; */
    background-blend-mode: multiply;
    background-size: cover;
    background-position: center;
    background: #3D67B9;
    background: #a4e322;
    color:#000;
    /* background: rgba(164, 227, 34, 0.8); */
    
}

	

		div.contacts form {

			display: flex;
			flex-direction: column;
			gap: 20px;
			margin-top: -20px;
		}

			div.contacts form input[type="text"],
			div.contacts form textarea{ 
				background-color: transparent;
				border:0 none;
				border-bottom:1px solid #000;	
				border-bottom:1px solid #fff;	
				border-bottom:1px solid rgba(0,0,0,0.8);
				padding:20px 0px;
				color:#fff;
				color:#000;
                outline:none;
                font-size:16px;
                font-family: "WixMadeforDisplay"; 
			}

			div.contacts form input[type="text"]::placeholder,
			div.contacts form textarea::placeholder {
				color: rgba(255,255,255,0.5);
                color: rgba(0,0,0,0.8);
				opacity: 1; 
				font-family: "WixMadeforDisplay";
				font-size:16px;
			}	 

            div.contacts form textarea{
                min-height:80px; 
                resize:none;  
            }

.custom-checkbox {
    display: flex;
    align-items: center;
    cursor: pointer;
    gap: 10px;
    user-select: none;
    position: relative;
}

.custom-checkbox input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 24px;
    height: 24px;
    border: 1px solid #000;
    border-radius: 6px;
    background: #fff;
    background: transparent;
    outline: none;
    cursor: pointer;
    transition: border-color 0.2s;
    position: relative;
}

.custom-checkbox input[type="checkbox"]:checked {
    border-color: #3d67b9;
}

.custom-checkbox input[type="checkbox"]:checked + .checkbox-icon {
    opacity: 1;
    transform: scale(0.7);
}

.custom-checkbox .checkbox-icon {
    pointer-events: none;
    position: absolute;
    left: 4px;
    top: 3px;
    width: 24px;
    height: 24px;
    opacity: 0;
    transform: scale(0.4);
    transition: opacity 0.2s, transform 0.2s;
    background: url('/assets/img/check-icon.png') no-repeat center center;
    background-size: contain;
}

/* Optional: label text styling */
.custom-checkbox span {
    font-size: 16px;
    color: #fff;
    color: #000;
}

	.custom-checkbox span a {
        color: #fff;
		color: #000;
		text-decoration: none;
		border-bottom:1px solid #fff;
		border-bottom:1px solid #000;
		transition-duration: 0.3s;
		padding-bottom:2px;
	}

	.custom-checkbox span a:hover {
		border-bottom:1px solid transparent;
	}


div.contacts a.button.phone,
div.contacts a.button.email {
	border-color:#fff;
	color:#fff;
	margin-right:20px;
	margin-bottom:20px;

}

@media (max-width: 768px) {

    div.contacts {
	    padding: 60px 0 60px 0;
    }

    div.contacts div.col-1 {
        
        display:none;
    }
    
    div.contacts .col-6  { grid-column: span 5; }
    
}

	

/*  CONTACTS -- */
/* -------------------------------------- */
/* -------------------------------------- */
/*  PRICES ++ */

div.prices {
    padding: 100px 0 80px 0;
    text-align: left;
    background-color: #eef4ff;
}

    div.prices h3 {
        margin-bottom: 40px;
    }

    div.prices div.grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 60px;
        align-items: center;
    }

        div.prices div.grid div.inner {
            padding-left:20px;
        }

       


/*  PRICES -- */
/* -------------------------------------- */
/* -------------------------------------- */
/*  WORKTIME ++ */


div.worktime {
	padding: 90px 0 60px 0;
	text-align: left;
    color:#000;
}


		div.worktime div.grid div.column{
			border-radius: 5px;
		}


		div.worktime table {
			width:auto;
			border-collapse: collapse;
			margin: 20px 0 40px 0;

		}

		div.worktime table td {
			padding:5px 0;
		}

		div.worktime table tr td:first-child {
			padding-right:10px;
			font-family: "WixMadeforDisplay Medium";
		}

		div.worktime div.parking {
			margin:20px 0;
			display:flex;	
			align-items: center;
            border-top:1px dotted rgba(0,0,0,0.6);
            padding-top:20px;
		}

			div.worktime div.parking div.image-container {
				width: 41px;
				height: 41px;
				margin-right: 15px;	
			}
			
			div.worktime div.parking p {
				font-size:16px;
				line-height:24px;
			}

			#map {
				width: 100%;
				aspect-ratio: 1 / 1; /* Keeps it square */
				border-radius: 10px;
				overflow: hidden;
			}
			#map iframe {
				width: 100%;
				height: 100%;
				border: 0;
				display: block;
}


@media (max-width: 768px) {
    
	
    div.worktime {
        padding: 60px 0 30px 0;
    }

    div.worktime div.col-1 {
        
        display:none;
    }
    
    div.worktime .col-6  { grid-column: span 5; }
    
}

/*  WORKTIME -- */
/* -------------------------------------- */
/* -------------------------------------- */
/*  FAQ ++ */



div.faq {
    padding:70px 0 120px 0;
    text-align: center;
}

ul.faq {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top:30px;
}

.faq-item {
    border-bottom:1px solid rgba(0,0,0,0.2);
    padding:20px 0;
    /* box-shadow: 0 2px 8px rgba(82,137,247,0.04); */
    overflow: hidden;
    transition: box-shadow 0.2s;
}

.faq-item.open,
.faq-item:focus-within {
}

.faq-question {
    width: 100%;
    text-align: left;
    background: none;
    border: none;
    outline: none;
    font-size: 24px;
    font-weight: 500;
    cursor: pointer;
    color: #222;
    
    transition: background 0.2s;
    position: relative;
    font-family: "WixMadeforDisplay Semibold";
    margin:0;
    padding:0;
    padding-right:35px;
}

.faq-question::after {
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    /* transform: translateY(-50%); */
    font-size: 22px;
    color: #fff;
    transition-duration:0.3s;
    width:30px;
    height:30px;
    border-radius:50%;
    background-color:rgba(0, 0, 0, 0.2) ;
    background-color:#C31755 ;
    background-color:#5289F7;
    background-color:#000;
;
    background-image: url('/assets/img/icon-plus-white.svg');
    background-repeat: no-repeat;
    background-position: center center;
    transform-origin: center center;
    transition: transform 0.3s;
}

.faq-item.open .faq-question::after {
    
      transform: rotate(45deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    background: #fff;
    color: #575757;
    font-size: 16px;
    line-height: 24px;
    transition: max-height 0.3s cubic-bezier(.4,0,.2,1);
    text-align: left;
    padding: 20px 0; /* Keep padding constant */
    display:none;
    transition-duration: 0.3s;
    width:100%;
}

.faq-item.open .faq-answer {
    display:table;
}

@media (max-width: 768px) {
    div.faq {
        padding: 30px 0 60px 0;
    }

    ul.faq {
        margin:0;
    }

    div.faq div.grid-12{
        row-gap:0px;
    }

}

/*  FAQ -- */
/* -------------------------------------- */
/* -------------------------------------- */
/*  POPUP LAYER ++ */

.popup-backdrop {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(30, 30, 30, 0.35);
    z-index: 9998;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
}
.popup-backdrop.active {
    opacity: 1;
    pointer-events: auto;
}

.popup-layer {
    position: fixed;
    left: 50%;
	transform: translateX(-50%);	
    bottom: 50px;
    z-index: 9999;
    min-width: 280px;
    max-width: 350px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.18);
    padding: 0;
    display: flex;
    flex-direction: column;
}
@keyframes popup-fadein {
    from { opacity: 0; transform: translateY(40px);}
    to { opacity: 1; transform: translateY(0);}
}
.popup-content {
    padding: 24px 44px 18px 24px;
    position: relative;
    display: grid;
    grid-template-columns: 48px 1fr;
    grid-template-rows: auto;
    align-items: center;
    gap: 0 18px;
    min-height: 56px;
}

.popup-status-icon {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    width: 40px;
    height: 40px;
    margin: 0;
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 32px;
}

.popup-status-icon.success,
.popup-status-icon.error,
.popup-status-icon.info {
    display: flex;
}

.popup-message {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    font-size: 16px;
    color: #222;
    margin-top: 0;
    word-break: break-word;
    display: inline-block;
    max-width: 100%;
}

.popup-close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 50%;
    /* background: #f5f5f5; */
    transition: background 0.2s, color 0.2s;
    z-index: 10;
    border: none;
}

.popup-close .close-line {
    position: absolute;
    width: 18px;
    height: 2px;
    background: #888;
    border-radius: 2px;
    transition: background 0.2s;
}

.popup-close:hover .close-line {
    background: #000;
}

.popup-close .close-line:first-child {
    transform: rotate(45deg);
}
.popup-close .close-line:last-child {
    transform: rotate(-45deg);
}

.popup-message {
    font-size: 16px;
    color: #222;
    word-break: break-word;
	display:inline-block;
	max-width: 100%;	
}

.popup-status-icon {
    width: 40px;
    height: 40px;
    margin: 0 auto 10px auto;
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 32px;
}
.popup-status-icon.success {
    display: flex;
    color: #4BB543;
}
.popup-status-icon.error {
    display: flex;
    color: #e74c3c;
}
.popup-status-icon.info {
    display: flex;
    color: #3498db;
}

/*  POPUP LAYER -- */
/* -------------------------------------- */
/* -------------------------------------- */
/*  FOOTER ++ */


.fade-in {
    opacity: 0;
}

div.footer  {
    padding:60px 0;
    background-color: #A4E322;

}

div.footer  h3 {
    margin-bottom:10px;
}


div.footer a.button {
    background-color: #0A1418;
    color:#fff;
}

footer {
    /* background-color:#F3F7FE; */
    background-color:#eef4ff;
    background-color:#0A1418;
    padding: 20px 0 40px 0;
    font-size: 12px;
    color: #222;
    color: rgba(255,255,255,0.8);
}


footer a.map {
    color:#fff;
    opacity: 0.8;
}

footer a.map span::after {
   
    background-color: rgba(255, 255, 255, 0.8);
    
}

footer h1 {
    margin-bottom:20px;
   
}

footer .copyright {
    display:flex;
    flex-direction: row;
}

footer .copyright p {
    margin-right:20px;
}

footer .copyright a {
    text-decoration:none;
    color:rgba(255,255,255,0.8);
    position:relative;
}

footer .copyright a::after {
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    content: '.';
    color: transparent;
    background-color: rgba(0, 0, 0, 0.8);
    background-color: rgba(255, 255, 255, 0.8);
    height: 1px;
    transition-duration:0.3s
}

footer .copyright a:hover::after {
    background-color:transparent;
}

footer div.menu {
    border-top:1px dotted rgba(0,0,0,0.3);
    padding:0px 0 20px 0;
    margin:40px 0;
    font-size:16px;
}

footer p {
    margin-bottom:5px;
}
footer p.title {
    font-weight:bold;
    margin-bottom:20px;
}

footer nav {
    margin-top:-5px;
    /* display:flex; */
    /* flex-direction:column; */
    gap:7px;
    list-style: none;
}

footer nav a {
    color:#000;
    text-decoration: none;
    position: relative;
    display: table;
    width: auto;
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
    margin:5px 0;
}

footer nav a::after {
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    content: '.';
    color: transparent;
    background-color: transparent;
    height: 1px;
    transition-duration:0.3s
}

footer nav a:hover::after {
    background-color: rgba(0, 0, 0, 0.8);
}

footer div.regnumber {

    font-size:15px;
}


.socials {
    display: flex;
    justify-content: flex-start;
    gap: 16px;
}
.social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
   
    font-size: 20px;
    transition-duration:0.3s;
    text-decoration: none;
    background: #316278;
    background: #000;
    background: #A4E322;
    color: #fff;
    
}
.social-link:hover {
    opacity:0.8;
    /* background: #C31755; */
    /* background: #000; */
}

.social-link.fb {
    background-image: url('/assets/img/icon-facebook.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 8px;
}

.social-link.ig {
    background-image: url('/assets/img/icon-instagram.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 18px;
}

footer .footer-copyright {
    margin-right:20px;
}

@media (max-width: 920px) {
   div.footer .grid-12 {
        row-gap: 15px;
    }
}


/*

footer .grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 32px;
    align-items: left;
}

footer .footer-logo {
    
   
    
   
}

footer .footer-logo img {
    height: 38px;
    width: auto;
    display: block;
}
footer .footer-copyright {
    margin-left: 8px;
    display:block;
}

footer .footer-policies {
   
}
footer .footer-policies a {
    color: #000;
    text-decoration: none;
    font-size: 15px;
    margin: 0 0 0 0;
    transition-duration:0.3s;
    opacity: 0.8;
    display:table;
    border-bottom: 1px solid rgba(0,0,0,0.3); 
    margin-bottom:10px;
}
footer .footer-policies a:hover {
   border-bottom: 1px solid rgba(0,0,0,0.08); 
}


@media (max-width: 900px) {
    footer .grid {
        grid-template-columns: 1fr;
        gap: 24px;
        text-align: center;
    }
    footer .socials {
        justify-content: center;
    }
}
*/

/*  FOOTER -- */
/* ------------------------------*/
/* ------------------------------*/
/* PRICELIST ++ */

#priceListTable {
    display:table;
    /* white-space:nowrap; */
    margin:0 auto;
    min-width:50%;
    /* width:100%; */
}

.price-list-table {
    display: flex;
    flex-direction: column;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #e0e8f7;
    background: #fff;
}
.price-list-row {
    display: flex;
    border-bottom: 1px solid #e0e8f7;
}
.price-list-row:last-child {
    border-bottom: none;
}
.price-list-header {
    background: #EFF9FD;
    background: #eef4ff;
    font-weight:500;
}
.price-list-cell {
    flex: 1 1 0;
    padding: 10px 18px;
    font-size: 16px;
    text-align: left;
}


/* PRICELIST -- */
/* ------------------------------*/
/* ------------------------------*/
/* ------------------------------*/
/* ------------------------------*/
/* COOKIES POPUP ++ */

.cookies.large {
    position: fixed;
    top: 0;
    left: auto;
    right: 0;
    width: 100%;
    height: 100vh;
    min-height: 100vh;
    background: rgba(0,0,0,0.4);
    z-index: 9999;
    display: flex;
    align-items: flex-end;   /* Align to bottom if needed */
    justify-content: flex-end; /* Align to right */
}

div.cookies div.table {
    width: 100%;
    height: 100vh;
    display: table;
    box-sizing: border-box;
}

div.cookies div.table-row {
    display: table-row;
}

div.cookies div.table-cell {
    display: table-cell;
    vertical-align: bottom;
    padding-bottom:30px;
}

div.cookies div.table-cell div.inner {
    max-width: 620px;
    /* background: rgba(0, 0, 0, 1); */
    background: #0A1418;
    margin: 0 auto;
    padding: 30px;
    border-radius:10px;
margin-left: auto;
    margin-right: 0;
}

div.cookies label, div.cookies a, div.cookies p {
    font-size: 14px;
    line-height: 22px;
    display: inline-block !important;
    width: auto !important;
    margin: 5px 15px 5px 0 !important;
    padding: 0 !important;
    color: #fff;
    white-space: normal;
    vertical-align: top;
}

div.cookies p.title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 10px !important;
}

div.cookies a {
    border-bottom: 1px solid #fff;
    padding-bottom: 1px;
    padding-top: 10px;
    transition-duration: 0.3s;
    color: #fff;
    text-decoration: none;
}

div.cookies a.button {
    color:#000;
}

div.cookies.large a.accept {
    display: block;
    font-size: 14x;
    /* line-height: 14px; */
    padding: 14px 30px 12px 30px !important;
    margin-top: 20px !important;
    /* background: rgba(1, 222, 253); */
    border: 0 none;
    text-transform: uppercase;
}

/* COOKIES POPUP -- */
/* ------------------------------*/
/* ------------------------------*/
/* PRICELIST ++ */

ul.pricelist-faq table {
    width:100%;
}

ul.pricelist-faq table tr td{
    width:33.33%;
}

ul.pricelist-faq table tr td:first-child{
   width:33.33%;
}

ul.pricelist-faq table tr td:last-child{
    width:33.33%;
}
/* PRICELIST -- */
/* ------------------------------*/
/* ------------------------------*/

.team-carousel {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto; /* Allow horizontal scrolling */
    scroll-behavior: smooth; /* Smooth scrolling */
    gap: 24px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.team-slide {
    flex: 1 1 auto; /* Ensure slides don't shrink or grow */
    display: block;
    transition: opacity 0.3s;
}

@media (max-width: 900px) {
    .team-slide {
        max-width: 100%; /* Full width for smaller screens */
    }
   
}
.team-carousel-wrapper {
    display: flex;
    flex-direction: column; /* Stack controls above the slideshow */
    align-items: center;
    justify-content: center;
    margin: 32px 0;
    overflow: hidden;
}
.team-carousel-controls {
    display: flex;
    margin-left:auto;
    text-align:right;
    position: relative;
    /* z-index: 1; Ensure buttons are above the slideshow */
    gap: 16px; /* Add spacing between the buttons */
    position: absolute;
    bottom:-80px;
    right:60px;
}
.team-carousel-prev, .team-carousel-next {
    /* position: absolute; */
    top: 50%;
    transform: translateY(-50%);
    background: #000;
    border: none;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: opacity 0.3s, background 0.3s;
    z-index: 2;
    padding: 0;
}

.team-carousel-prev .chevron-line,
.team-carousel-next .chevron-line {
    display: block;
    width: 12px;
    height: 2px;
    background: #fff;
    border-radius: 6px;
    /* position: absolute; */
    left: 15px;
    transition: all 0.3s;
    position: absolute;
}

.team-carousel-prev .chevron-line:first-child {
    transform: rotate(-45deg) translate(0px, 0px);
    top:17px;
}
.team-carousel-prev .chevron-line:last-child {
    transform: rotate(45deg) translate(0px, 0px);
    top:25px;
}

.team-carousel-next .chevron-line:first-child {
    transform: rotate(-45deg) translate(0px, 0px);
    top:25px;
    left:17px;
    
}
.team-carousel-next .chevron-line:last-child {
    transform: rotate(45deg) translate(0px, 0px);
    top:17px;
    left:17px;
}



.team-carousel-outer {
    overflow: hidden; /* Hide overflow */
    width: 100%; /* Ensure it takes the full width */
    width:calc(100% + 24px);
    margin-left:24px;
}

.team-carousel-inner {
    display: flex;
    flex-wrap: nowrap;
    transition: transform 0.5s cubic-bezier(.4, 0, .2, 1);
    will-change: transform;
    gap: 24px;
    padding: 0;
    margin: 0;
    list-style: none;
}



.team-slide {
    flex: 0 0 calc(100% / 3 - 24px);
    max-width: calc(100% / 3 - 24px);
    display: block;
    transition: opacity 0.3s;
}

@media (max-width: 820px) {
     
.team-slide {
    flex: 0 0 calc(100% / 2 - 24px);
    max-width: calc(100% / 2 - 24px);
    
}
   


}

@media (max-width: 620px) {
    .team-slide {
        flex: 0 0 100%; /* Full width for smaller screens */
        max-width: 100%;
    }
    .team-carousel-inner {
        gap: 0px;
    }

    .team-carousel-outer {

        width: 100%;
        margin-left:0px;
    }


}

@media (max-width: 620px) {


.team-slide {
        flex: 0 0 100%;
        max-width: 100%;
    }

  .team-carousel-next {
        right:20px;
    }

    .team-carousel-prev {
        right:75px;
    }

.team-carousel-controls {
   
    right:20px;
}


}






/* Show scrollbar but prevent scrolling */
body.menu-open {
    /* overflow-y: scroll;  */
    /* position: absolute; */
    /* width: 100%; */
}

body.menu-open section,
body.menu-open footer {
    /* visibility:hidden; */
}

body.menu-open header a.button.large {
    display:table;
}


@media (max-width: 768px) {
    body.menu-open header {
        height: 100vh !important;
        min-height: 100vh;
        background-color: #eef4ff;
    }
}

.price-table {
    
    
}
.price-table td {
    padding-right:10px;
}