@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap');

*,
*:before,
*:after {
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

ul {
	padding: 0;
	margin: 0;
	list-style: none;
}


body {
	font-family: 'Open Sans', sans-serif;
	position: relative;
	margin: 0;
	padding: 0;
	background: #2A5182;
}

.container {
	max-width: 1570px;
	margin: 0 auto;
	padding: 0 10px;
}

.hover_effect {
	overflow: hidden;
}
.hover_effect img {
    transition: all 0.5s ease-out;
}
.hover_effect img:hover {
	transform: scale(1.1);
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 5;
	background: #fff;
	border-top: 15px solid #2A5182;
}

.header__flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-left: 185px;
	padding-top:10px;
	padding-bottom:10px;
}

.burger {
	display: none;
}
.header__logo {
	display: block;
}
.header__logo img {
	display: block;
	max-width: 100%;
	height: auto;
}

.header__links {
	display: flex;
	align-items: center;
}
.header__links li {
	position: relative;
	z-index: 2;
}
.header__links li:not(:last-child) {
	margin-right: 30px;
}

.header-submenu {
	display: none;
	position: absolute;
	top: 25px;
	left: 0;
	width: max-content;
	background: #fff;
	padding: 15px;
	z-index: 50;
	list-style: none;
	margin: 0;
	/*box-shadow: 0 0 15px rgb(0 0 0 / 10%);*/
}
.header-submenu:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: #F1F2F2;
	z-index: 11;
}
.header-submenu.active {
	display: block;
}
/*.header-submenu .line {
	height: 130px;
	width: 1px;
	display: block;
	background: rgb(220, 222, 223);
}*/
/*.header-submenu li:not(:last-child) {
	margin-bottom: 12px;
}*/
.header-submenu li {
	margin-right: 0 !important;
	padding-top: 15px;
	width: 100%;
	text-align: center;
}
.header-submenu li a {
	position: relative;
	border-bottom: 2px solid transparent;
	padding-bottom: 15px;
	transition: all 0.2s ease;
}
.header-submenu li a:not(:last-child) {
	margin-bottom: 15px;
}
/*.header-submenu li a:after {
	width: 100%;
	position: absolute;
	content: '';
	bottom: -20px;
	left: 0;
	height: 2px;
	background: #0B5394;
	opacity: 0;
	transition: all 0.2 ease;
}*/
.header-submenu li a:hover {
	border-color: #0B5394;
}

.header-submenu li a {
	color: #000;
	display: block;
	font-size: 16px;
	text-decoration: none;
	transition: all 0.3s ease;
	/*height: 20%;*/
}

/*.header__links a:hover + .header-submenu {
	opacity: 1;
	z-index: 3;
}*/


.header__links a {
	display: block;
	text-decoration: none;
	color: #000;
	font-size: 16px;
	font-weight: 400;
	transition: all 0.3s ease;
	position: relative;
}
.header__links > li > a:hover {
	color: #0B5394;
}
/*.header__links a .border {
	content: '';
    position: absolute;
    bottom: -46px;
    left: 50%;
    width: 120%;
    transform: translateX(-50%);
    height: 4px;
    background: #0B5394;
    opacity: 0;
    transition: all 0.2s ease;
    z-index: 12;
}
.header__links a .border.active {
	opacity: 1;
}
.header__links a:hover:after {
	opacity: 1;
}*/
.header__links a.active {
	font-weight: 700;
}
.header-submenu li a:hover {
	color: #0B5394;
}

.header__links a:hover {

}

.header-links__blue {
	background: #0B5394;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 42px 185px 43px 85px;
	-webkit-clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.header-links__blue a {
	color: #fff;
}
.header-links__blue a:hover {
	color: #fff;
}



.main {
	margin-top: 75px;
}
.empty-block {
	overflow: hidden;
}
.empty-block_wrapper {
	height: 513px;
	background: url('../img/brain-bg.png') no-repeat center;
	background-size: cover;
	transition: all 0.5s ease-out;
}
.empty-block_wrapper:hover {
	transform: scale(1.1);
}
.first {
	height: calc(100vh - 75px);
	background: url('../img/victorumtravelbg.jpg') no-repeat center;
	background-size: cover;
	padding: 10px 10px 150px 10px;
	position: relative;
}
.logisticsbg{
	background: url('../img/victorumlogisticsbg.jpg') no-repeat center !important;

}
.first .video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	overflow: hidden;
}
.video__overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(13, 20, 26, 0.7);
	z-index: 2;
}
.first .container {
	height: 100%;
	display: flex;
	align-items: flex-end;
	position: relative;
	z-index: 3;
}
.first__content {
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	width: 100%;
}

