@media only screen and (max-width: 768px) {
  	.clm{
  		display: none;
  	}
  	.mob_menu{
			display: block !important;
		}
}


.fontA{
	font-family: "Playfair Display", serif;
}

@font-face {
  font-family: fontA;
  src: url("/fonts/Oswald.ttf");
}

@font-face {
  font-family: fontB;
  src: url("/fonts/Montserrat.ttf");
}

body{
	/*background-color: #eff2f1;*/
}
a:hover{
	text-decoration: none !important;
}
nav{
	width: 100%;
	height: 102px;
	box-shadow: 0 4px 6px -4px rgba(42, 81, 98, 1);
}
.n_top{
	width: 100%;
	height: 30px;
	background-color: #0FA4AF;
}
.n_bot{
	width: 100%;
	height: 70px;
	background-color: white;
}
.n_bot_l{
	width:150px; 
	float:left
}
.n_bot_r{
	width:calc(100% - 150px); 
	float:left;
}
.m_t{
	margin-top: 5%;
}
.clm{
	width: 25%;
	float: left;
	text-align: right;
	font-family: fontA;
	padding-top: 20px;
}
.clm a{
	color: #024950;
}
.mob_menu{
	width: 100%;
	padding-top: 20px;
	display: none;
	text-align: right;
}
.mob_menu a{
	color: #024950;
}
.mob_menu_list{
	width: 100%;
	position: absolute;
	margin-top: 2px;
	height: 140px;
	background-color: white;
	z-index: 200;
	font-family: fontA;
	display: none;
}
.mob_menu_list a{
	color: #024950;
	margin-top: 5px;
}
.home_1{
	position: relative;
	width: 100%;
	min-height:calc(100vh - 150px);
	height:auto;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.home_1::before{
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.45); /* регулируй */
}
.garantee_1{
	margin-top: 5%;
	position: relative;
	width: 100%;
	min-height:320px;
	height: auto;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.garantee_1::before{
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.45); /* регулируй */
}
.home_2 h1{
	display: inline-block;
	font-weight: bold !important;
	margin-top: -10px;
	border-bottom: 5px solid #0FA4AF;
	padding-bottom: 7px;
	font-family: fontA;
}
.h1st{
	display: inline-block;
	font-weight: bold !important;
	margin-top: -10px;
	border-bottom: 3px solid #0FA4AF;
	padding-bottom: 7px;
	font-family: fontA;
}
.btn-main {
  background-color: #0FA4AF;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  padding: 12px 28px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 6px 16px rgba(15, 164, 175, 0.35);
}
.btn-main:hover {
  background-color: #0c8f99;
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(15, 164, 175, 0.45);
}
.navigator{
	margin-top: 20px;
}
.navigator a{
	color: #2a5162;
	text-decoration: underline;
}
.filterCategory{
	width: 100%;
	border: solid 1px #C8E5EE;
}
.filterCategoryMin{
	padding: 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px #C8E5EE;
}
.filterCategoryMinName{
	font-size: 14px;
	font-family: fontB;
}
.filterCategoryMinBody{
	margin-top: 10px;
	display: none;
	padding-bottom: 5px;
}
.arrDown{
	width:8px; 
	float: right; 
	margin-top: 7px;
	cursor: pointer;
}
.arrUp{
	width:8px; 
	float: right; 
	margin-top: 7px;
	display: none;
	cursor: pointer;
}
.finp{
	width: 45%;
	height: 35px;
}
.props {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    border: solid 1px #D3D3D3;
    margin-top: 20px;
}

.props td {
    padding: 12px 10px;
    border-bottom: 1px solid #D3D3D3; /* только горизонтальные линии */
}

.props .label {
    color: grey;
    width: 30%;
}

.props .value {
    color: grey;
    width: 20%;
}
.pins p{
	display: inline-block;
	text-decoration: underline;
}

footer{
	margin-top: 5%;
	background-color: #2a5162;
	min-height: 40px;
	font-family: fontA;
	padding-top: 7px;
	color: white;
}