@charset "UTF-8";
body {
  font-family: "Montserrat", sans-serif;
  color: #283033;
  text-underline-offset: 3px;
}

.group-wrapper {
  margin: 0 0 24px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (min-width: 1200px) {
  .group-wrapper {
    margin: 0 0 48px;
  }
}

.page-wrapper {
  width: 100%;
  margin: 0 12px;
  width: calc(100% - 24px);
  overflow-x: hidden;
}
@media (min-width: 1200px) {
  .page-wrapper {
    width: 1140px;
    margin: 0 auto;
  }
}

.full-width {
  width: 100%;
}
@media (min-width: 1200px) {
  .full-width {
    width: 1140px;
    margin-left: auto;
    margin-right: auto;
  }
}

.top-margin {
  margin-top: 24px;
}
@media (min-width: 1200px) {
  .top-margin {
    margin-top: 48px;
  }
}

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

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

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

.margin-bottom-20px {
  margin-bottom: 20px;
}

.color-black {
  color: #283033;
}

.color-red {
  color: #e20613;
}

.color-white {
  color: #ffffff;
}

.font-weight-700 {
  font-weight: 700;
}

.flex-column-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 300px;
}

.flex-column-vertical-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.no-break {
  white-space: nowrap;
}

a.button-link {
  display: inline-block;
  background-color: #e20613;
  color: #ffffff;
  text-decoration: none;
  width: 267px;
  margin: 0;
  padding: 8px 0;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-transform: none;
  border: 1px solid #e20613;
  transition: all 500ms;
}
a.button-link img {
  max-width: 24px;
}
a.button-link:first-letter {
  text-transform: uppercase;
}
a.button-link.inverse {
  background-color: #ffffff;
  color: #e20613;
}
a.button-link.inverse:hover {
  color: #ffffff;
  background-color: #e20613;
}
a.button-link:hover {
  background-color: #F91F2C;
  transform: scale(1.05);
}

a.pdf-link {
  background: url("/images/icons/pdf-05.svg");
  background-repeat: no-repeat;
  background-position: center left 8px;
  background-size: 24px;
}

a.extra-link {
  background: url("/images/icons/link-02.svg");
  background-repeat: no-repeat;
  background-position: center left 8px;
  background-size: 24px;
}

/*typo start*/
h1 {
  font-size: 26px;
  line-height: 37px;
  text-transform: uppercase;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  margin: 0 10px;
}
@media (min-width: 1200px) {
  h1 {
    font-size: 40px;
    line-height: 60px;
    width: 1140px;
  }
}

h2 {
  font-size: 32px;
  line-height: 36px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 10px 20px;
}

h3,
p.menu-item,
a.menu-item,
p.accordion-header button,
a.accordion-header button,
p.subtitle {
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 600;
  color: #283033;
  text-decoration: none;
}

h4 {
  font-size: 20px;
  line-height: 28px;
  text-transform: uppercase;
  font-weight: 800;
}

h5 {
  font-size: 12px;
  line-height: 24px;
  font-weight: 500;
}
h5.bold {
  font-weight: 700;
}

p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #283033;
  text-decoration: none;
  text-transform: none;
}
p .accented {
  color: #e20613;
  font-weight: 600;
}
p.card-label {
  font-size: 11px;
  line-height: 22px;
  font-weight: 700;
  text-decoration: none;
}
@media (min-width: 1200px) {
  p.card-label {
    font-size: 16px;
    line-height: 24px;
  }
}
p a {
  color: #e20613;
  text-decoration: none;
}
p a:hover {
  text-decoration: underline;
  color: #e20613;
}

h1 > span, h2 > span, h3 > span, h4 > span, h5 > span, p.card-label > span {
  text-transform: lowercase;
}

div > p {
  margin: 10px;
}

.mask-overlay {
  position: fixed;
  background-color: transparent;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

/*typo end*/
.iti__flag {
  background-image: url("/images/flags_tel/flags.png");
}

.iti {
  width: 100%;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url("/images/flags_tel/flags@2x.png");
  }
}
.cookieBackground {
  display: block;
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
}

.cookieActive {
  position: absolute;
  width: 600px;
  height: 310px;
  top: calc(45% - 150px);
  left: calc(50% - 300px);
  border-radius: 10px;
  background-color: white;
  cursor: default;
  padding: 30px;
}
@media (max-width: 1200px) {
  .cookieActive {
    width: 95%;
    height: auto;
    top: 15%;
    left: 2.5%;
    font-size: 13px;
  }
}

.cookieWindow {
  width: 100%;
}
.cookieWindow a {
  color: #e20613;
}

.cookieButton {
  width: 230px;
  margin: 0;
  margin-top: 10px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 45%;
  transition: background-color 300ms;
  height: 42px;
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .cookieButton {
    height: 34px;
    font-size: 13px;
  }
}

.cookieButton.submit {
  background-color: white;
  color: black;
  border: 2px solid #e20613;
}

.cookieButton.submit:hover {
  background-color: #fee6e8;
}

.cookieButton.reject {
  margin-left: auto;
  background-color: gray;
}

.cookieButton.reject:hover {
  background-color: #595959;
}

header {
  /* Safari */
  position: sticky;
  top: 0;
  z-index: 1000;
  background-color: #ffffff;
  border-bottom: 1px solid #DEE2E6;
}
header .mobile .mobile-header {
  padding: 12px;
  padding-right: 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
header .mobile .mobile-header a img {
  margin-top: 10px;
  width: 163px;
}

#custom-header {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
  margin: 15px auto 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #DEE2E6;
  width: 1140px;
}

#custom-header > div {
  width: 570px;
  display: flex;
}

#custom-header a {
  font-weight: 500;
  color: #283033;
}

#custom-header .slogan {
  font-weight: 600;
  color: #e20613;
}

#custom-header .logo {
  line-height: 0;
}
#custom-header .logo img {
  width: 228px;
}

#custom-header input {
  border: 0;
  outline: 0;
}

#custom-header div > a, .mobile .info div > a {
  margin: 0;
}

.header-feedback-wrapper, .header-contacts {
  display: flex;
  flex-direction: column;
}

.header-feedback-wrapper:last-child {
  margin-right: 0;
}

.header-feedback {
  display: flex;
  flex-direction: row;
  margin-bottom: 12px;
}
@media (min-width: 1200px) {
  .header-feedback {
    margin-bottom: 0;
    margin-right: 24px;
    align-items: center;
    line-height: 24px;
  }
}

.header-feedback a {
  text-decoration: none;
}

.header-feedback__city {
  margin-left: 10px;
}

.header-feedback__icon {
  margin-right: 6px;
  max-height: 20px;
}

#custom-header .header-feedback__call, #custom-header .header-contacts__call {
  color: #e20613;
  -webkit-text-decoration: underline dotted #e20613;
          text-decoration: underline dotted #e20613;
}

.header-contacts__links {
  height: 24px;
}

.header-contacts div {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
@media (min-width: 1200px) {
  .header-contacts div {
    justify-content: flex-end;
  }
}

.header-contacts > div a {
  display: flex;
  text-decoration: none;
}
@media (min-width: 1200px) {
  .header-contacts > div a {
    line-height: 24px;
  }
  .header-contacts > div a img {
    width: 20px;
    margin-right: 12px;
  }
}

.mobile .mobile-header__search-wrap {
  width: 22px;
  position: absolute;
  top: 24px;
  right: 110px;
}
.mobile .mobile-header__search-wrap img {
  width: 100%;
}
.mobile .mobile-header__search-wrap .mobile-header__search-field {
  display: none;
}
.mobile .mobile-header__search-wrap .mobile-header__search-field.active {
  display: block;
  position: fixed;
  background-color: #F8F9FA;
  top: 75px;
  left: 0;
  right: 0;
  height: 100%;
  padding: 24px 12px;
  z-index: 10;
}
.mobile .mobile-header__icons {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.mobile .mobile-header__phone-link {
  margin-right: 12px;
  width: 18px;
}
.mobile .mobile-header__phone-link img.mobile-header__phone-link-image {
  width: 100%;
}
.mobile .mobile-header .header-contacts {
  margin: 0;
}
.mobile .mobile-header .header-contacts div:last-child {
  justify-content: flex-end;
}
.mobile .mobile-header .header-contacts > div a {
  display: flex;
  text-decoration: none;
  line-height: 24px;
}
.mobile .mobile-header .header-contacts > div a > .header-contacts__icon {
  margin-right: 12px;
  width: 25px;
}
.mobile .mobile-header .header-contacts > div a > .header-contacts__icon:last-child {
  margin-right: 24px;
}

header div.mobile {
  display: block;
}

header div.full-size {
  display: none;
}

@media (min-width: 1200px) {
  header div.mobile {
    display: none;
  }

  header div.full-size {
    display: block;
  }
}
#mobile-menu-zero-lvl {
  width: 100%;
  height: calc(100vh - 50px);
  border: none;
  overflow: scroll;
  background-color: #F8F9FA;
  padding: 24px 12px;
}
#mobile-menu-zero-lvl > .accordion > .accordion-item {
  border: none;
  margin-bottom: 4px;
}
#mobile-menu-zero-lvl > .accordion > .accordion-item > .accordion-header {
  margin: 0;
}
#mobile-menu-zero-lvl > .accordion > .accordion-item > .accordion-header > .accordion-button {
  padding: 16px;
  font-weight: 500;
}
#mobile-menu-zero-lvl > .accordion > .accordion-item > .accordion-header > .accordion-button:hover {
  background-color: #ffffff;
}
#mobile-menu-zero-lvl > .accordion > .accordion-item > .accordion-header > .accordion-button.collapsed:after {
  -webkit-mask: url("../assets/interface-icons/caret-bottom-red.svg") no-repeat 100% 80%;
          mask: url("../assets/interface-icons/caret-bottom-red.svg") no-repeat 100% 80%;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #e20613;
}
#mobile-menu-zero-lvl > .accordion > .accordion-item > .accordion-header > .accordion-button.active {
  background-color: #e20613;
  color: #ffffff;
  font-weight: 500;
}
#mobile-menu-zero-lvl > .accordion > .accordion-item > .accordion-header > .accordion-button.active::after {
  -webkit-mask: url("../assets/interface-icons/caret-bottom-red.svg") no-repeat 100% 80%;
          mask: url("../assets/interface-icons/caret-bottom-red.svg") no-repeat 100% 80%;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #ffffff;
}

.accordion-item {
  margin-bottom: 12px;
}
.accordion-item:last-child {
  margin-bottom: 0;
}

.accordion-button:focus {
  border: none;
  box-shadow: none;
  color: #283033;
}

.accordion-button:not(.collapsed) {
  background-color: #ffffff;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("/wp-content/uploads/2021/11/arrow.svg");
}

a.accordion-header {
  display: block;
  text-decoration: none;
}

.accordion-button:not(.collapsed) {
  color: #283033;
  background-color: transparent;
  box-shadow: none;
}

a .accordion-button:not(.collapsed)::after {
  background-image: none;
}

p.accordion-header, a.accordion-header {
  margin: 0 10px;
}

.mobile .info {
  display: none;
  flex-direction: column;
  align-items: flex-start;
  font-size: 12px;
  font-weight: 500;
  margin-top: 24px;
}
.mobile .info.active {
  display: flex;
  position: fixed;
  background-color: #F8F9FA;
  top: 50px;
  left: 0;
  right: 0;
  height: 100%;
  padding: 24px 12px;
  z-index: 10;
}
.mobile .info.active .header-feedback {
  flex-direction: row-reverse;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.mobile .info.active .header-feedback .header-feedback__city {
  width: 100%;
  margin-left: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 36px;
  order: -2;
}
.mobile .info.active .header-feedback .header-feedback__phone {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #e20613;
  order: -1;
}
.mobile .info.active .header-contacts {
  margin-top: 12px;
}
.mobile .info.active .header-contacts div {
  display: block;
  margin: 0;
  padding: 0;
}
.mobile .info.active .header-contacts .header-contacts__links {
  display: block;
  margin: 0;
  margin-bottom: 20px;
  padding: 0;
}
.mobile .info.active .header-contacts .header-contacts__links a {
  display: flex;
  text-decoration: none;
}
.mobile .info.active .header-contacts .header-contacts__email {
  font-size: 18px;
  line-height: 36px;
  font-weight: 700;
}
.mobile .info.active .header-contacts .header-contacts__icon {
  margin-right: 12px;
  width: 25px;
}
.mobile .info.active .header-contacts .header-contacts__icon:last-child {
  margin-right: 24px;
}

.mobile .info a {
  color: #283033;
}

.mobile .accordion-body {
  padding: 0;
  background-color: #F8F9FA;
}

.mobile .accordion-body .category-item {
  padding: 12px 24px 12px 12px;
  margin-bottom: 4px;
  background-color: #ffffff;
}
.mobile .accordion-body .category-item:last-child {
  margin-bottom: 0;
}

.mobile .accordion-body .category-elements__element {
  margin-top: 12px;
}
.mobile .accordion-body .category-elements__element:first-child {
  margin-top: 0;
}

.mobile .accordion-body .category-header a {
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
  color: #283033;
  text-transform: uppercase;
}

.mobile .accordion-body .category-header > div.own-production {
  padding: 0px;
  margin: 0px;
  text-transform: uppercase;
  color: #e20613;
  font-size: 10px;
  font-weight: 700;
}

.mobile .accordion-body .category-elements__element a {
  text-decoration: none;
  display: block;
  line-height: 24px;
  color: #283033;
}

.mobile .accordion-body .category-elements__element a:first-letter {
  text-transform: uppercase;
}

.full-size .container {
  height: 75px;
  display: flex;
  justify-content: center;
}

.full-size .container .row .col p,
.full-size .container .row .col a {
  display: block;
  text-align: center;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .full-size .container .row .col p {
    margin: 0;
  }
}

.full-size .container .row .col p:hover,
.full-size .container .row .col a:hover {
  color: #e20613;
}

.full-size .container .row .col {
  display: flex;
  align-items: center;
}
@media (min-width: 1200px) {
  .full-size .container .row .col {
    padding: 0;
    margin-right: 48px;
  }
  .full-size .container .row .col:last-child {
    margin-right: 0;
  }
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #ffffff;
  min-width: 160px;
  z-index: 1000;
  top: 75px;
  color: #283033;
  border: 1px solid #DEE2E6;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover #full-width-dropdown.dropdown-content {
  display: flex;
}

header .full-size .container .row .dropdown-content > a,
header .full-size .container .row .dropdown-content .column-wrapper > a {
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 700;
  color: #283033;
  text-decoration: none;
  text-align: left;
  font-size: 16px;
  margin: 20px 0 20px 20px;
  width: 255px;
}

header .full-size .container .row .dropdown-content .column-wrapper > div.own-production {
  padding: 0px;
  margin: 0;
  text-transform: uppercase;
  color: #e20613;
  font-size: 9px;
  font-weight: 700;
}

header .full-size .container .row .dropdown-content .column-wrapper > span {
  padding: 0px;
  display: block;
  width: 100%;
  /* width: 255px; */
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 700;
  color: #283033;
  text-decoration: none;
  text-align: left;
  font-size: 15px;
}

header .full-size .container .row .dropdown-content .column-wrapper > a:hover,
#full-width-dropdown .column-wrapper .category-elements__element a:hover {
  color: #e20613;
}

#new-menu-dropdown {
  width: 1140px;
  margin-left: -270px;
}

#new-menu-dropdown .dropdown-wrap {
  display: flex;
}

#new-menu-dropdown .menu-items {
  width: 38%;
  padding: 25px;
  box-sizing: border-box;
}

#new-menu-dropdown .menu-content {
  width: 62%;
  padding: 16px 48px 27px 0px;
}
#new-menu-dropdown .menu-content > .menu-content-wrapper {
  position: relative;
  background: #F8F9FA;
  width: 100%;
  height: 100%;
  padding: 14px 0px 0px 30px;
}
#new-menu-dropdown .menu-content > .menu-content-wrapper a {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  width: auto;
  text-align: left;
  text-decoration: none;
  color: #283033;
  cursor: pointer;
  font-size: 18px;
  text-decoration: none;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}
#new-menu-dropdown .menu-content > .menu-content-wrapper a:hover {
  color: #e20613;
}
#new-menu-dropdown .menu-content > .menu-content-wrapper div.separator {
  width: 90%;
  height: 1px;
  border-bottom: 0.5px solid #283033;
  margin-bottom: 15px;
}
#new-menu-dropdown .menu-content > .menu-content-wrapper > .pic-subitems {
  position: absolute;
  right: 30px;
  bottom: 30px;
  width: 291px;
  height: 291px;
  display: flex;
  align-items: flex-end;
}
#new-menu-dropdown .menu-content > .menu-content-wrapper > .pic-subitems img {
  width: 85%;
  height: auto;
}

#new-menu-dropdown .menu-subitems {
  position: relative;
  display: none;
}

#new-menu-dropdown .column-wrapper {
  position: relative;
  height: auto;
  overflow-x: visible;
  box-sizing: border-box;
  padding: 10px 0;
  margin-left: 18px;
  border-bottom: 1px solid #DEE2E6;
}
#new-menu-dropdown .column-wrapper:last-child {
  border-bottom: none;
}
#new-menu-dropdown .column-wrapper span {
  width: auto;
  margin-left: 0;
  margin-top: 0px;
}
#new-menu-dropdown .column-wrapper.active::before {
  position: absolute;
  width: 5px;
  height: 100%;
  content: "";
  left: -18px;
  top: 0;
  border-left: 5px solid #e20613;
}
#new-menu-dropdown .column-wrapper .hover-area {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 65%;
  height: 60px;
}

#new-menu-dropdown .column-wrapper.produced {
  height: auto;
}

#full-width-dropdown {
  width: 1320px;
  flex-direction: row;
  margin-left: -350px;
}

#full-width-dropdown .column-wrapper {
  width: 228px;
}
#full-width-dropdown .column-wrapper:last-child {
  margin-right: 0;
}

#full-width-dropdown .column-wrapper .category-elements__element a {
  text-decoration: none;
  line-height: 24px;
  display: block;
  text-align: left;
  color: #283033;
  font-size: 16px;
  font-weight: 400;
}

#full-width-dropdown .column-wrapper .category-elements__element a:first-letter {
  text-transform: uppercase;
}

#full-width-dropdown .column-wrapper .category-elements__element {
  margin-left: 20px;
  margin-bottom: 10px;
}

.header-split {
  width: 1140px;
  margin: 0 auto;
  border-bottom: 1px solid #DEE2E6;
}

.footer_bottom_border_holder {
  position: relative;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #C5C5C5;
}

.footer_bottom {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}
.footer_bottom p {
  padding: 0;
  margin: 0;
  text-align: left;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}