.first__right {
	max-width: 600px;
    width: 100%;
    background: #a8c2c7;
    text-align: center;
    padding: 30px 40px;
}
.first__left {
	margin-right: 30px;
	flex: auto;
}
.first__left span {
	font-size: 22px;
	color: #fff;
	display: block;
	margin-bottom: 15px;
	font-weight: 400;
}
.first__left p {
	margin: 0;
	font-size: 60px;
	color: #fff;
	font-weight: 400;
}
.first-right__item:not(:last-child) {
	margin-bottom: 30px;
}
.first-right__item h1 {
	margin: 0 0 10px 0;
	font-size: 32px;
	color: #000;
	font-weight: 400;
}
.first-right__item p {
	font-size: 20px;
	font-weight: 200;
	color: #000;
	margin: 0;
}
.numbers-info {
	background: #fff;
	padding: 100px 0 70px 0;
}
.numbers-info__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 50px;
	border-bottom: 1px solid #979797;
	margin-bottom: 50px;
}
.main_page .numbers-info__top {
	border-bottom: none;
}
.numbers-info__top h1 {
	font-size: 60px;
	margin: 0;
	color: #0B5394;
	font-weight: 400;
}
.numbers-info__top p {
	font-weight: 400;
	margin: 0;
	font-size: 22px;
	color: #434343;
}
/*.numbers-info__top .item:nth-child(2),
.numbers-info-bottom__flex .left .item:nth-child(2) {
	text-align: center;
}
.numbers-info__top .item:nth-child(3),
.numbers-info-bottom__flex .left .item:nth-child(3) {
	text-align: right;
}*/
.numbers-info__bottom h1 {
	font-size: 28px;
	color: #0B5394;
	font-weight: 400;
	margin: 0 0 20px 0;
}
.numbers-info__bottom p {
	font-size: 20px;
	margin: 0;
	color: #434343;
	font-weight: 400;
	line-height: 1.7;
}
.numbers-info__bottom p strong {
	font-weight: 700;
	color: inherit;
	font-size: inherit;	
}
.numbers-info-bottom__flex {
	display: flex;
	margin-top: 30px;
}
.map_writing {
	display: block;
	text-align: right;
	font-size: 14px;
	color: #0B5394;
	font-weight: 400;
	margin-top: 10px;
}
.map_writing strong {
	font-weight: 700;
	font-style: italic;
}
.numbers-info-bottom__flex .left {
	width: 50%;
	background: #EDF6FF;
	padding: 25px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}
.numbers-info-bottom__flex .left .item:not(:last-child) {
	margin-bottom: 20px;
}
.numbers-info-bottom__flex .right {
	width: 50%;
}
.numbers-info-bottom__flex .right img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: right;

}
.numbers-info-bottom__flex .left h1,
.activities-numbers-info_content .item h1 {
	font-size: 34px;
	margin: 0;
	color: #0B5394;
	font-weight: 700;
}
.numbers-info-bottom__flex .left p,
.activities-numbers-info_content .item p {
	color: #434343;
	font-size: 14px;
	margin: 0;
	font-weight: 400;
}
.activities-numbers-info_content .item:not(:last-child) {
	margin-bottom: 30px;
}
.activities-numbers-info_content .right .item {
	text-align: right;
}
.i-stock_section {
	margin: 150px 0 150px 0;
}

.i-stock_section img {
	display: block;
	max-width: 100%;
	height: auto;
}

section.i-stock_section img {
    width: 100%;
    height: 500px;
}

.activities-scheme h1,
.request-scheme h1,
.pre-financing h1 {
	margin-bottom: 30px;
	font-size: 40px;
}

.info-grid {
	background: #fff;
	padding: 100px 0 70px;
}
.info_grid,
.history-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	justify-content: center;
	grid-gap: 20px;
	
}
.info_grid {
	max-width: 1200px;
	margin: 0 auto;
}
.info_grid.mb {
	margin-bottom: 100px;
}
.info-grid_item,
.history-grid_item {
	height: 400px;
	display: flex;
	flex-direction: column;
	position: relative;
	cursor: pointer;
}
.info-grid_item:hover:before,
.history-grid_item:hover:before {
	opacity: 1;
}
.info-grid_item:hover .info,
.history-grid_item:hover .info {
	display: flex;
}
.info-grid_item:hover .title,
.history-grid_item:hover .title {
	backdrop-filter: none;
}
.info-grid_item:before,
.history-grid_item:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: rgba(255, 255, 255, 0.8);
	opacity: 0;
	transition: opacity 0.1s ease;
}
.info-grid_item p,
.history-grid_item p {
	margin: 0 0 10px 0;
	font-size: 16px;
	font-weight: 400;
	color: #000;
	line-height: 1.6;
}
.history-grid_item small {
	font-size: 16px;
	font-weight: 400;
	color: #000;
	display: block;
	margin-bottom: 20px;
}
.history-grid_item .info {
	justify-content: flex-start !important;
}
.info-grid_item .info,
.history-grid_item .info {
	position: relative;
	z-index: 3;
	display: none;
	padding: 20px 20px 40px 50px;
	flex: auto;
	overflow-y: auto;
	flex-direction: column;
	justify-content: space-between;
}
.info-grid_item .btn {
	display: block;
	text-decoration: none;
	max-width: 210px;
	width: 100%;
	padding: 13px 5px;
	text-align: center;
	background: #0F1923;
	border: 1px solid #294054;
	border-radius: 5px;
	font-size: 14px;
	color: #fff;
	cursor: pointer;
	transition: all 0.2s ease;
}
.info-grid_item:nth-child(even) .btn {
    margin-top: 20px;
}
.info-grid_item .bg,
.history-grid_item .bg {
	display: block;
	max-width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	object-fit: cover;
}
.history-grid_item .bg {
	    object-position: top center;
}
.history-grid_item .info p {
	font-size: 20px;
}
.info-grid_item:nth-child(even) {
	justify-content: flex-end;
}
.info-grid_item:nth-child(even) > *:not(.btn) {
	text-align: right;
}
.info-grid_item:nth-child(even) .btn {
	margin-left: auto;
}
.info-grid_item .title {
	background: rgba(11, 83, 148, 0.8);
	backdrop-filter: blur(12px);
	padding: 30px 20px 30px 50px;
	font-size: 22px;
	color: #fff;
	font-weight: 700;
	display: block;
	z-index: 3;
	position: relative;
}
.history-grid_item .title {
	background: rgba(15, 27, 37, 0.73);
	backdrop-filter: blur(37px);
	padding: 30px 50px;
	z-index: 3;
	position: relative;
}
.history-grid_item .title strong {
	display: block;
	color: #fff;
	font-weight: 700;
	font-size: 22px;
	margin: 0 0 10px 0;
}
.history-grid_item .title span {
	color: #fff;
	display: block;
	font-weight: 400;
	font-size: 16px;
}

