@import "../fonts/fonts.css";

div#not-found {
  padding-right: 10px;
  font-weight: 500;
  font-size: 20px;
}

.modal {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.modal-scroll {
  overflow-y: scroll;
  overflow-x: hidden;
}

.modal__close {
  position: absolute;
  top: 1.6rem;
  right: 1.6rem;
  cursor: pointer;
  width: 1.5rem;
  height: 1.5rem;
  border: none;
  transition: all 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 1;
  z-index: 2;
}

.modal__close svg {
  width: 100%;
  height: 100%;
}

.modal__close-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
  cursor: pointer;
}

.modal__space-bottom {
  width: 100%;
  height: 5rem;
}

.modal__content {
  padding: 3.2rem;
}

.modal-wrap {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 500;
  top: 0;
  right: 0;
  background: rgb(0 0 0 / 65%);
}

.modal-wrap--scroll {
  overflow-y: scroll;
}

.modal-wrap--scroll .modal {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: unset;
}

.modal-wrap--scroll .modal__close-overlay {
  position: fixed;
}

.modal__text {
  margin: 35px 0 40px;
}

.modal__title {
  margin-bottom: 20px;
}

.modal__desc {
  color: rgba(248, 248, 248, 0.8);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.modal-wrap--big .modal__container {
  max-width: 105rem;
}

.modal-wrap--big .modal__close {
  top: 0;
  right: -5rem;
  width: 4rem;
  height: 4rem;
}

.modal-wrap--big .modal__content {
  padding: 1rem;
}

.modal-wrap--big .modal__container {
  max-width: 105rem;
}

.modal-dialog {
  position: relative;
  border-radius: 12px;
  padding: 24px 24px 32px;
  width: 100%;
  max-width: 520px;
  overflow: hidden;
  z-index: 11;
  border: 1px solid #B7C9D9;
  background: #EBF2FF;
}

.modal-dialog--middle {
  padding: 40px;
  border-radius: 30px;
  max-width: 750px;
}

.modal-dialog--big {
  padding: 40px;
  border-radius: 30px;
  max-width: 1100px;
  min-height: 400px;
}

.modal-dialog--flex {
  display: flex;
}

.modal-image {
  margin: -40px 40px -40px -40px;
  display: flex;
  min-width: 120px;
  max-width: 410px;
  width: 100%;
}

.modal-image-background {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  height: 100%;
  width: 100%;
}

.modal-container {
  align-self: center;
}

.modal-header,
.modal-body,
.modal-footer {
  display: flex;
  justify-content: center;
}

.modal-header,
.modal-body {
  margin-bottom: 24px;
}

.modal-header {
  padding: 0 40px 0 0;
}

.modal-header .modal-title {
  font-family: var(--solomon);
  font-weight: 700;
  font-size: 32px;
  line-height: 130%;
  color: var(--blue);
  text-align: center;
}

.modal-body .modal-text {
  font-family: var(--solomon);
  font-weight: 400;
  font-size: 16px;
  color: var(--lightblue);
  text-align: center;
  max-width: 310px;
}

.modal-body .modal-text--full {
  max-width: unset;
}

.modal-dialog .modal-footer-button--full {
  width: 100%;
}

/*region cookies-notify */
.cookies-notify {
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: auto;
  background: rgb(0 0 0 / 65%);
  z-index: 9999;
  justify-content: center;
  align-items: center;
  padding: 1.25rem;
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.cookies-notify.is-open {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.cookies-notify-content {
  display: flex;
  max-width: 1215px;
  background-color: #ffffff;
  color: var(--lightblue);
  padding: 1.5rem 1rem;
  border-radius: 0.5rem;
  font-size: 1rem;
  justify-content: space-between;
  align-items: center;
}

.cookies-notify .cookies-notify__title {
  display: none;
  font-size: 1.25rem;
  color: var(--blue);
}

.cookies-notify .cookies-notify__text {
  margin: 0 1rem;
  flex: 1;
}

.cookies-notify a {
  color: var(--deepblue);
}

.cookies-notify a:hover {
  color: var(--accent);
}
/*endregion */

.roistat-multiwidget-pulsator-holder svg {
  max-width: none;
}

#body .b24-widget-button-position-bottom-right {
  right: 15px;
  bottom: 90px;
}

.chatAppWidget div[data-position="bottom-right"] {
  bottom: 90px !important;
}

body.no-scroll {
  overflow: hidden;
  height: 100vh;
}

#body #header {
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: 50 !important;
  width: 100%;
}

#header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--blue);
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
  z-index: -1;
}

#body.js-scroll #header::after {
  opacity: 1;
}

#header .container {
  position: relative;
}

.header-over {
  background-color: var(--bg2);
}

.header-over-content {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 13px;
}

.header-over__text {
  color: var(--blue);
  font-family: var(--solomon);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  display: flex;
  align-items: center;
  gap: 8px;
}

.header-over__text svg {
  min-width: 24px;
  width: 24px;
  height: 24px;
  aspect-ratio: 1;
  align-self: start;
}

.header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 50;
  gap: 15px;
}

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

#header .header-wrapper {
  margin: 20px 0;
  transition: all 0.3s;
}

#header .header-wrapper.hidden {
  opacity: 0;
  transform: translateY(-100%);
  pointer-events: none;
}

#header .header-wrapper > * {
  padding: 0;
}

#header .socnetwork-item-link {
  width: 30px;
  height: 30px;
}

#header .socnetwork-item-link[data-type="phone"] {
  display: none;
}

#header .socnetwork-item-link img {
  width: 16px;
}

#header .header-contacts {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

#header .header-contacts .phone-item {
  display: block;
  margin-bottom: 6px;
  font-family: var(--solomon);
  font-weight: 600;
  font-size: 24px;
  line-height: 1.3;
}

#header .header-contacts .email-item {
  font-size: 17px;
  line-height: 1.3;
  margin-bottom: 6px;
}

#header .header-contacts .attention-item {
  font-family: var(--solomon);
  font-size: 16px;
  line-height: 1.3;
  text-decoration: underline;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all .3s;
}

#header .header-contacts :is(.phone-item, .email-item, .attention-item) {
  color: var(--blue);
}

#body.banner-page #header .header-contacts :is(.phone-item, .email-item, .attention-item),
#body.js-scroll #header .header-contacts :is(.phone-item, .email-item, .attention-item),
#header.js-mobile-menu-open .header-contacts :is(.phone-item, .email-item, .attention-item) {
  color: #ffffff;
}

