

/* Start:/bitrix/templates/stromix/components/bitrix/menu/top-menu/style.min.css?1730084251490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/bitrix/templates/stromix/components/bitrix/menu/top-menu/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/bitrix/templates/stromix/components/bitrix/menu/footer-menu1/style.min.css?1730099608490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/bitrix/templates/stromix/components/bitrix/menu/footer-menu1/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/bitrix/templates/stromix/components/bitrix/menu/footer-menu2/style.min.css?1730108048490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/bitrix/templates/stromix/components/bitrix/menu/footer-menu2/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/bitrix/templates/stromix/template_styles.css?175038564835068*/
/* Reset and base styles  */
* {
	padding: 0px;
	margin: 0px;
	border: none;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

/* Links */

a, a:link, a:visited  {
    text-decoration: none;
}

a:hover  {
    text-decoration: none;
}

/* Common */

aside, nav, footer, header, section, main {
	display: block;
}

h1, h2, h3, h4, h5, h6, p {
    font-size: inherit;
	font-weight: inherit;
}

ul, ul li {
	list-style: none;
}

img {
	vertical-align: top;
}

img, svg {
	max-width: 100%;
	height: auto;
}

address {
  font-style: normal;
}

/* Form */

input, textarea, button, select {
	font-family: inherit;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
}

input::-ms-clear {
	display: none;
}

button, input[type="submit"] {
    display: inline-block;
    box-shadow: none;
    background-color: transparent;
    background: none;
    cursor: pointer;
}

input:focus, input:active,
button:focus, button:active {
    outline: none;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

label {
	cursor: pointer;
}

legend {
	display: block;
}

@font-face {
  font-family: "Roboto Regular";
  src: url(/bitrix/templates/stromix/./fonts/roboto_regular.woff2) format("woff2");
}
.roboto-light {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-family: "Roboto Regular";
  font-style: normal;
}
.roboto-medium {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.roboto-bold {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.roboto-condensed-bold {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
html {
  scroll-behavior: smooth;
  height: 100%;
  margin: 0;
}
body {
  min-width: 100%;
  font-family: "Roboto", sans-serif;
  font-family: "Roboto Regular";
  font-size: 16px;
  height: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.flex-wrapper {
  flex: 1;
}
body * {
  letter-spacing: 0.05rem;
}
body,
p,
span,
a,
li,
h1,
h2,
h3 {
  color: #414141;
}
h1,
h2,
h3 {
  text-transform: uppercase;
}
h1,
h2 {
  font-family: "Roboto Condensed";
  font-weight: bold;
}
h1 {
  font-size: 4rem;
  width: 65%;
  padding-left: 9.69rem;
}
h2 {
  font-size: 3rem;
  font-weight: 700;
  padding-top: 3.75rem;
  margin: 0 auto;
  padding: 0.9rem 9.69rem 0;
}
h3 {
  font-family: "Roboto Condensed";
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}
p {
  font-weight: 300;
  font-size: 1.25rem;
  letter-spacing: 0.05rem;
}
a {
  text-transform: uppercase;
}
input,
select,
textarea,
.file-input-container {
  padding: 0.7rem 1.3rem;
  border-radius: 20px;
  font-size: .875rem;
  overflow: hidden;
  resize: none;
}
/* цвета */
.dark-gray {
  color: #414141;
}
.light-gray {
  color: #a0a0a0;
}
.lighter-gray {
  color: #f0f0f0;
}
.gray {
  color: #c8c8c8;
}
.blue {
  color: #005cb9;
}
/* конец цветов */
/* псевдо */
.circle-top-left::before {
  content: "";
  background: #005cb9;
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 50%;
  position: absolute;
  top: -1.1em;
  left: -1.3em;
}
.fat-line-left::before {
  content: "";
  height: 90%;
  width: 0.6rem;
  background: #005cb9;
  position: absolute;
  top: 5%;
  left: -1.2rem;
}
.circle-arrow::after {
  position: absolute;
  right: 11px;
  top: 11px;
  content: "";
  width: 30px;
  height: 30px;
  background: url(/bitrix/templates/stromix/images/arrow.svg) 50% 50% no-repeat;
}
.vacancy::after {
  content: "";
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 1.875rem;
  height: 1.875rem;
  border: 1px solid #a0a0a0;
  border-radius: 50%;
  background: url(/bitrix/templates/stromix/images/Arrow2.svg) 50% 50% no-repeat;
}
.credentials-btn:before {
  content: "";
  position: absolute;
  top: 0.45rem;
  left: 1rem;
  width: 1.5rem;
  height: 1.875rem;
  background: url(/bitrix/templates/stromix/images/pdf.svg) 50% 50% no-repeat;
}
/* конец псевдо */
/* прочее */
.rounded-15 {
  border-radius: 15px;
}
.hor-spacer {
  width: 100%;
  margin-bottom: 4em;
}
.center-margin {
  margin: 0 auto;
}
.uppercase {
  text-transform: uppercase;
}
.text-center {
  text-align: center;
}
.container {
  margin: 0px auto;
  min-width: 1470px;
  max-width: 1470px;
}
.h2-on-top {
  padding: 1.3rem 0 1.4rem;
  width: 80%;
}
.subheader-80 {
  /* width: 80%; */
  padding: 0 12rem;
}
.subheader-80 {
  font-family: "Roboto";
  font-weight: 300;
  padding: 1.3rem 9.69rem 0.4rem;
}
.blue-100 {
  min-width: 100%;
  background: #005cb9;
  margin-top: 2rem;
}
.center-container {
  display: flex;
  justify-content: center;
  padding-bottom: 3rem;
}
/* конец прочего */
/* Кнопки */
.btn {
  padding: 0.75rem 3.56rem;
  color: #005cb9;
  border: 1px solid #005cb9;
  border-radius: 40px;
  text-transform: none;
  font-size: 1.125rem;
  transition: 300ms;
  cursor: pointer;
}
.mobile-btn {
  display: none;
}
.btn:hover {
  color: #fff;
  background: #005cb9;
  transition: 300ms;
}
.contact-form-submit-btn {
  background: #fff;
  letter-spacing: 0.05rem;
  padding: 0.75rem 2rem;
  font-size: 1.1rem;
  border: 1px solid #fff;
}
.contact-form-submit-btn:hover {
  background: #005cb9;
  color: #fff;
  transition: 300ms;
}
.applicant-form-input .btn {
  background: #005cb9;
  color: #fff;
  text-align: center;
  width: 13rem;
}

.credentials-btn {
  position: absolute;
  min-width: fit-content;
  padding: 0.75rem 1rem 0.75rem 3rem;
  color: #414141;
  border: 1px solid #414141;
  border-radius: 40px;
  background: none;
  max-height: 2.81rem;
  right: 4rem;
}
.credentials-btn:hover {
  background: #414141;
  color: #fff;
}
.applicant-form-input-btn:hover {
  background: #fff;
  color: #005cb9;
}
.btn-sent, .btn-sent:hover {
  width: 53% !important;
  border-radius: unset;
  margin-left: 1em;
  background: green;
  color: white;
  transition: 1000ms;
}
.more-btn {
  margin: 0 auto;
}
/* конец кнопок*/
/* Главное меню */
.main-menu-container {
  width: 100%;
  max-width: 100%;
  background: #fff;
  /* position: fixed; */
  z-index: 1;
}
.menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 5.8rem;
  width: 1176px;
  margin: 0 auto;
}
.main-menu-spacer {
  height: 5.8rem;
  display: none;
}
.menu-list {
  display: flex;
  justify-content: space-between;
  gap: 4rem;
}
.menu-logo-container {
  height: 100%;
  width: 15%;
}
.menu-logo {
  display: block;
  min-width: 200px;
  height: 100%;
  background: url(/bitrix/templates/stromix/images/stromix-logo.svg) 50% 50% / contain
    no-repeat;
}
.menu-item {
  width: max-content;
  font-weight: 500;
  font-size: 1rem;
}
.menu-item:last-child {
  padding: 0;
}
.fancy-list {
  list-style: none;
  padding: 0.5em;
  margin: 0;
}
.fancy-list > li {
  padding: 0;
  margin: 0;
  padding-bottom: 0.5em;
  margin-bottom: -0.5em;
  line-height: 1;
}
.fancytexthover {
  position: relative;
  display: inline-block;
}
.fancytexthover:hover .textwrapper {
  width: 100%;
}
.textwrapper {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  width: 0;
  display: inline-block;
  white-space: pre;
  color: #005cb9;
  transition: width 500ms;
  border-bottom: 1px solid;
  padding-bottom: 0.15em;
}
.textwrapper a {
  color: inherit;
}
/* конец меню */
/* Заголовок и картинка */
.top-container {
  //padding-top: 4rem;
}
.top-container-sub {
  padding-left: 9.69rem;
  display: flex;
  align-items: center;
  padding-bottom: 1rem;
}
.top-container-sub h2,
.top-container-sub p {
  color: #a0a0a0;
  padding: 0;
}
.top-container-sub h2 {
  width: fit-content;
  margin: inherit;
}
.top-container-sub p {
  font-family: "Roboto Regular";
  font-size: 1rem;
  padding-left: 1rem;
}
.top-container-image {
  height: 34.5rem;
}
/* конец заголовка и картинки */
/* дразнилки */
.teasers-container {
  padding: 2.6rem 10rem 6rem;
}
/* Компания «Стромикс» занимает ведущую позицию в сфере строительных материалов Дальневосточного региона. Уже 25 лет мы производим и продаем все, что необходимо для строительства и ремонта. */
.teasers ul {
  padding: 1rem 2rem;
  display: flex;
  gap: 3rem;
}
.teasers ul li {
  width: 28%;
  position: relative;
}
.teasers-number {
  /* padding-right: 1rem; */
}
.teasers ul li span b.teasers-number {
  font-size: 2rem;
}
.teasers ul li span b {
  font-size: 1.5rem;
  display: ruby;
  font-weight: bold;
}

.teasers ul li span {
  font-size: 1.1rem;
  line-height: 1.5rem;
  font-family: "Roboto Regular";
}
.teasers p {
  width: 92%;
  padding-bottom: 2rem;
  font-size: 1.5rem;
}
/* конец дразнилок */
/* Наша деятельность */
.activities-container h2,
.sites-container h2 {
  padding-top: 2.5rem;
}
.activities-container p {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding: 0 11.7rem;
}
.activities-container p span {
  color: #a0a0a0;
}
.activities-container ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto;
  padding: 3rem 12rem;
}
.activities-container ul li {
  font-size: 1.125rem;
  font-weight: 500;
  position: relative;
}
/* конец деятельности */
/* Карточки */
.cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem;
  padding: 0 9.69rem 2rem;
}
.card {
  position: relative;
  background: #f0f0f0;
  padding: 1.625rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  height: 16.25rem;
}
.card * {
  transition: 300ms;
}
.card p {
  color: #a0a0a0;
  font-family: "Roboto Regular";
  font-size: 1.125rem;
  line-height: 1.31rem;
  letter-spacing: 0.05rem;
  text-transform: none;
}
.card-picture-container {
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
}
.card-picture {
  position: absolute;
  width: 110%;
  height: 110%;
  top: -5%;
  right: -5%;
  background: #a0a0a0;
}
.full,
.card-text {
  width: 100%;
  color: #a0a0a0;
}
.card-text {
  padding: 1em;
}
.full .card-picture-container {
  height: inherit;
  width: 56%;
}
.half {
  width: calc(95% / 2);
  height: 16.25rem;
  flex-direction: column-reverse;
}
.half .card-picture-container {
  width: 40%;
  height: inherit;
}
.one-third {
  width: 30%;
  height: 20rem;
  justify-content: flex-end;
}
.one-third .card-picture-container {
  width: 100%;
  height: 66.66%;
  left: 0;
}
.full:hover .card-picture,
.half:hover .card-picture,
.one-third:hover .card-picture {
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
}
.full:hover .circle-arrow::after,
.half:hover .circle-arrow::after,
.one-third:hover .circle-arrow::after {
  right: 1rem;
  top: 1rem;
}
/* конец карточек */
/* Объекты */
.sites-subheader {
  font-family: "Roboto";
  display: flex;
  justify-content: space-between;
  padding: 0 9.69rem 2rem 12rem;
  margin-top: 0.9em;
}
.sites {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 9.69rem;
}
.site {
  width: 17rem;
  display: flex;
  flex-direction: column;
  padding-bottom: 1.4rem;
}
.site span {
  font-size: 1rem;
}
.site-picture + span {
  font-weight: 500;
  padding-top: 0.5rem;
}
.site-picture {
  width: 100%;
  height: 17rem;
}

/* конец объектов */
/* Партнёры */
.partners-container {
  width: 93%;
}
.partners {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2rem;
  padding: 2rem 9.69rem;
}
.partners a {
  width: 14%;
  background: #f0f0f0;
}
.partners a div {
  width: 100%;
  height: 4vw;
}
.partners a div p {
  background: #ffffffbb;
  height: 100%;
  transition: 300ms;
}
.partners a div p:hover {
  background: none;
  transition: 300ms;
}
/* конец партнёров */
/* Форма контактов */
#contact-form {
  background: #005cb9;
  display: flex;
  justify-content: space-between;
  padding: 2.2rem 6rem 2.2rem 0rem;
  margin: 0 9.69rem;
  border-radius: 1.2rem;
}
.contact-form-heading,
.contact-form-input {
  display: flex;
  flex-direction: column;
  color: #fff;
}
.contact-form-input textarea,
.contact-form-input textarea:focus-visible {
  border: 1px solid;
}
.contact-form-input textarea::placeholder {
  color
}
.contact-form-input textarea:focus-visible {
  outline: none;
}
.contact-form-heading {
  width: 68%;
  gap: 1rem;
}
.contact-form-heading h3,
.contact-form-heading span {
  color: #fff;
  margin-left: 4rem;
}
.contact-form-heading h3 {
  font-family: "Roboto";
  text-transform: none;
  font-weight: 500;
  font-size: 2rem;
}
.contact-form-heading span {
  font-size: 1.25rem;
  font-family: "Roboto";
  font-weight: 300;
  width: 60%;
}
.contact-form-input {
  width: 55%;
  gap: 0.7rem;
}
.pp {
  display: flex;
  justify-content: space-between;
  padding-left: 1rem;
  width: 52%;
  text-align: right;
}
.pp span {
  font-size: 0.625rem;
  font-weight: 100;
  color: #fff;
}
.pp a {
  font-weight: inherit;
  font-size: inherit;
  text-transform: none;
  color: inherit;
}
#contact-form input,
#contact-form select {
  font-family: "Roboto Regular";
  width: 100%;
  border: 1px solid #fff;
  font-size: 0.875rem;
  letter-spacing: 0.05rem;
}
#contact-form select::-ms-expand {
  display: none;
}
#contact-form select {
  display: block;
  color: #fff;
  box-sizing: border-box;
  margin: 0;
  appearance: none;
  background: url(/bitrix/templates/stromix/images/select.svg) no-repeat, #005cb9;
  background-position: right 1em top 50%;
  background-size: 1em auto, 100%;
}