.info-grid .transport {
	display: block;
	max-width: 600px;
	height: auto;
	margin: 0 auto;
	width: 100%;
}

.info-links__bottom a {
    font-weight: 500 !important;
    font-size: 16px !important;
}


.info-links {
    padding: 60px 0 5px 0;
    background: url(https://victorum-group.com/en/img/footer-background.jpg) no-repeat center;
    background-size: cover;
	margin-top: 30px;
}
.info-links__content {
	display: flex;
	justify-content: space-between;
	margin-bottom: 80px;
}
.info-links__content .item {
	text-align: center;
}
.info-links__content .item img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
.info-links__content .item p {
	font-size: 22px;
	font-weight: 400;
	color: #fff;
	margin: 20px 0 5px 0;
}
.info-links__content .item a {
	font-size: 22px;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
	display: block;
}
.info-links__bottom {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 45px;
}
.info-links__bottom a {
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
}
.info-links__bottom a.active {
	font-weight: 700;
}
.info-links__bottom span {
	color: #fff;
	font-size: 16px;
	display: block;
	margin: 0 5px;
	font-weight: 400;
	line-height: 1;
}

.contacts {
	padding: 100px 0 70px 0;
	background: #fff;
}
.contacts .title {
	text-align: center;
	font-size: 45px;
	font-weight: 400;
	color: #0B5394;
	margin: 0 0 50px 0;
}
.contacts__flex {
	display: flex;
	justify-content: space-between;
}
.contacts__left,
.contacts__right {
	width: 45%;
}
.contacts__left {
	margin-right: 30px;
}
.contacts__left strong {
	font-size: 33px;
	color: #000;
	display: block;
	font-weight: 600;
	margin-bottom: 30px;
}
.contacts-left__link {
	display: flex;
	align-items: center;
	text-decoration: none;
	font-size: 22px;
	font-weight: 400;
	color: #000;
	margin-bottom: 30px;
}
.contacts-left__link img {
	margin-right: 30px;
}
.contacts__media {
	display: flex;
	margin-bottom: 30px;
}
.contacts__media a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 45px;
	height: 45px;
	min-width: 45px;
	border-radius: 50%;
	border: 2px solid #0B5394;
	text-decoration: none;
	margin-right: 15px;
}
.contacts__media a img {
	display: block;
	max-width: 100%;
	height: auto;
}
.map iframe {
	display: block;
	width: 100%;
	height: 280px;
	max-width: 100%;
}
.contacts__right label {
	display: block;
	margin-bottom: 20px;
	width: 100%;
}
.contacts__right label input,
.contacts__right label textarea {
	background: #FFFFFF;
	border: 1px solid #000000;
	padding: 16px 40px;
	font-size: 16px;
	font-weight: 400;
	color: #000;
	width: 100%;
	outline: none;
}
.contacts__right label input::placeholder,
.contacts__right label textarea::placeholder {
	font-size: 16px;
	font-weight: 400;
	color: #000;
}
.contacts__right label input:focus,
.contacts__right label textarea:focus {
	border-color: #0B5394;
}
.contacts__right textarea {
	height: 100px;
	overflow-y: auto;
	resize: none;
}
.text_err {
	font-weight: 600;
	margin-top: 5px;
	color: red;
	display: block;
}
.contacts__right input[type="submit"] {
	display: block;
	max-width: 345px;
	width: 100%;
	background: #0B5394;
	border-radius: 10px;
	cursor: pointer;
	border: 1px solid #0B5394;
	cursor: pointer;
	transition: all 0.3s ease;
	outline: none;
	color: #fff;
	font-weight: 400;
	text-align: center;
	font-size: 18px;
	text-transform: uppercase;
	padding: 16px;
}
.contacts__right input[type="submit"]:hover {
	background: transparent;
	color: #0B5394;
}
.footer {
	display: none !important;
	background: #F4F4F4;
	padding: 25px 10px;
}
.footer__flex {
	max-width: 890px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.copyright {
	margin: 50px 0 0 0;
	font-size: 16px !important;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
	cursor: pointer;
	text-align: center;
}
.footer__links {
	display: flex;
	align-items: center;
}
.footer__links a {
	display: block;
	text-transform: uppercase;
	color: #000;
	font-size: 16px;
	text-decoration: none;
	font-weight: 400;
}
.footer__links a.active {
	font-weight: 700;
}
.footer__links a:not(:last-child) {
	margin-right: 25px;
}


.big-text {
	padding: 60px 0;
	background: #fff;
}
.big-text h1 {
	font-size: 45px;
	font-weight: 400;
	color: #0B5394;
	margin: 0 0 45px 0;
}
.big-text p {
	font-size: 16px;
	font-weight: 400;
	color: #000;
	margin: 0;
	line-height: 1.5;
}
.big-text p:not(:last-child) {
	margin-bottom: 20px;
}


.media-first {
	background: url('../img/media-first_bg.png') no-repeat center;
	background-size: cover;
	padding: 170px 0;
}
.media-first__content h1 {
	color: #fff;
	font-weight: 400;
	margin: 0 0 30px 0;
	font-size: 45px;
	text-align: center;
}
.media-first__links {
	display: flex;
	justify-content: center;
}
.media-first__links a {
	display: block;
}
.media-first__links a:not(:last-child) {
	margin-right: 30px;
}
.media-first__links img {
	display: block;
	max-width: 100%;
	height: auto;
}
.info-grid h1 {
	color: #0B5394;
	font-weight: 400;
	margin: 0 0 30px 0;
	font-size: 45px;
}
.downloads {
	padding: 60px 0 70px 0;
	background: #fff;
}
.downloads__flex {
	display: flex;
	align-items: center;
}
.downloads__left,
.downloads__right {
	width: 50%;
}
.downloads__left h1 {
	font-size: 45px;
	font-weight: 400;
	color: #0B5394;
	margin: 0 0 50px 0;
}
.downloads-left__links {
	display: flex;
	align-items: center;
	margin-bottom: 80px;
}
.downloads-left__links .qr {
	margin-right: 30px;
}
.downloads-left__links img {
	display: block;
	max-width: 100%;
	height: auto;
}
.downloads-left__links .btns a {
	display: block;
}
.downloads-left__links .btns a:first-child {
	margin-bottom: 25px;
}
.downloads_upload {
	display: flex;
	align-items: center;
	color: #0B5394;
	font-size: 22px;
	font-weight: 400;
	margin-bottom: 30px;
}
.downloads_upload img {
	display: block;
	margin-right: 20px;
}
.downloads__right img {
	display: block;
	max-width: 100%;
	height: auto;
}


.network-first_wrapper {
	height: 513px;
	background: url('../img/network-first.png') no-repeat center;
	background-size: cover;
	transition: all 0.5s ease-out;
}
.network-first_wrapper:hover {
	transform: scale(1.1);
}
.network-first {
	overflow: hidden;
}

/*.numbers-info__bottom.network {
	border-bottom: 1px solid #979797;
	padding-bottom: 60px;
}*/

.numbers-info__bottom.network .right {
	background: url('../img/map-2.png') no-repeat center;
	background-size: cover;
	width: 50%;
	padding: 25px;
}
.numbers-info__bottom.network .right ul {
	padding-left: 15px;
}
.numbers-info__bottom.network .left {
	width: 50%;
	align-items: flex-end;
	/*background: #0B5394;
	color: #fff;*/
}
.numbers-info__bottom.network .right h2 {
	font-size: 45px;
	font-weight: 400;
	color: #0B5394;
	margin: 0 0 20px 0;
}
.numbers-info__bottom.network .right p {
	font-weight: 400;
	font-size: 18px;
	margin: 0 0 25px 0;
	color: #434343;
}
.numbers-info__bottom.network .right li {
	margin-bottom: 10px;
	font-weight: 400;
	font-size: 18px;
	margin: 0 0 25px 0;
	color: #434343;
}
.numbers-info__bottom.network .right li strong {
	font-weight: 700;
	font-size: inherit;
	color: inherit;
}
.blue-text {
	text-align: right;
	margin-top: 20px;
}
.blue-text p {
	display: inline-block;
	font-size: 22px;
	color: #0B5394;
	margin: 0 0 15px 0;
	font-weight: 400;
	padding-bottom: 15px;
	border-bottom: 3px solid #0B5394;
	padding-left: 50px;
}
.blue-text span {
	font-size: 14px;
	color: #0B5394;
	display: block;
	font-weight: 400;
}

.blue-title {
	margin: 0;
	font-size: 28px;
	font-weight: 400;
	color: #0B5394;
}
.busines-partner {
	padding: 60px 0;
	background: #fff;
}
.busines-partner h1,
.members h1 {
	margin: 0 0 20px 0;
}
.busines-partner p,
.members p {
	font-size: 20px;
	margin: 0 0 130px 0;
	color: #434343;
	font-weight: 400;
	line-height: 150%;
	max-width: 900px;
	width: 100%;
}
.busines-partner p strong {
	font-weight: 700;
	color: inherit;
	font-size: inherit;
}
.busines-partner .scheme {
	display: block;
	max-width: 100%;
	margin: 0 auto 50px auto;
	height: auto;
}
.busines-flex {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 20px;
}
.busines-flex a {
	display: block;
	text-decoration: none;
	cursor: pointer;
}
.busines-flex img {
	display: block;
	max-width: 100%;
	height: auto;
}

/*.main-more_img {
	height: 370px;
}*/
.main-more_img {
	margin-top: 100px;
}
.main-more_img img {
	display: block;
	max-width: 100%;
	height: auto;
	object-fit: cover;
}
.main-more_info {
	background: #fff;
	padding: 100px 0 0 0;
}

.main-more_item:not(:last-child) {
	margin-bottom: 60px;
}

.main-more_item h1 {
	margin-bottom: 20px;
}
.main-more_item p,
.pre-financing p,
.request-scheme .container > p {
	font-size: 20px;
	color: #434343;
	font-weight: 400;
	margin: 0;
	line-height: 170%;
}
.main-more_item p a,
.pre-financing p a {
	color: #0B5394;
	font-size: inherit;
	font-weight: inherit;
}
.main-more_item p strong {
	font-weight: 700;
	color: inherit;
	font-size: inherit;
}
.main-more_item > p:not(:last-child) {
	margin-bottom: 20px;
}
.list p:not(:last-child) {
	margin-bottom: 5px;
}
.main-more_item .list:not(:last-child) {
	margin-bottom: 20px;
}
.list.blue p {
	color: #0B5394;
}
.news_item {
	display: flex;
}

.new-news {
    margin-bottom: 95px !important;
}

.news_date {
	color: #434343;
	font-size: 22px;
	font-weight: 400;
	margin-right: 50px;
}
.news_link {
	color: #0B5394;
	display: block;
	font-size: 22px;
	font-weight: 400;
}
.news_item:not(:last-child) {
	margin-bottom: 30px;
}
.main-more_item.news {
	margin-bottom: 30px;
}
.main-more_item.news-bold .news_date {
	font-size: 18px;
	font-weight: 700;
}
/*.main-more_item.news-bold {
	padding-bottom: 60px;
	border-bottom: 1px solid #434343;
}*/
.news-description strong {
	display: block;
	font-size: 18px;
	color: #434343;
	margin: 0;
	line-height: 1.5;
	font-weight: 700;
}
.news-description p {
	display: block;
	font-size: 18px;
	color: #434343;
	margin: 0;
	line-height: 1.5;
	font-weight: 400;
}
.company-history h1 {
	margin-bottom: 30px;
}
.company-history {
	padding: 50px 0;
}
.company-text__content {
background: #EDF6FF;
	padding: 50px 90px;

}
.company-text__content .item:not(:last-child) {
	border-bottom: 1px solid #CFDFEF;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.company-text__content .item h1 {
	font-size: 22px;
	font-weight: 400;
	color: #434343;
	margin: 0 0 20px 0;
	line-height: 1.5;
}
.company-text__content .item p {
	font-weight: 400;
	margin: 0 0 10px 0;
	color: #434343;
	font-size: 16px;
	line-height: 1.5;
}
.company-text__content .item span {
	display: block;
	color: #434343;
	font-weight: 400;
	font-size: 14px;
}
.video-bg {
	height: calc(80vh - 103px);
	position: relative;
}

.video-bg video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: block;
	max-width: 100%;
	cursor: pointer;
}
/*.video-bg:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(13, 20, 26, 0.2);
	z-index: 2;
	pointer-events: none;
}*/

