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;
	outline: none;
}
html {
	background: #000;
	position: relative;
}
html::after {
	content: '';
	background: url('../img/bg.png') top center repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	opacity: .35;
	mix-blend-mode: normal;
	top: 0;
	z-index: -1;
}
body {
	display: flex;
	flex-direction: column;
	align-items: center;
	line-height: 1;
	font-family: 'Inter', sans-serif;
}
html,
body {
	overflow-x: hidden;
	color: #FFFFFF;
}
textarea, input[type="text"], input[type="button"], input[type="submit"], input[type="reset"], input[type="search"], input[type="password"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0
}
input,
button,
label {
	font-family: 'Inter', sans-serif;
}
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent
}
b {
	font-weight: bold;
}
a {
	color: #FFFFFF;
}
a:not(:visited):hover {
	color: #FFFFFF;
}
a:visited:hover {
	color: #FFFFFF;
}
.container {
	padding: 0;
	margin: 30px 8%;
	width: 84%;
	max-width: 414px;
}
/* Header */
header {
	position: relative;
	z-index: 1;
}
.head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 30px;
}
.logo-head {
	font-family: 'Bebas Neue', sans-serif;
	font-weight: 400;
	font-size: 17px;
	color: #fff;
	text-transform: uppercase;
	opacity: .6;
	text-decoration: none;
}
.logo-head b {
	font-weight: 400;
	/*color: #9BFE00;*/
	background: linear-gradient( 269.87deg, #FAFF04 0.08%, #81FF00 99.86%), #9BFE00;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.menu-head {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	width: 30px;
	cursor: pointer;
	opacity: .6;
	-webkit-transition: ease 0.3s;
	transition: ease 0.3s;
}
.menu-head::before,
.menu-head::after {
	content: '';
	width: 100%;
	height: 3px;
	border-radius: 1px;
	background: #fff;
	-webkit-transition: ease 0.3s;
	transition: ease 0.3s;
}
.menu-head span {
	width: 80%;
	height: 3px;
	border-radius: 1px;
	/*background: #9BFE00;*/
	background: linear-gradient(269.87deg, #FAFF04 0.08%, #81FF00 99.86%), #9BFE00;
	margin-top: 4px;
	margin-bottom: 4px;
}
.menu-head:hover {
	opacity: 1;
}
.menu-head:hover::after {
	width: 40%;
}
.header-container {}
.header-info {
	display: flex;
	align-items: center;
}
.header-img {
	width: 100%;
	max-width: 110px;
	height: 100%;
	max-height: 110px;
	margin-right: 25px;
	margin-left: -10px;
}
.header-img img {
	width: 100%;
	height: 100%;
	border: 3px solid rgb(255 255 255 / 4%);
	box-sizing: content-box;
	filter: drop-shadow(0px 0px 10px rgba(155, 254, 0, 0.15));
	border-radius: 50%;
}
.header-name {
	margin-bottom: 3px;
}
.header-name-text {
	font-family: Inter;
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	line-height: 20px;
	text-transform: uppercase;
	color: #FFF;
	opacity: 0.4;
}
.header-fio {
	font-family: Inter;
	font-style: normal;
	font-weight: 900;
	font-size: 30px;
	line-height: 35px;
	text-transform: uppercase;
	color: #FFFFFF;
}
.header-fio b {
	font-weight: 900;
	color: #000;
	text-shadow: 1px 1px #9BFE00, 1px -1px #9BFE00, -1px 1px #9BFE00, -1px -1px #9BFE00, 0px 0px 10px rgba(155, 254, 0, 0.3);
}
.header-status {
	width: 100%;
	background: #fff;
	border-radius: 5px;
	padding: 17px;
	margin-top: 30px;
	position: relative;
	z-index: 1;
}
.header-status::before {
	content: '';
	width: 20px;
	height: 20px;
	background: #fff;
	border-radius: 4px;
	transform: rotate(45deg);
	position: absolute;
	top: -8px;
	left: 40px;
}
.header-status p {
	font-family: Inter;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 17px;
	color: #000;
}
.header-status p b {
	font-weight: 500;
}
/* Общие для блоков */
.block {
	margin-top: 0;
	position: relative;
}
.block-title-before {
	position: absolute;
	top: 73px;
	transform: rotate(-90deg);
	opacity: .3;
	z-index: -1;
}
.block-title-before span {
	font-family: Inter;
	font-style: normal;
	font-weight: 900;
	font-size: 43px;
	line-height: 51px;
	text-align: right;
	text-transform: uppercase;
	color: #000;
	text-shadow: 1px 1px #fff, 1px -1px #fff, -1px 1px #fff, -1px -1px #fff;
	opacity: .9;
}
.block-title {
	margin-bottom: 18px;
	position: relative;
}
.block-title h2 {
	font-family: Inter;
	font-style: normal;
	font-weight: 900;
	font-size: 22px;
	line-height: 27px;
	text-transform: uppercase;
	color: #fff;
}
.block-title h2 span {
	/* color: #9BFE00; */
	background: linear-gradient(269.87deg, #FAFF04 0.08%, #81FF00 99.86%), #9BFE00;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.block-title::after {
	margin-right: -8%
}
.block-container {}
.block-link {}
.block-link a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-family: Inter;
	font-style: normal;
	font-weight: bold;
	font-size: 15px;
	line-height: 18px;
	text-transform: uppercase;
	color: #FFFFFF;
	border: 1px solid #fff;
	box-sizing: border-box;
	border-radius: 3px 10px 3px 3px;
	min-height: 60px;
	width: 100%;
	text-decoration: none;
	margin-bottom: 10px;
	position: relative;
	padding-top: 19px;
	padding-bottom: 17px;
	-webkit-transition: ease 0.3s;
	transition: ease 0.3s;
}
.block-link a::before {
	content: '';
	width: 6px;
	height: 50%;
	position: absolute;
	left: -3px;
	background: #fff;
	border-radius: 1px;
	-webkit-transition: ease 0.3s;
	transition: ease 0.3s;
	margin-bottom: 2px;
}
a.link-clr {
	border: 1px solid #9BFE00;
	filter: drop-shadow(0px 0px 20px rgba(155, 254, 0, 0.5));
}
a.link-clr::before {
	background: linear-gradient( 269.87deg, #FAFF04 0.08%, #81FF00 99.86%), #9BFE00;
	-webkit-transition: ease 0.3s;
	transition: ease 0.3s;
}
.block-link a span {
	color: #FFFFFF;
	padding-left: 35px;
	-webkit-transition: ease 0.3s;
	transition: ease 0.3s;
}
.block-link a i {
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-transition: ease 0.3s;
	transition: ease 0.3s;
	margin-right: 35px;
}
.block-link a i.link-tg {
	background-image: url('../img/i-tg.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 19px;
	min-width: 19px;
	max-width: 19px;
	height: 19px;
	min-height: 19px;
}
.block-link a i.link-arrow {
	background-image: url('../img/i-arrow.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 9px;
	min-width: 9px;
	max-width: 9px;
	height: 15px;
	min-height: 15px;
}
.block-link a:hover {
	border: 1px solid #9BFE00;
	 /*border: 1px solid transparent;
    border-image: linear-gradient(269.87deg, #FAFF04 0.08%, #81FF00 99.86%);
    border-image-slice: 1;*/
 }
 .block-link a:hover::before {
 	height: 80%;
 	background: linear-gradient( 269.87deg, #FAFF04 0.08%, #81FF00 99.86%), #9BFE00;
 }
 .block-link a:hover span {
 	padding-left: 50px;
 }
 .block-link a:hover i {
 	transform: scale(1.25);
 }
 .block-text {}
 .block-text p {
 	font-family: Inter;
 	font-style: normal;
 	font-weight: normal;
 	font-size: 13px;
 	line-height: 19px;
 	color: #FFFFFF;
 	margin-bottom: 14px;
 }
 .block-quote {
 	margin-bottom: 20px;
 }
 .block-link a.clrbckg {
 	justify-content: center;
 	background: linear-gradient( 269.87deg, #FAFF04 0.08%, #81FF00 99.86%), #9BFE00;
 	box-shadow: 0px 0px 20px rgba(155, 254, 0, 0.5);
 	border: 0;
 	-webkit-transition: ease 0.3s;
 	transition: ease 0.3s;
 }
 .block-link a.clrbckg::before {
 	display: none;
 }
 .block-link a.clrbckg span {
 	padding: 0;
 	color: #000;
 }
 .block-link a.clrbckg:hover {
 	transform: scale(0.93) rotate(-1deg);
 }
 .block-link-column {
 	display: flex;
 	justify-content: space-between;
 	flex-wrap: wrap;
 }
 .block-link-column a {
 	width: 48%;
 	min-height: 48px;
 	padding-top: 15px;
 	padding-bottom: 13px;
 }
 .block-link-column a.link100w {
 	width: 100%;
 }
 /* 1 блок */
 .block1 {
 	margin-top: 0px;
 }
 .block1 .block-title-before {
 	left: -100px;
 	top: 42px;
 }
 .block1 .block-title::before {
 	content: '';
 	position: absolute;
 	top: -100px;
 	left: -120px;
 	background: url(../img/title-before-block1.svg) no-repeat;
 	width: 212px;
 	height: 212px;
 	opacity: .25;
 	z-index: -1;
 }
 .block1 .block-title::after {
 	content: '';
 	position: absolute;
 	top: 5px;
 	right: 0;
 	background: url('../img/title-after-block1.svg') no-repeat;
 	width: 160px;
 	height: 10px;
 	opacity: .2;
 }
 /* 2 блок */
 .block2 .block-title-before {
 	left: -129px;
 }
 .block2 .block-title::before {
 	content: '';
 	position: absolute;
 	top: -15px;
 	right: -95px;
 	background: url(../img/title-before-block2.svg) no-repeat;
 	width: 125px;
 	height: 125px;
 	opacity: .15;
 	z-index: -1;
 }
 /* 3 блок */
 .block3 .block-title-before {
 	left: -141px;
 	top: 84px;
 }
 .block3 .block-title::after {
 	content: '';
 	position: absolute;
 	top: 16px;
 	right: 0;
 	background: url('../img/title-after-block3.svg') no-repeat;
 	width: 155px;
 	height: 20px;
 	opacity: .2;
 }
 /* 4 блок */
 .block4 .block-title-before {
 	left: -149px;
 	top: 97px;
 }
 .block4 .block-title-before span {
 	font-size: 40px;
 	line-height: 48px;
 }
 .block4 .block-link a {
 	justify-content: center;
 }
 .block4 .block-link a span {
 	padding-left: 0;
 }
 .block4 .block-link a::before {
 	display: none;
 }
 /* 5 блок */
 .block5 .block-title-before {
 	left: -149px;
 	top: 94px;
 }
 .block5 .block-title::before {
 	content: '';
 	position: absolute;
 	top: -45px;
 	right: -100px;
 	background: url(../img/title-before-block5.svg) no-repeat;
 	width: 140px;
 	height: 140px;
 	opacity: .2;
 	z-index: -1;
 }
 /* Подвал */
 footer {}
 .footer-img {
 	background: url(../img/theend.png) center no-repeat;
 	width: 116%;
 	height: 130px;
 	margin: -30px -8%;
 	background-size: 100%;
 }
 .footer-link {
 	display: flex;
 	justify-content: center;
 	margin-top: 15px;
 	margin-bottom: 15px;
 }
 .footer-link a {
 	font-family: Inter;
 	font-style: normal;
 	font-weight: normal;
 	font-size: 14px;
 	text-align: center;
 	color: #FFFFFF;
 	text-decoration: none;
 	-webkit-transition: ease 0.3s;
 	transition: ease 0.3s;
 	opacity: .5;
 }
 .footer-link a:hover {
 	color: #9BFE00;
 	opacity: .3;
 }
 .footer-copy {
 	display: flex;
 	justify-content: center;
 	margin-bottom: 5px;
 }
 .footer-copy p {
 	font-family: Inter;
 	font-style: normal;
 	font-weight: normal;
 	font-size: 12px;
 	text-align: center;
 	color: #FFFFFF;
 	opacity: .25;
 }
 .btn-contacts-tg-div {
 	position: fixed;
 	bottom: -1%;
 }
 .btn-contacts-tg {
 	width: 70px;
 	height: 70px;
 	border-radius: 50%;
 	position: absolute;
 	bottom: 0%;
 	right: -3%;
 	cursor: pointer;
 	-webkit-transition: ease 0.3s;
 	transition: ease 0.3s;
 	opacity: .8;
 }
 .btn-contacts-tg:hover {
 	opacity: 1;
 }
 .btn-contacts-tg span {
 	display: flex;
 	align-items: center;
 	justify-content: center;
 	width: 100%;
 	height: 100%;
 	border-radius: 50%;
 	background: linear-gradient( 269.87deg, #FAFF04 0.08%, #81FF00 99.86%), #9BFE00;
 	box-shadow: 0px 0px 20px rgba(155, 254, 0, 0.5);
 	position: relative;
 }
 .btn-contacts-tg span::after {
 	content: '';
 	width: 123%;
 	height: 123%;
 	border-radius: 50%;
 	background: linear-gradient( 269.87deg, #FAFF04 0.08%, #81FF00 99.86%), #9BFE00;
 	box-shadow: 0px 0px 20px rgba(155, 254, 0, 0.5);
 	opacity: .15;
 	position: absolute;
 }
 .btn-contacts-tg span i {
 	background-image: url('../img/i-contacts-tg.svg');
 	background-repeat: no-repeat;
 	background-position: center;
 	background-size: cover;
 	width: 30px;
 	min-width: 30px;
 	max-width: 30px;
 	height: 30px;
 	min-height: 30px;
 	position: relative;
 	right: 2px;
 	top: 1px;
 }
 .menu-close {
 	display: flex;
 	align-items: center;
 	justify-content: center;
 	font-family: Inter;
 	font-style: normal;
 	font-weight: normal;
 	font-size: 16px;
 	text-align: center;
 	color: #ffffff96;
 	position: absolute;
 	right: 30px;
 	top: 30px;
 	z-index: 100;
 	text-decoration: none;
 	transform: scale(1.4,1);
 	border: 1px solid #ffffff52;
 	border-radius: 50%;
 	width: 25px;
 	height: 35px;
 	-webkit-transition: ease 0.3s;
 	transition: ease 0.3s;
 }
 .menu-close:hover {
 	color: #9BFE00!important;
 	border: 1px solid #9BFE00;
 	opacity: .7;
 }
 .menu-popup {
 	background: #2c2e3e;
 	display: none;
 	position: fixed;
 	right: -110%;
 	top: 0;
 	width: 85%;
 	height: 100vh;
 	box-sizing: border-box;
 	padding: 40px;
 	z-index: 9999;
 	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
 }
 .menu-popup ul {
 	margin: 0;
 	padding: 0;
 }
 .menu-popup li {
 	list-style: none;
 	margin: 10px 0;
 	padding: 0;
 }
 .menu-popup li a {
 	font-family: Inter;
 	font-style: normal;
 	font-weight: normal;
 	font-size: 17px;
 	color: #fff;
 	line-height: 1.8;	
 	text-decoration: none;
 }
 .menu-popup li a.menu-order {
 	display: flex;
 	align-items: center;
 	justify-content: center;
 	font-family: Inter;
 	font-style: normal;
 	font-weight: bold;
 	font-size: 15px;
 	line-height: 18px;
 	text-transform: uppercase;
 	color: #FFFFFF;
 	border: 1px solid #fff;
 	box-sizing: border-box;
 	border-radius: 3px 10px 3px 3px;
 	min-height: 60px;
 	width: 100%;
 	max-width: 414px;
 	text-decoration: none;
 	margin-bottom: 10px;
 	position: relative;
 	padding-top: 19px;
 	padding-bottom: 17px;
 	-webkit-transition: ease 0.3s;
 	transition: ease 0.3s;
 	margin-top: 30px;
 }
 .menu-popup li a.menu-order span {
 	color: #FFFFFF;
 	-webkit-transition: ease 0.3s;
 	transition: ease 0.3s;
 }
 .menu-popup li a.link-clr {
 	border: 1px solid #9BFE00;
 	filter: drop-shadow(0px 0px 20px rgba(155, 254, 0, 0.5));
 }
 .menu-popup li a.menu-order i.link-tg {
 	background-image: url('../img/i-tg.svg');
 	background-repeat: no-repeat;
 	background-position: center;
 	background-size: cover;
 	width: 19px;
 	min-width: 19px;
 	max-width: 19px;
 	height: 19px;
 	min-height: 19px;
 }
 .menu-popup li a.menu-order i.link-arrow {
 	background-image: url('../img/i-arrow.svg');
 	background-repeat: no-repeat;
 	background-position: center;
 	background-size: cover;
 	width: 9px;
 	min-width: 9px;
 	max-width: 9px;
 	height: 15px;
 	min-height: 15px;
 }
 .menu-popup li a.menu-order:hover {
 	background: linear-gradient( 269.87deg, #FAFF04 0.08%, #81FF00 99.86%), #9BFE00;
 }
 .menu-popup li a.menu-order:hover span {
 	color: #000;
 }
 .body_pointer * {
 	cursor: pointer;
 }
 /* Портфолио */
 .block1-portfolio {}
 .block1-portfolio  .block-title-before {
 	left: -160px;
 	top: 103px;
 }
 .block1-portfolio .block-title::before {
 	content: '';
 	position: absolute;
 	top: -100px;
 	left: -120px;
 	background: url(../img/title-before-block1.svg) no-repeat;
 	width: 212px;
 	height: 212px;
 	opacity: .25;
 	z-index: -1;
 }
 .block1-portfolio .block-title::after {
 	content: '';
 	position: absolute;
 	top: 5px;
 	right: 0;
 	background: url(../img/title-after-block1.svg) no-repeat;
 	width: 160px;
 	height: 10px;
 	opacity: .2;
 }
 .block-portfolio {}
 .case {}
 .case-img {
 	display: flex;
 	justify-content: center;
 	width: 100%;
 	height: 190px;
 	background: #000000;
 	/*border: 1px solid #9BFE00;*/
 	box-sizing: border-box;
 	box-shadow: 0px 4px 12px rgba(155, 254, 0, 0.1);
 	border-radius: 10px;
 	margin-bottom: 15px;
 	overflow: hidden;
 	-webkit-transition: ease 0.3s;
 	transition: ease 0.3s;
 }
 .case-img:hover {
 	transform: scale(0.93) rotate(-1deg);
 }
 .case-title {
 	font-family: Inter;
 	font-style: normal;
 	font-weight: bold;
 	font-size: 16px;
 	line-height: 21px;
 	color: #FFFFFF;
 }
 .case-info {
 	margin: 12px 0;
 }
 .case-info p {
 	font-family: Inter;
 	font-style: normal;
 	font-weight: normal;
 	font-size: 13px;
 	line-height: 21px;
 	color: #FFFFFF;
 }
 .case-links {
 	border-left: 2px solid #9BFE00;
 	padding-left: 15px;
 }
 .case-links p {
 	font-family: Inter;
 	font-style: normal;
 	font-weight: normal;
 	font-size: 12px;
 	line-height: 16px;
 	color: #FFFFFF;	
 }
 .case-links span {
 	font-style: italic;
 	color: #9BFE00;
 }
 .case-hr {
 	display: flex;
 	align-items: center;
 	justify-content: center;
 	margin: 20px 0;
 }
 .case-hr span {
 	width: 10px;
 	height: 10px;
 	background: linear-gradient( 269.87deg, #FAFF04 0.08%, #81FF00 99.86%), #9BFE00;
 	border-radius: 50%;
 	margin: 0 5px;
 }
 .case-hr::before,
 .case-hr::after {
 	content: '';
 	width: 10px;
 	height: 10px;
 	background: #fff;
 	border-radius: 50%;
 }
 #cboxOverlay {
 	background: #000!important;
 }
 #cboxClose {
 	display: flex!important;
 	align-items: center!important;
 	justify-content: center!important;
 	font-family: Inter!important;
 	font-style: normal!important;
 	font-weight: normal!important;
 	font-size: 16px!important;
 	text-align: center!important;
 	color: #333!important;
 	position: absolute!important;
 	right: 15px!important;
 	top: 15px!important;
 	z-index: 100!important;
 	text-decoration: none!important;
 	transform: scale(1.4,1)!important;
 	border: 1px solid #9BFE00!important;
 	border-radius: 50%!important;
 	width: 25px!important;
 	height: 35px!important;
 	-webkit-transition: ease 0.3s!important;
 	transition: ease 0.3s!important;
 	background: #9BFE00!important;
 	text-indent: initial!important;
 	overflow: initial!important;
 }
 #cboxClose:hover {
 	opacity: .4;
 }
 #cboxLoadedContent {
 	background: none!important;
 }
 /* Мои услуги */
 .block1-uslugi {}
 .block1-uslugi  .block-title-before {
 	left: -129px;
 }
 .block1-uslugi .block-title::before {
 	content: '';
 	position: absolute;
 	top: -100px;
 	left: -120px;
 	background: url(../img/title-before-block1.svg) no-repeat;
 	width: 212px;
 	height: 212px;
 	opacity: .25;
 	z-index: -1;
 }
 .block1-uslugi .block-title::after {
 	content: '';
 	position: absolute;
 	top: 5px;
 	right: 0;
 	background: url(../img/title-after-block1.svg) no-repeat;
 	width: 160px;
 	height: 10px;
 	opacity: .2;
 }
 .block-uslugi {}
 .block-usluga {}
 .toggle-box {
 	display: none;
 }
 .toggle-box + .usluga-title {
 	display: flex;
 	align-items: center;
 	justify-content: space-between;
 	font-family: Inter;
 	font-style: normal;
 	font-weight: bold;
 	font-size: 14px;
 	line-height: 17px;
 	text-transform: uppercase;
 	color: #FFFFFF;
 	border: 1px solid #fff;
 	box-sizing: border-box;
 	border-radius: 3px 10px 3px 3px;
 	min-height: 60px;
 	width: 100%;
 	text-decoration: none;
 	position: relative;
 	padding-top: 19px;
 	padding-bottom: 17px;
 	-webkit-transition: ease 0.3s;
 	transition: ease 0.3s;
 	cursor: pointer;
 	margin-bottom: 15px;
 }
 .usluga-title:hover {}
 .usluga-title span {
 	color: #FFFFFF;
 	padding-left: 25px;
 	-webkit-transition: ease 0.3s;
 	transition: ease 0.3s;
 }
 .usluga-title:hover span {}
 .usluga-title i {
 	display: flex;
 	align-items: center;
 	justify-content: center;
 	-webkit-transition: ease 0.3s;
 	transition: ease 0.3s;
 	margin-right: 25px;
 	background-image: url(../img/usluga-arrow.svg);
 	background-repeat: no-repeat;
 	background-position: center;
 	background-size: cover;
 	width: 16px;
 	min-width: 16px;
 	max-width: 16px;
 	height: 9px;
 	min-height: 9px;
 }
 .usluga-title:hover i {}
 .toggle-box + .usluga-title + .usluga-desc {
 	display: none;	
 }
 .toggle-box:checked + .usluga-title + .usluga-desc {
 	display: block;  
 }
 .usluga-desc {
 	padding: 30px 25px 27px 25px;
 	border: 1px solid #9BFE00;
 	border-radius: 0px 0px 10px 10px;
 	border-top: none;
 	margin-top: -18px;
 	margin-bottom: 15px;
 }
 .usluga-desc p {
 	font-family: Inter;
 	font-style: normal;
 	font-weight: normal;
 	font-size: 14px;
 	line-height: 18px;
 	margin-bottom: 12px;
 }
 .usluga-desc p b {
 	font-weight: bold;
 	font-size: 14px;
 	line-height: 18px;
 }
 .usluga-desc ul {
 	font-family: Inter;
 	font-style: normal;
 	font-weight: normal;
 	font-size: 14px;
 	line-height: 18px;
 }
 .usluga-desc ul li {
 	display: flex;
 	align-items: center;
 	margin: 4px 0;
 	padding-left: 5px;
 }
 .usluga-desc ul li::before {
 	content: '';
 	width: 7px;
 	min-width: 7px;
 	height: 7px;
 	min-height: 7px;

 	border: 1px solid #9BFE00;
 	border-radius: 50%;
 	margin-right: 10px;
 }
 .usluga-desc p em {
 	font-style: italic;
 }
 .usluga-desc p em.strong {
 	font-weight: 500;
 }
 .usluga-desc hr {
 	width: 100%;
 	height: 1px;
 	background: #FFFFFF;
 	opacity: 0.25;
 	margin-top: 20px;
 	margin-bottom: 20px;
 }
 .usluga-desc p.text-cost {
 	font-style: italic;
 	font-weight: 600;
 	font-size: 15px;
 	line-height: 18px;
 	color: #9BFE00;
 	margin-bottom: 15px;
 }
 .usluga-desc .block-link {
 	margin-top: 20px;
 }
 .usluga-desc .block-link a {
 	justify-content: center;
 }
 .usluga-desc .block-link a::before {
 	display: none;
 }
 .usluga-desc .block-link a span {
 	padding: 0;
 }
 .toggle-box:checked + .usluga-title {}
 .toggle-box:checked + .usluga-title {
 	background: linear-gradient( 269.87deg, #FAFF04 0.08%, #81FF00 99.86%), #9BFE00;
 	border: none;
 }
 .toggle-box:checked + .usluga-title span {
 	color: #000;
 }
 .toggle-box:checked + .usluga-title i {
 	background-image: url(../img/usluga-arrow-active.svg);
 }
 @media screen and (max-width:340px) {
 	.header-fio {
 		font-size: 25px;
 		line-height: 30px;
 	}
 	.header-name-text {
 		font-size: 8px;
 		line-height: 18px;
 	}
 }
 @media screen and (max-width:305px) {
 	.header-fio {
 		font-size: 22px;
 		line-height: 27px;
 	}
 }