.landing-layout-flex {
	display:flex;
	flex-wrap: nowrap;
	/*overflow: hidden;*/
	flex-direction: column;
}
.bitrix-footer{
	display: none;
}

.about__companies-card-title {
	margin-bottom: 0 !important;
}

/*.about__companies-card-logo {
	height: 8.5rem !important;
	margin-bottom: 25px !important;
}
.about__companies-card:not(:nth-child(4n)) {
	border-right: 1px solid #E2E2E2 !important;
}

.about__companies-card:nth-child(2n),
.about__companies-card:nth-child(3n) {
	padding-left: 18px !important;
}

.about__companies-card:nth-child(6) .about__companies-card-logo {
	height: 7rem !important;
}

.about__companies-card:nth-child(8) .about__companies-card-logo {
	height: 6rem !important;
};*/

.about__companies-card {
	margin-bottom: 30px;
}

@media (min-width: 768px) {

	.landing-layout-flex {
		flex-direction: row;
	}

	.landing-layout-flex.sidebar-right {
		flex-direction: row-reverse;
	}

	.landing-layout-flex.without-left {
		flex-direction: row-reverse;
	}
	
	.landing-layout-flex .landing-sidebar {
		width: 30%;
	}
	
	.landing-layout-flex .landing-main {
		width: 70%;
	}
}

@media (min-width: 992px) {
	
	.landing-layout-flex .landing-sidebar {
		width: 300px;
		min-width: 300px;	/* 30% * 992px */
	}
	
	.landing-layout-flex .landing-main {
		width: calc(100% - 300px);
	}
}

.g-pt-30 {
	padding-top: 2.14286rem !important;
}
.g-px-50 {
	padding-left: 3.57143rem !important;
	padding-right: 3.57143rem !important;
}
.g-py-30 {
	padding-top: 2.14286rem !important;
	padding-bottom: 2.14286rem !important;
}
.g-px-50 {
	padding-left: 3.57143rem !important;
	padding-right: 3.57143rem !important;
}

.d-none{
	display: none;
}
.is-admin .d-none{
	display: block;
	opacity: 0.2;
}

.intro {
	position: relative;
}

.intro__slider {
	/*height: 1300px;*/
}

.intro__img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.intro__img--desktop {
	display: none;
}

.intro__img--tablet {
	display: none;
}

.intro__img--mobile {
	display: none;
}
.intro__video {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}
.intro__video--desktop {
	display: none;
}
.intro__video--tablet {
	display: none;
}
.intro__video--mobile {
	display: none;
}

@media (max-width: 1920px) {
	.intro__slider {
		/*height: 800px;*/
	}

	.intro__img--quad {
		display: none;
	}

	.intro__img--desktop {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-o-object-position: left center;
		object-position: left center;
	}
	.intro__video--quad {
		display: none;
	}
	.intro__video--desktop {
		display: block;
	}
}

@media (max-width: 1024px) {
	.intro__slider {
		/*height: 770px;*/
		height: unset;
	}

	.intro__img--desktop {
		display: none;
	}

	.intro__img--tablet {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-o-object-position: left center;
		object-position: left center;
	}

	.intro__video--desktop {
		display: none;
	}

	.intro__video--tablet {
		display: block;
	}
}

@media (max-width: 600px) {
	.intro__slider {
		/*height: 600px;*/
	}
}

