@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&family=Manrope:wght@200..800&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Source+Serif+4:ital,opsz,wght@0,8..60,200..900;1,8..60,200..900&display=swap');

html {
	position: relative;
	/* min-height: 100%; */
	background: url('/image/fon.png');
	height: 100%;
}
body {
	height: 100%;
	   font-family: "Manrope", sans-serif;
}
@font-face{
	font-family: "Manrope";
	src: url('../fonts/Euclidflexmedium.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}
h1{
	font-size:30px;
	font-weight: bold;
	text-align:center;
	color: #3222a2;
	font-size: 30px;
	margin-bottom: 30px;
	margin-top: 30px;
}
h2{
	font-size:22px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 20px;
}
p{
	font-size: 14px; 
}
a { 
	color: #3222a2;
	font-size: 16px;  
}
 a:hover {
	color: #1DCE9C;
}
li {
	font-size: 14px;
}
td {
	font-size:14px;
}
/* начало шапки */
.header {
	background: #FAFAD2;
}
.col-logo {
	padding-bottom: 5px;
}
.col-logo-aqua{
	padding-top:15px;
}
.col-adr {
	margin-top: 20px;
}
.shapka_name {
	font-weight: bold;  
	font-size: 30px;
	color: #3222a2;
	text-align: center;
	margin-bottom: 0;
}
.shapka_name_dva {
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	color: #3222a2;
	margin-bottom: 0;  
}   
.col-tel {
	text-align: right;
	margin-top: 30px;
}
.col-tel p {
	margin-bottom: 0;
	font-weight: bold;
}
.col-tel p a {
	font-weight: bold;
	font-size: 17px;
}
.col-tel_info {
	min-height: 22px;
	display: inline-block;
	background: url("/image/imeil.png") no-repeat center left;  
	margin: 0px;
	padding-left: 28px;
	font-size: 14px;
}
/* конец шапки */

/* начало меню */
#grad_menu {
    background:#3222a2;
    border-color: #FFF;
    border-top: 3px solid rgb(255, 207, 142);
    border-bottom: 3px solid #e7b662;
    border-radius: 0px;
}
.bg-light {
    background-color: #3222a2 !important;  
}
.navbar-nav {  
	float: none;
	text-align: center;   
} 
.navbar-nav li { 
	float: none;
	display: inline-block;
	border-right: 1px solid #fff;   
	text-transform: uppercase;	
}
 .navbar-light .navbar-nav .nav-link:focus,   
 .navbar-light .navbar-nav .nav-link:hover {
	border:0px;
	color: #1DCE9C;
}

.navbar-light .navbar-nav > li > a.active {
	background: #1DCE9C;
	border:0px;
}
.nav-link a {
	font-size: 14px;
	color: #fff;
}
.navbar-nav li:nth-child(6) {
	border: 0px;
} 
.navbar-inverse .navbar-nav > li > a {
    color:#515151;
}
/* конец меню */
/* начало контент*/
.p_vitec_3000_1 {
	border: 1px solid #222;
	font-size: 8px;
}
.p_vitec_3000_2 {
	font-size: 12px;
	text-align: justify;
}
.vcegda_v_nalichii {
	
}
/* конец контент*/

/* начало хотите узнать больше*/
.admin-content {
    padding-top: 100px;
}
.xotiteyznatbolshe {
    margin-top: 70px;
}
.callout-section .overlay {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
    height: 100%;
    padding: 74px 0 83px;
    position: relative;
    width: 100%;
}
.callout-section {
    background: url("./images/callout-bg.jpg") no-repeat fixed 0 0 / cover rgba(0, 0, 0, 0);
    height: 100%;
    margin: 0;
    overflow: hidden;  
    padding: 0;
    width: 100%;
}
.callout-section h1 {
    color: #ffffff;
    letter-spacing: 0px;
    padding: 0 90px;
    margin: 0 0 17px;
    text-align: center;
}
.callout-section p {
	color: #ffffff;
	font-family: 'Open Sans';
	font-weight: 400;
	font-size: 18px;
	letter-spacing: 0.2px;
	line-height: 25px;
	margin: 0;
	text-align: center;
	padding: 0 90px;
}
.btn-area {
    display: block;
    margin: 25px 0 0px;
    text-align: center;
}
.callout-btn2 {
    color: #ffffff !important;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    font-family: 'Open Sans';
    font-weight: 600;
    transition: all 0.3s ease-in-out 0s;
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 10px;
    padding: 14px 35px;
    margin: 0 10px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    text-decoration: none;
    background: linear-gradient(#3222a2, #9085da);
}
/* конец хотите узнать больше */



/* футер начало */
.cont_white{
	min-height: 100%;
	padding-bottom: 60px;
	position:relative;
	background: #ecdfad;
}
.footer {
	background: #3222a2;
    border-color: #FFF;
    border-top: 3px solid rgb(255, 207, 142);
    border-bottom: 3px solid #e7b662;
	bottom: 0px;
	height:60px;
	width: 100%;
	padding-top:15px;
}
.footer p {
	color: #FFF;
}
	/* футер конец */



	
