*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  border: 0px;
  outline: 0;
  background: transparent;
  box-sizing: border-box;
}

header,
footer,
nav,
aside,
article,
section {
  display: block;
}
form[name=form-user-auth], form[name=form-user-remind]{
  max-width: 500px;
}
.text-justify{
  text-align: justify;
}
.w-space{
  white-space: nowrap;
}
.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    line-height: 24px;
}
#mobilemenu {
    background: #fff;
    transition: left .4s ease 0s, opacity .4s ease 0s;
    position: fixed;
    z-index: 3002;
    overflow: hidden;
    overflow-y: auto;
    height: 100%;
}
h1 {
  font-size: 38px;
  line-height: 38px;
  font-weight: 500;
  padding: 25px 0 10px 0;
  line-height: 1.2em;
}
h2 {
  font-size: 48px;
  font-weight: 500;
  padding: 25px 0 10px 0;
  line-height: 1.2em;
}
h3 {
  font-size: 28px;
  font-weight: 500;
  padding: 15px 0 10px 0;
  line-height: 1.2em;
}

table {
  border-collapse: collapse;
  width: 100%;
  border-top: 5px solid #d8e0e6;
  margin: 1em 0;
}
table td,
table th {
  padding: 1em 1.5em 1em 0em;
  border: 0px solid;
  vertical-align: top;
  border-top: 1px solid #d8e0e6;
}

p {
  padding: 0.5em 0 0.5em 0;
  margin: 0;
}
a {
  color: #0077ff;
  text-decoration: none;
  transition: all 0.5s ease-out;
}
a:hover {
  color: #1883fd;
  text-decoration: none;
}

ul {
  list-style: none;
  margin: 0.8em 0 0.8em 1.2em;
}
ul li {
  background: none;
  padding: 10px 0px 10px 16px;
  position: relative;
  line-height: 1.2em;
}

ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: #0077ff;
  position: absolute;
  top: 17px;
  left: -9px;
}

ul li::after {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: none;
  position: absolute;
  top: 14px;
  left: -12px;
  border: 1px solid #ccc;
}

ol {
  margin: 0.8em 0 0.8em 1.2em;
}
ol li {
  padding: 0.5em 1em 0.5em 1em;
}

.cl {
  clear: both;
  height: 0px;
}
img {
  border: 0px;
  max-width: 100%;
}
strong {
  font-weight: 600;
}

html {
  height: 100%;
}
body {
  --white-text: #fff;
  --title-text: #222428;
  --basic-text: #222428;
  height: 100%;
  padding: 0px;
  margin: 0px;
  color: var(--basic-text);
  font-family: "Onest", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  background: var(--white-text);
  line-height: 1.4em;
  overflow-x: hidden;
}