#contact-form input::placeholder {
  color: #fff;
}

option {
  border-radius: 1rem;
}
.contact-form-submit {
  display: flex;
  justify-content: space-between;
  padding-top: 0.5rem;
  align-items: center;
}

/* конец формы контактов */
/* Контакты на главной */
.contacts-container {
  margin-top: 1rem;
  padding-bottom: 2.5rem;
}
.contacts-container h3 {
  font-family: "Roboto";
  padding: 2rem 9.69rem 1rem;
  text-transform: none;
}
.offices,
.retail {
  display: flex;
  /*flex-wrap: wrap;*/
  padding: 1rem 9.69rem 0;
}
.retail {
  padding-top: 0;
}
.offices {
  justify-content: space-between;
  /* flex-direction: column; */
}
.offices-big,
.offices-small {
  display: flex;
  flex-direction: column;
}
.office,
.shop {
  /* margin-right: 9%;*/
  padding-bottom: 1rem;
  line-height: 1.2;
  width: 33%;
}
.office:nth-child(2),
.shop:nth-child(2) {
  margin-right: 0;
}
.retail .office,
.retail .shop {
  /* margin-right: 14%; */
}
.offices-small .office,
.offices-small .shop {
  width: 100% !important;
  margin: 0 !important;
}
.office *,
.shop * {
  width: 100%;
  /*color: #666;*/
  font-family: "Roboto";
  font-size: 1.1rem;
  text-transform: none;
}
.office-info,
.office-address {
  font-family: "Roboto regular";
}
.big-phone {
  font-weight: 700;
}
.small-phone {
  font-weight: 500;
  text-transform: none;
}
.office-name,
.shop-name {
  font-family: "Roboto";
  font-weight: 500;
}
.big-phone {
  font-size: 1.5rem;
  padding-bottom: 0.5rem;
}
.small-phone {
  font-size: 1.25rem;
}
.contacts-container-full .contacts .offices .office,
.contacts-container-full .contacts .offices-small .office,
.contacts-container-full .contacts .retail .shop {
  width: 49% !important;
  margin-right: 0 !important;
}
.contacts-container-full .contacts .offices-big,
.contacts-container-full .contacts .offices-small {
  flex-direction: row;
}

