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: 1em;*/
	margin-bottom: 0;
	margin-top: 0;
}

/*Форма братного звонка*/
/* Стили для кнопки */
.callback-btn {
		display: block;
		padding: 1em 2em;
    background-color: #4CAF50;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
    margin: 1em auto;
}

.callback-btn:hover {
    background-color: #45a049;
}

/* Модальное окно */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
}

.modal-content {
    background-color: #fefefe;
    margin: 10% auto 20% auto;
    padding: 1em;
    border: 1px solid #888;
    border-radius: 1em;
    width: 80%;
    max-width: 400px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

.close {
    color: #aaa;
    float: right;
    font-size: 3em;
    font-weight: bold;
    cursor: pointer;
}

.close:hover {
    color: black;
}

/* Форма */
.form-group {
    margin-bottom: 15px;
}
.person-data {
	display: inline;
	font-size: 0.9em;
}
.checkbox {
	transform: scale(1.4);
}

label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

input[type="text"],
input[type="tel"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-sizing: border-box;
}

button[type="submit"] {
    width: 100%;
    padding: 12px;
    background-color: #4CAF50;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

button[type="submit"]:hover {
    background-color: #45a049;
}

/* Сообщения */
.message {
    padding: 10px;
    margin-top: 10px;
    border-radius: 5px;
    display: none;
}

.success {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.error {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}
/*Форма братного звонка*/


.wa-button {
	background-color: #da251e;
	border-radius: 5px;
	color:#ffffff;
	margin: 0 auto;
	text-align: center;
	padding: 10px 20px;
	box-shadow: 0 0 5px -1px rgba(0,0,0,0.2);
	font-size: 30px;
	font-weight: 700;
}
.wa-button a {
	color:#ffffff;
}
.wa-button a:hover{
	text-decoration: none;
}
.oz-button {
	background-color: #2560f8;
	border-radius: 5px;
	color:#ffffff;
	margin: 1em auto 1em auto;
	text-align: center;
	padding: 10px 20px;
	box-shadow: 0 0 5px -1px rgba(0,0,0,0.2);
	font-size: 30px;
	font-weight: 700;
}
.oz-button a {
	color:#ffffff;
}

.oz-button a:hover{
	text-decoration: none;
}

.nav-button {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 700;
	text-align: left;
	/*width: 100%;
	height: 100%;*/
	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;
	/*width: 100%;
	height: 100%;*/
	/*background-color: #FA7268;*/
	background-color: #dbdbdb;
	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;
	/*width: 100%;
	height: 100%;*/
	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 {
		/*width: 100%;
		height: 100%;*/
		padding: 10px !important;
		border-bottom: 3px solid;
		border-bottom-color: #d9d9d9;
		}
.text-fon-02 {
		/*width: 100%;
		height: 100%;*/
		padding: 10px !important;
		}
.text-fon-gallery-01 {
		/*width: 100%;
		height: 100%;*/
		padding: 10px !important;
		border-bottom: 6px solid;
		border-bottom-color: #000;
		}
.photo-item-01 {
		/*width: 100%;
		height: 100%;*/
		padding: 1px !important;
		background-color: #f6f6f6;
		}
.price-list-01 { 
	text-align:center;
	/*text-decoration:underline;*/
}
.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;
	/*font-size: 14;*/
	/*font-weight: 400;*/
	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: #da251e; /* цвет заднего фона при наведении */
}

.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;
}