

/* Start:/local/templates/b2b-logist-from-vue/components/bitrix/news.list/notification/style.css?16480189842438*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}
.news-item {
	display: flex;
	align-items: center;
	padding: 10px 25px 10px 25px;
	min-height: 40px;
	background: #D3D3D3;
}
.news-item-content {
	max-width: 1280px;
	margin: 0 auto;
	flex-grow: 1;
}
.news-item-inner {
	display: flex;
	align-items: center;
}

.news-item-notification {
	display: flex;
	align-items: center;
	width: calc(100% /11 * 7);
}
.news-item-notification svg {
	min-width: 20px;
	min-height: 20px;
	fill: #494B4D;
}
.news-item-notification__text {
	padding-left: 10px;
	color: #474D50;
}
.news-item a {
	display: inline-block;
	text-align: center;
}

.news-item-buttons {
	display: flex;
	align-items: center;
	justify-content: right;
	width: calc(100% /11 * 4);
}
.close-notification-btn {
	margin-left: 10px;
	cursor: pointer;
}
button#close-notification-btn {
	border: none;
	background: none;
}
.news-item-buttons__link {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: right;
}
.news-item-buttons__link > a {
	margin: 5px 5px 5px 0;
}
.btn-notification {
	padding: 10px 22px 10px 22px;
	border-radius: 5px;
}
.ntfin-btn {
	color: #ffffff;
	background: #494B4D;
}
.another-btn {
	outline: 1px solid #494B4D;
	color: #494B4D;
}

.fixed-notification {
	position: fixed !important;
	left: 0 !important;
	right: 0 !important;
	top: 0 !important;
	z-index: 6 !important;
}

@media screen and (max-width: 1439.98px) {
	.news-item-content {
		max-width: 1140px;
	}
}

@media screen and (max-width: 1299.98px) {
	.news-item-content {
		max-width: 970px;
	}
}
@media screen and (max-width: 991.98px) {
	.news-item-content {
		max-width: 750px;
	}
	.news-item-inner{
		display: block;
		position: relative;
	}
	.news-item-buttons {
		display: block;
		width: 100%;
	}
	.news-item-notification {
		width: 100%;
	}
	.close-notification-btn {
		position: absolute;
		top: 0;
		right: 0;
	}
	.news-item-buttons__link {
		display: block;
	}
	.news-item-buttons__link a {
		display: flex;
		margin-top: 10px;
		justify-content: center;
		align-items: center;
	}
	.news-item-notification__text {
		margin-right: 20px;
	}
}
@media screen and (max-width: 767.98px) {
	.news-item-content {
		max-width: 550px;
	}
}

@media only screen and (max-width: 575.98px) {
	.news-item-content {
		max-width: 93.75%;
	}

	.news-item {
		padding: 10px 0 10px 0;
	}
}

/* End */


/* Start:/bitrix/components/viardaru/cookie/templates/light_full_width/style.css?17187922243029*/
.cookie-block {
	position: fixed;
	display: block;
	box-shadow: 0 0 40px rgba(144,144,144,0.35);
	bottom: 0;
	max-width: 100%;
	z-index: 999;
	visibility: hidden;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	font-size: 15px;
	left: 0;
	background-color: white;
}
.cookie-block-visible {
	visibility: visible;
}
.cookie-block-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-items: center;
	padding: 10px;
}
.cookie-block-info {
	width:70%;
}
.cookie-button-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.cookie-block-wrap button.cookie-block-icon {
	position: relative;
	opacity: 1;
	top: unset;
	right: unset;
	height: unset;
	margin-top: 15px;
	width: 220px;
}
.cookie-block-icon {
	top: 15px;
	right: 15px;
	position: absolute;
	width: 14px;
	height: 14px;
	background-size: cover;
	cursor: pointer;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11'%3E%3Cg fill='%236A7287'%3E%3Cpath d='M0 .785L.785 0 11 10.215l-.785.785z'/%3E%3Cpath d='M.785 11L0 10.215 10.215 0 11 .785z'/%3E%3C/g%3E%3C/svg%3E");
}
.cookie-block-icon:hover {
	-webkit-transition: ease-out 0.3s;
	-moz-transition: ease-out 0.3s;
	-o-transition: ease-out 0.3s;
	transition: ease-out 0.3s;
}
.cookie-block-info a {
	color: black;
}
.cookie-block-info a:hover {
	color: black;
}
@media (max-width: 1199px) {
	.cookie-block {
		left: 0;
		bottom: 0;
		max-width: 100%;
	}
}
@media (max-width: 575px) {
	.cookie-block-wrap button {
		width: 100%;
	}
}
.cookie-actions-accept  {
	display: inline-block  ;
	text-decoration: none  ;
	background-color: black  ;
	color: white;
	border: 0px solid #ffffff  ;
	border-radius: 11px  ;
	font-size: 16px  ;
	padding: 10px 10px  ;
	transition: all 0.8s ease  ;
	width: 100%;
	text-align: center;
}
.cookie-actions-accept:hover{
	text-decoration: none  ;
	background-color: black  ;
	color: white  ;
	border-color: #006089  ;
}
.cookie-actions-decline  {
	display: inline-block  ;
	text-decoration: none  ;
	background-color: #ffffff  ;
	color: #000000  ;
	border: 0px solid #ffffff  ;
	border-radius: 11px  ;
	font-size: 16px  ;
	padding: 10px 10px ;
	transition: all 0.8s ease  ;
	width: 100%;
	text-align: center;
}
.cookie-actions-decline:hover{
	text-decoration: none  ;
	background-color: #000000  ;
	color: #ffffff  ;

}
a.cookie-actions-accept {
	margin: 0 15px;

}
.cookie-actions-accept,.cookie-actions-decline {
	cursor: pointer;
}
.btn-v-lg{
	display: inline-block;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: 0.5rem 1rem;
	font-size: 1rem;
	border-radius: 0.3rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
/* End */


/* Start:/local/templates/b2b-logist-from-vue/blocks/modals/request_callback/style.min.css?16092264271454*/
.modal-wrapper#requestCallbackModal .modal{width:600px}@media only screen and (max-width:767.98px){.modal-wrapper#requestCallbackModal .modal{width:90vw}}.modal-wrapper#requestCallbackModal .modal .modal-header{padding:45px 100px 0}@media only screen and (max-width:991.98px){.modal-wrapper#requestCallbackModal .modal .modal-header{padding:30px 80px 0}}@media only screen and (max-width:575.98px){.modal-wrapper#requestCallbackModal .modal .modal-header{padding:15px 40px 0}}.modal-wrapper#requestCallbackModal .modal .modal-body{padding:20px 45px 0}@media only screen and (max-width:991.98px){.modal-wrapper#requestCallbackModal .modal .modal-body{padding:20px 30px 45px}}@media only screen and (max-width:575.98px){.modal-wrapper#requestCallbackModal .modal .modal-body{padding:20px 20px 30px}}.modal-wrapper#requestCallbackModal .modal .modal-body .modal-body-description{font-weight:300;text-align:center;padding-top:50px}@media only screen and (max-width:1439.98px){.modal-wrapper#requestCallbackModal .modal .modal-body .modal-body-description{padding-top:30px}}@media only screen and (max-width:575.98px){.modal-wrapper#requestCallbackModal .modal .modal-body .modal-body-description{padding-top:10px}}.modal-wrapper#requestCallbackModal .modal .modal-footer{background:#fff}.modal-wrapper#requestCallbackModal .modal .modal-footer .main-lemon-btn{width:100%}.modal-wrapper#requestCallbackModal .modal .modal-footer .btn-magnet{text-align:center}
/* End */


/* Start:/local/templates/b2b-logist-from-vue/components/bitrix/main.userconsent.request/.default/user_consent.css?17502407924354*/
.main-user-consent-request a {
	cursor: pointer;
}

.main-user-consent-request-popup {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0,0,0,0.5);
	overflow: hidden;
	z-index: 9000;
}

.main-user-consent-request-popup-cont {
	min-height: 290px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0 auto;
	padding: 20px;
	min-width: 320px;
	width: 100%;
	max-width: 600px;
	background: #fff;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow-y: auto;
}

.main-user-consent-request-popup-header {
	margin: 0 0 10px 0;
	font: normal 18px var(--ui-font-family-primary, var(--ui-font-family-helvetica));
	color: #000;
	text-align: left;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	max-width: 260px;
}

.main-user-consent-request-popup-textarea-block {
	margin: 0 0 20px 0;
}

.main-user-consent-request-popup-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.main-user-consent-request-popup-button {
	display: inline-block;
	height: 39px;
	margin: 0 10px 5px 0;
	padding: 0 18px;
	border: none;
	border-radius: 2px;
	font: normal 12px/39px var(--ui-font-family-primary, var(--ui-font-family-helvetica));
	color: #535c69;
	outline: none;
	vertical-align: middle;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: none;
	white-space: nowrap;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: background-color 0.2s linear, color 0.2s linear;
	transition: background-color 0.2s linear, color 0.2s linear;
	cursor: pointer;
}

.main-user-consent-request-popup-button-acc {
	background: #bbed21;
}

.main-user-consent-request-popup-button-acc:hover {
	background: #d2f95f;
}

.main-user-consent-request-popup-button-rej {
	-webkit-box-shadow: inset 0 0 0 1px #a1a6ac;
	box-shadow: inset 0 0 0 1px #a1a6ac;
	background: none;
}

.main-user-consent-request-popup-button-rej:hover {
	background: #cfd4d8;
}

.main-user-consent-request-popup-text {
	border: 1px solid #999;
	overflow: auto;
	padding: 8px;
	text-align: left;
	color: rgb(84, 84, 84);
}

