
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.header__nav-list {
  position: relative;
  padding: 19px 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
}

.header__nav-list:hover .dropdown {
  display: block;
}

.header .container {
  width: 100%;
}

.dropdown {
  display: none;
  position: fixed;
  top: 60px; 
  left: 0;
  width: 100vw;
  background-color: #fff;
  z-index: 1000;
}

.dropdown__content {
  padding: 32px 0;
}

.dropdown__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.dropdown__item {
  text-decoration: none;
  color: var(--dark);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  transition: all 0.6s ease;
}

.dropdown__item:hover {
  color: var(--blue);
}

.btn-orange {
  background-color: #f28c38;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 4px;
}

.dropdown__grid-list {
	display: flex;
	flex-direction: column;
  gap: 16px;
}

.risks h2 {
  margin-bottom: 36px;
}

@media (prefers-reduced-motion: reduce) {
  :where(*, *::before, *::after) {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
    }
}

:root {
  --btn-orange: #F99E1E;
  --orange:#FF9500;
  --orange-dark:#F26103; 
  --otange-light:#FB8F01;
  --blue: #49C8F5;
  --blue-dark:#1191DC;
  --btn-green: #538702;
  --green: #94C940;
  --green-dark:#66AD16;
  --grey:#818285;
  --dark:#020C09;
  --br12: 12px;
  --br16: 16px;
}

body {
	background-color: #F3F3F3;
	font-family: "Montserrat", sans-serif;
	scroll-behavior: smooth;
}

.container {
	max-width: 1440px;
	margin: 0 auto;
	padding-left: 64px;
	padding-right: 64px;
}

h1 {
  font-weight: 700;
  font-size: 3rem;
  line-height: 120%;
  letter-spacing: -1%;
}

h2 {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 120%;
  letter-spacing: -1%;
  margin-bottom: 24px ;
}

h3 {
  font-weight: 700;
  font-size: 2rem;
  line-height: 130%;
  letter-spacing: -1%;
}

p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}

input:focus {
  outline: none;
  box-shadow: 
        0 4px 8px rgba(118, 182, 69, 0.3),
        0 8px 16px rgba(118, 182, 69, 0.2),
        0 12px 24px rgba(186, 227, 91, 0.15),
        0 16px 32px rgba(186, 227, 91, 0.1);
}
.header {
	display: flex;
	align-items: center;

}

.header__nav {
    display: flex;
    align-items: center;
    gap: 32px;
}

.header__nav-list {
	display: flex;
	align-items: center;
	gap: 4px;   
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    font-weight: 600;
}

.header__col {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	width: 100%;
}

.header__col-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}

.btn {
	font-weight: 500;
	font-size: 16px;
	line-height: 150%;
	text-decoration: none;
	color: #fff;
	border-radius: var(--br12);
	display: flex;
	width: max-content;
}

.btn-orange {
	background-color: var(--btn-orange);
	height: 40px;
	max-width: 184px;
	display: flex;
	align-items: center;
  padding: 0 20px;
}

.hero {
	margin-top: 64px;
}

