@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
	margin: 0;
	padding: 0;
	width: 100%;
	font-family: "Montserrat", sans-serif;
}

a, p, h1, h2, h3, h4, h5, h6 {
	margin: 0;
    text-decoration: none;
    line-height: 1.2;
}
button:focus,
textarea:focus,
select:focus{
	outline: none!important;
	box-shadow: none;
}
input:focus{
	outline: none!important;
}
a:active, a:focus {
  outline: 0;
  outline: none!important;
  -moz-outline-style: none;
}

span, button, img, a {
	transition: .3s all ease;
}

a, span, button {
	display: inline-block;
}

.wrapper {
	overflow: hidden;
}


header {
	padding: 14px 0;
}
.navbar {
	padding: 0;
}
.navbar .navbar-brand {
	padding: 0;
	margin-right: 75px;
}
.navbar .nav-item .nav-link {
	padding: 0;
	font-size: 18px;
	font-weight: 500;
	line-height: 21.94px;
	color: #000;
}
.nav-right .head-tel:hover,
.navbar .nav-item .nav-link:hover {
	color: #DA291C;
}
.navbar-expand-lg .navbar-collapse {
	justify-content: space-between;
	width: 100%;
}
.navbar-expand-lg .navbar-nav {
	width: 100%;
	justify-content: space-between;
	/* gap: 0 85px; */
}

.nav-right {
	display: flex;
	align-items: center;
	gap: 0 80px;
	margin-left: 65px;
}
.nav-right .head-social {
	display: flex;
	align-items: center;
	gap: 0 18px;
}
.nav-right .head-tel {
	display: flex;
	align-items: center;
	gap: 6px;
	font-size: 25.4px;
	font-weight: 500;
	line-height: 30.96px;
	color: #000;
	white-space: nowrap;
}


.main-sec {
	position: relative;
	padding-left: 125px;
}
.main-slide {
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}
/* main slide arrows */
.main-slide .swiper-buttons {
	position: absolute;
	right: 16%;
	bottom: 70px;
	display: flex;
	align-items: center;
	gap: 0 40px;
}

.swiper-btn-next,
.swiper-btn-prev {
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
	border: none;
	background: transparent;
	padding: 0 20px;
}