@media (min-width: 1200px) {
  #footer .footer_socials {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
#footer .footer_socials a {
  margin-right: 15px;
}
#footer .footer_socials a img {
  height: 20px;
  width: auto;
}

footer {
  /*margin-top: 40px;*/
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #F0F2F4;
  border-top: 2px solid #e20613;
}
@media (max-width: 1200px) {
  footer {
    margin-top: 20px;
  }
}

#footer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
}
#footer img {
  width: 135px;
  height: 14px;
  margin-bottom: 24px;
}
@media (min-width: 1200px) {
  #footer img {
    width: 225px;
    height: 22px;
  }
}
@media (min-width: 576px) {
  #footer {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

#footer h3 {
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 12px;
}

#footer > div {
  /* width: 100%; */
  margin-bottom: 24px;
}
@media (max-width: 576px) {
  #footer > div {
    width: 100%;
    /* 228px; */
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  #footer > div {
    /*width: 267px;*/
  }
}
@media (min-width: 576px) {
  #footer > div:first-child {
    /*width: 100%;*/
  }
}
@media (min-width: 1200px) {
  #footer > div:first-child {
    /* width: 267px;*/
  }
}

#footer div > p {
  font-size: 14px;
  margin: 0;
  line-height: 1;
  margin-bottom: 15px;
  /*margin: 0 0 3px;*/
}

#footer div a {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #283033;
  text-decoration: none;
}

#footer .footer__about p {
  line-height: 1.5;
}

#footer .footer__accordion {
  background-color: #F0F2F4;
  display: block;
}
@media (min-width: 576px) {
  #footer .footer__accordion {
    display: none;
  }
}
#footer .footer__accordion h4 {
  font-size: 16px;
  font-weight: 600;
  text-transform: none;
}
#footer .footer__accordion a {
  display: block;
  padding: 1.25rem;
  padding-bottom: 1rem;
  padding-left: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}
#footer .footer__accordion__wrap {
  background-color: #F0F2F4;
  margin: 0;
  padding: 0;
  width: 100%;
}
#footer .footer__accordion__item {
  background-color: #F0F2F4;
  border-bottom: 1.5px solid #C5C5C5;
  margin: 0;
  padding: 0;
  padding-bottom: 5px;
  width: 100%;
}
#footer .footer__accordion__item p, #footer .footer__accordion__item span {
  background-color: #F0F2F4;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  padding-left: 0;
}
#footer .footer__accordion__item__body {
  display: flex;
  flex-direction: column;
  padding-left: 24px;
}
#footer .footer__accordion__item__body a {
  display: block;
  margin: 0;
  padding: 0;
  padding-bottom: 12px;
  font-weight: 400;
}

#footer .footer__contacts__items {
  text-align: left;
  display: flex;
  flex-direction: row;
}
#footer .footer__contacts__items div {
  padding-right: 25px;
}
#footer .footer__contacts__items div h4 {
  margin-bottom: 0;
  color: #283033;
  font-size: 14px;
  font-weight: 600;
  text-transform: none;
}
#footer .footer__contacts__items div p {
  line-height: 1.5;
}
#footer .footer__contacts__items:last-child {
  padding: 0;
}

.hero {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 285px;
  background-position: center;
  margin-bottom: 20px;
  /* mix-blend-mode: luminosity; */
}
.hero .subtitle {
  text-align: center;
  color: #ffffff;
  text-transform: none;
}

@media (max-width: 992px) {
  .hero {
    height: 80px;
    background-size: 100% 100%;
  }
  .hero h1 {
    font-size: 22px;
    line-height: 28px;
  }
  .hero .subtitle {
    display: none;
  }
}
.one-half-left, .one-half-right {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0 12px;
}
@media (min-width: 1200px) {
  .one-half-left, .one-half-right {
    padding: 0;
    flex-direction: row;
    width: 1140px;
  }
}
.one-half-left h4, .one-half-right h4 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.one-half-left h3, .one-half-right h3 {
  font-size: 16px;
  font-weight: 700;
  margin-left: 12px;
}
.one-half-left ul, .one-half-right ul {
  margin-top: 12px;
  margin-left: 12px;
}
.one-half-left ul > li, .one-half-right ul > li {
  position: relative;
  line-height: 24px;
  list-style: none;
}
.one-half-left ul > li:after, .one-half-right ul > li:after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background: #e20613;
  position: absolute;
  top: 12px;
  left: -30px;
}
.one-half-left ol > li, .one-half-right ol > li {
  color: #e20613;
}
.one-half-left ol > li > span, .one-half-right ol > li > span {
  color: #283033;
}
.one-half-left > div, .one-half-right > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
@media (max-width: 1200px) {
  .one-half-left > div, .one-half-right > div {
    width: 100%;
  }
}
.one-half-left > div a, .one-half-right > div a {
  display: block;
  margin: 0 auto 12px;
}
@media (min-width: 1200px) {
  .one-half-left > div a, .one-half-right > div a {
    display: inline-block;
    margin: 0;
  }
}
.one-half-left figure, .one-half-right figure {
  margin: 0;
  display: block;
  width: 100%;
}
@media (min-width: 1200px) {
  .one-half-left figure, .one-half-right figure {
    width: 559px;
  }
}
.one-half-left figure img, .one-half-left figure iframe, .one-half-left figure video, .one-half-right figure img, .one-half-right figure iframe, .one-half-right figure video {
  width: 100%;
  height: 57vw;
}
@media (min-width: 576px) {
  .one-half-left figure img, .one-half-left figure iframe, .one-half-left figure video, .one-half-right figure img, .one-half-right figure iframe, .one-half-right figure video {
    height: 59vw;
  }
}
@media (min-width: 1200px) {
  .one-half-left figure img, .one-half-left figure iframe, .one-half-left figure video, .one-half-right figure img, .one-half-right figure iframe, .one-half-right figure video {
    height: 356px;
  }
}

.one-half-left figure {
  padding: 24px 24px 24px 0;
}

@media (min-width: 1200px) {
  .one-half-right {
    flex-direction: row-reverse;
  }
}
.one-half-right figure {
  padding: 24px 0 24px 24px;
}

@media (max-width: 1200px) {
  .one-half-left.reverse-mobile {
    flex-direction: column-reverse;
  }
}

.one-half-left.centered, .one-half-right.centered > div {
  justify-content: center;
}

@media (max-width: 1200px) {
  .one-third-wrapper {
    padding: 0 !important;
  }
}

.one-third-left, .one-third-right {
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .one-third-left, .one-third-right {
    max-width: 1140px;
    flex-direction: row;
    padding: 0;
  }
}
.one-third-left h4, .one-third-right h4 {
  margin: 12px 0;
}
@media (min-width: 1200px) {
  .one-third-left h4, .one-third-right h4 {
    margin: 0 0 24px;
  }
}
.one-third-left h3, .one-third-right h3 {
  text-transform: none;
}
.one-third-left p, .one-third-right p {
  margin: 0;
  margin-bottom: 15px;
}
.one-third-left > div, .one-third-right > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.one-third-left > div a, .one-third-right > div a {
  display: block;
  margin: 0;
}
@media (min-width: 1200px) {
  .one-third-left > div a, .one-third-right > div a {
    display: inline-block;
    margin: 0;
  }
}
.one-third-left > div a.text-link, .one-third-right > div a.text-link {
  display: inline-block;
  margin-bottom: 0;
}
.one-third-left ul > li, .one-third-right ul > li {
  position: relative;
  line-height: 24px;
  list-style: none;
  padding-bottom: 5px;
}
.one-third-left ul > li:after, .one-third-right ul > li:after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background: #e20613;
  position: absolute;
  top: 12px;
  left: -30px;
}
.one-third-left ul.dotted > li:after, .one-third-right ul.dotted > li:after {
  background: transparent;
  height: 4px;
  color: #e20613;
  top: -3px;
  font-size: 30px;
  content: "•";
}
.one-third-left ol > li, .one-third-right ol > li {
  color: #e20613;
  font-weight: bold;
  margin-left: 16px;
}
.one-third-left ol > li > span, .one-third-right ol > li > span {
  color: #283033;
  font-weight: normal;
  padding-left: 5px;
}
.one-third-left figure, .one-third-right figure {
  margin: 0;
  display: block;
  width: 100%;
  padding-bottom: 24px;
}
@media (min-width: 576px) {
  .one-third-left figure, .one-third-right figure {
    padding: 36px 36px 36px 0;
  }
}
@media (min-width: 1200px) {
  .one-third-left figure, .one-third-right figure {
    padding: 24px 24px 24px 0;
    width: 364px;
  }
}
.one-third-left figure img, .one-third-left figure iframe, .one-third-left figure video, .one-third-right figure img, .one-third-right figure iframe, .one-third-right figure video {
  width: 100%;
}
@media (min-width: 576px) {
  .one-third-left figure img, .one-third-left figure iframe, .one-third-left figure video, .one-third-right figure img, .one-third-right figure iframe, .one-third-right figure video {
    /* height: 59vw; */
  }
}
@media (min-width: 1200px) {
  .one-third-left figure img, .one-third-left figure iframe, .one-third-left figure video, .one-third-right figure img, .one-third-right figure iframe, .one-third-right figure video {
    /* height: 227px;*/
  }
}
.one-third-left figure iframe, .one-third-left figure video, .one-third-right figure iframe, .one-third-right figure video {
  height: 244px;
}

.one-third-left figure {
  /*padding: 0; 20px 20px 20px 0;*/
  /*background: linear-gradient(to right, $opposite-color 30%, $accented-color 30%);*/
}
@media (min-width: 576px) {
  .one-third-left figure {
    padding: 0;
    /*($standard-padding + $half-padding) ($standard-padding + $half-padding) ($standard-padding + $half-padding) 0;*/
  }
}
@media (min-width: 1200px) {
  .one-third-left figure {
    padding: 0;
    /*$standard-padding $standard-padding $standard-padding 0;*/
    margin-right: 24px;
  }
}

.one-third-right {
  justify-content: space-between;
}
@media (min-width: 1200px) {
  .one-third-right {
    flex-direction: row-reverse;
  }
}
.one-third-right figure {
  /*padding: 0; $standard-padding 0 $standard-padding $standard-padding;*/
  /*background: linear-gradient(to left, $opposite-color 30%, $accented-color 30%); */
}
@media (min-width: 576px) {
  .one-third-right figure {
    padding: 0;
    /*($standard-padding + $half-padding) 0 ($standard-padding + $half-padding) ($standard-padding + $half-padding);*/
  }
}
@media (min-width: 1200px) {
  .one-third-right figure {
    padding: 0;
    /*$standard-padding 0 $standard-padding $standard-padding;*/
    margin-left: 24px;
  }
}

.one-third-left.centered, .one-third-right.centered > div {
  justify-content: center;
  align-items: center;
}

.attention {
  margin: 0 12px;
  border-left: 2px solid #e20613;
  padding-left: 12px;
}
.attention p {
  margin: 0;
}
@media (min-width: 1200px) {
  .attention {
    border-left: 5px solid #e20613;
    padding-left: 24px;
    max-width: 1140px;
    margin: 0;
  }
}

.cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 12px;
  padding: 0 12px;
}
@media (min-width: 576px) {
  .cards {
    padding: 0 48px;
  }
}
@media (min-width: 1200px) {
  .cards {
    padding: 0;
    margin-top: 24px;
  }
}
.cards > a {
  text-decoration: none;
  background: #F8F9FA;
  width: calc(50% - 6px);
  margin-bottom: 12px;
}
@media (min-width: 1200px) {
  .cards > a {
    margin-bottom: 24px;
  }
}
.cards .item-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 202px;
  background-color: #F8F9FA;
  position: relative;
}
@media (min-width: 1200px) {
  .cards .item-card {
    height: 254px;
  }
}
.cards .item-card div {
  display: flex;
  align-items: center;
  height: 100px;
}
.cards .item-card div p {
  margin: 0 6px;
  text-align: center;
}
@media (min-width: 1200px) {
  .cards .item-card div p {
    margin: 12px 16px;
  }
}
.cards .item-card img {
  width: 100px;
  height: 100px;
  position: absolute;
  bottom: 15px;
}
@media (min-width: 1200px) {
  .cards .item-card img {
    bottom: 10px;
    width: 158px;
    height: 158px;
  }
}
.cards .item-card .tag {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 5px;
  height: 35px;
  display: flex;
  flex-direction: row;
}
.cards .item-card .tag img {
  position: static;
  display: block;
  height: 25px;
  width: 25px;
  margin-right: 5px;
}

.page {
  width: 100%;
  box-sizing: border-box;
}
.page * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Montserrat";
  font-size: 16px;
  color: #283033;
  text-transform: none;
  text-decoration: none;
}
.page h1 {
  font-size: 40px;
  line-height: 50px;
  color: #e20613;
  margin: 0;
  padding: 0;
  padding-top: 26px;
  text-align: left;
  text-transform: uppercase;
  margin: 0;
}
.page h4 {
  font-size: 20px;
  line-height: 28px;
  text-transform: uppercase;
  font-weight: 700;
  color: #e20613;
  padding-bottom: 26px;
  margin: 0;
}
.page ul {
  padding-left: 30px;
}
.page ul > li {
  position: relative;
  line-height: 24px;
  list-style: none;
  padding-bottom: 5px;
}
.page ul > li:after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background: #e20613;
  position: absolute;
  top: 12px;
  left: -30px;
}
.page ul.dotted > li:after {
  background: transparent;
  height: 4px;
  color: #e20613;
  top: -3px;
  font-size: 30px;
  content: "•";
}
.page ol {
  padding-left: 15px;
}
.page ol > li {
  color: #283033;
  font-weight: normal;
}
.page ol > li > span {
  color: #283033;
  font-weight: normal;
}
.page p {
  margin-bottom: 26px;
}
.page p.strong {
  font-weight: 700;
}
.page a {
  color: #e20613;
  text-decoration: underline;
}
.page__header {
  position: relative;
  width: 100%;
  height: auto;
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 45%;
  margin-bottom: 0px;
}
.page__header__content {
  position: relative;
  z-index: 100;
  height: 100%;
}
.page__header__phone {
  position: absolute;
  width: 280px;
  height: 498px;
  top: 30px;
  left: 55%;
  overflow: hidden;
  box-sizing: content-box;
  /* opacity: 0.75; */
  z-index: 100;
}
.page__header__phone img {
  position: absolute;
  top: 0;
  left: 0;
  width: 280px;
  height: 498px;
  z-index: 100;
}
.page__header__phone video {
  position: relative;
  top: 6px;
  left: 4px;
  width: 274px;
  height: 486px;
  border-radius: 36px;
  z-index: 0;
}
.page__header:before {
  content: "";
  display: block;
  position: absolute;
  left: 55%;
  top: 0;
  width: 25%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(to right, #FFF, rgba(255, 255, 255, 0));
  background-repeat: no-repeat;
  background-size: cover;
}
.page__block {
  width: 100%;
  margin-bottom: 30px;
}
.page__block_white {
  background-color: white;
}
.page__block_transparent {
  background-color: transparent;
}
.page__block_gray {
  background-color: #F8F9FA;
}
.page__block_red {
  background-color: #e20613;
  color: white;
}
.page__block_red h4, .page__block_red p, .page__block_red a, .page__block_red strong {
  color: white;
}
.page__block__wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
}
.page__block__wrapper_double {
  padding-top: 45px;
  padding-bottom: 45px;
}
.page__wrapper {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 1200px) {
  .page__wrapper {
    width: 1140px;
    padding-left: 0;
    padding-right: 0;
  }
}
.page__wrapper_left {
  width: 100%;
  margin: 0;
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 1200px) {
  .page__wrapper_left {
    width: 570px;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
  }
}
.page__wrapper_right {
  width: 100%;
  margin: 0;
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 1200px) {
  .page__wrapper_right {
    width: 570px;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
}
.page__half {
  width: 50%;
  height: 100%;
  position: relative;
}
.page__60 {
  width: 60%;
  height: 100%;
  position: relative;
}
.page__2columns {
  display: flex;
}
.page__2columns > div {
  width: 50%;
}
.page__third {
  display: flex;
  flex-direction: row;
}
.page__third > div:first-of-type {
  width: 70%;
}
.page__third > div:last-of-type {
  width: 30%;
}
.page__third > div:last-of-type img, .page__third > div:last-of-type video, .page__third > div:last-of-type iframe {
  width: 100%;
  height: auto;
}
.page__third > div:last-of-type iframe {
  min-height: 228px;
}
@media (max-width: 992px) {
  .page__third {
    flex-direction: column;
  }
  .page__third > div:first-of-type, .page__third > div:last-of-type {
    width: 100%;
  }
}
.page__third_reversed {
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .page__third_reversed {
    flex-direction: column-reverse;
  }
}
.page__quote {
  width: 100%;
  height: auto;
  padding-top: 48px;
  padding-bottom: 48px;
  position: relative;
}
.page__quote:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 71px;
  height: 40px;
  background-image: url("/images/quote.svg");
}
.page__quote:after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 71px;
  height: 40px;
  background-image: url("/images/quote.svg");
}
.page__marker {
  border-left: 3px solid #e20613;
  padding-left: 27px;
}

#home-page-main-swiper.swiper {
  width: 100%;
}
@media (min-width: 1200px) {
  #home-page-main-swiper.swiper {
    width: 1140px;
    height: 285px;
  }
}
#home-page-main-swiper.swiper picture {
  position: relative;
}
#home-page-main-swiper.swiper img {
  width: 100%;
}
@media (min-width: 1200px) {
  #home-page-main-swiper.swiper img {
    width: 1140px;
    height: 285px;
  }
}
#home-page-main-swiper.swiper button {
  position: absolute;
  left: 78px;
  bottom: 47px;
  padding: 4px 0px;
  width: 140px;
  text-align: center;
  color: #e20613;
  background-color: transparent;
  border: 2px #e20613 solid;
  box-sizing: border-box;
  transition: color 500ms, background-color 500ms;
}
@media (max-width: 1200px) {
  #home-page-main-swiper.swiper button {
    display: none;
  }
}
#home-page-main-swiper.swiper button:hover {
  color: #ffffff;
  background-color: #e20613;
}
#home-page-main-swiper.swiper button.button_red {
  background-color: #D82E27;
  border-radius: 4px;
  border: none;
  color: white;
  font-weight: 500;
  font-size: 17px;
  line-height: 28px;
}
#home-page-main-swiper.swiper button.button_red:hover {
  background-color: #ac2420;
}
#home-page-main-swiper.swiper button.button_yellow {
  background-color: #FBB624;
  border-radius: 4px;
  border: none;
  color: black;
  font-weight: 500;
  font-size: 17px;
  line-height: 28px;
}
#home-page-main-swiper.swiper button.button_yellow:hover {
  background-color: #e19b05;
}
#home-page-main-swiper.swiper .swiper-button-next,
#home-page-main-swiper.swiper .swiper-button-prev {
  display: none;
  color: #ffffff;
}
@media (min-width: 1200px) {
  #home-page-main-swiper.swiper .swiper-button-next,
#home-page-main-swiper.swiper .swiper-button-prev {
    display: block;
  }
}
#home-page-main-swiper.swiper .swiper-pagination {
  display: none;
}
@media (min-width: 1200px) {
  #home-page-main-swiper.swiper .swiper-pagination {
    display: block;
  }
}
#home-page-main-swiper.swiper .swiper-pagination-bullet-active {
  background-color: #ffffff;
}

