@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;700&family=Roboto:wght@100;300;400;700&display=swap');
/*@font-face {
  font-display: swap;
}*/
body	{
	background-color: #ffffff;
	font-family: 'Roboto', sans-serif;
	margin-top: 30px;
	font-size: 16px;
	font-weight: 400;
	overflow-x: hidden!important;
	}

body.fancybox-iosfix {
  position: fixed;
  left: 0;
  right: 0;
}
	
a {
	color: #000000;
	text-decoration: none;
}
a:hover{
	color: #000000;
	text-decoration: underline;
}
h1 {
	font-family: 'Montserrat', sans-serif;
	font-size: 40px;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 1em;
}
h2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 40px;
	font-weight: 200;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 1em;
}
h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: 25px;
	font-weight: 700;
	margin-top: 0px;
	margin-bottom: 0.5em;
	line-height: 1em;
}
h4 {
	font-size: 16px;
	font-weight: 700;
	}
h4 a{
	font-size: 16px;
	font-weight: 700;
}
h4 a:hover{
	font-size: 16px;
	font-weight: 700;
	text-decoration: underline;
}
h5 {
	font-size: 16px;
	font-weight: 700;
	margin-top: 1em;
	margin-bottom: 0em;
	}
p {
	text-indent: 25px;
	text-align: justify;
	margin-bottom: 0;
	margin-top: 0;
}
.wrapper {
	width: min(1440px, 100%);
	margin: 0 auto;
	padding: 0 10px;
}

.nav-button {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 700;
	text-align: left;
	background-color: #f6f6f6;
	padding: 10px !important;
	}
.nav-button a {
	text-decoration: none;
	color: #000000;
}
.nav-button a:hover{
	text-decoration: underline;
	color: #000000;
}
.nav-button a:visited {
	text-decoration: none;
	color: #000000;
}
.nav-button-over {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 700;
	text-align: left;
	text-decoration: underline;
	background-color: #50f00c;
	padding: 10px !important;
	cursor:pointer;
	}
.nav-button-over a {
	text-decoration: none;
	color: #000000;
}
.nav-button-over a:hover{
	text-decoration: underline;
	color: #000000;
}
.nav-button-over a:visited {
	text-decoration: none;
	color: #000000;
}
.nav-button-press {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 700;
	text-align: left;
	color: #fff;
	background-color: #000;
	padding: 10px !important;
	}

.carousel{
	background-color: #e8e8e8;
	}
.img-container {
    width: 100%;
    height: 100%;
    }
.carousel-inner h5{
	font-size: 20px;
	font-weight: 700;
}
.carousel-inner {
	font-size: 18px;
	font-weight: 100;
}

.text-fon-01 {
		padding: 10px !important;
		border-bottom: 3px solid;
		border-bottom-color: #d9d9d9;
		}
.text-fon-02 {
		padding: 10px !important;
		}
.text-fon-03 {
		padding: 10px !important;
		background-color: #ffffff;
		}
.text-fon-gallery-01 {
		padding: 10px !important;
		border-bottom: 6px solid;
		border-bottom-color: #000;
		}
.text-fon-gallery-02 {
		padding: 10px !important;
		border-bottom: 6px solid;
		border-bottom-color: #000;
		background-color: #ffffff;
		}
.text-fon-gallery-03 {
		padding: 0px !important;
		border-bottom: 6px solid;
		border-bottom-color: #000;
		}
.photo-item-01 {
		padding:1px !important;
		background-color: #f6f6f6;
		}
.photo-item-02 {
		padding:1px !important;
		background-color: #ffffff;
		}
.price-list-01 { 
	text-align:center;
}
.price-list-02 { 
	text-align:left;
	border: 2px solid;
	border-color: #fff;
	padding: 10px !important;
	background-color: #000;
	color: #fff;
}
.price-list-03 { 
	text-align:left;
	border: 2px solid;
	border-color: #fff;
	padding: 2px 10px 2px 10px !important;
	background-color: #f6f6f6;
}
.price-list-04 { 
	text-align:right;
	border: 2px solid;
	border-color: #fff;
	padding: 2px 10px 2px 10px !important;
	background-color: #f6f6f6;
}
.price-list-05 { 
	text-align:left;
	border: 2px solid;
	border-color: #fff;
	padding: 2px 10px 2px 10px !important;
	background-color: #fff;
}
.price-list-06 { 
	text-align:left;
	font-style: italic;
	border: 2px solid;
	border-color: #fff;
	padding: 2px 10px 2px 10px !important;
	background-color: #fff;
}

