:root {
  --color-blue: #204395;
  --color-light-blue: #24BBB2;
  /* 4B7FCA, F8EDE5, F4F099, 93CC6B */
  /* DEE8EC, C5C3B0 */
}
body {
  margin: 0px;
  color: #333;
  font-family: "Arial", sans-serif;
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /*-webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; */
}
ul {
  list-style: none;
}
img {
  max-width: 100%;
  height: auto;
}
h2 {
  font-size: 38px;
  line-height: 1.25;
  color: #555;
  position: relative;
  margin-bottom: 1em;
  padding-bottom: 10px;
}
h3 {
  font-size: 28px;
  line-height: 1.25;
  color: #555;
  position: relative;
  margin-bottom: 1em;
  padding-bottom: 10px;
}
h2:after,
h3:after {
  content: "";
  width: 100px;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: var(--color-light-blue);
}
a {
  color: var(--color-light-blue);
  text-decoration: none;
}
a:hover {
  color: var(--color-blue);
}
section {
  padding: 50px 0px;
  position: relative;
}

.container {
  width: 100%;
    max-width: 1240px;
    padding: 0px 20px;
    margin: 0px auto;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex.jcsb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header {
  /*background: #F6F8FC;*/
  padding: 20px 0px;
}
.logo {
  max-width: 250px;
}
.top {
  padding: 0px;
  background: #ece9e6;
}
.inner-page .top {
  background-image: linear-gradient(45deg, var(--color-light-blue), var(--color-blue));
  padding: 40px 0px;
}
.inner-page .top h1 {
  color: #fff;
}
.top-bnr {
  background-image: url(../images/top-bnr2.jpg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.top h1 {
  color: #555;
  color: var(--color-light-blue);
  font-size: 48px;
}
.top-bnr p {
  color: #555;
  font-size: 20px;
  line-height: 1.4;
  max-width: 400px;
  margin-top: 1em;
}
.about p {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 1em;
}
.header-contacts a {
  font-size: 20px;
  font-weight: 600;
}
.about {
}
.contacts {
  padding: 0px;
  height: 400px;
}
.contacts-info {
  position: absolute;
  background: #fff;
  border-radius: 10px;
  padding: 20px 20px 20px;
  box-shadow: 0 0 10px #999;
  max-width: 400px;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
}
.contacts-info h2 {
  margin-bottom: 30px;
  font-size: 32px;
}
.contacts-info a {
  color: #333;
  padding-left: 35px;
  line-height: 30px;
  margin-bottom: 10px;
  background-repeat: no-repeat;
  background-position: left center;
  display: inline-block;
}
.contacts-info a:hover {
  color: var(--color-light-blue);
}
.ci_phone a {
  background-image: url(../images/phone.svg);
}
.ci_mail a {
  background-image: url(../images/mail.svg);
}
.ci_address {
  padding-left: 35px;
  background-image: url(../images/address.svg);
  background-repeat: no-repeat;
  background-position: left center;
  margin-bottom: 10px;
}
.ci_schema {
  margin-top: 10px;
}
.ci_schema a {
  color: var(--color-light-blue);
}
.our-products {
  padding-bottom: 80px;
  background: #e3f4f8;
}
.products-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  margin: 0px -20px;
}
.pr {
  flex: 0 0 calc(50% - 40px);
  position: relative;
  overflow: hidden;
  margin: 0px 20px 40px;
}
.pr img {
  object-fit: cover;
  object-position: center;
  transition-duration: 3s;
  display: block;
}
.pr:hover img {
  transform: scale(1.1);
}
.pr span {
  position: absolute;
  bottom: 0px;
  left: 0px;
  color: #fff;
  width: 100%;
  text-align: center;
  padding: 15px 15px;
  font-weight: 600;
  font-size: 24px;
  background: rgba(0, 0, 0, 0.5);
}
/**/
.with-sidebar {
  display: flex;
  justify-content: space-between;
  margin: 50px auto;
}
.sidebar {
  flex: 0 0 25%;
  background: #F5F5FF;
  border-radius: 10px;
  padding: 15px;
}
.page-content {
  flex: 0 0 75%;
  padding: 0px 0px 0px 40px;
}
.page-content p {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 0.75em;
}
.page-content h4 {
  font-size: 24px;
  line-height: 1.4;
  color: var(--color-light-blue);
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}
.page-content table {
  margin: 40px 0px;
  width: 100%;
}
.page-content table tr:first-of-type td {
  font-weight: 600;
  border-bottom: 2px solid var(--color-light-blue);
}
.page-content table.without-head tr:first-of-type td {
  font-weight: 400;
  border-bottom: none;
}
.page-content table tr:nth-of-type(2n+1) {
  background: #f0f0f0;
}
.page-content table td {
  padding: 5px;
}
.product-types {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-gap: 20px;
}
.p-type {
  margin-bottom: 40px;
  text-align: center;
}
.p-type a {
  display: block;
}
.p-type:hover .p-type__image {
  transform: scale(1.1);
}
.p-type__image {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
}
.p-type__name {
  margin-top: 15px;
  font-size: 18px;
  font-weight: 700;
  color: #555;
  display: block;
  text-align: center;
}
.news {
  margin-bottom: 30px;
}
.news:last-of-type {
  margin-bottom: 0px;
}
/*.news-image {
  display: none;
}*/
.news-title {
  margin-bottom: 10px; 
}
.news-date {
  color: #555;
  margin-bottom: 10px; 
  font-weight: 600;
}
/**/
.breadcrumbs {
  color: #555;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 40px;
  padding: 8px 0px 15px;
  position: relative;
}
.breadcrumbs:after {
  content: "";
  height: 4px;
  width: 200px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: var(--color-light-blue);
}
.breadcrumbs li {
  display: inline-block;
}
.breadcrumbs a {
  color: inherit;
  margin-right: 5px;
}
.breadcrumbs a:hover {
  color: var(--color-light-blue);
}
.breadcrumbs a:after {
  content: "/";
  color: #555;
  margin-left: 5px;
}
/**/
.products-list {
  font-size: 18px;
  line-height: 1.6;
}
.products-list__icon {
  margin-top: 40px;
}
/**/
.partners {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 40px;
}
.partner {
  flex: 0 0 20%;
  padding: 20px;
}
.partner:hover {
  transform: scale(1.1);
}

.footer {
  padding: 20px;
  background: #135;
  color: #fff;
  font-size: 20px;
}
.footer-logo {
  max-width: 200px;
}

@media (max-width: 768px) {
  .top-bnr {
    height: 280px;
  }
  .pr span {
    font-size: 16px;
  }
  .contacts {
    height: auto;
  }
  .contacts-info {
    position: relative;
    box-shadow: none;
    max-width: none;
    padding: 40px 0px;
    transform: none;
  }
  .with-sidebar {
    flex-direction: column-reverse;
  }
  .sidebar {
    flex: 0 0 100%;
  }
  .page-content {
    flex: 0 0 100%;
    padding: 0px 0px 40px 0px;
  }
  .partner {
    flex: 0 0 25%;
  }
}
@media (max-width: 600px) {
  h2 {
    font-size: 28px;
  }
  .top h1 {
    font-size: 36px;
  }
  .products-wrapper {
    flex-direction: column;
    margin: 0px;
  }
  .pr {
    margin: 20px 0px;
  }
  .top-bnr {
    background-image: none;
    height: auto;
    padding: 30px 0px;
  }
  .top-bnr p {
    max-width: none;
    margin-top: 0.5em;
  }
  .footer .container {
    flex-direction: column;
    align-items: center;
  }
  .footer-logo {
    margin-bottom: 20px;
  }
  .copyright {
    text-align: center;
  }
  .partner {
    flex: 0 0 33%;
  }
  .page-content table td {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .header-contacts a {
    font-size: 0px;
  }
  .header-contacts a:before {
    content: url(../images/phone.svg);
  }
  .partner {
    flex: 0 0 50%;
  }
  .page-content table {
    margin: 40px -20px;
    width: calc(100% + 40px);
  }
  .page-content table td {
    font-size: 12px;
  }
}
@media (max-width: 375px) {
  .logo img {
    max-width: 140px;
  }
  .page-content table td {
    font-size: 10px;
  }
}