input,
textarea,
select {
  border: 1px solid #ccc;
}
.wrapper{
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
.wrapper-content {
  padding: 0 20px;
}

.header-wrapper {
  position: relative;
  width: 100%;
}

.header {
  position: relative;
  z-index: 100;

  /* width: 100%;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; */
}

.header .header-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.header .header-inner-content {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1600px;
  padding: 0;
  width: 100%;
  color: var(--white-text);
}
.header .header-top-part {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  height: 44px;
  font-size: 14px;
  justify-content: flex-end;
}

.header .header-regions {
  position: relative;
}

.header .header-regions .header-regions-name {
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 170px;
}

.header .header-address {
  color: var(--white-text);
}

.header.dark-style .header-address {
  color: var(--basic-text);
}

.header .header-phones {
  display: flex;
  align-items: center;
  position: relative;
}

.header .header-phones a {
  font-size: 16px;
  font-weight: 500;
  color: var(--white-text);
}

.header.dark-style .header-phones a {
  color: var(--basic-text);
}

.header .header-phones a:hover {
  opacity: 0.7;
}

.header .header-order-call {
  color: var(--white-text);
}

.header.dark-style .header-order-call {
  color: var(--basic-text);
}

.header .header-top-part button {
  border: none;
  padding: 0;
  background: none;
  display: block;
  text-transform: none;
  margin: 0 0 0 20px;
  color: var(--white-text);
  font-size: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
}


.header .header-top-part button:hover {
  opacity: 0.7;
}

.header .header-demo {
  display: flex;
  font-size: 14px;
  margin: 0 0 0 15px;
  align-items: center;
}

.header .header-demo a {
  display: flex;
  font-size: 14px;
  align-items: center;
  font-weight: 300;
  color: #ffffff;
}
.header .dropdown-user-menu a{
  color: var(--basic-text);
}
.header.dark-style .header-top-part button, .header.header.dark-style .header-demo a {
  color: var(--basic-text);
}

.header .dark-style .header-top-part a{
  color: var(--basic-text);
}

.header .header-demo svg {
  width: 18px;
  height: 18px;
  margin: 0 10px 0 0;
}

.header .header-demo svg path {
  stroke: var(--white-text);
}

.header.dark-style .header-demo svg path {
  stroke: var(--basic-text);
}

.header .header-bottom-part {
  height: 80px;
  display: flex;
  align-items: center;
  font-size: 14px;
  justify-content: space-between;
  background-color: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
  padding: 0 25px;
  border-radius: 10px;
}

.header.dark-style .header-bottom-part {
  background-color: rgba(222, 230, 255, 0.25);
}
.topNavig.active{
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0;
    background: #2d2d2d;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
}

.dark-style .topNavig.active{
  background-color: rgba(222, 230, 255, 0.25);
}
.topNavig.active .header-bottom-part{
  background: none;
  backdrop-filter: none;
}

.header .header-bottom-line-block {
  display: flex;
  align-items: center;
  margin: 0;
  gap: 15px;
  flex: 1;
}

.header .header-burger {
  display: flex;
}

.header .header-burger button:hover {
  cursor: pointer;
}

.header .header-burger svg {
  fill: #fff;
  position: relative;
  top: 2px;
}

.header.dark-style .header-burger svg {
  fill: var(--basic-text);
}

.header .header-logo {
  height: 50px;
  display: flex;
  align-items: center;
  width: 195px;
  margin: 0 0 0 15px;
}

.header .header-logo svg {
  width: 180px !important;
  height: auto;
  position: relative;
  top: 3px;
}

.header .header-bottom-content {
  display: flex;
  justify-content: end;
  align-items: center;
  width: 70%;
  margin-left: auto;
}

.header .header-slogan {
  font-size: 14px;
  color: #fff;
  opacity: 0.7;
  line-height: 1.4em;
  width: 188px;
  min-width: 188px;
  max-width: 188px;
}

.header.dark-style .header-slogan {
  color: var(--basic-text);
}

.header .header-nav {
  display: none;
  align-items: center;
  height: 64px;
}

.header .header-nav-item {
  margin: 0 10px;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}

.header .header-nav-item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  height: 100%;
  width: 100%;
  color: var(--white-text);
  font-size: 16px;
  line-height: 16px;
}

.header .header-nav-item a.active {
  color: #0077ff;
}

.header.dark-style .header-nav-item a {
  color: var(--basic-text);
}

.header.dark-style .header-nav-item a.active {
  color: #0077ff;
}

.header .header-nav-item a:hover {
  opacity: 0.7;
}

.header-button {
  display: none;
  margin-left: 30px;
}

.header-button-style {
  height: 41px;
  background-color: #0077ff;
  padding: 0 20px;
  color: var(--white-text);
  font-size: 16px;
  font-weight: 600;
  border-radius: 5px;
  white-space: nowrap;
  line-height: 41px;
}
.header-button-style:hover {
  background-color: #1883fd;
}

.banners-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 850px;
}

.banner-item {
  width: 100%;
  height: 100%;
}

.banner-item-content {
  width: 100%;
  max-width: 1600px;
  height: 100%;
  margin: 0 auto;
  color: var(--white-text);
  display: flex;
  padding: 0 20px;
}

.banner-item-content.dark-style {
  color: var(--basic-text);
}

.banner-item-text {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: start;
}
.banner-item-text h1{
    text-shadow: #000000 1px 0 5px;
}
.banner-item-text-inner {
  display: flex;
  width: 100%;
  flex-direction: column;
}

.banner-item-text h1 {
  font-size: 38px;
  line-height: 1.2em;
}

.banner-item-text b {
  text-align: justify;
  text-shadow: #000000 1px 0 5px;
  font-size: 21px;
  line-height: 1.4em;
  font-weight: 300;
}

.banner-item-btns {
  margin: 35px 0 10px 0;
  display: flex;
}