.main-user-consent-request-popup-link {
	height: 130px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.main-user-consent-request-popup-link a {
	display: block;
	margin: 20px 0 0 0;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 260px;
}

/** LOADER **/
.main-user-consent-request-loader {
	position: relative;
	height: 100px;
	width: 100px;
	margin: 0 auto;
	-webkit-transform: translate(0, 50%);
	transform: translate(0, 50%);
}

.main-user-consent-request-path {
	stroke: #80868e;
	stroke-dasharray: 100, 200;
}

.main-user-consent-request-loader:before {
	content: '';
	display: block;
	padding-top: 100%;
}

.main-user-consent-request-circular {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: inherit;
	width: inherit;
	-webkit-animation: rotate 1s linear infinite;
	animation: rotate 1s linear infinite;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}

.main-user-consent-request-path {
	stroke: #ccc;
	stroke-dasharray: 60, 200;
	stroke-dashoffset: 0;
	-webkit-animation: dash 1.5s ease-in-out infinite;
	animation: dash 1.5s ease-in-out infinite;
	stroke-linecap: round;
}

.main-user-consent-request-announce{
	color: #333;
	font-size:13px;
	line-height: 15px;
}
.main-user-consent-request-announce-link{
	cursor: pointer;
}

@keyframes rotate {
	100% {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes rotate {
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@media (min-width: 1000px) {

	.main-user-consent-request-popup-cont {
		min-height: 400px;
		min-width: 640px;
	}

	.main-user-consent-request-popup-header {
		max-width: 590px;
	}

	.main-user-consent-request-popup-text,
	.main-user-consent-request-popup-link {
		height: 240px;
	}
	.main-user-consent-request-popup-link a {
		max-width: 200px;
	}
}

@media (max-width: 768px) {
	.main-user-consent-request-popup-cont {
		height: 100%;
	}
}
/* End */


/* Start:/local/templates/b2b-logist-from-vue/template_styles.css?175145833671430*/
@font-face {
  font-family: "Roboto Condensed";
  font-weight: 300;
  font-style: normal;
  src: url("/local/templates/b2b-logist-from-vue/assets/fonts/Roboto-Condensed/RobotoCondensed-Light.eot");
  src: url("/local/templates/b2b-logist-from-vue/assets/fonts/Roboto-Condensed/RobotoCondensed-Light.eot?#iefix") format("embedded-opentype"), url("/local/templates/b2b-logist-from-vue/assets/fonts/Roboto-Condensed/RobotoCondensed-Light.woff") format("woff"), url("/local/templates/b2b-logist-from-vue/assets/fonts/Roboto-Condensed/RobotoCondensed-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto Condensed";
  font-weight: 300;
  font-style: italic;
  src: url("/local/templates/b2b-logist-from-vue/assets/fonts/Roboto-Condensed/RobotoCondensed-LightItalic.eot");
  src: url("/local/templates/b2b-logist-from-vue/assets/fonts/Roboto-Condensed/RobotoCondensed-LightItalic.eot?#iefix") format("embedded-opentype"), url("/local/templates/b2b-logist-from-vue/assets/fonts/Roboto-Condensed/RobotoCondensed-LightItalic.woff") format("woff"), url("/local/templates/b2b-logist-from-vue/assets/fonts/Roboto-Condensed/RobotoCondensed-LightItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto Condensed";
  font-weight: 400;
  font-style: normal;
  src: url("/local/templates/b2b-logist-from-vue/assets/fonts/Roboto-Condensed/RobotoCondensed-Regular.eot");
  src: url("/local/templates/b2b-logist-from-vue/assets/fonts/Roboto-Condensed/RobotoCondensed-Regular.eot?#iefix") format("embedded-opentype"), url("/local/templates/b2b-logist-from-vue/assets/fonts/Roboto-Condensed/RobotoCondensed-Regular.woff") format("woff"), url("/local/templates/b2b-logist-from-vue/assets/fonts/Roboto-Condensed/RobotoCondensed-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto Condensed";
  font-weight: 400;
  font-style: italic;
  src: url("/local/templates/b2b-logist-from-vue/assets/fonts/Roboto-Condensed/RobotoCondensed-Italic.eot");
  src: url("/local/templates/b2b-logist-from-vue/assets/fonts/Roboto-Condensed/RobotoCondensed-Italic.eot?#iefix") format("embedded-opentype"), url("/local/templates/b2b-logist-from-vue/assets/fonts/Roboto-Condensed/RobotoCondensed-Italic.woff") format("woff"), url("/local/templates/b2b-logist-from-vue/assets/fonts/Roboto-Condensed/RobotoCondensed-Italic.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto Condensed";
  font-weight: 700;
  font-style: normal;
  src: url("/local/templates/b2b-logist-from-vue/assets/fonts/Roboto-Condensed/RobotoCondensed-Bold.eot");
  src: url("/local/templates/b2b-logist-from-vue/assets/fonts/Roboto-Condensed/RobotoCondensed-Bold.eot?#iefix") format("embedded-opentype"), url("/local/templates/b2b-logist-from-vue/assets/fonts/Roboto-Condensed/RobotoCondensed-Bold.woff") format("woff"), url("/local/templates/b2b-logist-from-vue/assets/fonts/Roboto-Condensed/RobotoCondensed-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto Condensed";
  font-weight: 700;
  font-style: italic;
  src: url("/local/templates/b2b-logist-from-vue/assets/fonts/Roboto-Condensed/RobotoCondensed-BoldItalic.eot");
  src: url("/local/templates/b2b-logist-from-vue/assets/fonts/Roboto-Condensed/RobotoCondensed-BoldItalic.eot?#iefix") format("embedded-opentype"), url("/local/templates/b2b-logist-from-vue/assets/fonts/Roboto-Condensed/RobotoCondensed-BoldItalic.woff") format("woff"), url("/local/templates/b2b-logist-from-vue/assets/fonts/Roboto-Condensed/RobotoCondensed-BoldItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Bebas Neue";
  font-weight: 100;
  font-style: normal;
  src: url("/local/templates/b2b-logist-from-vue/assets/fonts/Bebas-Neue/BebasNeue-Thin.eot");
  src: url("/local/templates/b2b-logist-from-vue/assets/fonts/Bebas-Neue/BebasNeue-Thin.eot?#iefix") format("embedded-opentype"), url("/local/templates/b2b-logist-from-vue/assets/fonts/Bebas-Neue/BebasNeue-Thin.woff") format("woff"), url("/local/templates/b2b-logist-from-vue/assets/fonts/Bebas-Neue/BebasNeue-Thin.ttf") format("truetype");
}
@font-face {
  font-family: "Bebas Neue";
  font-weight: 300;
  font-style: normal;
  src: url("/local/templates/b2b-logist-from-vue/assets/fonts/Bebas-Neue/BebasNeueLight.eot");
  src: url("/local/templates/b2b-logist-from-vue/assets/fonts/Bebas-Neue/BebasNeueLight.eot?#iefix") format("embedded-opentype"), url("/local/templates/b2b-logist-from-vue/assets/fonts/Bebas-Neue/BebasNeueLight.woff") format("woff"), url("/local/templates/b2b-logist-from-vue/assets/fonts/Bebas-Neue/BebasNeueLight.ttf") format("truetype");
}
@font-face {
  font-family: "Bebas Neue";
  font-weight: 400;
  font-style: normal;
  src: url("/local/templates/b2b-logist-from-vue/assets/fonts/Bebas-Neue/BebasNeueRegular.eot");
  src: url("/local/templates/b2b-logist-from-vue/assets/fonts/Bebas-Neue/BebasNeueRegular.eot?#iefix") format("embedded-opentype"), url("/local/templates/b2b-logist-from-vue/assets/fonts/Bebas-Neue/BebasNeueRegular.woff") format("woff"), url("/local/templates/b2b-logist-from-vue/assets/fonts/Bebas-Neue/BebasNeueRegular.ttf") format("truetype");
}
@font-face {
  font-family: "Bebas Neue";
  font-weight: 400;
  font-style: normal;
  src: url("/local/templates/b2b-logist-from-vue/assets/fonts/Bebas-Neue/BebasNeueBook.eot");
  src: url("/local/templates/b2b-logist-from-vue/assets/fonts/Bebas-Neue/BebasNeueBook.eot?#iefix") format("embedded-opentype"), url("/local/templates/b2b-logist-from-vue/assets/fonts/Bebas-Neue/BebasNeueBook.woff") format("woff"), url("/local/templates/b2b-logist-from-vue/assets/fonts/Bebas-Neue/BebasNeueBook.ttf") format("truetype");
}
@font-face {
  font-family: "Bebas Neue";
  font-weight: 700;
  font-style: normal;
  src: url("/local/templates/b2b-logist-from-vue/assets/fonts/Bebas-Neue/BebasNeueBold.eot");
  src: url("/local/templates/b2b-logist-from-vue/assets/fonts/Bebas-Neue/BebasNeueBold.eot?#iefix") format("embedded-opentype"), url("/local/templates/b2b-logist-from-vue/assets/fonts/Bebas-Neue/BebasNeueBold.woff") format("woff"), url("/local/templates/b2b-logist-from-vue/assets/fonts/Bebas-Neue/BebasNeueBold.ttf") format("truetype");
}
html {
  scroll-behavior: smooth;
  scroll-padding: 150px;
}
a {
  font-family: "Roboto Condensed";
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a svg {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a svg path {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

h1 {
  font-family: "Bebas Neue";
  font-size: 100px;
  line-height: 100px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  margin: 55px 0 30px;
}
h1 span {
  color: #FF8800;
}
h1 span.num {
  font-family: "Roboto Condensed";
  color: inherit;
}
@media only screen and (max-width: 1439.98px) {
  h1 {
    font-size: 90px;
    line-height: 92px;
  }
}
@media only screen and (max-width: 1299.98px) {
  h1 {
    font-size: 80px;
    line-height: 82px;
  }
}
@media only screen and (max-width: 991.98px) {
  h1 {
    font-size: 63px;
    line-height: 65px;
  }
}
@media only screen and (max-width: 767.98px) {
  h1 {
    font-size: 47px;
    line-height: 47px;
  }
}

h2 {
  font-family: "Bebas Neue";
  font-size: 80px;
  line-height: 60px;
  color: #000000;
  margin-bottom: 35px;
}
h2.white {
  color: #ffffff;
}
h2 span {
  color: #FF8800;
}
h2 span.subheader {
  font-family: "Bebas Neue";
  font-size: 59px;
  line-height: 46px;
  font-weight: 300;
  color: #000000;
}
@media only screen and (max-width: 1439.98px) {
  h2 span.subheader {
    font-size: 36px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 1299.98px) {
  h2 span.subheader {
    font-size: 30px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 575.98px) {
  h2 span.subheader {
    font-size: 26px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 1439.98px) {
  h2 {
    font-size: 54px;
    line-height: 54px;
  }
}
@media only screen and (max-width: 1299.98px) {
  h2 {
    font-size: 44px;
    line-height: 44px;
  }
}
@media only screen and (max-width: 575.98px) {
  h2 {
    font-size: 32px;
    line-height: 32px;
  }
}

html, body {
  height: 100%;
  padding: 0;
  margin: 0;
}

body {
  font-family: "Roboto Condensed", sans-serif;
}
body.no-scroll {
  overflow: hidden;
}

.container {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 1439.98px) {
  .container {
    max-width: 1140px;
  }
}
@media only screen and (max-width: 1299.98px) {
  .container {
    max-width: 970px;
  }
}
@media only screen and (max-width: 991.98px) {
  .container {
    max-width: 750px;
  }
}
@media only screen and (max-width: 767.98px) {
  .container {
    max-width: 550px;
  }
}
@media only screen and (max-width: 575.98px) {
  .container {
    max-width: 93.75%;
  }
}

.o-hidden {
  overflow: hidden;
}

.w-100 {
  width: 100%;
}

.d-flex {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.justify-content-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.align-items-center {
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
          align-items: center !important;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

@media only screen and (max-width: 767.98px) {
  .text-md-center {
    text-align: center;
  }
}

.text-right {
  text-align: right;
}

.d-none {
  display: none;
}

@media only screen and (max-width: 991.98px) {
  .d-lg-none {
    display: none;
  }
}

@media only screen and (max-width: 767.98px) {
  .d-md-none {
    display: none;
  }
}

@media only screen and (max-width: 575.98px) {
  .d-sm-none {
    display: none;
  }
}

.pointer-events-none {
  pointer-events: none;
}

.ml-auto {
  margin-left: auto;
}

input {
  font-family: "Roboto Condensed";
}
input:focus {
  outline: none;
}

.fade-enter-active, .fade-leave-active {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
}

.fade-enter, .fade-leave-to {
  opacity: 0;
}

.form-field {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #000000;
  margin-bottom: 30px;
}
@media only screen and (max-width: 575.98px) {
  .form-field {
    margin-bottom: 20px;
  }
}
.form-field--no-bottom-line {
  border-bottom: none;
}
.form-field.no-bb {
  border-bottom: none;
}
.form-field.error {
  border-bottom: 1px solid #F15523;
}
.form-field:last-child {
  margin-bottom: 0;
}
.form-field .form-field-icon {
  width: 25px;
  padding: 0 15px 0 4px;
}
@media only screen and (max-width: 575.98px) {
  .form-field .form-field-icon {
    width: 20px;
    padding: 0 12px 0 4px;
  }
}
@media only screen and (max-width: 575.98px) {
  .form-field .form-field-icon img {
    width: 16px;
  }
}
.form-field .form-field-checkbox {
  width: 42px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-field .form-field-checkbox input[type=checkbox] {
  position: absolute;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 0;
  height: 0;
  left: -99999px;
}
.form-field .form-field-checkbox .form-field-checkbox-custom {
  display: block;
  width: 24px;
  height: 24px;
  border: 1px solid #000;
  border-radius: 3px;
  background-image: url("data:image/svg+xml;utf8,<svg fill='%23ff7610' height='417pt' viewBox='0 -46 417.81333 417' width='417pt' xmlns='http://www.w3.org/2000/svg'><path d='m159.988281 318.582031c-3.988281 4.011719-9.429687 6.25-15.082031 6.25s-11.09375-2.238281-15.082031-6.25l-120.449219-120.46875c-12.5-12.5-12.5-32.769531 0-45.246093l15.082031-15.085938c12.503907-12.5 32.75-12.5 45.25 0l75.199219 75.203125 203.199219-203.203125c12.503906-12.5 32.769531-12.5 45.25 0l15.082031 15.085938c12.5 12.5 12.5 32.765624 0 45.246093zm0 0'/></svg>");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 0;
  cursor: pointer;
  -webkit-transition: border-color 0.2s;
  -o-transition: border-color 0.2s;
  transition: border-color 0.2s;
}
.form-field .form-field-checkbox .form-field-checkbox-custom:hover {
  border-color: #ff7610;
}
.form-field .form-field-checkbox input[type=checkbox]:checked + .form-field-checkbox-custom {
  border-color: #fcb448;
  background-size: 70%;
}
.form-field .form-field-checkbox input[type=checkbox]:checked + .form-field-checkbox-custom:hover {
  border-color: #ff7610;
}
@media only screen and (max-width: 575.98px) {
  .form-field .form-field-checkbox-label {
    font-size: 0.9em;
  }
}
.form-field .form-field-input {
  width: 100%;
}
.form-field .form-field-input input {
  background: transparent;
  border: none;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
  color: #000000;
  height: 50px;
  width: 100%;
}
.form-field .form-field-input input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.form-field .form-field-input input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.form-field .form-field-input input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
  opacity: 1;
}
.form-field .form-field-input input:-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
  opacity: 1;
}
@media only screen and (max-width: 991.98px) {
  .form-field .form-field-input input {
    height: 40px;
  }
}
@media only screen and (max-width: 767.98px) {
  .form-field .form-field-input input {
    font-size: 17px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 575.98px) {
  .form-field .form-field-input input {
    font-size: 15px;
    line-height: 18px;
  }
}
.form-field .form-field-desc {
  position: absolute;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 28px;
  color: #B3B3B9;
  bottom: -26px;
  left: 0;
}
@media only screen and (max-width: 767.98px) {
  .form-field .form-field-desc {
    font-size: 12px;
  }
}
@media only screen and (max-width: 575.98px) {
  .form-field .form-field-desc {
    font-size: 10px;
    line-height: 15px;
    bottom: -17px;
  }
}
.form-field .form-field-desc.error {
  color: #F15523;
}
.form-field .form-field-desc a {
  font-size: 16px;
  line-height: 19px;
  text-decoration-line: underline;
  color: #FCB448;
}
.form-field .form-field-desc a:hover {
  color: #FF8800;
}
.form-field textarea {
  border: none;
  resize: vertical;
  width: 100%;
  font-size: 20px;
  line-height: 28px;
  color: #000000;
  font-family: "Roboto Condensed";
}
@media only screen and (max-width: 767.98px) {
  .form-field textarea {
    font-size: 17px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 575.98px) {
  .form-field textarea {
    font-size: 15px;
    line-height: 18px;
  }
}
.form-field textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.form-field textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.form-field textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.form-field textarea::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.form-field textarea::placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.form-dark-bg .form-field {
  border-bottom: 1px solid #ffffff;
}
.form-dark-bg .form-field .form-field-icon svg path {
  fill: #FCB448;
}
.form-dark-bg .form-field .form-field-input input {
  color: #ffffff;
}
.form-dark-bg .form-field .form-field-input input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.form-dark-bg .form-field .form-field-input input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.form-dark-bg .form-field .form-field-input input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
  opacity: 1;
}
.form-dark-bg .form-field .form-field-input input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
  opacity: 1;
}

.main-lemon-btn-block {
  display: inline-block;
}
.main-lemon-btn-block .btn-magnet {
  text-align: center;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  color: rgb(136, 134, 131);
  padding-top: 3px;
}
.main-lemon-btn-block .btn-magnet.white-bg {
  color: rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 575.98px) {
  .main-lemon-btn-block .btn-magnet {
    font-size: 12px;
  }
}
.main-lemon-btn-block .btn-magnet a {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  text-decoration: underline;
  color: #FF8800;
}
.main-lemon-btn-block .btn-magnet a:hover {
  color: #FCB448;
}
@media only screen and (max-width: 575.98px) {
  .main-lemon-btn-block .btn-magnet a {
    font-size: 13px;
    line-height: 24px;
  }
}

.main-lemon-btn {
  display: inline-block;
  width: auto;
  background: #FCB448;
  -webkit-box-shadow: 0 6px 40px rgba(252, 180, 72, 0.3);
          box-shadow: 0 6px 40px rgba(252, 180, 72, 0.3);
  border-radius: 2px;
  padding: 30px 80px 30px 33px;
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  color: #ffffff;
  border: none;
  position: relative;
  text-align: left;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1439.98px) {
  .main-lemon-btn {
    padding: 25px 80px 25px 20px;
  }
}
@media only screen and (max-width: 575.98px) {
  .main-lemon-btn {
    padding: 15px 65px 15px 15px;
    font-size: 14px;
    line-height: 16px;
  }
}
.main-lemon-btn.black {
  background: #000000;
}
.main-lemon-btn.black.loading {
  background: #000000;
}
.main-lemon-btn .btn-icon {
  position: absolute;
  right: 33px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main-lemon-btn .btn-icon path {
  fill: #ffffff;
}
.main-lemon-btn .btn-icon.arrow {
  right: 53px;
}
@media only screen and (max-width: 575.98px) {
  .main-lemon-btn .btn-icon.arrow {
    right: 35px;
  }
}
.main-lemon-btn:hover {
  background: #FF8800;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.main-lemon-btn:hover .btn-icon.arrow {
  right: 33px;
}
@media only screen and (max-width: 575.98px) {
  .main-lemon-btn:hover .btn-icon.arrow {
    right: 25px;
  }
}
.main-lemon-btn.loading {
  pointer-events: none;
}
.main-lemon-btn.loading .btn-icon {
  -webkit-animation: spin infinite 3s;
          animation: spin infinite 3s;
}

.swiper-pagination.intro-img-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #FFFFFF;
  opacity: 1;
  margin: 0 6px;
}
.swiper-pagination.intro-img-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #FF8800;
}

.vdp-datepicker__calendar {
  border-radius: 2px;
  border: none !important;
  -webkit-box-shadow: 0 28px 60px rgba(15, 32, 45, 0.2);
          box-shadow: 0 28px 60px rgba(15, 32, 45, 0.2);
}
.vdp-datepicker__calendar .cell.selected {
  background: #FCB448 !important;
}
.vdp-datepicker__calendar .cell:not(.blank):not(.disabled).day:hover, .vdp-datepicker__calendar .cell:not(.blank):not(.disabled).month:hover, .vdp-datepicker__calendar .cell:not(.blank):not(.disabled).year:hover {
  border: 1px solid #FCB448 !important;
}

[class^=SmartCaptcha] {
  display: none !important;
}

.modal-wrapper {
  z-index: 12;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(33, 43, 51, 0.4);
  visibility: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=$value*100);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.modal-wrapper .modal-centered {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  min-height: calc(100% - 3.5rem);
}
.modal-wrapper.show {
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=$value*100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  visibility: visible;
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-wrapper.show .modal {
  margin: 1.75rem auto;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=$value*100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.modal-wrapper#loginModal .modal {
  width: 500px;
}
@media only screen and (max-width: 767.98px) {
  .modal-wrapper#loginModal .modal {
    width: 90vw;
  }
}
.modal-wrapper#loginModal .modal .modal-footer .main-lemon-btn {
  width: 100%;
}
.modal-wrapper .modal {
  display: block;
  position: relative;
  width: auto;
  margin: -300px auto 0;
  background: #ffffff;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border-radius: 2px;
}
@media only screen and (max-width: 575.98px) {
  .modal-wrapper .modal {
    width: 90vw;
  }
}
.modal-wrapper .modal .modal-header {
  padding: 45px 100px 0 45px;
  position: relative;
}
@media only screen and (max-width: 991.98px) {
  .modal-wrapper .modal .modal-header {
    padding: 30px 80px 0 30px;
  }
}
@media only screen and (max-width: 575.98px) {
  .modal-wrapper .modal .modal-header {
    padding: 15px 40px 0 15px;
  }
}
.modal-wrapper .modal .modal-header .modal-header-text {
  font-family: "Bebas Neue";
  font-size: 40px;
  line-height: 40px;
  text-transform: uppercase;
  color: #FF8800;
  font-weight: 700;
}
@media only screen and (max-width: 991.98px) {
  .modal-wrapper .modal .modal-header .modal-header-text {
    font-size: 34px;
    line-height: 34px;
  }
}
@media only screen and (max-width: 575.98px) {
  .modal-wrapper .modal .modal-header .modal-header-text {
    font-size: 23px;
    line-height: 23px;
  }
}
.modal-wrapper .modal .modal-header .modal-header-text span {
  color: #000000;
}
.modal-wrapper .modal .modal-header .modal-header-text.subheader {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: normal;
  font-size: 32px;
  line-height: 37px;
  text-transform: uppercase;
  color: #000000;
}
@media only screen and (max-width: 991.98px) {
  .modal-wrapper .modal .modal-header .modal-header-text.subheader {
    font-size: 27px;
    line-height: 29px;
  }
}
@media only screen and (max-width: 575.98px) {
  .modal-wrapper .modal .modal-header .modal-header-text.subheader {
    font-size: 20px;
    line-height: 21px;
  }
}
.modal-wrapper .modal .modal-header .modal-header-subheader {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 23px;
  text-transform: uppercase;
  color: #000000;
}
@media only screen and (max-width: 991.98px) {
  .modal-wrapper .modal .modal-header .modal-header-subheader {
    font-size: 15px;
    line-height: 18px;
  }
}
@media only screen and (max-width: 575.98px) {
  .modal-wrapper .modal .modal-header .modal-header-subheader {
    font-size: 10px;
    line-height: 13px;
  }
}
.modal-wrapper .modal .modal-header .btn-close {
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  right: 45px;
  top: 45px;
}
@media only screen and (max-width: 991.98px) {
  .modal-wrapper .modal .modal-header .btn-close {
    width: 36px;
    height: 36px;
    right: 30px;
    top: 27px;
  }
}
@media only screen and (max-width: 575.98px) {
  .modal-wrapper .modal .modal-header .btn-close {
    width: 20px;
    height: 20px;
    right: 15px;
    top: 7px;
  }
}
.modal-wrapper .modal .modal-header .btn-close::before, .modal-wrapper .modal .modal-header .btn-close::after {
  content: "";
  width: 40px;
  height: 1px;
  display: block;
  background: #B3B3B9;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 991.98px) {
  .modal-wrapper .modal .modal-header .btn-close::before, .modal-wrapper .modal .modal-header .btn-close::after {
    width: 36px;
  }
}
@media only screen and (max-width: 575.98px) {
  .modal-wrapper .modal .modal-header .btn-close::before, .modal-wrapper .modal .modal-header .btn-close::after {
    width: 20px;
  }
}
.modal-wrapper .modal .modal-header .btn-close::before {
  margin-top: 16px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.modal-wrapper .modal .modal-header .btn-close::after {
  margin-top: -1px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.modal-wrapper .modal .modal-header .btn-close:hover {
  cursor: pointer;
}
.modal-wrapper .modal .modal-header .btn-close:hover::before, .modal-wrapper .modal .modal-header .btn-close:hover::after {
  background: #000000;
}
.modal-wrapper .modal .modal-body {
  padding: 20px 45px 45px;
}
@media only screen and (max-width: 991.98px) {
  .modal-wrapper .modal .modal-body {
    padding: 20px 30px 45px;
  }
}
@media only screen and (max-width: 575.98px) {
  .modal-wrapper .modal .modal-body {
    padding: 20px 15px 30px;
  }
}
.modal-wrapper .modal .modal-body .modal-body-description {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 23px;
  text-transform: uppercase;
  color: #000000;
  padding-bottom: 45px;
}
@media only screen and (max-width: 991.98px) {
  .modal-wrapper .modal .modal-body .modal-body-description {
    font-size: 16px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 575.98px) {
  .modal-wrapper .modal .modal-body .modal-body-description {
    font-size: 14px;
    line-height: 17px;
  }
}
.modal-wrapper .modal .modal-body .modal-body-description span {
  color: #FF8800;
}
.modal-wrapper .modal .modal-body .table-answers {
  margin-top: 30px;
  border-collapse: collapse;
  width: 100%;
}
.modal-wrapper .modal .modal-body .table-answers tr {
  border: 1px solid #ECECEE;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.modal-wrapper .modal .modal-body .table-answers tr:hover {
  cursor: pointer;
  background: #ECECEE;
}
.modal-wrapper .modal .modal-body .table-answers tr:hover .table-answer {
  color: #161F26;
}
.modal-wrapper .modal .modal-body .table-answers tr .table-answer {
  padding: 28px 20px;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 20px;
  color: #797985;
  position: relative;
}
@media only screen and (max-width: 1439.98px) {
  .modal-wrapper .modal .modal-body .table-answers tr .table-answer {
    padding: 25px 20px;
  }
}
@media only screen and (max-width: 991.98px) {
  .modal-wrapper .modal .modal-body .table-answers tr .table-answer {
    padding: 20px;
  }
}
@media only screen and (max-width: 575.98px) {
  .modal-wrapper .modal .modal-body .table-answers tr .table-answer {
    padding: 15px;
    font-size: 15px;
    line-height: 17px;
  }
}
.modal-wrapper .modal .modal-body .modal-body-num-list .modal-body-num-list-value {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  padding-top: 20px;
}
.modal-wrapper .modal .modal-body .modal-body-num-list .modal-body-num-list-value .num {
  font-family: "Bebas Neue";
  font-size: 60px;
  line-height: 60px;
  text-transform: uppercase;
  color: #FCB448;
  min-width: 30px;
  font-weight: bold;
}
.modal-wrapper .modal .modal-body .modal-body-num-list .modal-body-num-list-value .desc-text {
  padding-left: 10px;
  font-style: normal;
  font-size: 20px;
  line-height: 23px;
  color: #797985;
  font-weight: 300;
}
@media only screen and (max-width: 575.98px) {
  .modal-wrapper .modal .modal-body .modal-body-num-list .modal-body-num-list-value .desc-text {
    font-size: 16px;
    line-height: 19px;
  }
}
.modal-wrapper .modal .modal-body .modal-body-num-list .modal-body-num-list-value .desc-text span {
  color: #161F26;
  font-weight: 400;
}
.modal-wrapper .modal .modal-body .progress-bar-block {
  padding-top: 70px;
}
.modal-wrapper .modal .modal-body .progress-bar-block .progress-levels .progress-level {
  font-family: "Bebas Neue";
  font-size: 18px;
  line-height: 18px;
  color: #B3B3B9;
  padding-bottom: 3px;
}
.modal-wrapper .modal .modal-body .progress-bar-block .progress-levels .progress-level.active {
  color: #FCB448;
}
@media only screen and (max-width: 575.98px) {
  .modal-wrapper .modal .modal-body .progress-bar-block .progress-levels .progress-level {
    font-size: 11px;
    line-height: 11px;
  }
}
.modal-wrapper .modal .modal-body .progress-bar-block .progress {
  overflow: hidden;
  width: 100%;
  height: 8px;
  background-color: #ECECEE;
  border-radius: 4px;
}
.modal-wrapper .modal .modal-body .progress-bar-block .progress .bar {
  position: relative;
  width: 50%;
  height: 8px;
  background-color: #FCB448;
  background-image: -o-linear-gradient(270deg, #FF8800 0%, #FCB448 100%);
  background-image: -webkit-gradient(linear, right top, left top, from(#FF8800), to(#FCB448));
  background-image: -o-linear-gradient(right, #FF8800 0%, #FCB448 100%);
  background-image: linear-gradient(270deg, #FF8800 0%, #FCB448 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF8800", endColorstr="#FCB448", GradientType=0);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.modal-wrapper .modal .modal-body .progress-bar-block .progress .bar:before {
  display: inline-block;
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  right: -4px;
  top: 0;
  border-top: 4px solid transparent;
  border-right: 2px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 2px solid #FF8800;
}
.modal-wrapper .modal .modal-body .progress-bar-block .progress .bar:after {
  display: block;
  content: "";
  position: absolute;
  height: 8px;
  width: 17px;
  right: -17px;
  top: 0;
  background-color: rgba(255, 136, 0, 0);
  background-image: -o-linear-gradient(270deg, rgba(255, 136, 0, 0) 0%, rgba(255, 136, 0, 0.4) 100%);
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(255, 136, 0, 0)), to(rgba(255, 136, 0, 0.4)));
  background-image: -o-linear-gradient(right, rgba(255, 136, 0, 0) 0%, rgba(255, 136, 0, 0.4) 100%);
  background-image: linear-gradient(270deg, rgba(255, 136, 0, 0) 0%, rgba(255, 136, 0, 0.4) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF8800", endColorstr="#FCB448", GradientType=0);
}
.modal-wrapper .modal .modal-footer {
  padding: 45px;
  border-radius: 0 0 2px 2px;
  background-color: #333333;
  background-image: url("/local/templates/b2b-logist-from-vue/../img/modals/map.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 991.98px) {
  .modal-wrapper .modal .modal-footer {
    padding: 30px;
  }
}
@media only screen and (max-width: 575.98px) {
  .modal-wrapper .modal .modal-footer {
    padding: 15px;
  }
}
.modal-wrapper .modal .modal-footer .additional-links {
  padding-top: 12px;
}
.modal-wrapper .modal .modal-footer .additional-links a {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  text-decoration-line: underline;
}
@media only screen and (max-width: 575.98px) {
  .modal-wrapper .modal .modal-footer .additional-links a {
    font-size: 14px;
    text-align: center;
    width: 100%;
  }
}
.modal-wrapper .modal .modal-footer .additional-links .register-link {
  color: #FF8800;
}
.modal-wrapper .modal .modal-footer .additional-links .register-link:hover {
  color: #FF6D00;
}
.modal-wrapper .modal .modal-footer .additional-links .forgot-pass-link {
  color: #FFFFFF;
  margin-left: auto;
}
.modal-wrapper .modal .modal-footer .additional-links .forgot-pass-link:hover {
  color: #eeeeee;
}

.fade-enter-active.page-modal, .fade-leave-active.page-modal {
  top: 40%;
  opacity: 0;
}

.page-modal {
  background: #FFFFFF;
  -webkit-box-shadow: 0 30px 72px rgba(64, 64, 81, 0.14);
          box-shadow: 0 30px 72px rgba(64, 64, 81, 0.14);
  border-radius: 2px;
  padding: 45px 145px;
  position: absolute;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  left: 50%;
  top: 50%;
  width: 450px;
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media only screen and (max-width: 1439.98px) {
  .page-modal {
    padding: 45px 70px;
    width: 400px;
    -webkit-box-shadow: none;
            box-shadow: none;
    position: relative;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    left: 0;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 575.98px) {
  .page-modal {
    padding: 45px 10px;
    width: 100%;
    max-width: 300px;
  }
}
.page-modal .btn-close {
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  right: 45px;
  top: 45px;
}
@media only screen and (max-width: 991.98px) {
  .page-modal .btn-close {
    width: 36px;
    height: 36px;
    right: 30px;
    top: 27px;
  }
}
@media only screen and (max-width: 575.98px) {
  .page-modal .btn-close {
    width: 20px;
    height: 20px;
    right: 15px;
    top: 7px;
  }
}
.page-modal .btn-close::before, .page-modal .btn-close::after {
  content: "";
  width: 40px;
  height: 1px;
  display: block;
  background: #B3B3B9;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 991.98px) {
  .page-modal .btn-close::before, .page-modal .btn-close::after {
    width: 36px;
  }
}
@media only screen and (max-width: 575.98px) {
  .page-modal .btn-close::before, .page-modal .btn-close::after {
    width: 20px;
  }
}
.page-modal .btn-close::before {
  margin-top: 16px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.page-modal .btn-close::after {
  margin-top: -1px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.page-modal .btn-close:hover {
  cursor: pointer;
}
.page-modal .btn-close:hover::before, .page-modal .btn-close:hover::after {
  background: #000000;
}
.page-modal .go-back-link {
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  color: #B3B3B9;
  position: absolute;
  left: 40px;
  top: 65px;
}
@media only screen and (max-width: 1439.98px) {
  .page-modal .go-back-link {
    left: 0;
  }
}
@media only screen and (max-width: 575.98px) {
  .page-modal .go-back-link {
    top: 17px;
    left: 10px;
  }
}
.page-modal .go-back-link svg {
  padding-right: 12px;
}
.page-modal .go-back-link:hover {
  color: #000000;
}
.page-modal .go-back-link:hover svg path {
  stroke: #000000;
}
.page-modal .page-modal-logo {
  text-align: center;
  padding-bottom: 50px;
}
@media only screen and (max-width: 1439.98px) {
  .page-modal .page-modal-logo {
    padding-bottom: 30px;
  }
}
.page-modal .page-modal-header {
  font-family: "Bebas Neue";
  font-weight: 700;
  font-size: 32px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
}
@media only screen and (max-width: 1439.98px) {
  .page-modal .page-modal-header {
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 575.98px) {
  .page-modal .page-modal-header {
    font-size: 29px;
  }
}
.page-modal .page-modal-header span {
  color: #FF8800;
}
.page-modal .page-modal-header.grey {
  color: #B3B3B9;
}
.page-modal .page-modal-header.red {
  color: #F15523;
}
.page-modal .page-modal-header.pt-more {
  padding-top: 18px;
}
.page-modal .page-modal-text {
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  color: #161F26;
  padding: 70px 0 10px;
}
@media only screen and (max-width: 575.98px) {
  .page-modal .page-modal-text {
    font-size: 16px;
    line-height: 20px;
    padding: 50px 0 30px;
  }
}
.page-modal .page-modal-text span {
  color: #FCB448;
}
.page-modal .page-modal-text a {
  color: #FCB448;
  text-decoration: underline;
}
.page-modal .page-modal-text a:hover {
  color: #FF8800;
}
.page-modal form .form-field {
  margin: 40px 0;
}
@media only screen and (max-width: 1439.98px) {
  .page-modal form .form-field {
    margin: 10px 0 30px;
  }
}
@media only screen and (max-width: 575.98px) {
  .page-modal form .form-field {
    margin-bottom: 20px;
  }
}
.page-modal form .main-lemon-btn {
  width: 100%;
}
.page-modal .main-lemon-btn-block {
  padding-top: 50px;
}
@media only screen and (max-width: 1439.98px) {
  .page-modal .main-lemon-btn-block {
    padding-top: 20px;
  }
}
.page-modal .main-lemon-btn-block .main-lemon-btn {
  display: block;
}
.page-modal .additional-links {
  padding-top: 12px;
}
.page-modal .additional-links .pt-more {
  padding-top: 20px;
}
.page-modal .additional-links a {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
  text-decoration-line: underline;
}
.page-modal .additional-links a.register-link {
  color: #FF8800;
}
.page-modal .additional-links a.register-link:hover {
  color: #FF6D00;
}
.page-modal .additional-links a.forgot-pass-link {
  color: #000000;
  margin-left: auto;
}
.page-modal .additional-links a.forgot-pass-link:hover {
  color: rgba(0, 0, 0, 0.8);
}
.page-modal .additional-links a.download-link {
  color: #000000;
  text-decoration: none;
}
.page-modal .additional-links a.download-link span {
  text-decoration: underline;
}
.page-modal .additional-links a.download-link svg {
  margin-right: 10px;
}
.page-modal .additional-links a.download-link svg path {
  stroke: #000000;
}
.page-modal .additional-links a.download-link:hover {
  color: rgba(0, 0, 0, 0.8);
}
.page-modal .additional-links a.download-link:hover svg path {
  stroke: rgba(0, 0, 0, 0.8);
}
@media only screen and (max-width: 575.98px) {
  .page-modal .additional-links a {
    font-size: 14px;
    text-align: center;
    width: 100%;
  }
}

.news-article-wrapper {
  display: block;
}
.news-article-wrapper:hover {
  cursor: pointer;
}
.news-article-wrapper:hover .news-article-header {
  color: #FF8800;
}
.news-article-wrapper:hover .news-numbers .number {
  color: #000000;
}

.news-article {
  display: block;
  border-radius: 4px;
  background: #C4C4C4 center no-repeat;
  background-size: cover;
  width: 100%;
  position: relative;
  height: 170px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1439.98px) {
  .news-article {
    height: 150px;
    margin-bottom: 15px;
  }
}
.news-article.bg {
  height: 460px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1439.98px) {
  .news-article.bg {
    height: 390px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767.98px) {
  .news-article.bg {
    height: 340px;
  }
}
@media only screen and (max-width: 575.98px) {
  .news-article.bg {
    margin-bottom: 30px;
  }
}
.news-article.bg:not(.no-hover):hover .article-info .news-article-header {
  color: #FF8800;
}
.news-article.bg:not(.no-hover):hover .news-bg-gradient {
  height: 290px;
}
.news-article.bg .article-info {
  position: absolute;
  left: 20px;
  bottom: 20px;
  right: 20px;
  z-index: 1;
}
.news-article.bg .article-info .news-article-header {
  font-family: Bebas Neue;
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 1;
  color: #FFFFFF;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1439.98px) {
  .news-article.bg .article-info .news-article-header {
    font-size: 32px;
  }
}
.news-article.bg .news-bg-gradient {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 220px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news-article.bg .news-numbers .number {
  color: #ffffff;
}

.news-article-header {
  font-family: Bebas Neue;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  color: #000000;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1439.98px) {
  .news-article-header {
    font-size: 18px;
  }
}

.news-article-subtitle {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  margin-bottom: 18px;
}

.news-tags {
  position: absolute;
  top: 23px;
  left: 20px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.news-tags .tag {
  background: #FCB448;
  border-radius: 36px;
  padding: 4px 10px;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  color: #ffffff;
  margin: 0 10px 10px 0;
}
@media only screen and (max-width: 1299.98px) {
  .news-tags .tag {
    font-size: 12px;
    line-height: 14px;
    font-weight: normal;
  }
}

.news-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news-numbers .number {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  color: #D7D7E8;
  margin-right: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1299.98px) {
  .news-numbers .number {
    margin-right: 15px;
  }
}
.news-numbers .number img {
  margin-right: 8px;
}
@media only screen and (max-width: 1299.98px) {
  .news-numbers .number img {
    margin-right: 5px;
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: translate3d(0, -50%, 0) rotate(0deg);
            transform: translate3d(0, -50%, 0) rotate(0deg);
  }
  15% {
    -webkit-transform: translate3d(0, -50%, 0) rotate(180deg);
            transform: translate3d(0, -50%, 0) rotate(180deg);
  }
  50% {
    -webkit-transform: translate3d(0, -50%, 0) rotate(180deg);
            transform: translate3d(0, -50%, 0) rotate(180deg);
  }
  65% {
    -webkit-transform: translate3d(0, -50%, 0) rotate(360deg);
            transform: translate3d(0, -50%, 0) rotate(360deg);
  }
  100% {
    -webkit-transform: translate3d(0, -50%, 0) rotate(360deg);
            transform: translate3d(0, -50%, 0) rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: translate3d(0, -50%, 0) rotate(0deg);
            transform: translate3d(0, -50%, 0) rotate(0deg);
  }
  15% {
    -webkit-transform: translate3d(0, -50%, 0) rotate(180deg);
            transform: translate3d(0, -50%, 0) rotate(180deg);
  }
  50% {
    -webkit-transform: translate3d(0, -50%, 0) rotate(180deg);
            transform: translate3d(0, -50%, 0) rotate(180deg);
  }
  65% {
    -webkit-transform: translate3d(0, -50%, 0) rotate(360deg);
            transform: translate3d(0, -50%, 0) rotate(360deg);
  }
  100% {
    -webkit-transform: translate3d(0, -50%, 0) rotate(360deg);
            transform: translate3d(0, -50%, 0) rotate(360deg);
  }
}
.page {
  position: relative;
}

.main-nav-container {
  position: absolute;
  background-color: rgb(22,31,38,0);
  top: 0;
  width: 100%;
  z-index: 5;
}
.main-nav-container .main-nav {
  padding: 20px 0 17px;
  min-height: 26px;
}
.main-nav-container .main-nav .logo {
  padding-right: 80px;
}
@media only screen and (max-width: 1439.98px) {
  .main-nav-container .main-nav .logo {
    padding-right: 50px;
  }
}
@media only screen and (max-width: 991.98px) {
  .main-nav-container .main-nav .logo {
    padding-right: 35px;
    display: none;
  }
}
@media only screen and (max-width: 575.98px) {
  .main-nav-container .main-nav .logo {
    position: absolute;
    top: 90px;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
    padding: 0;
  }
}
.main-nav-container .main-nav .logo a img {
  height: 45px;
}
@media only screen and (max-width: 575.98px) {
  .main-nav-container .main-nav .logo a img {
    height: 35px;
  }
}
.main-nav-container .main-nav .program-os {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
@media only screen and (max-width: 991.98px) {
  .main-nav-container .main-nav .program-os {
    display: none;
  }
}
@media only screen and (max-width: 767.98px) {
  .main-nav-container .main-nav .program-os {
    display: none;
  }
}
.main-nav-container .main-nav .program-os .os {
  padding: 7px 0;
}
.main-nav-container .main-nav .program-os .os:first-child {
  padding-right: 18px;
  border-right: 1px solid #ffffff;
}
.main-nav-container .main-nav .program-os .os:last-child {
  padding-left: 18px;
}
@media only screen and (max-width: 991.98px) {
  .main-nav-container .main-nav .nav-links {
    display: none;
  }
}
@media only screen and (max-width: 767.98px) {
  .main-nav-container .main-nav .nav-links {
    display: none;
  }
}
.main-nav-container .main-nav .main-nav-mobile-menu {
  display: none;
  z-index: 1;
}
@media only screen and (max-width: 991.98px) {
  .main-nav-container .main-nav .main-nav-mobile-menu {
    display: block;
  }
}
.main-nav-container .main-nav .main-nav-mobile-menu .menu-burger {
  width: 32px;
  height: 26px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.main-nav-container .main-nav .main-nav-mobile-menu .menu-burger span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #ffffff;
  border-radius: 1px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.main-nav-container .main-nav .main-nav-mobile-menu .menu-burger span:nth-child(1) {
  top: 0;
  width: 80%;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
      transform-origin: left center;
}
.main-nav-container .main-nav .main-nav-mobile-menu .menu-burger span:nth-child(2) {
  top: 12px;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
      transform-origin: left center;
}
.main-nav-container .main-nav .main-nav-mobile-menu .menu-burger span:nth-child(3) {
  top: 24px;
  width: 80%;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
      transform-origin: left center;
}
.main-nav-container .main-nav .main-nav-mobile-menu .menu-burger.open {
  position: fixed;
  left: 10px;
  top: 18px;
  z-index: 5;
}
.main-nav-container .main-nav .main-nav-mobile-menu .menu-burger.open span:nth-child(1) {
  width: 100%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  top: 0;
  left: 0;
}
.main-nav-container .main-nav .main-nav-mobile-menu .menu-burger.open span:nth-child(2) {
  width: 0;
  opacity: 0;
}
.main-nav-container .main-nav .main-nav-mobile-menu .menu-burger.open span:nth-child(3) {
  width: 100%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
  top: 23px;
  left: 0;
}
.main-nav-container .main-nav .main-nav-mobile-menu .mobile-menu {
  height: 100vh;
  position: fixed;
  left: -320px;
  top: 0;
  width: 320px;
  background: #ffffff;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 575.98px) {
  .main-nav-container .main-nav .main-nav-mobile-menu .mobile-menu {
    width: 100vw;
    left: -100vw;
  }
}
.main-nav-container .main-nav .main-nav-mobile-menu .mobile-menu.open {
  visibility: visible;
  left: 0;
}
.main-nav-container .main-nav .main-nav-mobile-menu .mobile-menu .mobile-menu-header {
  font-family: Bebas Neue;
  font-size: 32px;
  line-height: 32px;
  text-align: right;
  font-weight: 700;
  color: #FFFFFF;
  background: #16252E;
  padding: 19px 10px 12px;
}
.main-nav-container .main-nav .main-nav-mobile-menu .mobile-menu .mobile-menu-sections {
  height: calc(100vh - 58px);
  overflow-y: auto;
}
.main-nav-container .main-nav .auth {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  margin-left: auto;
}
.main-nav-container .main-nav .auth .login-btn, .main-nav-container .main-nav .auth .register-btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 30px;
  padding: 11px 25px;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
}
@media only screen and (max-width: 991.98px) {
  .main-nav-container .main-nav .auth .login-btn, .main-nav-container .main-nav .auth .register-btn {
    padding: 10px 30px;
  }
}
@media only screen and (max-width: 575.98px) {
  .main-nav-container .main-nav .auth .login-btn, .main-nav-container .main-nav .auth .register-btn {
    font-size: 16px;
    padding: 9px 24px;
  }
}
.main-nav-container .main-nav .auth .login-btn {
  color: #ffffff;
}
.main-nav-container .main-nav .auth .login-btn svg {
  margin: 0 7px -1px 0;
}
.main-nav-container .main-nav .auth .login-btn:hover {
  color: #000000;
  background: #ffffff;
}
.main-nav-container .main-nav .auth .login-btn:hover svg path {
  fill: #000000;
}
@media only screen and (max-width: 575.98px) {
  .main-nav-container .main-nav .auth .login-btn {
    color: #000000;
    background: #ffffff;
  }
  .main-nav-container .main-nav .auth .login-btn svg path {
    fill: #000000;
  }
}
.main-nav-container .main-nav .auth .register-btn {
  margin-left: 16px;
  color: #FF8800;
  border: 1px solid #FF8800;
}
.main-nav-container .main-nav .auth .register-btn:hover {
  color: #ffffff;
  background: #FF8800;
}
@media only screen and (max-width: 575.98px) {
  .main-nav-container .main-nav .auth .register-btn {
    display: none;
  }
}
.main-nav-container .sub-nav {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 20px 0 20px 0;
}
@media only screen and (max-width: 767.98px) {
  .main-nav-container .sub-nav {
    padding: 10px 0 10px 0;
  }
}
.main-nav-container .sub-nav .page-name .page-link:hover svg path {
  fill: #FF8800;
}
.main-nav-container .sub-nav .page-name .page-link span {
  font-style: normal;
  font-weight: bold;
  font-size: 23px;
  line-height: 27px;
  text-transform: uppercase;
  color: #FFFFFF;
}
@media only screen and (max-width: 1439.98px) {
  .main-nav-container .sub-nav .page-name .page-link span {
    font-size: 21px;
    line-height: 23px;
  }
}
@media only screen and (max-width: 767.98px) {
  .main-nav-container .sub-nav .page-name .page-link span {
    font-size: 17px;
    line-height: 19px;
  }
}
@media only screen and (max-width: 575.98px) {
  .main-nav-container .sub-nav .page-name .page-link span {
    display: none;
  }
}
.main-nav-container .sub-nav .page-name .page-link svg {
  margin-bottom: 12px;
}
.main-nav-container .sub-nav .nav-links, .main-nav-container .sub-nav [id^=bx_incl_area] {
  margin-left: auto;
}
.main-nav-container .sub-nav .nav-links .nav-link, .main-nav-container .sub-nav [id^=bx_incl_area] .nav-link {
  padding-left: 50px;
  margin: 0;
}
@media only screen and (max-width: 767.98px) {
  .main-nav-container .sub-nav .nav-links .nav-link, .main-nav-container .sub-nav [id^=bx_incl_area] .nav-link {
    padding-left: 20px;
  }
}
.main-nav-container .sub-nav .nav-links .nav-link a, .main-nav-container .sub-nav [id^=bx_incl_area] .nav-link a {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  text-align: right;
  color: #FFFFFF;
}
.main-nav-container .sub-nav .nav-links .nav-link a:hover, .main-nav-container .sub-nav [id^=bx_incl_area] .nav-link a:hover {
  text-decoration: underline;
  color: #FF8800;
}
.main-nav-container .sub-nav .nav-links .nav-link a.active, .main-nav-container .sub-nav [id^=bx_incl_area] .nav-link a.active {
  color: #FF8800;
}
@media only screen and (max-width: 1439.98px) {
  .main-nav-container .sub-nav .nav-links .nav-link a, .main-nav-container .sub-nav [id^=bx_incl_area] .nav-link a {
    font-size: 16px;
    line-height: 19px;
  }
}
@media only screen and (max-width: 991.98px) {
  .main-nav-container .sub-nav .nav-links .nav-link a, .main-nav-container .sub-nav [id^=bx_incl_area] .nav-link a {
    font-size: 14px;
    line-height: 16px;
  }
}
@media only screen and (max-width: 575.98px) {
  .main-nav-container .sub-nav .nav-links .nav-link a, .main-nav-container .sub-nav [id^=bx_incl_area] .nav-link a {
    font-size: 12px;
    line-height: 14px;
  }
}
.main-nav-container.position-fixed {
  position: fixed;
}
.main-nav-container.light-bg {
  background-color: #ffffff;
}
.main-nav-container.light-bg.smoke-bg {
  background-color: #f6f6f7;
}
.main-nav-container.light-bg .main-nav .auth .login-btn {
  color: #000000;
}
.main-nav-container.light-bg .main-nav .auth .login-btn svg path {
  fill: #000000;
}
.main-nav-container.light-bg .main-nav .auth .login-btn:hover {
  color: #ffffff;
  background: #000000;
}
.main-nav-container.light-bg .main-nav .auth .login-btn:hover svg path {
  fill: #ffffff;
}
.main-nav-container.light-bg .main-nav .main-nav-mobile-menu .menu-burger span {
  background: #000000;
}
.main-nav-container.light-bg .main-nav .main-nav-mobile-menu .menu-burger.open span {
  background: #ffffff;
}
.main-nav-container.light-bg .sub-nav {
  border-color: rgba(179, 179, 179, 0.65);
}
.main-nav-container.light-bg .sub-nav .page-name .page-link svg path {
  fill: #000000;
}
.main-nav-container.light-bg .sub-nav .page-name .page-link span {
  color: #000000;
}
.main-nav-container.light-bg .sub-nav .nav-links .nav-link a {
  color: #000000;
}
.main-nav-container.light-bg .sub-nav .nav-links .nav-link a.active {
  color: #FF8800;
}

.nav-link {
  margin-right: 60px;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
}
.nav-link:hover .nav-popup, .nav-link:focus .nav-popup {
  display: block;
}
@media only screen and (max-width: 1439.98px) {
  .nav-link {
    margin-right: 20px;
  }
}
.nav-link .nav-link-item {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: #FFFFFF;
  cursor: pointer;
}
.nav-link .nav-link-item:hover, .nav-link .nav-link-item.active {
  color: #FF8800;
}
@media only screen and (max-width: 1439.98px) {
  .nav-link .nav-link-item {
    font-size: 16px;
    line-height: 19px;
  }
}

.light-bg .nav-link .nav-link-item {
  color: #000000;
}
.light-bg .nav-link .nav-link-item:hover, .light-bg .nav-link .nav-link-item.active {
  color: #FF8800;
}

.nav-popup {
  display: none;
  background: #FFFFFF;
  border-radius: 4px;
  -webkit-box-shadow: 0 10px 40px rgba(64, 64, 81, 0.18);
          box-shadow: 0 10px 40px rgba(64, 64, 81, 0.18);
  position: absolute;
  top: 40px;
  min-width: 350px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 6;
}
.nav-popup:after {
  display: block;
  position: absolute;
  content: "";
  top: -5px;
  left: 27px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 5px 10px;
  border-color: transparent transparent #ffffff transparent;
}
.nav-popup .nav-popup-link {
  display: block;
  border-bottom: 1px solid #ECECEE;
}
.nav-popup .nav-popup-link:last-child {
  border-bottom: none;
}
.nav-popup .nav-popup-link .nav-popup-link-wrapper {
  padding: 17px 23px 14px;
  white-space: nowrap;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1439.98px) {
  .nav-popup .nav-popup-link .nav-popup-link-wrapper {
    padding: 14px 17px;
  }
}
.nav-popup .nav-popup-link .nav-popup-link-wrapper .nav-popup-link-page-logo {
  margin-right: 15px;
}
.nav-popup .nav-popup-link .nav-popup-link-wrapper .nav-popup-link-page-logo img {
  width: 40px;
  height: 40px;
}
@media only screen and (max-width: 1439.98px) {
  .nav-popup .nav-popup-link .nav-popup-link-wrapper .nav-popup-link-page-logo img {
    width: 30px;
    height: 30px;
  }
}
.nav-popup .nav-popup-link .nav-popup-link-wrapper .nav-popup-link-page-info .nav-popup-link-page-name {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  color: #797985;
  padding-bottom: 1px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.nav-popup .nav-popup-link .nav-popup-link-wrapper .nav-popup-link-page-info .nav-popup-link-page-name.usual {
  font-weight: normal;
  text-transform: none;
}
@media only screen and (max-width: 1439.98px) {
  .nav-popup .nav-popup-link .nav-popup-link-wrapper .nav-popup-link-page-info .nav-popup-link-page-name {
    font-size: 16px;
    line-height: 19px;
  }
}
.nav-popup .nav-popup-link .nav-popup-link-wrapper .nav-popup-link-page-info .nav-popup-link-page-desc {
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 18px;
  color: #797985;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1439.98px) {
  .nav-popup .nav-popup-link .nav-popup-link-wrapper .nav-popup-link-page-info .nav-popup-link-page-desc {
    font-size: 14px;
    line-height: 16px;
  }
}
.nav-popup .nav-popup-link .nav-popup-link-wrapper:hover .nav-popup-link-page-info .nav-popup-link-page-name {
  color: #FF8800;
}
.nav-popup .nav-popup-link .nav-popup-link-wrapper:hover .nav-popup-link-page-info .nav-popup-link-page-desc {
  color: #FF8800;
}

.mobile-menu-section:nth-child(3) {
  padding-bottom: 50px;
}
.mobile-menu-section .mobile-menu-section-header {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: #B3B3B9;
  border-bottom: 1px solid #ECECEE;
  padding: 23px 10px;
}

.mobile-menu-section-link {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 13px 10px;
  border-bottom: 1px solid #ECECEE;
}
.mobile-menu-section-link:hover {
  background: #eeeeee;
}
.mobile-menu-section-link .mobile-menu-section-link-logo {
  padding-right: 10px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
.mobile-menu-section-link .mobile-menu-section-link-logo img {
  width: 32px;
  height: 32px;
}
.mobile-menu-section-link .mobile-menu-section-link-info .mobile-menu-section-link-page-name {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #797985;
}

footer .footer-first {
  background: #F5F5F6;
  padding: 116px 0 100px;
}
@media only screen and (max-width: 1299.98px) {
  footer .footer-first {
    padding: 50px 0 90px;
  }
}
@media only screen and (max-width: 575.98px) {
  footer .footer-first {
    padding: 30px 0 70px;
  }
}
footer .footer-first.bg-white {
  background: #ffffff;
}
footer .footer-first .callback {
  width: 100%;
  width: 100%;
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
}
@media only screen and (max-width: 991.98px) {
  footer .footer-first .callback {
    width: 100%;
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 991.98px) {
  footer .footer-first .callback:last-child {
    padding-top: 40px;
  }
}
footer .footer-first .callback .questions {
  font-family: "Bebas Neue";
  font-weight: 700;
  font-size: 80px;
  line-height: 80px;
  color: #FF8800;
}
@media only screen and (max-width: 1439.98px) {
  footer .footer-first .callback .questions {
    font-size: 75px;
    line-height: 75px;
  }
}
@media only screen and (max-width: 1299.98px) {
  footer .footer-first .callback .questions {
    font-size: 60px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 575.98px) {
  footer .footer-first .callback .questions {
    font-size: 41px;
    line-height: 41px;
  }
}
footer .footer-first .callback .questions a {
  font-family: inherit;
  line-height: 107px;
  font-size: 82px;
  color: #000000;
}
footer .footer-first .callback .questions a:hover {
  color: #FCB448;
}
@media only screen and (max-width: 1439.98px) {
  footer .footer-first .callback .questions a {
    font-size: 77px;
  }
}
@media only screen and (max-width: 1299.98px) {
  footer .footer-first .callback .questions a {
    line-height: 90px;
    font-size: 69px;
  }
}
@media only screen and (max-width: 575.98px) {
  footer .footer-first .callback .questions a {
    line-height: 48px;
    font-size: 42px;
  }
}
footer .footer-first .callback .desc-value {
  padding-top: 35px;
}
@media only screen and (max-width: 1299.98px) {
  footer .footer-first .callback .desc-value {
    padding-top: 30px;
  }
}
footer .footer-first .callback .desc-value:first-child {
  padding-top: 0;
}
footer .footer-first .callback .desc-value .callback-desc {
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 28px;
  text-transform: uppercase;
  color: #000000;
}
@media only screen and (max-width: 1299.98px) {
  footer .footer-first .callback .desc-value .callback-desc {
    font-size: 24px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 575.98px) {
  footer .footer-first .callback .desc-value .callback-desc {
    font-size: 16px;
    line-height: 17px;
  }
}
footer .footer-first .callback .desc-value .callback-desc a {
  color: #FF8800;
  text-decoration: underline;
}
footer .footer-first .callback .desc-value .callback-desc a:hover {
  color: #000000;
}
footer .footer-first .callback .desc-value .callback-subdesc {
  padding-top: 14px;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 20px;
  color: #000000;
}
@media only screen and (max-width: 1299.98px) {
  footer .footer-first .callback .desc-value .callback-subdesc {
    font-size: 17px;
    line-height: 17px;
    padding-top: 8px;
  }
}
@media only screen and (max-width: 575.98px) {
  footer .footer-first .callback .desc-value .callback-subdesc {
    font-size: 14px;
    line-height: 14px;
    padding-top: 3px;
  }
}
footer .footer-first .callback .desc-value .callback-subdesc span {
  color: #FF8800;
}
footer .footer-second .container {
  background: #FFFFFF;
  position: relative;
}
footer .footer-second .container .footer-second-header {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  color: #000000;
  padding-bottom: 23px;
}
footer .footer-second .container .footer-second-header span {
  color: #FF8800;
}
footer .footer-second .container .wrapper {
  padding: 89px 0 65px;
}
@media only screen and (max-width: 575.98px) {
  footer .footer-second .container .wrapper {
    padding: 60px 0 40px;
  }
}
footer .footer-second .container .nav-block {
  width: 100%;
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
}
footer .footer-second .container .nav-block .nav-column {
  width: 100%;
  -ms-flex: 0 0 20%;
  -webkit-box-flex: 0;
          flex: 0 0 20%;
  max-width: 20%;
}
@media only screen and (max-width: 991.98px) {
  footer .footer-second .container .nav-block .nav-column {
    width: 100%;
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
    padding-top: 40px;
  }
  footer .footer-second .container .nav-block .nav-column:first-child {
    padding-top: 0;
  }
  footer .footer-second .container .nav-block .nav-column:nth-child(2) {
    padding-top: 0;
  }
}
@media only screen and (max-width: 575.98px) {
  footer .footer-second .container .nav-block .nav-column {
    width: 100%;
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  footer .footer-second .container .nav-block .nav-column:nth-child(2) {
    padding-top: 40px;
  }
}
footer .footer-second .container .nav-block .nav-column ul {
  padding: 0;
  margin: 0;
}
footer .footer-second .container .nav-block .nav-column ul li {
  list-style-type: none;
}
@media only screen and (max-width: 575.98px) {
  footer .footer-second .container .nav-block .nav-column ul li {
    padding-left: 12px;
  }
}
footer .footer-second .container .nav-block .nav-column ul li a {
  position: relative;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 26px;
  color: #000000;
}
footer .footer-second .container .nav-block .nav-column ul li a .icon {
  position: absolute;
  left: -20px;
}
footer .footer-second .container .nav-block .nav-column ul li a:hover {
  color: #FF8800;
}
footer .footer-second .container .nav-block .nav-column ul li a:hover svg path {
  stroke: #FF8800;
}
footer .footer-second .container .splitter {
  display: none;
  height: 1px;
  width: 100%;
  background: #ECECEE;
  position: absolute;
  left: 0;
  top: 57%;
}
@media only screen and (max-width: 991.98px) {
  footer .footer-second .container .splitter {
    display: block;
  }
}
@media only screen and (max-width: 575.98px) {
  footer .footer-second .container .splitter {
    top: 69%;
  }
}
footer .footer-second .container .support-block {
  width: 20%;
  margin: 0 auto;
}
@media only screen and (max-width: 1299.98px) {
  footer .footer-second .container .support-block {
    width: 26%;
  }
}
@media only screen and (max-width: 991.98px) {
  footer .footer-second .container .support-block {
    width: 100%;
    margin: 0;
  }
  footer .footer-second .container .support-block.wrapper {
    padding: 39px 0 50px;
  }
}
footer .footer-second .container .support-block .block-desc {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  padding-bottom: 22px;
}
footer .footer-second .container .support-block .block-desc span {
  color: #FF8800;
}
footer .footer-second .container .support-block .block-desc a {
  color: #000000;
}
footer .footer-second .container .support-block .block-desc a:hover {
  color: #FF8800;
}
footer .footer-second .container .support-block a.tg-link {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 20px;
  color: #FCB448;
}
footer .footer-second .container .support-block a.tg-link svg {
  margin: 0 4px -7px 0;
}
footer .footer-second .container .support-block a.tg-link:hover {
  color: #000000;
}
footer .footer-second .container .support-block a.tg-link:hover svg path {
  fill: #000000;
}
footer .footer-third {
  background: #FFFFFF;
  padding: 16px 0 45px;
  border-top: 1px solid #ECECEE;
}
footer .footer-third .copyright {
  width: 100%;
  -ms-flex: 0 0 60%;
  -webkit-box-flex: 0;
          flex: 0 0 60%;
  max-width: 60%;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #B3B3B9;
}
@media only screen and (max-width: 1299.98px) {
  footer .footer-third .copyright {
    width: 100%;
    -ms-flex: 0 0 65%;
    -webkit-box-flex: 0;
            flex: 0 0 65%;
    max-width: 65%;
  }
}
@media only screen and (max-width: 991.98px) {
  footer .footer-third .copyright {
    width: 100%;
    -ms-flex: 0 0 47%;
    -webkit-box-flex: 0;
            flex: 0 0 47%;
    max-width: 47%;
    line-height: 17px;
  }
}
@media only screen and (max-width: 575.98px) {
  footer .footer-third .copyright {
    width: 100%;
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
    line-height: 17px;
  }
}
footer .footer-third .copyright a {
  color: inherit;
  text-decoration: underline;
}
footer .footer-third .copyright a:hover {
  color: #FF8800;
}
footer .footer-third .social-links {
  width: 25%;
  margin: 0 0 0 auto;
}
@media only screen and (max-width: 991.98px) {
  footer .footer-third .social-links {
    width: 43%;
  }
}
@media only screen and (max-width: 575.98px) {
  footer .footer-third .social-links {
    width: 100%;
    padding-top: 30px;
  }
}
footer .footer-second-image img {
  max-height: 156px;
}

.social-links,
.social-links [id^=bx_incl_area] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.social-links .link,
.social-links [id^=bx_incl_area] .link {
  width: 20%;
}
@media only screen and (max-width: 575.98px) {
  .social-links .link,
  .social-links [id^=bx_incl_area] .link {
    text-align: center;
  }
}
.social-links .link .tg-link:hover svg path,
.social-links [id^=bx_incl_area] .link .tg-link:hover svg path {
  fill: #0088cc;
}
.social-links .link .vk-link:hover svg path,
.social-links [id^=bx_incl_area] .link .vk-link:hover svg path {
  fill: #4c75a3;
}
.social-links .link .fb-link:hover svg path,
.social-links [id^=bx_incl_area] .link .fb-link:hover svg path {
  fill: #3b5999;
}
.social-links .link .youtube-link:hover svg path,
.social-links [id^=bx_incl_area] .link .youtube-link:hover svg path {
  fill: #cd201f;
}
.social-links .link .inst-link:hover svg path,
.social-links [id^=bx_incl_area] .link .inst-link:hover svg path {
  fill: #e4405f;
}

.base-arrow-link {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  text-decoration: underline;
}
@media only screen and (max-width: 1299.98px) {
  .base-arrow-link {
    font-size: 16px;
    line-height: 19px;
  }
}
@media only screen and (max-width: 575.98px) {
  .base-arrow-link {
    font-size: 14px;
    line-height: 16px;
  }
}
.base-arrow-link:hover {
  text-decoration: none;
}
.base-arrow-link:hover svg {
  -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
          transform: translateX(5px);
}
.base-arrow-link.thin {
  font-weight: 300;
}
.base-arrow-link svg {
  margin-left: 10px;
}
@media only screen and (max-width: 575.98px) {
  .base-arrow-link svg {
    width: 20px;
  }
}

.article-footer .base-arrow-link {
  font-size: 15px;
  line-height: 18px;
}

@media (max-width: 992px) {
  .reviews-top-padding {
    padding-top: 80px;
  }
}

[data-transition="easy-in"] {
  transition: background-color .5s ease;
}

.main-user-consent-request-announce-link a {
  color: #FF8800;
}

.user-consent * {
  font-family: "Roboto Condensed";
  font-style: normal;
}
.user-consent [data-bx-user-consent] {
  display: flex;
  align-items: flex-start;
  margin: 10px 10px;
  text-align: start;
  gap: 10px
}
#resume .user-consent a,
#register:not(.white) .user-consent a {
  color: #FFF;
}
#resume .user-consent a:hover,
#register .user-consent a:hover {
  text-decoration: underline;
}
/* End */


/* Start:/bitrix/templates/b2b/template_styles.css?160922648222511*/
body{padding: 0;margin: 0;cursor: default;width:100%; font-family: 'MyriadProRegular'; min-width:320px} 
html, body{height: auto; min-height: 100%;overflow-x: hidden}
header {height: 55px; background-color: rgba(1,9,28,1); width: 100%}

.gk-fix *, .mfp-wrap * {  -webkit-box-sizing: border-box;  -moz-box-sizing: border-box; box-sizing: border-box;}

h1,h2,h3,h4,h5,h6 {padding:0;margin:0}
a, button, input:focus, input[type="button"], input[type="reset"], input[type="submit"], textarea:focus, .button {outline: none;}
a:hover {text-decoration:none}
::selection {background: #292929!important;    color: #fff!important;}
*:disabled {cursor: no-drop!important}
input, textarea { /*-webkit-appearance: none;*/  -webkit-border-radius: 0; font-family: 'MyriadProRegular';}
input:focus::-webkit-input-placeholder {color: transparent;}
input:focus::-moz-placeholder {color: transparent;}
input:focus:-ms-input-placeholder {color: transparent;}
input:focus:-moz-placeholder {color: transparent;}
textarea:focus::-webkit-input-placeholder {color: transparent;}
textarea:focus::-moz-placeholder {color: transparent;}
textarea:focus:-ms-input-placeholder {color: transparent;}
textarea:focus:-moz-placeholder {color: transparent;}

	.dn{display:none !important}.db{display:block}.ws{width:100%}.fl{float:left}.fr{float:right}.ib{display:inline-block}.pr{position:relative}.pa{position:absolute}.cp{cursor:pointer}
	.ma{margin:0 auto}
	.tac{text-align:center}
	.tar{text-align:right}
	.ttm{text-transform:uppercase}
	.ibws{display:inline-block;width:100%}
	.fwb{font-weight:bold}
	.clfx:after{content:''; clear:both;display: table}
	.wrapper {width:940px;margin:0 auto}	
	.main-icon {width: 140px;height: 30px;margin-top:12px}
	.imgp {background-position-x:center; background-position-y:center; background-repeat:no-repeat}
	.flexbox {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		display: flex;
	}
	
.enter-system { background-color: rgba(1,9,28,1);line-height: 55px;margin-left:15px}
.enter-system::before {content: '';    display: block;    position: absolute;    height: 100%;    width: 150rem;    top: 0;    left: 100%;    background-color: inherit;}
.enter-system button, .enter-system label {background: transparent;padding: 0; border: none;    font-size: 16px; text-align: left; color: #c7c7c7;margin-left:0px;text-decoration:underline;cursor:pointer;    margin-bottom: 0;}
.enter-system button:hover, .enter-system label:hover, .ittem-footer-info-block .liuilk-to-sluders a:hover, .link-more-job:hover, .audio-rew-text:hover {text-decoration:none}
navy ul li a:hover {border-bottom:none}
.enter-system button:hover, .enter-system label:hover {color:#fff}
.bl-bt.db {display: block}

.buttons-offer-block i {    display: inline-block;    width: 10px;    height: 9px;    margin-right: 7px;    background-size: contain;
    -webkit-filter: brightness(10) contrast(10) grayscale(1) invert(1) saturate(10);
    filter: brightness(10) contrast(10) grayscale(1) invert(1) saturate(10);
}
.enter-system i{display: inline-block;min-width: 5px;min-height: 5px;margin-right: 8px;    background-size: contain;    background-repeat: no-repeat;    background-position: center;}
.enter-system i.icon-download-app { width: 13px;height: 16px;}
.enter-system i.icon-enter-system {width: 17px; height: 11px;}
.enter-system p {display:inline}
.enter-system .login-button, .enter-system  .reg-button {
    font-family: 'MyriadProRegular';
    font-weight: 600;
    line-height: 1.4;
    text-decoration: none;
    background: transparent;
    color: #ffffff;
    opacity: .6;
    border: 3px solid #ffffff !important;
    border-radius: 25px !important;
    padding: 7px 16px 6px !important;
    text-transform: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.enter-system .login-button {
    margin-right: 10px;
    margin-left: 10px;
}
.enter-system .reg-button { 
    color: #ff8800;
    opacity: 1;
    border: 3px solid #ff8800 !important;
}
.enter-system .login-button:hover {
    /*background: #ff8800 !important;*/
    color: #ffffff;
    opacity: 1;
}
.enter-system .reg-button:hover {
    color: #ffffff;
    background: #ff8800 !important;
}
.global-block {padding-top:80px}
.global-title-block {font-size: 36px; line-height: 36px;}
.bl-bt{ 
	-webkit-transition:all .3s ease;  -moz-transition:all .3s ease;  -o-transition:all .3s ease;  transition:all .3s ease;line-height:51px;  display:inline-block;  height:51px;  padding:0 61px;  color:#fff;border:none;
	text-decoration:none;

	border-radius: 6px;
    background: rgb(255,196,0);
    background: -moz-linear-gradient(top, rgba(255,196,0,1) 0%, rgba(255,145,0,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,196,0,1) 0%,rgba(255,145,0,1) 100%);
    background: linear-gradient(to bottom, rgba(255,196,0,1) 0%,rgba(255,145,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc400', endColorstr='#ff9100',GradientType=0 );
    -webkit-box-shadow: 0px 3px 10px 0px rgba(140, 140, 140, 0.48);
    -moz-box-shadow: 0px 3px 10px 0px rgba(140, 140, 140, 0.48);
    box-shadow: 0px 3px 10px 0px rgba(140, 140, 140, 0.48);

}
.bl-bt:hover{
    background: -moz-linear-gradient(top, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.7) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0.7) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66000000', endColorstr='#b3000000',GradientType=0 );	
}
.gloabal-screen {width:100%;height:100%;}

/*footer*/ 
.footer-phone-icon, .footer-phone-icon, .footer-mail-icon, .footer-air-icon {width: 21px;line-height: 37.7px; height: 36.7px;}
.footer-phone-icon, .footer-phone-icon, .footer-mail-icon, .footer-air-icon, .social-icon-blok a {background-repeat: no-repeat;background-position-x: center;background-position-y: center}
.social-icon-blok a:first-of-type {margin-left:0}
.social-icon-vk:hover {background-image: url(/bitrix/templates/b2b/img/page/about/jobs/v_hover.svg);}
.social-icon-youtube:hover {background-image: url(/bitrix/templates/b2b/img/page/about/jobs/y_hover.svg);}
.social-icon-fb:hover {background-image: url(/bitrix/templates/b2b/img/page/about/jobs/f_hover.svg);}
.last-footer-line {padding: 15px 0;background: #202020;}
.last-footer-line .title-lfl, .last-footer-line .title-lfl a {font-size: 12px;    color: #acacac;    padding-left: 10px;}
.social-footer-line {background: #e2e2e2}
.social-footer-line .wrapper{padding-top: 17px;padding-bottom: 17px;    min-height: 70px}
.phma-bl, .phma-bl a{ color:#666; font-weight: 600; font-size:14px;line-height: 36.7px;height: 36.7px; margin-left:10px;text-decoration:none}
.soc-phun-blurk{ margin-right:40px}
.footer-phone-icon{ margin-right:10px}
.social-icon-blok a{ display:block;   width: 36.7px;  height: 36.7px;  float:left;  margin-left:17.3px}
.bottom-footer-main-menu {margin:30px auto}
/*sub-footer*/
.fixsubfuterblock, .fixsubfuterblock * {-webkit-box-sizing: initial;-moz-box-sizing: initial;box-sizing:initial; }
.fixsubfuterblock{height:auto;background:#f3f3f3;position:relative;z-index:99}.footer-info-block{min-height:450px}.ittem-footer-info-block{width:33.33%;display:inline-block;position:relative;min-height:100%;min-height:450px;float:left}.ittem-footer-info-block:before{content:"";position:absolute;right:0;top:0;height:100%;width:1px;background:#ccc}.ittem-footer-info-block:last-of-type:before{background:rgba(204,204,204,0)}
.wrapper.footer-info-block{padding:80px 0;     padding-left: 0px;  padding-right: 0px;}
.top-title-ittem-fib{font-size:16px;color:#999;display:none !important}
.blue-title-foot{color:#0aa4f3;font-size:20px; /*padding:50px 0*/     padding: 26px 0 51px;}
.mict-smal-title-foot{font-size:12px;color:#202020}.day-time-block{    height: 105px;background-position: center center; background-repeat: no-repeat; font-size:60px;color:#dbdbdb;padding:32px 0}
.num-block-footer-block{font-size:18px;color:#202020}.ittem-footer-info-block:nth-child(2) .blue-title-foot, .ittem-footer-info-block:nth-child(3) .blue-title-foot{padding:26px 0 51px}.ittem-footer-info-block:nth-child(2) .num-block-footer-block{padding-top:30px;padding-left:0}.ittem-footer-info-block .liuilk-to-sluders a{padding-top:47px;float:none;line-height:1.7;margin-right:0;border:none;text-decoration:underline;cursor:pointer}.num-block-footer-block .footer-phone-icon{background:#44b0f3;width:44px;height:44px;border-radius:50%;margin-top:-10px}.num-block-footer-block .footer-phone-icon svg{margin-top:10px}.ittem-footer-info-block .liuilk-to-sluders a{ padding-top:47px; float:none; line-height:1.7; margin-right:0; border:none; text-decoration:underline; cursor:pointer; display:block}.ittem-liuilk-to-sluders,.liuilk-to-sluders a,.link-block a{ font-size:14px; color:#0aa4f3; border-bottom:solid 1px #0aa4f3; margin-right:40px; line-height:15px}
.phone-icu-dko {display: inline-block;margin: 0;background-position: center center;    background-repeat: no-repeat;width:12px; height:20px;}
.phone-num-dko {display: inline;    position: relative;top: -4px;}
/*end sub-footer*/
/* end footer*/

.back-to-top{ opacity:0;  position:fixed;  bottom:-85px;  left:25px;  z-index:9999;  padding:5px;  -webkit-border-radius:50%;  -webkit-background-clip:padding-box;  -moz-border-radius:50%;  -moz-background-clip:padding;  border-radius:50%;  background-clip:padding-box;  background:#fff;  background:rgba(255,255,255,.6);  -webkit-opacity:0;  -moz-opacity:0;  filter:alpha(opacity=0);  opacity:0;  -webkit-transition:all .5s ease;  -moz-transition:all .5s ease;  -o-transition:all .5s ease;  transition:all .5s ease}
.back-to-top-icon{ display:inline-block;  vertical-align:middle;  position:relative;  width:45px;  height:45px;  line-height:36px; background-position:center; background-repeat:no-repeat; background-size:contain}
.back-to-top_show{ bottom:85px;  -webkit-opacity:.5;  -moz-opacity:.5;  filter:alpha(opacity=50);  opacity:.5}
.icon_color_anthracite .icon__svg, .link:hover .icon_color_anthracite .icon__svg{ stroke:#3e4757}
.icon__svg{ stroke:#f1f1f1;  stroke-linejoin:round;  stroke-linecap:round;  stroke-miterlimit:10;  stroke-width:3.333;  fill:none;  fill:rgba(255,255,255,0);  -webkit-transition:all .4s ease;  -moz-transition:all .4s ease;  -o-transition:all .4s ease;  transition:all .4s ease}
.forgot-pass-bt {font-size: 15px;margin-top: 30px;color: #636363;}

/*modal*/
	#custom-content{ background:#FFF;  padding:20px 30px;  text-align:left;  max-width:650px;  margin:40px auto;  position:relative}
	.mfp-close-btn-in .mfp-close{    font-family: inherit; color:#333; opacity:0.3}
	.mfp-close-btn-in .mfp-close:hover {opacity:1}
	button.mfp-arrow, button.mfp-close{ overflow:visible;  cursor:pointer;  background:0 0;  border:0;  -webkit-appearance:none;  display:block;  outline:0;  padding:0;  z-index:1046;  -webkit-box-shadow:none;  box-shadow:none}
	.mfp-close{ width:70px;  height:70px;  line-height:50px;  position:absolute;  right:0;  top:0;  text-decoration:none;  text-align:center;  opacity:.65;  filter:alpha(opacity=65);  padding:0 0 18px 10px;  color:#FFF;  font-style:normal;  font-size:50px;  font-family:Arial,Baskerville,monospace}

 #small-dialog{ background:white;  padding:60px 120px; max-width:800px;  margin:40px auto;  position:relative;  border-radius: 9px;
  background-color: #f8f8f8;}
 .my-mfp-zoom-in .zoom-anim-dialog{ opacity:0;  -webkit-transition:all 0.2s ease-in-out;  -moz-transition:all 0.2s ease-in-out;  -o-transition:all 0.2s ease-in-out;  transition:all 0.2s ease-in-out;  -webkit-transform:scale(0.8);  -moz-transform:scale(0.8);  -ms-transform:scale(0.8);  -o-transform:scale(0.8);  transform:scale(0.8)}
 .my-mfp-zoom-in.mfp-ready .zoom-anim-dialog{ opacity:1;  -webkit-transform:scale(1);  -moz-transform:scale(1);  -ms-transform:scale(1);  -o-transform:scale(1);  transform:scale(1)}
 .my-mfp-zoom-in.mfp-removing .zoom-anim-dialog{ -webkit-transform:scale(0.8);  -moz-transform:scale(0.8);  -ms-transform:scale(0.8);  -o-transform:scale(0.8);  transform:scale(0.8);  opacity:0}
 .my-mfp-zoom-in.mfp-bg{ opacity:0;  -webkit-transition:opacity 0.3s ease-out;  -moz-transition:opacity 0.3s ease-out;  -o-transition:opacity 0.3s ease-out;  transition:opacity 0.3s ease-out}
 .my-mfp-zoom-in.mfp-ready.mfp-bg{ opacity:0.8}
 .my-mfp-zoom-in.mfp-removing.mfp-bg{ opacity:0}
 .my-mfp-slide-bottom .zoom-anim-dialog{ opacity:0;  -webkit-transition:all 0.2s ease-out;  -moz-transition:all 0.2s ease-out;  -o-transition:all 0.2s ease-out;  transition:all 0.2s ease-out;  -webkit-transform:translateY(-20px) perspective( 600px ) rotateX( 10deg );  -moz-transform:translateY(-20px) perspective( 600px ) rotateX( 10deg );  -ms-transform:translateY(-20px) perspective( 600px ) rotateX( 10deg );  -o-transform:translateY(-20px) perspective( 600px ) rotateX( 10deg );  transform:translateY(-20px) perspective( 600px ) rotateX( 10deg )}
 .my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog{ opacity:1;  -webkit-transform:translateY(0) perspective( 600px ) rotateX( 0 );  -moz-transform:translateY(0) perspective( 600px ) rotateX( 0 );  -ms-transform:translateY(0) perspective( 600px ) rotateX( 0 );  -o-transform:translateY(0) perspective( 600px ) rotateX( 0 );  transform:translateY(0) perspective( 600px ) rotateX( 0 )}
 .my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog{ opacity:0;  -webkit-transform:translateY(-10px) perspective( 600px ) rotateX( 10deg );  -moz-transform:translateY(-10px) perspective( 600px ) rotateX( 10deg );  -ms-transform:translateY(-10px) perspective( 600px ) rotateX( 10deg );  -o-transform:translateY(-10px) perspective( 600px ) rotateX( 10deg );  transform:translateY(-10px) perspective( 600px ) rotateX( 10deg )}
 .my-mfp-slide-bottom.mfp-bg{ opacity:0;  -webkit-transition:opacity 0.3s ease-out;  -moz-transition:opacity 0.3s ease-out;  -o-transition:opacity 0.3s ease-out;  transition:opacity 0.3s ease-out}
 .my-mfp-slide-bottom.mfp-ready.mfp-bg{ opacity:0.8}
 .my-mfp-slide-bottom.mfp-removing.mfp-bg{ opacity:0}
.content-fr-fix-n h1 {margin:0 auto 60px; text-align:center; font-size: 24px;text-shadow: none;}
 
 .form-content-block input[type="text"], .form-content-block input[type="email"], .form-content-block input[type="password"], .form-content-block select {    width: 100%;    height: 35px;	line-height:35px;    margin-bottom: 27px;    font-size: 18px;    color: #000;    padding: 0px 15px;    border-radius: 0px;	border: solid 1px #c7c7c7;    background: transparent;}
 .intl-tel-input { margin-bottom: 27px; width: 100%; }
 
 
 .sys-mess-ferg-pass {
    top: auto;
    margin-top: -7px;
    left: 0;
    color: #ff0000;
    font-size: 14px;
    display: none;
}
.modal-fergot-password .form-content-block .form-pen {margin-bottom: 30px;}

#small-dialog.modal-fergot-password {
    padding: 60px 40px 30px;
    max-width: 400px;
}
.desc-email {font-size: 10px;position: absolute;top: 35px;color: #4e4e4e}
.form-error.content-fr-fix-n h1 {margin:0 auto 55px; text-align:left; font-size: 72px; font-weight: normal;}
#small-dialog.form-error {padding: 70px 82px;}
.form-error .chaad-t {margin:0}
.eror-p { font-size: 24px;line-height: 2.08; margin: 0 auto 15px;padding: 0;}


.form-content-block input[type="submit"] {border:none;width:274px;    padding: 0;    margin: 0 auto;    display: block;}
.form-content-block input[type="submit"]:disabled {background-color: #d8d8d8;}
#small-dialog.modal-enter-system {    padding: 60px 40px 30px;    max-width: 400px;}
.form-pen .ter {line-height: 35px;    height: 35px;    z-index: 2;    color: red;    top: 0;    left: 0;    background: #f8f8f8;    border: solid 1px #c7c7c7;    padding-left: 15px;display: none;}
.form-pen .ter.active-sh{display:block}
.form-pen.load:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -25px;
    border-bottom: 4px solid rgba(0, 0, 0, .1);
    border-left: 4px solid rgba(0, 0, 0, .1);
    border-right: 4px solid rgba(0, 0, 0, .1);
    border-top: 4px solid rgba(0, 0, 0, .4);
    border-radius: 100%;
    height: 15px;
    width: 15px;
    animation: rot .7s infinite linear;
} 
 @keyframes rot {from { transform: rotate(0deg);}  to {transform: rotate(359deg);}}
 
.chaad-t {text-align: left; padding: 0; margin: 0 auto 60px; font-size: 18px;} 
.chaad-t.tac {text-align: center}
.chaad-t  a {color:#0aa4f3}
.content-fr-fix-n.form-complite h1 { font-size: 36px; line-height: 36px; margin:0 auto} 
.form-complite .icon-like:after	{content:""; display:block; width: 67.9px;  height: 69.9px; margin:45px auto;}
.form-complite .icon-error:after	{content:""; display:block; width: 67.9px;  height: 69.9px; margin:45px auto;    background-size: contain;
    background-repeat: no-repeat;}
.mfp-content .bl-bt {display: block;margin: 0 auto;}
 
 .mfp-close.bl-bt {width: auto;
    height: 51px;
    line-height: 1;
    position: static;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 1;
    filter: alpha(opacity=65);
    padding: 0 61px;
    color: #FFF;
    font-style: normal;
    font-size: 12px;
    font-family: Arial,Baskerville,monospace;}
.content-fr-fix-n .ub-block { font-size: 18px;margin-top:33px;margin-bottom:60px}	
.content-fr-fix-n .ub-block:after {content:""; position:absolute; display:block;  width: 96px;  height: 109px;    background-position: center;
    background-repeat: no-repeat;right: -20px;    top: -38px;}
.dm-ps-is {text-decoration:underline}
.dm-popup-is {text-align:left; padding: 17px;    min-width: 268px;
    font-size: 12px;	background:#fff;	box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.4);	    bottom: 35px;
    right: 0px;
opacity: 0;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(0); 
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(0); 
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(0);
    transition: all 200ms ease-in;
    transform: scale(0);  
}	

.dm-ps-is:hover .dm-popup-is	
	{
		opacity: 1;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1); 
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1); 
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);  
	}
	
.g-recaptcha {width: 304px; margin: 0 auto 30px;}	
 
/*end modal*/
 
.trans_kazahstan{width:236px;height:255px;right:10px;top:0;z-index:100;margin-top:-90px;background-image:url('/bitrix/templates/b2b/./img/trans_kazahstan.png')} 

.telegramm-boot-link {font-size: 18px;color:#000;text-decoration:none}
.title-telegramm-boot-link:before{content:''; position:absolute;top:0;left:0; width:24px;height:24px;background-size: contain;}
.icon-telegramm-boot-link, .title-telegramm-boot-link {display:inline-block; padding-left:30px; line-height: 24px;height: 24px;} 
.text-ittem-block-linescreen-icon ul li:nth-child(4):before {background-size:contain}
.num-block-footer-block .telegramm-boot-link {margin-top: 23px;}

.bl-bt.modal-ajax-g {position:relative}
.bl-bt.modal-ajax-g:after {
    content: "Полезная методичка\Aв подарок";
	white-space: pre;
    position: absolute;
    color: #94A1A5;
    text-align: left;
    font-size: 12px;
    left: 0;
    margin-left: -190px;
    width: 170px;
    top: 7px;
    font-weight: 100;
    text-transform: none;
    line-height: 18px !important;
	    font-family: 'MyriadProRegular';
}
.bl-bt.modal-ajax-g.right:after {
	margin-left: 110%;
}

/*request*/

	@media screen and (max-width: 1150px) 
	{

	}

	 @media screen and (max-width: 1024px) 
	{

	}

	@media screen and (max-width: 980px) 
	{
		.wrapper {width:100%;    padding-left: 20px;    padding-right: 20px;}	
        navy.fr ul {display:none}
		/*.enter-system p {display:none}
		.enter-system {margin-left: 40px;}*/
		.footer-menu ul {    margin: 0 30px 0 20px !important;}	
		.enter-system::before {display:none}	
		header .wrapper {padding-right:0px; }
		.enter-system button {margin-right: 25px;}    
		.screen_overlay .ssl_screen {border: none!important ;width: 90%!important} /*страница безопасности, потом убрать*/		
	
	}

	@media screen and (max-width: 865px) 
	{
		.footer-menu ul {margin: 0 30px 0 20px !important;}
		.footer-menu ul li a {font-size:10px !important;}
		.ent-menu-block {width:100%!important;max-width: 320px !important;	}
		.ittem-footer-info-block {float:none!important;width:100%!important;}
		.ittem-footer-info-block:before {content:none !important}
		.footer-info-block {padding: 20px 0 !important}	
		.ittem-footer-info-block {margin-bottom: 20px;border-bottom: 1px solid #bbb4b4;min-height: 0 !important;padding-bottom: 20px!important;	}	
		.ittem-footer-info-block:last-of-type {    margin-bottom: 0;    border-bottom: 0;}	
	
	}

	@media screen and (max-width: 768px) 
	{
		.form-content-block input[type="submit"] {width:100%}
		#small-dialog {    padding: 60px 20px;}
		.content-fr-fix-n h1 {margin: 0 auto 25px;    font-size: 19px;}		
		.f-ft-b, .gmda, input[type=checkbox]:checked#down-app-m ~ .gmda {display:none!important;}
		.bl-bt {font-size: 12px;}
		.footer-menu {margin:0 !important;    padding: 15px 0 15px 0;}
		.secteon-ittem {display: inline-block !important; width: 100%!important; }
		.secteon-block {height:auto !important;}
		.social-footer-line, .social-footer-line .wrapper {min-height:170px;}
		.footer-menu ul li a {padding:15px 2px!important;display: block;font-size: 15px !important;}
		.secteon-ittem-content{width:98% !important; margin-left:1%;}
		.soc-phun-blurk, .soc-mail-blurk {width: 100% !important;display: inline-block !important;margin-bottom: 0px !important;    margin-right: 0px;}
		.social-icon-blok {position: absolute; left: 50%; margin-left: -79px; bottom: 25px;}			
		.form-block-no-read .wrapper {padding-left: 10px;    padding-right: 10px;}
		.trans_kazahstan {top: 420px;right: 20px;background-size: contain;background-repeat: no-repeat;width: 145px;height: 158px;}
	}
	
    @media screen and (max-width: 600px) 
    {
        .enter-system .login-button {display:none}
    }

	@media screen and (max-width: 450px) 
	{
		.bl-bt.modal-ajax-g:after {
		    text-align: center;
			top: 53px;
			margin-left: 18%!important;
		}
        .enter-system {
            margin-left: 0;
        }
        .enter-system .reg-button {
            font-size: 11px;
        }
	}	

/* end request*/
/* End */
/* /local/templates/b2b-logist-from-vue/components/bitrix/news.list/notification/style.css?16480189842438 */
/* /bitrix/components/viardaru/cookie/templates/light_full_width/style.css?17187922243029 */
/* /local/templates/b2b-logist-from-vue/blocks/modals/request_callback/style.min.css?16092264271454 */
/* /local/templates/b2b-logist-from-vue/components/bitrix/main.userconsent.request/.default/user_consent.css?17502407924354 */
/* /local/templates/b2b-logist-from-vue/template_styles.css?175145833671430 */
/* /bitrix/templates/b2b/template_styles.css?160922648222511 */