.info-grid_item .btn:hover,
.career-info__table .btn:hover {
    background: transparent;
    color: #0F1923;
}
.activities-scheme {
	background: #fff;
	padding: 50px 0;
}
.activities-scheme img {
	display: block;
	max-width: 100%;
	height: auto;
}
.activities-numbers_info {
	padding: 50px 0;
	background: #EDF6FF;
}
.activities-numbers-info_content {
	display: flex;
	justify-content: space-between;
}
h1.m-title {
    margin-bottom: 70px;
}
.activities-agents,
.pre-financing,
.location-main  {
	padding: 100px 0 0 0;
	background: #fff;
}

.buisness-flex {
    justify-content: start !important;
}

.activities-agents .flex,
.location-main  {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.activities-agents .main-more_item,
.location-main  {
	max-width: 750px;
	width: 100%;
	margin-right: 50px;
}
.request-scheme {
	padding-top: 100px;
}
.pre-financing {
	padding-bottom: 60px;
}
.activities-agents .right img,
.request-scheme img,
.pre-financing img,
.location-main  {
	display: block;
	max-width: 100%;
	height: auto;
}
.pre-financing p {
	margin-bottom: 50px;
}
.pre-financing img {
	margin: 0 auto;
}

.career .info-grid_item p {
	font-size: 14px;
}
.info-grid_item .list {
	margin-bottom: 15px;
}
.info-grid_item .list p:not(:last-child) {
	margin-bottom: 3px;
}
.career .info-grid_item:nth-child(even) > *:not(.btn) {
	text-align: left;
}
.career .info-grid_item:nth-child(even) .btn {
	margin-left: 0;
}



.career-info {
	background: #fff;
	padding: 60px 0;
}
.career-info__table {
	/*padding-bottom: 60px;
	padding-top: 60px;
	border-bottom: 1px solid #979797;
	border-top: 1px solid #979797;*/
	margin-bottom: 60px;
}
.career-info__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 20px;
	margin-top: 30px;
}
.career-info__grid .column__title {
	padding: 25px 10px 25px 30px;
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	background: #0B5394;
}
.career-info__grid .column__item {
	padding: 25px 10px 25px 30px;
	font-size: 14px;
	color: #000;
}
.career-info__grid .column__item a {
	font-size: 16px;
	display: block;
	color: #0B5394;
	font-weight: 400;
}
.career-info__grid .column:nth-child(3) .column__item,
.career-info__grid .column:nth-child(4) .column__item {
	text-align: center;
}
.career-info__table p {
	margin: 50px 0 20px 0;
	font-size: 16px;
	color: #000;
	text-align: center;
}
.career-info__table .btn {
	display: block;
    text-decoration: none;
    max-width: 210px;
    width: 100%;
    padding: 15px 5px;
    text-align: center;
    background: #0F1923;
    border: 1px solid #294054;
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    transition: all 0.2s ease;
    margin: 0 auto;
}
.career-info__item:not(:last-child) {
	margin-bottom: 50px;
}
.career-info__item h1 {
	margin-bottom: 20px;
}
.career-info__item .list span {
	font-size: 14px;
	display: block;
	color: #0B5394;
	font-weight: 400;
	margin-bottom: 20px;
}
.career-info__item h1 + .list {
	margin-bottom: 40px;
}
.career-info__item .list p {
	color: #434343;
	font-size: 14px;
	font-weight: 400;
	margin: 0;
}
.career-info__item .list p:not(:last-child) {
	margin-bottom: 5px;
}
.career-info__item .blue-bottom {
	background: #0B5394;
	padding: 30px 10px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	margin-top: 20px;
}
.choose-lang-popup {
	/*display: none;*/
	/* position: fixed; <- проблема была здесь */
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 100vh;
}
.choose-lang-popup:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #6c757d url(../img/home-bg.jpg) top center;
    background-size: cover;
    z-index: 1;
}
.choose-lang-popup:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    z-index: 2;
}
.choose-lang__content {
	display: block;
	max-width: 1320px;
	margin: 0 auto;
	position: relative;
	z-index: 3;
	padding: 20px ;
}
.choose-btn {
    display: flex;
    justify-content: center;
	margin-top: 20%;
}