.home-page > .main {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: flex-start;
}
@media (min-width: 1200px) {
  .home-page > .main {
    flex-direction: row;
  }
}
.home-page > .main .aside {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 1200px) {
  .home-page > .main .aside {
    width: 267px;
  }
}
.home-page > .main .aside .category-wrapper {
  display: none;
  /*height: 532px;*/
  margin-bottom: 24px;
}
@media (min-width: 1200px) {
  .home-page > .main .aside .category-wrapper {
    display: flex;
    flex-direction: column;
  }
}
.home-page > .main .aside .category-wrapper h4:after {
  content: "";
  display: block;
  height: 2px;
  background-color: #e20613;
  width: 104px;
  margin: 8px 0;
}
.home-page > .main .aside .category-wrapper .category h5 {
  width: 216px;
  position: relative;
}
.home-page > .main .aside .category-wrapper .category > .category-header > div:after {
  content: "";
  display: block;
  position: absolute;
  right: -52px;
  background: url("/wp-content/uploads/2021/11/arrow.svg") no-repeat;
  background-size: contain;
  top: calc(50% - 11px);
  width: 20px;
  height: 20px;
  transform: rotate(180deg);
}
.home-page > .main .aside .category-wrapper .category > .category-header > div.collapsed:after {
  transform: rotate(0deg);
}
.home-page > .main .aside .category-wrapper .category > .accordion-collapse.show ~ .category-header {
  background: rebeccapurple;
}
.home-page > .main .aside .category-wrapper .category a {
  text-decoration: none;
  color: #283033;
}
.home-page > .main .aside .category-wrapper .category a:hover {
  text-decoration: underline;
}
.home-page > .main .aside .banners {
  margin: 0;
  background-color: #F8F9FA;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
@media (min-width: 1200px) {
  .home-page > .main .aside .banners {
    background-color: #ffffff;
    margin: 0 0 24px;
    /*height: 532px;
    justify-content: space-between;
    */
  }
}
.home-page > .main .aside .banners a {
  margin: 12px 0 12px;
}
@media (min-width: 1200px) {
  .home-page > .main .aside .banners a {
    margin: 12px 0 12px;
  }
}
@media (min-width: 576px) {
  .home-page > .main .cards {
    justify-content: flex-start;
  }
}
@media (min-width: 1200px) {
  .home-page > .main .cards {
    width: 849px;
    margin: 0 0 0 24px;
  }
}
.home-page > .main .cards a {
  border: 1px solid transparent;
  transition: border 0.3s;
  display: flex;
  text-decoration: none;
}
@media (min-width: 576px) {
  .home-page > .main .cards a {
    width: 31%;
    margin-right: 24px;
  }
}
.home-page > .main .cards a:nth-of-type(3n) {
  margin-right: 0;
}
.home-page > .main .cards a:hover {
  /*border: 2px solid $accented-color;*/
  border: 1px solid #999999;
}

.home-page > .catalogue-download {
  display: flex;
  justify-content: center;
}
.home-page > .catalogue-download .group-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 1140px;
  margin-bottom: 12px;
}
@media (min-width: 1200px) {
  .home-page > .catalogue-download .group-wrapper {
    width: 1140px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
  }
}
.home-page > .catalogue-download .group-wrapper .attention {
  margin: 24px 12px 12px;
  border-left: 2px solid #e20613;
  padding-left: 12px;
}
@media (min-width: 1200px) {
  .home-page > .catalogue-download .group-wrapper .attention {
    padding-left: 24px;
    border-left: 5px solid #e20613;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .home-page > .catalogue-download .group-wrapper > div {
    min-width: 558px;
  }
}
.home-page > .catalogue-download .group-wrapper > div.attention p {
  margin: 0;
}
.home-page > .catalogue-download .group-wrapper > div.buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  align-items: center;
}
@media (min-width: 1200px) {
  .home-page > .catalogue-download .group-wrapper > div.buttons {
    flex-direction: row;
    justify-content: flex-end;
  }
}
.home-page > .catalogue-download .group-wrapper > div.buttons a:first-of-type:hover svg {
  stroke: #ffffff;
}
.home-page > .catalogue-download .group-wrapper > div.buttons a:first-of-type svg {
  stroke: #ffffff;
  display: inline-block;
  margin-left: 15px;
}
@media (min-width: 1200px) {
  .home-page > .catalogue-download .group-wrapper > div.buttons a:last-of-type {
    margin-right: 0;
  }
}

.home-page > .about-us {
  display: flex;
  justify-content: center;
  background-color: #F8F9FA;
}
.home-page > .about-us .group-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin: 12px 0;
}
@media (min-width: 1200px) {
  .home-page > .about-us .group-wrapper {
    width: 1140px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 24px 0;
  }
}
.home-page > .about-us .group-wrapper .text {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .home-page > .about-us .group-wrapper .text {
    width: 557px;
  }
}
.home-page > .about-us .group-wrapper .text h4 {
  margin: 0 12px;
}
@media (min-width: 1200px) {
  .home-page > .about-us .group-wrapper .text h4 {
    margin: 12px 0;
  }
}
.home-page > .about-us .group-wrapper .text p {
  margin: 12px;
}
@media (min-width: 1200px) {
  .home-page > .about-us .group-wrapper .text p {
    margin: 12px 0;
  }
}
.home-page > .about-us .group-wrapper .text .attention {
  margin: 0 12px 12px;
}
@media (min-width: 1200px) {
  .home-page > .about-us .group-wrapper .text .attention {
    margin: 12px 0;
  }
}
.home-page > .about-us .group-wrapper .text .attention p {
  margin: 0;
}
.home-page > .about-us .group-wrapper .icons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  overflow-x: hidden;
  padding-left: 12px;
}
@media (min-width: 1200px) {
  .home-page > .about-us .group-wrapper .icons {
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 557px;
  }
}
.home-page > .about-us .group-wrapper .icons .icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 30%;
  margin-bottom: 12px;
}
@media (max-width: 1200px) {
  .home-page > .about-us .group-wrapper .icons .icon {
    width: 50%;
    padding-top: 12px;
    align-items: flex-start;
  }
}
.home-page > .about-us .group-wrapper .icons .icon:first-of-type {
  padding-left: 0;
}
.home-page > .about-us .group-wrapper .icons .icon .image img {
  padding-bottom: 20px;
}
@media (min-width: 576px) {
  .home-page > .about-us .group-wrapper .icons .icon .image img {
    padding-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .home-page > .about-us .group-wrapper .icons .icon .text {
    text-align: center;
  }
}
.home-page > .about-us .group-wrapper .icons .icon .text p {
  margin: 0;
  padding: 0;
  font-weight: 700;
}
@media (max-width: 576px) {
  .home-page > .about-us .group-wrapper .icons .icon .text p {
    font-size: 12px;
    line-height: 1.5;
  }
}

.home-page > .our-projects {
  display: flex;
  justify-content: center;
}
.home-page > .our-projects .group-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 1140px;
  margin: 24px 0;
}
.home-page > .our-projects .group-wrapper h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}
@media (min-width: 1200px) {
  .home-page > .our-projects .group-wrapper h4 {
    font-size: 20px;
    font-weight: 800;
  }
}
.home-page > .our-projects .group-wrapper > .text-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
  width: 100%;
  padding: 0 12px;
}
@media (min-width: 1200px) {
  .home-page > .our-projects .group-wrapper > .text-wrap {
    margin-bottom: 24px;
    padding: 0;
  }
}
.home-page > .our-projects .group-wrapper > .text-wrap a {
  text-decoration: none;
  color: #e20613;
  font-size: 16px;
  line-height: 24px;
}
.home-page > .our-projects .group-wrapper #home-page-project-swiper.swiper {
  width: calc(100vw - 12px);
  margin-left: 12px;
}
@media (min-width: 1200px) {
  .home-page > .our-projects .group-wrapper #home-page-project-swiper.swiper {
    width: 1140px;
    margin-left: 0;
  }
}
.home-page > .our-projects .group-wrapper #home-page-project-swiper.swiper img {
  width: 267px;
  height: 193px;
}
.home-page > .our-projects .group-wrapper #home-page-project-swiper.swiper .swiper-slide {
  width: 267px !important;
  margin-right: 12px !important;
}
@media (min-width: 1200px) {
  .home-page > .our-projects .group-wrapper #home-page-project-swiper.swiper .swiper-slide {
    margin-right: 24px !important;
  }
}

.partners {
  background-color: #F8F9FA;
}
.partners .group-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin: 12px auto;
}
@media (min-width: 1200px) {
  .partners .group-wrapper {
    width: 1140px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 24px auto;
  }
}
.partners .group-wrapper .attention {
  margin: 12px;
}
@media (min-width: 1200px) {
  .partners .group-wrapper .attention {
    margin: 12px 0;
  }
}
.partners .group-wrapper .text {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 1200px) {
  .partners .group-wrapper .text {
    width: 464px;
  }
}
.partners .group-wrapper .text h4 {
  margin: 0 12px;
}
@media (min-width: 1200px) {
  .partners .group-wrapper .text h4 {
    margin: 12px 0;
  }
}
.partners .group-wrapper .text p {
  margin: 0;
}
.partners .group-wrapper .images {
  width: calc(100% - 24px);
  padding: 0;
  margin: 0 12px;
  padding-top: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1200px) {
  .partners .group-wrapper .images {
    width: 676px;
    margin: 0;
  }
}
.partners .group-wrapper .images .swiper-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
}
.partners .group-wrapper .images .swiper-slide {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.partners .group-wrapper .images .swiper-slide img {
  width: 100%;
  height: auto;
  margin-bottom: 16px;
}

.production-white-block .partners {
  background-color: white;
}
.production-white-block .partners .group-wrapper {
  flex-direction: column;
  background-color: white;
}
@media (max-width: 1200px) {
  .production-white-block .partners .group-wrapper .attention {
    border-color: transparent;
    padding-left: 12px;
    margin-left: 0;
  }
}
.production-white-block .partners .group-wrapper .text {
  width: 100%;
  background-color: white;
}
.production-white-block .partners .group-wrapper .images {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
}
@media (max-width: 1200px) {
  .production-white-block .partners .group-wrapper .images {
    width: calc(100% - 24px);
    padding: 0;
    margin: 0 12px;
    margin-top: 20px;
  }
}

.questions-wrapper {
  margin: auto 0;
  background: url("/assets/img/questions.png");
  font-family: Montserrat, sans-serif;
  margin-bottom: 48px;
  background-position: center;
  background-repeat: repeat-y;
}

.questions {
  padding: 2em 0;
  max-width: 100vw;
}

.questions-header {
  font-size: 1.4rem;
  width: fit-content;
  width: -moz-fit-content;
  font-weight: 600;
  margin: 0 auto;
  position: relative;
  padding-bottom: 12px;
}

.questions-header::before {
  content: "";
  display: block;
  position: absolute;
  width: 110%;
  bottom: 0;
  left: -0.5rem;
  height: 2px;
  background: #e20613;
}

.questions-form__input {
  outline: none;
  border: none;
  background: rgba(255, 255, 255, 0);
  border-bottom: 1px solid #283033;
  padding-left: 0.5em;
}

.questions-form__input::-moz-placeholder {
  color: #283033;
}

.questions-form__input:-ms-input-placeholder {
  color: #283033;
}

.questions-form__input::placeholder {
  color: #283033;
}

.form-group {
  display: flex;
  gap: 4em;
}

.questions-form__submit-label {
  display: flex;
  padding: 0.5em 1em;
  border: 1px solid #283033;
  cursor: pointer;
}

.questions-form__submit-label__input {
  font-size: 1em;
  line-height: 1em;
  margin-right: 8em;
  border: none;
  outline: none;
  font-family: Montserrat, sans-serif;
  background: rgba(255, 255, 255, 0);
}

.submit-label_hover:hover {
  background: #e20613;
  border-color: #e20613;
}

.submit-label_hover:hover .questions-form__submit-label__input {
  color: #ffffff;
}

.submit-label_hover:hover path {
  stroke: #ffffff;
}

.col.container.questions {
  background-color: transparent;
}

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

.mt-4 {
  margin-top: 1.5rem !important;
}

.m-auto {
  margin: auto !important;
}

.w-50 {
  width: 50% !important;
}

.align-items-center {
  align-items: center !important;
}

.justify-content-center {
  justify-content: center !important;
}

.flex-column {
  flex-direction: column !important;
}

.d-flex {
  display: flex !important;
}

.questions-wrapper .form-group {
  flex-direction: column;
}
@media (min-width: 1200px) {
  .questions-wrapper .form-group {
    flex-direction: row;
  }
}

.home-page .form-wrap {
  margin: 12px auto;
}
@media (min-width: 576px) {
  .home-page .form-wrap {
    margin: 24px auto;
  }
}

.home-page-form.form {
  padding: 0 12px;
}
@media (min-width: 1200px) {
  .home-page-form.form {
    padding: 0;
  }
}
.home-page-form.form__title-wrap {
  margin-bottom: 12px;
}
@media (min-width: 1200px) {
  .home-page-form.form__title-wrap {
    text-align: center;
    margin-bottom: 24px;
  }
}
.home-page-form div.form__fields-item {
  margin-right: 0;
}
.home-page-form .form__button-wrap > button {
  margin: 0 auto;
  display: block;
}
.home-page-form.form__sub-title-wrap p {
  margin: 0 0 12px;
}
.home-page-form.form__sub-title-wrap p:first-child {
  margin: 0;
}
@media (min-width: 1200px) {
  .home-page-form.form__sub-title-wrap {
    margin-bottom: 24px;
    text-align: center;
  }
  .home-page-form.form__sub-title-wrap p {
    line-height: 20px;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .home-page-form.personal-wrap > .form-group {
    left: calc(35% - 23px);
  }
}
.production-raw {
  margin: 48px auto;
}
@media (max-width: 1200px) {
  .production-raw {
    margin: 0;
  }
}
.production-raw h4 {
  text-align: left;
  color: #e20613;
  font-weight: 700;
}
@media (max-width: 1200px) {
  .production-raw h4 {
    margin: 12px;
    text-align: left;
  }
}

.production-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px 0;
}
.production-block_gray {
  background-color: #F8F9FA;
}

.production-gray-block {
  width: 100%;
  padding: 27px 0;
  background-color: #F8F9FA;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .production-gray-block {
    padding: 20px 0px 0px 0px;
    margin-bottom: 0px;
  }
}

.production-white-block {
  width: 100%;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .production-white-block {
    padding: 0px 0px 20px 0;
    margin-bottom: 0px;
  }
}

.production-red-block {
  width: 100%;
  margin-bottom: 30px;
  background-color: #e20613;
  color: white;
}
@media (max-width: 1200px) {
  .production-red-block {
    padding: 20px 0;
    margin-bottom: 0px;
  }
}

.production-wrapper {
  margin: 0 auto;
  width: 100%;
  padding: 0 12px;
}
@media (min-width: 1200px) {
  .production-wrapper {
    width: 1140px;
    padding: 0;
  }
}

.production-attention {
  border-left: 5px solid #e20613;
  padding-left: 24px;
  margin: 0;
}
.production-attention p {
  margin: 0;
}
@media (max-width: 576px) {
  .production-attention {
    border-left: none;
    padding-left: 0;
  }
}