/* конец контактов на главной */
/* Футер */
footer {
  background: #414141;
  min-width: 100%;
  margin-top: auto;
}
footer * {
  color: #fff;
}
.footer-container {
  padding: 2.5rem 9.69rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.footer-columns {
  display: flex;
  gap: 4.5rem;
}
.footer-column {
  display: flex;
  flex-direction: column;
  padding-top: 0.9rem;
}
.footer-column:first-child {
  min-width: 15rem;
  padding: 0;
}
.footer-column:nth-child(2) {
  padding: 1.15rem 7rem 0 9.1rem;
}
.footer-logo {
  width: 12.5rem;
  height: 4.1rem;
  background: url(/bitrix/templates/stromix/images/stromix-logo-white.svg) 50% 50% / contain
    no-repeat;
  margin-bottom: 1.9rem;
}
.footer-column h3 {
  font-size: 1.5rem;
  padding-bottom: 1.2rem;
}
.footer-email {
  font-size: 1.1em;
  margin-top: .2rem;
}
.footer-column li,
.footer-bottom * {
  font-size: 1.1rem;
  font-family: "Roboto Regular";
  padding-bottom: 1.35rem;
  
}
.footer-activities-menu {
  min-width: 32rem;
}
.footer-activities-menu ul {
  display: flex;
  flex-wrap: wrap;
}
.footer-activities-menu ul li {
  width: 12rem;
  line-height: normal;
}
.footer-activities-menu ul li a {
  color: #a0a0a0 !important;
}
footer a {
  text-transform: none;
}
.footer-activities-menu ul li:nth-child(2n + 1) {
  margin-right: 1.5rem;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
}
.footer-bottom * {
  font-size: 0.875rem;
  font-family: "Roboto", sans-serif !important;
  font-weight: 200;
}
/* конец футера */

/* Карьера */
.career-container h2 {
  margin-top: 1em;
  padding-bottom: 0;
}
.career-container .subheader-80,
.sites-wrapper .subheader-80 {
  padding: 0;
  width: 80%;
  padding-bottom: 1em;
  padding-top: 0.4em;
}
.careeer-form-container {
  background: #f0f0f0;
  padding: 2.688rem 5rem 2.75rem;
  border-radius: 2.5rem;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 2em;
}
.career-form-contacts {
  display: flex;
  flex-direction: column;
}
.hr,
.dept-employee {
  display: flex;
  align-items: center;
  gap: 0.875rem;
  padding-top: 0.625rem;
  padding-bottom: 1rem;
}
.employee-info p,
.career-form-contacts a {
  font-size: 1.125rem;
  text-transform: none;
  font-family: "Roboto Regular";
}
.employee-photo {
  min-width: 3.75rem;
  min-height: 3.75rem;
  border-radius: 50%;
}
.employee-info a {
  text-transform: none;
}
.employee-contact-mobile {
  display: none !important;
}
.file-input {
  display: none;
}
.file-label {
  display: flex;
  gap: 0.3rem;
}
.applicant-form {
  display: flex;
  justify-content: space-between;
}
.applicant-form h3 {
  text-transform: none;
  font-family: "Roboto";
  font-weight: 500;
}
.applicant-form-input {
  width: 31.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  padding-top: 0.688rem;
}
.applicant-form-input input,
.file-input-container,
.applicant-form-input textarea {
  width: 100%;
  border: 1px solid;
  border-radius: 1.5rem;
  font-size: 0.875rem;
  font-weight: 100;
}
.applicant-form-input textarea {
  height: 6.875rem;
  resize: none;
}
.applicant-form-input .contact-form-submit {
  padding: 0;
}
.applicant-form-input .contact-form-submit .pp span {
  color: #414141;
}
.vacancies-container h3 {
  /* width: 80%; */
  padding: 0 9.69rem;
}
.vacancies {
  padding: 1rem 9.69rem;
  /* width: 90%; */
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.vacancy {
  width: 49.44%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 3.875rem 1.688rem;
  border: 1px solid #a0a0a0;
  border-radius: 20px;
}
.career-bottom {
  /* width: 96%; */
  height: 13.75rem;
  margin: 1.44rem 9.69rem;
  border-radius: 20px;
  margin-bottom: 3em;
}
.contacts-container-full h2 {
  margin-top: 1em;
}
.contacts-container-full,
.depts-container {
  padding-bottom: 2em;
}
.contacts-wrapper .depts-container {
  margin-bottom: 2em;
}
.contacts-container-full * {
  color: #414141 !important;
}
.contacts-container-full .offices,
.contacts-container-full .retail {
  padding: 0;
  /* width: 82.5%; */
}
.contacts-container-full .office,
.contacts-container-full .shop {
  padding-right: 0;
}
.contacts {
  background: #f0f0f0;
  border-radius: 40px;
  width: 80%;
  margin: 0 auto;
  padding: 2.2rem 4rem;
}

.contacts h3,
.depts-container > h3,
.credentials-heading-container h3 {
  font-family: "Roboto";
  padding: 0;
  padding-bottom: 1.4rem;
  text-transform: uppercase;
  font-size: 2rem;
}
.contacts h3 {
  /* width: 82.5%; */
}
.contacts .offices {
  padding-bottom: 1rem;
}
.contacts-container-full .contacts .offices {
  flex-direction: column;
}
.depts-container > h3,
.credentials-heading-container > h3 {
  width: 80%;
}
.depts {
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  gap: 13%;
  justify-content: flex-start;
}
.dept {
  width: 24%;
}
.dept {
  padding-bottom: 4rem;
}

.dept.last_row {
  padding-bottom: 0;
}

.dept * {
  text-transform: none;
}
.dept h3 {
  font-family: "Roboto";
  color: #005cb9;
  font-size: 1.25rem;
  letter-spacing: normal;
}
.employee-contact {
  font-family: "Roboto Regular";
  font-size: 1.1rem;
}
.dept .employee-job {
  font-weight: 500;
}
.dept a {
  display: block;
  width: 100%;
}
/* Реквизиты */
.credentials {
  position: relative;
  background: #f0f0f0;
  border-radius: 15px;
  width: 80%;
  padding: 1.6rem 0;
  margin: 0 auto 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 4rem;
}
.credentials h3 {
  padding: 0;
}
.credentials-text p {
  font-size: 1.125rem;
}
.credentials-text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.credentials-details {
  display: flex;
  justify-content: space-between;
}
.contacts-form-container {
  margin-bottom: 4rem;
}
/* конец реквизитов */
/* конец контактов */
/* Все объекты */
.sites-wrapper .sites-container .sites {
  margin-top: 2rem;
  padding-top: 0;
}
.sites-wrapper .h2-on-top {
  padding: 1.3rem 0 1.4rem;
  margin-top: 1em;
  padding-bottom: .34em;
}
.sites-wrapper .site {
  width: 23.3rem;
}
.sites-wrapper .site-small {
  width: 24%;
}

.sites-wrapper .site-picture {
  height: 21.2rem;
}
.sites-wrapper .site-small .site-picture {
  height: 17rem;
}
.site-details {
  font-family: "Roboto";
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  font-size: 0.875rem;
  gap: 0.5rem;
}
.site-details {
  width: 100%;
  margin: 0 auto;
}
.site-details ul {
  display: flex;
  gap: 0.5rem;
  width: 100%;
}
.site-details ul li {
  width: 55%;
}
.site-details ul li:first-child {
  text-align: right;
  width: 42%;
}
.site-details ul:first-child li:last-child,
.site-details ul:last-child li:last-child {
  font-weight: 500;
}
/* конец объектов*/

/**/
/**/
/**/
/* Адаптив */
@media screen and (max-width: 1470px) {
  body {
    font-size: 2vw;
  }
  .container {
    max-width: unset;
    min-width: unset;
    padding: 0 6%;
    overflow: hidden;
  }
  .menu,
  .partners-container {
    width: 100%;
  }
  .menu,
  h1,
  h2,
  .top-container-sub,
  .cards,
  .sites,
  .sites-subheader,
  .partners,
  .offices,
  .retail,
  .contacts-container h3,
  .subheader-80,
  .vacancies-container h3,
  .vacancies {
    padding-left: 0;
    padding-right: 0;
  }
  .teasers p {
    padding: 2rem;
  }
  .footer-container {
    padding-top: 2rem;
    padding-bottom: 1rem;
  }
  .footer-column:nth-child(2) {
    padding: 0;
  }
  .activities-container p {
    padding-left: 2rem;
  }
  .activities-container ul {
    padding: 3rem 2rem;
  }
  #contact-form {
    margin: 0;
  }
  .contact-form-submit-btn {
    font-size: 0.875rem;
  }
  .contacts-container {
    margin-bottom: 3rem;
  }
  .office {
    line-height: 1.4;
  }
  .offices-small *,
  .shop {
    line-height: 1;
  }

  .circle-top-left::before {
    top: -0.5em;
    left: -0.8em;
  }
  .careeer-form-container {
    margin-left: 0;
    margin-right: 0;
  }
  .credentials-btn {
    top: 1rem;
  }
}
@media screen and (max-width: 1280px) {
  .site {
    width: 20vw;
  }
  .site-picture {
    height: 20vw;
  }
  .partners a {
    width: 12%;
  }
  .contact-form-submit-btn {
    padding: 0.75rem 1rem;
  }
  .office,
  .shop {
    padding-right: 0;
    line-height: 1.4;
  }
  .footer-column {
    padding-top: 0;
  }
  .footer-column li,
  .footer-bottom * {
    font-size: 0.875rem;
  }
  .footer-activities-menu ul li {
    width: 13rem;
  }
}
@media screen and (max-width: 1100px) {
  .fat-line-left span {
    font-size: 0.875em;
  }
}
@media screen and (max-width: 1024px) {
  body {
    font-size: 4.7vw;
  }
  h1,
  h2 {
    font-size: 1.6em;
  }
  h3 {
    font-size: 1.2rem;
  }
  h1,
  h2,
  .container,
  .menu-logo-container,
  .teasers p,
  .activities-container p,
  .activities-container ul,
  .activities-container ul li,
  .cards,
  .half,
  .one-third,
  .sites,
  .sites,
  #contact-form,
  .contact-form-heading,
  .contact-form-input,
  .pp,
  .contact-form-submit,
  .offices,
  .retail,
  .contacts,
  .depts-container > h3,
  .depts,
  .dept,
  .credentials,
  .subheader-80,
  .career-container,
  .careeer-form-container,
  .applicant-form-input,
  .applicant-form-input .btn,
  .vacancies-container,
  .vacancies,
  .vacancy {
    width: 100%;
  }
  .container {
    min-width: unset;
    max-width: unset;
    padding: 0 6%;
    overflow: hidden;
  }
  h1,
  h2,
  .top-container-sub,
  .sites-subheader,
  #contact-form,
  .contact-form-heading span,
  .offices,
  .retail,
  .contacts-container h3,
  .footer-logo,
  .footer-column:first-child,
  .contacts-container,
  .contacts,
  .contacts-container-full,
  .credentials-container,
  .career-container,
  .teasers p,
  .activities-container p,
  .card-text {
    padding: 0;
    margin: 0;
  }
  p,
  .teasers ul li span,
  .activities-container ul li,
  .card p,
  .site span,
  .contact-form-submit-btn,
  .office *,
  .shop *,
  .credentials-text p,
  .teasers p,
  .teasers ul li * {
    font-size: 0.865em;
  }
  .contacts h3 {
    font-size: 1em;
  }
  .contacts-container-full .contacts .offices-big,
  .contacts-container-full .contacts .offices-small {
    flex-direction: column-reverse;
  }
  .contacts-container-full .contacts .offices .office,
  .contacts-container-full .contacts .offices-small .office,
  .contacts-container-full .contacts .retail .shop {
    width: 100% !important;
  }
  .main-menu-container {
    max-width: 100%;
    padding: 0;
    position: fixed;
  }
  .main-menu-spacer {
    display: block;
  }
  .main-menu-container,
  .menu {
    height: 20vw;
    max-width: 100%;
    padding: 0;
  }
  .menu {
    position: relative;
    display: block;
    margin: 0;
    padding: 5vw;
  }
  .menu-logo-container {
    height: 5vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
  }
  .menu-logo {
    display: block;
    top: 0;
    left: 0;
    width: 48vw;
  }
  .menu-burger {
    width: 6.5vw;
    height: 6.5vw;
    background: url(/bitrix/templates/stromix/images/burger.svg) 50% 50% / contain no-repeat;
    right: -3rem;
    top: 1.44rem;
  }
  .menu-list {
    position: fixed;
    width: 50%;
    flex-direction: column;
    align-items: center;
    background: #fffe;
    padding: 4rem 0;
    top: 20vw;
    right: -50%;
    box-shadow: 2px 2px 4px -2px rgb(65, 65, 65);
    border-radius: 0 0 0 15px;
    transition: ease-in-out 500ms;
  }
  .top-container-sub h2 {
    font-size: 1.21em;
    min-width: fit-content;
  }
  .top-container-sub p {
    font-size: 0.6em;
    padding-left: 0.5rem;
  }
  .top-container-image {
    width: 100%;
    height: 9.39em;
    margin: 1em 0 2em 0;
  }
  .teasers p {
    display: flex;
    flex-direction: column;
    gap: 1em;
  }
  .teasers ul {
    flex-direction: column;
    gap: 1rem;
    padding-left: 6%;
    padding-top: 1rem;
  }
  .teasers ul li {
    width: 100%;
  }
  .teasers ul li * {
    font-size: 0.865em;
  }
  .teasers ul li span b.teasers-number,
  .teasers ul li span b {
    font-size: 1.1em;
    padding: 0;
  }
  .circle-top-left::before {
    width: 14px;
    height: 14px;
  }
  .activities-container {
    padding-top: 2rem;
  }
  .activities-container p {
    display: block;
  }
  .activities-container ul {
    flex-direction: column;
    padding-left: 6%;
  }
  .activities-container ul li {
    text-transform: uppercase;
    font-size: 1em;
    padding-right: none;
    margin-bottom: 1em;
  }
  .fat-line-left::before {
    width: 0.5rem;
  }
  .full {
    height: 95vw;
    justify-content: flex-end;
  }
  .half {
    flex-direction: row;
    align-items: flex-end;
  }
  .half,
  .one-third {
    height: 88vw;
  }
  .full .card-picture {
    height: 59%;
    width: 100%;
  }
  .half .card-picture,
  .one-third .card-picture {
    width: 100%;
    height: 66.6%;
    top: 0;
    right: 0;
  }
  .card p {
    line-height: 1rem;
  }
  .card-picture-container {
    height: 66% !important;
    width: 100% !important;
  }
  .card-picture {
    height: 100% !important;
    top: 0 !important;
    right: 0 !important;
  }
  .sites {
    padding-top: 1rem;
    padding-bottom: 0;
  }
  .site {
    width: 100%;
  }
  .sites-subheader a {
    display: none;
  }
  .site-picture {
    height: 10rem;
  }
  .sites-container h2 {
    padding: 1rem 0 1rem;
  }
  .more-btn {
    margin-bottom: 2rem;
  }
  .partners-container h2 {
    padding: 2em 6%;
  }
  .partners {
    gap: 0.5rem;
    padding: 1rem 0;
  }
  .partners a {
    width: 28%;
  }
  .partners a div p {
    background: none;
  }
  .partners a div {
    height: 3rem;
  }
  .form-container {
    min-width: 100%;
    padding: 2em 6%;
    background: #005cb9;
  }
  #contact-form {
    flex-direction: column;
  }
  .contact-form-heading h3 {
    font-size: 1.5rem;
    margin: 0;
  }
  .contact-form-submit {
    flex-direction: column;
    padding-top: 0;
  }
  .pp span {
    text-align: center;
    padding-bottom: 0.5rem;
  }
  .blue-100 {
    padding: 5%;
  }
  .contact-form-heading span {
    font-size: 0.7rem;
    padding-bottom: 1rem;
  }
  .contact-form-submit-btn {
    width: 100%;
    text-align: center;
  }
  .contacts-container {
    padding: 2rem 6%;
  }
  .contacts-container h2 {
    padding-bottom: 1rem;
  }
  .contacts-container h3 {
    padding-bottom: 1rem;
    text-transform: none;
  }
  .offices,
  .retail {
    display: block;
  }
  .office,
  .shop {
    width: fit-content;
  }
  .footer-columns {
    flex-direction: column;
    gap: 1rem;
  }
  .footer-columns .big-phone {
    font-weight: 500;
    font-size: 1.5rem;
  }
  .footer-columns .small-phone {
    font-size: 1.1rem;
    font-weight: 500;
    padding-bottom: 0.5rem;
  }
  .footer-logo {
    margin: 2rem 0 1rem;
  }
  .footer-column h3,
  .contacts-container h3 {
    padding-bottom: 0.7rem;
    font-size: 1.2rem;
  }
  .footer-column ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
  }
  .footer-column ul li,
  .footer-bottom * {
    line-height: 1.2;
    font-size: 0.7rem;
  }
  .footer-column:nth-child(2) ul li {
    width: 30%;
  }
  .footer-activities-menu ul li:nth-child(2n + 1) {
    margin: 0;
  }
  .footer-activities-menu ul li {
    width: 36%;
  }
  .footer-bottom {
    flex-direction: column-reverse;
    padding-bottom: 1rem;
  }
  .slide-in {
    right: 0;
  }
  .ahchor {
    position: relative;
    top: -5.8rem;
  }
  .mobile-btn {
    display: block;
    width: 100%;
    text-align: center;
  }
  .contacts-container-full {
    padding: 0;
  }
  .h2-on-top,
  .contacts {
    padding: 6% !important;
    border-radius: 20px;
  }
  .contacts-container h3 {
    text-transform: uppercase;
    font-family: "Roboto Condensed";
  }
  .contacts-container-full .big-phone {
    font-size: 1.1rem;
  }
  .depts {
    gap: 1.5rem;
  }
  .depts-container > h3 {
    font-family: "Roboto Condensed";
    font-size: 1.6rem;
    padding-top: 1rem;
  }
  .dept-employee {
    padding-bottom: 0;
  }
  .employee-contact {
    display: none;
  }
  .employee-info p,
  .employee-contact-mobile {
    font-size: 0.9rem;
  }
  .dept-employee {
    align-items: flex-start;
  }
  .employee-contact-mobile {
    display: block;
    font-weight: 100;
  }
  .employee-name {
    padding-bottom: 0.5rem;
  }
  .dept h3 {
    font-size: 1rem;
  }
  .credentials {
    display: flex;
    flex-direction: column;
    padding: 6%;
  }
  .credentials-text {
    gap: 0.6rem;
  }
  .credentials h3 {
    font-family: "Roboto Condensed";
    font-size: 1.2rem;
    padding-bottom: 0.3rem;
  }

  .credentials-details {
    flex-direction: column;
  }
  .credentials-details p {
    padding-bottom: 0.6rem;
  }
  .credentials-btn {
    position: relative;
    right: unset;
    width: 100%;
    text-align: center;
    padding: 0.75rem 3rem;
  }
  .credentials-btn:before {
    left: 2rem;
  }

  .career-container p,
  .career-container a {
    padding: 0 6%;
  }
  .careeer-form-container {
    padding: 6%;
  }
  .applicant-form {
    flex-direction: column;
  }
  .career-form-contacts .employee-contact-mobile {
    font-size: 0.9rem;
  }
  .career-form-contacts .employee-job {
    font-weight: 500;
  }
  .career-form-contacts .employee-name {
    padding-bottom: 0.5rem;
  }
  .applicant-form-input .btn {
    padding: 0.75rem;
  }
  .vacancies-container h3 {
    margin: 0;
  }
  .vacancy {
    padding: 2rem 1.688rem;
  }
  .vacancy-job,
  .vacancy-city {
    font-size: 1.2rem;
  }
  .vacancy-job {
    font-weight: 500;
  }
  .vacancy::after {
    top: 0.5rem;
    right: 0.5rem;
  }
  .career-bottom {
    margin: 1.44rem auto;
  }

