@font-face {

	font-family: Franklin Gothic Heavy;

	src: url('../fonts/FRAHV.TTF') format('truetype');

	font-weight: bold;

	font-style: normal;

}

body {
	font-family: colibri;
}

header {
	border-bottom: 3px solid #ff6600;
	padding-bottom: 10px;
	background-image: url(/img/fon.jpg);
    background-position: center;
    background-size: cover;
}

/**main {
	background-image: url(/img/fon.jpg);
}**/

.logo {
	margin-top: 10px;
}

h1 {
	font-family: Franklin Gothic Heavy;
	font-size: 20px;
	margin-top: 20px !important;
	font-weight: bold;
}

h2 {
	font-family: Franklin Gothic Heavy;
	font-size: 15px;
	margin-top: 30px !important;
}

img {
	max-width: 100%;
}

a {
	color: black !important;
	border-bottom: 1px dotted #ff6600;
}

a:hover {
    text-decoration: none !important;
    color: #ff6600;
}

button {
    background-color: #ff6600;
    border-radius: 30px!important;
    color: white;
    border-width: 0px !important;
	cursor: pointer;
	padding: 10px 25px;
}

.tel-header {
    font-size: 23px;
    font-weight: bold;
}

.margin-top50px {
	margin-top: 50px;
}

.margin-top30px {
	margin-top: 30px;
}

.margin-auto {
    margin: auto;
}

.col-10 {
	padding: 20px 10px;
    box-shadow: 0px 5px 10px rgb(78 106 88 / 35%);
    font-weight: bold;
    font-size: 20px;
}

.white {
	color: white;
	padding: 10px;
}

footer {
	background-color: #ff6600;
	margin-top: 50px;
}
