

/* 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/template_styles.css?175024079271430*/
@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 */
/* /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/template_styles.css?175024079271430 */