.scrollup {
  position: fixed; /* фиксированная позиция */
  color: #fff; /* цвет текста */
  background-color: #000; /* цвет заднего фона */
  right: 20px; /* расстояние от правого края */
  bottom: 0px; /* расстояние от нижнего края */
  padding: 4px 10px; /* отступы до содержимого блока */
  font-size: 20px; /* размер шрифта (иконки) */
  border-top-left-radius: 10px; /* скругление верхнего левого угла */
  border-top-right-radius: 10px; /* скругление верхнего правого угла */
  cursor: pointer; /* форма курсора */
  display: none; /* не отображать элемент */
  text-align: center; /*выравнивание содержимого элемента по центру */
  z-index: 5;
  }
.scrollup:hover {
  background-color: #50f00c; /* цвет заднего фона при наведении */
}

.scrolldown {
  position: fixed; /* фиксированная позиция */
  color: #fff; /* цвет текста */
  background-color: #000; /* цвет заднего фона */
  right: 20px; /* расстояние от правого края */
  bottom: 0px; /* расстояние от нижнего края */
  padding: 4px 10px; /* отступы до содержимого блока */
  font-size: 20px; /* размер шрифта (иконки) */
  border-top-left-radius: 10px; /* скругление верхнего левого угла */
  border-top-right-radius: 10px; /* скругление верхнего правого угла */
  cursor: pointer; /* форма курсора */
  display: none; /* не отображать элемент */
  text-align: center; /*выравнивание содержимого элемента по центру */
  z-index: 5;
  }
.scrolldown:hover {
  background-color: #FA7268; /* цвет заднего фона при наведении */
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 25px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity 0.6s ease;
}

.logo {
	height: 135px;
}

.phone {
	padding-top: 9px; 
	text-align: right; 
}
.phone h1 {
	font-size: 30px;
}

@media (max-width: 590px) {
	body	{
	background-color: #ffffff;
	font-family: 'Roboto', sans-serif;
	margin-top: 15px;
	font-size: 14px;
	font-weight: 400;
	overflow-x: hidden!important;
	}
	h1 {
	font-family: 'Montserrat', sans-serif;
	font-size: 25px;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 1em;
	}	
	h2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 25px;
	font-weight: 200;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 1em;
	}
	h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	font-weight: 700;
	margin-top: 0px;
	margin-bottom: 0.5em;
	line-height: 1em;
	}
	h5 {
	font-size: 14px;
	font-weight: 700;
	margin-top: 8px;
	margin-bottom: 0em;
	}
	p {
	text-indent: 25px;
	text-align: justify;
	margin-bottom: 0;
	margin-top: 0;
	}
    .logo {
        height: 80px;
    }
    .phone h1 {
	font-size: 20px;
	}
	.nav-button {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 700;
	text-align: left;
	background-color: #f6f6f6;
	padding: 5px !important;
	margin-bottom: 1px;
	border-radius: 5px;
	}
	.nav-button-over {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 700;
	text-align: left;
	text-decoration: underline;
	background-color: #dbdbdb;
	padding: 5px !important;
	cursor:pointer;
	margin-bottom: 1px;
	border-radius: 5px;
	}
	.nav-button-press {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 700;
	text-align: left;
	color: #FFF;
	background-color: #000;
	padding: 5px !important;
	margin-bottom: 1px;
	border-radius: 5px;
	}
	.text-fon-01 {
		padding: 5px !important;
		border-bottom: 3px solid;
		border-bottom-color: #d9d9d9;
		}
	.text-fon-02 {
		padding: 5px !important;
		}
	.text-fon-gallery-01 {
		padding: 5px !important;
		border-bottom: 6px solid;
		border-bottom-color: #000;
		background: linear-gradient(to top, #f6f6f6 5%, transparent 10% 100%);
		}

}