.production-video-block {
  width: 100%;
}
.production-video-block .production-wrapper {
  position: relative;
  padding-bottom: 30px;
}
@media (max-width: 576px) {
  .production-video-block .production-wrapper {
    padding-bottom: 0;
  }
}
.production-video-block .production-attention {
  padding-top: 30px;
  padding-bottom: 30px;
  width: 50%;
}
@media (max-width: 576px) {
  .production-video-block .production-attention {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.production-video-block ul {
  width: 50%;
}
@media (max-width: 576px) {
  .production-video-block ul {
    width: 100%;
  }
}
.production-video-block .video {
  position: absolute;
  top: 0;
  right: 0;
  width: 350px;
  height: 622px;
  overflow: hidden;
  box-sizing: content-box;
}
.production-video-block .video img {
  position: absolute;
  top: 0;
  left: 0;
  width: 350px;
  height: 622px;
  z-index: 100;
}
.production-video-block .video video {
  position: relative;
  top: 7px;
  left: 4px;
  width: 342px;
  height: 608px;
  border-radius: 45px;
  z-index: 0;
}
@media (max-width: 576px) {
  .production-video-block .video {
    position: static;
    width: 75%;
    height: auto;
    padding: 40px 0 20px 0;
    margin: 0 auto;
  }
  .production-video-block .video img {
    display: none;
  }
  .production-video-block .video video {
    position: static;
    width: 100%;
    height: auto;
    border-radius: none;
    z-index: 100;
  }
}

.production-power-block {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 576px) {
  .production-power-block {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.production-text h4 {
  color: #e20613;
  font-weight: 700;
  margin: 12px 0;
  text-transform: none;
}
@media (min-width: 1200px) {
  .production-text h4 {
    margin: 0 0 24px;
  }
}
.production-text h3 {
  text-transform: none;
}
.production-text p {
  margin: 0;
  margin-bottom: 15px;
}
.production-text a {
  display: block;
  margin: 0;
}
@media (min-width: 1200px) {
  .production-text a {
    display: inline-block;
    margin: 0;
  }
}
.production-text a.text-link {
  display: inline-block;
  margin-bottom: 0;
}
.production-text ul > li {
  position: relative;
  line-height: 24px;
  list-style: none;
  padding-bottom: 5px;
}
.production-text ul > li:after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background: #e20613;
  position: absolute;
  top: 12px;
  left: -30px;
}
.production-text ul.dotted > li:after {
  background: transparent;
  height: 4px;
  color: #e20613;
  top: -3px;
  font-size: 30px;
  content: "•";
}
.production-text ol > li {
  color: #e20613;
  font-weight: bold;
}
.production-text ol > li > span {
  color: #283033;
  font-weight: normal;
}

.production-swiper-block {
  padding: 12px;
  padding-bottom: 24px;
  background-color: #F8F9FA;
}
.production-swiper-block p {
  margin: 0;
  padding: 0;
}

.production-suppliers {
  width: 1140px;
  margin: 24px auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1200px) {
  .production-suppliers {
    width: 100%;
    padding: 0 12px;
    flex-wrap: wrap;
  }
  .production-suppliers::last-child {
    display: none;
  }
}
@media (max-width: 1200px) {
  .production-suppliers > div {
    width: 50%;
    margin-bottom: 24px;
  }
}

@media (max-width: 992px) {
  .production-history {
    display: none;
  }
}
.production-history .production-history-content {
  margin-top: 0px;
  padding-top: 26px;
  padding-bottom: 26px;
  width: 100%;
  height: 365px;
  position: relative;
}
.production-history .production-history-content h4 {
  color: #e20613;
  padding-bottom: 10px;
}
.production-history .production-history-content p {
  margin: 0;
  padding: 0;
  padding-top: 0px;
  font-size: 12px;
  font-weight: 400;
  color: #676766;
}
.production-history .production-history-line {
  position: absolute;
  box-sizing: border-box;
  left: 0px;
  bottom: 119px;
  width: 1070px;
  height: 3px;
  border-bottom: 3px solid #E30613;
  transform: rotate(-11.592deg);
}
.production-history .production-history-graph {
  position: absolute;
  top: 60px;
  left: 0;
  width: 1024px;
  height: 235px;
  background-color: transparent;
}
.production-history .production-history-name {
  position: absolute;
  color: #51504F;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.7px;
  white-space: nowrap;
}
.production-history .production-history-info {
  position: absolute;
  top: 37px;
  left: 10px;
  display: none;
  min-width: 334px;
  border: 2px solid #C6C6C6;
  background: #FFF;
  z-index: 10000;
  padding: 18px;
}
.production-history .production-history-info h4 {
  color: #51504F;
  text-transform: none;
  margin: 0;
  padding: 0;
  padding-bottom: 8px;
  white-space: nowrap;
  font-size: 14px;
}
.production-history .production-history-info .production-history-info-content {
  width: 100%;
  margin: 0;
  padding: 0;
  padding-top: 0px;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 400;
  color: #676766;
}
.production-history .production-history-info .production-history-info-content a {
  color: #E30613;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 0.5px;
  display: inline;
  font-size: 12px;
  line-height: 1.5;
}
.production-history .production-history-info img {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 200px;
  height: auto;
}
.production-history .production-history-point {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  border: 3px solid #E30613;
  border-radius: 50%;
  background-color: white;
  transition: background-color 0.3s;
  cursor: pointer;
}
.production-history .production-history-point span {
  position: absolute;
  display: block;
  left: 0;
  bottom: -15px;
  width: 30px;
  height: 15px;
}
.production-history .production-history-point:hover {
  background-color: #E30613;
}
.production-history .production-history-point:hover .production-history-info {
  display: block;
}
.production-history .production-history-point.point_1 {
  left: 0px;
  bottom: 0px;
}
.production-history .production-history-point.point_1 .production-history-name {
  left: 0px;
  bottom: -35px;
}
.production-history .production-history-point.point_1 .production-history-info img {
  width: 206px;
  height: 206px;
  right: 30px;
  bottom: -10px;
}
.production-history .production-history-point.point_2 {
  left: 156px;
  bottom: 32px;
}
.production-history .production-history-point.point_2 .production-history-name {
  left: -80px;
  top: -40px;
}
.production-history .production-history-point.point_2 .production-history-info img {
  width: 220px;
  height: 238px;
  bottom: 5px;
}
.production-history .production-history-point.point_3 {
  left: 312px;
  bottom: 64px;
}
.production-history .production-history-point.point_3 .production-history-name {
  left: -40px;
  bottom: -35px;
}
.production-history .production-history-point.point_3 .production-history-info img {
  width: 199px;
  height: 199px;
  right: 30px;
}
.production-history .production-history-point.point_4 {
  left: 468px;
  bottom: 96px;
}
.production-history .production-history-point.point_4 .production-history-name {
  left: -40px;
  bottom: -35px;
}
.production-history .production-history-point.point_4 .production-history-info img {
  width: 229px;
  height: 144px;
  right: 30px;
  bottom: 20px;
}
.production-history .production-history-point.point_5 {
  left: 624px;
  bottom: 128px;
}
.production-history .production-history-point.point_5 .production-history-name {
  left: -50px;
  bottom: -37px;
}
.production-history .production-history-point.point_5 .production-history-info img {
  width: 144px;
  height: 144px;
  right: 30px;
  bottom: 25px;
}
.production-history .production-history-point.point_6 {
  left: 780px;
  bottom: 160px;
}
.production-history .production-history-point.point_6 .production-history-name {
  left: -40px;
  top: -40px;
}
.production-history .production-history-point.point_6 .production-history-info {
  left: -140px;
}
.production-history .production-history-point.point_6 .production-history-info img {
  width: 244px;
  height: 244px;
  right: 30px;
  bottom: -20px;
}
.production-history .production-history-point.point_7 {
  left: 936px;
  bottom: 192px;
}
.production-history .production-history-point.point_7 .production-history-name {
  left: -55px;
  bottom: -58px;
}
.production-history .production-history-point.point_7 .production-history-info {
  left: -290px;
}
.production-history .production-history-point.point_7 .production-history-info img {
  width: 261px;
  height: 160px;
  right: 0px;
  bottom: 15px;
}
.production-history .production-history-year {
  position: absolute;
  color: #e20613;
  font-size: 18px;
  font-weight: 600;
}
.production-history .production-history-year.start {
  left: 0;
  bottom: 38px;
}
.production-history .production-history-year.finish {
  right: -50px;
  top: -30px;
}

.production-televisors {
  width: 100%;
}
.production-televisors h4 {
  padding-bottom: 20px;
}
@media (max-width: 992px) {
  .production-televisors h4 {
    padding-bottom: 10px;
  }
}
.production-televisors .production-televisors-header {
  display: flex;
  align-items: flex-end;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .production-televisors .production-televisors-header {
    margin-bottom: 10px;
    align-items: center;
  }
}
.production-televisors .production-televisors-header figure {
  position: relative;
  bottom: -7px;
  color: #E30613;
  font-size: 54px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 2.24px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  margin-right: 15px;
}
@media (max-width: 992px) {
  .production-televisors .production-televisors-header figure {
    width: 100px;
    height: 59px;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
    font-size: 47px;
  }
}
.production-televisors .production-televisors-header h4 {
  margin: 0;
  padding: 0;
  color: #E30613;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.84px;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .production-televisors .production-televisors-header h4 {
    font-size: 13px;
    line-height: 1.5;
  }
}
.production-televisors .production-televisors-header span {
  margin: 0;
  padding: 0;
  margin-left: 50px;
  color: #676766;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.56px;
}
@media (max-width: 992px) {
  .production-televisors .production-televisors-header span {
    display: none;
  }
}
.production-televisors .production-televisors-main {
  width: 100%;
  min-height: 300px;
  display: flex;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .production-televisors .production-televisors-main {
    min-height: auto;
  }
}
.production-televisors .production-televisors-main .production-televisors-list {
  width: 300px;
  border: 2px solid #C6C6C6;
  box-sizing: border-box;
  /*padding-top: 10px;
  padding-bottom: 10px;*/
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .production-televisors .production-televisors-main .production-televisors-list {
    width: 100%;
    justify-content: flex-start;
    border: none;
  }
}
.production-televisors .production-televisors-main .production-televisors-item {
  height: auto;
  display: flex;
  align-items: center;
  padding: 8px 30px;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.84px;
  color: #000;
  background-color: white;
  transition: background-color 0.3s;
  cursor: pointer;
}
.production-televisors .production-televisors-main .production-televisors-item span {
  color: #E30613;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.84px;
  margin-right: 10px;
}
.production-televisors .production-televisors-main .production-televisors-item.active {
  background-color: #E30613;
  color: white;
}
.production-televisors .production-televisors-main .production-televisors-item.active span {
  color: white;
}
.production-televisors .production-televisors-main .production-televisors-item::after {
  display: none;
}
.production-televisors .production-televisors-main .production-televisors-item > div.production-televisors-content-hidden {
  display: none;
  padding: 0;
  padding-top: 10px;
}
.production-televisors .production-televisors-main .production-televisors-item > div.production-televisors-content-hidden > div {
  width: 100%;
}
.production-televisors .production-televisors-main .production-televisors-item > div.production-televisors-content-hidden h4 {
  display: none;
}
.production-televisors .production-televisors-main .production-televisors-item > div.production-televisors-content-hidden p {
  font-size: 11px;
  color: #51504F;
  line-height: 1.1;
}
.production-televisors .production-televisors-main .production-televisors-item > div.production-televisors-content-hidden .production-televisors-image-hidden {
  position: static;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.production-televisors .production-televisors-main .production-televisors-item > div.production-televisors-content-hidden .production-televisors-image-hidden img {
  width: 113px;
  height: auto;
}
@media (max-width: 992px) {
  .production-televisors .production-televisors-main .production-televisors-item {
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    width: 100%;
    min-height: 30px;
    border: 0.5px solid #C6C6C6;
    border-radius: 3px;
    padding: 8px 10px;
    color: #51504F;
    font-size: 11px;
    font-weight: normal;
    margin-bottom: 15px;
  }
  .production-televisors .production-televisors-main .production-televisors-item.active {
    color: #51504F;
    background-color: transparent;
  }
  .production-televisors .production-televisors-main .production-televisors-item.opened {
    background-color: transparent;
    color: #E30613;
    border-color: #E30613;
    font-weight: bold;
  }
  .production-televisors .production-televisors-main .production-televisors-item.opened::after {
    background-image: url("/images/production/caret-open.svg");
  }
  .production-televisors .production-televisors-main .production-televisors-item.opened > div.production-televisors-content-hidden {
    display: block;
  }
  .production-televisors .production-televisors-main .production-televisors-item::after {
    display: block;
    position: absolute;
    right: 10px;
    top: 10.25px;
    content: "";
    width: 19px;
    height: 9.5px;
    background-image: url("/images/production/caret-closed.svg");
    background-repeat: no-repeat;
    background-size: contain;
  }
}
.production-televisors .production-televisors-main .production-televisors-content {
  width: 760px;
  box-sizing: border-box;
  border: 2px solid #C6C6C6;
  border-left: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 992px) {
  .production-televisors .production-televisors-main .production-televisors-content {
    display: none;
  }
}
.production-televisors .production-televisors-main .production-televisors-content-hidden {
  width: 100%;
  height: 100%;
  padding-top: 25px;
  padding-left: 25px;
  display: none;
  position: relative;
}
.production-televisors .production-televisors-main .production-televisors-content-hidden > div {
  width: 55%;
}
.production-televisors .production-televisors-main .production-televisors-content-hidden h4 {
  color: #E30613;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.84px;
  text-transform: none;
}
.production-televisors .production-televisors-main .production-televisors-content-hidden p {
  margin: 0;
  padding: 0;
}
.production-televisors .production-televisors-main .production-televisors-content-hidden .production-televisors-image-hidden {
  position: absolute;
  top: 0;
  right: 0;
  width: 336px;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.dealers-block {
  padding: 48px 0;
  background-color: #F8F9FA;
}
@media (max-width: 1200px) {
  .dealers-block {
    padding: 24px 0;
    margin-bottom: 24px;
  }
}
.dealers-block__content {
  margin: 0 12px;
}
@media (min-width: 1200px) {
  .dealers-block__content {
    margin: 0 auto;
    width: 1140px;
  }
}

.dealers-header {
  text-align: center;
  margin-top: 60px;
}
@media (max-width: 1200px) {
  .dealers-header {
    text-align: left;
    margin: 30px 0 30px 12px;
  }
}

.news {
  width: 100%;
  margin-top: -20px;
  padding-bottom: 40px;
}
@media (min-width: 1200px) {
  .news {
    padding: 0;
    padding-bottom: 40px;
    width: 1140px;
    margin: 0 auto;
    margin-top: -20px;
  }
}

.news-social {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  background-color: #F8F9FA;
  margin-bottom: 24px;
  padding-top: 24px;
  padding-bottom: 24px;
}
@media (min-width: 1200px) {
  .news-social {
    justify-content: space-between;
  }
}
.news-social > div {
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 1200px) {
  .news-social > div {
    width: 50%;
    padding: 50px;
  }
}
@media (min-width: 1200px) {
  .news-social .text {
    width: 60%;
  }
}
.news-social .text h3 {
  position: relative;
  width: 570px;
}
@media (max-width: 1200px) {
  .news-social .text h3 {
    width: 100%;
  }
}
.news-social .text h3::after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 0;
  width: 100%;
  height: 7px;
  background: #E20613;
  background: linear-gradient(-42deg, transparent 7px, #E20613 0);
}
@media (max-width: 1200px) {
  .news-social .text h3::after {
    width: 97%;
  }
}
.news-social .text p {
  padding-top: 12px;
  padding-left: 0;
  margin-left: 0;
}
@media (min-width: 1200px) {
  .news-social .social {
    width: 40%;
  }
}
.news-social .social__icons {
  width: 267px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  padding-bottom: 24px;
}
@media (min-width: 1200px) {
  .news-social .social__icons {
    justify-content: space-evenly;
  }
}
@media (max-width: 1200px) {
  .news-social .social__icon {
    padding-right: 48px;
  }
}

.news-block {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 1200px) {
  .news-block {
    justify-content: space-between;
    padding: 0;
  }
}

.news-card {
  width: 100%;
  margin-bottom: 48px;
}
@media (min-width: 1200px) {
  .news-card {
    width: 558px;
  }
}
.news-card p {
  color: black;
  margin-left: 0;
  padding-left: 0;
}
.news-card p a {
  text-decoration: underline;
  color: #e20613;
  font-size: 16px;
}
.news-card p.short {
  display: block;
  width: 100%;
  height: 100px;
  margin-top: -40px;
  margin-bottom: 5px;
  overflow: hidden;
  padding: 0;
  padding-bottom: 5px;
}
.news-card p.short:before {
  content: "";
  display: block;
  height: 40px;
  position: relative;
  top: 60px;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 75%);
}
.news-card a {
  font-size: 14px;
  font-weight: 400;
  color: #535353;
  text-decoration: none;
}
.news-card__date {
  color: #535353;
  font-weight: 400;
  padding-bottom: 12px;
}
.news-card__image img {
  height: 334px;
  padding-bottom: 24px;
}
@media (max-width: 1200px) {
  .news-card__image img {
    width: 100%;
    height: auto;
  }
}
.news-card__title {
  color: black;
  font-weight: bold;
}
.news-card__text {
  color: black;
}
.news-card__text span {
  /* display: none; */
}
.news-card__text ins {
  cursor: pointer;
  text-decoration: underline;
  color: #e20613;
}
.news-card__text red {
  color: #e20613;
}
.news-card__text accent {
  color: #e20613;
  font-weight: bold;
}

.news-more {
  width: 100%;
  padding-left: 12px;
}
@media (min-width: 1200px) {
  .news-more {
    text-align: center;
    padding-left: 0;
  }
}

.home-news {
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 48px;
  display: none;
}
@media (min-width: 1200px) {
  .home-news {
    padding: 0;
    padding-bottom: 48px;
    width: 1140px;
    margin: 0 auto;
    display: block;
  }
}
.home-news__header {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 20px;
  padding-bottom: 12px;
}
.home-news__header a {
  text-decoration: none;
  font-size: 16px;
  color: red;
}
.home-news__content {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.home-news__block {
  width: 350px;
}
.home-news__block > span {
  display: block;
  padding-bottom: 5px;
  color: #535353;
  font-size: 13px;
}
.home-news__block > a {
  display: block;
  text-decoration: none;
  color: black;
}
.home-news__block > a img {
  height: 230px;
  padding-bottom: 12px;
}
.home-news__block > a strong {
  font-size: 13px;
  line-height: 20px;
  font-weight: bold;
}
.home-news__block > a label {
  width: 100%;
  font-size: 12px;
  line-height: 18px;
  text-align: right;
}
.home-news__block > a p {
  display: block;
  width: 100%;
  height: 65px;
  margin-top: -20px;
  margin-bottom: 5px;
  overflow: hidden;
  padding: 0;
  padding-bottom: 5px;
  font-size: 13px;
  line-height: 20px;
}
.home-news__block > a p span {
  display: none;
}
.home-news__block > a p a {
  display: none;
}
.home-news__block > a p ins {
  cursor: pointer;
  text-decoration: underline;
  color: #e20613;
}
.home-news__block > a p:before {
  content: "";
  display: block;
  height: 20px;
  position: relative;
  top: 45px;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 75%);
}

.symbol-close {
  font-size: 25px;
  vertical-align: -5px;
  color: #535353;
  transform: rotate(-90deg);
}

.symbol-open {
  font-size: 25px;
  vertical-align: -5px;
  color: #535353;
  transform: rotate(90deg);
}

.home-news-swiper {
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
}
.home-news-swiper__header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.home-news-swiper__header h3 {
  font-size: 20px;
  font-weight: normal;
  text-transform: none;
}
.home-news-swiper__header a {
  font-size: 16px;
  text-decoration: none;
  display: block;
  color: red;
}
.home-news-swiper__slide {
  width: 100%;
  text-decoration: none;
}
.home-news-swiper__slide img {
  width: 100%;
  padding-bottom: 12px;
}
.home-news-swiper__slide span, .home-news-swiper__slide p {
  text-decoration: none;
  font-size: 13px;
  line-height: 20px;
}
.home-news-swiper__slide p {
  color: black;
  margin: 0;
  padding: 5px 0;
}
.home-news-swiper__slide p strong {
  font-weight: 600;
}
.home-news-swiper__slide p > span {
  display: none;
}
.home-news-swiper__slide p > label {
  width: 100%;
  font-size: 12px;
  line-height: 18px;
}
.home-news-swiper__slide p > ins {
  cursor: pointer;
  text-decoration: underline;
  color: #e20613;
}
.home-news-swiper__slide > span {
  color: #535353;
}
.home-news-swiper__slide > div {
  width: 100%;
  height: 65px;
  margin-top: -20px;
  margin-bottom: 5px;
  overflow: hidden;
}
.home-news-swiper__slide > div:before {
  content: "";
  display: block;
  height: 20px;
  position: relative;
  top: 47px;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 75%);
}
@media (max-width: 1200px) {
  .home-news-swiper__slide > div:before {
    top: 49px;
  }
}
.home-news-swiper .swiper-button-next, .home-news-swiper .swiper-button-prev {
  top: 35%;
  color: white;
}

.blogs {
  width: 100%;
  padding-bottom: 40px;
}
@media (min-width: 1200px) {
  .blogs {
    padding: 0;
    padding-bottom: 40px;
    width: 1140px;
    margin: 0 auto;
    margin-top: -20px;
  }
}

.blogs-block {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 1200px) {
  .blogs-block {
    margin-top: 40px;
    padding: 0;
  }
}

.blogs-card {
  position: relative;
  margin-bottom: 40px;
}
.blogs-card__header {
  display: flex;
  flex-direction: row;
}
@media (max-width: 992px) {
  .blogs-card__header {
    flex-direction: column;
  }
}
.blogs-card__image {
  margin-right: 20px;
}
.blogs-card__image img {
  height: auto;
  width: 200px;
}
@media (max-width: 992px) {
  .blogs-card__image {
    margin-right: 0px;
  }
  .blogs-card__image img {
    width: 100%;
  }
}
.blogs-card__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /*
  a.pdf_link::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 40px;
      height: 49px;
      background-image: url('/images/pdf_icon.svg');
      background-repeat: no-repeat;
      background-size: contain;
  }
  */
}
.blogs-card__info h3 {
  text-transform: none;
}
.blogs-card__info p {
  padding: 0;
  margin: 0;
  font-style: italic;
  color: #535353;
}
.blogs-card__info a.pdf_link {
  position: relative;
  color: #e20613;
  text-decoration: none;
}
.blogs-card__tags a {
  color: #535353;
  text-decoration: underline;
  text-underline-offset: 4px;
  margin-right: 10px;
}
.blogs-card__text {
  height: 200px;
  overflow: hidden;
  margin-top: 20px;
  position: relative;
}
.blogs-card__text::before {
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 75%);
}
.blogs-card__text p {
  padding: 0;
  margin: 0;
}
.blogs-card__text.extended {
  height: auto;
}
.blogs-card__text.extended::before {
  display: none;
}
.blogs-card__button {
  font-size: 14px;
  font-weight: 400;
  color: green;
  text-decoration: none;
}

