#brtheader,
#brtmiddle,
#brtfooter {
  font-family: Europe, 'Times New Roman', sans-serif;
}
::-webkit-input-placeholder {
  font-family: Europe, 'Times New Roman', sans-serif;
}
::-moz-placeholder {
  font-family: Europe, 'Times New Roman', sans-serif;
}
:-ms-input-placeholder {
  font-family: Europe, 'Times New Roman', sans-serif;
}
:-moz-placeholder {
  font-family: Europe, 'Times New Roman', sans-serif;
}



html,
body {
  margin: 0;
  padding: 0;
  color: #000;
  font-size: 18px;
  background: #fff;
}

.inner h1 {
  color: #bf0d14;
  font-weight: bold;
  font-size: 90px;
  text-transform: uppercase;
}
.inner h2 {
  color: #1d1d1b;
  font-weight: bold;
  font-size: 36px;
}

.brtwrapper {
  min-width: 1800px;
  padding: 40px;
  line-height: 1;
}

.inner {
  position: relative;
  max-width: 1620px;
  margin: 0 auto;
  overflow: auto;
  color: #000;
}

.inner > img {
  max-width: 100%;
}

form input:-webkit-autofill,
form input:-webkit-autofill:hover,
form input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #7c82a2 inset;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: white;
}

#agreement_conclusion_form select,
#agreement_conclusion_form input,
#agreement_conclusion_form input:hover,
#agreement_conclusion_form input:focus {
  font-size: 18px !important;
  padding: 13px 40px !important;
}

#basic_password,
#basic_password:hover,
form.form select,
form.form input,
form.form input:hover,
form.form input:focus,
form.form textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 20px;
  padding: 13px 40px;
  color: #fff;
  font-size: 18px;
  background: #7c82a2 !important;
  border: none;
}
form.form textarea {
  min-height: 110px;
}

form.form span.ant-select-selection-placeholder {
  color: #fff !important;
}

form.form div.ant-select-selector {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 13px 40px !important;
  padding-bottom: 40px !important;
  color: #fff !important;
  font-size: 18px;
  background: #7c82a2 !important;
  border: none !important;
}

form.form .ant-form-item-has-error .ant-input,
form.form .ant-form-item-has-error .ant-input-affix-wrapper,
form.form .ant-form-item-has-error .ant-input:hover,
form.form .ant-form-item-has-error .ant-input-affix-wrapper:hover {
  background: #e30613 !important;
}

form.form ::-webkit-input-placeholder {
  color: #fff;
  font-size: 18px;
}
form.form ::-moz-placeholder {
  color: #fff;
  font-size: 18px;
}
form.form :-ms-input-placeholder {
  color: #fff;
  font-size: 18px;
}
form.form :-moz-placeholder {
  color: #fff;
  font-size: 18px;
}
form.form button {
  display: block;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 20px;
  padding: 23px 40px;
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  background: #e30613;
  border: none;
  cursor: pointer;
}
form.form button:hover {
  color: #fff;
  background: #e30613;
}

form#basic .ant-form-item-explain {
  color: white;
}

.clear {
  clear: both;
}

.ntm {
  margin-top: 0;
}

a.button.red {
  display: inline-block;
  padding: 10px 20px 5px 20px;
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  text-decoration: none;
  background: #bf0d14;
  border-radius: 20px;
  box-shadow: 3px 5px rgba(0, 0, 0, 0.5);
}
a.button.red:hover {
  background: #800a0f;
}
a.button.red:active {
  box-shadow: 1px 3px rgba(0, 0, 0, 0.5);
}

form.search {
  position: absolute;
  top: 20px;
  right: 0;
}
form.search input[name='q'] {
  padding: 5px 10px 5px 40px;
  font-size: 14px;
  background: rgba(255, 255, 255, 0.7) url('../img/ico/search.png') 10px center no-repeat;
  border: none;
  border-radius: 10px;
}

.with-description {
  position: relative;
}
.with-description .description {
  position: absolute;
  display: none;
}
.with-description:hover {
  color: #bf0d14;
}

.logistic-with-description {
  color: #bf0d14;
  text-decoration: none;
}

.logistic-with-description:hover {
  color: red;
}