a.btn,
.logo-img {
background-color: #ffffff14;
    padding: 10px 30px;
    border-radius: 10px;
    backdrop-filter: blur(5px);
    text-decoration: none;
    color: #fff;
	margin: 0 20px;
	transition: 0.8s;
}

a.btn:hover,
.logo-img:hover {
	transform: scale(1.1);
}


a.btn img {
    max-width: 320px;
}

.choose-lang__logo {
	margin-bottom: 50px;
	text-align: center;
}
.choose-lang__block {
	z-index: 3;
    border-radius: 10px;
    max-width: 650px;
    position: relative;
    margin: 0 auto;
    background: rgba(21, 34, 43, 0.85);
    border: 1px solid rgba(0,0,0,.2);
   	padding: 30px 12px 40px 12px;
}
.choose-lang__block h1 {
	 text-align: left;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
    margin: 0 0 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.choose-lang__block h1 a {
	display: block;
}
.choose-lang__block h1 a img {
	display: block;
	max-width: 100%;
	height: auto;
}
.choose-lang__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 10px 24px;
}
.choose-lang__item {
	display: block;
	text-decoration: none;
    cursor: pointer;
    text-align: center;
    font-size: 18px;
    padding: 10px 20px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 4px;
    background-color: #242f36;
}
.choose-lang__item:hover {
    color: #339FE0;
    background-color: #39454d;
}

