h1
{
    font-size: 20px !important;
    font-weight: bold !important;
    margin: 0px;
    line-height: 30px !important;	
}
h2
{
    font-size: 18px !important;
    font-weight: bold !important;
    margin: 0px;
    line-height: 30px !important;	
}
a
{
    color: #E5491D!important;
}
.mw-200px
{
	max-width:200px;
}
.mw75px
{
	min-width:75px;	
}
.btn-vcot {
    color: #fff!important;
    background-color: #E5491D!important;
    border-color: #E5491D!important;
}
.ri-vk-fill
{
	font-size:32px;
	color:#2a5885;
}
.yandex-icon
{
    width: 24px;
    border-radius: 5px;
}
.vcot-icon
{
    width: 24px;
    border-radius: 5px;
}

.form-floating-outline .form-control:focus, .form-floating-outline .form-select:focus
{
	border-color: #004B99!important;
}
.form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-control-plaintext ~ label, .form-floating > .form-select ~ label
{
	color: #004B99!important;	
}
.form-check-input:checked {
    background-color: #E5491D!important;
    border-color: #E5491D!important;
}

.pb-40px
{
	padding-bottom:40px!important;
}
.pl-40px
{
	padding-left:40px!important;
}
.pr-40px
{
	padding-right:40px!important;
}
.color-black
{
	color:black!important;
}
.color-red
{
	color:red!important;	
}
.alert-success
{
    color: #377110 !important;
    background: #16a0855c !important;
}
.w-32px
{
	width:32px;
}

body
{
    background: radial-gradient(50% 32.12% at 50% 50%, #0A4396 0%, #1B3C7D 100%)!important;
}
.block_auth_content
{
	position:relative;
}
.block_auth_content .auth_bg_1
{
    position: absolute;
    bottom: 0px;
    height: 600px;
    left: 3rem;
}
.block_auth_content .auth_bg_2
{
    position: absolute;
    bottom: 0px;
    height: 600px;
    left: 0px;	
}
.block_auth_content .auth_bg_3
{
    position: absolute;
    top: 3rem;
    height: 400px;
    right: 3rem;	
}
.block_auth_content .content
{
    color: white;
    z-index: 10;
}
.block_auth_content .content .logo_trud
{
    width: 400px;
    height: fit-content;
}
.block_auth_content .content .title
{
    font-size: 52px;
    font-weight: bold;
    margin-top: 50px;
    margin-bottom: 0px;
}
.block_auth_content .content .subtitle
{
    font-size: 28px;
    line-height: 19px;
    margin-bottom: 50px;	
}
.block_auth_content .content .text_1
{
	font-size:18px;
}
.block_auth_content .content .text_1 p
{
	margin-bottom:0px;
}
.block_auth_content .content .text_1 .text_1_title
{
    font-size: 26px;
    margin-bottom: 0px;	
}
.block_auth_content .content .text_2
{
    width: 50%;
    float: right;
    margin-top: 50px;	
}
@media (max-width: 1199px)
{
	.block_auth_content .content
	{
		width:100%;
		position: relative;
	}
	.block_auth_content .content .text_2
	{
        width: 100%;
        float: left;
        margin-bottom: 400px;
	}
	.block_auth_content .auth_bg_3
	{
        height: 300px;
        right: -100px;
	}	
	.block_auth_content .auth_bg_2
	{
		height: 400px;
	}
	.block_auth_content .auth_bg_1
	{
		height:400px;	
	}
}
@media (max-width: 542px)
{
	.block_auth_content .content .subtitle
	{
		line-height:28px;
	}
}