.cards {
    /* width: 90%; */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 2rem;
    padding-bottom: 2rem;
  }
  .card {
    position: relative;
    background: #f0f0f0;
    padding: 1.625rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    cursor: pointer;
    width: 100% !important;
    height: 80vw !important;
    align-items: unset !important;
  }
  .card * {
    transition: 300ms;
  }
  .card p {
    color: #a0a0a0;
    font-weight: 300;
    font-size: 1.125rem;
    line-height: 1.31rem;
    letter-spacing: 0.05rem;
  }
  .card-picture-container {
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden;
  }
  .card-picture {
    position: absolute;
    position: a;
    width: 110%;
    height: 110%;
    top: -5%;
    right: -5%;
    background: #a0a0a0;
  }
  .full,
  .card-text {
    width: 100%;
    color: #a0a0a0;
  }
  .card-text {
    padding: 1em;
  }
  .full {
    height: 12.5rem;
  }
  .full .card-picture-container {
    height: inherit;
    width: 56%;
  }
  .half {
    width: calc(95% / 2);
    height: 16.25rem;
    flex-direction: column-reverse;
  }
  .half .card-picture-container {
    width: 40%;
    height: inherit;
  }
  .one-third {
    width: 30%;
    height: 20rem;
    justify-content: flex-end;
  }
  .one-third .card-picture-container {
    width: 100%;
    height: 66.66%;
    left: 0;
  }
  .full:hover .card-picture,
  .half:hover .card-picture,
  .one-third:hover .card-picture {
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
  }
  .full:hover .circle-arrow::after,
  .half:hover .circle-arrow::after,
  .one-third:hover .circle-arrow::after {
    right: 1rem;
    top: 1rem;
  }
  .sites-wrapper .site-small {
    width: 100%;
  }

}
.hasError {
  border-color: orange !important;
}
.necessary {
  display: none;
}
/* End */
/* /bitrix/templates/stromix/components/bitrix/menu/top-menu/style.min.css?1730084251490 */
/* /bitrix/templates/stromix/components/bitrix/menu/footer-menu1/style.min.css?1730099608490 */
/* /bitrix/templates/stromix/components/bitrix/menu/footer-menu2/style.min.css?1730108048490 */
/* /bitrix/templates/stromix/template_styles.css?175038564835068 */