.company-history_text {
	display: none;
}


.search_popup {
	position: fixed;
	width: 250px;
	height: 45px;
	right: -100%;
	top: 75px;
	z-index: 13;
	transition: all 0.3s ease;
}
.search_popup.active {
	right: 0;
}
.search_popup input[type="text"] {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 10px 50px 10px 12px;
	border: 1px solid #ededed;
    -moz-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 7px rgb(0 0 0 / 10%);
    box-shadow: 0px 0px 7px rgb(0 0 0 / 10%);
    font-size: 14px;
    vertical-align: middle;
    outline: none;
    z-index: 1;
}
.search_popup input[type="submit"] {
	display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 0;
    background-image: url(../img/nav-icon.png);
    background-position: center -477px;
    background-color: transparent;
    padding: 0px;
    height: 45px;
    width: 45px;
    transition: none;
    border: none;
    background-repeat: no-repeat;
    z-index: 2;
}

.scheme-text {
	display: block;
	    font-size: 20px;
    color: #434343;
    font-weight: 400;
    margin: 60px 0 0 0;
    line-height: 170%;
    text-align: center;
}

.request-block__item {
	display: flex;
	min-height: 90px;
}
.request-item__left {
	margin-right: 39px;
	position: relative;
}
.request-item__left .circle {
	width: 30px;
	height: 30px;
	min-width: 30px;
	background: #0B5394;
	border-radius: 50%;
	position: relative;
	z-index: 2;
}
.request-item__left .line {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 3px;
	top: 0;
	height: 100%;
	z-index: 1;
	background: #0B5394;
}
.request-block__item:last-child .line {
	display: none;
}
.request-item__right strong {
	display: block;
	font-size: 14px;
	color: #434343;
	font-weight: 700;
	margin-bottom: 5px;
}
.request-item__right p {
	margin: 0;
	font-size: 14px;
	color: #434343;
	font-weight: 400;
}
.request-item__right p a {
	text-decoration: underline;
	color: #0B5394;
	font-weight: inherit;
	font-size: inherit;
}
.cookies-message {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #3498db;
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 999;
}
.cookies__text {
	width: 85%;
}
.cookies__text strong {
  font-size: 16px;
  display: block;
  font-weight: 700;
  color: #fff;
  margin-bottom: 5px;
}
.cookies__text p {
  display: block;
  margin: 0;
  font-size: 14px;
  color: #fff;
  line-height: 1.4;
}
.cookies__button span {
      background: #ffff;
    border: 0;
    padding: 10px 24px;
    color: #3498db;
    transition: 0.4s;
    border-radius: 50px;
    font-size: 14px;
    cursor: pointer;
}

.cookies-message .close {
  cursor: pointer;
}

.office-popup {
	display: block;
	position: fixed;
	z-index: 200;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
}
.office-popup__body {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	max-width: 800px;
	width: 95%;
	height: auto;
}
.close-popup {
	position: absolute;
	top: -20px;
	right: -20px;
	cursor: pointer;
}
.office-popup__content {
	overflow-y: auto;
	padding: 50px;
}
.office-popup__content p {
	text-align: center;
	display: block;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
}
.office-popup__understood {
	display: block;
	width: 100%;
	background: #339FE0;
	padding: 20px;
	color: #fff;
	text-align: center;
	font-weight: 400;
	font-size: 18px;
	margin-top: 50px;
	cursor: pointer;
}
@media(max-width: 1650px) {
	.header-links__blue {
		padding-right: 20px
	}
	.header__flex {
		padding-left: 20px
	}
}
@media(max-width:  1500px) {
	.container {
		max-width: 1100px;
	}
	.blue-title {
		font-size: 24px
	}
	.main-more_item p,
	.pre-financing p,
	.scheme-text,
	.busines-partner p,
	.members p  {
		font-size: 16px;
	}
}
@media(max-width: 1200px) {
	.header__flex {
		padding-left: 20px
	}
	.header-links__blue {
		padding-right: 20px
	}
	.numbers-info-bottom__flex .left h1 {
		font-size: 22px
	}

	.choose-btn {
    flex-direction: column;
	}

	a.btn {
		margin-top: 20px;
		display: flex;
    	justify-content: center;
	}
}