#header .header-contacts :is(.phone-item:hover, .email-item:hover, .attention-item:hover),
#body.banner-page
  #header
  .header-contacts
  :is(.phone-item:hover, .email-item:hover, .attention-item:hover) {
  color: var(--accent);
}

#header .header-citychoice {
  color: var(--blue);
  display: flex;
  gap: 8px;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  cursor: pointer;
  svg {
    width: 14px;
    height: 18px;
    max-width: none;
    g {
      path {
        fill: var(--blue);
      }
    }
  }
}
#body.banner-page #header .header-citychoice {
  color: #fff;
  svg {
    g {
      path {
        fill: #fff;
      }
    }
  }
}
#header .header-button {
  padding: 14px 23px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: max-content;
  width: fit-content;
  border: 1px solid var(--accent);
  border-radius: 5px;
  font-family: var(--solomon);
  font-size: 18px;
  line-height: 1.3;
  color: var(--accent);
  cursor: pointer;
  transition: all 0.3s;
}

#header .header-button:hover {
  background-color: var(--accent);
  color: #ffffff;
}

#body.banner-page #header .header-button,
#body.js-scroll #header .header-button {
  border-color: #ffffff;
  color: #ffffff;
}

#body.banner-page #header .header-button:hover,
#body.js-scroll #header .header-button:hover {
  background-color: unset;
  border-color: var(--accent);
  color: var(--accent);
}

#header .header-logo img {
  display: block;
  width: 100%;
  min-width: 130px;
  max-width: 228px;
  transition: all 0.3s;
}

#header .header-logo .light {
  display: none;
  opacity: 0;
}

#header .header-logo .dark {
  display: block;
  opacity: 1;
}

#body.js-scroll #header .header-logo .light {
  display: block;
  opacity: 1;
}

#body.js-scroll #header .header-logo .dark {
  display: none;
  opacity: 0;
}

#body.banner-page #header .header-logo .light {
  display: block;
  opacity: 1;
}

#body.banner-page #header .header-logo .dark {
  display: none;
  opacity: 0;
}

#header.js-mobile-menu-open .header-logo .light {
  display: block;
  opacity: 1;
}

#header.js-mobile-menu-open .header-logo .dark {
  display: none;
  opacity: 0;
}

#mobile-menu {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  z-index: 10;
  padding: 140px 0 0;
  opacity: 0;
  background: #1e2353;
  background: linear-gradient(
    0deg,
    rgba(30, 35, 83, 1) 0%,
    rgba(67, 78, 185, 1) 100%
  );
  pointer-events: none;
  transform: translateY(-100%);
  transition:
    transform 0.6s ease,
    opacity 0.2s ease;
}

#header.js-mobile-menu-open #mobile-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

#mobile-menu .mobile-menu-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: none;
  padding: 0 20px;
}

#mobile-menu .mobile-menu-wrapper > * {
  padding-bottom: 40px;
}

#mobile-menu .header-contacts.mobile {
  flex-direction: row;
  margin-top: auto;
}

nav.breadcrumbs {
  margin-top: 190px;
}

#body.banner-page nav.breadcrumbs {
  position: absolute;
  z-index: 2;
  margin-top: 0;
  top: 190px;
  width: 100%;
}

.promred-description {
  font-size: 20px;
  line-height: 1.3;
  text-align: left;
  color: var(--lightblue);
}

/*region promred-table-wrapper */
.table-wrapper {
  overflow-y: auto;
  overflow-x: auto;
}
.table-wrapper table {
  width: 100%;
}
.promred-table-wrapper {
  overflow-y: auto;
  overflow-x: auto;
  margin-bottom: 40px;
  align-self: center;
  width: fit-content;
  max-width: 100%;
}

.promred-table-wrapper table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

.promred-table-wrapper table thead {
  background-color: var(--bg2);
  position: sticky;
  top: 0;
  z-index: 1;
}

.promred-table-wrapper table thead td {
  text-align: center !important;
}

.promred-table-wrapper table tbody tr:nth-child(odd) {
  background-color: var(--bg2);
}

.promred-table-wrapper table:has(thead) tbody tr:nth-child(odd) {
  background-color: #ffffff;
}

.promred-table-wrapper table:has(thead) tbody tr:nth-child(even) {
  background-color: var(--bg2);
}

.promred-table-wrapper table td,
.promred-table-wrapper table th {
  border-bottom: 1px solid var(--deepblue);
  padding: 16px 8px;
  font-size: 16px;
  line-height: 1.3;
  text-align: center;
}

.promred-table-wrapper table td:first-child,
.promred-table-wrapper table th:first-child {
  text-align: left;
}

.promred-table-wrapper table td strong {
  color: var(--blue);
  font-family: var(--solomon);
  font-weight: 600;
}

.promred-table-wrapper p {
  margin: 0;
}

.promred-filter-table-wrapper {
  width: 100%;
  max-height: 600px;
  overflow: auto;
}

.promred-filter-table-wrapper table {
  border-collapse: collapse;
}

.promred-filter-table-wrapper table thead th {
  border: none;
  background: none;
  text-align: center;
}

.promred-filter-table-wrapper table thead th:first-child {
  text-align: left;
}

.promred-filter-table-wrapper table thead th label {
  margin: 0 10px;
}

.promred-filter-table-wrapper table tbody td {
  text-align: center;
  border: none;
  padding: 10px 15px;
  font-size: 14px;
  vertical-align: middle;
  min-width: 140px;
}

.promred-filter-table-wrapper table tbody td:first-child {
  text-align: left;
}

.promred-filter-table-wrapper table tbody tr:nth-child(even) {
  background: var(--bg2);
}

.promred-filter-values__variants-wrapper {
  display: flex;
  flex-direction: column;
  width: fit-content;
  margin: 0 auto;
}

.promred-filter-values__variants-item {
  display: flex;
  align-items: flex-start;
  text-align: left;
}
/*endregion*/

/*region page-404 */
.page-404-wrapper {
  display: flex;
  align-items: center;
}

.page-404-item {
  flex: 1;
}

.page-404-item:first-child {
  margin-right: 150px;
}

.page-404-item-title {
  margin-bottom: 16px;
  font-size: 40px;
  font-family: var(--solomon);
  font-weight: 600;
  line-height: 48px;
  color: var(--blue);
}

