/* vip page css by x12x24 */
@keyframes flareAnimation {
    0% {
        left: -150%;
    }
    100% {
        left: 150%;
    }
}
.vflex {
	display: flex;
	flex-wrap: wrap;
}
.vbtn {
	position: relative;
	overflow: hidden;
}
.vbtn.btn-transparent:hover,
.vbtn.btn-red:hover,
.vbtn.btn-white:hover {
	background: #000;
	border-color: #000;
	color: #fff;
}
.vbtn-animated:before {
	content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 45px;
    transform: skewX(-45deg);
    animation: flareAnimation;
    left: -150%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.4));
    /*animation: flareAnimation 3s infinite linear;*/
    animation: flareAnimation 3s linear;
}
.vbtn.btn-red {
	background: linear-gradient(90deg, #9E2721 0%, #7C2424 100%);
	border: none;
}
.vsection-title {
	font-size: 28px;
	font-weight: 500;
}
.vsection-title h2,
.vsection-title h3 {
	font-size: 28px;
	font-weight: 500;
	margin: 0;
	padding: 0;
}
.vsize-32 {
	font-size: 32px;
}
.vsize-32 h1 {
	font-size: 32px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.vip-page {
	font-size: 16px;
	line-height: 1.6;
	font-weight: 400;
	/*padding-top: 55px;*/
}
.vfirst-item {
	background: no-repeat center right #2D2927;
}
.vfirst-in {
	color: #fff;
	height: 593px;
	padding: 127px 0 100px 0;
}
.vfirst-cont {
	max-width: 1005px;
}
.vfirst-title {
	margin-bottom: 20px;
}
.vfirst-title h1 {
	color: #fff;
}
.vfirst-actions {
	margin-top: 30px;
	gap: 10px 26px;
}
.vfirst-info {
	color: #909090;
	font-size: 10px;
	font-weight: 500;
	margin-top: 13px;
}
.vfirst-actions-btn-call {
	width: 192px;
}
/*.vlinks-section .swiper-nav {
	height: 163px;
	margin-top: -92px;
}
.vlinks-section .swiper-nav .nav-txt {
	font-size: 14px;
}*/
@media(min-width: 992px) {
	.vnew .top-banner-main h1 {
		font-size: 32px;
		font-weight: bold!important;
		margin-top: 50px!important;
	}
}
.vnew .slider-left {
	width: 100%;
	max-width: 1005px;
}
.vnew .grey-text {
	color: #909090;
	font-size: 10px;
	font-weight: 500;
	margin-top: 13px;
}
.vnew .top-banner-main.swiper .swiper-slide p {
	font-weight: 400;
}
.vnew .banner-buttons {
	max-width: 380px;
}
.vlinks-section .swiper-nav {
	margin-top: -92px;
}
.vlinks-section .swiper-nav .nav-title {
	margin-bottom: 20px;
}
.vsw.swiper-nav .swiper-slide:hover {
	background: linear-gradient(90deg, #D85252 0%, #732121 100%)!important;
}
.vsw {
	margin-top: -92px!important;
}
.vserv-section {
	position: relative;
}
.vserv-section:after {
	content: '';
	background: url(../vimg/vserv-image.png) no-repeat;
	width: 413px;
	height: 308px;
	position: absolute;
	top: 93px;
	right: 0;
}
.vserv-in {
	padding: 30px 0 45px 0;
}
.vtext,
.vtext * {
	line-height: 1.8;
}
.vtext > * {
	margin-bottom: 18px;
}
.vtext > *:last-child {
	margin-bottom: 0;
}
.vtext ul,
.vtext ol {
	padding-left: 18px;
}
.vtext li {
	margin-bottom: 10px;
}
.vtext li::marker {
	color: #9E2721;
}
.vtext li:last-child {
	margin-bottom: 0;
}
.vtext img {
	max-width: 100%;
}
.vserv-max {
	width: calc(100% - 180px);
}
.vel-section {
	background: #2D2927;
}
.vel-in {
	padding: 30px 0;
	color: #fff;
}
.vel-title {
	margin-bottom: 30px;
}
.vel-title * {
	color: #fff;
}
.vel-items {
	max-height: 436px;
	overflow: hidden;
}
.vxslider {
	margin: 0 -15px;
	position: relative;
}
.vxslider-item {
	padding: 0 15px;
}
.vel-item-box {
	background: #fff;
	border: 1px solid rgba(123, 123, 123, 0.42);
	border-radius: 10px;
}
.vel-item-image {
	height: 240px;
	justify-content: center;
	align-items: center;
	position: relative;
}
.vel-item-image img {
	max-height: 95%;
	max-width: 95%;
	filter: grayscale(100%);
}
.vel-item-label {
	background: linear-gradient(90deg, #9E2721 0%, #7C2424 100%);
	border-radius: 4px;
	padding: 2px 9px;
	font-size: 12px;
	text-transform: uppercase;
	position: absolute;
	top: 20px;
	right: 27px;
	z-index: 2;
}
.vel-item-cont {
	padding: 0 27px 27px 27px;
	text-align: center;
	font-size: 15px;
	color: #000;
}
.vel-item-title {
	margin-bottom: 35px;
}
.vel-item-text {
	margin-bottom: 25px;
}
.vel-item-order-btn {
	width: 100%;
}
.vel-item-order-btn:hover {
	background: linear-gradient(90deg, #9E2721 0%, #7C2424 100%);
}
.vel-btext {
	margin-top: 30px;
}
.vos-in {
	padding: 45px 0;
}
.vos-rit {
	margin-top: 105px;
}
.vmslider-div {
	margin-left: calc((100vw - 1463px) / 2);
}
.vos-rit-title {
	margin-bottom: 28px;
}
.vmslider-item {
	padding-right: 10px;
}
.vmslider-item-box img {
	height: 335px;
	object-fit: cover;
	width: 100%;
	display: block;
	opacity: 0.6;
	filter: grayscale(100%);
	transition: 300ms;
}
@media(min-width: 992px) {
	.vmslider-item-box img:hover {
		opacity: 1;
		filter: grayscale(0%);
	}
}
.vslider {
	position: relative;
}
.vslider-arrow {
	background: rgba(45, 41, 39, 0.83);
	width: 67px;
	height: 67px;
	position: absolute;
	border-radius: 50px;
	top: 50%;
	margin: -33.5px 0 0 0;
	transition: 300ms;
	z-index: 5;
	cursor: pointer;
}
.vslider-arrow:hover {
	background: #000;
}
.vslider-arrow:after {
	content: '';
	background: url(../vimg/varrow.svg) no-repeat;
	width: 29px;
	height: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -10px 0 0 -14.5px;
}
.vslider-prev-arrow:after {
	transform: scale(-1);
}
.vslider-prev-arrow {
	left: 45px;
}
.vslider-next-arrow {
	right: 45px;
}
.vslider-arrow.slick-disabled {
	display: none!important;
}
.vprem-section {
	background: #2D2927;
	position: relative;
	z-index: 3;
}
.vprem-in {
	padding: 30px 0 30px 0;
	color: #fff;
}
.vprem-title {
	margin-bottom: 20px;
}
.vprem-title * {
	color: #fff;
}
.vprem-subtitle {
	margin-bottom: 105px;
}
.vprem-items {
	margin: -60px -40px;
}
.vprem-item {
	width: calc(100% / 4);
	padding: 60px 40px;
}
.vprem-item-box {
	position: relative;
	width: 335px;
	margin: 0 auto;
	padding-bottom: 35px;
}
/*.vprem-item-1 .vprem-item-box {
	margin: -44px 0 0 -29px;
	width: 369px;
}*/
.vprem-item-link {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
}
.vprem-item-back {
	background: url(../vimg/vborder.png) no-repeat center / contain;
	width: 100%;
	height: 100%;
	border-radius: 30px;
	position: absolute;
	top: 0;
	left: 0;
	transform: scale(0);
	transition: 300ms;
}
/*.vprem-item-1 .vprem-item-back {
	width: calc(100% - 29px);
	height: calc(100% - 44px);
	top: 38px;
	left: 34px;
}*/
.vprem-item-image {
	width: 302px;
	background: #fff;
	position: relative;
	z-index: 2;
	transition: 400ms;
	height: 416px;
	/*transform: matrix(1, 0, -0.08, 1, 0, 0);*/
	transform: skew(-4deg);
	border-radius: 30px;
	overflow: hidden;
}
.vprem-item-image img {
	display: block;
	/*max-width: 100%;
	margin: -45px auto -23px auto;*/
	position: absolute;
	height: 100%;
	left: 35%;
	top: 0;
	height: 100%;
	transform: scale(1.5);
	transition: 400ms;
}
.vprem-item-arrow {
	background: rgba(45, 41, 39, 0.83);
	width: 67px;
	height: 67px;
	position: absolute;
	border-radius: 50px;
	transition: 400ms;
	z-index: 3;
	cursor: pointer;
	bottom: 88px;
	right: 82px;
	transform: translateY(100%);
	opacity: 0;
}
.vprem-item-arrow:after {
	content: '';
	background: url(../vimg/varrow.svg) no-repeat;
	width: 29px;
	height: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -10px 0 0 -14.5px;
}
/*.vprem-item-1 .vprem-item-arrow {
	bottom: 80px;
	right: 76px;
}*/
@media(min-width: 992px) {
	.vprem-item-box:hover .vprem-item-image {
		transform: translate(-21px, -35px) skew(-4deg);
		overflow: visible;
	}
	.vprem-item-box:hover .vprem-item-image img {
		transform: translate(-50%, -45px) scale(1);
		height: calc(100% + 68px);
		left: 50%;
	}
	.vprem-item-box:hover .vprem-item-back {
		transform: scale(1);
	}
	.vprem-item-box:hover .vprem-item-arrow {
		transform: translateY(0);
		opacity: 1;
	}
}
.vg-in {
	padding: 45px 0 45px 0;
}
.vg-main {
	position: relative;
}
.vg-cont {
	max-width: 657px;
	position: relative;
	z-index: 3;
}
.vg-title {
	margin-bottom: 20px;
}
.vg-text {
	margin-bottom: 92px;
	line-height: 2;
}
.vg-btext {
	color: #2D2927;
	font-size: 14px;
	margin-bottom: 22px;
}
.vg-btext > div:not(:first-child) {
	display: none;
}
.vg-images {
	position: absolute;
	right: 0;
	top: -80px;
	width: 645px;
}
.vg-images .vslider-prev-arrow {
	left: 0;
}
.vg-images .vslider-next-arrow {
	right: 0;
}
.vg-images-item img {
	width: 100%;
}
.vg-org {
	margin-top: 60px;
	position: relative;
	z-index: 3;
}
.vg-org-title {
	margin-bottom: 20px;
}
.vg-org-subtitle {
	margin-bottom: 25px;
}
.vg-org-btext {
	margin-top: 25px;
}
.vg-max {
	max-width: 1448px;
}
.vg-thumbs {
	gap: 19px;
}
.vg-thumbs-item-box {
	cursor: pointer;
	position: relative;
}
.vg-thumbs-item img {
	width: 100px;
	display: block;
	border-radius: 4px;
}
.vg-thumbs-item.active .vg-thumbs-item-box:after {
	content: '';
	background: url(../vimg/vcheck.svg) no-repeat center #9A2621;
	width: 33px;
	height: 33px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -16.5px 0 0 -16.5px;
	border-radius: 50px;
}
.vd-section {
	background: #2D2927;
	margin-bottom: 44px;
}
.vd-in {
	padding: 32px 0 40px 0;
	color: #fff;
}
.vd-title {
	margin-bottom: 37px;
}
.vd-title > * {
	color: #fff;
}
.vd-item-box {
	background: #fff;
	border-radius: 10px;
	padding: 32px 28px 28px 28px;
	color: #000;
	height: 100%;
}
.vd-item-image > img {
	display: block;
	width: 100%;
	height: 253px;
	object-fit: cover;
	border-radius: 10px;
	filter: grayscale(100%);
}
.vd-item-image {
	margin-bottom: 22px;
}
.vd-item-title {
	font-weight: 500;
	font-size: 20px;
	margin-bottom: 17px;
	min-height: 32px;
}
.vd-item-text {
	color: #5F5F5F;
	margin-bottom: 33px;
}
.vd-item-actions {
	justify-content: space-between;
}
.vd-item-actions-btn {
	width: calc(50% - 15px);
	min-width: 1px!important;
}
.vd-btext {
	margin-top: 40px;
}
.vreviews .reviews-slider__item {
	background: #fff;
	border: 1px solid #bcbcbc;
	border-radius: 8px;
	position: relative;
	padding: 16px;
}
.vreviews .reviews-slider__item:after {
	content: '';
	background: url(../vimg/vpol.png) no-repeat;
	position: absolute;
	top: 100%;
	right: 25px;
	width: 36px;
	height: 24px;
}
.vreviews .reviews-slider__item:before {
	content: '';
	background: #fff;
	width: 30px;
	height: 1px;
	position: absolute;
	bottom: -1px;
	right: 27px;
	z-index: 2;
}
@media(max-width: 1800px) {
	.vserv-max {
		width: calc(100% - 500px);
	}
}
@media(max-width: 1500px) {
	.vprem-items {
		zoom: 0.75;
	}
}
@media(max-width: 1408px) {
	.vip-page {
		font-size: 15px;
	}
	.vmslider-div {
		padding-left: 15px;
		margin-left: 0;
	}
	.vmslider-item-box img {
		height: 285px;
	}
	.vnew .main-banner__item.service-banner__item.swiper-slide {
		padding-left: 0;
	}
}
@media(max-width: 1280px) {
	.vg-images {
		width: 445px;
		top: -50px;
	}
	.vmslider-item-box img {
		height: 220px;
	}
}
@media(max-width: 1150px) {
	.vxslider {
		margin: 0 -10px;
	}
	.vxslider-item {
		padding: 0 10px;
	}
	.vel-item-image {
		height: 200px;
	}
	.vel-item-cont {
		padding: 0 18px 22px 18px;
	}
	.vos-text img {
		width: 450px;
	}
	.vprem-items {
		zoom: 0.7;
	}
	.vg-images {
		width: 600px;
		max-width: 100%;
		position: static;
		margin: -90px 0 -45px 0;
	}
	.vg-text {
		margin-bottom: 25px;
	}
	.vg-cont {
		max-width: 100%;
	}
	.vprem-subtitle {
		margin-bottom: 65px;
	}
	.vd-item-box {
		padding: 20px;
	}
}
@media(max-width: 991px) {
	.vos-rit {
		margin-top: 55px;
	}
	.vmslider-item-box img {
		height: 185px;
	}
	.vserv-section:after {
		display: none;
	}
	.vserv-max {
		width: 100%;
	}
	.vprem-items {
		zoom: 0.53;
	}
	/*.vprem-scroll {
		overflow-x: scroll;
	}
	.vprem-scroll::-webkit-scrollbar { 
		width: 0; 
	}
	.vprem-scroll-in {
		padding: 30px 0 0 15px;
		width: 780px;
	}*/
	.vmslider .slick-current .vmslider-item-box img {
		opacity: 1;
		filter: grayscale(0%);
	}
}
@media(max-width: 800px) {
	.vprem-items {
		margin: 0 -10px;
	}
}
@media(max-width: 650px) {
	.vip-page {
		font-size: 14px;
	}
	.vos-text img {
		float: none!important;
	}
	.vprem-in {
		display: flex;
		flex-wrap: wrap;
	}
	.vprem-in > * {
		width: 100%;
	}
	.vprem-title {
		order: 10;
	}
	.vprem-subtitle {
		order: 30;
		margin: 0;
	}
	.vprem-scroll {
		order: 20;
	}
	.vg-thumbs-item img {
		width: 63px;
	}
	.vg-thumbs {
		gap: 10px 8px;
	}
	.vmslider-item-box img {
		height: 300px;
	}
	.vsection-title,
	.vsection-title h2, 
	.vsection-title h3 {
		font-size: 22px;
	}
	.vtext h2,
	.vtext h3 {
		font-size: 22px;
	}
	.vsection-title * {
		line-height: 30px;
	}
	.vtext > * {
		margin-bottom: 12px;
	}
	.vslider-next-arrow {
		right: 10px;
	}
	.vg-images .vslider-arrow {
		display: none!important;
	}
	.vd-item-image > img {
		height: 180px;
	}
	.vtext, 
	.vtext * {
		line-height: 1.3;
	}
	.vnew .banner-top-wrap.mainpage-banner_new.main-domen-banner.service {
		height: 685px;
	}
	.vnew .banner-top-wrap::after {
		display: none;
	}
	.vnew .slider-content {
		padding: 0 15px;
	}
	.vg-org-title {
		margin-bottom: 13px;
	}
	.vd-item-actions-order {
		width: 138px;
	}
	.vd-item-actions-call {
		widt: 128px;
	}
	.vg-thumbs-item.active .vg-thumbs-item-box:after {
		background-size: 60%;
		width: 27px;
		height: 27px;
		margin: -13.5px 0 0 -13.5px;
	}
}
@media(max-width: 550px) {
	.vprem-items .slick-current .vprem-item-image {
		transform: translate(-21px, -35px) skew(-4deg);
		overflow: visible;
	}
	.vprem-items .slick-current .vprem-item-image img {
		transform: translate(-50%, -45px) scale(1);
		height: calc(100% + 68px);
		left: 50%;
	}
	.vprem-items .slick-current .vprem-item-back {
		transform: scale(1);
	}
	.vprem-items .slick-current .vprem-item-arrow {
		transform: translateY(0);
		opacity: 1;
	}
	.vprem-items {
		zoom: 0.6;
		margin-left: 10px;
		margin-right: 10px;
	}
	.vprem-scroll {
		margin-right: -19px;
		width: calc(100% + 19px);
	}
}