*{
	margin: 0;
	padding: 0;
	font-family: "Nunito Sans", sans-serif;
}

html{
	max-width: 100%;
	overflow-x: hidden;
}

a{
	text-decoration: none;
}

button{
	cursor: pointer;
	font-size: 16px;
}

h1, h2, h3{
	font-family: "Montserrat Alternates", sans-serif;
}

h1{
	font-size: 40px;
	line-height: 45px;
	color: #fff;
	font-weight: bold;
}

h2{
	font-size: 30px;
	color: #304244;
	text-align: center;
	font-weight: bold;
}

h1.liketwo{
	font-size: 30px;
	color: #304244;
	text-align: center;
	font-weight: bold;
}

section{
	padding: 78px 0px;
}

.mobile-nav{
	width: 100%;
	height: 100vh;
	background: rgba(48, 66, 68, 0.8);
	backdrop-filter: blur(15px);
	z-index: 9999;
	position: fixed;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .2s;
	visibility: hidden;
	opacity: 0;
}

.mobile-nav.active{
	visibility: visible;
	opacity: 1;
}

.mobile-nav-content{
	display: flex;
	flex-direction: column;
	width: calc(100% - 60px);
	border-radius: 30px;
	overflow: hidden;
}

.mobile-nav-content a{
	width: calc(100% - 60px);
	padding: 0px 30px;
	height: 80px;
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 18px;
	transition: all .15s;
	background: rgba(256, 256, 256, 0.1);
	border-bottom: 1px solid rgba(256, 256, 256, 0.2);
}

.mobile-nav-content a:hover{
	background: #13DD49;
	color: #2B3D3F;
}

.mobile-nav-content a:last-child{
	border-bottom: 0px;
}

.mobile-nav-close{
	position: absolute;
	right: 0px;
	top: 0px;
	display: block;
	width: 30px;
	padding: 30px;
}

.npt{
	padding-top: 0;
}

.container{
	width: 1170px;
	margin: auto;
}

.breadcrumbs {
	margin-top: 40px;
	margin-bottom: -40px;
	font-size: 16px;
}

.breadcrumbs__inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px;
}

.breadcrumbs__item {
	color: #777;
	display: flex;
	align-items: center;
}

.breadcrumbs__item:not(:last-child)::after {
	content: "›";
	margin: 0 6px;
	color: #bbb;
}

.breadcrumbs__item_link {
	color: #555;
	text-decoration: none;
	transition: color 0.2s ease;
}

.breadcrumbs__item_link:hover {
	color: #000;
	text-decoration: underline;
}

.breadcrumbs__item_current {
	color: #000;
	font-weight: 500;
	cursor: default;
}

.breadcrumbs__item_active {
	font-weight: 700;
	color: #4CAF50;
}

.header-burger{
	display: none;
}

.header-actions{
	display: flex;
	gap: 24px;
}

.header-actions .btn-order{
	width: 154px;
	height: 44px;
	background: #53F327;
	border-radius: 10px;
	display: block;
	border: 0px;
	position: relative;
	z-index: 1;
	transition: all .15s;
	font-size: 15px;
}

header .email, header .phone{
	color: #161616;
	transition: all .2s;
}

header .email:hover, header .phone:hover{
	opacity: 0.8;
}

.header-actions .btn-order:hover{
	background: #044A42;
	color: #fff;
}

.header-actions .btn-calc{
	width: 154px;
	height: 44px;
	background: #fff;
	border-radius: 10px;
	display: block;
	border: 0px;
	position: relative;
	z-index: 1;
	transition: all .2s;
	font-size: 15px;
	border: 1px solid #000;
	display: flex;
	gap: 7px;
	align-items: center;
	justify-content: center;
}

.header-actions .btn-calc:hover{
	background: #f0f0f0;
}

.header-socials{
	display: flex;
	gap: 10px;
}

.header-socials img{
	width: 24px;
}

.work-hours{
	display: flex;
	align-items: center;
	gap: 10px;
}

.city{
	display: flex;
	align-items: center;
	gap: 10px;
	cursor: pointer;
}

.city .arrow_list{
	margin-top: 4px;
}

.header-actions .btn-calc:hover{
	opacity: 0.8;
}

.header-top{
	background: #044A42;
}

