/* ===== RESPONSIVE STYLE ===== */

@media (max-width:1600px) {
	html {font-size: 0.55vw}
}

@media (max-width:1440px) {
	.container	{
		max-width:1280px;
	}
	.logo {
		width: 19rem;
		margin-right: 2rem;
	}
}

@media (max-width:1280px) {
	/* Mobile menu */
	.burger{
		width:4.5rem;
		border:1px solid rgba(0,0,0,0.25);
		border-radius: 6px;
		margin-left:15px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: flex-end;
		padding: 1rem;
		min-height: 100%;
	}
	.burger span{
		display: block;
		height: 1px;
		background-color: #333;	
		width: 100%;
	}
	.burger span:last-child {
		width: 70%;
	}
	.burger span:not(:last-child){margin-bottom:5px;}

	.menu__head {
		display: flex;
		align-items: center;
		justify-content: space-between;
		height:90px;
	}
	.submenu {
		height: calc(100vh - 90px);
		box-shadow: none;
		width: 85%;
	}
	.menu {
		position: fixed;
		top: 0;
		right: -100%;
		width: 85%;
		height: 100%;
		background: #fff;
		box-shadow: -2px 0 10px rgba(0, 0, 0, 0.2);
		transition: right 0.3s ease;
		z-index: 100;
		padding:0 20px 45px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	.menu__list {
		flex-direction: column;
	}
	.menu__list li {
		margin: 0;
		border-bottom:1px solid var(--gray);
	}
	.submenu__list {
		height: 75vh;
		overflow-y: auto;
	}
	.submenu__list li {
		margin: 0;
	}
	.menu__list li a, .submenu__list li a {
		padding:1em 0;
		width: 100%;
		font-size: 1.8rem;
	}
	.submenu__list li a {
		padding:0.8em 0;
	}
	.has-submenu {
		display: flex;
		align-items: center;
	}
	.has-submenu::after {
		content:'';
		display:block;
		border-right:1px solid var(--black);
		border-bottom:1px solid var(--black);
		width: 0.5rem;
		height:0.5rem;
		margin-left:1rem;
		transform: rotate(-45deg);
	}
	.back {
		display: flex;
		align-items: center;
		color:rgba(0,0,0,0.4);
		font-size: 12px;
		margin-bottom:10px;
	}
	.back::before {
		content:'';
		display:block;
		border-right:1px solid rgba(0,0,0,0.4);
		border-bottom:1px solid rgba(0,0,0,0.4);
		width: 0.5rem;
		height:0.5rem;
		margin-right:1rem;
		transform: rotate(135deg);
	}
	.submenu__head {
		display: none;
	}
	.mobile-menu__content {
		display: block;
	}
	.tab-hide {
		display: none;
	}
	.header__contact, .language-select, .page__sidebar {
		display: none;
	}
	.page__content {
		width: 100%;
	}

	
}

@media (max-width:1024px) {
	html {font-size: 0.65vw;}
	.tablet-col-2 {grid-template-columns: repeat(2, 1fr);}
	.tablet-col-3 {grid-template-columns: repeat(3, 1fr);}

	.btn {font-size: 1.6rem;}
	.hero__content .item {
		width: 60%;
	}
}

@media (max-width:768px) {
	html {font-size: 10px;}
	p, ul li, ol li, a, .text {font-size: 14px;}
	
	.sm-hide {display:none;}
	.sm-show {display:block;}
	.sm-show.flex {display:flex;}
	.sm-show.inline-flex {display:inline-flex;}

	.popup-window, .thanks-window {width: calc(100% - 40px);}

	.sm-col-1 {grid-template-columns: repeat(1, 1fr);}
	.sm-col-2 {grid-template-columns: repeat(2, 1fr);}
	.sm-col-3 {grid-template-columns: repeat(3, 1fr);}
	.sm-col-1 .item {grid-column: auto; grid-row: auto;}

	.sm-gap-0 {gap:0;}

	.mw-100 {width:100%;}
	.hero__content .item {
		width: 100%;
		margin-bottom:20px;
	}
	.uptitle {
		font-size: 13px;
		padding: 12px 14px;
	}
	.input-wrapper input, .input-wrapper input::placeholder, .input-wrapper textarea::placeholder, .common-select, .btn, .card__block__title, .raiting__num, .map__link, .contact__item, .overview__text p, .checkbox-wrap label, .type__item label {
		font-size: 14px;
	}
	.btn {
		padding: 1.5rem ;
		border-radius: 6px;
		min-height: 50px;
	}
	.share-btn {
		border-radius: 6px;
		min-height: 36px;
	}
	.hero {
		padding: 4rem 0 3rem;
	}
	.search__console {
		flex-wrap: wrap;
		padding: 0;
		border: none;
		background:none;
		margin: 30px 0 40px;
		box-shadow: none;
		justify-content: space-between;
	}
	.search__console__item {
		flex: 0 0 48.5%;
	}
	.search__console__item:last-child {
		flex: 0 0 100%;
		margin-top:15px;
	}
	.search__console__item:not(:last-child) {
		background: #fff;
		padding: 13px 13px 10px 13px;
		border:1px solid var(--gray);
		border-radius: 10px;
		box-shadow: 0 6px 9px rgba(0,0,0,0.04);
	}
	.company__logo {
		margin:0 0 0 10px;
		width: 90px;
		height: 60px;
	}
	.company__card {
		padding: 30px 15px;
	}
	.ch__title__row {
		flex-direction: column-reverse;
		align-items: flex-start;
	}
	.verified__barge {
		margin: 0 0 1rem;
	}
	.company__adv__list {
		display: flex;
		flex-wrap: wrap;
		margin-bottom:20px;
	}
	.company__adv__list li {
		width:auto;
		margin: 0 10px 5px 0;
	}
	.cover__link {
		font-size: 12px;
	}
	.card__service {
		margin-bottom:15px;
	}
	.card__block__title {
		margin-bottom: 5px;
	}
	.section__head {
		margin-bottom: 30px;
	}
	.overview__barge {
		width: auto;
	}
	.overview__barge__row {
		justify-content: flex-start;
	}
	.info__card {
		padding: 20px;
	}
	.info__card__head {
		margin-bottom: 20px;
	}
	.sm-order-1 {order:1;}
	.sm-order-2 {order:2;}
	.sm-order-3 {order:3;}
	.sm-order-4 {order:4;}
	.sm-order-5 {order:5;}

	.cards__wrapper {
		gap:20px;
	}
	.info__card .icon-arr {
		margin-left: 2rem;
		transform: rotate(90deg);
	}
	.info__card br {
		display: none;
	}
	.faq__col__title, .acc__head__text {
		font-size: 14px;
	}
	.acc__head {
		padding: 1rem 2rem;
	}
	.acc__body {
		padding: 0 20px 30px 20px;
		font-size: 14px;
	}
	.footer__content {
		flex-direction: column-reverse;
	}
	.footer__col:last-child {
		display: flex;
		margin-top:20px;
	}
	.footer__col:last-child .footer__item {
		width: 50%;
		margin:0;
	}
	.footer__link {
		margin-bottom:10px;
		width: 100%;
	}
	.footer__top {
		padding: 5rem 0 3rem;
	}
	.footer__bottom {
		padding: 1rem 0 3rem;
		border-top: none;
	}
	.social a {
		width: 50px;
		height: 50px;
	}
	.mobile-btn {
		width: 4rem;
		padding: 1rem;
	}
	.company__title {
		font-size: 18px;
	}
	.star__unite {
		width:24px;
		height: 24px;
	}
	.company__card .star__rating {
		margin-bottom:15px;
	}
	.company__title__item {
		flex-direction: column-reverse;
		align-items: flex-start;
	}
	.company__head__info, .card__head__item, .head__info__item {
		width: 100%;
		align-items: flex-start;
	}
	.company__card__head {
		margin-bottom:20px;
	}
	.company__logo.mobile {
		display: block;
	}
	.card__gallery {
		margin-top: 2rem;
		overflow: hidden;
	}
	.footer__contact {
		margin: 2rem 0;
	}
	.form__content {
		padding: 2rem 0rem;
	}
	.overview__barge {
		padding: 1rem;
	}
	.pagination {
		margin:40px 0 20px;
	}
	.option__label {
		margin-bottom:0;
	}
	.filter__panel .item:first-child {
		grid-column: 1 / 3;
	}
	.filter__panel {
		box-shadow: none;
		background:none;
		padding: 0;
		gap:10px;
	}
	.filter__panel__item, .filter__panel .item:first-child .filter__panel__item {
		padding: 13px 13px 10px 13px;
		border: 1px solid var(--gray);
		background: #fff;
		border-radius: 10px;
		box-shadow: 0 6px 9px rgba(0,0,0,0.04);
	}
	.filter__panel .item:last-child .filter__panel__item {
		padding: 0;
		border: none;
		height: 100%;
		background: none;
	}
	.filter__panel .item:last-child, .filter__panel .item:last-child .btn {
		height: 100%;
	}
	.filter__popup {
		width: 80%;
		padding: 0 2rem 4.5rem;
	}
	.available__index {
		font-size: 12px;
	}
	.gallery__slider .slick-slide {
		padding: 0 5px;
	}
	.gallery__slider .slick-list {
		margin:0 -5px;
	}
	.pagination__link {
		width: 5rem;
		height: 5rem;
	}
	.type__item label::before {
		border: 6px solid #fff;
	}
	.breadcrumb li a {
		font-size: 12px;
	}
	.breadcrumb {
		padding: 2rem 0;
	}
	.chooses__unite {
		font-size: 12px;
	}
	.product__head__main {
		margin-bottom:20px;
	}
	.product__logo {
		margin: 0 0 0 1rem;
	}
	.page__banner {
		height: 30rem;
		margin: 0 -15px;
	}
	.page__banner img {
		border-radius: 0;
	}
	.product__content {
		padding: 0;
	}
	.product__head__block {
		padding: 2rem 15px;
	}
	.product__logo.mobile {
		display: block;
	}
	.product__logo {
		height: 8rem;
	}
	.product__card__body .rating__row {
		margin-bottom:20px;
	}
	.btn__row .share-btn {
		margin: 0 1rem 0 0;
		font-size: 12px;
	}
	.product__head__aside .item:last-child .product__head__block {
		min-height: 250px;
	}
	.work__time__row {
		justify-content: flex-start;
	}
	.work__time__row span:first-child {
		width: 5rem;
	}
	.contact__block {
		margin-bottom:20px;
	}
	.product__head {
		margin-bottom: 5rem;
	}
	.product__card__info {
		background: #fff;
		padding:20px 15px;
		border-radius: 10px;
		border:1px solid var(--gray);
	}
	.call__us__info .h4 {
		font-size: 26px;
	}
	.review__raiting  {
		margin-bottom:20px;
	}
	.review__block {
		padding:30px 15px;
	}
	.review__raiting .star__unite {
		width: 36px;
		height: 36px;
	}
	.review__raiting .star__unite::before {
		width: 18px;
		height: 18px;
	}
	.product__card__body .verified__barge {
		font-size: 12px;
		padding: 7px 10px;
	}
	.similar__card__content .btn__row .btn {
		flex: auto;
		margin-right: 10px;
	}
	.similar__company__descript {
		font-size: 14px;
	}
	.similar__card__content .star__rating, .review__block .star__rating {
		margin-right:10px;
	}	
	.call__us__info span {
		font-size: 14px;
	}
	.gallery__slider__area::before {
		width: 10rem;
	}
	.review__block .raiting__num {
		font-size: 18px;
	}
	.overview__text p, .more__link {
		font-size: 12px;
	}
	.pagination__list li:nth-child(n+5) {
		display: none;
	}
	.pagination__list li:last-child {
		display: flex;
	}
	.pagination__list li {
		margin: 0 7px 0 0;
	}
	.pagination__list .btn {
		white-space: nowrap;
	}
	.pagination__list .btn .icon {
		margin-left:5px;
	}
	.pagination__link {
		border-radius: 6px;
	}
	.about__product .h4 {
		margin-bottom: 0.5em;
	}
	.product__card__body {
		width: 100%;
	}
	.product__card__body .btn__row {
		justify-content: space-between;
	}
	.product__card__body .btn__row .share-btn {
		margin:0;
		width: 48.5%;
	}
	.offer__img img {
		border-radius: 10px;
	}
	.review__num {
		font-size: 1.4rem;
	}
	.chat__avatar {
		width: 65px;
		margin-right: 2rem;
		flex: none;
	}
	.user__location, .user__status, .user__owner {
		font-size: 11px;
	}
	.user__name {
		font-size: 14px;
	}
	.chat__review__info .star__unite {
		width: 20px;
		height: 20px;
	}
	.review__date {
		font-size: 12px;
	}
	.cover__link {
		padding: 15px;
	}
	.chooses__unite {
		padding: 0.8rem 1.5rem;
		height: 30px;
	}
	.subscribe__console {
		padding: 15px;
		border-radius: 10px;
	}
	.mobile--align__center {
		align-items: center;
		text-align: center;
	}
}

@media (max-width:767px) {	
	.mobile-col-1 {grid-template-columns: repeat(1, 1fr);}
	.mobile-col-2 {grid-template-columns: repeat(2, 1fr);}
	.mobile-col-1 .item {grid-column: auto; grid-row: auto;}

	.header {
		padding: 2rem 0;
	}
	.logo {
		width: 124px;
		margin-right: 1rem;
	}
	.option__label {
		font-size: 11px;
	}
	.header .btn-container {
		margin-left: 0;
	}
	.input__area label {
		font-size: 11px;
	}
	.btn__row .share-btn:last-child {
		margin: 0;
	}
	.action__raiting .star__unite {
		width: 28px;
		height: 28px;
	}
	.review__feedback__bottom p {
		font-size: 10px;
	}
	.about__product__block {
		margin-bottom: 3rem;
	}
	.product__card__body .btn__row {
		justify-content: space-between;
	}
	

}