.banner-item-btns a {
 text-shadow: #000000 1px 0 5px;
  height: 52px;
  padding: 0 25px;
  color: var(--white-text);
  font-size: 18px;
  font-weight: 600;
  border-radius: 5px;
  white-space: nowrap;
  border: 1px solid var(--white-text);
  line-height: 52px;
  margin: 0 25px 0 0;
  transition: all 0.5s ease-out;
}

.banner-item-content.dark-style .banner-item-btns a {
  color: var(--basic-text);
  border: 1px solid var(--basic-text);
}

.banner-item-btns a:hover {
  background-color: #0077ff;
  border: 1px solid #0077ff;
}

.banner-item-content.dark-style .banner-item-btns a:hover {
  color: var(--white-text);
  border: 1px solid #0077ff;
}

.banner-item-btns a.btn-style {
  background-color: #0077ff;
  border: 1px solid #0077ff;
}

.banner-item-content.dark-style .banner-item-btns a.btn-style {
  color: var(--white-text);
  border: 1px solid #0077ff;
}

a.btn-style:hover {
  background-color: #1883fd;
  color: var(--white-text);
}


.banner-item-img {
    width: 210px;
    display: flex;
    align-items: end;
    justify-content: center;
    position: absolute;
    bottom: 0;
    right: 0;
}


.content-index {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  color: var(--basic-text);
  font-size: 18px;
  font-weight: 400;
  display: flex;
  padding-top: 35px;
  padding-bottom: 35px;
  flex-direction: column;
}

.content-index.top880 {
  padding-top: 880px;
}

.content-index a:hover {
  opacity: 0.7;
  text-decoration: underline;
}

.content-index-title {
  font-size: 35px;
  font-weight: 400;
  padding: 35px 0 35px 0;
  line-height: 54px;
}
.content-index-add-text {
  font-size: 21px;
  font-weight: 300;
  line-height: 1.4em;
  padding: 10px 0 10px 0;
}

.content-about-product {
  display: flex;
  justify-content: space-between;
}

.content-about-product-text {
  width: 65%;
  font-size: 21px;
  font-weight: 300;
  line-height: 1.4em;
}
.content-about-product-img.marginTop35 {
  margin-top: 35px;
}

.content-about-product-img img {
  border-radius: 10px;
  width: 100%;
}

.promo-section {
  padding: 0 20px;
  margin: 0 -20px;
  background-color: #f8f8f8;
}

.promo-section-inner {
  width: 100%;
  color: var(--basic-text);
  font-size: 18px;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 0 0 0 0;
}

.promo-section-img {
  z-index: 1;
  display: flex;
  align-self: center;  
}

.promo-section-img img {
  display: none;
  object-fit: cover;
  border-radius: 50%;
  border: 10px solid #c7c7c7;
  opacity: 0;
  height: 290px;
  width: 290px;
}

.promo-section-img img.active {
  opacity: 1;
  display: flex;
}
.promo-section-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin: 0px;
  padding: 35px 0 0 0;
  list-style: none;
  row-gap: 35px;
  align-items: center;
  
}
.features__item {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0;
  height: 20%;
  width: 70%;
}
.features__item:hover{
  color:#1883fd;
}
.features__item::before {
  display: none;
}

.features__item::after {
  display: none;
}

.features__item:nth-child(2n) {
  display: flex;
}

.features__check {
  width: 41px;
  height: 41px;
}

.features__check svg {
  fill: var(--basic-text);
  left: 0px;
  position: static;
  width: inherit;
  height: inherit;
  max-width: none;
}
.features__check svg path {
  fill: var(--basic-text) !important;
}
.features__item:hover .features__check svg path{
	fill:#1883fd !important;
}
.features__text {
  font-weight: 300;
  padding: 0 0 0 20px;
  font-size: 21px;
}

.content-industries {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 35px 0 0 0;
}

.content-industries.content-purpose-block {
  flex-wrap: wrap;
  align-items: stretch;
}

.content-industries-two-block {
  flex-wrap: wrap;
}
  .content-benefits-item, .content-industries-item{
	width: 100%;
  }
  .content-industries.content-purpose-block .content-industries-item{
	  flex-direction: column;
  }
.content-industries-item {
  border: 1px solid #ccc;
  border-radius: 10px;
  overflow: hidden;
  line-height: 1.2em;
  transition: all 0.5s ease-out;
}

