@font-face {
  font-family: 'SegoeUI';
  src: url('../fonts/SegoeUI.eot'); /* IE9 Compat Modes */
  src: url('../fonts/SegoeUI.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/SegoeUI.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/SegoeUI.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/SegoeUI.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'SegoeUI-Bold';
  src: url('../fonts/SegoeUI-Bold.eot'); /* IE9 Compat Modes */
  src: url('../fonts/SegoeUI-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/SegoeUI-Bold.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/SegoeUI-Bold.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/SegoeUI-Bold.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'SegoeUI-Light';
  src: url('../fonts/SegoeUI-Light.eot'); /* IE9 Compat Modes */
  src: url('../fonts/SegoeUI-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/SegoeUI-Light.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/SegoeUI-Light.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/SegoeUI-Light.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'SegoeUI-SemiBold';
  src: url('../fonts/SegoeUI-SemiBold.eot'); /* IE9 Compat Modes */
  src: url('../fonts/SegoeUI-SemiBold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/SegoeUI-SemiBold.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/SegoeUI-SemiBold.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/SegoeUI-SemiBold.svg#svgFontName') format('svg'); /* Legacy iOS */
}


body {
	font-family: 'SegoeUI', sans-serif;
	color: #000;
	padding-bottom: 25px;
}

h1,h2,h3,h4 {
}

h1 {
	font-size: 50px;
}

h2 {
	font-size: 45px;
}

h3 {
	font-size: 35px;
}

h4 {
	font-size: 30px;
}

h5 {
	font-size: 25px;
}

h6 {
	font-size: 22px;
	margin-bottom: 12px;
}

p {
	font-size: 20px;
	line-height: 1.25em;
}

a {
	color: #000;
}

a:hover {
	text-decoration: none;
	color: #000;
}

li {
    list-style-type: none;
}

input, .reg button {
	display: block;
	width: 350px;
	margin: auto;
	color: rgba(28, 45, 65, 0.71);
	border: 0.5px solid rgba(106, 154, 210, 0.5);
	border-radius: 5px;
	padding: 15px 0 14px 25px;
	margin-bottom: 20px;
}

button {
	color: #fff;
	display: inline-block;
	border: none;
	background: #07AFFE;
	border-radius: 5px;
	box-shadow: 0px 5px 15px rgba(7, 175, 254, 0.2);
	cursor: pointer;
}

/*::selection {
    background: #9c27b0;
    color: #fff;
}*/


/*   --------------        header       -----------------------  */

.header {
	margin-top: 32px;
	padding-bottom: 16px;
}

.menu {
	margin: 0 25px;
}

.menu__item a {
	color: #000;
	display: inline-block;
	padding: 5px 0px;
	width: 125px;
	text-align: center;
	border-radius: 4px;
	font-family: 'SegoeUI-SemiBold';
}

.menu__item a:hover {
	background: #07AFFE;
	color: #fff;
	font-family: 'SegoeUI-Bold';
}

.beta {
	position: relative;
}

.beta:after {
	content: 'Beta';
	width: 42px;
	height: 14px;
	top: 0;
	right: 0;
	position: absolute;
	display: inline-block;
	text-align: center;
	color: #07AFFE;
	font-size: 9px;
	border: 0.5px solid #07AFFE;
	border-radius: 3px;
}

.user__text {
	position: relative;
	font-family: 'SegoeUI-SemiBold';
}

.user__text:before {
	content: '';
	background: url('../img/avatar.png') no-repeat center / contain;
	height: 23px;
	width: 16px;
	position: absolute;
	left: -32px;
}

.user__id {
	margin-left: 10px;
	font-family: 'SegoeUI-Light';
}

.user__id img {
	margin-left: 3px;
	transition: 0.5s ease;
}

.user__id img:hover {
	transform: rotate(180deg);
}

/*   --------------        Index       -----------------------  */

.offer-bg {
	background: url('../img/main-bg.png') no-repeat right top;
	background-size: 55%;
}

.offer {
	padding-top: 50px;
	padding-bottom: 150px;
}

.offer__text {
	margin-top: 42px;
}

.offer__title {
	margin-bottom: 35px;
	color: #1C2D41;
	line-height: 1em;
}

.offer__desk {
	color: #083246;
	font-size: 24px;
	margin-bottom: 65px;
	letter-spacing: -0.05em;
	/*font-family: 'SegoeUI-Light';*/
}

.offer__btn {
	width: 350px;
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	border-radius: 35px;
}

.pros {
	background: url('../img/bg-2.png') no-repeat top / cover;
	padding: 91px 0;
}

.pros__item {
	background: #FFFFFF;
	box-shadow: 0px 10px 20px rgba(7, 175, 254, 0.14);
	border-radius: 30px;
	text-align: center;
	margin: 0 15px;
	height: 350px;
	padding: 30px 22px 0;
	margin-bottom: 30px;
}

.pros__title {
	color: #1C2D41;
	font-size: 20px;
	margin: 30px 0 20px;
}

.pros__desk {
	color: #083246;
	font-size: 16px;
	text-align: left;
	font-family: 'SegoeUI-Light';
}

.pros__main-title {
	line-height: 1em;
	margin-bottom: 25px;
}

.robot {
	padding: 150px 0 195px;
}

.robot__title {
	margin-bottom: 50px;
}

.robot__fact {
	text-align: center;
}

.robot__fact_second {
	margin-top: 38px;
}

.robot__number {
	font-size: 55px;
}

.robot__text {
	font-size: 28px;
}

.robot__btn {
	margin: auto;
	margin-top: 80px;
	width: 350px;
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 22.5px;
	box-shadow: 0px 10px 20px rgba(7, 175, 254, 0.25);
}

.bonus {
	background: url('../img/bg-3.png') no-repeat top / cover;
}

.bonus .container {
	padding: 95px 95px 105px;
}

.bonus__title {
	text-align: center;
	margin-bottom: 40px;
}

.bonus__title span {
	color: #07AFFE;
	font-size: 45px;
}

.bonus__btn {
	margin: auto;
	margin-top: 40px;
}

.tarifs__main {
	background: #FFFFFF;
	box-shadow: 0px 10px 20px rgba(7, 175, 254, 0.14);
	border-radius: 30px;
	transition: 0.5s ease;
	border-right: none !important;
	margin: 0 15px;
	padding: 20px 0 40px !important;
	width: 100%;
}

.tarif__text {
	font-size: 16px !important;
}

.tarifs__main:hover {
	background: #B8E8FF;
}

.tarif__main-img {
	background: url('../img/tarif-bg.png') no-repeat center top;
	display: block;
	margin: auto;
	margin-top: 20px;
}

.tarif__main-img img {
	height: 74px;
	width: auto;
	margin: auto;
	margin-top: 20px;
}

.tarif__main-name {
	font-size: 24px;
	margin-top: 50px;
	margin-bottom: 23px !important;
}

.tarif__main-img .tarif__price {
	font-size: 16px !important;
	margin-bottom: 60px;
}

.tarif__main-img .tarif__price span {
	font-size: 30px !important;
}

.tarifs__main .tarif__text {
	font-family: 'SegoeUI' !important;
	color: #083246 !important;
}

.tarif__main-btn {
	width: 220px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: auto;
	border-radius: 25px;
	margin-top: 65px;
}

.footer {
	background: url('../img/footer-bg.png') no-repeat center top / cover;
	padding: 137px 0 25px;
	margin-top: 150px;
}

.footer__wrap {
	margin-top: 3px;
	margin-left: 15px;
}

.footer__item {
	width: 33%;
}

.footer__title {
	text-transform: uppercase;
	margin-bottom: 38px;
	font-size: 20px;
}

.footer__point {
	margin-bottom: 12px;
	font-size: 16px;
}

.footer__text {
	margin-top: 33px;
	font-size: 16px;
	font-family: 'SegoeUI-Light';
}

.credits {
	font-family: 'SegoeUI-Light';
	margin-top: 30px;
	font-size: 14px;
}









/*   --------------        Inst       -----------------------  */


.inst {
	color: #083246;
	padding-bottom: 440px;
}

.inst__prof {
	color: 000;
	background: #E0F5FF;
	margin: auto;
	border-radius: 50px;
	width: 730px;
	height: 50px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	font-size: 18px;
	margin-top: 80px;
	margin-bottom: 100px;
}

.prof__name {
	color: #07AFFE;
	cursor: pointer;
}

.prof__act img {
	transition: 0.5s ease;
	cursor: pointer;
	margin-left: 3px;
}

.prof__act img:hover {
    transform: rotate(180deg);
}

.prof__status span {
	color: #00B25D;
	margin-left: 5px;
}

.inst__title {
	font-size: 40px;
	text-align: center;
	font-family: 'SegoeUI-SemiBold';
	margin-bottom: 40px;
}

.inst__text {
	font-size: 18px;
	margin-bottom: 1.5em;
}

.inst__sub-title {
	font-size: 28px;
	font-family: 'SegoeUI-SemiBold';
	margin: 35px 0 30px;
}

.inst__link {
	font-size: 28px;
	margin: auto;
	display: block;
	text-align: center;
	margin-top: 50px;
}







/*   --------------        Source       -----------------------  */

.inst_source {
	padding-bottom: 0;
}

.inst_source .inst__prof {
	margin-bottom: 0;
}

.source {
	position: relative;
	padding-bottom: 50px;
}

.source__name {
	font-size: 40px;
	text-align: center;
	font-family: 'SegoeUI-SemiBold';
	margin-bottom: 46px;
}

.source__type {
	margin-top: 50px;
	font-size: 24px;
}

.source__item {
	margin-bottom: 30px;
	display: flex;
	justify-content: center;
}

.source__text {
	width: 190px;
	font-family: 'SegoeUI-Light';
}

.source__number {
	color: #07AFFE;
	width: 120px;
}

.source__status {
	color: #00B25D;
	width: 120px;
}

.filter {
	position: absolute;
	left: 0;
}

.filter__fham {
	display: block;
	margin-top: 74px;
	padding: 30px 15px 21px;
	background: #E0F5FF;
	box-shadow: 5px 1px 15px rgba(224, 245, 255, 0.15);
	border-radius: 5px;
	transition: all 0.5s ease;
}

.fham__line {
	background: #164680;
	margin: auto;
	margin-bottom: 9px;
	height: 6px;
	transition: all 0.5s ease;
}

.fham__line:nth-child(1) {
	width: 50px;
}

.fham__line:nth-child(2) {
	width: 33px;
	height: 4px;
}

.fham__line:nth-child(3) {
	width: 11px;
	height: 3px;
}

.filter__fham:hover .fham__line {
	width: 50px;
}





/*   --------------        Settings       -----------------------  */

.set {
	padding: 84px 0 50px;
}

.set__wrap {
	padding: 0 65px;
}

.tech__point {
	cursor: pointer;
	display: inline-block;
}

.set__map {
	align-items: baseline;
}

.set h3 {
	margin-bottom: 60px;
}

.set__page {
	margin-bottom: 28px;
}

.nav .active .set__page {
	font-family: 'SegoeUI-SemiBold';
}

.set__title {
	margin-top: 5px;
	margin-bottom: 43px;
}

.set__item {
	margin-bottom: 30px;
	padding-left: 30px;
}

.set__name {
	margin-left: -30px;
}

.set__input {
	padding: 7px 29px;
	width: 100%;
}

.set__status {
	position: relative;
	margin-left: 40px;
}

.set__status:before {
	content: '';
	background: url('../img/handshake.png') no-repeat center / contain;
	height: 36px;
	width: 36px;
	left: -54px;
	position: absolute;
}

.status-date__time {
	margin-left: 60px;
	font-family: 'SegoeUI-SemiBold';
	color: #07AFFE;
}

.set__sub-item input {
	width: 190px;
}

.sub-item__second {
	margin-right: 40px;
	text-align: right;
}

.set__btn {
	width: 190px;
	padding: 7px 0;
	text-align: center;
}

.set__end-btn {
	width: 285px;
	padding: 9px 0;
	text-align: center;
}

.set__big-btn {
	font-size: 18px;
	font-family: 'SegoeUI-SemiBold';
}

.set__money {
	font-size: 16px;
}

.set__main-text {
	font-size: 18px;
}

.title-with {
	margin-bottom: 25px;
}

.set__span {
	width: 125px;
	height: 38px;
	background: #E0F5FF;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.span-main {
	font-size: 25px;
	font-family: 'SegoeUI-Light';
	width: 190px;
	height: 45px;
}

.span-main span {
	font-family: 'SegoeUI-Bold';
	margin-right: 9px;
	font-size: 25px;
}

.item-first .set__name {
	margin-bottom: 40px;
}

.set__text {
	font-size: 14px;
}

.set__part-wrap {
	margin-bottom: 20px;
	align-items: center;
}

.set__stat {
	font-size: 20px;
	font-family: 'SegoeUI-Light';
}

.partners .set__name {
	margin-bottom: 25px;
	margin-top: 30px;
}

.set__last-text {
	font-size: 16px;
	font-family: 'SegoeUI-Light';
	margin-left: -30px;
	margin-top: 30px;
}

.name-twenty {
	margin-bottom: 17px;
}

.set__pass-type {
	font-size: 18px;
	margin-bottom: 5px;
}

.set__pass-btn {
	margin-top: 10px;
	width: 350px;
}

.set__blue {
	color: #07AFFE;
	font-family: 'SegoeUI-Bold';
}

.stat-tarif {
	width: 255px;
}

.set__point {
	font-size: 20px;
}

.set__min-btn {
	width: 165px;
	padding: 9px 0;
	margin-top: 20px;
	margin-bottom: 20px;
}

.input__blue::placeholder {
	color: #164680;
}

.input__blue {
	border: 0.7px solid rgba(106, 154, 210, 0.72);
}


/*   --------------        Tarifs       -----------------------  */

.tarifs {
	margin-top: 50px;
}

.tarifs__main-text {
	color: rgba(28, 45, 65, 0.71);
	margin-bottom: 47px;
}

.tarifs__tarif {
	height: 100%;
	padding: 20px 47px 70px;
	text-align: center;
	border-right: 1px solid rgba(106, 154, 210, 0.72);
}

.tarifs__tarif:last-child {
	border: none;
}

.tarif__name {
	margin-bottom: 90px;
	color: #083246;
}

.tarif__price {
	font-size: 30px;
	color: #355B6D;
}

.tarif__price span {
	font-size: 60px;
	color: #07AFFE;
	font-family: 'SegoeUI-Bold';
}

.tarif__btn {
	background: #fff;
	box-shadow: none;
	border: 1px solid #07AFFE;
	border-radius: 7px;
	color: #07AFFE;
	width: 160px;
	margin: auto;
	height: 53px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 70px;
	margin-top: 22px;
	transition: 0.5s ease;
}

.tarif__btn:hover {
	background: #07AFFE;
	border: transparent;
	color: #fff;
}

.tarif__text {
	font-size: 22px;
	color: rgba(0, 0, 0, 0.72);
	font-family: 'SegoeUI-Light';
}

.tarif__img {
	display: none;
}



/*   --------------        form       -----------------------  */

.reg {
	height: 100vh;
	position: relative;
	text-align: center;
	display: flex;
	align-items: center;
}

.reg:before {
	content: '';
	width: 284px;
	height: 221px;
	background: url('../img/form-img-1.png') no-repeat left top / contain;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
}

.reg:after {
	content: '';
	width: 359px;
	height: 242px;
	background: url('../img/form-img-2.png') no-repeat right bottom / contain;
	position: absolute;
	display: block;
	right: 0;
	bottom: 0;
}

.reg button {
	color: #fff;
}

.reg h4 {
	color: #1896D1;
	margin-bottom: 40px;
}

.reg h4 span {
	color: #1C2D41;
	font-family: 'SegoeUI-SemiBold';
}

.form__save {
	font-size: 10px;
	color: #97A0AB;
}

.form__save a {
	text-decoration: underline;
	font-size: 10px;
	color: #97A0AB;
}

.form__link {
	margin-top: 23px;
	font-size: 14px;
	color: #667C95;
}

.form__link span {
	color: #07AFFE;
}

/*   --------------        Tools       -----------------------  */

.tools__title {
	color: #083246;
	font-family: 'SegoeUI-Light';
}

.tools__row {
	padding: 0 95px;
}

.tools__side, .tools__date {
	display: flex;
	align-items: center;
}

.tools__select {
	width: 160px;
	height: 45px;
	border: 1px solid #07AFFE;
	border-radius: 3px;
	margin-right: 30px;
	color: #07AFFE;
	font-size: 25px;
}

.tools__input {
	margin: 0 auto;
	width: 190px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #07AFFE;
	border-radius: 3px;
}

.tools__input::placeholder {
	color: #07AFFE;
	font-size: 25px;
}

.tools__date span {
	margin-right: 20px;
	margin-left: 40px;
}

.tools__income {
	width: 286px;
	color: #083246;
	font-size: 25px;
}

.tools-income span {
	color: #07AFFE;
	font-size: 25px;
	font-family: 'SegoeUI-SemiBold';
}

.right-bottom {
	position: absolute;
	bottom: 0;
	right: 0;
	max-width: 15%;
}

.left-bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	max-width: 40%;
}

.no {
}

.no__code {
	font-size: 180px;
	font-family: 'SegoeUI-Bold';
	margin-top: 100px;
	margin-left: auto;
	margin-right: 120px;
	text-align: right;
	color: #07AFFE;
}

.no:after {
	top: 190px;
	right: 0;
	content: '';
	background: url('../img/cloud.png') no-repeat center / contain;
	width: 414px;
	height: 181px;
	position: absolute;
	max-width: 25%;
}

.no__text {
	width: 560px;
	text-align: center;
	margin-left: auto;
	color: #07AFFE;
	font-size: 35px;
	font-family: 'SegoeUI-Bold';
}