.border-corners {
  position: relative;
  min-width: 66px;
  min-height: 66px;
  padding: 19px;
}
.border-corners p:first-child {
  margin-top: 0 !important;
}
.border-corners p:last-of-type {
  margin-bottom: 0 !important;
}
.border-corners > .l {
  position: absolute;
  background: #ed1c24;
}
.border-corners > .l.lt,
.border-corners > .l.lb,
.border-corners > .l.rt,
.border-corners > .l.rb {
  width: 4px;
  height: 66px;
}
.border-corners > .l.tl,
.border-corners > .l.tr,
.border-corners > .l.bl,
.border-corners > .l.br {
  width: 66px;
  height: 4px;
}
.border-corners > .l.lt,
.border-corners > .l.lb,
.border-corners > .l.tl,
.border-corners > .l.bl {
  left: 0;
}
.border-corners > .l.rt,
.border-corners > .l.rb,
.border-corners > .l.tr,
.border-corners > .l.br {
  right: 0;
}
.border-corners > .l.tl,
.border-corners > .l.tr,
.border-corners > .l.lt,
.border-corners > .l.rt {
  top: 0;
}
.border-corners > .l.bl,
.border-corners > .l.br,
.border-corners > .l.lb,
.border-corners > .l.rb {
  bottom: 0;
}

table.table {
  width: 100%;
  border-collapse: collapse;
}
table.table.small-font {
  font-size: 14px;
}
table.table,
table.table td,
table.table th {
  font-weight: bold;
  border: 1px solid #bf0d14;
}
table.table thead th {
  padding: 10px;
  color: #fff;
  text-align: center;
  background: #bf0d14;
  border: 1px solid #fff;
}
table.table thead tr:first-child th {
  border-top: 0;
}
table.table thead tr:last-child th {
  border-bottom: 0;
}
table.table thead th.bottom {
  border-bottom: 0;
}
table.table thead tr th:first-child {
  border-left: 0;
}
table.table thead tr th:last-child {
  border-right: 0;
}
table.table thead th a {
  color: #fff;
  text-decoration: none;
}
table.table tbody th,
table.table tbody td {
  padding: 5px 10px;
}
table.table .left {
  text-align: left;
}
table.table.tbody-center tbody {
  text-align: center;
}

#brtheader {
  position: relative;
  padding-top: 0;
  padding-bottom: 20px;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  background: #e30613;
}
#brtheader a.logo {
  display: block;
  float: left;
  margin-top: 38px;
  margin-right: 40px;
}
#brtheader a.logo img {
  max-width: 100%;
}
#brtheader ul.menu {
  display: flex;
  flex-direction: row;
  float: left;
  width: 820px;
  margin: 0;
  padding: 0;
  list-style: none;
}
#brtheader ul.menu li {
  position: relative;
  flex: auto;
  margin: 0;
  padding: 0;
}
#brtheader ul.menu li a {
  display: block;
  height: 100%;
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
}
#brtheader ul.menu li a .inner {
  padding: 55px 5px 25px 5px;
  color: #fff;
}
#brtheader ul.menu li a.active,
#brtheader ul.menu li a:hover {
  background: #2a2f49;
}
#brtheader ul.lang {
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
#brtheader ul.lang li {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  border-left: 1px solid #000;
}
#brtheader ul.lang li:first-child {
  border-left: none;
}
#brtheader ul.lang li span {
  padding: 5px;
  color: #2a2f49;
  text-decoration: none;
}
#brtheader ul.lang li span.active,
#brtheader ul.lang li span:hover {
  color: #fff;
}
#brtheader ul.lang:after {
  display: block;
  clear: both;
  content: '';
}
#brtheader .account {
  display: inline-block;
  width: 46px;
  height: 46px;
  vertical-align: middle;
  background: url('../img/ico/account.png') 0 0 no-repeat;
}
#brtheader .account.active,
#brtheader .account:hover {
  background-position: 0 -46px;
}
#brtheader .right {
  float: right;
  margin-top: 45px;
}

.main-top {
  flex: 1;
  text-align: center;
  text-transform: uppercase;
  background: url('../img/bg/bg1.jpg') center center no-repeat;
  background-size: cover;
}
.main-top > .inner {
  min-height: 800px;
}
.main-top .logo {
  text-align: left;
}
.main-top .logo img {
  display: inline-block;
  max-width: 100%;
  margin-right: 50px;
  vertical-align: middle;
}
.main-top h1 {
  margin-top: 0.7em;
  margin-bottom: 0;
  font-size: 130px;
}
.main-top .sub {
  margin-bottom: 180px;
  color: #1d1d1b;
  font-size: 55px;
}

.main-descr {
  flex: 1;
  background: url('../img/bg/bg2.png') right top no-repeat;
}
.main-descr > .inner {
  min-height: 786px;
}
.main-descr .text {
  width: 900px;
  margin-top: 200px;
}
.main-descr h2 {
  color: #bf0d14;
  font-size: 64px;
}
.main-descr .sub {
  margin-bottom: 100px;
  font-size: 43px;
}
.main-descr p {
  color: #586082;
  font-weight: bold;
  font-size: 24px;
}