.page-404-item-description {
  font-size: 18px;
  font-family: var(--solomon);
  font-weight: 400;
  line-height: 23px;
  text-align: left;
  color: var(--lightblue);
  margin-bottom: 40px;
}

.page-404-button {
  display: block;
  font-family: var(--solomon);
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  padding: 20px 50px;
  background-color: var(--accent);
  border: 1px solid var(--accent);
  border-radius: 5px;
  min-width: max-content;
  max-width: 312px;
}

.page-404-button:hover {
  background-color: #fff;
  color: var(--accent);
  transition: all 0.3s;
}

/*endregion*/

/*region page-reviews */
#main #video-reviews {
  margin-top: 100px;
}

/*endregion */

/*region company-page */
.description-wrapper .description-title {
  font-family: var(--solomon);
  font-weight: 700;
  text-align: left;
  color: var(--blue);
}

.description-wrapper .description-title span {
  color: var(--accent);
}

.description-wrapper .description-text {
  font-family: var(--solomon);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3;
  text-align: left;
  color: var(--lightblue);
}

.description-wrapper .description-text span {
  font-family: var(--solomon);
  font-weight: 600;
}

.description-wrapper .advantages-title {
  font-family: var(--solomon);
  font-weight: 700;
  font-size: 18px;
  line-height: 1.3;
  text-align: left;
  color: var(--blue);
}

.description-wrapper .description-advantages ul {
  margin-top: 16px;
}

.description-wrapper .description-advantages ul,
.description-wrapper .description-advantages ul li {
  list-style: disc;
}

.description-wrapper .description-advantages ul li {
  font-family: var(--solomon);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3;
  text-align: left;
  color: var(--lightblue);
  margin-left: 2%;
}

.description-wrapper .description-image {
  display: flex;
  justify-content: center;
}

.description-wrapper .description-image img {
  border-radius: 20px;
  width: 100%;
  max-height: 680px;
  object-fit: cover;
}

/*endregion*/

.about-block .about-block-wrapper {
  display: flex;
}

.about-block .about-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.about-block .about-content-text {
}

.about-block .about-content-title {
  font-family: var(--solomon);
  font-weight: 600;
  color: var(--blue);
}

.about-block .about-content-subtitle {
  font-family: var(--solomon);
  font-weight: 600;
  font-size: 40px;
  line-height: 1.3;
}

.about-block .about-image {
  width: auto;
  /*height: 680px;*/
  max-height: 630px;
  min-width: 400px;
  max-width: 710px;
  flex: none;
  border-radius: 30px;
  overflow: hidden;
}

.about-block .about-image.about-image--contain {
  align-self: center;
}

.about-block .about-image img {
  object-fit: cover;
  display: block;
  height: 100%;
  width: 100%;
}

.about-block .about-image.about-image--contain img {
  object-fit: contain;
  height: auto;
}

.about-block .about-content-description {
  font-size: 20px;
  line-height: 1.3;
  color: #1e2353b2;
}

.about-block .about-content-description p {
  margin: 16px 0 16px;
}

.about-block .about-content-description :is(ul, ol) {
  margin: 16px 0 16px;
}

.about-block .about-content-description > :first-child {
  margin-top: 0;
}

.about-block .about-content-description > :last-child {
  margin-bottom: 0;
}

.about-block.reverse .about-block-wrapper {
  flex-direction: row-reverse;
}

.about-block.reverse .about-image img {
  object-fit: cover;
}

.company-page .about-block .about-image img {
  object-position: -90px 80px;
}

.about-block.reverse .about-image {
  background: linear-gradient(
    244.29deg,
    rgba(135, 165, 192, 0.6) 31.91%,
    rgba(255, 255, 255, 0.6) 98.15%
  );
}

.specs-block .specs-block-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 70px 0;
}

.specs-block .specs-content-title {
  font-size: 26px;
}

.specs-block .specs-content-description ol {
  list-style-position: inside;
}

.specs-block .specs-content-description {
  margin: -5px 0;
  font-size: 16px;
  line-height: 1.3;
  color: #1e2353b2;
}

.specs-block .specs-content-description > * {
  padding: 5px 0;
}

.specs-block .specs-content-description > p span {
  font-family: var(--solomon);
  font-weight: 700;
}

.specs-block .specs-item {
  max-width: 266px;
  min-width: 230px;
  margin-bottom: 70px;
}

.specs-block .specs-content .specs-item:nth-child(odd) {
  align-self: flex-end;
}

.specs-block .specs-content .specs-item:last-child {
  align-self: center;
}

.specs-block .specs-item-title {
  width: fit-content;
  font-family: var(--solomon);
  font-weight: 500;
  font-size: 32px;
  line-height: 1.3;
  color: var(--accent);
  margin-bottom: 8px;
}

.specs-block .specs-item-description {
  width: fit-content;
  font-size: 20px;
  line-height: 1.3;
}

.specs-block .specs-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* quote */
.quote-block {
  background-color: #87a5c099;
}

.quote-block .quote-block-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 100px 0;
  text-align: center;
}

.quote-block .quote-icon {
  margin: 0 0 40px;
}

.quote-block .quote-content {
  font-family: var(--solomon);
  font-weight: 600;
  font-size: 32px;
  line-height: 1.3;
  margin: 0 0 40px;
}

.quote-block .quote-contact {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.quote-block .quote-contact .quote-fio {
  font-family: var(--solomon);
  font-weight: 600;
  font-size: 32px;
  line-height: 1.3;
  margin: 18px 0 6px;
}

.quote-block .quote-contact .quote-post {
  font-size: 18px;
  line-height: 1.3;
  color: #1e235380;
}

.quote-block .quote-avatar {
  width: 195px;
  height: 195px;
  margin-bottom: 16px;
  overflow: hidden;
  border-radius: 100%;
}

.quote-block .quote-avatar img {
  display: block;
  object-fit: cover;
}

.quote-block .quote-content span {
  color: var(--accent);
}

/* tags */
.articles-tags-content {
  margin-bottom: 20px;
}

.articles-tags-content .articles-tags {
  display: flex;
  flex-wrap: wrap;
  margin: -4px;
  overflow: auto;
}

.articles-tags .articles-tag {
  font-family: var(--solomon);
  font-weight: 500;
  font-size: 14px;
  line-height: 1.3;
  text-align: left;
  padding: 8px 12px;
  margin: 4px;
  background-color: var(--bg2);
  border-radius: 100px;
  border: 1px solid var(--lightgray);
  cursor: pointer;
  white-space: nowrap;
}

.promred-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  overflow: auto;
}