.programmy {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1140px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .programmy {
    width: 100%;
    flex-direction: column;
    flex-wrap: nowrap;
  }
}
.programmy__block {
  position: relative;
  width: 482px;
  height: 472px;
  background-color: #F0F2F4;
  padding: 48px;
  margin-bottom: 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1200px) {
  .programmy__block {
    width: 100%;
    height: 520px;
  }
}
.programmy__block img {
  display: block;
  margin-bottom: 50px;
}
.programmy__block p, .programmy__block h4 {
  text-align: center;
}
.programmy__block__button {
  position: absolute;
  bottom: 48px;
  width: 100%;
}
.programmy__block__button a {
  display: block;
  margin: 0 auto;
}

.about-button {
  padding-top: 10px;
  padding-bottom: 20px;
}
@media (min-width: 1200px) {
  .about-button {
    padding-bottom: 0;
  }
}

.infographic-wrap {
  width: 100%;
  padding: 0 12px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 576px) {
  .infographic-wrap {
    padding: 48px 0;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (min-width: 1200px) {
  .infographic-wrap {
    width: 1140px;
    margin: 0 auto;
    justify-content: space-between;
  }
}

.infographic {
  width: 50%;
  display: flex;
  flex-direction: column;
  padding: 0;
  margin-bottom: 12px;
}
@media (min-width: 576px) {
  .infographic {
    width: calc(50% - 6px);
  }
}
@media (min-width: 1200px) {
  .infographic {
    width: 25%;
  }
}
.infographic .info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  color: #4B4B4B;
}
@media (max-width: 576px) {
  .infographic .info {
    align-items: flex-start;
  }
}
.infographic .info img {
  padding-bottom: 20px;
}
@media (min-width: 576px) {
  .infographic .info img {
    padding-bottom: 30px;
  }
}
.infographic .info h2 {
  margin: 0;
  padding: 0;
  padding-bottom: 20px;
}
@media (max-width: 576px) {
  .infographic .info h2 {
    font-size: 24px;
    padding-bottom: 10px;
  }
}
.infographic .text {
  display: flex;
  padding-bottom: 20px;
  align-items: flex-start;
}
@media (min-width: 576px) {
  .infographic .text {
    height: 80px;
    justify-content: center;
    text-align: center;
  }
}
.infographic .text p {
  margin: 0;
  padding: 0;
  font-weight: 400;
  color: #283033;
}
.infographic .text p::first-letter {
  text-transform: uppercase;
}
@media (max-width: 576px) {
  .infographic .text p {
    font-size: 12px;
    line-height: 1.5;
  }
}
.infographic .text_normal p {
  color: #283033;
}

.about-clients {
  max-width: 432px;
  display: flex;
  flex-direction: unset;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  /* $half-padding;*/
}
@media (min-width: 576px) {
  .about-clients {
    margin: 0 auto;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .about-clients {
    justify-content: space-between;
    max-width: 1140px;
    margin: 0 auto;
  }
}
.about-clients div {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  /*$addition-light-color;*/
  /* border: 1px solid $main-color; */
  width: 140px;
  height: 140px;
  margin-bottom: 12px;
}
.about-clients div:nth-child(odd) {
  margin-right: 12px;
}
@media (min-width: 1200px) {
  .about-clients div:nth-child(odd) {
    margin-right: 0;
  }
}
@media (min-width: 576px) {
  .about-clients div {
    width: 208px;
    height: 208px;
  }
}
@media (min-width: 1200px) {
  .about-clients div {
    margin-bottom: 24px;
  }
}
.about-clients div img {
  max-width: 130px;
}
@media (min-width: 576px) {
  .about-clients div img {
    max-width: 180px;
  }
}

#about-swiper {
  width: 100%;
  padding-top: 24px;
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 1200px) {
  #about-swiper {
    width: 1140px;
    margin: 0 auto;
  }
}
#about-swiper .swiper-slide {
  height: 101px;
  display: flex;
  align-items: center;
}

.sub-rubric-page {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 12px;
}
.sub-rubric-page h1 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: #283033;
  margin: 12px 0;
  text-align: left;
  text-transform: none;
}
@media (min-width: 1200px) {
  .sub-rubric-page h1 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    margin: 24px 0;
  }
}
@media (min-width: 1200px) {
  .sub-rubric-page {
    width: 1140px;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0;
  }
}
.sub-rubric-page h3 {
  text-transform: none;
  text-align: left;
  font-size: 16px;
  margin: 0;
  font-weight: 700;
}

.sub-rubric-left-bar {
  width: 100%;
  margin-bottom: 12px;
}
@media (min-width: 1200px) {
  .sub-rubric-left-bar {
    width: 364px;
    margin-right: 24px;
  }
}

.sub-rubric-right-bar {
  width: 100%;
}
@media (min-width: 1200px) {
  .sub-rubric-right-bar {
    width: 750px;
  }
}