.hero-section {
	min-height: 448px;
	color: #fff;
	border-radius: var(--br16);
	display: flex;
	padding: 0 64px;
	background-image: url('/assets/images/hero-bck.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position-x: right;
	gap: 36px;
	justify-content: space-between;
	position: relative;
}

.btn-green-gradient-light {
  background: linear-gradient(90deg, #79B41B 0%, #7EBC1D 100%);
  transition: all 0.6s ease;
  padding: 18px 57.5px;
}

.btn-green-gradient-light:hover {
  background-color: var(--btn-green);
}

.btn-green-dark {
	background-color: var(--btn-green);
  transition: all 0.6s ease;
	padding: 18px 38px;
}

.hero__img {
	width: 100%;
	max-width: 310px;
	position: absolute;
	right: 17%;
	bottom: 0;
}

.hero__content {
	max-width: 685px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.hero_desc {
	margin-top: 24px;
	font-weight: 700;
	font-size: 20px;
	line-height: 150%;
}

.hero__buttons {
	margin-top: 32px;
  display: flex;
  gap: 16px;
  z-index: 99;
}

.nav__link {
	background-color: var(--orange);
	margin: 32px auto;
	padding: 22px 64px;
	border-radius: var(--br16);
}

.nav__link ul {
  display: flex;
  gap: 64px;
}

.nav__link ul > li > a {
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: -1%;
}

.green__text {
  color: var(--green);
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: -1%;
}

.white__text {
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: -1%;
}

.avtopark {
  padding: 64px 0;
}

.avtopark__item {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.avtopark__item img {
  width: 100%;
}

.avtopark__col {
	display: grid;
	gap: 52px;
	grid-template-columns: 1fr 1fr;
}

.p-64 {
  padding: 64px;
}

.p-36 {
	padding: 0 0 36px 0;
}
.m-t64 {
  margin-top: 64px;
}

.m-128 {
  margin: 128px auto;
}

.avtopark__item h2 {
	margin-bottom: 36px;
}

.type-work__list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 36px;
}

.type-work__item {
	padding: 32px;
	border-radius: var(--br16);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
	height: 360px;
	max-width: 638px;
}

.type-work__item:hover {
  box-shadow: 0px 4px 20px 0px #0000001A;
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.type-work__item span {
	font-weight: 700;
	font-size: 24px;
	line-height: 140%;
	letter-spacing: -1%;
	color: #fff;
	max-width: 394px;
}

.type-blue {
  position: relative;
  background: linear-gradient(270deg, #27A4D0 0%, #49C8F5 100%);
}

.type-blue::after {
  content:"";
  background: url("/assets/images/icons/Icon1.svg") no-repeat right bottom;
    position: absolute;    
    right: 32px;    
    bottom: 32px; 
    width: 206px;
    height: 206px;
} 

.type-blue a {
  background-color: var(--blue-dark);
  width: max-content;
  padding: 18px 24px;
}

.type-green {
  position: relative;
  background: linear-gradient(270deg, #76B645 0%, #BAE35B 100%);
}

.type-green::after {
  content:"";
  background: url("/assets/images/icons/Icon2.svg") no-repeat right bottom;
  position: absolute; 
  right: 32px;    
  bottom: 32px; 
  width: 206px;
  height: 206px;
}

.type-green a {
  background-color: var(--green-dark);
  width: max-content;
	padding: 18px 24px;
}

.type-orange {
  position: relative;
  background: linear-gradient(269.29deg, #F08C00 0.61%, #F99E1E 99.42%);
}

.type-orange::after {
  content:"";
  background: url("/assets/images/icons/Icon3.svg") no-repeat right bottom;
  position: absolute;
  right: 32px;    
  bottom: 32px; 
  width: 206px;
  height: 206px;
}

.type-orange a {
  background-color: var(--orange-dark);
	width: max-content;
	padding: 18px 24px;
}

.type-orange-light {
  position: relative;
  background: linear-gradient(90.24deg, #FDC010 1.79%, #FDB210 99.81%);
}

.type-orange-light::after {
  content:'';
  background: url("/assets/images/icons/Icon4.svg") no-repeat right bottom;
  position: absolute;
  right: 32px;     
  bottom: 32px; 
  width: 206px;
  height: 206px;
}

.type-orange-light a {
  background-color: var(--otange-light);
  width: max-content;
	padding: 18px 24px;
}

.tabs {
	display: flex;
	flex-direction: column;
	gap: 25px;  
	background: #fff;
	padding: 40px;
	max-width: 437px;
	width: 100%;
	border-radius: var(--br16);
}

.tabs-service_content {
	display: flex;
	background: #F8F8F8;
	margin-top: 40px;
	border-radius: var(--br16);
	height: 504px;
}

.tab-btn {
	padding: 16px;
	text-align: left;
	background: none;
	border: none;
	cursor: pointer;
	font-size: 16px;
	transition: all 0.3s;
	background: #F0F0F0;
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: -1%;
  color: var(--dark);
  border-radius: var(--br16);
}
        
.tab-btn:hover {
    background: #e9ecef;
}

.tab-btn.active {
    background: linear-gradient(90deg, #94C940 0%, #79B41B 100%);
    color: #fff;
}
        
.content {
	padding: 32px 76px 77px 55px;
}
        
.tab-content {
    display: none;
}

.tab-content.active {
	display: block;
	padding: 10px;
}

.more-btn {
    padding: 18px 24px;
    background: var(--blue);
    border: none;
    color: white;
    cursor: pointer;
    font-size: 16px;
    transition: background 0.3s;
    margin-top: 32px;
}

.more-btn:hover {
    background: #0052a3;
}

.content h3 {
	color: var(--grey);
	margin-bottom: 32px;
}

.quote-people {
    background: #fff url("/assets/images/bk-quote1.png") right / contain no-repeat;
	padding: 72px 0 72px 64px;
	background-position: top;
	background-size: cover;
	background-repeat: no-repeat;
  border-radius: var(--br16);
}

.quote-people-green {
    background: 
        url("/assets/images/bk-quote2.png") right / contain no-repeat,
        linear-gradient(270deg, #76B645 0%, #BAE35B 100%);
}

.quote-people-green .btn__ask {
  background-color: var(--btn-green);
}

.btn__ask {
  padding: 18px 24px;
  background-color: var(--btn-green);
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 16px;
}

.quote-people .green__text {
	margin-bottom: 16px;
	display: flex;
}

.quote-people-green .white__text {
	margin-bottom: 16px;
	display: flex;
}

.quote-people__col {
	display: flex;
	gap: 32px;
	max-width: 976px;
}

.quote-people__col img {
	width: 100%;
	max-width: 104px;
	height: 104px;
	flex-shrink: 0;
}

.cases {
	height: 663px;
}

.carousel {
    width: 100%;
    height: 100%;
    display: flex;
    overflow: hidden;
    position: relative;
}

.carousel-item {
  visibility:visible;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: flex-end;
      -webkit-align-items: center;
    -webkit-justify-content: flex-end;
    position: relative;
    flex-shrink: 0;
   -webkit-flex-shrink: 0;
    position: absolute;
    z-index: 0;
  transition: 0.6s all linear;
}

.carousel-item__info {
	height: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	display: -webkit-flex;
	-webkit-justify-content: center;
	-webkit-flex-direction: column;
	order: 1;
	left: 0;
	margin: auto;
	/* width: 40%; */
	background: linear-gradient(180deg, rgba(118, 182, 69, 0.9) 0%, rgba(186, 227, 91, 0.9) 100%);
	border-radius: var(--br16);
	max-width: 610px;
	position: absolute;
	z-index: 999;
  height: 611px;
}

.carousel-item__container {
	padding: 0 40px;
}

.carousel-item__image {
    width: 60%;
    height: 100%;
    order: 2;
    align-self: flex-end;
    flex-basis: 80%;
  
      -webkit-order: 2;
    -webkit-align-self: flex-end;
    -webkit-flex-basis: 80%;
  
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
   position:relative;
  transform: translateX(100%);
  transition: 0.6s all ease-in-out;
}

.carousel-item__subtitle {
    font-weight: 700;
    font-style: Bold;
    font-size:  20px;
    line-height: 36px;
    color: #fff;
    transform: translateY(25%);
    opacity: 0;
    visibility: hidden;
    transition: 0.4s all ease-in-out;
    margin-bottom: 24px;
    display: flex;
}

.carousel-item__title {
    margin: 15px 0 0 0;
    font-family: 'Playfair Display', serif;
    font-size: 44px;
    line-height: 45px;
    letter-spacing: 3px;
    font-weight: 700;
    color: #2C2C2C;
    transform: translateY(25%);
    opacity: 0;
    visibility: hidden;
    transition: 0.6s all ease-in-out;
}

.carousel-item__description {
    transform: translateY(25%);
    opacity: 0;
    visibility: hidden;
    transition: 0.6s all ease-in-out;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    margin-bottom: 25px;
    color: #fff;
}

.carousel-item__info p {
  color: #fff;
}

.carousel-item--1 .carousel-item__image{
  background-image: url('/assets/images/cases1.png');
}


.carousel-item--2 .carousel-item__image{
  background-image: url('/assets/images/hero-img.png');
}

.carousel-item--3 .carousel-item__image{
  background-image: url('/assets/images/cases1.png');
}

.carousel-item--4 .carousel-item__image{
  background-image: url('/assets/images/hero-img.png');
}

.carousel-item--5 .carousel-item__image{
  background-image: url('/assets/images/cases1.png');
}

.carousel-item__btn {
    width: 35%;
    color: #2C2C2C;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 3px;
    font-size: 11px;
    text-transform: uppercase;
    margin: 0;
    width: 35%;
    font-weight: 700;
  text-decoration: none;
      transform: translateY(25%);
    opacity: 0;
    visibility: hidden;
    transition: 0.6s all ease-in-out;
}

.carousel__nav {
	position: absolute;
	right: 22px;
	z-index: 2;
	bottom: 0;
	top: 50%;
	height: max-content;
	display: flex;
	gap: 37rem;
}

.carousel__icon {
    display: inline-block;
    vertical-align: middle;
}

.carousel__arrow {
    cursor: pointer;
    display: inline-block;
    /* padding: 11px 15px; */
    position: relative;
}

.active{
  z-index: 1;
  display: flex;
  visibility:visible;
}

.active .carousel-item__subtitle, .active .carousel-item__title, .active .carousel-item__description,.active .carousel-item__btn{
    transform: translateY(0);
    opacity: 1;
  transition: 0.6s all ease-in-out;
    visibility: visible;
}

.active .carousel-item__image {
	transition: 0.6s all ease-in-out;
	transform: translateX(0);
  border-radius: 20px;
	/* max-width: 930px; */
	/* height: 663px; */
}

.footer { 
  background-color:   #F8F8F8;
  padding: 72px 0;
}

.footer a {
  color: var(--dark);
}

.footer__bottom {
	border-top: 1px solid #020C0926;
	padding-top: 32px;
}

.socal__links {
	display: flex;
	gap: 12px;
}

.socal__links a {
	text-decoration: none;
}

.footer__bottom-col {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.footer__bottom-item {
	display: flex;
	gap: 24px;
}

.insurance-work__list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 36px;
}

.insurance-work__item {
	padding: 32px;
	border-radius: var(--br16);
	color: #fff;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.insurance-work__item:hover {
  box-shadow: 0px 4px 20px 0px #0000001A;
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.insurance-work__count {
	font-weight: 700;
	font-size: 40px;
	line-height: 120%;
	letter-spacing: -1%;
}

.insurance-work__title {
	font-weight: 700;
	font-size: 20px;
	line-height: 140%;
	letter-spacing: -1%;  
}

.insurance-work__info li {
	list-style: disc;
	margin-left: 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
}

.insurance-work__item:nth-child(1){
  background: linear-gradient(180deg, #294F8D 0%, #386FCD 100%);
}

.insurance-work__item:nth-child(2){
  background: linear-gradient(180deg, #27A4D0 0%, #49C8F5 100%);
}

.insurance-work__item:nth-child(3){
  background: linear-gradient(180deg, #EB9010 0%, #F99E1E 100%);
}

.risk__item {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.risk__item span {
	color: var(--green);
	font-weight: 700;
	font-size: 32px;
	line-height: 130%;
	letter-spacing: -1%;
}

.risk__item ul li {
	list-style: disc;
	margin-left: 20px;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
}

.risks__list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 36px;
}

.risk__item {
  background-color: #fff;
  border-radius: var(--br16);
  padding: 32px;
}

.search__footer {
	display: flex;
	gap: 32px;
	align-items: baseline;
	padding: 36px 0;
}

.title__search {
	color: #020C09;
	font-weight: 700;
	font-size: 24px;
	line-height: 140%;
	letter-spacing: -1%;
}

.search__footer label {
	width: 100%;
	display: flex;
	justify-content: space-between;
	gap: 16px;
}

.search__footer input {
  font-family: "Montserrat", sans-serif;
  width: 100%;
  border: none;
  border-radius: var(--br12);
  padding: 10px 12px;
}

.search__footer button {
  font-family: "Montserrat", sans-serif;
	background: #26C4EB;
	border-radius: 16px;
	border: none;
	width: 100%;
	max-width: 104px;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
}

.footer__bottom-links {
	display: flex;
	gap: 24px;
	flex-wrap: wrap;
}

.footer__top {
	display: grid;
	grid-template-columns: 1fr 400px;
	gap: 128px;
	padding-bottom: 36px;
}

.footer__top-item {
	display: flex;
	gap: 40px;
}

.footer__top-item img {
	width: 93px;
	height: 36px;
	margin-right: 73px;
}

.title-18 {
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  color: var(--dark);
}

.footer__top-item-link a {
	font-size: 14px;
	font-weight: 400;
	text-decoration: none;
	line-height: 150%;
}

.footer__top-item-link:last-child a {
	text-decoration: underline;
}

.footer__top-item-link {
	display: flex;
	flex-direction: column;
	gap: 16px;
	max-width: 166px;
}

.footer__top-item-col label {
	display: flex;
	gap: 16px;
  margin: 24px 0 16px;
}

.footer__top-item-col label > input {
  padding: 8px 12px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #020C0999;
  border-radius: var(--br12);
  border: none;
  background-color: #020C090D;
}

.footer__top-item-col label > input:focus {
  outline: none;
}

.footer__top-item-col label > button{
  padding: 10px 24px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: var(--dark);
  border-radius: 100px;
  border: none;
  background-color: #020C090D;
  font-weight: 500;
  font-size: 16px;
}

.politica__top {
  color: var(--dark);
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
}

.m-t16 {
  margin-top: 16px;
}

.mobile__avtopark-image {
  display: none;
}

.tabs-service_content-mobile {
  display: none;
}

.accordion__item {
    /* margin-bottom: 0.5rem; */
    border-radius: var(--br12);
}

.accordion__header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 24px;
	color: var(--green);
	font-weight: 500;
	background-color: #fff;
	border-top-left-radius: var(--br12);
	border-top-right-radius: var(--br12);
	cursor: pointer;
	transition: background-color 0.2s ease-out;
	font-weight: 700;
	font-size: 24px;
	line-height: 140%;
	letter-spacing: -1%;
} 

.accordion__header::after {
	flex-shrink: 0;
	width: 32px;
	height: 32px;
	margin-left: auto;
	background-image: url("/assets/images/accordeon.svg");
	content: "";
	transition: transform 0.2s ease-out;
}

.accordion__item_show .accordion__header::after,
.accordion__item_slidedown .accordion__header::after {
  transform: rotate(-180deg);
}

.accordion__item:not(.accordion__item_show) .accordion__header {
  border-bottom-right-radius:var(--br12);
  border-bottom-left-radius:var(--br12);
}
.accordion__content {
	display: flex;
	flex-direction: column;
	background: #fff;
	border-bottom-right-radius: var(--br12);
	border-bottom-left-radius: var(--br12);
	padding: 0 24px 24px 24px;
	color: var(--dark);
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
}

.accordion__content a {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #212529;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgb(0 0 0 / 12.5%);
}

.accordion__content a:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.accordion__content a:hover {
  background-color: #f8f9fa;
}

.accordion__item:not(.accordion__item_show) .accordion__body {
  display: none;
}
#accordion {
	width: 100%;
	margin-top: 16px;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.btn-question {
  background-color: var(--blue);
  padding: 10px 24px;
}

.quote-people__item-mobile {
  display: none;
}

.risk__item-text {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.quote-people .quote-people-green {
  background: linear-gradient(270deg, #76B645 0%, #BAE35B 100%);
}

.hero-mobile_block {
  display: none;
}

.header__burger {
  display: none;
}

/* Мобильное меню */
.mobile-menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    z-index: 1000;
    transition: left 0.3s ease;
}

.mobile-menu--open {
    left: 0;
}

.mobile-menu__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.mobile-menu__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 80%;
    max-width: 320px;
    height: 100%;
    background-color: #fff;
    overflow-y: auto;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
}

.mobile-menu--open .mobile-menu__content {
    transform: translateX(0);
}

.mobile-menu__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #eee;
    background-color: #f8f9fa;
}

.mobile-menu__title {
    font-size: 18px;
    font-weight: bold;
}

.mobile-menu__close {
    font-size: 24px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    width: 30px;
    height: 30px;
}

.mobile-menu__list {
    list-style: none;
    padding: 0;
}

.mobile-menu__item {
    border-bottom: 1px solid #eee;
}

.mobile-menu__link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    text-decoration: none;
    color: #333;
    transition: background-color 0.3s ease;
}

.mobile-menu__link:hover {
    background-color: #f5f5f5;
}

.mobile-menu__arrow {
    font-size: 18px;
    transition: transform 0.3s ease;
}

.mobile-menu__item--active > .mobile-menu__link .mobile-menu__arrow {
    transform: rotate(90deg);
}

/* Подменю */
.mobile-menu__submenu {
    list-style: none;
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background-color: #f8f9fa;
}

.mobile-menu__item--active > .mobile-menu__submenu {
    max-height: 1000px;
}

.mobile-menu__submenu .mobile-menu__link {
    padding-left: 40px;
}

.mobile-menu__submenu .mobile-menu__submenu .mobile-menu__link {
    padding-left: 60px;
}

/* Анимация бургера при открытии */
.header__burger--open span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.header__burger--open span:nth-child(2) {
    opacity: 0;
}

.header__burger--open span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -6px);
}

.risk-item-text {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

 #main-header {
  width: 100%;
  transition: all 0.3s ease;
  z-index: 999;
}

#main-header.fixed {
  position: fixed;
  top: 0;
  background-color: #fff;
}

.insurance-work h2 {
  margin-bottom: 36px;
}

@media(max-width:1600px) {
  .carousel__nav {
    gap: 30rem;
  }
}

@media(max-width:1450px) {
  .carousel__nav {
    gap: 400px;
  }
}

@media(max-width:1350px) {
  .carousel__nav {
    gap: 350px;
  }
}

@media(max-width:1300px) {
  .carousel__nav {
    gap: 300px;
  }
}

@media(max-width:1200px) {
  .container {
    padding-left: 36px;
    padding-right: 36px;
  }
  .hero__img {
    max-width: 304px;
    right: 0;
  }
  h1 {
    font-size: 40px;
  }
  .type-work__item {
    height: 315px;
    max-width: 546px;
  }
  .type-work__item span {
    max-width: 360px;
    font-size: 20px;
  }
  .quote-people {
    background-position: right;
    background-size: contain;
  }
  .quote-people__item {
    max-width: 615px;
  }
  .quote-people-green .quote-people__item {
    max-width: 578px;
  }
  .footer__bottom-item {
    display: grid;
    grid-template-columns: 1fr;
  }
  .footer__top-item img {
    margin-right: 0;
  }
  .footer__top-item {
    gap: 20px;
  }
  .footer__top {
    gap: 35px;
  }
  .avtopark {
    padding: 36px 0;
  }
  .p-64 {
	padding: 36px;
  }
  .carousel__nav {
    gap: 250px;
  }
  .risks__list {
    display: flex;
    flex-direction: column;
  }
  .quote-people-green {
    background: 
        url("/assets/images/bk-quote.png") right / contain no-repeat,
        linear-gradient(270deg, #76B645 0%, #BAE35B 100%);
  }
} 


@media(max-width:1100px) {
  .footer__top {
    display: flex;
    flex-direction: column;
  }
  .footer__top-item {
    justify-content: space-between;
  }
  .footer__top-item-col label {
    flex-direction: column;
  }
  .footer__top-item-col label > button {
    background-color: var(--blue);
    border-radius: var(--br12);
    color: #fff;
    width: max-content;
  }
  .header__nav {
    display: none;
  }
  .header__col-item .btn {
    display: none;
  }
  .header {
    padding-top: 18px;
    padding-bottom: 18px;
  }
.header__burger {
	display: flex;
	flex-direction: column;
	gap: 4px;
}
  .header__burger span {
    height: 2px;
    width: 18px;
    background-color: #383838;
    border-radius: 100px;
  }
  .cases {
    display: none;
  }
}


@media(max-width:1000px) {
  .type-work__list {
    display: flex;
    flex-direction: column;
  }
    .avtopark__item h2 {
    margin-bottom: 0;
  }
  .avtopark__item {
    gap: 16px;
  }
  .mobile__avtopark-image {
    display: block;
    max-width: 515px;
  }
  .avtopark__item:last-child img {
    display: none;
  }
  .avtopark__col {
    display: flex;
    flex-direction: column;
  }
  .p-64 {
    padding: 26px 16px;
  }
  .nav__link {
    padding: 16px 32px;
  }
  h1 {
    font-size: 24px;
  }
  .hero-section {
    min-height: unset;
    padding: 26px;
  }
  .btn-green-gradient-light {
    padding: 10px 24px;
    align-items: center;
  }
  .btn-green-dark {
    background-color: var(--btn-green);
    transition: all 0.6s ease;
    padding: 10px 24px;
  }
  .hero_desc {
    margin-top: 24px;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
  }
  .hero__content {
    max-width: 409px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
.hero__img {
	max-width: 23%;
	right: 15%;
}
  .type-work__item {
    max-width: unset;
    height: 236px;
  }
  .type-work__item span {
    max-width: none;
  }
  .type-work__list {
    gap: 16px;
  }
  .tabs-service_content {
    display: none;
  }
  .tabs-service_content-mobile {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  .quote-people__item-mobile {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .quote-people__col {
    display: none;
  }
  .quote-people__item-header {
    display: flex;
    align-items: center;
    gap: 16px;
  }
  .quote-people__item-header img {
    width: 75px;
    height: 75px;
  }
  .quote__text h2 {
    margin-bottom: 16px;
    font-size: 24px;
  }
  .quote-people .green__text {
    margin-bottom: 0;
    display: flex;
    font-size: 20px;
  }
.quote-people-green .white__text {
	margin-bottom: 0;
	display: flex;
	font-size: 20px;
}
  .btn__ask { 
    margin-top: 0;
  }
  .quote-people {
    background: #fff;
    padding: 16px;
  }
  .insurance-work__list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .risks__list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .risk__item {
    background-color: #fff;
    border-radius: var(--br16);
    padding: 32px;
    flex-direction: row;
  }
  .risk__item span {
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: -1%;
  }
  .quote-people {
    background: #fff;
  }
  .quote-people.quote-people-green {
	display: none;
  }
  .quote-people-green {
    background: linear-gradient(270deg, #76B645 0%, #BAE35B 100%);
  }
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .quote-people__item-mobile.quote-people-green {
    border-radius: var(--br16);
    padding: 16px;
  }
  .search__footer {
    background: #fff;
  }
  .search__footer input {
    background: #020C090D;
  }
  .search__footer button {
    border-radius: var(--br12);
  }
  .type-work__item::after {
    background-size: 100px auto
  }
    .avtopark {
    padding: 26px 0;
  }
  .p-64 {
    padding: 26px;
  }
  .avtopark__item:last-child {
	display: none;
}
}

@media(max-width:800px) {
  .footer__bottom-col {
    flex-direction: column;
    gap: 64px;
  }
  .footer {
    padding: 32px 0;
  }
  .copyright {
    font-size: 14px;
  }
  .footer__bottom-links a {
    font-size: 14px;
  }
  .container {
    padding-right: 16px;
    padding-left: 16px;
  }
  h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: -1%;
}
  .green__text {
    font-size: 20px;
    line-height: 140%;
  }
    .avtopark {
    padding: 16px 0;
  }
  .p-64 {
    padding: 16px;
  }
  .hero__img {
    max-width: 29%;
    right: 14%;
  }
  .type-work__item {
    height: 172px;
  }
}

@media (max-width: 768px) {
    .tabs-service_content {
        flex-direction: column;
    }
    
    .tabs {
        width: 100%;
        flex-direction: row;
        overflow-x: auto;
        border-right: none;
        border-bottom: 1px solid #e0e0e0;
    }
    
    .tab-btn {
        white-space: nowrap;
        border-left: none;
        border-bottom: 3px solid transparent;
    }
    
    .tab-btn.active {
        border-left: none;
        border-bottom: 3px solid #0066cc;
    }
}

@media(max-width:700px) {
    .hero__img {
      right: 0;
    }
    #nav-link {
      display: none;
    }
    .risk__item {
      flex-direction: column;
    }

    .hero__buttons {
      flex-direction: column;
    }

}

@media(max-width:600px) {
    .footer__top-item {
      flex-direction: column;
    }
    .footer__top-item-link {
      max-width: none;
    }
    .title-18 {
      font-size: 16px;
  }

    .hero_desc {
    font-size: 20px;
    line-height:140% ;
  }
    .hero {
    display: none;
  }
.hero-mobile_block {
	display: flex;
	flex-direction: column;
	background-image: url("/assets/images/bg-hero.png");
	height: 690px;
	background-size: cover;
	color: #fff;
	padding: 16px;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-radius: 16px;
	background-position: center;
}
.hero-mobile_block img {
	position: unset;
	height: 357px;
	width: 100%;
	max-width: 269px;
	margin-top: 16px;
}
.hero_desc {
	margin-top: 16px;
}
  .hero__buttons {
    flex-direction: column;
    width: 100%;
  }
  .hero__buttons {
    margin-top: 16px;
  }
  .hero__buttons a {
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
  }

}

@media(max-width:500px) {
  .type-work__item span {
    max-width: 360px;
    font-size: 16px;
  }
  .type-work__item::after {
    background-size: 80px auto;
  }
  .hero_desc {
    font-size: 20px;
    line-height: 140%;
    font-weight: 700;
  }
  .type-work__item {
    height: 262px;
  }
  .type-work__item {
    padding: 16px;
  }
  .type-work__item .btn {
    padding: 10px 24px;
    font-weight: 700;
  }
} 

@media(max-width:407px) {

}