.header-top-content{
	height: 40px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header-top-content .city-selector{
	display: flex;
	gap: 10px;
}

.header-top-content .city-selector select{
	background: transparent;
	color: #fff;
	outline: none;
	border: 0px;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 0px;
	font-size: 16px;
	cursor: pointer;
}

.header-middle-content{
	height: 80px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header-middle-content .phone{
	font-weight: bold;
	font-size: 18px;
}

.header-bottom{
	background: #0E312D;
}

.main-nav{
	display: flex;
	height: 60px;
	align-items: center;
	justify-content: space-between;
}

.nav-link{
	display: flex;
	align-items: center;
	gap: 10px;
	color: #fff;
	position: relative;
}

.nav-link svg{
	margin-top: 4px;
}

.main-nav .nav-item{
	position: relative;
	display: flex;
	height: 100%;
	align-items: center;
	overflow: visible;
}

.main-nav .nav-item::before{
	display: block;
	content: "";
	position: absolute;
	height: 40px;
	background: #13DD49;
	width: calc(100% + 40px);
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-30%);
	border-radius: 40px;
	transition: all .15s;
	opacity: 0;
	visibility: hidden;
}

.main-nav .nav-item:hover::before{
	transform: translateX(-50%) translateY(-50%);
	opacity: 1;
	visibility: visible;
}

.main-nav a{
	color: #fff;
	position: relative;
	transition: all .15s;
	display: flex;
	height: 100%;
	align-items: center;
}

.main-nav div:hover .nav-link{
	color: #2B3D3F!important;
}

.main-nav div:hover .nav-link svg path{
	fill: #2B3D3F;
}

.services-dropdown{
	position: absolute;
	top: 100%;
	left: 0;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 10px 40px rgba(0,0,0,.25);
	padding: 10px 0;
	display: none;
	z-index: 1000;
	min-width: 340px;
	backdrop-filter: blur(15px);
}

.services-dropdown .menu-item a, .services-dropdown .menu-item p{
	color: #000;
	display: flex;
	align-items: center;
	gap: 10px;
	height: 100%;
	width: 100%;
	padding: 10px 18px;
}

.nav-item:hover .services-dropdown{
	display: block;
}

.services-menu{
	list-style: none;
	margin: 0;
	padding: 0;
}

.services-menu .menu-item{
	position: relative;
	white-space: nowrap;
	cursor: pointer;
	color: #fff;
	transition: all .15s;
}

.services-menu .menu-item:hover{
	background: #13DD49;
}

.services-menu .menu-item:hover > a{
	color: #2B3D3F;
}

.services-menu .menu-item:hover svg path{
	fill: #2B3D3F;
}

.services-menu .submenu{
	position: absolute;
	top: 0;
	left: 100%;
	min-width: 300px;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 10px 40px rgba(0,0,0,.25);
	padding: 10px 0;
	display: none;
	z-index: 1000;
	min-width: 340px;
	backdrop-filter: blur(15px);
	overflow: hidden;
}

.services-menu .menu-item:hover > .submenu{
	display: block;
}

.services-menu .submenu a:hover{
	background: #13DD49;
	color: #2B3D3F;
}

.hero{
	background: linear-gradient(90deg, #334547, #1D2A2C);
	color: #fff;
	padding: initial;
}

.hero-content{
	min-height: 575px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 100px;
}

.hero-advantages{
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.hero-advantages .advantage{
	display: flex;
	font-size: 18px;
	gap: 10px;
}

.hero-cta{
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.hero-form{
	display: flex;
}

.hero-cta .privacy-checkbox input[type="checkbox"] {
	display: none;
}

.hero-cta .privacy-checkbox label {
	position: relative;
	padding-left: 30px;
	cursor: pointer;
	user-select: none;
	line-height: 1.4;
	display: inline-block;
}

.hero-cta .privacy-checkbox label a{
	color: #53f327;
	transition: all .2s;
}

.hero-cta .privacy-checkbox label a:hover{
	opacity: 0.7;
}

.hero-cta .privacy-checkbox label::before {
	content: '';
	position: absolute;
	left: 0;
	top: 5px;
	width: 20px;
	height: 20px;
	border: 1px solid #fff;
	border-radius: 4px;
	background-color: transparent;
	transition: all 0.2s;
}

.hero-cta .privacy-checkbox input[type="checkbox"]:checked + label::after {
	content: '';
	position: absolute;
	left: 7px;
	top: 7px;
	transform: rotate(45deg);
	width: 6px;
	height: 12px;
	border: solid #53F327;
	border-width: 0 2px 2px 0;
}

.hero-cta .privacy-checkbox label:hover::before {
	border-color: #53F327;
}

.hero-form input{
	height: 48px;
	border: 1px solid #fff;
	background: transparent;
	width: 260px;
	padding: 0px 16px;
	border-radius: 7px;
	outline: none;
	color: #fff;
	font-size: 16px;
}

.hero-form input::placeholder{
	color: rgba(256, 256, 256, 0.8);
}

.hero-form .btn-submit{
	width: 174px;
	height: 50px;
	border-radius: 7px;
	background: #53F327;
	border: 0px;
	margin-left: -16px;
	transition: all .2s;
}

.hero-form .btn-submit:hover{
	background: #044A42;
	color: #fff;
}

.left-hero{
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.right-hero{
	display: flex;
	align-items: center;
	font-size: 18px;
}

.right-hero img{
	width: 216px;
}

.hero-tags{
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.hero-tags p{
	width: 220px;
	position: relative;
}

.hero-tags p::before{
	content: "";
	display: block;
	position: absolute;
	right: calc(100% + 14px);
	height: 1px;
	background: #53F327;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
}

.hero-tags p:nth-child(1){
	margin-left: 27px;
}

.hero-tags p:nth-child(2){
	margin-left: 60px;
}

.hero-tags p:nth-child(3){
	margin-left: 15px;
}

.hero-tags p:nth-child(1)::before{
	width: 132px;
}

.hero-tags p:nth-child(2)::before{
	width: 188px;
}

.hero-tags p:nth-child(3)::before{
	width: 100px;
}

.prices .btn-call-master{
	width: 425px;
	max-width: 100%;
	height: 60px;
	background: #53F327;
	border-radius: 10px;
	display: block;
	margin: 0px auto;
	margin-top: 25px;
	border: 0px;
	position: relative;
	z-index: 1;
	transition: all .2s;
}

.prices .btn-call-master:hover{
	opacity: 0.8;
}

.price-column{
	display: flex;
	flex-direction: column;
	align-items: center;
}

.price-tabs{
	display: flex;
	width: 600px;
	background: #D6EAE7;
	border-radius: 15px;
	margin-top: 50px;
}

.price-tab{
	font-size: 18px;
	height: 50px;
	color: #000000;
	display: flex;
	flex-grow: 1;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	transition: all .2s;
}

.price-tab:hover{
	opacity: 0.3;
}

.price-tab.active{
	background: #2F4E49;
	color: #fff;
	border-radius: 15px;
}

.price-tab.active:hover{
	opacity: 1;
}

.price-categories{
	background: #283739;
	border-radius: 30px;
	padding: 26px 36px;
	width: 528px;
	margin-top: 24px;
}

.price-category{
	width: 100%;
	flex-direction: column;
	display: none;
}

.price-category.active{
	display: flex;
}

.price-item{
	font-size: 16px;
	line-height: 16px;
	display: flex;
	color: #fff;
	justify-content: space-between;
	align-items: baseline;
	position: relative;
	padding: 10px 0px;
}

.price-item span{
	position: relative;
	z-index: 2;
}

.price-item::before{
	content: "";
	display: block;
	height: 36px;
	top: 50%;
	left: 50%;
	background: #465F62;
	border-radius: 5px;
	transform: translateY(-40%) translateX(-50%);
	position: absolute;
	width: calc(100% + 40px);
	opacity: 0;
	transition: all .2s;
}

.price-item:hover::before{
	transform: translateY(-50%) translateX(-50%);
	opacity: 1;
}

.dots {
	flex: 1;
	margin: 0 10px;
	height: 1px;
	background: repeating-linear-gradient(
		to right,
		#3C7F86 0 2px,
		transparent 2px 8px
	);
}

.price-item b{
	color: #00CF42;
}

.cta-conversion{
    margin: 30px auto 18px;
    padding: 18px 16px;
    border-radius: 14px;
    background: #ffffff;
    border: 2px solid rgba(46,204,113,.35);
    box-shadow: 0 8px 22px rgba(0,0,0,.06);
    font-family: Arial, sans-serif;
    max-width: 600px;
    width: 100%;
    box-sizing: border-box;
  }
  .cta-conversion__title{
    margin:0 0 6px;
    font-size: 20px;
    line-height:1.2;
    color:#111;
  }
  .cta-conversion__text{
    margin:0 0 14px;
    font-size:14px;
    line-height:1.35;
    color:#444;
  }
  .cta-conversion__bullets{
    margin:0 0 14px;
    padding:0;
    list-style:none;
    color:#333;
    font-size:14px;
  }
  .cta-conversion__bullets li{ 
    margin: 6px 0; 
  }

  .cta-conversion__btns{
    display:flex;
    gap:10px;
    flex-wrap:wrap;
  }
  .cta-conversion__btn{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    padding: 12px 14px;
    border-radius: 12px;
    text-decoration:none;
    font-weight: 900;
    font-size: 15px;
    user-select:none;
    -webkit-tap-highlight-color: transparent;
    white-space: nowrap;
    cursor: pointer;
    box-sizing: border-box;
  }
  .cta-conversion__btn svg{ 
    width:18px; 
    height:18px; 
    flex-shrink: 0;
  }

  .cta-conversion__tg{ 
    background:#0088cc; 
    color:#fff;
    flex: 0 0 auto;
    cursor: pointer;
  }
  .cta-conversion__tg svg{ 
    fill:#fff; 
  }

  .cta-conversion__max{ 
    background: linear-gradient(135deg, #7B68EE 0%, #BA55D3 50%, #FF69B4 100%); 
    color:#fff;
    flex: 0 0 auto;
    cursor: pointer;
  }
  .cta-conversion__max svg{ 
    fill:#fff; 
  }

  .cta-conversion__main{
    background:rgb(83, 243, 39); 
    color:#000;
    flex: 1 1 auto;
    transition: all .2s;
    cursor: pointer;
  }

  .cta-conversion__main:hover{
    background: #044A42;
    color: #fff;
  }

  .cta-conversion__main svg{ 
    fill:#000!important; 
  }

  .cta-conversion__main:hover svg{ 
    fill:#fff!important; 
  }

  @media (max-width: 768px){
    .cta-conversion{
      margin-left: 15px;
      margin-right: 15px;
      width: calc(100% - 30px);
    }
  }

  @media (max-width: 520px){
    .cta-conversion{
      padding: 16px 14px;
    }
    .cta-conversion__title{
      font-size: 18px;
    }
    .cta-conversion__btns{ 
      flex-direction: column;
      gap: 8px;
    }
    .cta-conversion__btn{
      width: 100%;
      flex: 1 1 100%;
      min-width: 100%;
      max-width: 100%;
    }
    .cta-conversion__tg,
    .cta-conversion__max,
    .cta-conversion__main{
      flex: 1 1 100%;
      width: 100%;
    }
  }

.services-grid{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	margin-top: 50px;
}

.service-card{
	border-radius: 15px;
	padding: 24px;
	border: 1px solid #eee;
	display: flex;
	flex-direction: column;
	gap: 18px;
	position: relative;
	overflow: hidden;
	box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.07);
	justify-content: space-between;
}

.service-card .service-links{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.service-card .service-links img{
	width: 24px;
}

.service-card a{
	color: #000;
	transition: all .2s;
}

.service-card a:hover{
	color: #24A700;
}

.service-card h3{
	font-weight: bold;
	font-size: 20px;
}

.service-card .service-price{
	color: #24A700;
	font-weight: bold;
}

.service-card .service-price span{
	font-size: 18px;
}

.service-card .extra-content{
	position: absolute;
	left: 0;
	top: 0;
	background: #30565A;
	display: flex;
	flex-direction: column;
	text-align: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	border-radius: 15px;
	gap: 18px;
	color: #fff;
	transition: all .3s;
	transform: rotate(-7deg) translateX(-50px);
	opacity: 0;
	visibility: hidden;
}

.service-card .extra-content .service-more{
	color: #fff;
	text-decoration: underline;
	position: relative;
	width: 100%;
	text-align: center;
	z-index: 1;
}

.service-card:hover .extra-content{
	transform: rotate(0) translateX(0);
	opacity: 1;
	visibility: visible;
}

.service-card .extra-content *{
	position: relative;
}

.service-card .extra-content img{
	position: absolute;
}

.service-card .extra-content .headlink{
	font-size: 20px;
	font-family: "Montserrat Alternates";
	color: #fff;
	position: relative;
	z-index: 2;
	transition: all .2s;
}

.service-card .extra-content a.headlink:hover{
	color: #53F327;
}

.service-card .extra-content .service-links a{
	display: flex;
	width: 24px;
	height: 24px;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 2;
}

.service-card .extra-content .btn-order{
	width: 154px;
	height: 44px;
	background: #53F327;
	border-radius: 10px;
	display: block;
	margin: 0px auto;
	border: 0px;
	position: relative;
	z-index: 1;
	transition: all .2s;
}

.service-card .extra-content .btn-order:hover{
	opacity: 0.8;
}

.hidden-service{
	display: none;
}

.service-card {
	display: flex !important;
	flex-direction: column !important;
	justify-content: space-between !important;
}

.hidden-service.show,
.hidden-service[style*="display: block"],
.hidden-service[style*="display: flex"]{
	display: flex !important;
	flex-direction: column;
	justify-content: space-between;
}

.show-more{
	width: 100%;
	text-align: center;
	display: block;
	margin-top: 30px;
	font-size: 18px;
	color: #3d3d3d;
	transition: all .2s;
}

.show-more:hover{
	color: #24A700;
}

.masters-grid{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	margin-top: 50px;
}

.master-card{
	border-radius: 30px;
	box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.07);
	overflow: hidden;
}

.master-image{
	width: 225px;
	height: 225px;
	border-radius: 50%;
	display: block;
	margin: auto;
	margin-top: 30px;
	background-size: cover;
	background-position: center;
}

.master-description{
	padding: 30px;
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.master-name{
	font-size: 20px;
	font-weight: bold;
	font-family: "Nunito Sans";
}

.master-skills{
	list-style-type: none;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.btn-master{
	width: 100%;
	height: 44px;
	background: #53F327;
	border-radius: 10px;
	display: block;
	margin: 0px auto;
	border: 0px;
	position: relative;
	z-index: 1;
	transition: all .2s;
}

.btn-master:hover{
	opacity: 0.8;
}

.work-stages{
	background: #29393B;
}

.work-stages h2{
	color: #fff;
	position: relative;
	z-index: 1;
}

.stages-grid{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 25px;
	margin-top: 50px;
	position: relative;
	z-index: 1;
}

.stage{
	padding: 20px;
	background: #3C4D4F;
	border: 1px solid #4D6467;
	border-radius: 30px;
	color: #fff;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 20px;
	position: relative;
}

.stage-number{
	width: 34px;
	height: 34px;
	border-radius: 50%;
	border: 1px solid #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 20px;
	top: 20px;
}

.stage h3{
	font-family: "Nunito Sans";
}

.work-stages{
	overflow: hidden;
	position: relative;
}

.work-stages .btn-call-master{
	width: 425px;
	max-width: 100%;
	height: 60px;
	background: #53F327;
	border-radius: 10px;
	display: block;
	margin: 0px auto;
	margin-top: 25px;
	border: 0px;
	position: relative;
	z-index: 1;
	transition: all .2s;
}

.work-stages .btn-call-master:hover{
	opacity: 0.8;
}

.btn-map-go{
	width: 425px;
	max-width: 100%;
	height: 60px;
	background: #53F327;
	border-radius: 10px;
	margin: 0px auto;
	margin-top: 25px;
	border: 0px;
	position: relative;
	z-index: 1;
	font-size: 16px;
	color: #000;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .2s;
}

.btn-map-go:hover{
	opacity: 0.8;
}

.work-stages .effect-lines{
	position: absolute;
	left: 0;
	top: 0;
}

.advantages-grid{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	align-items: baseline;
	gap: 25px;
	margin-top: 50px;
	position: relative;
	z-index: 1;
}

.advantage-card{
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
	color: #29393B;
}

.advantage-card h3{
	font-size: 18px;
	font-family: "Nunito Sans";
}

.advantage-img{
	margin-bottom: 10px;
}

.calculator{
	background: #29393B;
	color: #fff;
}

.calculator h2{
	color: #fff;
	text-align: left;
}

.calculator .calc-description{
	margin: 30px 0px;
	line-height: 26px;
}

.calc-steps{
	border-radius: 20px;
	border: 1px solid #4D6467;
	display: flex;
	overflow: hidden;
}

.calc-left{
	width: 278px;
	background: #1F2B2D;
}

.calc-left .calc-step{
	height: 100%;
}

.calc-left .step-title{
	height: 75px;
	width: 100%;
	margin-bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.step-title{
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 18px;
	font-family: "Montserrat Alternates";
}

.checkboxes{
	display: flex;
	flex-wrap: wrap;
	gap: 12px 24px;
	margin-bottom: 24px;
}

.step-options p{
	padding: 22px 25px;
	margin: 0;
	cursor: pointer;
	border-bottom: 1px solid #4D6467;
	display: flex;
	align-items: center;
	gap: 10px;
	transition: .2s;
}

.step-options p:hover{
	background: #56686A;
}

.step-options p.active{
	background: #53F327;
	color: #000;
}

.step-options p.active svg path{
	stroke: #000;
}

.calc-right{
	background: #3C4D4F;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 55px 14px;
	padding: 30px;
	width: 832px;
}

.calc-step{
	max-width: 430px;
}

.radio-group label{
	display: inline-flex;
	align-items: center;
	gap: 10px;
	cursor: pointer;
	margin: 6px 14px 6px 0;
	color: #fff;
}

.radio-group input[type="radio"]{
	appearance: none;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	border: 1px solid #fff;
	background: transparent;
	position: relative;
	transition: .2s;
}

.radio-group input[type="radio"]:hover{
	border-color: #2BFF4F;
}

.radio-group input[type="radio"]:checked{
	border-color: #2BFF4F;
}

.radio-group input[type="radio"]:checked::after{
	content: "";
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #2BFF4F;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.checkboxes label{
	display: flex;
	align-items: center;
	gap: 10px;
	cursor: pointer;
	color: #fff;
}

.checkboxes input[type="checkbox"]{
	appearance: none;
	width: 18px;
	height: 18px;
	border-radius: 4px;
	border: 1px solid #fff;
	background: transparent;
	transition: .2s;
	position: relative;
}

.checkboxes input[type="checkbox"]:hover{
	border-color: #2BFF4F;
}

.checkboxes input[type="checkbox"]:checked{
	background: #2BFF4F;
	border-color: #2BFF4F;
}

.checkboxes input[type="checkbox"]:checked::after{
	content: "";
	width: 8px;
	height: 4px;
	border-left: 2px solid #003b12;
	border-bottom: 2px solid #003b12;
	position: absolute;
	top: 4px;
	left: 4px;
	transform: rotate(-45deg);
}

.step-select{
	width: 100%;
	max-width: 266px;
	background: transparent;
	color: #fff;
	border-radius: 10px;
	border: 1px solid #fff;
	padding: 0px 18px;
	height: 40px;
	appearance: none;
	outline: none;
	cursor: pointer;
	margin-top: 14px;
}

.step-select:hover,
.step-select:focus{
	border-color: #2BFF4F;
}

.phone-input{
	width: 100%;
}

.phone-field{
	width: calc(100% - 36px);
	background: transparent;
	color: #fff;
	border-radius: 10px;
	border: 1px solid #fff;
	padding: 0px 18px;
	height: 40px;
	outline: none;
	margin-top: 14px;
}

.phone-field::placeholder{
	color: rgba(256, 256, 256, 0.8);
}

.phone-field:focus{
	border-color: #2BFF4F;
}

.calc-result{
	width: 400px;
	padding: 24px;
	background: #294042;
	border-radius: 16px;
	display: flex;
	flex-direction: column;
	border-radius: 20px;
}

.bottom-double{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 24px;
}

.result-label p{
	font-weight: bold;
	color: #53F327;
}

.btn-calculate{
	background: #53F327;
	border-radius: 10px;
	width: 153px;
	height: 44px;
	border: 0px;
	transition: .2s;
}

.btn-calculate:hover{
	opacity: 0.8;
}

.calc-result .privacy-checkbox{
	margin-top: 14px;
}

.calc-result .privacy-checkbox input[type="checkbox"] {
	display: none;
}

.calc-result .privacy-checkbox label {
	position: relative;
	padding-left: 26px;
	cursor: pointer;
	user-select: none;
	line-height: 1.2;
	display: inline-block;
	font-size: 14px;
	margin-top: 2px;
}

.calc-result .privacy-checkbox label a{
	color: #53f327;
	transition: all .2s;
}

.calc-result .privacy-checkbox label a:hover{
	opacity: 0.7;
}

.calc-result .privacy-checkbox label::before {
	content: '';
	position: absolute;
	left: 0;
	top: 5px;
	width: 16px;
	height: 16px;
	border: 1px solid #fff;
	border-radius: 4px;
	background-color: transparent;
	transition: all 0.2s;
}

.calc-result .privacy-checkbox input[type="checkbox"]:checked + label::after {
	content: '';
	position: absolute;
	left: 6px;
	top: 5px;
	transform: rotate(45deg);
	width: 6px;
	height: 12px;
	border: solid #53F327;
	border-width: 0 2px 2px 0;
}

.calc-result .privacy-checkbox label:hover::before {
	border-color: #53F327;
}

.work-examples{
	overflow: hidden;
}

.examples-grid{
	margin-top: 50px;
	position: relative;
}

.examples-grid .swiper-pagination{
	bottom: -30px;
	font-size: 11px;
}

.examples-grid .swiper-pagination-bullet-active{
	background: #02C91D;
}

.examples-grid .swiper-pagination-bullet{
	width: 11px;
	height: 11px;
}

.swiper-button-next, .swiper-button-prev{
	transition: all .2s;
}

.swiper-button-next:hover, .swiper-button-prev:hover{
	opacity: 0.8;
}

.swiper-button-next:after, .swiper-button-prev:after{
	display: none;
}

.examples-grid .swiper-slide{
	max-width: 617px;
	opacity: 0.2;
	transition: all .2s;
}

.examples-grid .swiper-slide-active{
	opacity: 1;
}

.example-card{
	display: inline-flex;
	gap: 30px;
}

.example-images{
	gap: 30px;
	display: inline-flex;
}

.example-description{
	padding: 30px;
	background: #F7F7F7;
	border-radius: 30px;
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.example-title{
	font-size: 20px;
	font-weight: bold;
}

.example-details p{
	line-height: 34px;
}

.example-details p b{
	margin-left: 5px;
}

.example-service b{
	color: #20c91d;
	margin-left: 5px;
}

.example-socials{
	gap: 16px;
	display: flex;
}

.example-card .btn-call-master{
	width: 100%;
	height: 60px;
	background: #53F327;
	border-radius: 10px;
	display: block;
	margin: 0px auto;
	border: 0px;
	position: relative;
	z-index: 1;
	transition: all .2s;
}

.example-card .btn-call-master:hover{
	opacity: 0.8;
}

.example-image{
	width: 254px;
	border-radius: 30px;
	overflow: hidden;
	user-select: none;
}

.work-examples-page .examples-grid{
	margin-top: 60px;
	gap: 30px;
	display: flex;
	flex-direction: column;
}

.work-examples-page .examples-grid .example-card:nth-child(even){
	align-self: flex-end;
	flex-direction: row-reverse;
}

.work-examples-page .examples-grid .example-image{
	background-size: cover;
	background-position: center;
}

.ba{
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.ba img{
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ba-after{
	clip-path: inset(0 0 0 50%);
}

.ba-handle{
	position: absolute;
	top: 0;
	left: 50%;
	width: 8px;
	height: 100%;
	background: #29393B;
	cursor: ew-resize;
}

.ba-handle::before{
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	background: #53F327;
	border-radius: 50%;
	width: 18px;
	height: 18px;
	border: 6px solid #fff;
}

.reviews-block{
	display: flex;
	justify-content: center;
	margin-top: 50px;
}

.tags-section {
    padding: 60px 0;
    background: #fff;
}

.tags-section h2 {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 40px;
    font-family: 'Montserrat Alternates', sans-serif;
}

.tags-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 15px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.tag-item {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border: 2px solid #dee2e6;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    font-family: 'Montserrat Alternates', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #2c3e50;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.tag-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(46, 204, 113, 0.1) 0%, rgba(39, 174, 96, 0.1) 100%);
    transition: left 0.3s ease;
    z-index: 0;
}

.tag-item:hover::before {
    left: 0;
}

.tag-item:hover {
    border-color: #2ecc71;
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(46, 204, 113, 0.2);
}

.tag-item span {
    position: relative;
    z-index: 1;
    display: block;
}

.tag-dot {
    width: 10px;
    height: 10px;
    background: linear-gradient(135deg, #2ecc71, #27ae60);
    border-radius: 50%;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
    box-shadow: 0 2px 6px rgba(46, 204, 113, 0.4);
}

.tag-item:hover .tag-dot {
    box-shadow: 0 3px 10px rgba(46, 204, 113, 0.6);
}

.tag-item.hidden-tag {
    display: none;
}

.show-more-tags {
    display: block;
    margin: 30px auto 0;
    padding: 14px 40px;
    background: linear-gradient(135deg, #2ecc71, #27ae60);
    color: white;
    border: none;
    border-radius: 8px;
    font-family: 'Montserrat Alternates', sans-serif;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(46, 204, 113, 0.3);
}

.show-more-tags:hover {
    background: linear-gradient(135deg, #27ae60, #229954);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(46, 204, 113, 0.4);
}

.show-more-tags.hidden {
    display: none;
}

.tag-item-link {
    text-decoration: none;
    display: block;
}

.districts-full {
    position: relative;
}

.detailed-districts {
    display: none;
}

.detailed-districts.active {
    display: block;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    padding: 20px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
    z-index: 9999;
    border-top: 3px solid #2ecc71;
    animation: slideUp 0.5s ease-out;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

@keyframes slideUp {
    from { transform: translateY(100%); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

.cookie-banner.hidden {
    animation: slideDown 0.4s ease-in forwards;
}

@keyframes slideDown {
    from { transform: translateY(0); opacity: 1; }
    to { transform: translateY(100%); opacity: 0; }
}

.cookie-content {
    display: flex;
    align-items: center;
    gap: 15px;
    flex: 1;
    min-width: 280px;
}

.cookie-logo {
    flex-shrink: 0;
    width: 50px;
}

.cookie-logo img {
    width: 100%;
    height: auto;
}

.cookie-text {
    color: #333333;
    font-size: 14px;
    line-height: 1.5;
}

.cookie-text a {
    color: #2ecc71;
    text-decoration: none;
    transition: color 0.3s;
}

.cookie-text a:hover {
    color: #1a9d4a;
    text-decoration: underline;
}

.cookie-btn {
    padding: 12px 35px;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    background: linear-gradient(135deg, #2ecc71, #27ae60);
    color: white;
    box-shadow: 0 4px 15px rgba(46, 204, 113, 0.4);
}

.cookie-btn:hover,
.cookie-btn:active {
    background: linear-gradient(135deg, #1a9d4a, #1a7a3a);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(26, 157, 74, 0.5);
}

.cookie-btn:active {
    transform: translateY(0);
}

.locks-doors{
	background: #FBFBFB;
}

.locks-grid{
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 24px;
	margin-top: 50px;
}

.locks-grid .lock-item{
	display: flex;
	justify-content: center;
}

.districts-list{
	display: flex;
	flex-wrap: wrap;
	margin: 24px 0px;
	gap: 18px;
}

.districts-list .district{
	padding: 0px 20px;
	height: 40px;
	display: flex;
	align-items: center;
	font-size: 18px;
	border-radius: 10px;
	background: #f7f7f7;
	cursor: pointer;
	transition: all .2s;
}

.districts-list .district.active{
	background: #53F327;
}

.districts-list .district:hover{
	background: #EAEAEA;
}

.districts-full{
	display: flex;
	gap: 40px;
}

.detailed-districts{
	padding: 30px;
	border-radius: 20px;
	background: #FBFBFB;
}

.detailed-districts h3{
	font: 18px;
	font-family: "Nunito Sans";
}

.district-items{
	margin-top: 24px;
}

.district-item{
	line-height: 34px;
	transition: all .2s;
	cursor: pointer;
}

.district-item:hover{
	color: #777;
}

.district-item.active{
	color: #24a400;
}

.map-cover{
	width: 100%;
	height: 400px;
	flex-grow: 1;
}

.districts-map{
	width: 100%;
	height: 100%;
	background: #eee;
	border-radius: 20px;
	overflow: hidden;
}

.blog-pagination {
	margin-top: 40px;
	display: flex;
	flex-direction: column;
	gap: 12px;
	font-family: inherit;
}

.pagination-nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

.pagination-numbers {
	display: flex;
	gap: 8px;
}

.pagination-numbers a,
.pagination-numbers .current {
	min-width: 36px;
	height: 36px;
	padding: 0 10px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 6px;
	font-size: 14px;
	text-decoration: none;
	transition: all 0.2s ease;
}

.pagination-numbers a {
	color: #333;
	background-color: #f3f3f3;
}

.pagination-numbers a:hover {
	background-color: #e0e0e0;
}

.pagination-numbers .current {
	background-color: #044A42;
	color: #fff;
	cursor: default;
}

.pagination-next, .pagination-prev{
	font-size: 14px;
	text-decoration: none;
	color: #000;
	padding: 8px 14px;
	border-radius: 6px;
	background-color: #f3f3f3;
	transition: background-color 0.2s ease;
}

.pagination-next:hover, .pagination-prev:hover{
	background-color: #e0e0e0;
}

.pagination-info {
	font-size: 13px;
	color: #777;
}

.blog-posts{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	margin-top: 50px;
}

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

.blog-post h3{
	font-family: "Nunito Sans";
}

.blog-post p{
	color: #555;
	font-size: 16px;
	line-height: 24px;
}

.post-image{
	width: 100%;
	height: 216px;
	background-size: cover;
	border-radius: 20px;
}

.blog-post .link-details{
	width: 100%;
	height: 60px;
	background: #29393B;
	color: #fff;
	border-radius: 10px;
	display: block;
	margin: 0px auto;
	border: 0px;
	position: relative;
	z-index: 1;
	transition: all .2s;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.blog-post .link-details:hover{
	opacity: 0.8;
}

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

.lock-type i{
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #24A700;
	margin-right: 18px;
	margin-left: 18px;
	display: inline-block;
}

.lock-type{
	background: #F5F5F5;
	border-radius: 15px;
	height: 56px;
	display: flex;
	align-items: center;
}

.contact-form{
	overflow-x: hidden;
}

.contact-form-content{
	display: flex;
	align-items: center;
	gap: 80px;
}

.contact-form-content h2{
	text-align: left;
	line-height: 45px;
	font-size: 30px;
}

.contact-form .contact-links{
	display: flex;
	flex-direction: column;
	gap: 20px;
	position: relative;
	z-index: 2;
}

.contact-form .contact-links a{
	font-weight: bold;
	font-size: 20px;
	color: #283739;
}

.contact-form .contacts{
	display: flex;
	flex-direction: column;
	gap: 45px;
	position: relative;
	z-index: 2;
}

.form-content{
	display: flex;
	flex-direction: column;
	background: #283739;
	border-radius: 30px;
	padding: 40px;
	gap: 24px;
	color: #fff;
	max-width: 432px;
}

.form-content input[type=text]{
	width: calc(100% - 32px);
	padding: 0px 16px;
	border: 1px solid #fff;
	border-radius: 7px;
	height: 50px;
	background: transparent;
	color: #fff;
	outline: none;
	font-size: 16px;
}

.form-content input[type=text]::placeholder{
	color: rgba(256, 256, 256, 0.8);
}

.form-content textarea{
	width: calc(100% - 32px);
	padding: 16px;
	border: 1px solid #fff;
	border-radius: 7px;
	height: 92px;
	background: transparent;
	color: #fff;
	outline: none;
	resize: none;
	font-size: 16px;
}

.form-content textarea::placeholder{
	color: rgba(256, 256, 256, 0.8);
}

.contact-socials{
	display: flex;
	gap: 16px;
	position: relative;
	z-index: 2;
}

.privacy-checkbox input[type="checkbox"] {
	display: none;
}

.contact-form .privacy-checkbox label {
	position: relative;
	padding-left: 30px;
	cursor: pointer;
	user-select: none;
	line-height: 1.4;
	display: inline-block;
}

.contact-form .privacy-checkbox label a{
	color: #53f327;
	transition: all .2s;
}

.contact-form .privacy-checkbox label a:hover{
	opacity: 0.7;
}

.contact-form .privacy-checkbox label::before {
	content: '';
	position: absolute;
	left: 0;
	top: 5px;
	width: 20px;
	height: 20px;
	border: 1px solid #fff;
	border-radius: 4px;
	background-color: transparent;
	transition: all 0.2s;
}

.contact-form .privacy-checkbox input[type="checkbox"]:checked + label::after {
	content: '';
	position: absolute;
	left: 7px;
	top: 7px;
	transform: rotate(45deg);
	width: 6px;
	height: 12px;
	border: solid #53F327;
	border-width: 0 2px 2px 0;
}

.contact-form .privacy-checkbox label:hover::before {
	border-color: #53F327;
}

.contact-form .btn-submit{
	width: 100%;
	height: 60px;
	background: #53F327;
	border-radius: 10px;
	display: block;
	border: 0px;
	position: relative;
	z-index: 1;
	transition: all .2s;
}

.contact-form .btn-submit:hover{
	opacity: 0.8;
}

.modal-content:has(.form-content){
	background: #283739;
	display: flex;
	justify-content: center;
	width: max-content;
	padding-top: 20px;
}

.modal .privacy-checkbox label {
	position: relative;
	padding-left: 30px;
	cursor: pointer;
	user-select: none;
	line-height: 1.4;
	display: inline-block;
}

.modal .privacy-checkbox label a{
	color: #53f327;
	transition: all .2s;
}

.modal .privacy-checkbox label a:hover{
	opacity: 0.7;
}

.modal .privacy-checkbox label::before {
	content: '';
	position: absolute;
	left: 0;
	top: 5px;
	width: 20px;
	height: 20px;
	border: 1px solid #fff;
	border-radius: 4px;
	background-color: transparent;
	transition: all 0.2s;
}

.modal .privacy-checkbox input[type="checkbox"]:checked + label::after {
	content: '';
	position: absolute;
	left: 7px;
	top: 7px;
	transform: rotate(45deg);
	width: 6px;
	height: 12px;
	border: solid #53F327;
	border-width: 0 2px 2px 0;
}

.modal .privacy-checkbox label:hover::before {
	border-color: #53F327;
}

.modal .btn-submit{
	width: 100%;
	height: 60px;
	background: #53F327;
	border-radius: 10px;
	display: block;
	border: 0px;
	position: relative;
	z-index: 1;
	transition: all .2s;
}

.modal .btn-submit:hover{
	opacity: 0.8;
}

.form-lines{
	position: absolute;
	left: -25%;
	top: -30%;
}

.modal {
	visibility: hidden;
	display: flex;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 10000;
	opacity: 0;
	transition: all 0.3s ease;
	align-items: center;
	justify-content: center;
	padding: 20px;
	box-sizing: border-box;
}

.modal.active {
	visibility: visible;
	opacity: 1;
}

.modal-content {
	background: #fff;
	padding: 30px;
	border-radius: 20px;
	max-width: 900px;
	width: 100%;
	max-height: 85vh;
	overflow-y: auto;
	position: relative;
	transform: translateY(-30px);
	transition: all 0.3s ease;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.modal.active .modal-content {
	transform: translateY(0);
}

.modal-close {
	position: absolute;
	top: 15px;
	right: 15px;
	background: none;
	border: none;
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
	color: #333;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	transition: all 0.2s ease;
	z-index: 10;
}

.modal-close:hover {
	background: #f5f5f5;
	color: #000!important;
}

.modal-content{
	padding: 0;
	color: #fff;
	background: #3C4D4F;
	max-width: 1200px;
}

.modal-content .modal-close{
	color: #fff;
}

.sitemap-content{
	display: block;
	margin: auto;
	margin-top: 60px;
}

.sitemap-list {
	list-style: none;
	padding: 0;
	margin: 0;
	max-width: 600px;
}

.sitemap-list li {
	margin-bottom: 10px;
}

.sitemap-list a {
	display: block;
	border-radius: 8px;
	color: #1a1a1a;
	text-decoration: none;
	font-size: 16px;
	transition: background-color 0.25s ease, transform 0.15s ease;
}

.sitemap-list a:hover {
	transform: translateX(4px);
}

.contacts-text{
	font-size: 18px;
	margin-bottom: 24px;
}

.contacts-inner{
	margin-top: 60px;
}

footer{
	background: #0F312D;
	padding: 50px;
	color: #fff;
}

.footer-top{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.footer-section{
	display: flex;
	flex-direction: column;
}

.footer-lcontacts{
	text-align: right;
	gap: 8px;
}

.footer-section a{
	color: #fff;
	transition: all .15s;
}

.footer-section a:hover{
	color: #53F327;
}

.footer-inf{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 22px;
	max-width: 280px;
}

.footer-inf .more-inf{
	display: flex;
	flex-direction: column;
	gap: 22px;
}

.info-list{
	display: flex;
	flex-direction: column;
	font-size: 14px;
	line-height: 22px;
	margin-top: 8px;
}

.payment-icons{
	display: flex;
	align-items: center;
	gap: 20px;
	margin-top: 5px;
}

.footer-bottom{
	display: flex;
	flex-direction: column;
	gap: 18px;
	margin-top: 44px;
}

.footer-links{
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid rgba(256, 256, 256, 0.3);
	padding-bottom: 18px;
}

.footer-links a{
	color: #fff;
	font-size: 14px;
	transition: all .15s;
}

.footer-links a:hover{
	color: #53F327;
}

.copyright{
	font-size: 14px;
	line-height: 18px;
}

.footer-socials{
	display: flex;
	gap: 10px;
	justify-content: flex-end;
}

.footer-socials img{
	width: 22px;
}

footer .btn-order{
	width: 154px;
	height: 44px;
	background: #53F327;
	margin-top: 14px;
	border-radius: 10px;
	display: block;
	border: 0px;
	position: relative;
	z-index: 1;
	transition: all .2s;
	font-size: 15px;
}

footer .btn-order:hover{
	opacity: 0.8;
}

.blog-page h1 {
	font-size: 32px;
	line-height: 1.3;
	margin-bottom: 24px;
	color: #222;
}

.blog-page h2 {
	font-size: 24px;
	margin: 32px 0 16px;
	color: #333;
}

.blog-page h3 {
	font-size: 20px;
	margin: 24px 0 12px;
	color: #444;
}

.blog-page p {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 16px;
	color: #000;
}

.blog-page img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 24px 0;
	border-radius: 8px;
}

.blog-page ul,
.blog-page ol {
	margin: 16px 0 16px 24px;
	padding: 0;
}

.blog-page li {
	margin-bottom: 8px;
	line-height: 1.6;
	color: #555;
}

.blog-page blockquote {
	margin: 24px 0;
	padding: 16px 24px;
	background-color: #f2f2f2;
	border-left: 4px solid #0077ff;
	color: #444;
	font-style: italic;
}

.blog-page table {
	width: 100%;
	border-collapse: collapse;
	margin: 24px 0;
}

.blog-page th,
.blog-page td {
	border: 1px solid #ddd;
	padding: 10px;
	text-align: left;
}

.blog-page th {
	background-color: #f5f5f5;
	font-weight: 600;
}
/* =============================================
   FAQ СЕКЦИЯ — ИСПРАВЛЕННАЯ
   ============================================= */
.new-faq {
	padding: 78px 0;
	background: #fff;
}

.new-faq h2 {
	font-size: 30px;
	color: #304244;
	text-align: center;
	font-weight: bold;
	margin-bottom: 50px;
}

.new-faq-list {
	display: flex;
	flex-direction: column;
	gap: 16px;
	max-width: 900px;
	margin: 0 auto;
}

.new-faq-item {
	background: #fff;
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.07);
	border: 1px solid #eee;
}

.new-faq-question {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 24px;
	cursor: pointer;
	background: #fff;
	transition: all 0.3s ease;
	gap: 20px;
}

.new-faq-question:hover {
	background: #f9f9f9;
}

.new-faq-question h3 {
	font-size: 18px;
	font-weight: 600;
	color: #304244;
	font-family: "Nunito Sans", sans-serif;
	flex: 1;
	margin: 0;
	text-align: left;
}

.new-faq-icon {
	width: 36px;
	height: 36px;
	min-width: 36px;
	border-radius: 50%;
	background: #53F327;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
}

.new-faq-icon svg {
	width: 16px;
	height: 16px;
	transition: transform 0.3s ease;
}

.new-faq-icon svg path {
	stroke: #304244;
	stroke-width: 2.5;
	stroke-linecap: round;
}

.new-faq-item.active .new-faq-question {
	background: #29393B;
}

.new-faq-item.active .new-faq-question h3 {
	color: #fff;
}

.new-faq-item.active .new-faq-icon {
	transform: rotate(45deg);
}

/* ИСПРАВЛЕНИЕ: убираем max-height и overflow */
.new-faq-answer {
	height: 0;
	overflow: hidden;
	transition: height 0.4s ease;
	background: #F8F8F8;
}

.new-faq-answer-inner {
	padding: 0 24px;
	border-top: 1px solid #eee;
}

.new-faq-item.active .new-faq-answer {
	height: auto;
	overflow: visible;
}

.new-faq-item.active .new-faq-answer-inner {
	padding: 24px;
}

.new-faq-answer p {
	font-size: 16px;
	line-height: 1.7;
	color: #555;
	margin: 0 0 15px 0;
}

.new-faq-answer p:last-child {
	margin-bottom: 0;
}

/* ИСПРАВЛЕНИЕ: списки видны и с отступом слева */
.new-faq-answer ul,
.new-faq-answer ol {
	margin: 16px 0 16px 30px;
	padding: 0;
	color: #555;
	list-style-position: outside;
}

.new-faq-answer ul {
	list-style-type: disc;
}

.new-faq-answer ol {
	list-style-type: decimal;
}

.new-faq-answer li {
	margin-bottom: 10px;
	line-height: 1.6;
	padding-left: 5px;
}

.new-faq-answer strong {
	color: #304244;
	font-weight: 600;
}

/* =============================================
   СТИЛИ ДЛЯ СТАТЬИ БЛОГА
   ============================================= */

.article-content {
	max-width: 900px;
	margin: 0 auto;
}

.article-content h1 {
	font-size: 36px;
	font-weight: 700;
	color: #1a1a1a;
	margin-bottom: 35px;
	line-height: 1.3;
	text-align: center;
}

.article-content h2 {
	font-size: 26px;
	font-weight: 600;
	color: #1a1a1a;
	margin: 50px 0 25px;
	padding-bottom: 12px;
	border-bottom: 3px solid #53F327;
	scroll-margin-top: 100px;
	text-align: left;
}

.article-content h3 {
	font-size: 20px;
	font-weight: 600;
	color: #333;
	margin: 35px 0 18px;
	text-align: left;
}

.article-content p {
	font-size: 17px;
	line-height: 1.8;
	color: #444;
	margin-bottom: 20px;
}

.article-content ul,
.article-content ol {
	margin: 25px 0 25px 30px;
	padding: 0;
}

.article-content li {
	font-size: 17px;
	line-height: 1.7;
	color: #444;
	margin-bottom: 14px;
}

.article-content ul li {
	list-style-type: disc;
}

.article-content ol li {
	list-style-type: decimal;
}

.article-content li strong {
	color: #1a1a1a;
}

.article-image {
	margin: 35px 0;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.article-image img {
	width: 100%;
	height: auto;
	display: block;
	transition: transform 0.3s ease;
}

.article-image:hover img {
	transform: scale(1.02);
}

.article-image figcaption {
	background: #f8f9fa;
	padding: 12px 18px;
	font-size: 14px;
	color: #666;
	text-align: center;
	border-top: 1px solid #e0e0e0;
}

.article-content table {
	width: 100%;
	border-collapse: collapse;
	margin: 30px 0;
	font-size: 15px;
	box-shadow: 0 2px 15px rgba(0,0,0,0.1);
	border-radius: 10px;
	overflow: hidden;
}

.article-content table th {
	background: linear-gradient(135deg, #53F327, #3dd621);
	color: #1a1a1a;
	font-weight: 600;
	padding: 16px 18px;
	text-align: left;
}

.article-content table td {
	padding: 15px 18px;
	border-bottom: 1px solid #e0e0e0;
	color: #444;
}

.article-content table tr:last-child td {
	border-bottom: none;
}

.article-content table tr:nth-child(even) {
	background: #f8f9fa;
}

.article-content table tr:hover {
	background: #e8f5e9;
}

.article-nav {
	background: linear-gradient(135deg, #f8f9fa 0%, #e8f5e9 100%);
	border-radius: 12px;
	padding: 30px 35px;
	margin: 40px 0;
	border-left: 5px solid #53F327;
	box-shadow: 0 3px 15px rgba(0,0,0,0.08);
}

.article-nav-title {
	font-size: 20px;
	font-weight: 700;
	color: #1a1a1a;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	gap: 10px;
}

.article-nav-title::before {
	content: "📋";
	font-size: 24px;
}

.article-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.article-nav li {
	margin-bottom: 12px;
	padding-left: 0;
}

.article-nav li::before {
	content: none;
}

.article-nav a {
	color: #333;
	text-decoration: none;
	font-size: 16px;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 8px 12px;
	border-radius: 6px;
	background: transparent;
}

.article-nav a:hover {
	color: #24A700;
	background: rgba(83, 243, 39, 0.15);
	transform: translateX(5px);
}

.article-nav a .nav-number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	background: #53F327;
	color: #1a1a1a;
	border-radius: 50%;
	font-size: 13px;
	font-weight: 600;
	flex-shrink: 0;
}

.article-author {
	display: flex;
	align-items: center;
	gap: 25px;
	background: linear-gradient(135deg, #29393B 0%, #1F2B2D 100%);
	padding: 35px;
	border-radius: 16px;
	margin: 60px 0 40px;
	box-shadow: 0 10px 40px rgba(0,0,0,0.2);
	position: relative;
	overflow: hidden;
}

.article-author::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: linear-gradient(90deg, #53F327, #3dd621, #53F327);
}

.article-author-avatar {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background: linear-gradient(135deg, #53F327, #3dd621);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #1a1a1a;
	font-size: 36px;
	font-weight: 700;
	flex-shrink: 0;
	box-shadow: 0 5px 20px rgba(83, 243, 39, 0.4);
}

.article-author-info {
	flex: 1;
}

.article-author-info h4 {
	font-size: 22px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 8px;
}

.article-author-info .author-role {
	font-size: 15px;
	color: #53F327;
	margin-bottom: 12px;
	font-weight: 500;
}

.article-author-info p {
	font-size: 15px;
	color: #aaa;
	margin: 0;
	line-height: 1.6;
}

.article-bottom-nav {
	background: #f8f9fa;
	border-radius: 12px;
	padding: 30px;
	margin: 50px 0;
}

.article-bottom-nav-title {
	font-size: 18px;
	font-weight: 600;
	color: #1a1a1a;
	margin-bottom: 20px;
	text-align: center;
}

.article-bottom-nav-links {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 12px;
}

.article-bottom-nav-links a {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 14px 18px;
	background: #fff;
	border-radius: 8px;
	color: #333;
	text-decoration: none;
	font-size: 14px;
	transition: all 0.3s ease;
	border: 1px solid #e0e0e0;
}

.article-bottom-nav-links a:hover {
	border-color: #53F327;
	background: #e8f5e9;
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(83, 243, 39, 0.2);
}

.article-bottom-nav-links a .link-number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	background: #53F327;
	color: #1a1a1a;
	border-radius: 50%;
	font-size: 12px;
	font-weight: 600;
	flex-shrink: 0;
}

.back-to-top {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin: 30px auto;
	padding: 14px 30px;
	background: linear-gradient(135deg, #53F327, #3dd621);
	color: #1a1a1a;
	border: none;
	border-radius: 30px;
	font-size: 15px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.3s ease;
	text-decoration: none;
}

.back-to-top:hover {
	transform: translateY(-3px);
	box-shadow: 0 8px 25px rgba(83, 243, 39, 0.4);
}

/* =============================================
   ТАБЛИЦА ПРОБЛЕМ
   ============================================= */

.table-wrapper {
    max-width: 900px;
    margin: 30px auto;
}

.problems-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 16px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
}

.problems-table thead tr {
    background: #53F327;
    color: #1a1a1a;
}

.problems-table th {
    font-weight: 600;
    padding: 18px 24px;
    text-align: left;
}

.problems-table td {
    padding: 20px 24px;
    color: #333;
    border-bottom: 1px solid #e8e8e8;
    vertical-align: top;
    line-height: 1.5;
}

.problems-table tbody tr:last-child td {
    border-bottom: none;
}

.problems-table tbody tr:nth-child(even) {
    background: #f9f9f9;
}

.problems-table tbody tr:hover {
    background: #f0f9ed;
}

.problems-table td:first-child {
    font-weight: 500;
    color: #1a1a1a;
}

/* =============================================
   АДАПТИВ ДЛЯ ПЛАНШЕТОВ И МОБИЛЬНЫХ
   ============================================= */

@media screen and (max-width: 1170px){
	.container{
		width: calc(100% - 40px);
		padding: 0px 20px;
	}
}

@media screen and (max-width: 1024px) {
    .tags-grid {
        grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
        gap: 12px;
    }
}

@media screen and (max-width: 1020px){
	body{
		padding-top: 120px;
	}

	header{
		position: fixed;
		width: 100%;
		top: 0;
		left: 0;
		background: #fff;
		box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.05);
		z-index: 2;
	}

	header .address{
		display: none;
	}

	.header-bottom{
		display: none;
	}

	header .email{
		display: none;
	}

	.header-burger{
		display: block;
		width: 30px;
	}

	.header-actions{
		display: none;
	}

	.right-hero{
		display: none;
	}

	.hero-form input{
		width: 100%;
	}

	.hero-form .btn-call-master{
		width: 250px;
	}

	.price-tabs{
		width: 100%;
	}

	.price-categories{
		width: calc(100% - 48px);
		padding: 14px 24px;
		border-radius: 20px;
	}

	.price-item{
		font-size: 14px;
	}

	.services-grid{
		grid-template-columns: repeat(2, 1fr);
		gap: 15px;
	}

	.service-card{
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.masters-grid{
		display: flex;
		flex-direction: column;
	}

	.stages-grid{
		display: flex;
		flex-direction: column;
	}

	.advantages-grid{
		grid-template-columns: repeat(2, 1fr);
	}

	.calc-steps{
		flex-direction: column;
	}

	.calc-step{
		max-width: 100%;
	}

	.calc-left{
		width: 100%;
	}

	.calc-right{
		width: calc(100% - 30px);
		padding: 30px 15px;
		gap: 30px;
	}

	.example-card{
		display: flex;
		flex-direction: column!important;
	}

	.work-examples-page .examples-grid .example-card:nth-child(even){
		width: 100%;
	}

	.example-image{
		width: 100%;
		height: 300px;
	}

	.calc-result{
		width: calc(100% - 48px);
	}

	.locks-grid{
		grid-template-columns: repeat(2, 1fr);
	}

	.locks-grid a{
		display: flex;
		justify-content: center;
	}

	.swiper-button-next, .swiper-button-prev{
		display: none!important;
	}

	.districts-full{
		flex-direction: column;
	}

	.district-items{
		display: flex;
		flex-wrap: wrap;
		gap: 12px;
	}

	.districts-map{
		height: 500px;
	}

	.faq-items{
		flex-direction: column;
		display: flex;
	}

	.blog-posts{
		display: flex;
		flex-direction: column;
	}

	.types-grid{
		display: flex;
		flex-direction: column;
	}

	.contact-form-content{
		flex-wrap: wrap;
	}

	.contact-form .form-content{
		max-width: calc(100% - 60px);
		padding: 40px 30px;
	}

	footer{
		padding: 50px 15px;
	}

	.footer-inf{
		max-width: 100%;
	}

	.footer-top{
		flex-direction: column;
	}

	.footer-links{
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 10px;
	}

	.footer-section{
		display: none;
	}

	button{
		color: #000!important;
	}

	.swiper-slide{
		max-width: inherit;
		width: 100%;
	}

	.new-faq-list {
		max-width: 100%;
	}
}

@media screen and (max-width: 968px) {
    .table-wrapper {
        max-width: 100%;
        margin: 30px 20px;
    }
}

@media screen and (max-width: 768px){

	.article-content h1 {
		font-size: 28px;
	}

	.article-content h2 {
		font-size: 22px;
		margin: 40px 0 20px;
	}

	.article-content h3 {
		font-size: 18px;
	}

	.article-content p,
	.article-content li {
		font-size: 16px;
	}

	.article-nav {
		padding: 20px;
	}

	.article-nav a {
		font-size: 14px;
	}

	.article-author {
		flex-direction: column;
		text-align: center;
		padding: 25px 20px;
	}

	.article-author-avatar {
		width: 80px;
		height: 80px;
		font-size: 28px;
	}

	.article-content table {
		font-size: 13px;
	}

	.article-content table th,
	.article-content table td {
		padding: 10px 12px;
	}

	.article-bottom-nav-links {
		grid-template-columns: 1fr;
	}

	.cookie-banner {
        flex-direction: column;
        padding: 20px;
        text-align: center;
    }
    
    .cookie-content {
        flex-direction: column;
        text-align: center;
    }
    
    .cookie-btn {
        width: 100%;
        max-width: 250px;
    }

    .tags-section {
        padding: 40px 0;
    }
    
    .tags-section h2 {
        font-size: 28px;
        margin-bottom: 30px;
    }
    
    .tags-grid {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
        gap: 10px;
    }
    
    .tag-item {
        padding: 16px 12px;
        font-size: 14px;
        gap: 8px;
    }
    
    .tag-dot {
        width: 8px;
        height: 8px;
    }
    
    .show-more-tags {
        padding: 12px 30px;
        font-size: 15px;
    }

    .problems-table {
        font-size: 14px;
    }
    
    .problems-table th,
    .problems-table td {
        padding: 14px 16px;
    }
}

@media screen and (max-width: 600px){

	.services-grid{
		grid-template-columns: 1fr;
	}

	.new-faq {
		padding: 50px 0;
	}

	.new-faq h2 {
		font-size: 24px;
		margin-bottom: 30px;
	}

	.new-faq-question {
		padding: 18px 16px;
	}

	.new-faq-question h3 {
		font-size: 16px;
	}

	.new-faq-icon {
		width: 32px;
		height: 32px;
		min-width: 32px;
	}

	.new-faq-icon svg {
		width: 14px;
		height: 14px;
	}

	.new-faq-answer-inner {
		padding: 18px 16px;
	}
	
	.new-faq-answer ul,
	.new-faq-answer ol {
		margin-left: 20px;
	}

	.table-wrapper {
        margin: 20px 15px;
    }
    
    .problems-table {
        border-radius: 0;
        box-shadow: none;
        background: transparent;
    }
    
    .problems-table thead {
        display: none;
    }
    
    .problems-table tbody {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }
    
    .problems-table tbody tr {
        display: flex;
        flex-direction: column;
        background: #fff;
        border-radius: 12px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
        overflow: hidden;
    }
    
    .problems-table tbody tr:nth-child(even) {
        background: #fff;
    }
    
    .problems-table tbody tr:hover {
        background: #fff;
    }
    
    .problems-table td {
        display: block;
        padding: 12px 16px;
        border-bottom: 1px solid #eee;
    }
    
    .problems-table td:last-child {
        border-bottom: none;
    }
    
    .problems-table td::before {
        content: attr(data-label);
        display: block;
        font-size: 12px;
        font-weight: 700;
        color: #29393B;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        margin-bottom: 6px;
    }
    
    .problems-table td:first-child {
        background: #29393B;
        color: #fff;
        font-weight: 600;
        font-size: 15px;
    }
    
    .problems-table td:first-child::before {
        color: #53F327;
    }
}

@media screen and (max-width: 480px) {
    .tags-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .tag-item {
        padding: 14px 10px;
        font-size: 13px;
    }
}