.main-box {
	padding: 106px 0 91px 95px;
	border-radius: 20px 0 0 20px;
	background-image: url('../images/main-bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.main-box::after {
	content: "";
	background: #FFFFFF;
	filter: blur(250px);
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
}
.main-box > * {
	position: relative;
	z-index: 2;
}
.main-title {
	max-width: 613px;
	width: 100%;
	margin-bottom: 38px;
}
.main-title .title-h1 {
	margin-bottom: 12px;
	font-family: 'BankGothic RUSS';
	font-style: normal;
	font-weight: 400;
	font-size: 82.434px;
	line-height: 52px;
	color: #231F20;
}
.main-title .title-h1 span {
	color: #DA291C;
}
.main-title p {
	font-size: 25.06px;
	font-weight: 400;
	line-height: 30.55px;
	color: #231F20;
}
.main-block {
	max-width: 700px;
	width: 100%;
	margin-bottom: 70px;
	display: flex;
	align-items: flex-end;
}
.main-block .main-item span {
	position: relative;
	font-size: 24.74px;
	font-weight: 400;
	line-height: 30.16px;
	color: #000;
	margin-top: 22px;
	padding-left: 75px;
}
.main-block .main-item span::before {
	content: "";
	position: absolute;
	left: 0;
	top: 15px;
	display: inline-block;
	width: 58px;
	height: 1px;
	background-color: #E70E16;
}

.main-block .main-item img {
	padding-left: 70px;
	height: 140px;
}
.main-block .main-item {
	width: 100%;
}
.main-block .main-item.two img {
	padding-left: 80px;
	height: 90px;
}
.main-btns {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 15px 0;
}
.main-btns .main-btn {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0 40px;
	font-size: 21.04px;
	font-weight: 600;
	line-height: 25.65px;
	color: #fff;
	box-shadow: 3.4px 3.4px 17.01px 0px #00000082;
	background-color: #DA291C;
	background-image: url('../images/mini-money-img.png');
	background-repeat: no-repeat;
	background-size: 65px 70px;
	background-position: 37px 11px;
	border-radius: 17px;
	max-width: 546px;
	width: 100%;
	height: 94px;
	text-align: center;
	padding: 10px 10px 10px 80px;
}
.main-btns .main-btn:last-child {
	background-image: url('../images/mini-hand-phone-img.png');
	background-size: contain;
	background-position: 20px 0;
}
.main-btns .main-btn:hover {
	box-shadow: 3px 3px 5px 0px #00000082;
}



.slide-sec {
	padding: 80px 0;
}

.slide-content {
	position: relative;
}
.swiper-btns button {
	background-color: transparent;
	border: none;
}
.slide-content .swiper-button-next:after,
.slide-content .swiper-button-prev:after {
	color: #000;
	font-weight: 600;
}
.slide-content .swiper-button-prev {
	left: -50px;
}
.slide-content .swiper-button-next {
	right: -50px;
}
.slide-box {
	overflow: hidden;
	display: flex;
	flex-direction: column;
	position: relative;
}
.slide-block {
	display: flex;
	gap: 0 54px;
}
.slide-block .slide-img {
	height: 335px;
	min-width: 316px;
}
.slide-block .slide-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	overflow: hidden;
	border-radius: 20px;
}
.slide-block .slide-text span {
	display: block;
	font-size: 24px;
	font-weight: 600;
	line-height: 30px;
	color: #231F20;
	margin-bottom: 35px;
}
.slide-block .slide-text p {
	font-size: 20px;
	font-weight: 400;
	line-height: 24.38px;
	color: #000;
	margin-bottom: 30px;
}
.slide-block .slide-text a {
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	color: #DA291C;
}


.map-sec {
	padding: 100px 0 80px;
	background: #F9F9F9;
}
.map-box {
	max-width: 1700px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 0 15px;
}
.map-sec .title {
	text-align: center;
	margin-bottom: 80px;
}
.map-sec .title p {
	font-size: 30px;
	font-weight: 400;
	line-height: 36.57px;
	margin-top: 20px;
	color: #231F20;
}
.title-h2 {
	font-family: 'BankGothic RUSS';
	font-size: 56px;
	font-weight: 400;
	line-height: 1;
	color: #231F20;
}
.title-h2 span {
	color: #DA291C;
}
.map-sec .map {
	border-radius: 20px;
	overflow: hidden;
}
.map-sec .map img {
	width: 100%;
	height: 100%;
}

.care-sec {
	padding-top: 100px;
	padding-left: 125px;
}
.care-box {
	margin-left: auto;
	border-radius: 20px;
	background-image: url('../images/care-bg.png');
	background-repeat: no-repeat;
	background-size: cover;
	padding: 50px 60px;
}
.care-sec .title {
	max-width: 934px;
	margin: 0 auto 60px;
	text-align: center;
}
.care-item {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	height: 440px;
	box-shadow: 4px 4px 20px 0px #00000012;
	background: #FFFFFF;
	border-radius: 20px;
	padding: 44px 50px 55px;
}
.care-item img {
	max-width: 100%;
}
.care-item span {
	display: block;
	font-size: 24px;
	font-weight: 700;
	line-height: 29.26px;
	color: #000;
}
.care-item p {
	font-size: 20px;
	font-weight: 500;
	line-height: 24px;
	color: #000;
}
.care-item:hover span,
.care-item:hover p {
	color: #fff;
}
.care-item:hover {
	background: #DA291C;
}


.card-sec {
	padding: 100px 0 40px;
}
.card-sec .row {
	gap: 30px 0;
}
.card-sec .title {
	text-align: center;
	margin-bottom: 60px;
}
.card-item {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px 0;
}
.card-item img {
	width: 100%;
}
.card-item span {
	border-radius: 16px;
	background: #D9D9D9;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	font-weight: 600;
	line-height: 24px;
	color: #000;
	height: 56px;
	width: 100%;
}