.promred-tags-item {
  font-family: var(--solomon);
  font-weight: 500;
  font-size: 18px;
  line-height: 1.3;
  text-align: left;
  padding: 8px 16px;
  color: var(--lightblue);
  border-radius: 100px;
  border: 1px solid var(--lightblue);
  white-space: nowrap;
  transition: all 0.3s;
}

.promred-tags-item.is-active,
.promred-tags-item:hover {
  color: var(--blue);
  background-color: var(--bg2);
  border-color: var(--deepblue);
}

/*region search */
.promred-search {
  display: flex;
  padding: 12px 16px;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  border-radius: 5px;
  border: 1px solid var(--lightblue);
}
.promred-search__field {
  color: var(--lightblue);
  font-family: var(--solomon);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  width: 100%;
}
.promred-search__submit {
  background-image: url("../../images/svg/search.svg");
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 0;
  width: 24px;
  height: 24px;
}
/*endregion */

/* policy */
.policy-content p {
  font-family: var(--solomon);
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  text-align: left;
  color: var(--lightblue);
  margin: 16px 0;
}

.policy-content ul,
.policy-content ul li {
  list-style: disc;
  margin: 16px 0;
}

.policy-content ul li {
  font-family: var(--solomon);
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  text-align: left;
  color: var(--lightblue);
  margin-left: 2%;
}

.policy-content ol,
.policy-content ol li {
  list-style: decimal inside;
  margin: 16px 0;
}

.policy-content ol li {
  font-family: var(--solomon);
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  text-align: left;
  color: var(--lightblue);
  margin-left: 2%;
}

.policy-content a {
  color: var(--blue);
  transition: color 0.3s;
  font-family: var(--solomon);
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
}

.policy-content.reminder a {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.policy-content a:hover {
  color: var(--accent);
  transition: color 0.3s;
}

.about-content ul,
.about-content ol {
  padding-bottom: 10px;
}

.about-content ul li,
.about-content ol li {
  position: relative;
  padding-left: 30px;
  padding-top: 10px;
}

.about-content ul li::before,
.about-content ol li::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--lightblue);
  display: inline-block;
  position: absolute;
  left: 12px;
  top: 20px;
}

.about-content ol li {
  list-style: none;
  counter-increment: item 1;
}

.about-content ol li:before {
  content: counter(item) ". ";
  background: none;
  top: 10px;
  left: 6px;
}

/*region details */
.details .details-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: -20px;
}

.details .details-top > * {
  margin: 20px;
}

.details table td,
.details table th {
  text-align: left;
}

.details table td:first-child,
.details table th:first-child {
  min-width: 440px;
}
/*endregion*/

/*region pay-and-delivery */
.calc {
  display: flex;
  justify-content: space-between;
}

.map-wrapper img {
  width: 100%;
}
/*endregion*/

.show-more-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 40px;
}

/* footer */
#footer {
  background: #1e2353;
}

.footer-flex-top {
  display: flex;
  margin: 0 -20px;
  padding: 56px 0 0px 0;
}

.footer-flex-top > div {
  padding: 0 25px;
}

.footer-flex-bottom {
  display: flex;
  color: #fff;
  border-top: 1px solid #ffffff1a;
  margin-top: 32px;
  padding-top: 32px;
  padding-bottom: 56px;
  justify-content: space-between;
}

.footer-flex-bottom .footer-copy {
  opacity: 0.5;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.36px;
  text-align: left;
}

