body{
	font-family: 'Roboto', sans-serif !important;
	--bs-body-font-size: 16px; 
}
h1,h2,h3,h4,h5,h6{
	font-family:'Oswald', sans-serif;
}
.btn{text-transform:uppercase;font-size: 20px !important;font-weight: 600 !important; }
.navbar-nav .nav-item{border-bottom: 1px solid #FFF;}
.navbar-nav .nav-item:hover{
	border-bottom: 1px solid #FF7B02;/*line-height: 0.3;*/ 
}
.header-contacts a{color:#FF9B02;text-decoration: none;font-weight: 500;}
.header-contacts a:first-child{margin-right: 1rem;color:#FF9B02;}
.header-contacts a:hover{color:#FF7C02;}
.color-s{background: #8172B9 !important;border-color:#8172B9 !important; }
.color-s:hover{background: #655799 !important;border-color:#655799 !important; }
.color-o{background: #FF9B02 !important;border-color:#FF9B02 !important; }
.color-o:hover{background: #FF9B02 !important;border-color:#FF9B02 !important; }
.color-s-t{color:#8172B9;}
.forms{
	border-radius: 20px;
	border: 2px solid #E7E7E7;
	padding: 50px 40px; 
}
.h-ul{padding-left: 0;margin-top: 40px;}
.h-ul li{margin-bottom: 15px;list-style-type: none;}
.h-ul li:before{content:url(../images/Ellipse15.png);margin-right: 10px;
}
.card{--bs-border-width:0;}