.content-industries.content-purpose-block .content-industries-item {
  background: rgba(222, 230, 255, 0.5);
  margin: 0 0 2% 0;
  display: flex;
  align-items: center;
}

.content-industries-item-img {
  position: relative;
  width: 100%;
  height: 220px;
  overflow: hidden;
}

.content-industries.content-purpose-block .content-industries-item-img {
  width: 200px;
  height: 200px;
  margin: 20px 0 20px 20px;
  border-radius: 100px;
  border: 10px solid var(--white-text);
  min-width: 200px;
  min-height: 200px;
}

.content-industries-item-img img {
  width: 100%;
  transition: all 0.5s ease-out;
}

.content-industries.content-purpose-block .content-industries-item-img img {
  height: 100%;
  width: 100%;
}

.certificates-block {
  background: rgba(222, 230, 255, 0.5);
  display: flex;
  flex-direction: column;
  margin: 0 0 2% 0;
  align-items: center;  
}

.certificates-block .content-industries-item-img {
  height: 100%;
  width: 250px;
  min-width: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.certificates-block .content-industries-item-img img {
  width: auto;
  max-width: 100%;
}

.content-industries-item.h-img:hover img {
  transform: scale(1.1);
}
.content-industries-item.h-transform:hover {
  transform: scale(1.05);
}
.content-industries-item-text {
  display: flex;
  flex-direction: column;
  align-items: start;
}

.certificates-block .content-industries-item-text a {
  align-items: start;
}

.certificates-block .content-industries-item-text small {
  background-color: #3fab3c;
  color: var(--white-text);
  padding: 1px 15px;
  border-radius: 3px;
  margin: 10px 0 0 0;
}

.content-industries-item-text small {
  font-size: 14px;
  opacity: 0.7;
  font-weight: 300;
}

.content-industries-item-text span {
  font-size: 24px;
  font-weight: 600;
  padding: 15px 0 15px 0;
  transition: all 0.5s ease-out;
  line-height: 1.2em;
}

.content-industries.content-purpose-block .content-industries-item-text span {
  font-size: 21px;
}

.content-industries-item-text b {
  font-weight: 400;
  font-size: 16px;
  opacity: 0.7;
}

.certificates-block .content-industries-item-text b {
  border-bottom: 4px solid #1883fd;
  width: 100%;
  padding: 0 0 15px 0;
}

.content-industries-item-text em {
  font-style: normal;
  line-height: 1.4em;
  padding: 15px 15px 0 15px;
  font-size: 14px;
  font-weight: 400;
}

.content-industries-item-text div, .content-industries-item-text a{
  display: flex;
  flex-direction: column;
  color: var(--basic-text);
  padding: 10px 25px 25px 25px;
}

.content-industries-item-text a:hover {
  text-decoration: none;
}

.content-industries-item-text a:hover span {
  color: #1883fd;
}

.padding-bottom35 {
  padding-bottom: 35px;
}

.buffer {
  padding: 320px 0 0 0;
}

.footer {
  margin-top: auto;
  background-color: var(--basic-text);
}

.footer-inner {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  color: var(--white-text);
  font-size: 18px;
  font-weight: 400;
  display: flex;
  padding: 35px 2% 0 2%;
  flex-direction: column;
}

.footer-inner-top {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
}

.footer-inner-top-contacts {
  background-color: #2d2d2d;
  border-radius: 10px;
  padding: 25px 25px 25px 25px;
  display: flex;
  justify-content: space-around;
  gap: 25px;
  flex-wrap: wrap;
}
/*
.footer-inner-top-item {
  width: 25%;
}
.footer-inner-top-item:last-child {
  width: 40%;
}
*/
.footer-inner-top b {
  font-weight: 500;
  font-size: 18px;
  padding: 0 0 10px 0;
  display: flex;
}

.footer-inner-top p {
  font-size: 14px;
  line-height: 2em;
}

.footer-inner-top small {
  font-size: 14px;
  opacity: 0.7;
}

.footer-inner-top a {
  color: var(--white-text);
}

.footer-inner-top a:hover {
  text-decoration: underline;
}

.footer-inner-top-address {
  background-color: #2d2d2d;
  border-radius: 10px;
  padding: 25px 25px 25px 25px;
  display: flex;
  flex-direction: column;
  align-items: start;
}

.footer-inner-top-address a.order-call {
  height: 41px;
  padding: 0 25px;
  color: var(--white-text);
  font-size: 16px;
  font-weight: 400;
  border-radius: 5px;
  white-space: nowrap;
  line-height: 41px;
  margin: 10px 0 0 0;
  background-color: #0077ff;
  display: inline-block;
  transition: all 0.5s ease-out;
}

.footer-inner-top-address a.order-call:hover {
  background-color: #1883fd;
  text-decoration: none;
}

.footer-inner-top-address b {
  font-size: 24px;
}

.footer-inner-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  opacity: 0.7;
  padding: 15px 0;
}