.footer-flex-top .footer-flex-logo {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.footer-flex-top .footer-slogan {
  font-family: var(--solomon);
  font-weight: 400;
  font-size: 16px;
  line-height: 19.36px;
  text-align: left;
  color: #f5f5f5;
  padding: 24px 0;
  width: 65%;
}

.footer-flex-contacts .contact-item {
  display: flex;
  align-items: start;
  padding-bottom: 24px;
}

.footer-flex-contacts .contact-item a,
.footer-flex-contacts .contact-item span {
  font-size: 18px;
  font-weight: 500;
  line-height: 21.78px;
  text-align: left;
  color: #fff;
  align-self: center;
}

.footer-flex-bottom .footer-menu a {
  transition: 0.4s;
  padding: 0 20px;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.36px;
  text-align: left;
  color: #ffffff80;
}

.footer-flex-bottom .footer-menu {
  margin: 0 -20px;
}

.footer-flex-bottom .footer-menu a:hover {
  color: #fd0805;
}

.footer-flex-contacts .contact-item svg {
  min-width: 40px;
  margin-right: 16px;
}

.footer-flex-top .footer-flex-menu {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0;
}

.footer-flex-top .footer-flex-contacts {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.footer-flex-top .header-logo img {
  max-width: 152px;
}

.container-inner .container-inner {
  padding: 0;
}

.faq-wrapper {
  /*margin: 0px 0 100px 0;*/
}

.faq-wrapper [data-role="content"] {
  display: none;
  border-radius: 0px 0px 7px 7px;
  padding: 0px 16px 16px 16px;
  border-top: none;
  font-size: 16px;
  line-height: 19.36px;
  text-align: left;
  color: #1e2353;
  max-width: 850px;
}

.faq-wrapper [data-action="toggle"] {
  padding: 16px 16px 16px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: var(--solomon);
  font-weight: 700;
  font-size: 24px;
  line-height: 29.05px;
  text-align: left;
  color: #1e2353;
  transition: 0.4s;
}

.faq-wrapper [data-role="item"] {
  border-bottom: 1px solid #2a73ff;
  transition: 0.4s;
}

.faq-wrapper [data-expanded="true"] [data-action="toggle"] {
  color: #2a73ff;
}

.faq-wrapper [data-role="item"][data-expanded="true"] {
  border-color: #6d7897;
}

.request-open-form {
  background: linear-gradient(244.29deg, #87a5c0 31.91%, #ffffff 98.15%);
  border-radius: 30px;
  position: relative;
  margin: 100px 0;
}

.request-open-form.blue {
  min-height: 322px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: var(--blue);
  overflow: hidden;
}

.request-open-form--manager {
  background-image:
    url("/images/bg.png"),
    linear-gradient(244deg, rgba(135, 165, 192, 0.6) 31.91%, #fff 98.15%);
  background-position: center;
}

.request-open-form .request-image {
  /*background-image: url(/images/standartny_s_polym_valom_novy.png);*/
  background-image: url(/images/request-form.png);
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  width: 45%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.request-open-form.blue .request-image {
  width: 40%;
}

.request-open-form--manager .request-image {
  background-image: url("/images/manager.png");
  background-position: bottom right;
  background-size: contain;
  width: 50%;
  display: flex;
  align-items: end;
  padding: 40px 0;
  margin: 0 70px 0 0;
}

.request-open-form .request-content {
  width: 50%;
  padding: 40px;
}

.request-open-form.blue .request-content {
  width: 60%;
}

.request-open-form--manager .request-content {
  width: 50%;
  max-width: 700px;
  padding: 70px;
}

.request-open-form .request-content .request-title {
  /*font-size: 26px;*/
  line-height: normal;
}

.request-open-form.blue .request-content .request-title {
  color: #ffffff;
  font-size: 40px;
  font-weight: 500;
  line-height: normal;
}

.request-open-form .request-content .description-txt {
  font-size: 20px;
  line-height: 1.3;
  text-align: left;
  color: #6d7897;
  padding: 16px 0 40px;
}

.request-open-form.blue .request-content .description-txt {
  color: var(--lightgray);
  padding: 16px 0;
}

.request-open-form .request-content .request-btn {
  font-size: 18px;
  line-height: 1.3;
  padding: 18px 30px;
}

.request-open-form.blue .request-content .request-btn {
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
}

.request-image-caption {
  display: flex;
  padding: 20px;
  align-items: center;
  gap: 20px;
  border-radius: 20px;
  background: rgba(243, 248, 252, 0.85);
  max-width: 412px;
}

.request-image-caption-icon {
  display: flex;
  width: 60px;
  height: 60px;
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 0 20px 0 rgba(31, 115, 162, 0.1);
}

.request-image-caption-text {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.request-image-caption-title {
  font-family: var(--solomon);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  color: var(--blue);
}

.request-image-caption-description {
  font-family: var(--solomon);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--blue);
}

* {
  padding: 0;
  margin: 0;
  border: none;
}

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

html,
body {
  scroll-behavior: smooth;
}

*:target {
  scroll-margin-top: 150px;
}

/* Links */

a:hover {
  transition: all 0.4s;
}

a,
a:link,
a:visited,
a:hover {
  text-decoration: none;
  transition: all 0.4s;
}

a.email-item {
  word-break: break-all;
}

/* Common */

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

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

h1.page-title {
  font-family: var(--solomon);
  font-weight: 600;
  font-size: 40px;
  line-height: 1.3;
  text-align: left;
  color: var(--blue);
}

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

section ul li {
  position: relative;
}

img {
  vertical-align: top;
}

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

address {
  font-style: normal;
}

/* Form */

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

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

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

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

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

label {
  cursor: pointer;
}

legend {
  display: block;
}

body {
  font-family: var(--solomon);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  color: var(--blue);
}

body.no-scroll {
  overflow: hidden;
}

.normal-position {
  object-position: center center !important;
}

.tags-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.tags-wrapper .tag {
  margin-bottom: 10px;
  margin-right: 10px;
}

.tag {
  display: block;
  padding: 10px 16px;
  width: fit-content;
  min-width: max-content;
  border-radius: 30px;
  font-family: var(--solomon);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3;
  background: var(--lightblue2);
  color: var(--blue);
}

#main > :is(div, section):not(:first-child),
#main > :is(div, section):only-child {
  margin: 150px 0;
}

.company-page > #main > :is(div, section):not(:first-child),
.another-page > #main > :is(div, section):not(:first-child),
.another-page > #main > :is(div, section):only-child {
  margin: 100px 0;
}

.another-page > #main > :is(div, section):first-child:not(.banner-items) {
  margin: 40px 0 100px;
}

.mb24 {
  margin-bottom: 24px;
}

.mb40 {
  margin-bottom: 40px;
}

.mt24 {
  margin-top: 24px;
}

.mt40 {
  margin-top: 40px;
}

.mr24 {
  margin-right: 24px;
}

.ml24 {
  margin-left: 24px;
}

.h2-title {
  font-family: var(--solomon);
  font-weight: 600;
  font-size: 40px;
  line-height: 1.3;
  color: var(--blue);
}

.h2-title > span {
  color: var(--accent);
}

.h3-title {
  font-family: var(--solomon);
  font-weight: 600;
  font-size: 26px;
  line-height: 1.3;
  color: var(--deepblue);
}

.h3-title.dark {
  color: var(--blue);
}

.container {
  max-width: 1560px;
  min-width: 280px;
  width: 100%;
  margin: 0 auto;
}

.container-inner {
  padding: 0 20px;
}

.container-wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.button {
  transition: all 0.3s;
}
.button svg {
  width: 24px;
  height: 24px;
  margin: auto 10px;
}

.main-button {
  display: block;
  font-family: var(--solomon);
  font-weight: 600;
  font-size: 18px;
  line-height: 1.3;
  cursor: pointer;
  padding: 20px 50px;
  text-align: center;
  background-color: var(--accent);
  border: 1px solid var(--accent);
  border-radius: 5px;
  width: fit-content;
  min-width: max-content;
  color: #fff;
  transition: all 0.3s;
}

.main-button:hover {
  background-color: #fff;
  color: var(--accent);
  transition: all 0.3s;
}

.second-button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 40px;
  min-width: max-content;
  width: fit-content;
  border: 1px solid #ffffff;
  border-radius: 5px;
  font-family: var(--solomon);
  font-weight: 500;
  font-size: 18px;
  line-height: 1.3;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s;
}

.second-button:hover {
  transition: all 0.3s;
  background-color: #fff;
  color: var(--accent);
}

#body.another-page .second-button,
#mobile-menu .second-button {
  color: var(--accent);
  border: 1px solid var(--accent);
}

#mobile-menu .second-button {
  background-color: #fff;
}

#body.another-page .second-button:hover,
#mobile-menu .second-button:hover {
  color: #fff !important;
  background-color: var(--accent);
}

.transparent-button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 40px;
  border: 1px solid #ffffff;
  border-radius: 5px;
  font-family: var(--solomon);
  font-weight: 500;
  font-size: 18px;
  line-height: 1.3;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s;
}

.transparent-button:hover {
  color: var(--accent);
  border: 1px solid var(--accent);
}