.sub-rubrics-wrap {
  width: 100%;
}
@media (min-width: 576px) {
  .sub-rubrics-wrap {
    margin-top: -20px;
    margin-bottom: 40px;
  }
}
.sub-rubrics-wrap h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 576px) {
  .sub-rubrics-wrap h3 {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .sub-rubrics-wrap h3 {
    text-align: left;
    font-weight: 800;
    font-size: 20px;
    line-height: 28px;
  }
}
.sub-rubrics-wrap .cards {
  padding: 0;
}
@media (min-width: 576px) {
  .sub-rubrics-wrap .cards {
    justify-content: center;
  }
}
@media (min-width: 1200px) {
  .sub-rubrics-wrap .cards {
    justify-content: flex-start;
  }
}
.sub-rubrics-wrap .cards > a {
  text-decoration: none;
  background: #F8F9FA;
  width: calc(50% - 6px);
}
@media (min-width: 576px) {
  .sub-rubrics-wrap .cards > a {
    width: calc(32% - 12px);
    margin-right: 12px;
  }
  .sub-rubrics-wrap .cards > a:nth-child(3n+3) {
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .sub-rubrics-wrap .cards > a {
    width: 267px;
    margin-bottom: 24px;
    margin-right: 24px;
  }
  .sub-rubrics-wrap .cards > a:nth-child(3n+3) {
    margin-right: 24px;
  }
  .sub-rubrics-wrap .cards > a:nth-child(4n+4) {
    margin-right: 0;
  }
}

.sub-rubrics-prices {
  margin-top: 40px;
}
.sub-rubrics-prices h3 {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .sub-rubrics-prices h3 {
    margin-bottom: 10px;
  }
}
.sub-rubrics-prices .table {
  margin: 0px;
  margin-bottom: 40px;
  padding: 0px;
  border: none;
}
.sub-rubrics-prices .table td {
  background-color: #fafafd;
}
.sub-rubrics-prices .table td, .sub-rubrics-prices .table th {
  border: 6px solid #ffffff;
  vertical-align: middle;
}
.sub-rubrics-prices .table th[scope=col] {
  background-color: #EBECED;
  font-weight: 500;
}
.sub-rubrics-prices .table th[scope=col]:first-of-type {
  border-left: none;
}
.sub-rubrics-prices .table th[scope=row] {
  font-weight: 500;
}
.sub-rubrics-prices .table tr.empty, .sub-rubrics-prices .table tr.empty td {
  border: none;
}
.sub-rubrics-prices .table tr.empty:last-of-type, .sub-rubrics-prices .table tr.empty:last-of-type td {
  border-bottom: 1px solid #e2e8f0;
}
.sub-rubrics-prices .table tr.newitem > td {
  border-top: 20px solid #ffffff;
}
.sub-rubrics-prices .table td.name {
  vertical-align: top;
  background-color: #ffffff;
}
.sub-rubrics-prices .table td.name > div {
  display: flex;
  flex-direction: column;
  font-weight: 500;
}
.sub-rubrics-prices .table td.name > div img {
  width: 100px;
}
.sub-rubrics-prices .table td.value {
  text-align: right;
}
.sub-rubrics-prices .table td.size {
  text-align: right;
}
.sub-rubrics-prices .table th.centered, .sub-rubrics-prices .table td.centered {
  text-align: center;
}
@media (max-width: 1200px) {
  .sub-rubrics-prices .table td, .sub-rubrics-prices .table th {
    font-size: 10px;
  }
  .sub-rubrics-prices .table td.name > div img {
    width: 50px;
  }
}

.sub-rubric-info {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.sub-rubric-info .info-types {
  display: flex;
  flex-direction: row;
  margin: 12px 0;
}
.sub-rubric-info .info-types__image-wrap {
  order: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-right: 12px;
  text-align: center;
  width: 84px;
  font-size: 12px;
  font-weight: 500;
  color: #e20613;
}
.sub-rubric-info .info-types__image-wrap span {
  margin-top: 4px;
  line-height: 14px;
}
.sub-rubric-info .info-types__image-wrap span:first-letter {
  text-transform: uppercase;
}
@media (max-width: 576px) {
  .sub-rubric-info .info-types__image-wrap span {
    line-height: 12px;
    font-size: 10px;
  }
}
@media (min-width: 576px) {
  .sub-rubric-info .info-types__image-wrap {
    margin-right: 24px;
    width: 100px;
  }
}
.sub-rubric-info .info-types__image-wrap.production {
  order: 0;
  box-sizing: content-box;
  padding-right: 24px;
  border-right: 1px solid #878787;
}
@media (max-width: 576px) {
  .sub-rubric-info .info-types__image-wrap.production {
    padding-right: 10px;
  }
}
.sub-rubric-info .info-types img {
  width: 70px;
  filter: invert(17%) sepia(79%) saturate(4641%) hue-rotate(348deg) brightness(84%) contrast(113%);
}
@media (max-width: 576px) {
  .sub-rubric-info .info-types img {
    width: 45px;
  }
}
.sub-rubric-info > .description {
  margin-bottom: 12px;
}
.sub-rubric-info > .description > p {
  margin: 0;
  margin-bottom: 1em;
}
.sub-rubric-info > .description > a {
  margin: 12px auto 0;
  display: block;
  color: #e20613;
}
@media (min-width: 576px) {
  .sub-rubric-info > .description > a {
    margin: 24px auto 0;
  }
}
@media (min-width: 1200px) {
  .sub-rubric-info > .description > a {
    display: inline-block;
    margin: 24px 0 0;
    margin-top: 0;
  }
}
.sub-rubric-info > .description > a.button-link {
  color: #ffffff;
}
.sub-rubric-info > .description > strong {
  display: block;
  margin-top: 12px;
}
.sub-rubric-info .addition {
  margin-top: 12px;
}
.sub-rubric-info ul {
  margin-top: 15px;
}
.sub-rubric-info ul > li {
  position: relative;
  line-height: 170%;
  list-style: none;
}
.sub-rubric-info ul > li:after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background: #e20613;
  position: absolute;
  top: 12px;
  left: -30px;
}
.sub-rubric-info ul.dotted > li:after {
  background: transparent;
  height: 4px;
  color: #e20613;
  top: -3px;
  font-size: 30px;
  content: "•";
}

.sub-rubric-menu {
  width: 100%;
}
.sub-rubric-menu h3 {
  display: none;
}
.sub-rubric-menu > div {
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  .sub-rubric-menu > div {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.sub-rubric-menu a {
  color: #e20613;
  text-decoration: none;
}
@media (min-width: 576px) {
  .sub-rubric-menu a {
    min-width: 250px;
  }
}
.sub-rubric-menu a > div {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 5px;
}
@media (min-width: 576px) {
  .sub-rubric-menu a > div {
    margin-bottom: 0;
  }
}
.sub-rubric-menu a img {
  width: 25px;
  padding-right: 10px;
}
.sub-rubric-menu a p {
  color: #e20613;
  line-height: 24px;
  margin: 0;
}
.sub-rubric-menu a:nth-of-type(3n) {
  min-width: 180px;
  margin-left: auto;
}
@media (min-width: 1200px) {
  .sub-rubric-menu {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}
.sub-rubric-menu:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #DEE2E6;
  margin: 12px 0;
}

.sub-rubric-main {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
@media (min-width: 1200px) {
  .sub-rubric-main {
    width: 364px;
  }
}
.sub-rubric-main .img-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 15%;
  background: #F8F9FA;
}
@media (min-width: 576px) {
  .sub-rubric-main .img-wrapper {
    width: 364px;
    height: 364px;
  }
}
.sub-rubric-main .img-wrapper > div {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  background-position: center;
}
.sub-rubric-main .img-wrapper > div img {
  width: 100%;
}

.buy_buttons {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
@media (max-width: 576px) {
  .buy_buttons {
    flex-direction: column;
    align-items: center;
  }
}
.buy_buttons__button {
  width: 163px !important;
  height: 44px;
  margin-right: 44px !important;
}
@media (max-width: 576px) {
  .buy_buttons__button {
    margin-right: 0px !important;
    margin-bottom: 10px !important;
  }
}
.buy_buttons__button img {
  width: 100%;
}
.buy_buttons__button :hover {
  transform: scale(1.05);
  transition: all 500ms;
}

input, textarea, select {
  background-color: #F8F9FA;
  padding: 10px 16px;
  outline: none;
  box-sizing: border-box;
  position: relative;
  border: 1px solid transparent;
  /*
     & + label {
         position: absolute;
         top: 10px;
         //text-indent: 15px;
         margin-left: $half-margin;
         color: $addition-dark-color;
         pointer-events: none;
         &:first-letter {
             text-transform: uppercase;
         }
     }
  */
}
input:focus, textarea:focus, select:focus {
  border: 1px solid #6C757D;
  box-sizing: border-box;
  outline: none;
}
input:focus + label, textarea:focus + label, select:focus + label {
  margin-left: 24px;
  transition: all 0.2s ease;
}

select {
  width: 100%;
}

textarea {
  resize: none;
  height: 135px;
}
@media (min-width: 576px) {
  textarea {
    height: 140px;
  }
}

textarea + label {
  position: absolute;
  top: 10px;
}

input[type=search] + label {
  text-indent: 30px;
}

input[type=file] + label {
  cursor: pointer;
  text-indent: 0;
  pointer-events: all;
  margin-left: 0;
}
input[type=file] + label:focus {
  margin-left: 0;
}

input[type=radio], input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  top: 4px;
  width: 16px;
  height: 16px;
  padding: 0;
  position: relative;
  margin-bottom: 0;
  border: 0.5px solid #6C757D;
}
input[type=radio] + label, input[type=checkbox] + label {
  pointer-events: all;
  white-space: wrap;
  width: 80%;
  margin-left: 10px;
  display: block;
}
@media (min-width: 1200px) {
  input[type=radio] + label, input[type=checkbox] + label {
    display: inline-block;
    margin-left: 14px;
    font-size: 16px;
    font-weight: normal;
    white-space: nowrap;
    width: auto;
  }
}

input[type=checkbox]:checked {
  background-color: #198754;
}
input[type=checkbox]:checked:before {
  content: "";
  display: block;
  background-image: url("../assets/icons/checkbox.svg");
  background-size: contain;
  color: #ffffff;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 1px;
  left: 1px;
}

input[type=radio] {
  border-radius: 50%;
}
input[type=radio]:checked {
  background-color: #ffffff;
  border: 4px solid #198754;
}

button {
  cursor: pointer;
  width: 267px;
  margin: 0;
  padding: 10px 0;
  transition: all 0.2s ease;
  background-color: #e20613;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #ffffff;
}
button:hover {
  background-color: #F91F2C;
}
button:active {
  background-color: #AE050F;
}

.form-group {
  position: relative;
  align-items: center;
  gap: 2rem;
}

.input__search {
  border-left: 2px solid #e20613;
  background-color: #ffffff;
  padding-left: 40px;
}
.input__search:focus::-moz-placeholder {
  text-indent: 10px;
  -moz-transition: text-indent 0.2s ease;
  transition: text-indent 0.2s ease;
}
.input__search:focus:-ms-input-placeholder {
  text-indent: 10px;
  -ms-transition: text-indent 0.2s ease;
  transition: text-indent 0.2s ease;
}
.input__search:focus::placeholder {
  text-indent: 10px;
  transition: text-indent 0.2s ease;
}
.input__search-label {
  display: block;
  background: url("../assets/icons/magnifying_glass.svg") no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 10px;
  left: 10px;
}
.input__file {
  overflow: hidden;
  z-index: -1;
  opacity: 0;
  margin-bottom: 0;
}
.input__file-label {
  width: 100%;
  padding: 10px 16px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #F8F9FA;
  color: #6C757D;
}
.input__file-label:before {
  content: url("../assets/icons/file.svg");
  position: absolute;
  right: 16px;
  top: 10px;
}
.input__checkbox-label[for=personal-data] {
  font-size: 12px;
  line-height: 24px;
  font-weight: 500;
}
@media (min-width: 1200px) {
  .input__checkbox-label[for=personal-data] {
    font-size: 16px;
    font-weight: normal;
  }
}

input[type=file].success + label {
  border: 1px solid #198754;
}
input[type=file].success + label:before {
  filter: invert(41%) sepia(32%) saturate(1039%) hue-rotate(100deg) brightness(94%) contrast(86%);
}

.form-wrap {
  position: relative;
  padding: 12px;
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 1200px) {
  .form-wrap {
    width: 1140px;
    margin: 24px auto;
  }
}

.form-background {
  background-color: transparent;
  width: 100%;
  height: auto;
}
@media (min-width: 1200px) {
  .form-background {
    width: 752px;
    margin: auto;
  }
}

.form-container {
  position: relative;
  top: 0;
  left: 0;
  padding: 0;
  width: 100%;
  height: auto;
  padding: 24px;
  background-color: transparent;
  box-shadow: 0 0 1px 1px #C5C5C5;
  background-color: #ffffff;
}
@media (min-width: 1200px) {
  .form-container {
    padding: 48px;
    width: 752px;
  }
}

.form__fields-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.form__fields-item {
  margin-right: 0;
  width: 100%;
  margin-bottom: 12px;
  box-shadow: 0 0 0.5px 0.5px #C5C5C5;
  box-sizing: border-box;
}
@media (min-width: 1200px) {
  .form__fields-item {
    margin-bottom: 24px;
    margin-right: 25px;
    width: 315px;
  }
  .form__fields-item:nth-child(odd) {
    margin-right: 0;
  }
}
.form__fields-item_wide {
  width: 100%;
}
.form__title-wrap {
  margin-bottom: 24px;
}
.form__title {
  margin: 0;
  font-weight: 800;
  font-size: 20px;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
}
.form__desc {
  padding-left: 0;
  margin-left: 0;
  color: #6C757D;
}
.form__title-red {
  font-weight: 800;
  font-size: 20px;
  color: #e20613;
  text-transform: uppercase;
}
.form__file-description {
  margin: 12px 0;
  border-left: 2px solid #e20613;
  padding-left: 24px;
}
.form__file-description p {
  margin: 0;
}
@media (min-width: 1200px) {
  .form__file-description {
    border-left: 5px solid #e20613;
  }
}
.form__file-description-title {
  font-weight: 700;
}
@media (min-width: 1200px) {
  .form__file-description-title {
    font-size: 12px;
  }
}
.form__file-description-text {
  font-weight: 500;
}
@media (min-width: 1200px) {
  .form__file-description-text {
    font-size: 12px;
  }
}
.form__button-wrap {
  margin-top: 12px;
  width: 100%;
  text-align: center;
}
@media (min-width: 1200px) {
  .form__button-wrap {
    margin-top: 24px;
    text-align: left;
  }
}
.form__button-block {
  width: 100%;
  margin: 0;
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}
@media (max-width: 1200px) {
  .form__button-block {
    flex-direction: column;
    align-items: center;
  }
}
.form__button-text {
  width: 50%;
  margin-right: 25px;
}
@media (max-width: 1200px) {
  .form__button-text {
    width: 100%;
    text-align: center;
    margin-top: 12px;
    order: 2;
  }
}
.form__button-text, .form__button-text a {
  color: #283033;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 16px;
}
.form__button-button {
  width: 50%;
}
@media (max-width: 1200px) {
  .form__button-button {
    width: 100%;
  }
}
.form__button-button button {
  width: 100%;
}
@media (max-width: 1200px) {
  .form__button-button button {
    width: 100%;
  }
}

.file-wrap {
  width: 100%;
}
@media (min-width: 1200px) {
  .file-wrap {
    width: 50%;
  }
}

.checkbox-wrap {
  margin-bottom: 12px;
}
@media (min-width: 1200px) {
  .checkbox-wrap {
    margin-bottom: 24px;
  }
}

.myform {
  /*
     &__button-block {
        width: 100%;
        margin: 0;
        margin-top: 10px;
        display: flex;
        flex-direction: row;
        align-items: flex-end;
        @media (max-width: $breakpoints-xl) {
            flex-direction: column;
            align-items: center;
        }
    }

    &__button-text {
        width: 50%;
        margin-right: 25px;
        @media (max-width: $breakpoints-xl) {
            width: 100%;
            text-align: center;
            margin-top: $half-margin;
            order: 2;
        }
    }

    &__button-text, &__button-text a {
        color: $main-color;
        font-family: Montserrat;
        font-style: normal;
        font-weight: 400;
  font-size: 10px;
  line-height: 16px;
    }
    */
}
.myform select, .myform input, .myform .input__file-label, .myform textarea, .myform .iti__selected-flag {
  background-color: #ffffff;
}
.myform .iti__flag {
  display: none;
}
.myform .iti__selected-flag {
  border-right: 0.5px solid #C5C5C5;
}
.myform h3 {
  margin: 0;
  padding: 0;
  font-weight: 800;
  font-size: 20px;
  line-height: 28px;
  text-transform: uppercase;
  text-align: left;
}
.myform__wrap {
  width: 619px;
  margin: 0 auto;
  padding: 40px 51px;
}
@media (max-width: 1200px) {
  .myform__wrap {
    box-sizing: border-box;
    width: 100%;
    padding: 40px 12px;
  }
}
.myform__container {
  padding: 0;
  margin: 0;
  width: 100%;
}
.myform__title {
  width: 100%;
  margin-bottom: 33px;
}
.myform__title h3 {
  margin: 0;
  padding: 0;
  font-weight: 800;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  color: #e20613;
  text-transform: uppercase;
  text-align: left !important;
}
.myform__title p {
  margin: 0;
  padding: 0;
  margin-top: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #535353;
}
.myform__title-red {
  font-weight: 800;
  font-size: 20px;
  color: #e20613;
  text-transform: uppercase;
}
.myform__fields-item {
  width: 100%;
  min-height: 47px;
  margin-bottom: 16px;
  border: 0.5px solid #C5C5C5;
}
.myform__fields-item .form-group {
  display: block;
  border: none;
}
@media (max-width: 1200px) {
  .myform__fields-item .form-group {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
.myform__fields-item_noborder {
  border: none;
}
@media (max-width: 1200px) {
  .myform__fields-item_nomobile {
    display: none;
  }
}
.myform__fields-group {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .myform__fields-group {
    flex-wrap: wrap;
  }
}
.myform__fields-group .myform__fields-item {
  width: 246px;
}
@media (max-width: 1200px) {
  .myform__fields-group .myform__fields-item {
    width: 100%;
  }
}
.myform__input-group {
  padding-left: 16px;
  display: flex;
  flex-direction: row;
}
.myform__input-group:first-of-type {
  padding-top: 10px;
}
.myform__input-group:last-of-type {
  padding-bottom: 10px;
}
.myform .input__search-text {
  display: block;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}
.myform .input__search-text strong {
  font-weight: 400;
  color: #e20613;
}
.myform .input__search-text span {
  color: #C5C5C5;
}
.myform .form-file-group {
  width: 100%;
  height: 75px;
  border: 0.5px dashed #E20613;
}
@media (max-width: 1200px) {
  .myform .form-file-group {
    height: 100px;
  }
}
.myform .form-file-group .input__file-label {
  width: 100%;
}
.myform .form-file-group.drag {
  border: 0.5px dashed #198754;
}
.myform .form-file-group.success {
  border: 0.5px solid #198754;
}
.myform .form-file-group input[type=file]:before, .myform .form-file-group label:before {
  display: none;
}
.myform .form-file-group input[type=file].success + label, .myform .form-file-group label.success + label {
  border: none;
}
.myform__button-block {
  width: 100%;
  margin: 0;
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 1200px) {
  .myform__button-block {
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
  }
}
.myform__button-text {
  width: 50%;
  padding-left: 15px;
  height: auto;
  display: flex;
}
@media (max-width: 1200px) {
  .myform__button-text {
    width: 100%;
    height: 70px;
    /*text-align: center;*/
    padding-left: 0;
    margin-top: 12px;
    display: flex;
    justify-content: center;
  }
}
.myform__button-text > input {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.myform__button-text > input:not(:checked) {
  border: 2px solid #e20613;
}
.myform__button-text > input:checked {
  background-color: green;
}
.myform__button-text > div {
  width: 100%;
}
.myform__button-text > div, .myform__button-text a {
  color: #283033;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 16px;
}
.myform__button-button {
  width: 50%;
}
@media (max-width: 1200px) {
  .myform__button-button {
    width: 100%;
    order: 2;
  }
}
.myform__button-button button {
  width: 100%;
}
@media (max-width: 1200px) {
  .myform__button-button button {
    width: 100%;
  }
}

.overlay {
  position: fixed;
  background-color: black;
  opacity: 0.4;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
@media (max-width: 1200px) {
  .overlay {
    display: none;
  }
}

.newform {
  width: 100%;
  background-color: #e20613;
  color: white;
}
.newform select, .newform input, .newform .input__file-label, .newform textarea, .newform .iti__selected-flag {
  background-color: white;
  color: #283033;
  border: none;
}
.newform input:active, .newform input:hover, .newform input:focus {
  outline: none;
  outline-offset: 0;
}
.newform .iti__flag {
  display: none;
}
.newform .iti__selected-flag {
  border-right: 0.5px solid #C5C5C5;
}
.newform h3 {
  margin: 0;
  padding: 0;
  font-weight: 800;
  font-size: 20px;
  line-height: 28px;
  text-transform: uppercase;
  text-align: left;
  color: white;
}
.newform__wrap {
  width: 619px;
  margin: 0 auto;
  padding: 40px 51px;
}
@media (max-width: 992px) {
  .newform__wrap {
    box-sizing: border-box;
    width: 100%;
    padding: 40px 12px;
  }
}
.newform form {
  width: 760px;
  display: block;
}
@media (max-width: 992px) {
  .newform form {
    width: 100%;
  }
}
.newform__container {
  padding: 0;
  margin: 0;
  width: 100%;
}
.newform__title {
  width: 100%;
  margin-bottom: 33px;
}
.newform__title h3 {
  margin: 0;
  padding: 0;
  font-weight: 800;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left !important;
}
.newform__title p {
  margin: 0;
  padding: 0;
  margin-top: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: white;
}
.newform__title-red {
  font-weight: 800;
  font-size: 20px;
  color: #e20613;
  text-transform: uppercase;
}
.newform__fields-item {
  display: flex;
  align-items: center;
  width: 100%;
  height: 70px;
  margin-bottom: 30px;
  padding-left: 36px;
  /*border: 0.5px solid #C5C5C5;*/
  background-color: white;
  color: #283033;
}
.newform__fields-item .form-group {
  display: block;
  border: none;
}
@media (max-width: 1200px) {
  .newform__fields-item .form-group {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
.newform__fields-item_noborder {
  border: none;
}
@media (max-width: 992px) {
  .newform__fields-item_nomobile {
    display: none;
  }
}
.newform__fields-group {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .newform__fields-group {
    flex-direction: column;
  }
}
.newform__fields-group .newform__fields-item {
  width: 370px;
}
@media (max-width: 992px) {
  .newform__fields-group .newform__fields-item {
    width: 100%;
  }
}
.newform__input-group {
  padding-left: 16px;
  display: flex;
  flex-direction: row;
}
.newform__input-group:first-of-type {
  padding-top: 10px;
}
.newform__input-group:last-of-type {
  padding-bottom: 10px;
}
.newform .input__search-text {
  display: block;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}
.newform .input__search-text strong {
  font-weight: 400;
  color: #e20613;
}
.newform .input__search-text span {
  color: #C5C5C5;
}
.newform .form-file-group {
  width: 100%;
  height: 75px;
  border: 0.5px dashed #E20613;
}
@media (max-width: 1200px) {
  .newform .form-file-group {
    height: 100px;
  }
}
.newform .form-file-group .input__file-label {
  width: 100%;
}
.newform .form-file-group.drag {
  border: 0.5px dashed #198754;
}
.newform .form-file-group.success {
  border: 0.5px solid #198754;
}
.newform .form-file-group input[type=file]:before, .newform .form-file-group label:before {
  display: none;
}
.newform .form-file-group input[type=file].success + label, .newform .form-file-group label.success + label {
  border: none;
}
.newform__button-block {
  width: 100%;
  margin: 0;
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 1200px) {
  .newform__button-block {
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
  }
}
.newform__button-text {
  width: 370px;
  height: 70px;
  display: flex;
}
@media (max-width: 1200px) {
  .newform__button-text {
    width: 100%;
    height: 100px;
    /*text-align: center;*/
    margin-top: 12px;
    display: flex;
    justify-content: center;
  }
}
.newform__button-text > input {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.newform__button-text > input:not(:checked) {
  background-color: yellow;
}
.newform__button-text > input:checked {
  background-color: green;
}
.newform__button-text > div {
  width: 100%;
}
.newform__button-text > div, .newform__button-text a {
  color: white;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
}
.newform__button-button {
  width: 370px;
}
@media (max-width: 1200px) {
  .newform__button-button {
    width: 100%;
    order: 2;
  }
}
.newform__button-button button, .newform__button-button a {
  width: 100%;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #FFF;
  color: white;
  text-decoration: none;
  font-size: 16px;
  background-color: #e20613;
}
.newform__button-button button :hover, .newform__button-button a :hover {
  color: white;
  background-color: #e20613;
}

.constructor_form {
  background-color: white;
  color: black;
}
.constructor_form .newform__fields-item {
  padding: 0;
  width: 100%;
  margin-bottom: 0px;
}
.constructor_form .newform__fields-item label {
  color: black;
  width: 100px;
  padding-right: 10px;
  text-align: left;
}
.constructor_form .newform__fields-item input, .constructor_form .newform__fields-item select {
  border: 1px solid black;
  border-radius: 10px;
}
.constructor_form .form-group {
  width: 100%;
}
.constructor_form .newform__button-button {
  width: 100%;
  box-sizing: border-box;
  padding-left: 80px;
  margin-top: 20px;
}
.constructor_form .newform__button-button button {
  width: 100%;
  border-radius: 10px !important;
  height: 50px;
}

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  color: #6C757D;
  border: 1px solid transparent;
  background-color: #F8F9FA;
  min-width: 100%;
}

.styledSelect {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  padding: 10px 12px;
  transition: all 0.2s ease;
  width: 100%;
}

.styledSelect:after {
  content: "";
  background: url("../assets/interface-icons/caret-left-black.svg") no-repeat;
  background-size: contain;
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 14px;
  right: 14px;
  filter: invert(51%) sepia(7%) saturate(587%) hue-rotate(166deg) brightness(86%) contrast(84%);
  transform: rotate(90deg);
  margin-left: 0;
}

.styledSelect:active:after,
.styledSelect.active:after {
  transform: rotate(270deg);
}

.options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0 0;
  padding: 0 0;
  list-style: none;
  background-color: #ffffff;
  border: 0.5px solid #C5C5C5;
  box-shadow: 0.5px 0.5px 4px #C5C5C5;
  max-height: 320px;
  overflow-y: scroll;
}

.options li {
  padding: 10px 14px;
  margin: 0 0;
  border-bottom: 0.5px solid #C5C5C5;
}

.options li:last-of-type {
  border-bottom: none;
}

.options li:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.modal-header {
  padding: 48px 48px 12px;
  border: none;
}
.modal-header .btn-close {
  color: #283033;
  opacity: 1;
  position: absolute;
  top: 10px;
  right: 10px;
}
.modal-header .btn-close:hover {
  background-color: #e20613;
}

.modal-body {
  padding: 12px 48px 48px;
}

.modal-title {
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 24px;
}

.project-page {
  display: flex;
  flex-direction: column;
  padding: 0 24px;
  width: 100%;
}
@media (min-width: 576px) {
  .project-page {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 12px;
  }
}
@media (min-width: 1200px) {
  .project-page {
    width: 1140px;
    margin: 0 auto;
  }
}
.project-page__buttons {
  margin: 0px auto;
  text-align: center;
}
.project-page__button {
  float: left;
  margin-left: 20px;
  margin-right: 20px;
}
.project-page__button-wrap {
  width: 100%;
  text-align: center;
}
.project-page__button-wrap > a {
  width: 267px;
  margin-top: 12px;
}
.project-page__button-wrap > a svg {
  stroke: #ffffff;
  display: inline-block;
  margin-left: 15px;
}
@media (min-width: 1200px) {
  .project-page__button-wrap > a {
    margin-top: 24px;
  }
}
.project-page .project-page-item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;
  background-color: #F8F9FA;
  width: 100%;
  margin-bottom: 12px;
  padding: 24px;
  text-transform: none;
}
@media (min-width: 576px) {
  .project-page .project-page-item {
    width: calc(50% - 6px);
  }
}
@media (min-width: 1200px) {
  .project-page .project-page-item {
    width: calc(25% - 12px);
    margin-bottom: 24px;
  }
}
.project-page .project-page-item h3 {
  font-size: 12px;
  line-height: 24px;
  font-weight: 700;
  width: 195px;
}
@media (min-width: 1200px) {
  .project-page .project-page-item h3 {
    width: 190px;
  }
}
.project-page .project-page-item img {
  height: 325px;
  width: 220px;
  margin-bottom: 12px;
}
.project-page .project-page-item a.lightzoom {
  display: block;
  text-decoration: none;
  color: transparent;
  background-color: transparent;
  margin: 0 0 12px;
  width: 100%;
}
.project-page .project-page-item__icon {
  cursor: pointer;
  background: url("../assets/icons/magnifying_glass.svg") no-repeat;
  background-size: contain;
  filter: invert(14%) sepia(79%) saturate(6010%) hue-rotate(351deg) brightness(86%) contrast(106%);
  width: 25px;
  height: 25px;
}
.project-page .project-page-item__text-wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.project-page .project-page-item__text-wrap > a.lightzoom {
  width: 25px;
  height: 25px;
  margin: 0;
  background-color: transparent;
}
.project-page a {
  /*
        margin: 0 auto;
        background-color: $opposite-color;
        color: $accented-color;
        transition: all .2s ease;
        margin-top: $half-margin;
        width: 267px;
        text-align: center;
        &:hover {
            background-color: $accented-color;
            color: $opposite-color;
        }
        @media (min-width: $breakpoints-xl) {
            display: none;
        }
  */
}
.project-page .hidden {
  display: none;
}

.recommendations {
  display: flex;
  flex-direction: unset;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.recommendations .recommendations-page-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  width: calc(50vw - 23px);
  height: calc(2 * (29vw - 15px));
  margin: 10px 5px 10px 10px;
  padding: 0;
  text-transform: none;
}
.recommendations .recommendations-page-item h3 {
  font-size: 14px;
  line-height: 19px;
}
@media (min-width: 576px) {
  .recommendations .recommendations-page-item h3 {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (min-width: 576px) {
  .recommendations .recommendations-page-item {
    width: 250px;
    height: 235px;
    margin: 10px;
  }
}
.recommendations .recommendations-page-item img {
  max-width: calc(50vw - 23px);
  min-height: calc(36vw - 23px);
  max-height: calc(36vw - 23px);
}
@media (min-width: 576px) {
  .recommendations .recommendations-page-item img {
    max-width: 250px;
    min-height: 166px;
    max-height: 166px;
  }
}
.recommendations .recommendations-page-item p {
  display: none;
}

.prices h3 {
  display: flex;
  width: 100%;
  height: 120px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 28px;
  text-transform: uppercase;
}

.prices-page {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0;
  margin: 0;
  width: 100%;
}
.prices-page .prices-page-item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  background-color: #F8F9FA;
  height: 180px;
  margin-bottom: 12px;
  padding: 24px;
  text-transform: none;
}
@media (min-width: 1200px) {
  .prices-page .prices-page-item {
    width: 364px;
    height: 204px;
    margin-right: 24px;
    padding-right: 0;
    margin-bottom: 24px;
  }
  .prices-page .prices-page-item:nth-of-type(3n) {
    margin-right: 0;
  }
}
.prices-page .prices-page-item h3 {
  display: block;
  width: auto;
  text-align: left;
  font-size: 12px;
  line-height: 24px;
  width: 175px;
  font-weight: 700;
}
.prices-page .prices-page-item h3 span {
  text-transform: lowercase;
}
.prices-page .prices-page-item a {
  margin: 12px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 217px;
}
.prices-page .prices-page-item a:after {
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("/assets/interface-icons/download-simple.svg");
  background-size: contain;
}
.prices-page .prices-page-item a.button-link-docs {
  width: 180px;
}
.prices-page .prices-page-item a.button-link-docs:after {
  display: none;
}
.prices-page .prices-page-item__img-wrap {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  right: 2px;
  /*background: radial-gradient(85% 85% at left bottom, #b3b3b3, white);*/
  /*background-color: white;*/
}
@media (min-width: 576px) {
  .prices-page .prices-page-item__img-wrap {
    width: 100px;
    height: 100px;
  }
}
.prices-page .prices-page-item__img-wrap img {
  width: 100%;
  height: auto;
}
.prices-page .prices-page-item__button-wrap {
  width: 100%;
}

.certificates-page {
  display: flex;
  flex-direction: column;
  width: 1140px;
  justify-content: space-between;
}
@media (min-width: 576px) {
  .certificates-page {
    flex-direction: row;
  }
}
.certificates-page .certificates-page-form {
  width: 100%;
  background-color: #a0aec0;
}
.certificates-announce {
  margin-top: 48px;
}
@media (max-width: 1200px) {
  .certificates-announce .attention {
    margin: 0;
  }
}

.certificates-main {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin-top: 48px;
}
.certificates-main__logo {
  margin-right: 25px;
}
.certificates-main__content .category h5 {
  width: 400px;
  position: relative;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-transform: none;
}
@media (max-width: 1200px) {
  .certificates-main__content .category h5 {
    width: 200px;
  }
}
.certificates-main__content .category > .category-header > div:after {
  content: "";
  display: block;
  position: absolute;
  right: -52px;
  background: url("/wp-content/uploads/2021/11/arrow.svg") no-repeat;
  background-size: contain;
  top: calc(50% - 11px);
  width: 20px;
  height: 20px;
  transform: rotate(180deg);
}
.certificates-main__content .category > .category-header > div.collapsed:after {
  transform: rotate(0deg);
}
.certificates-main__content .category > .accordion-collapse.show {
  padding-bottom: 24px;
}
.certificates-main__content .category a {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  color: #283033;
  text-decoration: underline;
}
@media (min-width: 1200px) {
  .certificates-main__content .category a {
    text-decoration: none;
    border-bottom: 1px solid black;
  }
}
.certificates-main__content .category .category-elements__element {
  margin-bottom: 5px;
}

.bim-announce {
  margin-top: 48px;
}

.bim-catalog .cards {
  padding: 0;
}
@media (min-width: 1200px) {
  .bim-catalog .cards a {
    width: 268px;
  }
}
.bim-catalog .buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  align-items: center;
}
@media (min-width: 1200px) {
  .bim-catalog .buttons {
    flex-direction: row;
    justify-content: flex-end;
  }
}
.bim-catalog .buttons a:first-of-type:hover svg {
  stroke: #ffffff;
}
.bim-catalog .buttons a:first-of-type svg {
  stroke: #ffffff;
  display: inline-block;
  margin-left: 15px;
}
@media (min-width: 1200px) {
  .bim-catalog .buttons a:last-of-type {
    margin-right: 0;
  }
}

.bim-models {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-top: 10px;
}
.bim-models__card {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-bottom: 16px;
  padding: 28px 20px 28px 13px;
  height: 134px;
  border: 2px solid #e6e6e6;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .bim-models__card {
    width: 343px;
    margin-right: 55px;
    margin-bottom: 32px;
  }
}
.bim-models__card__icon {
  width: 16%;
}
.bim-models__card__info {
  width: 56%;
}
.bim-models__card__info a {
  color: #283033;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
.bim-models__card__img {
  width: 28%;
  margin-top: -10px;
}
.bim-models__card:nth-of-type(2n) {
  margin-right: 0;
}
@media (min-width: 1200px) {
  .bim-models__card:nth-of-type(2n) {
    margin-right: 55px;
  }
}
@media (min-width: 1200px) {
  .bim-models__card:nth-of-type(3n) {
    margin-right: 0;
  }
}

.bim-title {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
}
.bim-title img {
  width: 100px;
  height: auto;
}
.bim-title .bim-renga {
  padding-top: 10px;
}
.bim-title .bim-renga img {
  width: auto;
  margin-right: 5px;
}
.bim-title .bim-renga a {
  color: #e20613;
}

.job h3 {
  font-weight: 800;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
}
.job p {
  margin: 0;
  padding: 0;
}
.job__select {
  width: 596px;
  margin: 52px auto;
}
@media (max-width: 1200px) {
  .job__select {
    width: 100%;
    padding: 0px 24px;
  }
}
.job__select h3 {
  margin-bottom: 52px;
}
.job__select > div {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.job__city a {
  -webkit-text-decoration-color: #283033;
          text-decoration-color: #283033;
}
.job__city__image {
  height: 194px;
}
@media (max-width: 1200px) {
  .job__city__image {
    height: 100px;
  }
}
.job__city__image img {
  max-height: 100%;
  transition: 1s;
  display: table-cell;
  vertical-align: bottom;
}
.job__city p {
  margin-top: 32px;
  text-align: center;
}
@media (max-width: 1200px) {
  .job__city p {
    margin-top: 18px;
  }
}
.job__city:hover img {
  transform: scale(1.4);
}
.job__about h3 {
  margin-bottom: 16px;
}
.job__info {
  margin-top: 52px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.job__info > div {
  width: 338px;
  height: 172px;
  margin-bottom: 32px;
  padding: 48px 42px;
  border: 1px solid #C5C5C5;
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 1200px) {
  .job__info > div {
    width: 100%;
  }
}
.job__info > div img {
  width: 76px;
  margin-right: 40px;
}
.job__info > div p {
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
}
.job__info > div p span {
  font-weight: 700;
  font-size: 20px;
  line-height: 40px;
  text-transform: uppercase;
}
.job__info > div p label {
  display: block;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}
.job__running {
  width: 100%;
  height: 87px;
  margin: 52px auto;
  overflow-x: hidden;
}
.job__running p {
  width: 100%;
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 60px;
  text-transform: uppercase;
}
.job__running p span {
  color: #e20613;
}
.job__reasons {
  background: url("/images/job/back.png");
  background-size: cover;
  padding: 51px 0;
}
@media (max-width: 1200px) {
  .job__reasons {
    background-size: auto;
    background-repeat: repeat;
    background-position: 0px -23px;
    padding: 51px 0 0 0;
  }
}
.job__reasons h3 {
  margin: 0 auto;
  margin-bottom: 32px;
  text-align: center;
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 28px;
}
.job__reasons > div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.job__card {
  border-radius: 10px;
  width: 338px;
  height: 348px;
  margin-bottom: 32px;
  padding: 35px;
}
@media (max-width: 1200px) {
  .job__card {
    width: 100%;
  }
}
.job__card img {
  margin-bottom: 16px;
}
.job__card h4 {
  display: inline;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  background: white;
  text-transform: none;
  padding: 4px 6px;
}
.job__card p {
  margin: 16px 0;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.job__card:nth-of-type(1) {
  background: #A5A8FF;
}
.job__card:nth-of-type(2) {
  background: #7CE4A6;
}
.job__card:nth-of-type(3) {
  background: #FFBD3D;
}
.job__card:nth-of-type(4) {
  background: #FF7E20;
}
.job__card:nth-of-type(5) {
  background: #6FDDD1;
}
.job__card:nth-of-type(6) {
  background: #49D1FC;
}
.job__reminder {
  width: 879px;
  height: 140px;
  margin: 0 auto;
  margin-top: 35px;
  background: #F0F2F4;
  border-radius: 5px;
  display: flex;
  flex-direction: row;
}
@media (max-width: 1200px) {
  .job__reminder {
    width: 100%;
  }
}
.job__reminder > div {
  padding: 0 7%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.job__reminder > div p {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
}
.job__reminder > div a {
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #e20613;
  margin-bottom: 18px;
}
.job__reminder > div a:last-of-type {
  margin-bottom: 0;
}
.job__greeting {
  width: 100%;
  height: 196px;
  background: #FFBD3D;
  margin-bottom: -40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.job__greeting p {
  text-align: center;
  font-weight: 500;
  font-size: 40px;
  line-height: 49px;
}
@media (max-width: 1200px) {
  .job__greeting p {
    padding: 0 5px;
    font-size: 26px;
  }
}

.job-modal {
  display: none;
  position: fixed;
  top: 24%;
  left: 50%;
  margin-left: -310px;
  z-index: 1000;
  background-color: #ffffff;
}
@media (max-width: 1200px) {
  .job-modal {
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin-left: 0;
  }
}
.job-modal__form {
  width: 619px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .job-modal__form {
    width: 100%;
    height: 100%;
    padding: 20px;
    overflow-y: scroll;
  }
}
.job-modal__form .form-wrap {
  width: 100%;
  margin: 0;
  padding: 0;
}
.job-modal__form .btn-close {
  color: #283033;
  opacity: 1;
  position: absolute;
  top: 10px;
  right: 10px;
}
.job-modal__form .btn-close:hover {
  background-color: #e20613;
}

.vacancies__crumbs {
  margin-top: 10px;
  margin-bottom: 25px;
}
.vacancies__item {
  position: relative;
  width: 100%;
  border: 1px solid #C5C5C5;
  border-radius: 10px;
  margin-bottom: 32px;
  padding: 10px 34px;
}
@media (max-width: 1200px) {
  .vacancies__item {
    margin-bottom: 16px;
  }
}
.vacancies__item a {
  text-decoration: none;
  color: #283033;
}
.vacancies__item a:hover {
  color: #e20613;
}
.vacancies__item h4 {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-transform: none;
}
.vacancies__item__info {
  display: flex;
  flex-direction: row;
}
.vacancies__item__info img {
  margin-right: 10px;
}
.vacancies__item__info a, .vacancies__item__info p {
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.vacancies__item__info a::after {
  position: relative;
  display: inline;
  content: "•";
  font-size: 16px;
  line-height: 24px;
  padding-left: 26px;
  padding-right: 10px;
}
.vacancies__item__link {
  position: absolute;
  top: calc(50% - 10px);
  background: url("/images/job/vacancies/link.svg");
  background-size: contain;
  background-repeat: no-repeat;
  right: 20px;
  width: 20px;
  height: 20px;
}

.vacancy h4, .vacancy p, .vacancy ul {
  margin: 0;
  padding: 0;
  color: #283033;
}
.vacancy a {
  text-decoration: none;
}
.vacancy a.button-link {
  width: 246px;
}
.vacancy__crumbs {
  margin-top: 15px;
  margin-bottom: 25px;
}
.vacancy__info {
  background-image: url("/images/job/vacancies/pattern.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.vacancy__info .page-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 27px;
}
.vacancy__info h4 {
  color: #E30613;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.26px;
  text-transform: uppercase;
  padding-bottom: 30px;
  margin-bottom: 0;
}
.vacancy__title {
  display: flex;
  flex-direction: row;
  margin-bottom: 26px;
}
.vacancy__title img {
  margin-right: 10px;
}
.vacancy__title a, .vacancy__title p {
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #283033;
}
.vacancy__title a::after {
  position: relative;
  display: inline;
  content: "•";
  font-size: 16px;
  line-height: 24px;
  padding-left: 26px;
  padding-right: 10px;
}
.vacancy__block {
  position: relative;
  border-radius: 50px;
  border: 3px solid #C6C6C6;
  background: #FFF;
  width: 100%;
  min-height: 333px;
  padding: 30px;
  margin-bottom: 32px;
}
.vacancy__block h4 {
  color: #E30613;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.84px;
  text-transform: uppercase;
  text-align: left;
}
.vacancy__block p {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}
.vacancy__block ul {
  padding-left: 18px;
  max-width: 810px;
}
.vacancy__block ul > li {
  position: relative;
  color: #51504F;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.84px;
  list-style: none;
  margin-bottom: 10px;
}
.vacancy__block ul > li:after {
  position: absolute;
  top: -10px;
  left: -14px;
  height: 4px;
  content: "•";
  background: transparent;
  color: #51504F;
  font-size: 30px;
}
.vacancy__first_block::after {
  position: absolute;
  content: "";
  top: 45px;
  right: 59px;
  width: 228px;
  height: 250px;
  background-image: url("/images/job/vacancies/builder.png");
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1200px) {
  .vacancy__first_block::after {
    display: none;
  }
}
.vacancy__address_block, .vacancy__telegram_block {
  border: none;
  padding-top: 0px;
  background-color: transparent;
}
.vacancy__address_block p {
  padding: 0;
  margin: 0;
  width: 70%;
}
.vacancy__telegram_block a {
  color: #666666;
}
.vacancy__address_block::after {
  position: absolute;
  content: "";
  top: 0px;
  right: 0px;
  width: 126px;
  height: 126px;
  background-image: url("/images/job/vacancies/map.png");
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1200px) {
  .vacancy__address_block::after {
    /*display: none;*/
    width: 102px;
    height: 102px;
  }
}
.vacancy__telegram_block::after {
  position: absolute;
  content: "";
  top: 0px;
  left: 50%;
  width: 122px;
  height: 120px;
  background-image: url("/images/job/vacancies/qr.png");
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1200px) {
  .vacancy__telegram_block::after {
    left: inherit;
    right: 0;
    width: 102px;
    height: 101px;
    /*display: none;*/
  }
}
.vacancy__group {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
@media (max-width: 1200px) {
  .vacancy__group {
    flex-wrap: wrap;
  }
}
.vacancy__group .vacancy__block {
  width: 540px;
}
@media (max-width: 1200px) {
  .vacancy__group .vacancy__block {
    width: 100%;
  }
}
.vacancy__block.half {
  width: 50%;
}
.vacancy__buttons {
  width: 100%;
  display: flex;
  /*margin: 0 90px;*/
  justify-content: space-around;
}

.contacts-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 12px;
}
@media (min-width: 1200px) {
  .contacts-page {
    padding: 0;
  }
}

.contacts-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 12px 0;
  padding: 0;
}
@media (min-width: 1200px) {
  .contacts-wrap {
    flex-direction: row;
    align-items: flex-start;
    margin: 24px 0;
  }
  .contacts-wrap:first-child {
    flex-direction: row;
    align-items: flex-start;
  }
  .contacts-wrap:nth-child(2) {
    margin: 24px 0 48px;
  }
}

.contacts {
  display: flex;
  flex-direction: column;
  wrap: nowrap;
  margin-top: 12px;
  margin-bottom: 48px;
}
@media (min-width: 1200px) {
  .contacts {
    width: 364px;
    margin-left: 24px;
  }
  .contacts.reverse {
    margin-left: 0;
    margin-right: 24px;
  }
}
.contacts__title {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 800;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 12px;
}
.contacts__title.name-city:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #e20613;
  margin-top: 8px;
}
.contacts__title.name-city {
  margin-bottom: 12px;
}
.contacts__title.color-red {
  font-size: 18px;
  font-weight: 600;
  margin-top: 12px;
}
.contacts__text {
  margin: 0 0 4px;
}
.contacts__text-bold {
  font-weight: 600;
}

.contacts-text-wrap {
  border-left: 2px solid #e20613;
  margin: 24px 0;
}
.contacts-text-wrap p {
  margin: 0;
  margin-left: 8px;
}
@media (min-width: 1200px) {
  .contacts-text-wrap p {
    margin-left: 24px;
    width: 1140px;
  }
}
@media (min-width: 1200px) {
  .contacts-text-wrap {
    margin: 0 24px;
    border-left: 5px solid #e20613;
    width: 1140px;
  }
}

#map1, #map2, #map_feed1, #map_feed2 {
  width: 100%;
  height: 200px;
  margin-bottom: 12px;
}
#map1 yamps, #map2 yamps, #map_feed1 yamps, #map_feed2 yamps {
  width: 100%;
}
@media (min-width: 576px) {
  #map1, #map2, #map_feed1, #map_feed2 {
    height: 400px;
  }
  #map1 yamps, #map2 yamps, #map_feed1 yamps, #map_feed2 yamps {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  #map1, #map2, #map_feed1, #map_feed2 {
    width: 752px;
    height: 548px;
  }
  #map1 yamps, #map2 yamps, #map_feed1 yamps, #map_feed2 yamps {
    width: 100%;
  }
}

#map_feed1, #map_feed2 {
  position: relative;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: auto;
}

.contacts-page .contacts-form > .form-group > #personal-data {
  margin-bottom: 24px;
}
.contacts-page .contacts-form > .form-group > #personal-data + label {
  white-space: break-spaces;
  text-indent: 0;
  width: 85%;
}
@media (min-width: 1200px) {
  .contacts-page .contacts-form > .form-group > #personal-data + label {
    white-space: nowrap;
    top: -4px;
  }
}
.contacts-page .contacts-form.personal-wrap {
  width: 100%;
  margin-top: 12px;
}
.contacts-page .contacts-form .form__button-wrap {
  margin-top: 12px;
}
.contacts-page .contacts-form input[type=radio]:first-child {
  margin-bottom: 6px;
}
.contacts-page .file-wrap {
  margin-top: 12px;
}
@media (min-width: 1200px) {
  .contacts-page .file-wrap {
    margin-top: 24px;
    width: 320px;
  }
}

.where-buy-accordion {
  display: flex;
  flex-direction: column;
}
.where-buy-accordion__item {
  margin-bottom: 4px;
  background-color: #ffffff;
}
.where-buy-accordion__item:last-child {
  margin-bottom: 0;
}
.where-buy-accordion__item-body {
  padding: 0 12px;
}
.where-buy-accordion__item-body h4 {
  font-size: 18px;
  font-weight: 500;
  color: #e20613;
}
.where-buy-accordion__item-body p {
  margin: 0;
  line-height: 24px;
}
.where-buy-accordion__item-wrap {
  display: flex;
  flex-direction: column;
  margin: 12px 0;
  transition: background-color 400ms;
}
.where-buy-accordion__item-wrap.active {
  background-color: rgba(255, 0, 0, 0.1);
}
.where-buy-accordion__item-link {
  text-decoration: none;
  color: #283033;
}
.where-buy-accordion__item-link:hover {
  text-decoration: none;
  color: #283033;
}
.where-buy-accordion__item-site {
  text-decoration: underline;
}
.where-buy-accordion__item-button {
  text-decoration: none;
  color: #283033;
  font-weight: 500;
  font-size: 18px;
  line-height: 36px;
  cursor: pointer;
}
.where-buy-accordion__item-button.show-on-map {
  font-weight: 400;
  color: #e20613;
}
.where-buy-accordion__item-button.show-on-map:hover {
  color: #e20613;
}
.where-buy-accordion__item-button:hover {
  text-decoration: none;
  color: #AE050F;
}
.where-buy-accordion p.accordion-header {
  margin: 0;
}
.where-buy-accordion p.accordion-header span {
  padding: 10px 12px;
  font-size: 18px;
  font-weight: 500;
  line-height: 36px;
}
.where-buy-accordion p.accordion-header span:hover {
  background-color: transparent;
}
@media (min-width: 1200px) {
  .where-buy-accordion p.accordion-header span:hover {
    background-color: #e20613;
    color: #ffffff;
  }
  .where-buy-accordion p.accordion-header span:hover:after {
    background-color: #ffffff;
  }
}
.where-buy-accordion p.accordion-header span:not(.collapsed) {
  background-color: #e20613;
  color: #ffffff;
}
.where-buy-accordion p.accordion-header span:not(.collapsed):after {
  -webkit-mask: url("../assets/interface-icons/caret-bottom-red.svg") no-repeat 100% 80%;
          mask: url("../assets/interface-icons/caret-bottom-red.svg") no-repeat 100% 80%;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #ffffff;
}
.where-buy-accordion p.accordion-header span:after {
  -webkit-mask: url("../assets/interface-icons/caret-bottom-red.svg") no-repeat 100% 80%;
          mask: url("../assets/interface-icons/caret-bottom-red.svg") no-repeat 100% 80%;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #e20613;
  width: 20px;
  height: 20px;
}
@media (min-width: 1200px) {
  .where-buy-accordion p.accordion-header span {
    line-height: 36px;
  }
}

.where-buy {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
}
.where-buy__left {
  background-color: #F8F9FA;
  padding: 0 12px;
}
@media (min-width: 1200px) {
  .where-buy__left {
    padding: 12px;
    margin-right: 24px;
    width: 379px;
    height: 548px;
    overflow-y: auto;
  }
}
.where-buy__right {
  display: block;
}
.where-buy__search-wrap {
  display: block;
  margin: 12px 0;
}
@media (min-width: 1200px) {
  .where-buy__search-wrap {
    margin: 0 0 12px;
  }
}
.where-buy__search-wrap .form-group > input {
  margin: 0;
  height: 68px;
  border-left: 3px solid #e20613;
  padding-left: 36px;
}
.where-buy__search-wrap .form-group > input:focus {
  border-left: 1px solid #6C757D;
}
.where-buy__search-wrap .form-group > input:focus + label {
  margin-left: 12px;
}
@media (min-width: 1200px) {
  .where-buy__search-wrap .form-group > input {
    border-left: 5px solid #e20613;
  }
}
.where-buy__search-wrap .form-group > label {
  top: calc(50% - 10px);
  width: 20px;
  height: 20px;
  left: 0;
}
@media (min-width: 1200px) {
  .where-buy {
    flex-direction: row;
    justify-content: center;
    margin: 48px 0;
  }
}

.certificat-page-form.form {
  padding: 0 12px;
}
@media (min-width: 1200px) {
  .certificat-page-form.form {
    padding: 0;
  }
}

.stm-page-form.form {
  padding: 0 12px;
}
@media (min-width: 1200px) {
  .stm-page-form.form {
    padding: 0;
  }
}
.stm-page-form .form__button-wrap {
  margin-top: 12px;
}

.video__item {
  width: 100%;
  margin: 12px 0;
  background-color: #F8F9FA;
  position: relative;
  overflow: hidden;
  height: 351px;
}
.video__item:hover {
  cursor: pointer;
  overflow: visible;
  height: auto;
}
.video__item:hover > .video__item-description {
  height: auto;
}
@media (min-width: 1200px) {
  .video__item {
    width: calc(50% - 12px);
    height: 434px;
  }
  .video__item:hover {
    height: 434px;
    box-shadow: 0 0 30px #21252950;
  }
  .video__item:hover > .video__item-description {
    z-index: 10;
    box-shadow: 0 -30px 30px #21252950;
    width: 100%;
    display: inline-block;
  }
}
.video__item-video {
  position: relative;
  height: 160px;
}
.video__item-video iframe {
  height: 100%;
}
@media (min-width: 576px) {
  .video__item-video {
    height: 310px;
  }
}
.video__video-darken {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(48, 48, 48, 0.6);
  z-index: 5;
}
.video__video-icon {
  position: absolute;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  width: 68px;
  height: 47px;
  background: url("../assets/icons/Youtube.svg") no-repeat;
  background-size: contain;
  z-index: 10;
}
.video__item-poster {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video__item-description {
  padding: 12px;
  position: relative;
  background-color: #F8F9FA;
}
.video__item-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
}

.video-wrap {
  padding: 0 12px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .video-wrap {
    padding: 0;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 1140px;
    margin: auto;
  }
}

@media (min-width: 1200px) {
  .calc-page-wrapper {
    width: 1140px;
    margin: 0 auto;
  }
}

.tabs_container {
  display: flex;
  position: relative;
  padding: 0 12px;
  margin-top: 48px;
  height: 1140px;
}
@media (min-width: 1200px) {
  .tabs_container {
    height: 800px;
  }
}
.tabs_container .info {
  margin-bottom: 12px;
  margin-left: 24px;
}
.tabs_container .fields {
  display: flex;
}
.tabs_container .inpt {
  background-color: #FFFFFF;
  border: 1px solid #A7A7A7;
  box-sizing: border-box;
  border-radius: 4px;
  width: 80px;
  padding: 6px;
}
.tabs_container .tab_content select {
  margin-top: 12px;
}
.tabs_container .tab_content select.inpt {
  margin-top: 0;
}
@media (min-width: 1200px) {
  .tabs_container .tab_content select.inpt {
    width: 95px;
  }
}
@media (min-width: 1200px) {
  .tabs_container .tab_content select {
    width: 285px;
  }
}
.tabs_container .field-item > select.inpt {
  margin-top: 0;
  width: 80px;
}
.tabs_container .tab_content {
  padding: 24px 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
}
.tabs_container .tab_content button {
  margin-bottom: 12px;
}
.tabs_container .tab_content hr {
  display: block;
  margin-before: 0.5em;
  margin-after: 0.5em;
  margin-start: auto;
  margin-end: auto;
  overflow: hidden;
  border-style: inset;
  border-width: 1px;
}
.tabs_container .tab_content img {
  width: 100%;
}
@media (min-width: 1200px) {
  .tabs_container .tab_content img {
    width: 400px;
  }
}
.tabs_container .dis {
  background-color: #F2F2F2;
}
.tabs_container .hide, .tabs_container .tab_content {
  display: none;
}
.tabs_container .hide + label {
  border: 1px solid grey;
  border-radius: 5px 5px 0 0;
  padding: 0.25em 1em;
  display: inline-block;
  background-color: #6C757D;
  color: #fff;
  order: 0;
  margin: 0 5px -1px 0;
  text-indent: 0;
  width: 220px;
  text-align: end;
  cursor: pointer;
  position: relative;
  height: 45px;
  line-height: 35px;
}
.tabs_container .hide:checked + label {
  text-indent: 0;
  width: 220px;
  background-color: #fff;
  color: #000;
  border-bottom-color: #fff;
  z-index: 1;
}
.tabs_container .hide:checked + label + .tab_content {
  display: flex;
  flex-direction: column;
  order: 1;
  width: 100%;
  position: absolute;
  top: 40px;
}
@media (min-width: 1200px) {
  .tabs_container .hide:checked + label + .tab_content {
    flex-direction: row;
    justify-content: space-between;
    top: 24px;
  }
}
@media (min-width: 1200px) {
  .tabs_container .hide:checked + label + .tab_content > div {
    width: calc(50% - 12px);
    display: flex;
    flex-direction: column;
    margin: 24px 12px;
  }
}
.tabs_container .form {
  background: #ffffff;
  border: 1px solid #283033;
  box-sizing: border-box;
  border-radius: 6px;
  margin: 12px 0;
  padding: 12px;
}
@media (min-width: 1200px) {
  .tabs_container .form {
    padding: 24px;
  }
}
.tabs_container .right {
  display: grid;
}
.tabs_container .ser {
  display: flex;
}
.tabs_container .name {
  margin-right: 12px;
  line-height: 34px;
}
.tabs_container .name span {
  margin-left: 12px;
}

.projects-company .filter-button {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  padding: 12px 0;
  color: #e20613;
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
  cursor: pointer;
}
.projects-company .filter-button:after {
  content: "";
  display: block;
  background: url("/assets/interface-icons/caret-bottom-red.svg") no-repeat;
  background-size: contain;
  width: 15px;
  height: 11px;
  margin-left: 12px;
  position: absolute;
  top: 19px;
  left: 90px;
  border: none;
}
@media (min-width: 1200px) {
  .projects-company .filter-button:after {
    top: 30px;
  }
}
.projects-company .filter-button:hover:after {
  transition: all 0.2s ease;
  transform: rotate(180deg);
  top: 17px;
}
@media (min-width: 1200px) {
  .projects-company .filter-button:hover:after {
    top: 27px;
  }
}
@media (min-width: 576px) {
  .projects-company .filter-button {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .projects-company .filter-button {
    padding: 24px 0;
  }
}
.projects-company .project-page-item {
  padding: 0;
  min-height: 235px;
}
@media (min-width: 576px) {
  .projects-company .project-page-item {
    height: 244px;
  }
}
@media (min-width: 1200px) {
  .projects-company .project-page-item {
    width: calc(33% - 12px);
    height: 296px;
  }
}
.projects-company .project-page-item__text-wrap {
  display: flex;
  justify-content: space-between;
  margin: 12px;
}
.projects-company .project-page-item__text-wrap h3 {
  margin: 0;
  width: auto;
  margin-right: 12px;
}
.projects-company .project-page-item__text-wrap > a.lightzoom {
  width: 25px;
  height: 25px;
  margin: 0;
  background-color: transparent;
}
@media (min-width: 1200px) {
  .projects-company .project-page-item__text-wrap {
    margin: 24px;
  }
}
.projects-company .project-page-item > a.lightzoom {
  text-decoration: none;
  color: transparent;
  background-color: transparent;
  margin: 0;
  width: 100%;
}
.projects-company .project-page-item img {
  margin-bottom: 0;
  width: 100%;
  height: 163px;
}
@media (min-width: 576px) {
  .projects-company .project-page-item img {
    height: 148px;
  }
}
@media (min-width: 1200px) {
  .projects-company .project-page-item img {
    height: 200px;
  }
}
.projects-company .button-wrap {
  width: 100%;
}

.projects-company {
  padding: 0 12px;
  flex-wrap: wrap;
  justify-content: flex-start;
  position: relative;
}
@media (min-width: 1200px) {
  .projects-company {
    width: 1140px;
    margin: 0 auto;
    padding: 0;
    margin-bottom: 40px;
  }
}
.projects-company .project-page {
  padding: 0;
}

.projects-company .filter-button {
  width: 100%;
}
@media (min-width: 576px) {
  .projects-company .filter-button {
    width: 50%;
  }
}
.projects-company .filter-menu {
  display: none;
  position: absolute;
  top: 47px;
  left: -2px;
  right: 0;
  bottom: 0;
  transition: all 0.2s ease;
  z-index: 20;
}
@media (min-width: 1200px) {
  .projects-company .filter-menu {
    top: 72px;
  }
}
.projects-company .filter-menu__wrap {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  background-color: #F8F9FA;
  box-shadow: 0 10px 10px rgba(33, 37, 41, 0.5);
}
@media (min-width: 1200px) {
  .projects-company .filter-menu__wrap {
    flex-direction: row;
    justify-content: space-between;
  }
}
.projects-company .filter-menu__wrap > div {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .projects-company .filter-menu__wrap > div.filter-menu__wrap-right {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
  }
}
@media (min-width: 1200px) {
  .projects-company .filter-menu__wrap > div.filter-menu__wrap-right > div {
    width: calc(50% - 6px);
  }
}
@media (min-width: 1200px) {
  .projects-company .filter-menu__wrap > div {
    width: calc(50% - 6px);
  }
}
.projects-company .filter-menu__wrap > div.filter-menu__button-wrap {
  width: 100%;
  display: flex;
}
@media (min-width: 1200px) {
  .projects-company .filter-menu__wrap > div.filter-menu__button-wrap {
    flex-direction: row;
    align-items: center;
    margin-top: 12px;
  }
}
.projects-company .filter-menu h5 {
  font-size: 12px;
  font-weight: 700;
  line-height: 24px;
  color: #283033;
}
.projects-company .filter-menu input {
  display: none;
}
.projects-company .filter-menu input:checked + label {
  color: #e20613;
}
.projects-company .filter-menu label {
  position: relative;
  padding: 0;
  font-weight: 500;
  font-size: 12px;
  line-height: 24px;
  margin-bottom: 12px;
  cursor: pointer;
  color: #283033;
  text-indent: 0;
  margin-left: 0;
}
.projects-company .filter-menu label:hover {
  color: #e20613;
}
.projects-company .filter-menu.dropdown-content {
  border: none;
}
.projects-company .filter-menu__button-wrap a {
  margin: 0;
  text-align: center;
  background-color: #ffffff;
  color: #e20613;
}
@media (min-width: 576px) {
  .projects-company .filter-menu__button-wrap a {
    width: 267px;
  }
}
.projects-company .filter-menu__button-wrap a:hover {
  background-color: #e20613;
  color: #ffffff;
}
.projects-company .filter-menu__button-wrap > a.clear {
  font-weight: 400;
  color: #283033;
  padding: 0;
  border: none;
  background-color: transparent;
  text-align: left;
  width: 100px;
  position: relative;
  margin-top: 24px;
}
.projects-company .filter-menu__button-wrap > a.clear:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  background: url("/assets/interface-icons/close.svg") no-repeat;
  background-size: contain;
  right: -5px;
  top: 3px;
}
.projects-company .filter-menu__button-wrap > a.clear:hover {
  color: #283033;
  background-color: transparent;
}
@media (min-width: 1200px) {
  .projects-company .filter-menu__button-wrap > a.clear {
    margin-top: 0;
    margin-left: 48px;
  }
}

.range-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 10px;
}

.box-minmax {
  margin-top: 30px;
  width: 358px;
  display: none;
  justify-content: space-between;
  font-size: 20px;
  color: black;
}
.box-minmax span:first-child {
  margin-left: 10px;
}

.rs-range {
  margin-top: 29px;
  width: 350px;
  padding: 0;
  border: none;
  outline: none;
  -webkit-appearance: none;
}
.rs-range:focus, .rs-range:active {
  outline: none;
  border: none;
}
.rs-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 1px;
  cursor: pointer;
  box-shadow: none;
  background: gray;
  border-radius: 0px;
  border: 0px solid #010101;
}
.rs-range::-moz-range-track {
  width: 100%;
  height: 1px;
  cursor: pointer;
  box-shadow: none;
  background: green;
  border-radius: 0px;
  border: 0px solid #010101;
}
.rs-range::-webkit-slider-thumb {
  box-shadow: none;
  border: 0px solid green;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.25);
  height: 42px;
  width: 22px;
  border-radius: 22px;
  background: #79d279;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -20px;
}
.rs-range::-moz-range-thumb {
  box-shadow: none;
  border: 0px solid green;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.25);
  height: 42px;
  width: 22px;
  border-radius: 22px;
  background: #79d279;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -20px;
}
.rs-range::-moz-focus-outer {
  border: 0;
}

