* {
	max-height: 999999px;
	box-sizing: border-box;
	outline: none;
}
*:before,
*:after {
	box-sizing: border-box;
}
html {
	height: 100%;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-moz-text-size-adjust: none;
	text-size-adjust: none;
	font-size: 10px;
}
img {
	vertical-align: top;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0;
	margin: 0;
}
button {
	cursor: pointer;
}
ul,
ol,
li {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
}
body {
	padding: 0;
	margin: 0;
	height: 100%;
	font-family: "Inter", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	color: #8f9295;
}
ul li {
	list-style: none;
}
.header__burger {
	display: none;
}
body.lock {
	overflow: hidden;
}
header {
	/*background: #f5f6f6;
	padding: 17px 0;*/
}
.center-content {
	max-width: 1180px;
	padding: 0 20px;
	margin: 0 auto;
	height: 100%;
}
.header-menu {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header-logo {
	width: 170px;
}
.header-logo img {
	width: 100%;
}
.header__main {
	position: fixed;
	top: 0;
	right: 0;
	width: 0;
	height: 100%;
	background: #fff;
	transition: all 0.3s linear;
	opacity: 0;
	z-index: 99999;
	overflow: auto;
	visibility: hidden;
	display: none;
}
.header-list {
	height: 100%;
	display: flex;
}
.header-list > li {
	height: 100%;
	position: relative;
}
.header-list > li > div,
.header-list > li > a {
	padding: 20px 10px;
	text-decoration: none;
	font-size: 14px;
	line-height: 19px;
	letter-spacing: 0.61px;
	color: #63676b;
}
.header-list svg {
	width: 10px;
	fill: #fff;
	margin-left: 3px;
}
.header__main.open {
	visibility: visible;
	opacity: 1;
}
.header__main-drop {
	display: flex;
	flex-direction: column;
}
.header__main-drop > a {
	margin-bottom: 25px;
	color: #222;
	font-size: 18px;
}
.header__main-menu-close {
	display: none;
	cursor: pointer;
	width: 40px;
	height: 40px;
}
.header__main-menu-close span {
	display: block;
	width: 20px;
	height: 2px;
	background: #000;
	position: absolute;
	top: 40px;
	right: 30px;
	transform: rotate(45deg);
}
.header__main-menu-close span:last-child {
	transform: rotate(-45deg);
	position: absolute;
	top: 40px;
}
.header__main.open {
	right: 0;
	opacity: 1;
	width: 50%;
	padding: 40px 20px;
}
.header__main.open .header__main-menu-close {
	display: block;
}
.header__main-top {
	display: flex;
	justify-content: flex-end;
	padding-bottom: 10px;
}
.header-list > li > div:hover,
.header-list > li > a:hover,
.header__main-drop > a:hover {
	opacity: 0.7;
	transition: all 0.3s linear;
}
@media (max-width: 1170px) {
	.first-img img { margin-left: 20px; }
	.header-logo {
		margin: 10px 0;
		width: 153px;
	}
	.header__main {
		display: block;
	}
	.header__burger {
		display: block;
		margin-left: 20px;
	}
	.header-list,
	.header__menu {
		display: none;
	}
	.header-list {
		flex-direction: column;
		padding-top: 40px;
	}
	.header-list > li > a {
		color: #222;
		font-size: 16px;
		padding: 10px;
	}
}
@media (max-width: 600px) {
	.header__main.open {
		width: 100%;
	}
	.header__main-menu-close span,
	.header__main-menu-close span:last-child {
		top: 45px;
	}
	.header__main.open {
		padding-top: 20px;
	}
	.header-logo {
		width: 81px;
	}
	.header {
		padding: 20px;
	}
}
@media (max-width: 400px) {
	.header__main.open {
		padding-left: 20px;
		padding-right: 20px;
	}
}
/* footer  */
.footer {
	position: relative;
	background: #f5f6f6;
	overflow: hidden;
}
.footer__row,
.footer__bottom-row {
	max-width: 1180px;
	padding: 0 20px;
	margin: 0 auto;
	position: relative;
	z-index: 4;
}
.footer__top {
	padding: 75px 0 40px;
}
.footer__top .content.flex {
	justify-content: space-between;
}
.flex {
	display: flex;
}
.column__footer {
	margin-right: 20px;
}
.column__footer:last-child {
	margin-right: 0;
}
.footer__column {
	max-width: 300px;
	margin-bottom: 15px;
}
.footer a.footer__title,
.footer .footer__title {
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.522353px;
	color: #63676b;
}
.footer__ul {
	margin-top: 30px;
}
.footer__ul li {
	margin-bottom: 20px;
}
.footer a {
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.522353px;
	color: #8f9295;
}
.mt60 {
	margin-top: 60px;
}
.footer a:hover {
	font-weight: 500;
	color: #63676b;
	transition: all 0.3s linear;
}
.footer__bottom-row {
	display: flex;
}
.footer__bottom {
	padding: 39px 0;
	border-top: 1px solid #d8d9da;
}
.footer__bottom,
a.footer__bottom-link a {
	font-size: 12px;
	line-height: 16px;
	text-align: right;
	letter-spacing: 0.522353px;
	color: #8f9295;
}
.copyrit {
	margin-left: 12vw;
}
.footer__bottom p {
	margin: 10px 0px 0px 0px;
}
.footer__bottom-link {
	margin-left: auto;
}
.footer__bottom-link a:hover {
	opacity: 0.7;
	transition: all 0.3s linear;
}
.footer__form-share {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -5px;
}
@media (max-width: 1170px) {
	.footer__title {
		cursor: pointer;
	}
	.footer__top {
		padding: 20px 0 0 0;
	}
	.footer__column {
		max-width: unset;
		padding: 20px 0;
		margin-bottom: 0;
		position: relative;
	}
	.footer__column a {
		display: block;
		position: relative;
	}
	.footer__form {
		margin-top: 15px;
	}
	.column__h {
		position: relative;
	}
	.column__h::before {
		content: "";
		background-image: url("../img/up-arrow.svg");
		background-size: contain;
		background-repeat: no-repeat;
		background-position: right;
		width: 16px;
		height: 16px;
		position: absolute;
		right: 0px;
		top: 0px;
		transform: rotate(180deg);
	}
	.footer__column::before {
		content: "";
		width: 120%;
		height: 1px;
		position: absolute;
		background: #63676b;
		left: -5%;
		bottom: 0;
		opacity: 0.1;
	}
	.column__footer:last-child .footer__column::before {
		display: none;
	}
	.column__h.active::before {
		background-image: none;
		height: 2px;
		background: #c4c4c4;
		top: 15px;
	}
	.column__h:hover {
		opacity: 0.7;
		transition: all 0.3s linear;
	}
	.no-arrow.column__h::before {
		display: none;
	}
	.mt60 {
		margin-top: 0;
	}
	.footer__ul {
		max-height: 0;
		visibility: hidden;
		margin: 0;
		transition: all 0.3s linear;
	}
	.footer__ul.conten.active {
		max-height: 100vh;
		margin-top: 20px;
		visibility: visible;
		transition: max-height 0.6s linear;
	}
	.footer__top .content.flex {
		flex-direction: column;
	}
	.column__footer {
		margin-right: 0;
	}
	.write-us {
		margin-bottom: 20px;
	}
}
@media (max-width: 740px) {
	.footer__row,
	.footer__bottom-row {
		padding: 0 20px;
	}
	.col > div.flex {
		margin-bottom: 40px;
	}
	.ul__social {
		margin-top: 25px;
	}
	.footer__top .container {
		padding: 0;
	}
	.footer__bottom-row {
		flex-direction: column;
		align-items: center;
	}
	.copyrit,
	.footer__bottom-link {
		margin: 10px 0px 0px 0px;
	}
}
@media (max-width: 450px) {
	.footer__bottom-row {
		flex-direction: column;
		align-items: center;
	}
	.footer__bottom-link {
		margin: 10px 0px 0px 0px;
	}
	.tab__caption li,
	.tabs__caption li {
		margin-right: 8px;
		padding: 13px 20px 9px;
		font-size: 15px;
	}
}
/* footer  */
/* new css  */
.laser-list {
	display: flex;
	margin: 20px 0;
}
.first {
	padding: 70px 0;
}
.first-flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.first-title {
	font-weight: 600;
	font-size: 52px;
	line-height: 72px;
	letter-spacing: -0.8px;
	color: #0b1218;
	position: relative;
}
.first-title::before {
	content: "";
	display: block;
	width: 265px;
	background-image: url("../img/first-ttle.png");
	background-size: contain;
	background-repeat: no-repeat;
	height: 20px;
	position: absolute;
	bottom: -25px;
	left: 0;
}
.first-img img {
	width: 100%;
}
.partners-card {
	padding: 60px 0;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #f5f6f6;
	box-shadow: inset 0px -0.5px 0px #d8d9da;
	position: relative;
}
.partners-list > div:last-child {
	border-bottom: none;
	box-shadow: none;
}
.partners-center {
	max-width: 668px;
	width: 60%;
	text-align: left;
}
.partners-card-title {
	font-weight: 600;
	font-size: 24px;
	line-height: 30px;
	letter-spacing: -0.396923px;
	color: #0b1218;
}
.partners-card-text {
	letter-spacing: -0.345455px;
	color: #8f9295;
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	margin: 15px 0;
}
.partners-card-link a {
	font-size: 16px;
	line-height: 28px;
	letter-spacing: -0.345455px;
	text-decoration-line: underline;
	color: #00b8ff;
}
.partners-right { text-align: left; }
.partners-right-title {
	font-family: "Roboto";
	font-weight: 500;
	font-size: 20px;
	line-height: 120%;
	letter-spacing: -0.3px;
	color: #8f9295;
}
.partners-right-subtitle {
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 0.522353px;
	color: #8f9295;
	margin: 15px 0;
}
.body-content-top {
	padding-top: 80px;
}
.filter__content form {
	display: flex;
}
.select {
	position: relative;
	font-weight: 400;
	font-size: 14px;
	line-height: 19px;
	letter-spacing: 0.61px;
	color: #8f9295;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 11px;
	gap: 107px;
	width: 376px;
	height: 46px;
	background: #f5f6f6;
	border: 1px solid #ebeced;
	border-radius: 5px;
}
.select:first-child {
	margin-right: 24px;
}
.select[data-state="active"] .select__title::after {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	transition: all 0.3s linear;
}
.select[data-state="active"] .select__content {
	opacity: 1;
	visibility: visible;
}
.select[data-state="active"] .select__label + .select__input + .select__label {
	max-height: 40px;
}
.select__title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 100%;
	cursor: pointer;
	margin: 0 10px;
	color: #8f9295;
}
.select__title:hover {
	border-color: #d8093a;
	transition: all 0.3s linear;
}
.select__content {
	position: absolute;
	top: 45px;
	left: 0;
	width: 100%;
	background: #ffffff;
	border: 1px solid #ebeced;
	box-shadow: 0px 2px 24px rgba(11, 18, 24, 0.08);
	border-radius: 5px;
	transition: all 0.3s linear;
	opacity: 0;
	visibility: hidden;
	z-index: 8;
	max-height: 420px;
	overflow: hidden;
	overflow-y: auto;
	color: #000000;
}
.select__label {
	color: #000;
}
.notfound {
	padding: 50px;
	font-size: 20px;
}
.select__content label:last-child::after {
	border-bottom: none;
	box-shadow: none;
}
.partners-right-logo img {
	margin-left: -11px;
}
.select__input {
	display: none;
}
.select__input:checked + label {
	background: rgba(255, 119, 82, 0.15);
	color: #2156bc;
	font-weight: 700;
}
.select__title::after {
	content: "";
	background-image: url("../img/arrow-select.svg");
	background-size: contain;
	background-repeat: no-repeat;
	display: flex;
	width: 24px;
	height: 24px;
	align-items: center;
	margin-bottom: -3px;
	opacity: 1;
	position: absolute;
	right: 10px;
	top: 12px;
}
.select__input:checked .select__label::after {
	opacity: 1;
	color: #2156bc;
}
.select__input:disabled + label {
	opacity: 0.6;
	pointer-events: none;
}
.select__label {
	display: flex;
	align-items: center;
	width: 100%;
	min-height: 40px;
	max-height: 0;
	padding: 0 16px;
	transition: all 0.2s ease-out;
	cursor: pointer;
	overflow: hidden;
	position: relative;
}
.select__label::after {
	position: absolute;
	bottom: 0;
	content: "";
	display: block;
	width: 95%;
	margin: auto;
	height: 2px;
	border-bottom: 1px solid #f5f6f6;
	box-shadow: inset 0px -0.5px 0px #d8d9da;
}
.select__label:last-child {
	border-bottom: none;
}
.select__label:hover {
	background: #f5f6f6;
	color: #0b1218;
	transition: all 0.3s linear;
}
.partners-card-link a:hover {
	opacity: 0.7;
	transition: all 0.3s linear;
}
/* .first-tablet {
	display: none;
} */
.nav-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 20px 0;
}
.nav-links a,
.nav-links span {
	display: flex;
	background: #fff;
	box-shadow: 0px 0px 1.8rem #00000012;
	border-radius: 0.6rem;
	font-weight: bold;
	font-size: 1.2rem;
	line-height: 1.6rem;
	text-align: center;
	letter-spacing: 0.490667px;
	text-transform: uppercase;
	color: #272727;
	transition: all .25s ease;
	cursor: pointer;
	padding: 10px;
	margin: 0 5px;
}
.page-numbers.current {
	box-shadow: 0 0 10px 4px #00000038;
}
.partners-logo { max-width: 100px; }
@media (max-width: 1170px) {
	.partners-right-subtitle {
		font-size: 14px;
		line-height: 16px;
	}
	.partners-card-text {
		font-size: 14px;
		line-height: 19px;
	}
	.partners-card-link a {
		font-size: 14px;
		line-height: 16px;
	}
	.select {
		width: 220px;
	}
	/* .first img {
		display: none;
	} */
	/* .first-img {
		margin: 0 -20px;
	} */
	/* img.first-tablet {
		display: block;
	} */
	.first-img {
		margin: 0 auto;
	}
	.first-title::before {
		width: 100%;
	}
	.first-flex {
		flex-direction: column;
		align-items: flex-start;
	}
	.partners-card {
		flex-wrap: wrap;
	}
	.partners-center {
		margin-top: 24px;
	}
	.partners-logo {
		width: 100%;
		text-align: left;
	}
	.first-title {
		margin-bottom: 40px;
		font-size: 38px;
		line-height: 129.02%;
	}
}
@media (max-width: 740px) {
	.select__content {
		top: 41px;
	}
	.select__title::after {
		top: 9px;
	}
	.partners-center {
		width: 100%;
		margin-bottom: 20px;
	}
	.select__label::after {
		width: 89%;
	}
	.filter__content form {
		flex-direction: column;
	}
	.first {
		padding: 40px 0;
	}
	.select:first-child {
		margin: 0px 0px 15px 0px;
	}
	.select {
		width: unset;
		height: 42px;
	}
	.first-title {
		font-size: 24px;
		line-height: 125.02%;
	}
	.partners-card {
		padding: 40px 0 25px;
	}
}
@media (max-width: 550px) {
	.body-content-top {
		padding-top: 0;
	}
	.partners-right-subtitle span {
		display: none;
	}
	.partners-right {
		display: flex;
		align-items: center;
	}
	.partners-right-logo {
		display: flex;
		align-items: center;
		margin-left: 15px;
	}
	.partners-right-logo svg {
		width: 50.5px;
		height: 50.5px;
	}
	.partners-right-title {
		font-weight: 400;
		position: absolute;
		top: 45px;
		right: 0;
		font-size: 16px;
		line-height: 140%;
	}
	.partners-center {
		margin-bottom: 10px;
		margin-top: 20px;
	}
}
/* new css  */

