body, html {
	background-color: initial;
}

.page-container section {
	display: none;
	padding: 20px 0 0;
}

.page-container input[type="radio"] {
	display: none;
}

.page-container label.menu_item {
	display: inline-block;
    font-weight: 600;
    text-align: left;
    color: #bbb;
    border: 1px solid transparent;
    color: #275ce0;
    border: 0px;
    margin-right: 20px;
	
	font-family: 'LatoRegular';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	border-bottom: 1px solid transparent;
}

.page-container label.menu_item:before {
	font-family: fontawesome;
	font-weight: normal;
	margin-right: 10px;
}

.page-container label.menu_item:hover {
	color: #275ce0;
	cursor: pointer;
	border-bottom: 1px solid #275CE0;
	font-family: 'LatoRegular';
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 22px;
	color: #275CE0;
}

.page-container input:checked + label {
	border-bottom: 1px solid #275CE0;
    font-family: 'LatoRegular';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
	line-height: 22px;
}

.page-container #tab1:checked ~ #content1,
.page-container #tab2:checked ~ #content2,
.page-container #tab3:checked ~ #content3,
.page-container #tab4:checked ~ #content4 {
	display: block;
}

#app_container .page-container
{
	padding: 20px 60px;
}

section .description_text
{
	font-family: 'LatoRegular';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	align-items: center;
	color: #0A1C2E;
	margin-bottom: 24px;
}

/*section .flex-table__head
{
	font-family: 'InterRegular';
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 130%;
	color: #000000;
	background: rgba(0, 0, 0, 0.06);
	padding: 0px;
}

section .flex-table__head .flex-table__col, section .flex-table__row .flex-table__col
{
	padding: 9px 0px 7px 10px;
	border-width: 0px 1px 0px 0px;
	border-style: solid;
	border-color: #B9B9B9;
	line-height: 27px;
}

section .flex-table__row .flex-table__col
{
	font-family: 'InterRegular';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	color: #000000;
}

section .flex-table__row
{
  padding: 0px;
}

section .flex-table
{
	border-width: 1px 0px 0px 1px;
	border-style: solid;
	border-color: #B9B9B9;
	width: 860px;
}

section .flex-table__col.flex-table__col--align-left:first-child {
	padding-left: 10px;
}

section .flex-table__col.actions
{
	width: 60px;
	flex: initial;
}*/

body .radio input[type="radio"] + .radio-label::before {
	margin: 0px;
}

body .radio input[type=radio]+.radio-label
{
	padding: 0px;
	display: block;
}

.fieldset_block .fieldset
{
	width: 50%;
}
.fieldset_block
{
	margin-bottom: 16px;
}

.gs1us_container, .gs1us_container_single
{
	position: relative;
}

.gs1us_container .disabled_gs1us, .gs1us_container_single .disabled_gs1us
{
	position: absolute;
	z-index: 200;
	width: 100%;
	height: 100%;
	top: 0px;
	opacity: 0.8;
	background: #FFF;
}

#content1 .instruction
{
	margin-top: 31px;
}

#content1 .description
{
	margin-top: 13px;
	margin-bottom: 22px;
	font-family: 'LatoRegular';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	color: #0A1C2E;
}

.additional_info
{
	width: 1160px;
}

.additional_info_blocks
{
	display: flex;
	justify-content: space-between;
}

.additional_info .info_block
{
	width: 33.33%;
	padding-right: 26px;
}

.additional_info .info_block_header
{
	font-family: 'LatoRegular';
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 22px;
	color: #0A1C2E;
	margin-top: 10px;
	margin-bottom: 18px;
}

.additional_info .info_block_description
{
	font-family: 'LatoRegular';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 22px;
	color: #0A1C2E;
}

.additional_info img
{
    width: 1111px;
}

#content1 table
{
    border-collapse: collapse;
    border: 1px solid #B9B9B9;
	margin-bottom: 26px;
}

#content1 table td
{
    border: 1px solid #B9B9B9;
    text-align: left;
	padding: 10px 12px;
	font-family: 'InterRegular';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 130%;
	color: #000000;
}