.main-complexes {
  flex: 1;
  text-align: center;
  text-transform: uppercase;
  background: url('../img/bg/bg3.png') right bottom no-repeat;
  background-size: 80%;
}
.main-complexes > .inner {
  min-height: 689px;
  padding-top: 100px;
}
.main-complexes h2 {
  margin-bottom: 0;
  color: #bf0d14;
  font-weight: bold;
  font-size: 48px;
}
.main-complexes .sub {
  margin-bottom: 60px;
  font-weight: bold;
  font-size: 36px;
}
.main-complexes .icons {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 1300px;
  margin: 0 auto;
  margin-bottom: 100px;
}
.main-complexes .icons span {
  flex: 0 1 auto;
  width: 215px;
  height: 215px;
  background-repeat: no-repeat;
  background-position: center 0;
  cursor: pointer;
}
.main-complexes .icons span.active,
.main-complexes .icons span:hover {
  background-position: center -215px;
}
.main-complexes .icons span.icon1 {
  background-image: url('../img/cmpx/cmpx1.png');
}
.main-complexes .icons span.icon2 {
  background-image: url('../img/cmpx/cmpx2.png');
}
.main-complexes .icons span.icon3 {
  background-image: url('../img/cmpx/cmpx3.png');
}
.main-complexes .icons span.icon4 {
  background-image: url('../img/cmpx/cmpx4.png');
}
.main-complexes .icons span.icon5 {
  background-image: url('../img/cmpx/cmpx5.png');
}
.main-complexes .icons span.icon6 {
  background-image: url('../img/cmpx/cmpx6.png');
}
.main-complexes .slider {
  position: relative;
  width: 940px;
  margin: 0 auto;
  font-size: 30px;
}
.main-complexes .slider .items {
  width: 700px;
  margin: 0 auto;
}
.main-complexes .slider .items .item {
  display: none;
}
.main-complexes .slider .items .item.active {
  display: block;
}
.main-complexes .slider div.button {
  position: absolute;
  top: 24px;
  display: block;
  width: 51px;
  height: 51px;
  background-repeat: no-repeat;
  background-position: 0 0;
  cursor: pointer;
}
.main-complexes .slider div.button:hover {
  background-position: 0 -51px;
}
.main-complexes .slider div.button.left {
  background-image: url('../img/arrows/left.png');
}
.main-complexes .slider div.button.right {
  right: 0;
  background-image: url('../img/arrows/right.png');
}

.request-form {
  background: url('../img/bg/bg4.jpg') center center no-repeat;
  background-size: cover;
}
.request-form h2 {
  margin-bottom: 0;
}
.request-form .sub {
  margin-bottom: 20px;
  color: #1d1d1b;
  font-size: 30px;
}
.request-form .form {
  max-width: 800px;
}
.request-form .ant-radio-inner {
  background-color: unset;
}

#request_radiogroup {
  margin-bottom: 20px;
}

#request_radiogroup label.ant-radio-wrapper span {
  font-size: 20px;
}

.services-top {
  flex: 1;
  text-align: center;
  background: url('../img/bg/bg5.jpg') center center no-repeat;
  background-size: cover;
}
.services-top > .inner {
  min-height: 500px;
  padding-top: 300px;
}
.services-top h1 {
  margin-bottom: 0;
}
.services-top .sub {
  margin-bottom: 80px;
  color: #1d1d1b;
  font-size: 30px;
}

.services-list {
  flex: 1;
}

.services-list > .inner {
  display: flex;
  justify-content: space-between;
  overflow: visible;
}
.services-list > .inner > .col {
  flex: 0 1 auto;
  width: 48%;
}
.services-list h2 {
  margin: 0;
  margin-bottom: 20px;
  color: #bf0d14;
  font-size: 60px;
  text-transform: uppercase;
}
.services-list ul {
  margin: 0;
  padding: 0;
  font-size: 24px;
  text-transform: uppercase;
  list-style: none;
}
.services-list li {
  margin: 0;
  padding: 0;
  padding: 5px 5px 5px 35px;
  background: url('../img/li.png') left 3px no-repeat;
}