.info-sec {
	padding: 60px 0;
	background: #F7F7F7;
}
.info-sec .info-item {
	font-size: 20px;
	font-weight: 600;
	line-height: 24.38px;
	color: #000;
	padding: 28px 46px;
	background: #D9D9D9;
	border-radius: 20px;
	text-align: center;
	width: 100%;
}
.info-sec .info-rov {
	justify-content: center;
	gap: 20px 0;
}

.service-sec {
	padding-top: 100px;
}
.service-sec .title {
	text-align: center;
	margin-bottom: 60px;
}

.service-rov {
	gap: 20px 0;
	margin-left: -10px;
	margin-right: -10px;
}
.service-rov > * {
	padding-left: 10px;
	padding-right: 10px;
}
.service-item {
	border-radius: 20px;
	height: 100%;
	padding: 45px;
	background-image: url('../images/service-bg.png');
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	height: 545px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.title-h4 {
	font-family: 'BankGothic RUSS';
	font-size: 38px;
	font-weight: 400;
	line-height: 24px;
	color: #000;
	margin-bottom: 10px;
}
.service-item ul {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
}
.service-item ul li {
	position: relative;
	font-size: 20px;
	font-weight: 500;
	line-height: 24px;
	color: #000;
}
.service-item ul li::before {
	content: "";
	display: inline-block;
	min-width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #000;
	margin-right: 14px;
	position: relative;
	top: -5px;
}
.service-btn {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.service-btn span {
	display: block;
	font-family: 'BankGothic RUSS';
	font-size: 40px;
	font-weight: 400;
	line-height: 25px;
	text-align: center;
	color: #000;
	margin-bottom: 30px;
}
.service-btn a {
	font-size: 19px;
	font-weight: 600;
	line-height: 24px;
	text-align: center;
	width: 100%;
	color: #fff;
	padding: 17px;
	box-shadow: 2px 2px 10px 0px #00000082;
	background: #DA291C;
	border-radius: 10px;
}
.service-btn a:hover {
	box-shadow: 2px 2px 20px 0px #00000082;
}

.big-service {
	padding: 58px 45px 40px 30px;
	background-image: url('../images/big-service-bg.png');
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 20px;
	background-color: #DA291C;
}
.big-service .title-h4 {
	color: #fff;
	max-width: 550px;
	min-height: 107px;
	margin-bottom: 12px;
}
.big-service ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
	max-width: 410px;
}
.big-service ul li {
	position: relative;
	font-size: 20px;
	font-weight: 500;
	line-height: 24px;
	color: #fff;
	display: flex;
	align-items: flex-start;
	
}
.big-service ul li span {
	display: inline-block;
	min-width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #fff;
	margin-right: 14px;
	position: relative;
	top: 10px;
}

.big-service .service-price {
	max-width: 340px;
	margin-left: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	margin-top: -45px;
}
.big-service .service-price span {
	font-family: 'BankGothic RUSS';
	font-size: 40.62px;
	font-weight: 400;
	line-height: 25.55px;
	text-align: center;
	color: #fff;
	margin-bottom: 34px;
}
.big-service .service-price a {
	font-size: 19.78px;
	font-weight: 600;
	line-height: 24.11px;
	text-align: center;
	box-shadow: 2px 2px 10px 0px #00000082;
	padding: 10px;
	border-radius: 10px;
	background-color: #fff;
	width: 100%;
	height: 58px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000;
}
.big-service .service-price a:hover {
	box-shadow: 2px 2px 20px 0px #00000082;
}
.service-end {
	margin-top: 45px;
	font-size: 24px;
	font-weight: 500;
	line-height: 29.26px;
	color: #000;
	margin-left: 50px;
}
.service-end span {
	color: #E70E16;
}


.banner-sec {
	padding-top: 180px;
	padding-left: 125px;
}
.banner-sec .banner-box {
	background-image: url('../images/banner-bg.png');
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 20px;
	position: relative;
	padding: 130px 0 90px 130px;
}
.banner-sec .banner-box::after {
	content: "";
	position: absolute;
	right: -25%;
	top: 0;
	height: 100%;
	width: 600px;
	background: #FFFFFF;
	filter: blur(54.4025px);
}
.banner-sec .banner-title {
	max-width: 660px;
	margin-bottom: 90px;
}
.banner-sec .banner-title .title-h2 {
	font-size: 60px;
	font-weight: 400;
	line-height: 43px;
	color: #000;
}
.banner-box .store-links {
	display: flex;
	align-items: center;
	gap: 20px;
}
.banner-box .store-links a img {
	height: 92px;
}
.banner-box .store-links a:hover img {
	transform: scale(.98);
}
.banner-box .banner-img {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 43%;
}


.review-sec {
	padding-top: 80px;
}
.review-sec .title {
	text-align: center;
	margin-bottom: 70px;
}
.review-sec .title-h2 {
	font-size: 60px;
}
.review-sec .title p {
	font-size: 30px;
	font-weight: 400;
	line-height: 36.57px;
	color: #231F20;
	margin-top: 20px;
}

.review-rov {
	margin-left: -5px;
	margin-right: -5px;
}
.review-rov > * {
	padding-left: 5px;
	padding-right: 5px;
}
.review-img img {
	width: 100%;
	display: block;
	box-shadow: 4px 4px 20px 0px #00000012;
}
.review-img {
	margin-bottom: 10px;
}
.review-img:last-child {
	margin-bottom: 0;
}


.contact-sec {
	padding-top: 140px;
}
.contact-sec .title {
	text-align: center;
}
.contact-sec .title-h2 {
	font-size: 60px;
	line-height: 42px;
	margin-bottom: 30px;
}
.contact-con {
	background: #F7F7F7;
}
.contact-block {
	padding: 60px 0;
}
.contact-rov {
	justify-content: center;
}

.contact-in {
	display: flex;
	align-items: flex-start;
	gap: 0 30px;
}
.contact-item {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
}

.contact-item .contact-info p {
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	color: #000;
	margin-bottom: 20px;
}
.contact-item .contact-info a {
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	color: #000;
	text-decoration: underline;
}
.contact-item .contact-info a:hover {
	text-decoration: none;
}
.contact-item .contact-btns {
	margin-top: 30px;
	/*padding-left: 83px;*/
}
.contact-item .contact-btns a {
	max-width: 340px;
	width: 100%;
	height: 58px;
	font-size: 19.78px;
	font-weight: 600;
	line-height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	border: 1px solid transparent;
}
.contact-item .contact-btns .red-btn {
	background: #DA291C;
	color: #fff;
	box-shadow: 2px 2px 10px 0px #00000082;
	margin-bottom: 20px;
}
.contact-item .contact-btns .red-btn:hover {
	box-shadow: 2px 2px 20px 0px #00000082;
}
.contact-item .contact-btns .border-btn {
	border-color: #EB0E16;
	color: #000;
}
.contact-item .contact-btns .border-btn:hover {
	background: #EB0E16;
	color: #fff;
}
.contact-item .contact-btns {
	display: flex;
	flex-direction: column;
	width: 100%;
}
.contact-item .contact-btns.one {
	align-items: center;
}
.contact-item .contact-btns.two {
	padding-left: 102px;
}



footer {
	padding: 40px 0;
}

.ftr-end {
	text-align: center;
	margin-top: 36px;
}
.ftr-end a {
	font-size: 20px;
	font-weight: 400;
	line-height: 24.38px;
	color: #000;
	text-decoration: underline;
}
.ftr-end a:hover {
	text-decoration: none;
	color: #E70E16;
}
.ftr-end p {
	font-size: 20px;
	font-weight: 400;
	line-height: 24.38px;
	color: #000;
}


/* modal style */
.modal-dialog {
	max-width: 680px;
}
.modal-content {
	padding: 130px 10px 80px;
	border: none;
	border-radius: 0;
	background-color: #fff;
}
.modal-body {
	padding: 0;
	text-align: center;
}
.modal-body .title-h2 {
	font-size: 41px;
	font-weight: 400;
	line-height: 25px;
	color: #231F20;
	margin-bottom: 16px;
}
.modal-body p {
	font-size: 21px;
	font-weight: 400;
	line-height: 26px;
	color: #231F20;
	margin-bottom: 45px;
}
.modal-body a {
	font-size: 21px;
	font-weight: 600;
	line-height: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	box-shadow: 3.4px 3.4px 17.01px 0px #00000082;
	background: #DA291C;
	border-radius: 16px;
	width: 420px;
	height: 90px;
	margin-left: auto;
	margin-right: auto;
}

.vertical-text {
	-ms-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-ms-transform-origin: right top 0;
	-moz-transform-origin: right top 0;
	-webkit-transform-origin: right top 0;
	transform-origin: right top 0;
	right: 99%;
	white-space: nowrap;
	text-transform: uppercase;
	cursor: vertical-text;
	position: absolute;
	display: block;
	height: auto;
	direction: rtl;
	z-index: 11;
	font-size: 18px;
	font-weight: 500;
	line-height: 22px;
	color: #979797;
	position: fixed;
	left: 55px;
	top: 200px;
}



.mob {display: none !important;}





















@media only screen and (max-width: 1800px){
	.vertical-text {
		font-size: 16px;
	}
	.map-box {
		max-width: 1340px;
	}
	.main-box {
		padding: 90px 0 90px 80px;
	}
	.nav-right .head-tel {
		font-size: 20px;
		line-height: 24px;
	}
	.nav-right .head-tel img {
		height: 28px;
	}
	.nav-right .head-social {
		gap: 0 10px;
	}
	.nav-right .head-social a img {
		height: 35px;
	}
	.navbar-expand-lg .navbar-nav {
		justify-content: flex-start;
		gap: 0 60px;
	}
	.navbar .navbar-brand img {
		height: 80px;
	}
	.main-block .main-item img {
		height: 100px;
	}
	.main-block .main-item.two img {
		height: 60px;
	}
	.main-block .main-item span {
		font-size: 20px;
		line-height: 26px;
	}
}


@media only screen and (max-width: 1600px) {
	.main-sec {
		padding-left: 100px;
	}
	.vertical-text {
		left: 35px;
	}
	.slide-block {
		gap: 0 30px;
	}
	.slide-block .slide-text span {
		font-size: 20px;
		line-height: 1.2;
	}
	.slide-block .slide-text a,
	.slide-block .slide-text p {
		font-size: 16px;
		line-height: 1.2;
	}
	.slide-content {
		padding-left: 50px;
		padding-right: 50px;
	}
	.slide-content .swiper-button-next {
		right: -10px;
	}
	.slide-content .swiper-button-prev {
		left: 0;
	}
	.map-box {
		max-width: 1320px;
	}
}


@media only screen and (max-width: 1400px) {
	.nav-right {
		gap: 0 40px;
		margin-left: 40px;
	}
	.nav-right .head-tel {
		font-size: 18px;
		line-height: 1.2;
	}
	.navbar .navbar-brand {
		margin-right: 60px;
	}
	.navbar-expand-lg .navbar-nav {
		gap: 0 50px;
	}
	.slide-block .slide-img {
		min-width: 250px;
	}
	.review-sec .title p,
	.map-sec .title p {
		font-size: 24px;
		line-height: 1.2;
		margin-top: 10px;
	}
	.map-sec {
		padding: 60px 0;
	}
	.map-box {
		max-width: 1140px;
	}
	.title-h2 {
		font-size: 50px;
	}
	.care-sec .title {
		margin-bottom: 50px;
	}
	.map-sec .title {
		margin-bottom: 40px;
	}
	.care-item span {
		font-size: 20px;
		line-height: 1.2;
	}
	.care-item p {
		font-size: 16px;
		line-height: 1.2;
	}
	.info-sec .info-item {
		padding: 20px;
	}
	.big-service ul li,
	.service-item ul li {
		font-size: 16px;
		line-height: 1.2;
	}
	.service-item {
		height: 100%;
		gap: 30px 0;
		padding: 30px;
	}
	.service-item .title-h4 {
		margin-bottom: 0;
	}
	.service-end {
		margin-top: 30px;
		margin-left: 30px;
		font-size: 18px;
		line-height: 1.2;
	}
	.big-service .title-h4 {
		margin-bottom: 30px;
		min-height: auto;
	}
	.title-h4 {
		font-size: 34px;
	}
	.big-service .service-price span {
		margin-bottom: 24px;
	}
	.big-service .service-price {
		margin-top: -35px;
	}
	.banner-sec .banner-box {
		padding: 100px 0 80px 60px;
	}
	.banner-sec {
		padding-left: 100px;
		padding-top: 120px;
	}
	.banner-box .store-links a img {
		height: 80px;
	}
	.review-sec .title {
		margin-bottom: 50px;
	}
	.contact-sec .title-h2,
	.review-sec .title-h2,
	.banner-sec .banner-title .title-h2 {
		font-size: 50px;
	}
	.care-sec {
		padding-left: 100px;
	}
	.main-title .title-h1 {
		font-size: 64px;
	}
	.main-title p {
		font-size: 20px;
		line-height: 1.2;
	}
	.main-title {
		margin-bottom: 30px;
	}
	.main-block {
		max-width: 600px;
		margin-bottom: 50px;
	}
	.main-block .main-item span {
		margin-top: 10px;
		padding-left: 60px;
		font-size: 18px;
		line-height: 1.2;
	}
	.main-block .main-item span::before {
		width: 40px;
	}
	.main-btns .main-btn {
		font-size: 18px;
		line-height: 1.2;
		gap: 0 20px;
		max-width: 460px;
		/* padding: 5px 20px; */
		height: 80px;
	}
	.care-item {
		padding: 30px;
	}
	.modal-content {
		padding: 80px 20px 60px;
	}
}











@media only screen and (max-width: 576px){
	.mob {display: block !important;}
	.pc {display: none !important;}

	header {
		padding: 8px 0 12px;
	}
	.navbar .navbar-brand img {
		height: 38px;
	}
	.menu-opener {
		display: flex;
		flex-direction: column;
		align-items: center;
		padding: 0;
		border: none;
		background-color: transparent;
	}
	.menu-opener span {
		position: relative;
		z-index: 10003;
		border-radius: 20px;
		background: #DA291C;
		width: 30px;
		height: 3px;
		margin-bottom: 4px;
	}
	.menu-opener span.three {
		margin-bottom: 0;
	}
	.menu-opener.active span.one {
		transform: rotate(45deg);
		top: 7px;
	}
	.menu-opener.active span.three {
		transform: rotate(-45deg);
		top: -7px;
	}
	.menu-opener.active span.two {
		opacity: 0;
	}
	.navbar-expand-lg .navbar-collapse {
		position: fixed;
		right: -100%;
		top: 0;
		width: 100%;
		background-color: #fff;
		z-index: 10002;
		padding: 20px 15px 30px;
		height: 100%;
		transition: .4s all ease;
	}
	.navbar-expand-lg .navbar-collapse.active {
		right: 0;
	}
	body.no-scroll {
		overflow: hidden;
	}
	.nav-right {
		flex-direction: column;
		margin: 50px 0 0;
		gap: 40px 0;
	}
	.navbar .nav-item .nav-link {
		text-align: center;
		font-size: 16px;
		line-height: 19px;
	}
	.navbar-expand-lg .navbar-nav {
		gap: 24px 0;
		margin-top: 60px;
	}
	.mob-logo {
		text-align: center;
		display: block;
	}
	.mob-logo img {
		height: 59px;
	}
	.nav-right .head-tel {
		font-size: 19px;
		line-height: 23px;
	}
	footer .navbar-expand-lg .navbar-collapse {
		display: none;
	}
	.vertical-text {
		display: none;
	}
	.banner-sec,
	.care-sec,
	.main-sec {
		padding-left: 0;
	}
	.main-block {
		flex-direction: column;
		align-items: center;
		gap: 30px 0;
	}
	.main-block .main-item span {
		padding-left: 0;
		text-align: center;
		font-size: 14px;
		line-height: 17px;
	}
	.main-block .main-item span::before {
		content: none;
	}
	.main-block .main-item {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.main-block .main-item.two img,
	.main-block .main-item img {
		padding-left: 0;
		height: 80px;
	}

	.main-block .main-item.two img {
		height: 60px;
	}
	.main-box {
		padding: 40px 15px 50px;
		margin-bottom: 0;
		border-radius: 0;
		background-position: -50px 0px;
	}
	.main-title .title-h1 {
		font-size: 40.28px;
		line-height: 25.33px;
		text-align: center;
		margin-bottom: 18px;
	}
	.main-title p {
		font-size: 14px;
		font-weight: 400;
		line-height: 17.07px;
		text-align: center;
		max-width: 184px;
		margin-left: auto;
		margin-right: auto;
	}
	.main-title {
		margin-bottom: 24px;
	}
	.main-box::after {
		width: 100%;
	}
	.main-box > * {
		position: relative;
		z-index: 2;
	}
	.main-btns .main-btn {
		font-size: 12.32px;
		font-weight: 600;
		line-height: 15.02px;
		justify-content: center;
		height: 60px;
		max-width: 100%;
		padding: 10px 10px 10px 35px;
		background-size: 35px;
	}
	.main-slide .swiper-buttons {
		display: none;
	}
	.slide-sec {
		padding: 25px 0;
	}
	.slide-sec .container {
		padding: 0;
	}
	.slide-content {
		padding-left: 25px;
		padding-right: 25px;
	}
	.swiper-button-next:after, .swiper-button-prev:after {
		font-size: 30px;
	}
	.slide-content .swiper-button-next {
		right: 0;
	}
	.slide-block {
		flex-direction: column;
		gap: 0;
	}
	.slide-block .slide-img {
		height: 138px;
	}
	.slide-block .slide-text span {
		margin: 15px auto;
		text-align: center;
		font-size: 14px;
		line-height: 17px;
	}
	.slide-block .slide-text p {
		margin-bottom: 25px;
		font-size: 13px;
		line-height: 15px;
		text-align: center;
	}
	.slide-block .slide-text a {
		font-size: 14px;
		line-height: 17px;
		text-align: center;
		width: 100%;
	}
	.title-h2 {
		font-size: 26px;
		line-height: 16px
	}
	.review-sec .title p, .map-sec .title p {
		font-size: 14px;
		line-height: 17px;
		margin-top: 14px;
	}
	.map-sec .map {
		height: 174px;
	}
	.map-sec .title {
		margin-bottom: 20px;
	}
	.map-sec {
		padding: 35px 0;
	}
	.care-box {
		border-radius: 0;
		padding: 0;
		background: none;
	}
	.care-sec {
		padding-top: 30px;
	}
	.care-box .row {
		padding: 20px;
		gap: 14px 0;
		background: url('../images/care-bg.png');
	}
	.care-sec .title {
		margin-bottom: 50px;
		padding: 0 15px;
	}
	.care-item {
		padding: 15px 20px 30px;
	}
	.care-item {
		height: 100%;
		gap: 15px 0;
		align-items: center;
		text-align: center;
	}
	.care-item span {
		font-size: 14px;
		line-height: 17px;
	}
	.care-item img {
		height: 100px;
	}
	.care-item p {
		font-size: 13px;
		line-height: 15px;
	}
	.card-sec {
		padding: 30px 50px;
	}
	.card-sec .title {
		margin-bottom: 30px;
	}
	.card-item img {
		margin-left: 20px;
	}
	.card-item span {
		font-size: 13px;
		line-height: 15px;
		height: 37px;
	}
	.card-sec .row {
		gap: 20px 0;
	}
	.info-sec {
		padding: 25px 0 30px;
	}
	.info-sec .info-item {
		font-size: 14px;
		line-height: 17px;
		padding: 15px 10px;
	}
	.service-sec {
		padding-top: 40px;
	}
	.service-sec .title {
		margin-bottom: 40px;
	}
	.big-service,
	.service-item {
		padding: 30px 25px;
		gap: 20px 0;
	}
	.big-service .title-h4,
	.service-item .title-h4 {
		font-size: 22px;
		line-height: 14px;
		text-align: center;
		word-break: break-all;
		margin-bottom: 0;
	}
	.big-service ul li, .service-item ul li {
		font-size: 14px;
		line-height: 17px;
	}
	.big-service .service-price span,
	.service-btn span {
		font-size: 26px;
		line-height: 16px;
		margin-bottom: 20px;
	}
	.big-service .service-price a,
	.service-btn a {
		font-size: 13px;
		line-height: 17px;
		padding: 11.5px;
		height: auto;
	}
	.service-item ul li::before {
		top: -3px;
		margin-right: 9px;
	}
	.big-service .service-price {
		margin-top: 0;
	}
	.big-service ul {
		margin: 20px 0;
		text-align: center;
	}
	.big-service ul li {
		display: block;
	}
	.big-service ul li span {
		margin-right: 7px;
		top: -3px;
	}
	.service-end {
		margin: 24px 0 0;
		font-size: 14px;
		line-height: 17px;
		text-align: center;
	}
	.service-end br {
		display: none;
	}
	.banner-sec .banner-box::after {
		content: none;
	}
	.banner-sec {
		padding-top: 60px;
	}
	.banner-sec .banner-box {
		padding: 40px 15px;
		border-radius: 0;
		background-position: -50px 0;
	}
	.contact-sec .title-h2,
	.review-sec .title-h2,
	.banner-sec .banner-title .title-h2 {
		font-size: 26px;
		line-height: 18px;
	}
	.banner-sec .banner-title {
		margin-bottom: 20px;
	}
	.banner-box .store-links {
		flex-direction: column;
		align-items: center;
		gap: 15px 0;
	}
	.banner-mob-img {
		margin-bottom: 25px;
	}
	.review-sec {
		padding-top: 60px;
	}
	.review-sec .title {
		margin-bottom: 30px;
	}
	.review-rov {
		padding-left: 10px;
		padding-right: 10px;
	}
	.contact-sec {
		padding-top: 40px;
		background: #F7F7F7;
	}
	.contact-block {
		padding: 0;
	}
	.contact-in {
		flex-direction: column;
		align-items: center;
		gap: 12px 0;
		text-align: center;
	}
	.contact-item .contact-btns.two,
	.contact-item .contact-btns {
		margin-top: 20px;
		padding-left: 0;
	}
	.contact-item .contact-info a {
		font-size: 14px;
		line-height: 17px;
	}
	.contact-item .contact-info p {
		font-size: 14px;
		line-height: 17px;
		margin-bottom: 10px;
	}
	.contact-item {
		align-items: center;
		justify-content: flex-start;
		margin-bottom: 45px;
	}
	.contact-in .location-icon svg {
		width: 47px;
		height: 47px;
	}
	.contact-item .contact-btns a {
		width: 100%;
		max-width: 100%;
		font-size: 16px;
		line-height: 1.2;
		height: 50px;
	}
	.contact-item .contact-btns .red-btn {
		margin-bottom: 15px;
	}
	footer .navbar .navbar-brand {
		display: none;
	}
	footer {
		padding: 20px 0;
	}
	.ftr-end {
		margin-top: 0;
	}
	.ftr-end p {
		font-size: 14px;
		line-height: 17px;
		margin-top: 4px;
	}
	.ftr-end a {
		font-size: 14px;
		line-height: 17px;
	}
}
































@media only screen and (max-width: 374px) {
	.main-btns .main-btn {
		background-position: 12px 10px;
	}
	.main-btns .main-btn:last-child {
		background-position: 7px 0;
	}
	.care-sec .title {
		padding: 0 40px;
	}
}