@media(max-width: 992px) {
	.header .header__flex {
		padding: 15px;
	}
	.header__links {
		position: fixed;
		top: -100%;
		height: 60%;
		overflow-y: auto;
		width: 100%;
		left: 0;
		background: #0B5394;
		transition: all 0.2s ease;
		flex-direction: column;
		padding: 50px 15px 25px 15px;
		align-items: flex-start;

	}
	.header__links.active {
		top: 80px
	}
	.burger {
		display: block;
		width: 30px;
		height: 20px;
		position: relative;
		cursor: pointer
	}
	.burger:before,
	.burger:after,
	.burger span {
		content: '';
		position: absolute;
		left: 0;
		width: 100%;
		height: 2px;
		background: #0B5394;
		transition: all 0.2s ease;
	}
	.burger:before {
		top: 0
	}
	.burger:after {
		bottom: 0
	}
	.burger span {
		top: 9px
	}
	.burger.active:before {
		top: 9px;
		transform: rotate(45deg);
	}
	.burger.active:after {
		bottom: 9px;
		transform: rotate(-45deg);
	}
	.burger.active span {
		transform: scale(0);
	}
	.header-links__blue {
		background: none;
		clip-path: none;
		flex-direction: column;
		align-items: flex-start;
		padding: 0
	}
	.header__links li:not(:last-child) {
		margin-right: 0;
		margin-bottom: 20px;
	}
	.header__links a {
		color: #fff
	}
	.header__links a:hover {
		color: #fff;
	}

	.first__content {
		flex-direction: column;
		align-items: center;
	}
	.first__left {
		margin: 0 0 30px 0;
		text-align: center
	}
	.main {
		margin-top: 80px
	}
	.numbers-info__top h1 {
		font-size: 30px
	}
	.numbers-info__top p {
		font-size: 16px
	}
	.numbers-info__bottom h1 {
		font-size: 35px
	}
	.info-grid_item {
		height: 350px
	}
	.info-grid_item .title {
		padding: 20px 20px 20px 30px;
		font-size: 18px
	}
	.info-grid_item .info,
	.history-grid_item .info {
		padding: 15px 15px 25px 15px;
	}
	.info-grid_item .info p,
	.history-grid_item .info p {
		font-size: 16px
	}
	.info-links__content .item img {
		width: 80px
	}
	.info-links__content .item p,
	.info-links__content .item a {
		font-size: 16px
	}
	.contacts__flex {
		flex-direction: column;
	}
	.contacts__left,
	.contacts__right {
		width: 100%
	}
	.contacts__left {
		margin: 0 0 50px 0;
	}
	.downloads__flex {
		flex-direction: column;
	}
	.downloads__left,
	.downloads__right {
		width: 100%
	}
	.downloads__left {
		margin-bottom: 30px
	}
	.downloads__right img {
		width: 550px;
		margin: 0 auto;
	}
	.downloads_upload {
		font-size: 18px
	}
	.video-bg {
		height: calc(60vh - 80px)
	}
}