.services-images {
  display: flex;
  flex: 1;
  padding: 0;
}
.services-images div {
  flex: auto;
  min-height: 500px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.services-list1 {
  background: url('../img/bg/bg6.jpg') center center no-repeat;
  background-size: cover;
}
.services-list2 {
  background: url('../img/bg/bg7.jpg') center center no-repeat;
  background-size: cover;
}

.services-images1 .img1 {
  background-image: url('../img/services/service1.jpg');
}
.services-images1 .img2 {
  background-image: url('../img/services/service2.jpg');
}
.services-images2 .img1 {
  background-image: url('../img/services/service3.jpg');
}
.services-images2 .img2 {
  background-image: url('../img/services/service4.jpg');
}

.info-top {
  flex: 1;
  text-align: center;
  background: url('../img/bg/bg8.jpg') center center no-repeat;
  background-size: cover;
}
.info-top > .inner {
  min-height: 600px;
  padding-top: 200px;
}
.info-top h1 {
  margin-bottom: 200px;
}

.info-menu {
  flex: 1;
  text-align: center;
  background: url('../img/bg/bg9.jpg') center center no-repeat;
  background-size: cover;
}
.info-menu > .inner {
  display: flex;
  justify-content: space-between;
  padding: 200px 0;
}
.info-menu > .inner > .col {
  flex: 1 1 auto;
  flex-basis: 0;
  padding: 0 20px;
  border-left: 4px solid #bf0d14;
}
.info-menu > .inner > .col:first-child {
  border-left: none;
}
.info-menu h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 120px;
  color: #2a2f49;
  font-size: 53px;
  text-transform: uppercase;
}
.info-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.info-menu ul li {
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
}
.info-menu ul li a {
  color: #2a2f49;
  font-size: 30px;
  text-decoration: none;
}
.info-menu ul li a:hover {
  color: #bf0d14;
}
.info-menu ul li a.active {
  color: #bf0d14;
  font-weight: bold;
}