#content1 table th 
{
	background: rgba(0, 0, 0, 0.06);
	font-weight: 600;
	border: 1px solid #B9B9B9;
    text-align: left;
	padding: 10px 12px;
	font-family: 'InterRegular';
	font-style: normal;
	font-size: 12px;
	line-height: 130%;
	color: #000000;
}

.total_info_block
{
	font-family: 'LatoRegular';
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 22px;
	display: flex;
	align-items: center;
	color: #0A1C2E;
}

.total_info_block .count_codes
{
	margin-left: 6px;
}

.total_info_block .error
{
	color: #DD1144;
}

.list-element__actions .list-element__code
{
	font-family: 'LatoRegular';
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 18px;
	text-align: right;
	color: #0A1C2E;
	margin-right: 24px;
}

body .cta-block__content.truncate {
    font-weight: normal;
}

.filter-panel__search {
	margin-left: 0px;
}

body .list-element.list-element--compact .list-element__toggle {
	padding-top: 17px;
}

.total_info_block
{
	margin-bottom: 20px;
}

.total_info_block .total_price
{
	margin-left: 10px;
}

#app_container .list-element .list-element__info {
    flex: 1 1 auto;
    align-self: center;
    max-width: none;
    -ms-grid-row-align: center;
}

#content4 .flex-table__head .flex-table__col
{
	font-family: 'LatoRegular';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	display: flex;
	align-items: center;
	color: #0A1C2E;
}

#content4 .flex-table__row .flex-table__col--align-left
{
	font-family: 'LatoRegular';
	font-style: normal;
	font-weight: 800;
	font-size: 14px;
	line-height: 22px;
	display: flex;
	align-items: center;
	color: #0A1C2E;
}

#content4 .flex-table__row .flex-table__col--align-left span
{
	font-weight: 500;
	margin-left: 8px;
}

#content4 .flex-table__row .flex-table__col--align-right
{
	font-family: 'LatoRegular';
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 14px;
	color: #0A1C2E;
}

#content4 .flex-table__row .download_codes
{
	background: #FFFFFF;
	box-shadow: inset 0px 0px 0px 1px #808F9D;
	border-radius: 6px;
}

.filtered-list__body #update_container
{
	width: 100%;
}

#update_container .list-element .list-element__code.error
{
	color: #DD1144;
}

#content3 .required-star
{
	color: #DD1144;
}

#content3 .fieldset.has-error .field__placeholder
{
	margin-top: 5px;
}

.select2-container--open .select2-dropdown--below
{
	margin-top: 2px;
}

.fieldset_block.select2_filedset .fieldset .field
{
	padding-left: 0px;
	padding-right: 0px;
	border-color: initial;
	box-shadow: none;
}
.fieldset_block.select2_filedset .select2-container
{
	width: 100% !important;
	height: 36px;
}

.fieldset_block.select2_filedset .select2-container--default .select2-selection--single
{
	border: 0px;
	height: 100%;
}

.fieldset_block.select2_filedset .select2-container--default .select2-selection--single .select2-selection__rendered
{
	line-height: 36px;
}

.fieldset_block.select2_filedset .select2-container--default .select2-selection--single .select2-selection__arrow
{
	height: 34px;
}

@media screen and (max-width: 1499px)
{
	.additional_info {
		width: 100%;
	}

	.additional_info img
	{
		width: 100%;
	}
}

@media screen and (max-width: 1160px)
{
	/*section .flex-table {
		width: 100%;
	}
	
	section .flex-table__row {
        flex-direction: row;
    }
	
	.flex-table__head {
        display: flex;
        flex-direction: row;
    }*/
}

@media screen and (max-width: 1023px)
{
	.fieldset_block .fieldset {
		width: 100%;
	}
}

@media screen and (max-width: 600px)
{
	#app_container .page-container {
		padding: 20px 23px;
	}
}

@media screen and (max-width: 568px)
{
	#update_container .list-element .list-element__toggle {
		display: inline-block;
		position: relative;
		flex: 0 0 18px;
		align-self: stretch;
		-ms-grid-row-align: stretch;
	}
}

@media screen and (max-width: 430px)
{
	.pagination {
		padding: 0 0px;
	}
	.pagination__label {
		margin: 0 6px;
	}
}

@media screen and (max-width: 400px)
{
	.page-container label.menu_item
	{
		margin-right: 4px;
	}
}