.white-button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 30px;
  min-width: max-content;
  width: fit-content;
  border: 1px solid var(--accent);
  border-radius: 5px;
  font-family: var(--solomon);
  font-weight: 600;
  font-size: 18px;
  line-height: 1.3;
  text-align: center;
  color: var(--accent);
  background: #ffffff;
  cursor: pointer;
  transition: all 0.3s;
}

.white-button:hover {
  color: #ffffff;
  background: var(--accent);
}

.mobile-show {
  display: none;
}

.delimiter-prom {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.mobile-menu-burger {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  z-index: 50;
  width: 30px;
  height: 18px;
  cursor: pointer;
  margin-left: 60px;
}

.mobile-menu-burger span {
  height: 2px;
  width: 100%;
  background-color: var(--blue);
  transform: scale(1);
  transition: all 0.3s ease 0s;
}

#body.banner-page .mobile-menu-burger span,
#body.js-scroll .mobile-menu-burger span,
#header.js-mobile-menu-open .mobile-menu-burger span {
  background-color: #ffffff;
}

.mobile-menu-burger::before,
.mobile-menu-burger::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: var(--blue);
  transition: all 0.3s ease 0s;
}

#body.banner-page .mobile-menu-burger::before,
#body.banner-page .mobile-menu-burger::after,
#body.js-scroll .mobile-menu-burger::before,
#body.js-scroll .mobile-menu-burger::after,
#header.js-mobile-menu-open .mobile-menu-burger::before,
#header.js-mobile-menu-open .mobile-menu-burger::after {
  background-color: #ffffff;
}

.mobile-menu-burger::before {
  top: 0;
}
.mobile-menu-burger::after {
  bottom: 0;
}

.mobile-menu-burger.active span {
  transform: scale(0);
}

.mobile-menu-burger.active::before {
  top: 50%;
  transform: rotate(-45deg) translate(0, -50%);
}
.mobile-menu-burger.active::after {
  bottom: 50%;
  transform: rotate(45deg) translate(0, 50%);
}

.scroll-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}

.scroll-to-top.show {
  opacity: 1;
  visibility: visible;
  z-index: 9999;
  transition: all 0.3s;
}

.promred-swiper.swiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.promred-swiper.swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
}

.promred-swiper.swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.promred-swiper-navigation .swiper-nav-button {
  transition: 0.4s;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 20px;
  border: 1px solid #e5f1fb !important;
  display: flex;
  pointer-events: all;
  position: static;
  margin: 0;
}

.promred-swiper-navigation
  .swiper-nav-button:not(.swiper-button-disabled):hover {
  background-color: var(--accent, #fd0805);
}

.promred-swiper-navigation
  .swiper-nav-button:not(.swiper-button-disabled):hover
  svg
  path {
  stroke: #ffffff;
  transition: all 0.4s;
}

.promred-swiper-navigation .swiper-nav-button::after {
  content: unset;
}

.promred-swiper-navigation .swiper-nav-button.swiper-button-lock {
  display: none;
}

.promred-swiper-navigation .swiper-nav-button.swiper-button-disabled {
  opacity: 1;
}

.promred-swiper-navigation .swiper-nav-button.swiper-button-disabled svg path {
  opacity: 0.4;
}

.pay-and-delivery {
  margin: 0 0 40px;
}

.pay-and-delivery:last-child {
  margin: 0;
}

.pay-and-delivery .ttl {
  color: var(--blue, #1e2353);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  text-align: left;
  margin-bottom: 24px;
}

.pay-and-delivery .descr {
  font-size: 18px;
  line-height: 1.2;
  text-align: left;
}

.pay-and-delivery .descr p {
  margin: 0 0 8px;
}

.pay-and-delivery .descr p:last-child {
  margin: 0;
}

.section-list-top__title {
}

.section-list-top__description {
  color: var(--blue, #1e2353);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  margin: 10px 0;
}

.section-subtitle {
  display: flex;
  padding: 10px 16px;
  align-items: center;
  border-radius: 1000px;
  background: var(--lightblue2);
  color: var(--blue);
  font-family: var(--solomon);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  width: fit-content;
  margin-bottom: 20px;
}

.section-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 0 40px;
  gap: 30px;
}

.section-header__title {
  margin: 0 10px 0 0;
}

.section-header__button {
  display: flex;
  justify-content: center;
  text-align: center;
}

.section-header__description {
  font-family: var(--solomon);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--lightblue);
  max-width: 560px;
}

.section-header__description ul li {
  font-family: var(--solomon);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  list-style: none;
  position: relative;
  padding: 0 0 3px 20px;
  margin: 0;
}

.section-header__description ul li::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--lightblue);
  display: inline-block;
  position: absolute;
  left: 5px;
  top: 10px;
}

.section-text {
  font-family: var(--solomon);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  color: var(--lightblue);
  margin: 0 0 40px;
}

.section-footer__button {
  display: none;
  justify-content: center;
  text-align: center;
  margin: 40px 0 0;
}

.company-info {
  margin: 40px 0;
}

.company-info-wrapper {
  border-top: 1px solid var(--lightgray);
  padding: 40px 0 0;
}

.company-info__title {
  font-family: var(--solomon);
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
  color: var(--darkblue);
  margin: 0 0 24px;
}

.company-info__content {
  font-family: var(--solomon);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  color: var(--darkblue);
}

.company-info__content h3 {
  font-weight: 600;
  font-size: 20px;
  margin: 16px 0 0;
}

.company-info__content p {
  margin: 8px 0;
}

.company-info__content a {
  color: var(--darkblue);
  text-decoration: none;
  text-underline-offset: 4px;
  transition: all 0.3s;
}

.company-info__content a:hover {
  text-decoration: underline;
}

.accordion {
}

.accordion__content {
  display: grid;
  grid-template-rows: 0fr;
  transition-duration: 0.3s;
}

.accordion__content-body {
  overflow: hidden;
}

.accordion__details[open] + .accordion__content {
  grid-template-rows: 1fr;
}

.tech-chars-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.tech-chars__image {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  background: var(--lightgray2);
  overflow: hidden;
}

.tech-chars__image img {
  object-fit: contain;
  width: 100%;
  max-width: 500px;
}

.tech-chars__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.tech-chars__item {
  display: flex;
  padding: 30px;
  gap: 30px;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 20px;
  background: var(--lightblue2);
  min-height: 235px;
}

.tech-chars__item-title {
  font-family: var(--solomon);
  font-weight: 600;
  font-size: 32px;
  line-height: normal;
  color: var(--blue);
}