@media (max-width: 460px) {
	.intro__slider {
		/*height: 510px;*/
	}

	.intro__img--tablet {
		display: none;
	}

	.intro__img--mobile {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.intro__video--tablet {
		display: none;
	}

	.intro__video--mobile {
		display: block;
	}
}

.federal-network__link {
	margin-top: 17px;
}
.regions__list-item {
	list-style: none;
}

.choose-best__link,
.how-much__link,
.get-price__link,
.has-questions__btn {
	align-self: flex-start;
}
.publications__donut {
	bottom: 89%;
}


@media (min-width: 1280px) {
	.page-header__bottom-row .container {
		padding: 0 20px;
		max-width: 1230px;
	}
	.no-touch .page-header__nav-link.page-header__nav-link--has-dropdown {
		min-width: 160px;
	}
	.page-header__nav-link-inner {
		width: 100%;
		justify-content: center;
	}
}

.page-footer__nav-link.geography {
	background: unset;
}

/* MODAL SETTINGS */
.search-modal {
	min-height: 100vh;
	padding: 30px 0;
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 999;

	/* ELDER PADDING SETTINGS */
	/* padding-left: 80px; */
	/* padding-right: 80px; */


	padding-left: 20px;
	padding-right: 20px;


	background: linear-gradient(124.02deg, #000000 -2.27%, #180936 90.12%);
}

.search-modal__panel {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: calc(25px / 2 * 2);
}

.search-modal__desktop-list-content {
	display: none;
}

.search-modal__close-btn {
	width: calc(17px / 2.8 * 2.8);
	height: calc(17px / 2.8 * 2.8);
	display: flex;
	justify-content: center;
	margin-left: calc(20px / 2 * 2);
}

.search-modal > .row {
	padding-left: 20px;
	padding-right: 20px;
}

input#elastic {
	height: calc(71px / 2.3 * 2.3);
	min-width: 80%;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: calc(20px / 2 * 2);

	background: rgba(255, 255, 255, 0.1);
	border: none;
	border-radius: calc(10px / 2 * 2);
	font-size: calc(20px / 2 * 2);
	font-weight: 400;
	color: #fff;

	outline: none;
}



.elastic {
	margin-top: 20px;
	max-height: 80vh;

	list-style: none;

	overflow-y: scroll;

	/* border: 1px solid #fff; */
}

.elastic::-webkit-scrollbar {
	width: 6px;               /* width of the entire scrollbar */
}

.elastic::-webkit-scrollbar-track {
	background: rgba(255, 255, 255, .2);        /* color of the tracking area */
	border-radius: 20px;       /* roundness of the scroll thumb */
}

.elastic::-webkit-scrollbar-thumb {
	background-color: #fff;    /* color of the scroll thumb */
	border-radius: 20px;       /* roundness of the scroll thumb */
	border: none;  /* creates padding around scroll thumb */
}

.elastic * {
	outline: none !important;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.elastic ul li,
.tab-content ul li {
	font-weight: 400;
}

.elastic > li > ul,
.tab-content > ul > li > ul {
	list-style: none;
}

.elastic > li > ul > li > ul,
.tab-content > ul > li > ul > li > ul {
	margin-left: 20px;
	list-style: none;
}

.elastic > li > ul > li > ul > li,
.tab-content > ul > li > ul > li > ul > li {
	display: flex;
}

.elastic > li > ul > li > ul > li > ul,
.tab-content > ul > li > ul > li > ul > li > ul {
	list-style: none;
}

.elastic > li > ul > li > ul > li > ul > li,
.tab-content > li > ul > li {
	margin-left: calc((16px * 2) * 1.22);
	margin-bottom: 16px;
}

.tab-content ul,
.tab-content > ul {
	list-style: none;
}

.tab-content > li::marker {
	list-style: none;
	display: none;
	content: none;
}

/* MODAL STATES */
.hide {
	display: none;
}



/* ACCORDION STYLES [PURE JS] */
.tabs input {
	display: none;
	position: absolute;

	opacity: 0;
	z-index: -1;
}

.tabs {
	margin: 0;

	border-radius: 8px;
	overflow: hidden;
}

.tab {
	width: 100%;
	/* margin-bottom: 14px; */
	/* margin-bottom: 22px; */
	margin-bottom: 12px;

	color: white;

	overflow: hidden;
	outline: none;
}

.tab-label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	/* -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; */

	/* color: #ff9400; */
	color: #fff;
	font-weight: bold;
	font-size: calc(18px / 2 * 2);

	cursor: pointer;


	outline: none;
}

.elastic .tabs .tab input:not(:checked) + .tab-label::after {
	display: none;
}

.elastic .tabs .tab input:checked + .tab-label::after {
	display: none;
}

.elastic .tabs .tab input:not(:checked) + .tab-label {
	color: #fff !important;
}

.elastic .tabs .tab input:checked + .tab-label {
	color: #ff9400 !important;
}

.tab-label::after {
	/* content: "\276F"; */
	content: '';

	display: block;
	width: 12px;
	height: auto;
	-webkit-mask: url(../../../../../templates/rim24/img/arrow.svg) center center no-repeat;
	mask: url(../../../../../templates/rim24/img/arrow.svg) center center no-repeat;
	-webkit-mask-size: 100%;
	mask-size: 100%;

	background-color: #ff9400;
	text-align: center;
}

.tab-content {
	max-height: 0;
	padding: 0 1em;
	padding-top: 14px !important;

	color: #fff;
	background: transparent;
	opacity: 0;
}

.tab-close {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 1em;
	font-size: 0.75em;
	cursor: pointer;
}

input:checked + .tab-label {
	padding-left: 0;

	font-size: calc(18px / 2 * 2);
}

input + .tab-label::after {
	-webkit-transform: rotate(0deg) translateX(10px);
	transform: rotate(0deg) translateX(10px);
}

input:checked + .tab-label::after {
	-webkit-transform: rotate(180deg) translateX(-10px);
	transform: rotate(180deg) translateX(-10px);
}

input:checked ~ .tab-content {
	max-height: initial;
	padding: 0 1em;
	padding-top: 7px !important;
	padding-left: 0;
	margin-left: 0;
	opacity: 1;
}

.search-items span {
	display: block;
	color: #ff9400;
	font-size: calc(30px / 2 * 2);
	font-weight: 800;

	transform: translateY(2px);
	display: inline-block;
	font-size:0px;
	margin-bottom: 10px;
}
.search-item {
	font-size: calc(18px / 2 * 2);
}

.search-item > a {
	line-height: 25px;
}

.search-item:first-of-type {
	/* margin-top: calc(-29px / 2 * 2); */
	margin-top: calc(-24px / 2 * 2);
}

label.tab-label.empty::after {
	display: none !important;
}

label.tab-label.empty {
	color: #fff !important;
}


/* TAB LABEL -> LINK HIDED */
label.tab-label > a {
	display: none;
}

.search-modal__close-btn::after {
	content: '';

	display: block;
	width: 100%;
	height: 100%;

	-webkit-mask: url("img/close-icon.svg") center center no-repeat;
	mask: url("img/close-icon.svg") center center no-repeat;
	background-color: #fff;

	transition: background-color .35s;
}



@media (max-width: 375px) {
	input#elastic {
		font-size: calc(16px / 2 * 2);
	}
}