@media (max-width: 1000px) {
	.page_footer {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.page_footer .footer_after {
		display: block!important;

	}
	.page_footer .footer_top .copyright_mobile {
		display: block;
	}
	.page_footer .footer_bottom {
		width: 100%;
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
		padding-top: 0!important;
		padding-bottom: 0!important;
	}
	.page_footer .footer_bottom .container_big {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding-left: 0;
		padding-right: 0;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.page_footer .footer_bottom .block {
		width: 100%;
	}
	.page_footer .footer_bottom .block #nav_menu-7 {
		margin-top: 0;
	}
	.page_footer .footer_bottom .block .caption {
		margin: 0!important;
		padding-top: 24px;
		padding-bottom: 24px;
		font-size: 16px!important;
		line-height: 16px!important;
		color: #63676b;
		text-transform: uppercase;
		padding-left: 26px;
		padding-right: 26px;
		background-image: url(../../../img/mobile_plus.svg);
		background-repeat: no-repeat;
		background-position: -webkit-calc(100% - 26px) center;
		background-position: calc(100% - 26px) center;
	}

	.page_footer .footer_bottom .block .caption.open {
		color: #00a0f2;
		background-image: url(../../../img/mobile_minus.svg);
	}
	.page_footer .footer_bottom .block #nav_menu-6 .caption,
	.page_footer .footer_bottom .block #nav_menu-8 .caption,
	.page_footer .footer_bottom .block #nav_menu-9 .caption {
		/* background: 0 0; */
	}
	.page_footer .footer_bottom .block ul {
		padding-left: 26px !important;
		padding-right: 26px !important;
		display: none;
	}

	.page_footer .footer_bottom .block ul.open {
		display: block;
	}
}
@media ( max-width: 1440px ) {
	.center-content {
		max-width: 1016px;
	}
}