.tech-chars__item-description {
  font-family: var(--solomon);
  font-weight: 400;
  font-size: 18px;
  line-height: normal;
  color: var(--lightblue);
}

@media all and (max-width: 1480px) {
  #header .header-logo img {
    max-width: 158px;
  }
}

@media all and (max-width: 1280px) {
  .mobile-show {
    display: block;
  }

  #header .header-contacts:not(.mobile) {
    display: none;
  }

  #header .header-callback:not(.mobile) {
    display: none;
  }

  #header .socnetwork-item-link {
    width: 54px;
    height: 54px;
  }

  #header .socnetwork-item-link[data-type="phone"] {
    display: flex;
  }

  #header .socnetwork-item-link img {
    width: 24px;
  }

  nav.breadcrumbs {
    margin-top: 150px;
  }
}

@media all and (max-width: 1200px) {
  .about-block .about-image {
    max-width: 50%;
  }
}

@media all and (min-width: 1025px) {
  .specs-block .specs-block-wrapper .specs-text {
    max-width: 50%;
  }

  .specs-block .specs-content {
    margin-right: 100px;
  }

  .about-block:not(.reverse) .about-image {
    margin-right: 50px;
  }

  .about-block.reverse .about-content {
    margin-right: 50px;
  }
}

@media all and (max-width: 1024px) {
  .hidden-1024 {
    display: none;
  }

  #main > :is(div, section):not(:first-child),
  #main > :is(div, section):only-child {
    margin: 100px 0;
  }

  .company-page > #main > :is(div, section):not(:first-child),
  .another-page > #main > :is(div, section):not(:first-child),
  .another-page > #main > :is(div, section):only-child {
    margin: 80px 0;
  }

  .another-page > #main > :is(div, section):first-child:not(.banner-items) {
    margin: 40px 0 80px;
  }

  .container-inner {
    padding: 0 40px;
  }

  .main-button {
    /*padding: 20px;*/
  }

  /*region promred-table-wrapper */
  .promred-table-wrapper table td,
  .promred-table-wrapper table th {
  }
  /*endregion*/

  /*region details */
  .details table td:first-child,
  .details table th:first-child {
    min-width: 320px;
  }
  /*endregion*/

  /* 404 */
  .page-404-item:first-child {
    margin-right: 40px;
  }

  .page-404-item:last-child img {
    height: 500px;
  }

  /* about-block */
  .about-block .about-block-wrapper {
    flex-direction: column !important;
  }

  .company-page .about-block .about-image img {
    object-position: center center;
  }

  .about-block .about-image {
    max-width: 50%;
    min-width: 100%;
    margin-bottom: 40px;
    width: 100%;
    height: auto;
  }

  .about-block .about-content-description {
    font-size: 16px;
  }

  /* contacts */
  #main > .contacts {
    margin-top: 40px !important;
  }

  /* footer */
  .footer-flex-top {
    margin: 0;
    flex-direction: column;
  }

  .footer-flex-top > div {
    padding: 0;
  }

  .footer-flex-top .footer-flex-menu,
  .footer-flex-top .footer-flex-contacts {
    max-width: 100%;
    margin-top: 50px;
  }

  .footer-flex-top .footer-slogan {
    width: 100%;
  }

  /* specs-block */
  .specs-block .specs-block-wrapper {
    flex-direction: column-reverse;
    background-position: -85% 100%;
    background-size: 120%;
    padding: 0;
  }

  .specs-block .specs-content {
    margin-top: 40px;
  }

  .specs-block .specs-item {
    margin-bottom: 100px;
  }

  .specs-block .specs-content .specs-item:nth-child(odd) {
    align-self: center;
  }

  .specs-block .specs-content .specs-item:nth-child(odd):not(:first-child) {
    margin-left: 30%;
  }

  .specs-block .specs-content .specs-item:last-child {
    margin-right: 30%;
  }

  .tech-chars-content {
    grid-template-columns: 1fr;
  }

  .tech-chars__item {
    min-height: 180px;
  }

  .tech-chars__item-title {
    font-size: 24px;
  }

  .tech-chars__item-description {
    font-size: 16px;
  }

  .section-header--text {
    flex-direction: column;
  }

  .section-header__description {
    max-width: 100%;
  }

  .request-open-form--manager .request-content {
    width: 60%;
    padding: 70px 30px;
  }

  .request-open-form--manager .request-image {
    background-size: cover;
    background-position: bottom left;
    margin: 0;
    padding: 40px 10px;
  }

  .articles-tags-content .articles-tags {
    flex-wrap: nowrap;
    overflow: scroll;
  }
}

@media all and (max-width: 768px) {
  .hidden-768 {
    display: none;
  }

  .section-subtitle {
    font-size: 14px;
  }

  .section-text {
    font-size: 18px;
  }

  .about-block .about-image {
    margin-bottom: 40px;
  }
  .container-inner {
    padding: 0 20px;
  }

  h1.page-title {
    font-size: 36px;
  }

  .h2-title {
    font-size: 36px;
  }

  .quote-block .quote-content {
    font-size: 30px;
  }

  .quote-block .quote-contact .quote-fio {
    font-size: 30px;
  }

  /*region promred-table-wrapper */
  .promred-table-wrapper table td,
  .promred-table-wrapper table th {
    font-size: 14px;
    line-height: 18px;
  }
  /*endregion*/

  /*region details */
  .details .details-top {
    margin: -10px;
  }

  .details .details-top > * {
    margin: 10px;
  }

  .details table td:first-child,
  .details table th:first-child {
    min-width: unset;
  }
  /*endregion*/

  /*region about-block */
  .about-block .about-image img {
    height: 680px;
  }
  /*endregion */

  /*region specs-block */
  .specs-block .specs-block-wrapper {
    background-position: -20% 105%;
    background-size: 150%;
  }

  .specs-block .specs-content {
    flex-wrap: wrap;
    justify-content: normal;
  }

  .specs-block .specs-item {
    max-width: 35%;
  }

  .specs-block .specs-content .specs-item:nth-child(odd) {
    align-self: flex-end;
  }

  .specs-block .specs-content .specs-item:nth-child(odd):not(:first-child) {
    margin-left: 0;
  }
  /*endregion*/

  /* company-page */
  .description-wrapper .description-title {
  }

  .request-open-form .request-image {
    width: 50%;
    background-size: contain;
    background-position: right;
  }

  .request-open-form.blue .request-image {
    background-size: cover;
    background-position: center;
  }

  .request-open-form .request-image {
    width: 55%;
    background-size: cover;
    background-position: bottom left;
  }

  .request-open-form.blue .request-content {
    padding: 50px;
  }

  .request-open-form .request-content .description-txt {
    font-size: 16px;
  }

  .analogue__button {
    width: 100%;
  }

  /*region cookies-notify */
  .cookies-notify {
    height: 100%;
  }

  .cookies-notify-content {
    flex-direction: column;
  }

  .cookies-notify-content > *:not(:last-child) {
    margin: 0 0 1rem;
  }

  .cookies-notify-content .cookies-notify__title {
    display: flex;
  }

  .cookies-notify-content .cookies-notify__description {
    text-align: center;
  }

  .cookies-notify-content .cookies-notify__button {
    width: 100%;
    padding: 0.75rem;
  }
  /*endregion */

  .request-open-form.blue .request-content .request-title {
    font-size: 36px;
  }
}