.info-text {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.info-text img {
  display: block;
  margin: 0 auto;
}
.info-text h2 {
  color: #bf0d14;
  font-size: 48px;
  text-align: center;
  text-transform: uppercase;
}
.info-text .sub {
  max-width: 1200px;
  margin: 2em auto;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
.info-text p {
  max-width: 1200px;
  margin: 1em auto;
  text-align: justify;
}
.info-text p + img {
  margin-top: 40px;
}

.info-text .cols {
  display: flex;
  margin-bottom: 30px;
}
.info-text .cols > .col {
  flex: auto;
}
.info-text .cols > .col img {
  max-width: 100%;
}
.info-text .cols > .col:first-child {
  flex: 1 1 34%;
  margin-right: 20px;
}
.info-text .cols > .col:last-child {
  flex: 2 2 66%;
  margin-left: 20px;
}
.info-text .cols._1_4 > .col:first-child {
  flex: 1 1 20%;
}
.info-text .cols._1_4 > .col:last-child {
  flex: 4 4 80%;
}
.info-text .cols._1_1 > .col:first-child {
  flex: 1 1 50%;
}
.info-text .cols._1_1 > .col:last-child {
  flex: 1 1 50%;
}

.info-text h3 {
  margin-bottom: 10px;
  padding-left: 35px;
  font-weight: bold;
  text-transform: uppercase;
  background: url('../img/info/h3.png') left 6px no-repeat;
}
.info-text .small-descr {
  margin-bottom: 30px;
  font-size: 10px;
}
.info-text .pp1 {
  padding-top: 52px;
  padding-bottom: 53px;
}
.info-text .pp2 {
  padding-top: 71px;
  padding-bottom: 72px;
}
.info-text .pp2 h3 {
  font-size: 16px;
}
.info-text .pp2 p {
  font-size: 14px;
}

.info-text1 {
  background-image: url('../img/bg/bg7.jpg');
}
.info-text2 {
  background-image: url('../img/bg/bg9.jpg');
  background-size: 150%;
}

.info-list {
  flex: 1;
  background-position: 50%;
  background-size: cover;
}

.info-list > .inner {
/*  display: flex; */
  justify-content: space-between;
  overflow: visible;
}
.info-list > .inner > .col {
  flex: 0 1 auto;
  width: 48%;
}
.info-list h2 {
  margin: 0;
  margin-bottom: 20px;
  color: #bf0d14;
  font-size: 48px;
  text-transform: uppercase;
}
.info-list ul {
  margin: 0;
  padding: 0;
  font-size: 24px;
  text-transform: uppercase;
  list-style: none;
}
.info-list li {
  margin: 0;
  padding: 0;
  padding: 5px 5px 5px 35px;
  background: url('../img/li.png') left 3px no-repeat;
}

.info-list1 {
  background: url('../img/bg/bg6.jpg') center center no-repeat;
  background-size: cover;
}
.info-list2 {
  background: url('../img/bg/bg7.jpg') center center no-repeat;
  background-size: cover;
}

.contacts-top {
  display: flex;
  padding: 0;
  font-size: 24px;
  line-height: 1.3;
}
.contacts-top a.phone,
.contacts-top a.email {
  color: #2a2f49;
  text-decoration: none;
}
.contacts-top > .col {
  position: relative;
  flex: 0 0 auto;
  width: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.contacts-top > .col form.search {
  top: 40px;
  right: 40px;
}
.contacts-top > .col > .inner {
  padding: 120px 20px 120px 120px;
}
.contacts-top > .col:first-child {
  background-image: url('../img/bg/bg10.png');
}
.contacts-top .logo {
  margin-top: 100px;
}
.contacts-top .logo img {
  display: inline-block;
  max-width: 100%;
  margin-right: 50px;
  vertical-align: middle;
}

.auth-form {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.auth-form h2 {
  margin-top: 10px;
}
.auth-form > .inner {
  min-height: 500px;

display: flex;
justify-content: space-between;
overflow: visible;

}

.auth-form > .inner > .col {
  flex: 0 1 auto;
  width: 48%;
}

.auth-form .form {
  max-width: 600px;
}
.auth-form ul.links {
  display: block;
  margin: 0;
  margin-top: 20px;
  padding: 0;
  list-style: none;
}
.auth-form ul.links li {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  border-left: 1px solid #000;
}
.auth-form ul.links li:first-child {
  border-left: none;
}
.auth-form ul.links li a {
  display: inline-block;
  padding: 0 5px;
  color: #000;
  text-decoration: none;
}
.auth-form ul.links li a:hover {
  color: #e30613;
}
.auth-form ul.links:after {
  display: block;
  clear: both;
  content: '';
}

.login-form {
  height: 100%;
  background-image: url('../img/bg/bg11.jpg');
}
.register-form {
  height: 100%;
  background-image: url('../img/bg/bg12.jpg');
}

#brtmiddle {
  font-size: 18px;
}

#brtfooter {
  color: #fff;
  font-size: 18px;
  line-height: 1;
  background: #e30613;
}
#brtfooter a {
  color: #fff;
  text-decoration: none;
}
#brtfooter a.logo {
  display: block;
  float: left;
  margin-right: 40px;
}
#brtfooter a.logo img {
  max-width: 100%;
}
#brtfooter .menu {
  float: left;
  margin-right: 40px;
  font-size: 24px;
}
#brtfooter .menu ul {
  display: block;
  float: left;
  min-width: 180px;
  min-height: 140px;
  margin: 0;
  padding: 0;
  list-style: none;
  border-left: 2px solid #fff;
}
#brtfooter .menu ul:first-child {
  text-align: right;
  border-left: none;
}
#brtfooter .menu ul li {
  margin: 0;
  padding: 0;
}
#brtfooter .menu ul li a {
  display: block;
  padding: 5px 10px;
}
#brtfooter .menu ul li a:hover {
  text-decoration: underline;
}
#brtfooter .contacts {
  float: left;
  text-align: center;
}
#brtfooter .contacts a {
  display: block;
}
#brtfooter .contacts a.phone {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 36px;
}
#brtfooter .contacts a.email {
  font-size: 30px;
}
#brtfooter .addresses {
  float: right;
  width: 390px;
  color: #fff;
  font-size: 14px;
}
#brtfooter .addresses p:first-child {
  margin-top: 0;
}

.primarycolor {
  color: #e30613;
}

#forwarder_btn {
box-sizing: border-box;
width: 100%;
margin-bottom: 20px;
padding: 23px 40px;
color: #fff;
font-size: 24px;
text-transform: uppercase;
background: #e30613;
border: none;
cursor: pointer;
max-width: 600px;
height: 80px;
margin-top: 160px;
}

#keycloak_login_btn {
box-sizing: border-box;
width: 100%;
margin-bottom: 20px;
padding: 23px 40px;
color: #fff;
font-size: 24px;
text-transform: uppercase;
background: #e30613;
border: none;
cursor: pointer;
max-width: 600px;
height: 80px;
}

.centerspin {
  margin: 20px 0;
  margin-bottom: 20px;
  padding: 30px 50px;
  text-align: center;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 4px;
}

#contactspg_id,
#reqform_id {
  height: 100%;
  height: -webkit-fill-available;
  height: fill-available;
}

#reqform_id .ant-picker-input > input::placeholder {
  color: white;
}

#reqform_id .ant-picker-input > input {
  color: white;
}

#basic_password,
#basic_password:hover {
    margin: -4px !important;
}

:has(> #basic_password)  {
  background: #7c82a2 !important;
  border: none;
}