.rs-label {
  position: relative;
  transform-origin: center center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: #ecf9ec;
  border-radius: 50%;
  line-height: 18px;
  text-align: center;
  font-weight: bold;
  box-sizing: border-box;
  border: 2px solid green;
  margin-left: -9px;
  left: 0px;
  color: black;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  font-size: 18px;
}

/**
 * jQuery lightzoom v1.1.0
 */
a.lightzoom {
  cursor: zoom-in;
  cursor: -moz-zoom-in;
}

#lz-container {
  display: block;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  white-space: nowrap;
  position: absolute;
  z-index: 9999990 !important;
}

#lz-box {
  position: fixed;
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block;
  z-index: 9999998 !important;
}

#lz-overlay {
  display: block;
  opacity: 0.6;
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9999991 !important;
}

#lz-box:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

#lz-box img {
  float: none;
  display: inline-block;
  max-height: 80%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
  opacity: 0;
  position: relative;
  z-index: 9999995 !important;
}

#lz-box p {
  position: relative;
  bottom: 0;
  margin-top: -30px;
  margin-bottom: 0;
  line-height: 20px;
  font-size: 18px;
  z-index: 9999997 !important;
}

#lz-close {
  display: block;
  position: absolute;
  top: 2%;
  right: 2%;
  background: url("image/close.png") no-repeat 5px 5px;
  width: 16px;
  height: 16px;
  text-indent: -9999px;
  padding: 5px;
  opacity: 0.5;
  z-index: 9999998 !important;
}

#lz-close:hover {
  opacity: 1;
}

#lz-loading-center {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 9999999 !important;
}

#lz-loading-center > .lz-loading-center-box {
  position: fixed;
  left: 50%;
  top: 50%;
  height: 150px;
  width: 150px;
  margin-top: -75px;
  margin-left: -75px;
}

.lz-object {
  width: 20px;
  height: 20px;
  background-color: #FFF;
  float: left;
  margin-right: 20px;
  margin-top: 65px;
  border-radius: 50% 50% 50% 50%;
}

#lz-object_one {
  animation: object_one 1.5s infinite;
}

#lz-object_two {
  animation: object_two 1.5s infinite;
  animation-delay: 0.25s;
}

#lz-object_three {
  animation: object_three 1.5s infinite;
  animation-delay: 0.5s;
}
@keyframes object_one {
  75% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
}
@keyframes object_two {
  75% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
}
@keyframes object_three {
  75% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
}
