@font-face {
    font-family: 'Onest';
    src: url('fonts/Onest-Regular.ttf') format('truetype');
    font-weight: 400; 
    font-style: normal;
}
@font-face {
    font-family: 'Onest';
    src: url('fonts/Onest-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
:root {
    --color-bg: #101013;
    --color: #ffffff;
	--content: 1568px;
	--block-margin: 200px 0;
}
body {
	margin: 0;
    padding: 10px;
    background-color: var(--color-bg);
    color: var(--color);
	font-family: "Onest", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif;
    line-height: 1.5;
    font-size: 16px
}
main {
	overflow: hidden;
}
.content {
	max-width: var(--content);
	width: 100%;
	margin: 0 auto;
}
a {text-decoration: none;}
.center {
	display: flex;
    justify-content: center;
}
header {
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 14px;
	height: 78px;
	margin-top: 20px !important;
	background: rgba(41, 41, 44, 0.1);
	border: 1px solid #29292C;
	box-shadow: inset 0px 0px 30px rgba(41, 41, 44, 0.7);
	border-radius: 10px;
}
.bl-logo {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 0px;
	gap: 20px;
}
.site-logo  {
	width: 69px;
	height: 50px;
}
.logo-contacts {
	display: none;
	/* display: flex; */
	flex-direction: column;
	align-items: flex-start;
	padding: 0px;
	gap: 6px;
	width: 175px;
	height: 42px;
}
.logo-tel {
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
	color: #CBCBCB;
	margin: 0;
}
.logo-adres {
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
	color: rgba(203, 203, 203, 0.5);
	margin: 0;
}

.nav-top ul.menu {
	display: flex;
	list-style-type: none;
	padding: 0;
	gap: 30px;;
}
.nav-top ul.menu li a {
	font-style: normal;
	font-size: 16px;
	line-height: 20px;
	color: #CBCBCB;
	text-align: left;
}
.nav-top ul.menu li a:hover {
	opacity: 0.9;
}

.nav-top .menu .sub-menu {
    display: none;
    position: absolute;
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 1000;
	background-color: var(--color-bg);
}
.nav-top .menu li:hover > .sub-menu {
    display: block;
}
.nav-top .menu .sub-menu li {
	margin: 5px 0;
}
.bl-icon {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 0px;
	gap: 10px;
}
.icon-circle {
    display: inline-flex; 
    align-items: center; 
    justify-content: center; 
    background: #2B2B2E;
	border: 1px solid #53565D;
	box-shadow: inset 0px 4px 16px #53565D;
	border-radius: 30px;
    padding: 8px; 
}
.icon-circle svg {
    width: 100%; 
    height: 100%;
    fill: white; 
}
.icon-link {
    text-decoration: none; 
    display: inline-block; 
}
.icon-link:hover .icon-circle {
    background-color: transparent; 
}
.btn-auc {
	display: inline-flex;
    align-items: center;
    justify-content: center;
	margin: 5px 0 0 10px;
}
.btn-auc:hover {
	opacity: 0.9;
}
.menu-item-has-children > a::after {
    
	 content: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.787109 4.48425L3.3729 7.07004C4.15395 7.85109 5.42027 7.85109 6.20132 7.07004L8.78711 4.48425' stroke='%23CBCBCB' stroke-linecap='round'/%3E%3C/svg%3E");
    margin-left: 8px; 
    font-size: 0.8em; /
    vertical-align: middle; 
}
h1.h1-front {
	font-style: normal;
	font-weight: 400;
	font-size: 100px !important;
	line-height: 128px;
	text-align: center;
	background: linear-gradient(180deg, #FFFFFF 23.64%, #fff 76.36%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	margin-bottom: 0;
}
.des-front {
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 31px;
	text-align: center;
	color: #e3d1d1;
	margin: 5px 0 -40px 0;
}

.btn {
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 14px 30px;
	gap: 10px;
	width: 260px;
	height: 48px;
	background: linear-gradient(180deg, #f10003 0%, #f10003 100%);
	box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.6);
	border-radius: 10px;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	color: #FEF6F4;
	border: 0;
	cursor: pointer;
}
/* .btn-2 {margin-top: -100px;} */
.block-c2 {
	max-width: 1174px;
	margin: 200px auto;
}
.block-c2 .ht {
	font-style: normal;
	font-weight: 400;
	font-size: 66px;
	line-height: 84px;
	background: linear-gradient(180deg, #BFB4B2 10%, rgba(191, 180, 178, 0.05) 81.36%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	margin: 10px 0 0 0;
}
.block-c2 p {
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 23px;
	background: linear-gradient(180deg, #FFFFFF 23.64%, #7F7B70 76.36%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	margin: 0;
}
.block-6pr {
	display: flex;
    flex-wrap: wrap;
	gap: 20px;
	margin: 60px 0;
}
.blpr-col {
	width: 32%;
}
.blpr-col svg {
	margin: -95px;
	height: 245px;
    width: 245px;
}

.btn-menu-toggle {
	display: none;
	margin: 0 0 0 10px;
	padding: 0;
    background-color: transparent;
    border: none;
    width: auto;
	cursor: pointer;
}
.btn-mobclose {
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    border: none;
    color: white;
    font-size: 30px;
    cursor: pointer;
	width: 40px;
    height: 40px;
}
.full-menu {
	display: none; 
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index: 1000;
	padding: 20px;
	box-sizing: border-box;
}
.full-menu.active, .full-menu.active .logo-contacts,
.full-menu.active .nav-top,
.full-menu.active .soc-icon {
	display: block; 
}
.full-menu.active .logo-contacts {
	float: left;
    margin-right: 30px;
}
.full-menu.active .nav-top ul {
	flex-direction: column;
	margin: 30px 0;
}
.breadcrumb {
    display: flex;
    align-items: center;
    margin: 30px auto;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 80%;
	color: #FFFFFF;
}
.breadcrumb-home img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
.br-cat {
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 80%;
	background: linear-gradient(180deg, rgba(232, 232, 232, 0.7) 24.07%, rgba(128, 128, 129, 0.7) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.br-ic {
	margin: 0 10px;
}

.video-block {
    position: relative;
    display: inline-block;
    width: 100%;
}
.video-block__image {
    width: 100%;
    height: auto;
}
.video-block__button {
    position: absolute;
    top: 270px;
    left: 50%;
    transform: translate(-50%, -50%);
    background: transparent;
    border: none;
    cursor: pointer;
	z-index: 100;
}
.video-block__button:hover {opacity: 0.9;}
.video-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1000;
}
.video-modal__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video-modal__close {
    position: absolute;
    top: -30px;
    right: -30px;
    background: red;
    color: white;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    cursor: pointer;
}
.front-page h2, .page-services h2 {
	font-style: normal;
	font-weight: 300;
	font-size: 80px;
	line-height: 102px;
	text-align: center;
	background: linear-gradient(180deg, #FFFFFF 23.64%, #7F7B70 76.36%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	margin: 0;
}

.tabs {
    display: flex;
	max-width: 395px;
	margin: 30px auto;
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 0px 20px;
	gap: 30px;
	width: 395px;
	height: 39px;
	background: rgba(41, 41, 44, 0.3);
	border-radius: 8px;
}
.tab-link {
	display: flex;
    flex: 1;
	align-items: center;
    justify-content: flex-start; 
    gap: 8px;
    padding: 10px 20px;
    text-align: left;
    cursor: pointer;
	border: none;
    border-top: 2px solid transparent;
    transition: background-color 0.3s;
	width: 93px;
	height: 39px;
	background-color: transparent;
	font-family: 'Onest';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #717171;
	margin: 0;
}
.tab-link.active, .tab-link:hover {
	color: #ffffff;
	background: url(images/fon-zvz.svg), radial-gradient(51.42% 83.33% at 50% 0%, rgba(244, 176, 49, 0.3) 0%, rgba(244, 176, 49, 0) 100%);
}
.tab-link svg {
    flex-shrink: 0;
}
.tab-link.active svg, .tab-link:hover svg {
    filter: brightness(0) invert(1);
}
.tab-link span {
    white-space: nowrap;
}
.tab-kor svg {
	opacity: 0.5;
}
.tab-kor.active svg, .tab-kor:hover svg {
	opacity: 1;
	filter: none;
}
.tab-content {
	position: relative;
    padding: 20px;
	margin: 30px 0;
}
.tab-pane {
    display: none;
	overflow: hidden;
}
.tab-pane.active {
    display: block;
}

.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}
.car-card {
	position: relative;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	background: url(images/fon-cart-kom.svg) center center / cover no-repeat;
    width: 100%;
	padding: 20px;
    border-radius: 20px;
}
#tab5 .car-card {
	background: none;
}
#tab6 .car-card {
	padding: 0;
	background: none;
}
.car-badg {
	position: absolute;
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 10px;
	gap: 10px;
	right: 27px;
	top: 26px;
	background: #33250C;
	border-radius: 100px;
	border: 1px solid #F4B031;
	font-style: normal;
	font-weight: 300;
	font-size: 12px;
	line-height: 50%;
	text-align: right;
	color: #F4B031;
}
.car-card img {
    max-width: 100%;
    border-radius: 8px;
	object-fit: cover;
	height: 250px;
	width: 100%;
}
.car-card h3 {
	font-weight: 400;
	font-size: 24px;
	line-height: 31px;
	background: linear-gradient(180deg, #FFFFFF 17.86%, #C2C2C2 75%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin: 5px 0;
}
.car-card .car-year {
	display: flex;
	gap: 20px;
}
.car-card .car-tx {
	display: flex;
	justify-content: space-between;
	margin: 14px 0;
}
.car-card .car-tx span {
  display: flex;
  align-items: center;
  gap: 10px;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	color: #88888A;
}
.car-card .car-tx span::before {
	content: "";
	display: inline-block;
	width: 24px;
	height: 24px;
	background: linear-gradient(217.78deg, #141416 13.95%, #1A1A1C 83.32%);
	border-radius: 100px;
	background: url(images/fon-cart-tx.svg) center center / cover no-repeat;
}
.car-card .car-year span {
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 10px;
	gap: 10px;
	background: linear-gradient(90deg, #454546 0%, #2D2D2F 100%);
	border-radius: 100px;
	border: 1px solid #626262;
	font-weight: 400;
	font-size: 13px;
	line-height: 50%;
	text-align: right;
	color: #F9F9FA; 
}
.car-card p {
    font-size: 14px;
    color: #666;
}
.car-pr-title {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 100%;
	margin: 22px 0;
}
.svg-pr-line {
	width: 100%;
}
.pr-tit {
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: rgba(95, 95, 97, 0.7);
	white-space: nowrap; 
}
.car-pr {
	color: #777;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.car-price-bl {
	font-weight: 400;
	font-size: 13px;
	line-height: 18px;
	color: #48484B;
	margin: 10px 0;
}
.car-price {
	font-weight: 600;
	font-size: 26px;
	line-height: 38px;
	text-align: center;
	background: linear-gradient(180deg, #FFFFFF 17.86%, #C2C2C2 75%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.btn-car {
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 10px;
	gap: 10px;
	background: #2A2A2D;
	box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.4);
	border-radius: 10px;
	border: 1px solid #505050;
	color: #aeaeae;
	margin-bottom: 0;
	cursor: pointer;
}
.btn-car:hover {
	background: #232326;
}

#tab4 .car-card {
	background: url(images/fon-cart-kom.svg) center center / cover no-repeat;
	padding: 20px;
    border-radius: 20px;
}
#tab4 .car-card .kom-name {
	font-weight: 400;
	font-size: 24px;
	line-height: 31px;
	text-align: center;
	background: linear-gradient(180deg, #FFFFFF 17.86%, #C2C2C2 75%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin: 14px 0 4px 0;
}
#tab4 .car-card .kom-dol {
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	background: linear-gradient(180deg, #FFFFFF 17.86%, #C2C2C2 75%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	opacity: 0.5;
	margin: 4px 0;
}
.swiper-button-next,
.swiper-button-prev {
    color: #929292;
	background: url(images/icon-str-fon.svg) center center / cover no-repeat;
	width: 38px;
    height: 38px;
}
.swiper-button-next:after, .swiper-button-prev:after {
	font-size: 18px !important;
}
.swiper-button-next6,
.swiper-button-prev6 {
    position: absolute;
    bottom: -9px;
    top: auto;
    width: 30px;
    height: 30px;
    z-index: 10;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.swiper-button-next6:hover,
.swiper-button-prev6:hover {
    
	opacity: 0.7;
}
.swiper-button-next6 {
    
	left: 195px;
	background: url(images/icon-next6.svg) center center / cover no-repeat;
}
.swiper-button-prev6 {
    left: 150px;
	background: url(images/icon-prev6.svg) center center / cover no-repeat;
}
.swiper-button-next6::after,
.swiper-button-prev6::after {
    font-size: 16px;
    font-weight: bold;
}

.swiper-pagination {
    position: absolute;
    bottom: -40px !important;
    left: 50% !important;
    transform: translateX(-50%);
    z-index: 10;
	width: auto !important;
}
.swiper-pagination-6 {
    position: absolute;
    bottom: -10px !important;
    left: 70px !important;
    transform: translateX(-50%);
    z-index: 10;
}
.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #000000;
    opacity: 1;
    margin: 0 5px;
    transition: background-color 0.3s ease;
	border: 4px solid #6b6b6b;
}
.swiper-pagination-bullet-active {
    
	background: url('images/bulit-act.svg') center center / cover no-repeat;
	border: 0;
    width: 18px;
    height: 18px;
}
#tab6 .swiper-wrapper {
	margin-bottom: 40px;
}

.btn-wm {
	background-color: transparent;
    border: none;
}
.bk-4des {
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 31px;
	color: #81818A;
	margin: 0;
}
.gr-preim {
	background: url(images/preim.svg) center center / cover no-repeat;
}
.block-prm {
	max-width: 1386px;
	width: 100%;
	margin: 0 auto;
}
.block-prm svg {
	margin: -95px;
}
.block-prm h3, .blpr-col h3 {
	font-style: normal;
	font-weight: 400;
	font-size: 34px;
	line-height: 100%;
	background: linear-gradient(180deg, #FFFFFF 17.86%, #C2C2C2 75%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin: 10px 0;
}
.block-prm p, .blpr-col p {
	font-style: normal;
	font-weight: 400;
	font-size: 19px;
	line-height: 120%;
	color: #5C5D62;
}
.bl-f {
	background: url(images/youyube.svg) center center / cover no-repeat;
    padding: 30px 30px 60px 30px;
    border-radius: 30px;
	margin: 200px auto;
}
.blf-img img {
	position: relative;
	z-index: -1;
	width: 1560px;
    height: auto;
	opacity: 0.6;
}
.h-zf {
	font-style: normal;
	font-weight: 300;
	font-size: 68px;
	line-height: 100%;
	text-align: center;
	background: linear-gradient(180deg, #FFFFFF 23.64%, #B0B0B1 76.36%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.form-b {
	text-align: center;
	width: 600px;
	margin: 0 auto;
}
input, button {
	width: 100%;
	margin-bottom: 10px;
}
.btn-group {
	display: flex;
	gap: 10px;
}
.btn-group button {
	flex: 1;
}
.form-b .form-control, .form-b .wpcf7-form-control {
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 16px 20px;
	gap: 10px;
	max-width: 600px;
    width: 100%;
	height: 48px;
	background: radial-gradient(128.64% 100% at 50.22% 100%, rgba(72, 72, 80, 0.5) 0%, rgba(72, 72, 80, 0) 100%), #1B1B1D;
	border-radius: 10px;
	border: 0;
}
.form-b .btn-primary {
	width: 100%;
	cursor: pointer;
}
.form-b p {
	font-style: normal;
	font-weight: 200;
	font-size: 16px;
	line-height: 100%;
	text-align: center;
	color: #81818A;
}
.form-b .btn-info, .form-b .btn-success {
	background-color: transparent;
    border: 0;
    padding: 0;
	cursor: pointer;
}
.phone-input, #name, .wpcf7-tel {
    color: white; 
    caret-color: white; 
}
.form-b .wpcf7-submit {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 14px 50px;
    gap: 10px;
    width: 100%;
    height: 48px;
    background: linear-gradient(180deg, #f10003 0%, #f10003 100%);
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.6);
    border-radius: 10px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #FEF6F4;
    border: 0;
    cursor: pointer;
}
.form-b .wpcf7-tel {
	color: #81818A;
}
.mt-2 {
	max-width: 600px;
    margin: 0 auto;
}
.mt-2 .btn-info {
  background: url(images/but-gold-tg.svg) center center / cover no-repeat;
  background-size: cover;
  width: 287px;
  height: 46px;
  border: none;
  cursor: pointer;
  text-indent: -9999px;
}
.mt-2 .btn-success {
  background: url(images/but-gold-ws.svg) center center / cover no-repeat;
  background-size: cover;
  width: 287px;
  height: 46px;
  border: none;
  cursor: pointer;
  text-indent: -9999px;
}
.btn-2b {
	height: 31px !important;
}
.modal .mt-2 {
	display: flex;
    flex-direction: column;
    gap: 0px;
}
.modal .mt-2 .btn-info {
	margin: -5px 0;
}
.modal .mt-2 .btn-success {
	margin: -5px 0 5px 0;
}

.outer-div {
	display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1500px;
    width: 100%;
    height: 850px;
	position: relative;
	background: url('images/sxpok.svg') center center / cover no-repeat;
	margin: 60px auto;
}
.inner-div {
    background-color: #000000;
    color: #ffffff;
    font-size: 16px;
    width: 1114px;
    height: 522px;
	border: 4px solid #505256;
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
	border-radius: 14px;
}
.card {
    width: calc(29.55%);
    border: 1px solid #1b1b1b;
    border-radius: 8px;
    overflow: hidden;
	padding: 40px 20px 0 20px;
}
.card h3 {
	font-style: normal;
	font-weight: 400;
	font-size: 26px;
	line-height: 36px;
	background: linear-gradient(180deg, #D2D2D2 33.33%, #8A8A8A 75%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}
.card p {
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	line-height: 23px;
	color: #81818A;
	margin-bottom: 0;
}

.rev-card {
	display: flex;
    text-align: left;
}
.rev-card img {
	width: 52px;
    height: 52px;
    margin-right: 15px;
}
.rev-card  p {
	margin: 0px;
}
.rev-des {
	font-style: normal;
	font-weight: 500;
	font-size: 18px !important;
	line-height: 28px;
	background: linear-gradient(180deg, #E8E8E8 24.07%, #AFAFAF 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-align: left;
	margin-bottom: 0;
}
.rev-rm {
	font-style: normal;
	font-weight: 400;
	font-size: 14px !important;
	line-height: 20px;
	color: #f10003 !important;
	text-align: left;
	margin-top: 5px;
}
.rev-name {
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 23px;
	background: linear-gradient(180deg, #E8E8E8 24.07%, #AFAFAF 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-top: 5px !important;
}
.rev-date {
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 18px;
	text-align: left;
	color: rgba(143, 143, 145, 0.5);
}
.outer-rev {
    max-width: 1500px;
    width: 100%;
    height: 690px;
    background: url(images/rev-fon.svg) center center / cover no-repeat;
	margin: 200px auto;
}

.h-yt {
	font-style: normal;
	font-weight: 300;
	font-size: 68px;
	line-height: 100%;
	background: linear-gradient(180deg, #FFFFFF 23.64%, #B0B0B1 76.36%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 20px;
}

.yt-des {
	font-style: normal;
	font-weight: 300;
	font-size: 20px;
	line-height: 100%;
	color: #81818A;
}
.btn-yt {
	position: absolute;
    bottom: 12%;
}
.outer-yt {
	background: url(images/youyube.svg) center center / cover no-repeat;
    padding: 30px 30px 30px 60px;
    border-radius: 30px;
	position: relative;
}

.avgal {
	margin-top: 50px;
}

.cmm {
	margin: 200px auto;
}
.cmm h2 {
	text-align: left;
	margin-top: 20px;
}
.cmm-des {
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 31px;
	color: #81818A;
	margin-top: 0;
}
.but-cmm-bl {
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.cmm-zv {
	position: relative;
	background: url(images/cmm-zv.svg) center center / cover no-repeat;
	position: relative;
}

.foot {
	display: flex;
	justify-content: space-between;
	gap: 30px;
}
.col-2 {
	width: 50%;
}
.col-3 {
	width: 28%;
}
.logof {
	display: flex;
    gap: 20px;
    align-items: center;
}
.logob {
	font-style: normal;
	font-weight: 500;
	font-size: 30px;
	line-height: 38px;
	text-align: center;
	background: linear-gradient(180deg, #FFFFFF 23.64%, #B2AEA3 76.36%), #EBEBEB;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.fdes {
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 20px;
	color: #A1A1A8;
	max-width: 377px;
}
.f-menu {
	display: flex;
	justify-content: space-between;
}
.f-menu h4 {
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 31px;
	color: #FFFFFF;
}
.f-menu ul {
	padding-left: 0;
    list-style: none;
}
.f-menu ul li, .f-menu p {
	margin: 20px 0
}
.f-menu ul li a, .f-menu p {
	font-weight: 400;
	font-size: 18px;
	line-height: 23px;
	color: #A1A1A8; 
}
.copyr {
	margin: 60px 0 20px 0;
	padding-top: 40px;
	border-top: 1px solid rgba(161, 161, 168, 0.5);
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 20px;
	color: rgba(161, 161, 168, 0.5);
}
.copyr a {
	color: rgba(161, 161, 168, 0.5);
	margin-left: 30px;
}
.current-menu-item a:not(.sub-menu a) {
	padding: 10px 20px;
    border-radius: 20px;
	background: url(images/act-link.svg) center center / cover no-repeat;
}

.modal {
    display: none;
	position: fixed; 
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    align-items: center; 
    justify-content: center; 
    background: rgba(0, 0, 0, 0.7);
}
.modal h3 {
	font-style: normal;
	font-weight: 300;
	font-size: 48px;
	line-height: 61px;
	text-transform: uppercase;
	color: #FFFFFF;
	margin: 0 0 50px 0;
}
.modal-content {
	padding: 20px;
    width: 700px;
	background: url(images/popup-fon.svg) center center / cover no-repeat;
}
.modal input {
	position: relative;
	border-radius: 0;
    border-bottom: 1px solid #F4B031;
    background-color: transparent;
    padding: 0 0 10px 0;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 20px;
	color: #CBCBCB !important;
}
.modal .btn {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 14px 50px;
    gap: 10px;
    background: linear-gradient(180deg, #f10003 0%, #f10003 100%);
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.6);
    border-radius: 10px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #FEF6F4;
    border: 0;
    cursor: pointer;
	max-width: 285px;
    width: 100%;
}
.close {
    float: right;
    font-size: 28px;
    cursor: pointer;
}
.tabs-mod {
    display: flex;
    gap: 25px;
    margin-bottom: 10px;
	margin-left: -25px;
}
.tab-mod {
    background: none;
    border: none;
    padding: 10px 0;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: -0.05em;
	width: auto;
	cursor: pointer;
	color: #CBCBCB;
}
.tab-mod.active {
    border-bottom: 1px solid #ffffff;
	color: #FFFFFF;
}
input {
    width: 90%;
    padding: 8px;
    margin-bottom: 10px;
    border-radius: 5px;
    border: none;
}
.contact-options button {
    width: 90%;
    padding: 10px;
    margin: 5px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
}
.tg-btn, .wa-btn {
    background: transparent;
	margin: 0 !important;
    padding: 0 !important;
}
.btn-modal {
	width: 300px;
	margin-top: 30px;
}
.flex-sb {
	display: flex;
	justify-content: space-between;
	gap: 30px;
}
.lab-mod {
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: -0.04em;
	text-transform: uppercase;
	color: #FFFFFF;
}
.tel-mod {
	margin-top: 75px;
}
.flex-bl {
	display: flex;
	justify-content: space-between;
	gap: 30px;
}
.bl-serv, .bl-faq {
	position: relative;
	margin: 100px auto;
}
.page-services h1 {
	font-style: normal;
	font-weight: 300;
	font-size: 80px;
	line-height: 100%;
	text-transform: uppercase;
	background: linear-gradient(180deg, #FFFFFF 23.64%, #B0B0B1 76.36%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	margin: 40px 0;
}
.h-sr {
	display: inline-block;
    margin: 0 40px;
}
.p-ml {
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 26px;
	color: #81818A;
	margin-left: 40px;
	max-width: 565px;
}
.ban-posh {
	margin: 60px 0 0 200px;
}
.fon-zv {
	background: url(images/serv-zv.svg) center center / cover no-repeat;
}
.fon-avto {
	position: absolute;
    left: -160px;
    bottom: -10px;
    width: 864px;
    height: 581px;
	z-index: -1;
}
.fon-avto-posh {
	background: url(images/fon-avto.svg) center center / cover no-repeat;
}
.fon-avto-rasp {
	left: -30px;
	width: 350px;
	background: url(images/foto-rasp.svg) center center / cover no-repeat;
}
.fon-avto-moto {
	width: 600px;
	background: url(images/foto-moto.svg) center center / cover no-repeat;
}
.fon-avto-vod {
	background: url(images/foto-vod.svg) center center / cover no-repeat;
}
.fon-avto-kons {
	left: -100px;
	width: 564px;
	background: url(images/foto-kons.svg) center center / cover no-repeat;
}
.fon-avto-tam {
	background: url(images/foto-tam.svg) center center / cover no-repeat;
}
.fon-avto-dost {
	background: url(images/foto-dost.svg) center center / cover no-repeat;
}
.fon-avto-sx {
	bottom: 30px;
	width: 600px;
    height: 600px;
	background: url(images/foto-sx.svg) center center / cover no-repeat;
}
.bl-serv h3 {
	font-style: normal;
	font-weight: 500;
	font-size: 28px;
	line-height: 80%;
	color: #FFFFFF;
	margin: 20px 0;
}
.bl-serv p {
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 100%;
	color: rgba(255, 255, 255, 0.5);
}
.bl-serv .form-b, .bl-serv  .form-b .form-control {
    width: 470px;
}
.bl-serv .form-b .btn-info svg, .bl-serv .form-b .btn-success svg {
    width: 227px;
}
.bl-w2 {
	padding: 50px;
}
select.form-control, #marka {
    color: #767676;
	margin-bottom: 10px;
}
.bi-tr, .bl-45 {
	margin: 100px auto;
}
.bi-tr h3 {
	font-style: normal;
	font-weight: 300;
	font-size: 80px;
	line-height: 102px;
	background: linear-gradient(180deg, #FFFFFF 17.4%, #7F7B70 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin: 20px 0 70px 40px;
}
.bi-tr p, .page-services .bl-f p {
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 26px;
	color: #81818A;
	margin-left: 40px;
}
.form-b p, .mt-2 p {
    margin-left: 0 !important;
}
.bl-sve-1 {
	position: relative;
	display: inline-block;
} 
.dcol-2 svg {
	max-width: 600px;
}
.h-desc {
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 31px;
	color: #81818A;
}
.bl-faq h1 {
	margin-bottom: 5px;
}
.blop, .bltam {
	position: relative;
	background-color: #141418;
	padding: 0 20px 40px 20px;
	border-radius: 20px;
	border: 4px solid #1f1f1f;
}
.blop::before {
    content: "";
    position: absolute;
    top: -125px;
    left: -97px;
    width: 1000.36px;
    height: 544.4px;
    background: url(images/svech.svg) center center / cover no-repeat;
    z-index: -1;
} 
.bl-sve-1::before {
    content: "";
    position: absolute;
    top: -112px;
    left: -94px;
    width: 1000.36px;
    height: 544.4px;
    background: url(images/svech.svg) center center / cover no-repeat;
    z-index: -1;
} 
.bltam::after {
	content: "";
    position: absolute;
    right: -111px;
    bottom: -130px;
    width: 1000.36px;
    height: 544.4px;
    background: url(images/svech-bot.svg) center center / cover no-repeat;
    z-index: -1;
}

.faq-container {
	max-width: 900px;
    margin: 80px auto;
}
.faq-item {
	position: relative;
	padding: 30px;
	background-color: #222;
	margin-bottom: 10px;
	overflow: hidden;
	border: 1px solid #282A2F;
	border-radius: 10px;
	background: rgba(26, 26, 29, 0.4);
}
.faq-question {
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 31px;
	background: linear-gradient(180deg, #FFFFFF 23.64%, #DAD7D0 76.36%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.faq-answer {
	display: none;
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	line-height: 23px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 23.64%, rgba(218, 215, 208, 0.5) 76.36%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-top: 30px;
}
.faq-item.active .faq-answer {
	display: block;
}
.faq-item.active {
	background: radial-gradient(22.42% 100% at 86.1% 0%, rgba(224, 224, 224, 0.11) 0%, rgba(255, 255, 255, 0.02) 55.97%, rgba(255, 255, 255, 0) 100%), #1A1A1D;
}
.faq-icon {
	position: absolute;
	right: 15px;
	top: 45px;
	transform: translateY(-50%);
	transition: transform 0.3s ease;
}
.faq-item.active .faq-icon {
	transform: translateY(-50%) rotate(180deg);
}
.map-container {
	position: relative;
	width: 100%;
	background: url(images/karta.png) center center / cover no-repeat;
	border-radius: 20px;
	overflow: hidden;
	margin-top: 80px;
	padding: 90px 50px;
}
.kart-el {
	position: relative;
	display: flex;
    flex-direction: column;
    gap: 30px;
}
.kart-pos {
	position: absolute;
	display: block;
    width: 117px;
	right: 35%;
    top: 16%;
}
.kart-logo {
	position: relative;
	width: 117px;
	height: 85px;
	background: url(images/logo-kart.svg) center center / cover no-repeat;
	z-index: 2;
}
.kart-metka {
	position: absolute;
	width: 48px;
    height: 60px;
	background: url(images/met-kart.svg) center center / cover no-repeat;
	left: 34px;
    top: 57px;
    z-index: 1;
}
.kart-gold {
	background: url(images/fon-cart-gold.png) center center / cover no-repeat;
	max-width: 340px;
	padding: 20px;
	border-radius: 10px;
	border: 0.9px solid #b09051;
}
.kart-el1 {
	display: flex;
	align-items: center;
    gap: 10px;
	color: #FFF;
	font-size: 20px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	letter-spacing: 0.8px;
	margin: 0px 0 20px 0;
}
.el12:before {
	content: "";
	display: flex;
	width: 34px;
	height: 34px;
	background: url(images/icon-ofic.svg) center center / cover no-repeat;
}
.kart-el2 {
	display: flex;
	align-items: center;
    gap: 10px;
	color: #FFF;
	font-size: 28px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin: 0;
}
.el22:before {
	content: "";
	width: 34px;
	height: 34px;
	background: url(images/icon-tel.svg) center center / cover no-repeat;
}
.kart-el3 {
	color: rgba(255, 255, 255, 0.40);
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin: 0;
}
.bl-el2 {
	display: flex;
    align-items: center;
}
.bl-el2 h3 {
	font-style: normal;
	font-weight: 300;
	font-size: 48px;
	line-height: 61px;
	background: linear-gradient(180deg, #FFFFFF 17.4%, #7F7B70 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.bl-45 p {
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 26px;
	color: #81818A;
	margin-left: 30px;
}

.floating-social {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 1000;
}
.floating-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #222;
    border-radius: 10px 0 0 10px;
    transition: background 0.3s;
    text-decoration: none;
}
.floating-social a:hover {
    opacity: 0.9;
}
.floating-social img {
	width: 56px;
    height: 56px;
}
.form-2 {
	display: flex;
    gap: 10px;
}
.messenger-btn {
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 12px 10px;
	width: 100%;
	gap: 5px;
	background: rgba(84, 59, 9, 0.2);
	box-shadow: inset 0px 0px 6px #543B09;
	border-radius: 8px;
	font-style: normal;
	font-weight: 400;
	font-size: 17px;
	line-height: 22px;
	text-align: center;
	color: #f10003;
}
.messenger-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}   
.icon {
	width: 24px;
	height: 24px;
	margin-right: 10px;
}
.form-1g {
	display: flex;
    gap: 5px;
    margin: 0 auto;
    max-width: 600px;
}

@media (min-width: 769px) {
    .video-modal__content {
        width: 90%;
        max-width: 800px;
        max-height: 80vh;
    }
    .video-wrapper {
        padding-bottom: 56.25%;
    }
}
@media (max-width: 450px) {
	.nav-top ul.menu {
		gap: 10px;
	}
	.nav-top .menu .sub-menu {
		position: relative; 
		margin: 10px 0 10px 20px !important;
	}
	.logo-contacts, .nav-top, .soc-icon {
		display: none;
	}
	.btn-menu-toggle {
        display: block;
	}
	h1.h1-front {
		line-height: normal;
        margin-top: 50px;
		font-size: 36px !important;
	}
	.des-front {
		font-size: 18px;
		margin-bottom: -15px;
	}
	.page-services h1 {
		font-style: normal;
		font-weight: 300;
		font-size: 38px;
		line-height: 100%;
		text-transform: uppercase;
		background: linear-gradient(180deg, #FFFFFF 23.64%, #fff 76.36%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
	.h-sr {
		margin: 0 10px;
	}
	.h-sr svg {
		width: 35px;
	}
	.btn-2 {
		margin-top: 0px;
	}
	.hero-img img {
		max-width: 130%;
		margin-left: -13%;
	}
	.video-block__button {
		top: 105px;
	}
	.video-block__button  img {
		width: 54px;
	}
	.block-c2 {
		margin: 70px 0;
	}
	.front-page h2, .page-services h2 {
		font-size: 28px;
		line-height: normal;
	}
	.tabs {
		width: auto;
		gap: 0;
	}
	.bk-4des {
		font-size: 18px;
		line-height: 31px;
	}
	.block-6pr {
		text-align: center;
	}
	.blpr-col {
		width: 47%;
	}
	.blpr-col h3 {
		font-size: 22px;
	}
	.blpr-col p {
		font-size: 15px;
	}
	.h-zf {
		font-size: 28px;
	}
	.form-b {
		width: 100%;
	}
	.form-b .form-control {
		width: 100%;
	}
	.mt-2 {
		flex-direction: column;
		gap: 0px;
	}
	.bl-f {
		margin: 0px 0 100px auto;
	}
	.card {
		width: 39%;
		padding: 40px 20px 15px 20px;
	}
	.inner-div .card {
		width: 42%;
        padding: 40px 10px 15px 10px;
	}
	.card h3 {
		font-size: 20px;
	}
	.card p {
		font-size: 14px;
	}
	.outer-div {
		height: auto;
	}
	.inner-div {
		height: 1050px;
	}
	.outer-div::before {
		content: "";
		position: absolute;
		top: -119px;
		left: -95px;
		width: 855.36px;
		height: 504.4px;
		background: url(images/svech.svg) center center / cover no-repeat;
		z-index: -1;
	}
	.outer-div::after {
		content: "";
		position: absolute;
		right: -187px;
        bottom: -115px;
        width: 935.36px;
        height: 508.4px;
		background: url(images/svech-bot.svg) center center / cover no-repeat;
		z-index: -1;
	}
	.outer-rev {
		margin: 50px auto;
	}
	.outer-rev svg {
		width: 96px;
		height: 96px;
	}
	#tab5 {
		margin-bottom: 20px;
	}
	.h-yt {
		font-size: 28px;
		text-align: center;
	}
	.yt-des {
		font-size: 16px;
		text-align: center;
	}
	.outer-yt {
		padding: 30px 30px 30px 30px;
		margin-top: 100px;
	}
	.btn-yt {
		position: relative;
		bottom: 0;
		text-align: center;
	}
	.wp-container-core-columns-is-layout-4 img {
		max-width: 100%;
        margin-left: 0;
	}
	.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img {
		margin-left: 0;
	}
	.cmm {
		margin: 100px auto;
	}
	.cmm-zv, .cmm h2 {
		text-align: center;
	}
	.cmm-des {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 30px;
	}
	.tab-content {
		margin: 0;
	}
	#tab6 .swiper-wrapper {
		margin-bottom: 20px;
	}
	.foot {
		flex-direction: column;
		gap: 0px;
	}
	.col-2 {
		width: 100%;
	}
	.f-menu {
		flex-wrap: wrap;
	}
	.f-menu .col-3 {
		width: 100%;
	}	
	.flex-bl {
		margin-top: 10px;
		flex-direction: column;
		gap: 10px;
	}
	.copyr a {
		margin-left: 0;
	}
	.modal-content {
		width: auto;
	}
	.modal h3 {
		font-size: 25px;
		line-height: 36px;
		margin: 0 0 15px 0;
	}
	.flex-sb {
		flex-wrap: wrap;
		gap: 30px;
	}
	.tel-mod {
		margin-top: 15px;
	}
	.btn-modal {
		margin: 0 auto;
	}
	.contact-options {
		text-align: center;
	}
	.video-wrapper {
		position: relative;
		padding-bottom: 56.25%;
		height: 0;
		overflow: hidden;
	}
	.video-wrapper iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		border: none;
	}
	.video-modal__content {
        width: 95%;
        max-width: 95%;
		overflow: hidden;
    }
    .video-modal__close {
        top: 0px;
        right: 5px;
        width: 30px;
        height: 28px;
    }
	.ban-posh {
		margin: 40px 0 10px 0;
		text-align: center;
	}
	.ban-posh svg {
		width: 100%;
	}
	.bl-serv h3 {
		font-style: normal;
		font-weight: 500;
		font-size: 28px;
		line-height: 100%;
		color: #FFFFFF;
	}
	.page-services .bl-f p {
		font-weight: 300;
		font-size: 18px;
		line-height: 100%;
		color: rgba(255, 255, 255, 0.5);
		margin-left: 0;
	}
	.page-services .bl-f p.h-zf {
		margin-left: 0;	
		font-weight: 300;
		font-size: 28px;
		line-height: 100%;
		text-align: center;
		background: linear-gradient(180deg, #FFFFFF 23.64%, #B0B0B1 76.36%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
	.bl-serv .form-b, .bl-serv .form-b .form-control {
		width: 100%;
	}
	.bl-sve-1 .alignleft {
		float: none;
		margin: 0;
	}
	.bi-tr h3 {
		font-size: 28px;
		line-height: 36px;
		background: linear-gradient(180deg, #FFFFFF 17.4%, #7F7B70 100%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		margin: 0 auto;
		text-align: center;
	}
	.bi-tr p {
		font-weight: 400;
		font-size: 18px;
		line-height: 23px;
		color: #81818A;
		margin-left: 0;
	}
	.bl-f svg {
		width: 96px;
		height: 96px;
	}
	.bl-el2 h3 {
		font-weight: 300;
		font-size: 24.768px;
		line-height: 32px;
		background: linear-gradient(180deg, #FFFFFF 17.4%, #7F7B70 100%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
	.bl-el2 svg {
		width: 60px;
		height: 60px;
	}
	.bi-tr svg {
		display: block;
		margin: 0 auto;
		width: 96px;
		height: 96px;
	}
	.f-100 button svg, .mt-2 svg {
		width: 100% !important;
		height: 39px;
	}
	.f-100 svg {
		width: 100% !important;
		height: auto;
	}
	.f-90 svg {
		width: 80% !important;
		height: auto;
		margin: 10px auto;
	}
	.bl-45 p {
		margin-left: 15px;
	}
	.blop::before {
		top: -109px;
		left: -91px;
		width: 946.36px;
		height: 501.4px;
	}
	.map-container {
		position: relative;
		width: 100%;
		height: 726px;
		background: url(images/karta-mobil.svg) center center / cover no-repeat;
		border-radius: 20px;
		overflow: hidden;			
	}
	.kart-el {
		gap: 15px;
		position: absolute;
		bottom: 60px;
		left: 7px;
	}
	.kart-el svg {
		width: 100%;
	}
	.kart-pos {
		right: 33%;
		top: -60%;
	}
	.faq-question {
		font-size: 18px;
		line-height: 23px;
	}
	.faq-icon  {
		width: 20px;
		height: 20px;
		top: 43px;
	}
	.f-menu h4 {
        font-size: 20px;
    }
	.mt-2 .btn-info {
		margin-bottom: 10px;
	}
	.form-2 {
		flex-direction: column;
	}
	.form-1g {
    	flex-direction: column;
		gap: 10px;
	}
	.messenger-btn svg {
		width: 20px;
    	height: 20px;
	}
		
}