@media all and (max-width: 640px) {
  #body.banner-page nav.breadcrumbs {
    top: 120px;
  }

  .header-over__text {
    font-size: 12px;
  }

  .header-over__text svg {
    min-width: 16px;
    width: 16px;
    height: 16px;
  }

  .modal-image {
    display: none;
  }

  .modal-header {
    padding: 20px 0 0;
  }

  .modal__content {
    padding: 1.2rem;
  }

  .modal-dialog--middle {
    padding: 25px;
  }

  .modal__close {
    width: 1rem;
    height: 1rem;
  }

  .specs-block .specs-block-wrapper {
    background-position: -20% bottom;
    background-size: 250%;
  }

  .specs-block .specs-item {
    max-width: 50%;
  }

  .mobile-menu-burger {
    margin-left: 20px;
  }

  #header .socnetwork-item-link {
    width: 40px;
    height: 40px;
  }

  .section-header__button {
    display: none;
  }

  .section-footer__button {
    display: flex;
    width: 100%;
  }
}

@media all and (max-width: 530px) {

}

@media all and (max-width: 479px) {

  .modal-header .modal-title {
    font-size: 28px;
  }
}

@media all and (max-width: 1435px) {
  #header .header-contacts .phone-item {
    font-size: 20px;
  }

  #header .header-contacts .email-item {
    font-size: 16px;
  }

  .second-button {
    padding: 13px 25px;
    font-size: 16px;
    line-height: 19px;
  }
}

@media all and (max-width: 640px) {
  .request-open-form {
  }

  .request-open-form .request-content {
    width: 100%;
    padding: 70px 30px;
  }

  .request-open-form--manager .request-content {
    padding: 70px 30px 10px;
  }

  .request-open-form .request-content .request-btn {
    width: 100%;
    text-align: center;
  }

  .request-open-form .request-image {
    width: 100%;
    position: static;
    padding-bottom: 50%;
  }

  .request-open-form.blue .request-content,
  .request-open-form.blue .request-image {
    width: 100%;
  }

  .request-open-form--manager .request-image {
    background-size: contain;
    background-position: top right;
    padding: 30px;
    height: 300px;
  }

  .request-image-caption {
    gap: 10px;
  }

  .request-image-caption-title {
    font-size: 16px;
  }

  .request-image-caption-description {
    font-size: 14px;
  }

  .promred-description {
    font-size: 16px;
  }
}

@media all and (max-width: 560px) {
  .h2-title {
    font-size: 24px;
  }

  .h3-title {
    font-size: 22px;
  }
}

@media all and (max-width: 480px) {
  #main > :is(div, section):not(:first-child),
  #main > :is(div, section):only-child {
    margin: 80px 0;
  }

  .header-wrapper {
    align-items: center;
  }

  .modal__content {
    padding: 0.2rem;
  }

  .tags-wrapper .tag {
    min-width: fit-content;
  }

  .main-button {
    width: 100%;
    padding: 20px 0;
  }

  .white-button {
    width: 100%;
    padding: 20px 0;
  }

  h1.page-title {
    font-size: 24px;
  }

  /* footer */
  .footer-flex-bottom {
    flex-direction: column;
  }

  .footer-flex-bottom .footer-menu {
    margin: 0;
  }

  .footer-flex-bottom .footer-menu a {
    padding: 30px 0 0;
    width: 100%;
  }

  /* 404 */
  .page-404-wrapper {
    flex-direction: column-reverse;
  }

  .page-404-item:first-child {
    margin: 16px 0 0;
  }

  .page-404-item:last-child img {
    height: 270px;
  }

  .page-404-button {
    max-width: 100%;
  }

  /* quote */
  .quote-block .quote-content {
    font-size: 20px;
  }
  .quote-block .quote-contact .quote-fio {
    font-size: 20px;
  }
  .quote-block .quote-contact .quote-post {
    font-size: 16px;
  }

  /* specs-block */
  .specs-block .specs-content .specs-item:last-child {
    align-self: flex-start;
  }

  .specs-block .specs-block-wrapper {
    background-position: -10% bottom;
    background-size: 400%;
  }

  .specs-block .specs-item-title {
    font-size: 20px;
  }

  .tech-chars__image img {
    max-height: 300px;
  }

  .tech-chars-content {
    gap: 20px;
  }

  .tech-chars__items {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .tech-chars__item {
    padding: 20px;
    gap: 20px;
    min-height: 150px;
  }

  .tech-chars__item-title {
    font-size: 20px;
  }

  /* about-block */
  .about-block .about-content-description {
  }

  .about-block .about-image img {
    height: 360px;
  }

  .request-open-form.blue .request-content {
    padding: 40px 15px;
  }

  .request-open-form.blue .request-content .request-title {
    font-size: 24px;
  }

  .section-subtitle {
    font-size: 12px;
  }

  .section-header__description {
    font-size: 16px;
  }

  .section-header__description ul li {
    font-size: 16px;
  }

  .section-text {
    font-size: 16px;
  }

  .promred-search {
    padding: 8px 10px;
  }

  .promred-search__field {
    font-size: 14px;
  }

  .promred-search__submit {
    width: 16px;
    height: 16px;
  }
}

/*
@media all and (max-width:460px) {
	.main-button {
		text-align: center;
		width: 100%;
	}
}*/
@media all and (max-width: 360px) {
  .container-inner {
    padding: 0 10px;
  }

  .scroll-to-top {
    right: 10px;
  }

  .about-block .about-image img {
    height: 250px;
  }
}