.footer-inner-bottom a {
  color: var(--white-text);
}

.content {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  color: var(--basic-text);
  font-size: 18px;
  font-weight: 400;
  display: flex;
  padding: 125px 2% 70px 2%;
  flex-direction: column;
  font-size: 21px;
  font-weight: 300;
  line-height: 14px;
}

.content.content-inner {
  padding-top: 25px;
  padding-bottom: 70px;
}

.breadcrumbs {
  font-size: 14px;
  opacity: 0.7;
  margin: 15px 0 0 0;
}

.content p {
  line-height: 1.4em;
}

.content .content-industries-item {
  line-height: 1.1em;
}

.product-architecture {
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-base-functional {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 15px 0 0 0;
}

.product-base-functional-text {
  font-size: 18px;
  line-height: 1.2em;
  display: flex;
  flex-direction: column;
  margin-bottom: 25px;
}

.product-base-functional-text b {
  border-left: 4px solid #0077ff;
  padding: 0 0 0 15px;
  display: flex;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 21px;
  line-height: 1.2em;
}

.product-base-functional-text p {
  opacity: 0.7;
  padding-left: 15px;
}

.product-base-item {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 10px;
  margin: 0 0 15px 0;
  overflow: hidden;
}

.product-base-title {
  font-size: 24px;
  font-weight: 500;
  padding: 20px 25px;
  line-height: 1.2em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.product-base-title:hover {
  opacity: 0.7;
}

.product-base-title svg {
  position: relative;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.product-base-item.open .product-base-title svg {
  transform: rotate(180deg);
}

.product-base-title svg path {
  fill: var(--basic-text);
}

.product-base-content {
  padding: 0;
  display: none;
}

.product-base-item.open .product-base-content {
  display: block;
}

.product-base-content-inner {
  padding: 0 25px 10px 25px;
}

.content-benefits {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 15px 0 0 0;
}
.content-benefits-item {
  margin: 0 0 2% 0;
  border: 1px solid #ccc;
  border-radius: 10px;
  background-size: cover;
  color: var(--white-text);
  height: 450px;
  position: relative;
  transition: all 0.5s ease-out;
  overflow: hidden;
}

.content-benefits-item.short-block {
  height: 300px;
}

.content-benefits-item:hover {
  cursor: pointer;
  transform: scale(1.05);
  color: #ffffff;
}

.content-benefits-dark-block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
}
.content-benefits-item:hover .content-benefits-dark-block{
  background-color: rgba(0, 0, 0, 0.7);
}


.content-benefits-item a {
  color: var(--white-text);
}

.content-benefits-title {
  min-height: 115px;
  position: absolute;
  top: 150px;
  left: 0;
  width: 100%;
  padding: 10px 25px 5px 25px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: start;
}

.content-benefits-item.short-block .content-benefits-title {
  bottom: 0;
  top: auto;
}

.content-benefits-title small {
  font-size: 14px;
  opacity: 0.7;
  padding: 0 0 10px 0;
}

.content-benefits-title b {
  font-size: 24px;
  font-weight: 500;
  padding: 0 0 10px 0;
  line-height: 1.2em;
}

.content-benefits-title span {
  font-size: 16px;
  line-height: 1.2em;
}

.content-benefits-title em {
  border: 1px solid var(--white-text);
  height: 41px;
  line-height: 41px;
  border-radius: 5px;
  padding: 0 20px;
  font-style: normal;
  margin: 15px 0 0 0;
  font-size: 16px;
}

.content-flex {
  display: flex;
}

.content-btn-style {
  height: 41px;
  background-color: #0077ff;
  padding: 0 20px;
  color: var(--white-text);
  font-size: 16px;
  font-weight: 600;
  border-radius: 5px;
  white-space: nowrap;
  line-height: 41px;
}

.content-btn-style:hover {
  background-color: #1883fd;
  color: var(--white-text);
}
.content-about-product{
	flex-direction: column;
}
.content-about-product.product-block2 {
    flex-direction: column;
}
.content-about-product-text{
	width: 100%;
}
.content-about-product-img {
	width: 70%;
}
.content-about-contacts-map{
    width: 100%;
    height: 400px;
    margin-top: 25px;
}
.wrapper-branch{
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  column-gap: 60px;
}
@media (min-width: 360px){
h1{
  font-size: 44px;
  line-height: 44px;
}

.content-index-title {
  font-size: 40px;
  line-height: 40px;
}
.banner-item-text h1 {
  font-size: 44px;
}
}
@media (min-width: 576px){
h1{
  font-size: 54px;
  line-height: 54px;
}
.content-index-title {
  font-size: 45px;
  line-height: 45px;
}
.banner-item-img {
    width: 320px;
}

.footer-inner-bottom{
    flex-direction: row;
}
.header-button {
  display: flex;
}

.banner-item-img {
    width: 340px;
}
}
@media (min-width: 768px){
.banner-item-text h1 {
  font-size: 74px;
}
.content-index-title {
  font-size: 54px;
}
	.content-about-product-img {
		width: 60%;
	}
  .footer-inner-top{
    flex-direction: row;
  }
  .footer-inner-top-address {
    width: 35%;
  }
  .footer-inner-top-contacts {
    width: 65%;
  }	
  .content-benefits-item, .content-industries-item{
	width: 48%;
  }  
}
@media (min-width: 992px){
  .banner-item-text {
    width: 50%;
  } 
.banner-item-img {
  position: relative;
  width: 50%;
  display: flex;
  align-items: end;
  justify-content: center;
}
.banner-item-img img {
  width: 95%;
}
	.promo-section-list {
	  flex-direction: row;
      justify-content: space-between;
	  column-gap: 5%;
    }
	.features__item{
      width: auto;
	}
	.features__item:nth-child(2n) {
	justify-content: end;
	}
   .features__item:nth-child(2n) .features__check {
    order: 1;
   }
  .features__item:nth-child(2n) .features__text {
    padding: 0 20px 0 0;
  } 
  	.content-about-product, .content-about-product.product-block2{
		flex-direction: row;
	}
	.content-about-product-img {
		width: 35%;
	}	
	.content-about-product-text {
		width: 60%;	
	}    
  .content-about-product.product-block2 .content-about-product-img{
    width: 42%;
  }	
  .content-about-product.product-block2 .content-about-product-text {
    width: 55%;
  }	  
}
@media (min-width: 1200px){
.content-about-contacts-map {
  width: 35%;
  height: auto;
  margin-top: 0px;
}  

.header .header-nav {
  display: flex;
}  
.product-base-functional {
  flex-direction: row;
}
.product-base-functional-text {
    width: 25%;
}
.product-base-functional-list {
    width: 72%;
}	
.promo-section-img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 450px;
  height: 450px;
  margin: -225px 0 0 -225px; 
}
.promo-section-img img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.promo-section-list {
  height: 500px;
  column-gap: 40%; 	
}
.features__item {
  width: 30%;
}
  .content-industries.content-purpose-block{
	  flex-direction: row;
  }
	.content-industries-item, .content-benefits-item, .content-industries.content-purpose-block .content-industries-item {
	  width: 32%;
	}
.certificates-block {
  width: 48%;
  flex-direction: row;	
}
}
@media (min-width: 1400px){
.wrapper-branch{
  flex-direction: row;
}

.content-about-contacts-map {
  width: 35%;
}	
.banner-item-img {
        width: 45%;
}		
.header .header-nav {
  flex-wrap: wrap;
}
  .content-benefits-item{
	width: 23%;
  }
.content-industries.content-purpose-block .content-industries-item{
	width: 32%;
  }
}
@media (min-width: 1600px){
.content-industries.content-purpose-block .content-industries-item{
    flex-direction: row;
  }	
  .features__item {
    width: 50%;
  }
  .promo-section-list {
    height: 500px;	
    flex-direction: row;
	column-gap: 0%;
  }
}