@media(max-width: 770px) {
	img.logo-img {
    	max-width: 320px;
	}

    section.i-stock_section img {
    height: auto;
}

	.info-links__bottom {
		flex-direction: column;
	}
	.info-links__content {
		flex-direction: column;
		margin-bottom: 50px
	}
	.info-links__content .item:not(:last-child) {
		margin-bottom: 30px
	}
	.info-links__bottom a,
	.info-links__bottom span {
		font-size: 12px
	}
	.info-links__bottom span {
		transform: rotate(90deg);
		margin: 0 10px;
	}
	.first {
		padding: 100px 0 70px 0;
	}
	.first__left span {
		font-size: 18px
	}
	.first__left p {
		font-size: 35px
	}

	.first-right__item h1 {
		font-size: 24px
	}
	.first-right__item p {
		font-size: 16px
	}
	.numbers-info-bottom__flex {
		flex-direction: column;
	}
	.numbers-info__bottom .numbers-info-bottom__flex .left,
	.numbers-info__bottom .numbers-info-bottom__flex .right {
		width: 100%
	}
	.numbers-info-bottom__flex .left {
		padding: 30px 10px;
	}
	.info-grid_item .title {
		font-size: 14px
	}
	.info_grid  .info-grid_item {
		min-height: 300px;
		height: auto
	}
	.info_grid {
		grid-template-columns: 1fr;
	}
	
	.contacts .title {
		font-size: 35px
	}
	.contacts__left strong {
		font-size: 24px
	}
	.contacts-left__link {
		font-size: 16px
	}
	.contacts-left__link img {
		margin-right: 15px
	}
	.news_date,
	.main-more_item.news-bold .news_date {
		font-size: 16px;
		margin-right: 25px
	}
	.news_link {
		font-size: 16px;
	}
	.news-description p,
	.news-description strong {
		font-size: 14px
	}
	.history-grid {
		grid-template-columns: 1fr;
	}

	.history-grid_item .title {
		padding: 20px 35px;
	}
	.history-grid_item .title strong {
		font-size: 18px
	}
	.history-grid_item .title span {
		font-size: 14px
	}
	.history-grid .history-grid_item {
		height: 300px
	}
	.company-text__content {
		padding: 20px
	}
	.activities-numbers-info_content .item h1 {
		font-size: 22px
	}
	.activities-numbers-info_content {
		flex-direction: column;
		align-items: center
	}
	.activities-numbers-info_content .item {
		text-align: center !important
	}
	.activities-numbers-info_content .left {
		margin-bottom: 60px
	}
	.reverse {
    flex-direction: column-reverse !important;
}
	.activities-agents .flex,
	.location-main  {
		flex-direction: column;
	}
	.activities-agents .main-more_item,
	.location-main  {
		max-width: 100%;
		margin: 0 0 60px 0;
	}
	.activities-agents .flex .right img,
	.location-main  {
		width: 300px;
	}
	/*.main-more_img {
		height: 150px
	}*/
	.career-info__grid {
		grid-template-columns: 1fr;
	}
	.main-more_img {
		margin-top: 70px
	}
	.i-stock_section {
		margin-top: 100px
	}
	.choose-lang__grid {
		grid-template-columns: 1fr 1fr;
	}

	.numbers-info__bottom p,
	.main-more_item p,
	.pre-financing p,
	.scheme-text,
	.busines-partner p,
	.members p  {
		font-size: 13px
	}

	.members {
    margin-top: 55px;
}
	.main .blue-title,
	.numbers-info__bottom h1 {
		font-size: 21px
	}
	.scheme-text {
		margin-top: 30px
	}
	.request-item__right strong,
	.request-item__right p {
		font-size: 13px
	}
	.request-item__left {
		margin-right: 20px
	}

	body .cookies-message {
	    padding: 10px
	  }
	  body .cookies__button {
	    margin: 0 10px
	  }
	  body .cookies__button span {
	    font-size: 9px;
	    padding: 5px 8px;
	  }
	  body .cookies__text strong {
	    font-size: 10px
	  }
	  body .cookies__text p {
	    font-size: 7px
	  }
	  body .cookies-message .close img {
	    display: block;
	    width: 15px
	  }

	.office-popup__content {
		padding: 40px 15px;
	}
	.close-popup {
		right: 0;
		top: -30px;
	}
}

@media(max-width: 500px) {
	.numbers-info-bottom__flex .left,
	.numbers-info__top {
		flex-direction: column;
	}
	.numbers-info-bottom__flex .left .item,
	.numbers-info__top .item {
		text-align: center
	}
	.numbers-info-bottom__flex .left .item:not(:last-child),
	.numbers-info__top .item:not(:last-child) {
		margin-bottom: 25px
	}
	.info_grid .info-grid_item .info p,
	.history-grid .history-grid_item .info p {
		font-size: 14px
	}
	.info-grid_item .info .btn {
		font-size: 14px
	}
	
	.contacts__right input[type="submit"] {
		max-width: 100%;
	}
	.footer__flex {
		flex-direction: column;
	}
	.copyright {
		font-size: 14px
	}
	.footer__links a {
		font-size: 14px
	}
	.empty-block_wrapper {
		height: 160px;
	}
	.big-text h1 {
		font-size: 30px;
		margin-bottom: 25px
	}
	.big-text p {
		font-size: 14px;
	}
	.big-text:not(:last-child) {
		margin-bottom: 10px
	}

	.media-first {
		padding: 90px 0;
	}
	.media-first__content h1 {
		font-size: 24px;
	}
	.media-first__links a img {
		width: 40px
	}
	.media-first__links a:not(:last-child) {
		margin-right: 15px;
	}
	.info-grid h1,
	.numbers-info__bottom.network .right h2 {
		font-size: 24px
	}
	.downloads__left h1{
		font-size: 24px;
		margin-bottom: 25px
	}
	.downloads-left__links {
		margin-bottom: 40px
	}
	.numbers-info__bottom.network .right p,
	.numbers-info__bottom.network .right ul li,
	.blue-text span {
		font-size: 12px
	}
	.blue-text p {
		font-size: 18px
	}
	.main .blue-title {
		font-size: 16px
	}
	.busines-flex {
		grid-template-columns: 1fr;
	}
	.busines-partner p, .members p,
	.main-more_item p {
		font-size: 12px
	}
	.main-more_info {
		padding: 30px 0;
	}
	
	.network-first_wrapper {
		height: 250px
	}
	.company-text__content .item h1 {
		font-size: 18px
	}
	.company-text__content .item p {
		font-size: 14px
	}
	.company-text__content .item .date {
		font-size: 12px
	}
	.career .info_grid .info-grid_item .info p,
	.company-history .history-grid .history-grid_item .info p {
		font-size: 12px
	}
	.career-info__grid .column__title {
		padding: 15px 20px;
		font-size: 18px
	}
	.career-info__grid .column__item {
		padding: 15px 20px
	}
	.career-info__grid .column .column__item {
		text-align: center;
	}
	.career-info__item .blue-bottom {
		padding: 15px 10px;
		font-size: 12px
	}

	.main .video-bg {
		height: 45vh
	}

	.office-popup__content p {
		font-size: 14px
	}
	.office-popup__understood {
		font-size: 16px
	}
}

.text_ok{
	text-align: center;
    width: 100%;
    color: green;
    display: block;
}

@media screen and (max-width: 380px) {
  body {
		width: fit-content;
	}
}