@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,regular,500,600,700,800,300italic,italic,500italic,600italic,700italic,800italic);
@import url(https://fonts.googleapis.com/css?family=Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic);

@font-face {
	font-family: "Gilroy-Bold";
	font-display: swap;
	src: url("../fonts/Gilroy-Bold.woff2") format("woff2"), url("../fonts/Gilroy-Bold.woff") format("woff");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "Gilroy-Medium";
	font-display: swap;
	src: url("../fonts/Gilroy-Medium.woff2") format("woff2"), url("../fonts/Gilroy-Medium.woff") format("woff");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "Gilroy-SemiBold";
	font-display: swap;
	src: url("../fonts/Gilroy-SemiBold.woff2") format("woff2"), url("../fonts/Gilroy-SemiBold.woff") format("woff");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "Gilroy-Regular";
	font-display: swap;
	src: url("../fonts/Gilroy-Regular.woff2") format("woff2"), url("../fonts/Gilroy-Regular.woff") format("woff");
	font-weight: 400;
	font-style: normal;
}

* {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

*,
*:before,
*:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

aside,
nav,
footer,
header,
section {
	display: block;
}

html {
	font-size: 20px;
}

html,
body {
	height: 100%;
	min-width: 320px;
}

body::after {
	content:
		url('../img/bgbtnhvr.png') url('../img/dev2.png') display: none;
}

body {
	line-height: 1;
	font-family: "Open Sans";
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
	font-family: "Open Sans";
	font-size: inherit;
}

input::-ms-clear {
	display: none;
}

button {
	cursor: pointer;
	background-color: inherit;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

a,
a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

ul li {
	list-style: none;
}

img {
	vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: inherit;
	font-size: inherit;
}

/*
&::-webkit-scrollbar {
	display: none;
}
*/
body {
	background: linear-gradient(92deg, #031625 6%, #010a27 93%);
	color: #fff;
}

body._lock {
	overflow: hidden;
}

.wrapper {
	width: 100%;
	min-height: 100%;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

._container {
	max-width: 1340px;
	margin: 0 auto;
	padding: 0px 100px;
}

@media (max-width: 998px) {
	._container {
		padding: 0px 20px;
	}
}
.stick-word{
	background: #4c96fb;
    position: sticky;
    bottom: 0;
    z-index: 9;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    height: 65px;
    flex-wrap: wrap;
}
._btn {
	display: flex;
	padding: 30px 50px;
	background-image: url(../img/bgbtn.png);
	background-size: cover;
	background-position: center center;
	max-width: max-content;
	border-radius: 10px;
	color: #fff;
	font-family: Montserrat;
	text-transform: uppercase;
	align-items: center;
	gap: 20px;
	justify-content: center;
	position: relative;
	transition: 1s;
}
.addressline div{
	margin-bottom: 5px;
    border-bottom: 2px solid #aa21219e;
}
._address {
    padding: 8px 31px;
}
.__popup {
  max-width: inherit;
  width: 80%;
}

._btn:hover {
	background-image: url(../img/bgbtnhvr.png);
	transition: 1s;
}

._btn::before {
	height: 116%;
  width: 104.7%;
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 17px;
  padding: 2px;
  margin-left: -6px;
  margin-top: -6px;
  background: linear-gradient(45deg, #0395ad, #4728a2);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: source-out;
}
._address::before {
    height: 129%;
    width: 104.7%;
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 17px;
    padding: 2px;
    margin-left: -6px;
    margin-top: -6px;
    background: linear-gradient(45deg, #0395ad, #4728a2);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: source-out;
}

._btn img {
	transition: 0.3s;
}

._btn:hover img {
	transform: translate(15px);
}
.nav-link {
  display: flex;
  padding: 5px 11px;
  background-image: url(../img/bgbtn.png) !important;
  background-size: cover !important;
  background-position: center center !important;
  max-width: max-content !important;
  border-radius: 6px !important;
  color: #fff;
  font-family: Montserrat;
  align-items: center;
  gap: 12px;
  justify-content: center;
  position: relative;
  transition: 1s;
  margin: 8px;
}
.nav-link.active {
  background-image: url(../img/bgbtnhvr.png) !important;
  transition: 1s;
}
.nav-link:hover {
  background-image: url(../img/bgbtnhvr.png) !important;
  color: #fff;
  transition: 1s;
}
.nav-link img {
  transition: 0.3s;
  height: 15px;
}
.nav-link:hover img {
  transform: translate(5px);
}
@media (max-width: 1500px) {
	._btn {
		font-size: 18px;
		padding: 25px 40px;
	}
	._address {
		font-size: 18px;
        padding: 8px 32px;
	}
}

@media (max-width: 998px) {
	._btn {
		max-width: 500px;
		width: 100%;
		padding: 25px 20px;
		margin: 0px auto;
		font-size: 16px;
	}
	._address {
        max-width: 500px;
        width: 100%;
        padding: 8px 20px;
        margin: 0px auto;
        font-size: 16px;
    }
	.tab-content>.active {
	    font-size: 8px;
	    display: block;
	}
	.nav-link{
		font-size: 10px;
		margin: 3px;
	}
	.nav-link img {
	  transition: 0.3s;
	  height: 9px;
	}
}

._btn img {
	width: 20px;
}

._title {
	text-shadow: 0 0 20px rgba(123, 160, 241, 0.8), 0 0 10px rgba(90, 139, 243, 0.8);
	font-style: italic;
	text-align: center;
	font-size: 45px;
	line-height: 1.3;
	opacity: 0;
	transform: translate(0px, 30px);
	transition: 0.5s;
}

._title._active {
	opacity: 1;
	transform: translate(0px);
}

@media (max-width: 998px) {
	._title {
		font-size: 25px;
	}
}

._title span {
	color: #36e1f5;
}

.button {
	display: inline-flex;
	padding: 0px 0px;
}

.button._fw {
	width: 100%;
}

.select {
	position: relative;
	color: #858FA4;
}

.select__item {
	position: relative;
	border-radius: 5px;
	border: 1px solid #d02b2c;
}

.select__title {
	color: #000;
	cursor: pointer;
	border-radius: 4px;
}

.select__value {
	display: flex;
	font-size: 14px;
	height: 30px;
	padding: 0px 15px;
	align-items: center;
	justify-content: space-between;
	flex-direction: row-reverse;
	line-height: 140%;
	/* identical to box height, or 20px */
	/* text-align: right; */
	color: #858FA4;
}

.select__value span {
	padding-right: 10px;
	max-width: calc(100% - 10px);
}

.select__value:before {
	content: "";
	display: inline-block;
	transition: all 0.3s ease 0s;
	width: 15px;
	height: 15px;
	background: url("../img/arrow.png") center/100% no-repeat;
}

.select__input {
	width: 100%;
	background-color: transparent;
	height: 100%;
}

.select__options {
	position: absolute;
	top: 29px;
	border-radius: 0 0 4px 4px;
	min-width: 100%;
	left: 0;
	border-top: 0;
	border-top: 0;
	font-size: 14px;
	padding: 10px 0px 5px 0px;
}

@media (max-width: 991.98px) {
	.select__options {
		font-size: 18px;
	}
}

.select__option {
	cursor: pointer;
	padding: 5px 15px;
	margin: 0px 0px 0px 0px;
}

@media (min-width: 992px) {
	.select__option:hover {
		background: #d9d9d9;
	}
}

.select._active {
	z-index: 5;
}

.select._active .select__value:before {
	transform: rotate(-180deg);
}

.select._active .select__options {
	display: block;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
textarea:focus {
	outline: none;
}

.input {
	border-radius: 0 !important;
	width: 100%;
	display: block;
	padding: 0px 20px;
}

textarea.input {
	resize: none;
	padding: 0px 0px;
}

.checkbox {
	position: relative;
}

.checkbox__input {
	position: absolute;
	width: 0;
	height: 0;
	opacity: 0;
	visibility: hidden;
}

.checkbox__input:checked+.checkbox__text:before {
	background: #fff url("../img/icons/check.svg") center no-repeat;
}

.checkbox__text {
	display: inline-flex;
	align-items: center;
	position: relative;
	font-size: 16px;
	color: #ffffff;
	letter-spacing: -0.3px;
	line-height: 1.25;
	cursor: pointer;
}

.checkbox__text:before {
	content: "";
	align-self: flex-start;
	margin: 0px 14px 0px 0px;
	flex: 0 0 20px;
	left: 0;
	top: 0;
	width: 20px;
	height: 18px;
	background: #fff;
	border: 1px solid #a7a9ac;
}

.checkbox a {
	color: #fff;
	text-decoration: underline;
}

@media (min-width: 992px) {
	.checkbox a:hover {
		text-decoration: none;
	}
}

.checkbox._error .checkbox__text:before {
	border: 1px solid #ee1212;
}

.options {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.options__item {
	position: relative;
	cursor: pointer;
}

.options__input {
	position: absolute;
	width: 0;
	height: 0;
	opacity: 0;
	left: 0;
	top: 0;
	visibility: hidden;
}

.options__input:checked+.options__text:after {
	transform: scale(1);
}

.options__text {
	display: inline-flex;
	align-items: center;
	position: relative;
	font-size: 16px;
	color: #ffffff;
	letter-spacing: -0.3px;
	line-height: 1.25;
}

.options__text:before {
	content: "";
	align-self: flex-start;
	margin: 0px 14px 0px 0px;
	flex: 0 0 20px;
	left: 0;
	top: 0;
	border-radius: 50%;
	width: 20px;
	height: 18px;
	background: #fff;
	border: 1px solid #a7a9ac;
}

.options__text:after {
	content: "";
	transition: all 0.3s ease 0s;
	transform: scale(0);
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #77243a;
	position: absolute;
	left: 5px;
	top: 4px;
}

.rating {
	display: flex;
	align-items: flex-end;
	font-size: 40px;
	line-height: 0.75;
	transition: opacity 0.3s ease 0s;
}

.rating.rating_sending {
	opacity: 0.2;
}

.rating.rating_set .rating__active,
.rating.rating_set .rating__item {
	cursor: pointer;
}

.rating__body {
	position: relative;
}

.rating__body::before {
	content: "★★★★★";
	display: block;
}

.rating__active {
	position: absolute;
	width: 0%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
}

.rating__active::before {
	content: "★★★★★";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	color: #ffd300;
}

.rating__items {
	display: flex;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.rating__item {
	flex: 0 0 20%;
	height: 100%;
	opacity: 0;
}

.rating__value {
	font-size: 50%;
	line-height: 1;
	padding: 0px 0px 0px 10px;
}

.quantity {
	width: 88px;
	height: 40px;
	display: flex;
	border: 1px solid rgba(166, 166, 166, 0.45);
}

.quantity__button {
	flex: 0 0 30px;
	position: relative;
	cursor: pointer;
}

.quantity__button::before,
.quantity__button::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transition: all 0.3s ease 0s;
	margin: 0px 0px 0px -4.5px;
	background-color: #a6a6a6;
	width: 9px;
	height: 1px;
}

@media (min-width: 991.98px) {

	.quantity__button:hover::before,
	.quantity__button:hover::after {
		background-color: rgba(0, 0, 0, 0.5);
	}
}

.quantity__button_plus::before {
	transform: rotate(-90deg);
}

.quantity__input {
	flex: 1 1 auto;
}

.quantity__input input {
	height: 100%;
	color: #a6a6a6;
	font-size: 12px;
	width: 100%;
	text-align: center;
}

.row:after {
	display: block;
	content: "";
	clear: both;
}

.rub:after {
	content: "₽";
}

ol.counter {
	list-style-type: none;
	counter-reset: item;
}

ol.counter li {
	position: relative;
	padding: 0px 0px 0px 45px;
}

ol.counter li:before {
	counter-increment: item;
	content: counter(item);
	position: absolute;
	left: 0;
	top: 0;
	color: #818181;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	line-height: 26px;
	border-radius: 50%;
	width: 28px;
	height: 28px;
	border: 1px solid #4274bb;
}

.ellipsis {
	display: block;
	overflow: hidden;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.es {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.table {
	display: table;
	font-size: 0;
	width: 100%;
}

.trow {
	display: table-row;
}

.cell {
	display: table-cell;
}

.cell.full {
	width: 100%;
}

._ibg {
	position: relative;
}

._ibg img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
}

body.ie ._ibg {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

body.ie ._ibg img {
	width: 0;
	height: 0;
	opacity: 0;
	visibility: hidden;
}

._video {
	position: relative;
	overflow: hidden;
	height: 0;
	padding-bottom: 56.25%;
}

._video video,
._video iframe,
._video object,
._video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.videobg video,
.videobg iframe,
.videobg object,
.videobg embed {
	position: fixed;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	transform: translateX(-50%) translateY(-50%);
	background-size: cover;
}

._more-content {
	transition: all 0.3s ease 0s;
	overflow: hidden;
}

._more-link {
	cursor: pointer;
}

._more-link span {
	font-style: normal;
}

._more-link span:first-child {
	display: block;
}

._more-link span:last-child {
	display: none;
}

._more-link._active span {
	font-style: normal;
}

._more-link._active span:first-child {
	display: none;
}

._more-link._active span:last-child {
	display: block;
}

#map {
	background: url("../img/icons/loading.gif") center/50px no-repeat;
}

._swiper {
	overflow: hidden;
}

._swiper .swiper-wrapper {
	width: 100%;
	height: 100%;
	box-sizing: content-box;
	display: flex;
	position: relative;
}

._swiper.swiper-container-vertical .swiper-wrapper {
	flex-direction: column;
}

._swiper.swiper-container-autoheight .swiper-wrapper {
	align-items: flex-start;
}

.swiper-container-initialized .swiper-slide {
	flex-shrink: 0;
}

.swiper-container-android .swiper-slide,
.swiper-container-android .swiper-wrapper {
	transform: translate3d(0px, 0, 0);
}

.swiper-button-lock {
	display: none !important;
}

._tabs-block {
	display: none;
}

._tabs-block._active {
	display: block;
}

.mirror {
	transform: scale(-1, 1);
}

.nicescroll-rails {
	z-index: 1000 !important;
}

._custom-scroll {
	position: fixed;
	right: 0;
	top: 0;
	width: 3px;
	height: 100%;
	z-index: 1000;
}

._custom-scroll__line {
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 3px 0 0 3px;
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
}

.popup {
	-webkit-overflow-scrolling: touch;
	z-index: 100;
	padding: 30px 10px;
	position: fixed;
	top: 0px;
	left: 0;
	width: 100%;
	height: 100%;
	transition: visibility 0.8s ease 0s;
	visibility: hidden;
}

.popup::before {
	content: "";
	background-color: rgba(0, 0, 0, 0.9);
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	transition: opacity 0.8s ease 0s;
}

.popup.show {
	visibility: visible;
	overflow: auto;
}

.popup.show::before {
	opacity: 1;
}

.popup.show .popup__body {
	transform: scale(1);
}

.popup._active {
	overflow: auto;
	visibility: visible;
}

.popup._active::before {
	opacity: 1;
}

.popup._active .popup__body {
	transition: all 0.3s ease 0.2s;
	transform: scale(1);
}

.popup__content {
	display: flex;
	flex-direction: column;
	align-items: center;
	min-height: 100%;
	flex: 1 1 auto;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.popup__body {
	transform: scale(0);
	transition: all 0.3s ease 0s;
	background-color: #fff;
	padding: 50px;
	width: 100%;
	max-width: 800px;
}

.popup__close {
	width: 15px;
	height: 15px;
	position: absolute;
	top: 0px;
	right: 0px;
	cursor: pointer;
	z-index: 30;
	background: url("../img/icons/close.svg") 0 0 no-repeat;
}

.header {
	position: fixed;
	width: 100%;
	z-index: 10;
}

.header._scroll {
	background-color: #000000d0;
}

.header__container {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	align-items: center;
	padding-top: 15px;
	padding-bottom: 15px;
}

@media (max-width: 1200px) {
	.header__container {
		font-size: 16px;
	}
}

.header__logo {
	width: 160px;
	position: relative;
	z-index: 5;
}

@media (max-width: 500px) {
	.header__logo {
		width: 120px;
	}
}

.header__logo img {
	width: 100%;
}

.header__menu {
	display: flex;
  flex-direction: column;
  align-items: center;
}
.header__menu > div{
	margin-bottom: 10px;
}

@media (max-width: 1500px) {
	.header__menu {
		font-size: 18px;
	}
}

@media (max-width: 1200px) {
	.header__menu {
		gap: 30px;
	}
}

@media (max-width: 998px) {
	.header__menu {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        flex-direction: column;
        left: 0;
        z-index: 2;
        background: transparent;
        transform: translate(0px, 0%);
        transition: 0.3s;
    }

	.header__menu._active {
		transform: translate(0px, 0%);
	}
}

.header__eye {
	background: white;
  padding: 2px;
  border: 0px solid;
  border-radius: 7px;
}
.header__loc {
	text-align: center;
	font-weight: 500;
	line-height: 1.4;
}

.header__tel a {
	color: inherit;
	display: flex;
	align-items: center;
	gap: 10px;
}

.header__links {
	display: flex;
  width: 100%;
  justify-content: center;
  padding-left: 0;
	gap: 10px;
	margin-bottom: 0;
}

.header__links li._txt {
	max-width: 200px;
	text-align: end;
	line-height: 1.4;
}

@media (max-width: 998px) {
	.header__links li._txt {
		display: none;
	}
}

.header__links a {
	width: 45px;
	display: block;
	transition: 0.3s;
}

@media (max-width: 1200px) {
	.header__links a {
		width: 40px;
	}
}

.header__links a img {
	width: 100%;
}

.header__links a:hover {
	opacity: 0.6;
}

.icon-menuu {
	display: block;
	position: relative;
	width: 30px;
	height: 18px;
	cursor: pointer;
	z-index: 5;
}

.icon-menuu span {
	transition: all 0.3s ease 0s;
	top: calc(50% - 1px);
	left: 0px;
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #fff;
}

.icon-menuu span:first-child {
	top: 0px;
}

.icon-menuu span:last-child {
	top: auto;
	bottom: 0px;
}

.icon-menuu._active span {
	transform: scale(0);
}

.icon-menuu._active span:first-child {
	transform: rotate(-45deg);
	top: calc(50% - 1px);
}

.icon-menuu._active span:last-child {
	transform: rotate(45deg);
	bottom: calc(50% - 1px);
}

.footer {
	background-image: url(../img/bgl.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	background-size: contain;
}

.footer__container {
	padding-top: 20px;
	padding-bottom: 40px;
}

.footer__top {
	display: flex;
	justify-content: space-between;
}

@media (max-width: 998px) {
	.footer__top {
		flex-direction: column;
		gap: 30px;
	}
}

.footer__left p {
	text-align: center;
	font-size: 18px;
	line-height: 1.2;
	max-width: 330px;
	margin-top: 20px;
}
.footer__left{
	display: flex;
  flex-direction: column;
  align-items: center;
}

@media (max-width: 500px) {
	.footer__left p {
		font-size: 14px;
	}
}

.footer__logo {
	width: 215px;
}

@media (max-width: 500px) {
	.footer__logo {
		width: 180px;
	}
}

.footer__logo img {
	width: 100%;
}

.footer__social {
	padding-left: 0;
	display: flex;
	justify-content: center;
	width: 215px;
	gap: 10px;
	align-items: center;
	margin-top: 10px;
}

.footer__social img {
	width: 40px;
}

.footer__social a {
	transition: 0.3s;
}

.footer__social a:hover {
	opacity: 0.6;
}

@media (max-width: 500px) {
	.footer__social {
		width: 180px;
		padding-left: 0;
	}

	.footer__social img {
		width: 35px;
	}
}

.footer__right {
	max-width: 400px;
	line-height: 1.2;
}

.footer__head {
	font-size: 28px;
}

@media (max-width: 500px) {
	.footer__head {
		font-size: 20px;
	}
}

.footer__resurs {
	display: flex;
  flex-direction: column;
  gap: 20px;
  margin-left: -30px;
  margin-top: 30px;
}

@media (max-width: 500px) {
	.footer__resurs {
		font-size: 16px;
		gap: 15px;
		margin-top: 20px;
	}
}

.footer__resurs a {
	color: inherit;
	position: relative;
}

.footer__resurs a:hover::before {
	position: absolute;
	top: 50%;
	left: -10px;
	content: "";
	transform: translate(-100%, -50%);
	background-image: url(../img/roa.png);
	width: 20px;
	height: 20px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

.footer__inf {
	margin-top: 50px;
	line-height: 1.3;
}

@media (max-width: 500px) {
	.footer__inf {
		margin-top: 40px;
		font-size: 15px;
	}
}

.page {
	flex: 1 1 auto;
}

.inp__wp._error span {
	display: block;
}

.inp__wp span {
	display: none;
}

._resp {
	overflow: hidden;
	transition: 0.3s;
}

.home {
	background-image: url(../img/bgone.png);
	background-size: 100% auto;
	background-color: #000;
	background-repeat: no-repeat;
}

@media (max-width: 1900px) {
	.home {
		background-size: 1900px auto;
	}
}

@media (max-width: 998px) {
	.home {
		background-size: 1200px auto;
		background-position: top center;
	}
}

.home__container {
	padding-top: 280px;
	position: relative;
}

@media (max-width: 998px) {
	.home__container {
		padding-top: 180px;
	}
}

.home__container::before {
	position: absolute;
	top: 100px;
	right: -200px;
	content: "";
	width: 1200px;
	height: 1200px;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url(../img/devushka.png);
}

@media (max-width: 998px) {
	.home__container::before {
		width: 1000px;
		height: 1000px;
		display: none;
	}
}

.home__wp {
	position: relative;
	z-index: 5;
}

@media (max-width: 998px) {
	.home__wp {
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
}

.home__title {
	max-width: max-content;
	text-transform: uppercase;
	font-size: 70px;
	font-weight: 500;
}

@media (max-width: 998px) {
	.home__title {
		font-size: 40px;
	}
}

.home__subtitle {
	font-size: 50px;
	line-height: 1.2;
	margin-top: 40px;
	max-width: calc(100% - 300px);
}

@media (max-width: 998px) {
	.home__subtitle {
		max-width: 100%;
		font-size: 26px;
	}
}

.home__subtitle span {
	border-bottom: 2px solid #aa2121;
	position: relative;
	top: -14px;
}

@media (max-width: 998px) {
	.home__subtitle span {
		top: -5px;
	}
}

.home__txt {
	margin-top: 50px;
	font-size: 20px;
	max-width: 500px;
	line-height: 1.2;
}

@media (max-width: 998px) {
	.home__txt {
		font-size: 16px;
		margin-top: 30px;
	}
}

.home__btn {
	width: 100%;
}

.home__btn a {
	margin-top: 60px;
}

@media (max-width: 998px) {
	.home__btn a {
		margin-top: 30px;
	}
}

.home__block {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	border: 1px solid #000000;
	border-radius: 15px;
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px);
	background-color: #2f3456a4;
	padding: 40px 60px;
	margin-top: 80px;
}

@media (max-width: 1300px) {
	.home__block {
		padding: 30px 30px;
	}
}

@media (max-width: 998px) {
	.home__block {
		grid-template-columns: 1fr;
		gap: 40px;
		padding: 40px 0px;
	}
}

.home__item {
	padding: 0px 35px;
	border-left: 1px solid #2b2a2a;
}

.home__img {
	height: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media (max-width: 998px) {
	.home__img {
		height: auto;
	}
}

.home__img img {
	max-width: 100%;
	max-height: 100%;
}

@media (max-width: 500px) {
	.home__img img {
		max-width: 50%;
	}
}

.home__info {
	text-align: center;
	margin-top: 30px;
	font-size: 20px;
	line-height: 1.2;
	font-family: "Open Sans";
}

@media (max-width: 1300px) {
	.home__info {
		font-size: 16px;
	}
}

.home__info span {
	color: #36e1f5;
	text-transform: uppercase;
}

.format {
	background-color: #000;
	position: relative;
	z-index: 2;
}

.format::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	aspect-ratio: 1/1.5;
	background-image: url(../img/elip.svg);
	background-size: 100% auto;
	pointer-events: none;
	background-repeat: no-repeat;
}

.format__container {
	padding-top: 150px;
	position: relative;
	z-index: 4;
}

.format__pug {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 70px;
	gap: 30px;
}

@media (max-width: 998px) {
	.format__pug {
		gap: 25px;
	}
}

.format__arr {
	font-size: 40px;
	opacity: 0.7;
	transition: 0.3s;
	cursor: pointer;
}

@media (max-width: 998px) {
	.format__arr {
		font-size: 25px;
	}
}

.format__arr:hover {
	opacity: 1;
}

.format__letter {
	font-size: 43px;
	line-height: 1.2;
	font-weight: 500;
	cursor: pointer;
	transform: translate(0px, -1px);
	transition: 0.3s;
}

@media (max-width: 998px) {
	.format__letter {
		font-size: 28px;
	}
}

.format__letter:hover {
	transform: translate(0px, -10px);
}

.format__letter._active {
	transform: translate(0px, -10px);
}



.format__slider {
	margin-top: 50px;
}

@media (max-width: 1300px) {
	.format__slider {
		width: calc(100% + 200px);
		left: 50%;
		position: relative;
		transform: translate(-50%);
	}
}

@media (max-width: 998px) {
	.format__slider {
		width: 100%;
	}
}

.format__block {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	min-height: 750px;
	background-image: url(../img/krug.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 800px;
	margin: 0px auto;
	max-width: 1100px;
	position: relative;
}

@media (max-width: 998px) {
	.format__block {
		max-width: 100%;
		min-height: auto;
		background-image: none;
		gap: 40px;
		padding-left: 30px;
		padding-top: 200px;
	}
}

.format__img {
	position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 64%;
  width: 100%;
  z-index: 2;
}
.format__slider .format__slide:nth-child(2) .format__img{
	max-width: 75%;
	width: 100%;
}
.format__slider .format__slide:nth-child(3) .format__img{
	max-width: 75%;
	width: 54%;
}

@media (max-width: 998px) {
	.format__img {
		max-width: 300px;
		top: 0%;
		transform: translate(-50%, 50%);
	}
	.format__slider .format__slide:nth-child(2) .format__img {
    max-width: 360px !important;
    top: -5%;
    width: 119% !important;
	}
	.format__slider .format__slide:nth-child(3) .format__img {
    max-width: 312px !important;
    top: 0%;
    width: 119% !important;
	}
}

.format__let {
	position: absolute;
	top: 0%;
	left: 50%;
	transform: translate(-50%, 20%);
	max-width: 50%;
}

@media (max-width: 998px) {
	.format__let {
		max-width: 300px;
		transform: translate(-50%, 0%);
	}
}

@media (max-width: 500px) {
	.format__let {
		max-width: 250px;
	}
}

.format__item {
	width: 50%;
	line-height: 1.2;
	position: relative;
	z-index: 5;
}

@media (max-width: 998px) {
	.format__item {
		width: calc(50% - 20px);
	}
}

.format__item:nth-child(1),
.format__item:nth-child(2) {
	margin-top: 140px;
}

.format__item:nth-child(odd) {
	text-align: right;
}

@media (max-width: 998px) {
	.format__item:nth-child(odd) {
		text-align: left;
	}
}

.format__item:nth-child(even) .format__wp {
	margin-left: auto;
}

.format__item:nth-child(even) .format__wp::before {
	left: -35px;
	right: auto;
}

@media (max-width: 998px) {
	.format__item:nth-child(even) .format__wp::before {
		left: -20px;
	}
}

@media (min-width: 998px) {
	.format__item:nth-child(5) {
		margin: 0px auto;
		text-align: center;
		height: max-content;
		margin-top: auto;
	}

	.format__item:nth-child(5) .format__wp {
		margin: 0px auto;
	}

	.format__item:nth-child(5) .format__wp::before {
		left: 50%;
		transform: translate(-50%, -110%);
	}
}

.format__wp {
	cursor: pointer;
	max-width: 250px;
	width: 100%;
	font-size: 22px;
	line-height: 1.2;
	position: relative;
}

@media (max-width: 998px) {
	.format__wp {
		font-size: 16px;
	}
}

@media (max-width: 500px) {
	.format__wp {
		font-size: 14px;
	}
}

.format__wp::before {
	position: absolute;
	top: 0;
	right: -35px;
	content: "";
	width: 25px;
	height: 25px;
	background-image: url(../img/romb.png);
	background-size: contain;
	background-repeat: no-repeat;
	transition: 0.5s;
}

.format__wp:hover::before {
	width: 30px;
	height: 30px;
}

@media (max-width: 998px) {
	.format__wp::before {
		left: -20px;
		right: auto;
		width: 15px;
		top: 0px;
		height: 15px;
	}
}

.format__wp span {
	color: #38ebff;
}

.format__wp p {
	font-size: 18px;
}

@media (max-width: 998px) {
	.format__wp p {
		font-size: 14px;
	}
}

@media (max-width: 500px) {
	.format__wp p {
		font-size: 12px;
	}
}

.format__bottom {
	display: flex;
	justify-content: space-between;
	margin-top: 70px;
}

@media (max-width: 1300px) {
	.format__bottom {
		padding: 0px 100px;
	}
}

@media (max-width: 1300px) and (max-width: 998px) {
	.format__bottom {
		padding: 0;
	}
}

@media (max-width: 998px) {
	.format__bottom {
		flex-direction: column;
		text-align: center;
	}
}

.format__price p {
	font-size: 30px;
}

@media (max-width: 1500px) {
	.format__price p {
		font-size: 26px;
	}
}

.format__price span {
	font-size: 35px;
	font-weight: 700;
	margin-top: 10px;
	display: block;
}

@media (max-width: 1500px) {
	.format__price span {
		font-size: 30px;
	}
}

.format__btn {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 25px;
	margin-right: 10px;
}

@media (max-width: 998px) {
	.format__btn {
		margin: 0px auto;
		margin-top: 20px;
		max-width: calc(100% - 20px);
	}

	.format__btn span,
	.format__btn a {
		font-size: 16px;
	}
}

.format__btn a {
	color: inherit;
	display: flex;
	align-items: center;
	gap: 10px;
}

.steps {
	background-image: url(../img/sixbg.png);
	/* background-color: #000; */
	background-size: 100% 100%;
	background-repeat: no-repeat;
	position: relative;
}

@media (max-width: 600px) {
	.steps {
		background-size: cover;
	}

}

.steps::before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 50%;
	background-color: #000;
	z-index: -1;

}

.steps__container {
	padding-top: 150px;
	padding-bottom: 90px;
}

.steps__block {
	display: flex;
	background-image: url(../img/kr.png);
	background-size: 100%;
	background-repeat: no-repeat;
	min-height: 500px;
	align-items: flex-start;
	flex-wrap: wrap;
	position: relative;
	width: 1020px;
	margin: 0px auto;
	margin-top: 140px;
}

.steps__block._active .steps__item {
	opacity: 1;
}

.steps__block._active .steps__item img {
	transform: scale(1);
}

@media (max-width: 1200px) {
	.steps__block {
		left: 50%;
		transform: translate(-50%);
	}
}

@media (max-width: 998px) {
	.steps__block {
		left: 0;
		transform: translate(0px);
		width: 100%;
		background-image: none;
		min-height: auto;
		justify-content: space-around;
		row-gap: 50px;
		align-items: normal;
		margin-top: 80px;
	}
}

.steps__item {
	font-size: 16px;
	max-width: 150px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	flex-direction: column;
	text-align: center;
	line-height: 1.3;
	transition: 0.5s;
	opacity: 0;
}

.steps__item img {
	transform: scale(0.5);
	transition: 0.5s;
}

@media (min-width: 998px) {
	.steps__item:nth-child(1) {
		transform: translate(30px, -50px);
	}

	.steps__item:nth-child(2) {
		transform: translate(150px, 50px);
	}

	.steps__item:nth-child(3) {
		transform: translate(250px, 0px);
	}

	.steps__item:nth-child(4) {
		transform: translate(350px, -70px);
	}

	.steps__item:nth-child(5) {
		transform: translate(-150px, 300px);
	}

	.steps__item:nth-child(6) {
		transform: translate(100px, 250px);
	}
}

@media (max-width: 998px) {
	.steps__item {
		max-width: 40%;
	}

	.steps__item::before {
		position: absolute;
		left: 0;
		content: "";
		bottom: -25px;
		left: 50%;
		transform: translate(-50%, 0px);
		width: 15px;
		height: 15px;
		border-radius: 50%;
		background-color: #36e1f5;
	}
}

@media (max-width: 500px) {
	.steps__item {
		font-size: 14px;
	}
}

.steps__img {
	width: 100%;
	height: 65px;
}

.steps__img img {
	max-width: 100%;
	min-width: 50px;
	max-height: 100%;
}

.steps__txt {
	margin-top: 5px;
}

.steps__txt span {
	color: #36e1f5;
}

.more__container {
	padding: 0px;
	max-width: 1920px;
	padding-top: 50px;
}

@media (max-width: 998px) {
	.more__container {
		padding-top: 20px;
	}
}

.more__title {
	padding: 0px 20px;
}

.more__block {
	display: flex;
	margin-top: 80px;
}

@media (max-width: 998px) {
	.more__block {
		flex-direction: column;
		margin-top: 50px;
	}
}

.more__img {
	width: 50%;
}

.more__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

@media (max-width: 998px) {
	.more__img {
		width: 100%;
	}

	.more__img img {
		height: auto;
	}
}

.more__content {
	padding-top: 40px;
	padding-bottom: 40px;
	width: 50%;
	display: flex;
	flex-direction: column;
}

@media (max-width: 998px) {
	.more__content {
		width: 100%;
		padding: 0px;
	}
}

.more__item {
	cursor: pointer;
	line-height: 1.2;
	padding: 33px;
	position: relative;
	width: 100%;
	transition: 0.3s;
	background: transparent;
	display: none;
}

.more__item._active {
	display: block;
}

.more__item::after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	height: 100%;
	width: 100%;
	background: linear-gradient(90deg, #050c21 0%, #297a8e 100%);
	opacity: 0;
	z-index: -1;
	transition: 0.3s;

	/* transform: translate(-100%); */
	/* background-color: #050c21; */
}

@media (max-width: 998px) {
	.more__item {
		padding: 25px 30px;
	}
}

.more__item:hover::after {

	opacity: 1;

}

.more__item:hover::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	height: 100%;
	width: 50px;
	transform: translate(-100%);
	background-color: #050c21;
}

@media (max-width: 998px) {
	.more__item:hover::before {
		display: none;
	}
}

.more__head {
	max-width: 400px;
	font-size: 28px;
}

@media (max-width: 998px) {
	.more__head {
		font-size: 18px;
		max-width: 100%;
	}
}

.more__text {
	margin-top: 20px;
	font-size: 22px;
	max-width: 500px;
}

@media (max-width: 998px) {
	.more__text {
		font-size: 16px;
		margin-top: 14px;
		max-width: 100%;
	}
}

.more__btn {
	margin-top: 25px;
}

@media (max-width: 998px) {
	.more__btn {
		margin-top: 15px;
	}
}

.more__btn a {
	display: flex;
	align-items: center;
	color: #33d6e9;
	font-size: 14px;
	gap: 20px;
	cursor: pointer;
	max-width: max-content;
}

.more__btn a img {
	width: 70px;
}
.more__btn a._active img {
	rotate: 180deg;
	width: 70px;
}

.sertificat__container {
	display: flex;
	gap: 100px;
	padding-top: 150px;
}

@media (max-width: 1500px) {
	.sertificat__container {
		gap: 80px;
	}
}

@media (max-width: 998px) {
	.sertificat__container {
		padding-top: 80px;
	}
}

.sertificat__info {
	background-image: linear-gradient(90deg, #050c21 0%, #297a8e 100%);
	border-radius: 5px;
	padding: 50px;
	line-height: 1.3;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	position: relative;
}

.sertificat__info::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 10px;
	left: 20px;
	top: 25px;
	border: 1px solid #38ebff;
	z-index: -1;
}

@media (max-width: 998px) {
	.sertificat__info::before {
		display: none;
	}
}

@media (max-width: 500px) {
	.sertificat__info {
		padding: 30px 15px;
	}
}

.sertificat__text {
	text-align: center;
	font-size: 24px;
	margin-top: 20px;
}

@media (max-width: 1500px) {
	.sertificat__text {
		font-size: 20px;
	}
}

@media (max-width: 500px) {
	.sertificat__text {
		font-size: 16px;
	}
}

.sertificat__img {
	flex: 0 0 25%;
}

@media (max-width: 998px) {
	.sertificat__img {
		flex: 0 0 250px;
		margin-top: 20px;
	}
}

.sertificat__img img {
	width: 100%;
}

.prepod {
	position: relative;
}

.prepod::before {
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	background-image: url(../img/pbg.png);
	width: 400px;
	height: 800px;
	background-size: contain;
	background-position: left bottom;
	background-repeat: no-repeat;
	z-index: -1;
}

@media (max-width: 1500px) {
	.prepod::before {
		width: 300px;
		height: 600px;
	}
}

@media (max-width: 998px) {
	.prepod::before {
		top: 100px;
		bottom: auto;
		background-position: left top;
		width: 200px;
		height: 600px;
	}
}

.prepod::after {
	position: absolute;
	top: 220px;
	left: 50%;
	transform: translate(-50%);
	content: "";
	width: 100%;
	height: 100%;
	background-image: url(../img/sekka.png);
	background-repeat: no-repeat;
	background-size: contain;
	z-index: -1;
	opacity: 0.05;
}

.prepod__container {
	padding-top: 150px;
}

@media (max-width: 998px) {
	.prepod__container {
		padding-top: 100px;
	}
}

.prepod__subtitle {
	text-align: center;
	font-size: 25px;
	max-width: 600px;
	margin: 0px auto;
	margin-top: 50px;
	line-height: 1.3;
}

@media (max-width: 998px) {
	.prepod__subtitle {
		font-size: 20px;
		margin-top: 40px;
	}
}

.prepod__subtitle span {
	color: #33d6e9;
}

.prepod__block {
	margin-top: 80px;
	display: flex;
	flex-wrap: wrap;
	gap: 65px;
	padding-bottom: 100px;
}

.prepod__block._active .prepod__item {
	opacity: 1;
	top: 0px;
}

@media (max-width: 500px) {
	.prepod__block {
		gap: 20px;
		margin-top: 50px;
	}
}

.prepod__item {
	width: calc(25% - 50px);
	position: relative;
	line-height: 1.2;
	opacity: 0;
	top: 30px;
	transition: 0.5s;
}

.prepod__item:nth-child(4n+2) {
	transform: translate(0px, 100px);
}

.prepod__item:nth-child(4n+3) {
	transform: translate(0px, 40px);
}

.prepod__item::before {
	position: absolute;
	top: 20px;
	left: -20px;
	content: "";
	width: 100%;
	height: 100%;
	border: 1px solid #38ebff;
	border-radius: 10px;
	z-index: -1;
}

@media (max-width: 998px) {
	.prepod__item {
		width: calc(50% - 50px);
	}

	.prepod__item:nth-child(4n+2) {
		transform: translate(0px);
	}

	.prepod__item:nth-child(4n+3) {
		transform: translate(0px);
	}

	.prepod__item:nth-child(2n+2) {
		transform: translate(0px, 50px);
	}
}

@media (max-width: 500px) {
	.prepod__item {
		width: calc(50% - 10px);
		padding-bottom: 20px;
	}

	.prepod__item:nth-child(2n+2) {
		transform: translate(0px, 0px);
	}

	.prepod__item::before {
		top: 0;
		left: 0;
	}
}

.prepod__img img {
	width: 100%;
	aspect-ratio: 207/290;
	object-fit: contain;
	object-position: center center;
	border-radius: 10px;
}

.prepod__name {
	font-size: 18px;
	padding-right: 30px;
	margin-top: 20px;
}

@media (max-width: 500px) {
	.prepod__name {
		font-size: 16px;
		padding: 0px 10px;
	}
}

.prepod__prof {
	font-size: 16px;
	padding-right: 30px;
	color: #33d6e9;
	margin-top: 10px;
}

@media (max-width: 500px) {
	.prepod__prof {
		font-size: 14px;
		padding: 0px 10px;
	}
}

.rewiew__container {
	padding-top: 150px;
	position: relative;
}

@media (max-width: 998px) {
	.rewiew__container {
		padding-top: 50px;
	}
}

.rewiew__container::before {
	position: absolute;
	top: 250px;
	right: -100px;
	content: "";
	background-image: url(../img/atom.png);
	width: 500px;
	height: 500px;
	background-size: cover;
	background-repeat: no-repeat;
	opacity: 0.5;
	transform: scale(0);
	transition: 0.5s;
	transition-delay: 0.5s;
}

.rewiew__container._active::before {
	transform: scale(1);
}

.rewiew__slider {
	margin-top: 80px;
	padding-bottom: 30px;
}

@media (max-width: 998px) {
	.rewiew__slider {
		margin-top: 50px;
		padding-bottom: 0;
	}
}

.rewiew__slide {
	display: flex;
	flex-direction: column;
	gap: 80px;
}

.rewiew__item {
	max-width: 60%;
	display: flex;
	background-image: linear-gradient(90deg, #050c21 0%, #297a8e 100%);
	padding: 25px;
	position: relative;
}

@media (max-width: 998px) {
	.rewiew__item {
		max-width: 100%;
		flex-direction: column;
	}
}

.rewiew__item::before {
	position: absolute;
	top: 20px;
	left: 20px;
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 5px;
	border: 1px solid #33d6e9;
	z-index: -1;
}

@media (max-width: 998px) {
	.rewiew__item::before {
		top: 10px;
		left: 10px;
	}
}

.rewiew__item:nth-child(even) {
	margin-left: auto;
	margin-right: 25px;
}

@media (max-width: 998px) {
	.rewiew__item:nth-child(even) {
		margin-right: 15px;
	}
}

@media (max-width: 998px) {
	.rewiew__item {
		margin-right: 15px;
	}
}

.rewiew__img {
	margin: 25px auto 45px auto;
	transform: rotate(45deg);
	width: 100px;
	height: 100px;
	overflow: hidden;
	flex: 0 0 100px;
}

.rewiew__img img {
	position: absolute;
	transform: rotate(-45deg) translate(0%) scale(0.7);
	width: 200%;
	left: -50%;
	top: -50%;
	object-position: top center;
}

.rewiew__content {
	padding-left: 50px;
	line-height: 1.2;
}

@media (max-width: 998px) {
	.rewiew__content {
		padding-left: 0px;
	}
}

.rewiew__name {
	font-size: 22px;
}

.desktop{
	display: flex;
}
@media (max-width: 998px) {
	.rewiew__name {
		font-size: 18px;
	}
	.desktop{
		display: none;
	}
}

.rewiew__stars {
	color: #d02b2c;
	margin-top: 10px;
}

@media (max-width: 998px) {
	.rewiew__stars {
		font-size: 16px;
	}
}

.rewiew__txt {
	margin-top: 20px;
}

@media (max-width: 998px) {
	.rewiew__txt {
		font-size: 16px;
		margin-top: 15px;
	}
}

.rewiew__pug {
	display: flex;
	margin-top: 50px;
	justify-content: center;
	align-items: center;
	gap: 20px;
}

.rewiew__pug span {
	width: 20px;
	height: 20px;
	background-image: url(../img/ro.png);
	background-size: contain;
	background-repeat: no-repeat;
}

.rewiew__pug span.swiper-pagination-bullet-active {
	background-image: url(../img/roa.png);
}

.faq {
	overflow: hidden;
}

.faq__container {
	padding-top: 120px;
	padding-bottom: 50px;
}

@media (max-width: 998px) {
	.faq__container {
		padding-top: 80px;
		padding-bottom: 0;
	}
}

.faq__block {
	margin-top: 80px;
	line-height: 1.4;
	position: relative;
	--opacity-one: 0;
	--opacity-two: 1;
}

@media (max-width: 998px) {
	.faq__block {
		margin-top: 50px;
	}
}

.faq__block::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	z-index: -1;
	background-image: url(../img/dev2.png);
	width: 100%;
	height: 600px;
	background-repeat: no-repeat;
	background-size: contain;
	transform: translate(50%);
	transition: 0.5s;

	opacity: var(--opacity-one);

}

.faq__block::after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	z-index: -1;
	background-image: url(../img/dev.png);
	width: 100%;
	height: 600px;
	background-repeat: no-repeat;
	background-size: contain;
	transform: translate(50%);
	transition: 0.5s;
	opacity: var(--opacity-two);

}

@media (max-width: 998px) {
	.faq__block::before {
		display: none;
	}

	.faq__block::after {
		display: none;
	}
}



.faq__item {
	position: relative;
}

.faq__quest {
	position: relative;
	max-width: 800px;
	padding-left: 50px;
	padding-top: 30px;
	padding-bottom: 20px;
	font-size: 22px;
	cursor: pointer;
}

.faq__quest::after {
	position: absolute;
	top: 50%;
	transform: translate(0px, -50%);
	left: 0;
	content: "";
	background-image: url(../img/ro.png);
	width: 30px;
	height: 30px;
	background-size: contain;
	background-repeat: no-repeat;
}

.faq__quest._active::after {
	background-image: url(../img/roa.png);
}

.faq__quest::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	background-image: url(../img/ln.png);
	width: calc(100% + 200px);
	height: 1px;
	background-size: contain;
	background-position: left;
	background-repeat: no-repeat;
	transform: translate(-180px);
}

@media (max-width: 500px) {
	.faq__quest {
		font-size: 18px;
		padding: 30px;
		padding-right: 10px;
	}

	.faq__quest::after {
		width: 20px;
		height: 20px;
	}
}

.faq__resp {
	padding-left: 50px;
	max-width: 800px;
	font-size: 18px;
}

@media (max-width: 500px) {
	.faq__resp {
		padding: 0;
		font-size: 14px;
	}
}

.faq__resp._active {
	margin-bottom: 30px;
}

.faq__resp p {
	margin-bottom: 20px;
}

.karta {
	background-image: url(../img/karta.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.karta__container {
	padding-top: 150px;
	padding-bottom: 150px;
	display: flex;
	align-items: center;
}

@media (max-width: 1500px) {
	.karta__container {
		padding-top: 100px;
		padding-bottom: 100px;
	}
}

.karta__location {
	background-image: url(../img/fbg.png);
	background-size: contain;
	padding: 50px;
	line-height: 1.2;
	margin-left: 200px;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
}

@media (max-width: 1200px) {
	.karta__location {
		margin-left: 100px;
	}
}

@media (max-width: 1100px) {
	.karta__location {
		margin-left: 70px;
		font-size: 16px;
		padding: 30px;
	}
}

@media (max-width: 998px) {
	.karta__location {
		display: none;
	}
}

.karta__location::before {
	position: absolute;
	top: 50%;
	transform: translate(-100%, -50%);
	left: 0;
	content: "";
	width: 45px;
	height: 45px;
	background-image: url(../img/map.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

.karta__form-wp {
	margin-top: -650px;
  margin-left: 9%;
  position: absolute;
}

.karta__form-wp::before {
	position: absolute;
	top: 20px;
	left: 20px;
	content: "";
	width: 100%;
	height: 100%;
	border: 1px solid #38ebff;
	border-radius: 5px;
}

@media (max-width: 998px) {
	.karta__form-wp::before {
		top: 10px;
		left: 10px;
	}
	.karta__form-wp {
		margin-top: 0%;
    margin-left: 0%;
    position: relative !important;
	}
}

.karta__form {
	max-width: 555px;
	display: flex;
	flex-direction: column;
	background: linear-gradient(90deg, #050c21 0%, #131e3e 100%);
	border-radius: 15px;
	align-items: center;
	justify-content: center;
	padding-top: 50px;
	padding-bottom: 50px;
	position: relative;
	z-index: 2;
}
.karta__popup{
	padding-top: 0px;
}

.karta__form label {
	width: 80%;
	padding: 0px 20px;
	font-size: 18px;
	margin-top: 20px;
}

@media (max-width: 500px) {
	.karta__form label {
		font-size: 16px;
		padding: 0px 20px;
		width: 90%;
	}
}

.karta__form .karta__input {
	max-width: 80%;
	width: 100%;
	position: relative;
}

@media (max-width: 500px) {
	.karta__form .karta__input {
		max-width: 90%;
	}
	.karta__form-wp {
		margin-top: 0%;
    margin-left: 0%;
    position: relative !important;
	}
}

.karta__input::before {
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 2px;
	background-image: url(../img/redl.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.karta__form .karta__input input {
    border: none;
	font-size: 18px;
	width: 100%;
	padding: 15px 20px;
	background-color: transparent;
	color: #fff;
}

@media (max-width: 500px) {
	.karta__input input {
		font-size: 16px;
		padding: 10px 20px;
	}
}

.karta__input input::placeholder {
	color: #fff;
}
.karta__input textarea::placeholder {
	color: #fff;
}

.karta__form button {
	margin-top: 50px;
}

@media (max-width: 500px) {
	.karta__form button {
		width: 90%;
		margin-top: 30px;
	}
}

.karta__subtitle {
	max-width: 70%;
	text-align: center;
	line-height: 1.3;
	margin-top: 20px;
	margin-bottom: 20px;
}

@media (max-width: 500px) {
	.karta__subtitle {
		font-size: 18px;
		max-width: 80%;
	}
}

.karta__form .karta__select {
	width: 80%;

	border-radius: 5px;
	margin-top: 20px;
}
.karta__select {
	width: 100%;

	border-radius: 5px;
	margin-top: 20px;
}
.karta__input input {
    border: 1px solid #be3c30;
    font-size: 18px;
    width: 100%;
    margin: 10px 0;
    border-radius: 5px;
    padding: 8px 20px;
    background-color: transparent;
    color: #fff;
}
.karta__input textarea {
    border: 1px solid #be3c30;
    font-size: 18px;
    width: 100%;
    margin: 10px 0;
    border-radius: 5px;
    padding: 8px 20px;
    background-color: transparent;
    color: #fff;
}

@media (max-width: 500px) {
	.karta__select {
		width: 90%;
	}
}

.karta__select .select__value {
	color: #fff;
	font-size: 18px;
	padding: 20px;
}

@media (max-width: 500px) {
	.karta__select .select__value {
		font-size: 14px;
		padding: 15px 20px;
	}
}

.karta__select .select__options {
	color: #fff;
	background-color: #131e3e;
	top: 35px;
	border-radius: 10px;
}

.news {
	position: relative;
}

.news::before {
	position: absolute;
	top: 50%;
	left: 0;
	content: "";
	width: 500px;
	transform: translate(0px, -50%);
	height: 1000px;
	background-image: url(../img/ell.png);
	background-position: left center;
	background-size: contain;
	background-repeat: no-repeat;
	opacity: 0.6;
}

@media (max-width: 1500px) {
	.news::before {
		width: 400px;
		height: 900px;
	}
}

.news__container {
	padding-top: 150px;
	position: relative;
	z-index: 3;
}

@media (max-width: 998px) {
	.news__container {
		padding-top: 80px;
	}
}

.news__container ._zap {
	font-size: 12px;
	text-align: right;
	margin-top: 60px;
	line-height: 1.2;
}

@media (max-width: 998px) {
	.news__container ._zap {
		text-align: left;
		margin-top: 40px;
	}
}

.news__block {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 100px;
}

@media (max-width: 998px) {
	.news__block {
		flex-wrap: wrap;
		margin-top: 60px;
		justify-content: space-around;
	}
}

.news__block a {
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: inherit;
	line-height: 1.3;
	gap: 5px;
}

.news__block a span {
	color: #33d6e9;
}

.news__inst {
	position: relative;
	margin-bottom: auto;
}

@media (max-width: 998px) {
	.news__inst {
		order: 2;
		max-width: 50%;
		font-size: 14px;
	}

	.news__inst img {
		max-width: 150px;
	}
}

.news__inst::before {
	position: absolute;
	top: 30%;
	right: 0;
	transform: translate(100%);
	content: "";
	background-image: url(../img/ll.svg);
	width: 130px;
	height: 130px;
	background-size: contain;
	background-repeat: no-repeat;
}

@media (max-width: 1300px) {
	.news__inst::before {
		width: 100px;
		height: 100px;
	}
}

@media (max-width: 998px) {
	.news__inst::before {
		display: none;
	}
}

.news__img {
	position: relative;
	max-width: 570px;
	width: 100%;
}

@media (max-width: 998px) {
	.news__img {
		width: 100%;
		max-width: 100%;
		margin: 0px auto;
		order: 1;
		margin-bottom: 50px;
	}

	.news__img img {
		max-width: 350px;
		margin: 0px auto;
		display: block;
	}
}

.news__img img {
	position: relative;
	z-index: 2;
	width: 100%;
}

/* .news__img::before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	content: "";
	width: calc(100% + 250px);
	height: calc(100% + 80px);
	background-image: url(../img/bgn.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: contain;
} */

@media (max-width: 998px) {
	._btn::before {
		height: 118%;
		width: 104%;
		content: "";
		position: absolute;
		inset: 0;
		border-radius: 17px;
		padding: 2px;
		margin-left: -6px;
		margin-top: -6px;
		background: linear-gradient(45deg, #7decfe, #6c34f6);
		-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
		-webkit-mask-composite: source-out;
	}
	._address::before {
        height: 132%;
        width: 104%;
        content: "";
        position: absolute;
        inset: 0;
        border-radius: 17px;
        padding: 2px;
        margin-left: -6px;
        margin-top: -6px;
        background: linear-gradient(45deg, #7decfe, #6c34f6);
        -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        -webkit-mask-composite: source-out;
    }
	.stick-word {
		height: 100px;
	}

	.news__img::before {
		width: calc(100% - 250px);
		height: calc(100% + 20px);
	}
}

@media (max-width: 600px) {
	.news__img::before {
		width: 100%;
	}
}

.news__vk {
	position: relative;
}

.news__vk::before {
	position: absolute;
	top: 30%;
	left: 0;
	transform: translate(-100%);
	content: "";
	background-image: url(../img/lll.svg);
	width: 130px;
	height: 130px;
	background-size: contain;
	background-repeat: no-repeat;
}

@media (max-width: 1300px) {
	.news__vk::before {
		width: 100px;
		height: 100px;
	}
}

@media (max-width: 998px) {
	.news__vk {
		order: 3;
		max-width: 50%;
		font-size: 14px;
	}

	.news__vk img {
		max-width: 150px;
	}

	.news__vk::before {
		display: none;
	}
}


.info-more {
	max-width: 480px;
	font-size: 18px;
	line-height: 1.2;
	padding: 0px 40px;
	display: none;
	margin-top: 20px;
	margin-bottom: 20px;
}

.info-more._active {
	display: block;
}

.info-more__price {
	margin-top: 20px;
}

.info-more__price span {
	font-weight: bold;
	font-size: 22px;
	border-bottom: 1px solid #682525;
}

.info-more__price p {
	font-size: 20px;
	margin-bottom: 10px;
}

.info-more__btn a {
	padding: 30px 40px;
	font-size: 18px;
	margin-top: 25px;
}

@media (max-width: 500px) {
	.info-more {
		padding: 0px 20px;
		font-size: 16px;
	}

	.info-more__btn a {
		padding: 25px 30px;
		font-size: 14px;
		margin-top: 25px;
	}
}
body .bvi-body .bvi-link-fixed-top {
    position: fixed!important;
    top: 2.5rem!important;
    right: 1.5rem!important;
    right: 77% !important;
    z-index: 999999!important;
}
.formpopup{
	min-width: 100%;
	display: flex;
  flex-direction: column;
  align-items: center;
}
.popup-body{
	min-width: 100%;
	display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.popup-body .close{
	text-align: end;
	margin-top: 0px;
	color: white;
}
/*Стили кнопки*/
.hamburger {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 40px;
  height: 40px;
  padding: 5px;
  border-radius: 8px;}
.btn__hamb {
  position: relative;
  display: block;
  width: 100%;
  height: 4px;
  background: #0E7318;
  cursor: pointer; }
  .btn__hamb div {
    width: 100%;
    height: 100%; }
  .btn__hamb:before, .btn__hamb:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    background: #0E7318; }
  .btn__hamb:before {
    top: -8px; }
  .btn__hamb:after {
    top: 8px; }

/*Стили мобильного меню*/
.mobile-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100; }
  @media (min-width: 768px) {
    .mobile-menu {
      padding-top: 0; } }
  /*получпрозрачный фон*/
  .mobile-menu .mm__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(20, 20, 20, 0.8);
    z-index: 100; }
/*Контейнер мобильного меню, именно он выезжает слева*/
  .mobile-menu .mm__wrapper {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    transition: all .4s ease-in-out;
    overflow-y: auto;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 200;
    touch-action: auto;
    -ms-touch-action: auto;
    background: #141a21; }
    @media (min-width: 768px) {
      .mobile-menu .mm__wrapper {
        width: 35%; } }
    @media (min-width: 1200px) {
      .mobile-menu .mm__wrapper {
        width: 25%; } }
/*Стили логотипа в меню (опционально)*/
  .mobile-menu .h__logo {
    padding-left: 40px;
    font-size: 2rem;
    font-weight: 700;
    color: #333;
    line-height: 1.25;
    margin-left: 20px;
    margin-top: 15px; }

/*Стили крестика закрытия меню*/
.mm__header {
  display: flex;
  justify-content: flex-end; }

.close-btn {
  position: relative;
  width: 20px;
  height: 20px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  cursor: pointer; }
  .close-btn:before {
    width: 2px;
    height: 25px;
    left: 8px;
    top: -2px; }
  .close-btn:after {
    height: 2px;
    width: 25px;
    top: 10px;
    left: -3px; }
  .close-btn:before, .close-btn:after {
    content: "";
    background: #000;
    position: absolute; }
.close-btn--red:before, .close-btn--red:after {
  background: #fff; }
 #close-btn{
 	margin: 15px;
 }
 .menu_links {
	display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 30px;
  align-items: center;
  padding-left: 0;
}

@media (max-width: 500px) {
	.menu_links {
		font-size: 18px;
    gap: 13px;
    margin-top: 0;
	}
	.nav{
		max-width: 32% !important;
	}
	.tab-content {
	    min-width: 68%;
	}
}

.menu_links a {
	color: inherit;
	position: relative;
}

.menu_links a:hover::before {
	position: absolute;
	top: 50%;
	left: -10px;
	content: "";
	transform: translate(-100%, -50%);
	background-image: url(../img/roa.png);
	width: 20px;
	height: 20px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
td{
	padding-bottom: 1em !important;
}
.tab-content{
	background-color: #141a21;
   padding: 20px;
}
.nav{
	max-width: 18%;
}
.tab-content {
    min-width: 80%;
    padding-right: 65px;
}
.nav-pills .nav-link {
    text-align: left;
}