@media (min-width: 992px) {
	.tab {
		margin-bottom: 22px;
	}

	input:checked ~ .tab-content {
		padding-top: 14px !important;
	}

	.elastic > li > ul > li > ul > li > ul > li,
	.tab-content > li > ul > li {
		margin-left: calc((16px * 2) * 2);
		margin-bottom: 34px;
	}

	.search-item:first-of-type {
		margin-top: calc(-29px / 2 * 2);
	}
	.search-item > a {
		line-height: 25px;
	}

	/* SEARCH PANEL */
	input#elastic {
		min-width: 30%;
		height: calc(71px * 1.2);
		font-size: calc(20px * 1.2);
	}

	.search-modal__close-btn {
		width: calc(17px * 1.4);
		height: calc(17px * 1.4);

		cursor: pointer;
	}

	.search-modal__close-btn::after {
		content: '';

		display: block;
		width: 100%;
		height: 100%;

		-webkit-mask: url(img/close-icon.svg) center center no-repeat;
		mask: url(img/close-icon.svg) center center no-repeat;
		background-color: #fff;

		transition: background-color .35s;
	}

	.search-modal__close-btn:hover::after {
		background-color: #ff9400;
	}


	.search-modal__close-btn::after {

	}

	/* MODAL CONTENT */
	.search-modal__content {
		display: flex;
		justify-content: space-between;
	}

	.elastic {
		width: 25%;
		min-height: 80vh;
		max-height: 80vh;
		margin-top: 0;
		padding-top: 20px;

		/* border: 1px solid blue; */

		overflow-x: hidden;
		overflow-y: scroll;
	}

	.elastic > li {
		margin-left: 20px;
	}

	div.search-modal__desktop-list-content {
		display: block;

		height: 80vh;
		min-height: 80vh;
		max-height: 80vh;
		width: 70%;

		/* border: 1px solid blue; */

		overflow-x: hidden;
		overflow-y: auto;

	}


	/*
    ****************************************
    ***** FLEX COLUMN STYLES [DESKTOP] *****
    ****************************************
    */

	/* • BOX */
	ul.tab-content {
		display: flex;
		flex-direction: column;
		align-content: baseline;
		flex-wrap: wrap;
		min-height: calc(70vh - 1em);
	}

	/* • BOX ITEMS AS ALL [USE *] */
	ul.tab-content > * {
		width: 25%;
		flex: -1 1 80px;
		margin-right: 24px;

		/* border: 1px solid blue; */
	}

	/*
    ***********************************************
    ***** END OF FLEX COLUMN STYLES [DESKTOP] *****
    ***********************************************
    */



	.tab-content > li {
		margin-bottom: 25px;
	}

	/* FONT SIZES SETTINGS */
	.search-item {
		font-size: calc(18px / 1.2 * 1.2);
	}

	.search-item:hover {
		text-decoration: underline;
		cursor: pointer;
	}

	.search-items span {
		display: inline-block;

		font-size: calc(30px / 1.2 * 1.2);

		/* transform: translate(22px, -1px); */
		/* transform: translate(31px, -5px); */
		transform: translate(24px, -26%);
	}

	.search-item:first-of-type {
		margin-top: calc(-29px * 1.2);
	}

	.tab-content > li > ul > li {
		margin-bottom: 14px;
	}

	.tab-label,
	input:checked + .tab-label {
		font-size: 20px;
	}

	.tab-label {
		line-height: 25px;
	}

	.tab-label::after {
		content: none;
		display: none;
	}

	.tab-label.active {
		margin-left: calc(34px - 3px - (5px));

		position: relative;
	}

	.tab-label.active::before {
		content: '•';

		display: block;
		width: 20px;
		height: 20px;

		position: absolute;
		left: 0;
		top: 0;
		bottom: 54px;

		font-size: 57px;
		/* line-height: 40%; */
		line-height: 34%;
		transform: translate(calc(-35px + (5px)), 0%) !important;

		/* border: 1px solid blue; */
	}
}
 #workarea{
	 display: none;
 }

 .b24-form-control-container input{
	 display: inline-block;
	 width: auto;
 }