/*Основные стили сайта*/

* {
	outline: none;
}

body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	background-color: #f3f3f336;
	font-family: 'Circe' !important;
}

/*Компоненты*/
.container {
	margin-left: 57px !important;
	margin-right: 10vh !important;
}
.start-menu {
	width: 100%;
	height: 4.5vh;
	background-color: #f5f5f5;
	position: fixed;
	z-index: 2;
	padding-top: 1.2vh;
    padding-right: 10vh;
    border-bottom: 1px solid #F2F2F2;
}
.start-menu ul li {
	list-style: none;
	font-size: 14px;
	padding-left: 2vh;
}
.start-menu ul li a {
	color: #232323;
}
.headering {
	padding-top: 35px;
}
.navbar {
	padding-left: 57px;
	padding-right: 10vh;
	height: 90px;
	border-bottom: 1px solid #F2F2F2;
}
.bg-light {
	background-color: #fff !important;
}
.btn-or {
	background-color: #E95128;
	color: #fff !important;
	border-radius: 7px;
    padding: 6px 20px 6px 20px !important;
}
.btn-dark {
	background-color: #242424;
	color: #fff !important;
	border-radius: 7px;
    padding: 6px 20px 6px 20px !important;	
    border: none;
    box-shadow: 10px 10px 10px #00000026;
}
.btn-dark a {
	color: #fff;
	font-size: 1.5vh;
}
.btn-darkes {
	background-color: #242424;
	color: #fff !important;
	border-radius: 4px;
    padding: 1.5vh 6vh 1.5vh 6vh;
    border: none;	
}
.btn-darkes a {
	color: #fff;
	font-size: 2.4vh;
}
.activeder a {
	background-color: #E95128;
    color: #fff !important;
    margin: 5px 5px 1px 1px;
    border-radius: 7px;
    padding: 3px 12px 3px 12px !important;	
}
.carousel-indicators {
    justify-content: flex-start !important;
    margin-left: 10%;
}
.about {
	height: 35vh;
	align-items: center;
	display: flex;
	width: 80%;
}
.about p {
	font-size: 2.5vh;
}
.block-new {
	background-color: #f5f5f5;
	border: 1px solid #F2F2F2;
	padding: 40px 20px 25px 20px;
	border-radius: 10px;
	box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.07);
}
.date {
	text-align: end;
    margin-right: 5vh;
}
.assed {
	margin-right: 10vh;
}
.kov {
    position: absolute;
    margin-top: -65px;
}
.tarifer {
	width: 100%;
	height: 100%;
	padding: 0px;
	display: flex;
	justify-content: center;
}
.tarif {
    transition: .5s;
}
.tarif:hover {
    transition: .3s;
    margin-top: 20px;
}
.plash {
	display: flex;
	justify-content: center;
	padding-top: 35px;
    margin-left: 3px;
    padding-bottom: 20px;

}


/*Первый блок*/
.dosug {
	background-color: #393939;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 50px;
    padding-bottom: 40px;
    border-radius: 15px;
    box-shadow: 16px 14px 10px #0000002b;
    width: 36vh !important;
    transition: .3s;
    padding-top: 20px;
}
.dosug:hover {
	transform: scale(1.02);
	transition: .3s;
	margin-top: -20px;
}
.gradienter {
	background: linear-gradient(180deg, #00A3FF 0%, #8F00FF 100%) !important;
}
.gradienter-two {
	background: linear-gradient(180deg, #FF0000 0%, #0066FF 100%) !important;
}
.title-dosug {
	margin: auto;
	color: #fff;
}
.cont-dosug {
	text-align: center;
}

.ab-tar {
	color: #fff;
	margin-top: 20px;
}
.ab-tar p {
	font-size: 14px;
}
.connection {
	color: #FFC700;
}
.couser {
	color: #fff;
}
.submiter-ab a button {
	border: none;
	background-color: #575757;
	border-radius: 50px;
	color: #fff;
    padding: 6px 25px 6px 25px;
	font-family: 'Circe' !important;
	transition: .3s;
}

.submiter-ab a button:hover {
 	transform: scale(1.02);
	transition: .3s;
	background-color: #e95128;
}

.mobiling {
    display: flex;
    justify-content: center;
    margin-top: 5vh;	
}

.spreder {
    color: #fff;
}
.spreder h1 {
 font-weight: 600;
}
.couner {
	margin-top: 100px;
}
.couner h1 {
	font-weight: 900;
}
footer {
	margin-top: 150px;
	height: 240px;
	width: 100%;
	position: relative;
	bottom: 0;
	background-color: #303030;
}
.menr ul {
	margin-left: 32px;
	display: flex;
}
.menr ul li {
	list-style: none;
	margin-left: 20px;
}
.menr ul li a {
	color: #fff;
}
.graf {
	position: absolute;
}
.prised {
	margin-left: 55px;
}
.zassembler h2 {
	font-weight: 900;
	font-size: 5vh;
}
.zassembler p {
	font-weight: 500;
	font-size: 3vh;
}
.block {
	background-color: #E95128;
	padding: 3vh 2vh 3vh 2vh;
	color: #fff;
	border-radius: 10px;
	transition: .5s;
}
.block p, h3 {margin: auto;}

.block:hover {
	transform: scale(1.05);
	transition: .5s;
}

.texts {
    width: 77vh;
    white-space: initial;
    overflow: hidden;
}


.starik {
    background-color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 25px;
    padding-bottom: 25px;
    width: 60vh;
    border-radius: 10px;
    border: 1px solid #f0f0f0;
    color: #000;
    transition: .5s;
    box-shadow: 10px 10px 20px #00000014;
}

.starik:hover {
    border: 1px solid #e95128;
    transform: scale(1.02);
	transition: .5s;
}

.star-header {
	padding-left: 15px;
	padding-right: 15px;
}



