@font-face {
  font-family: "Mplus-black";
  src: url("../fonts/MPLUSRounded1c-Black.ttf");
  /*font-display: swap;*/
}

@font-face {
  font-family: "Mplus-Bold";
  src: url("../fonts/MPLUSRounded1c-Bold.ttf");
  /*font-display: swap;*/
}
body {
  background: #fcfcfc;
  font-family: "Mplus-Bold";
}
ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

a:hover,
a:focus {
  text-decoration: none;
}

.container-fluid {
  /*padding: 0 160px;*/
  width: 1500px;
}
.blur {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(53, 53, 53, 0.42);
  z-index: 8;
  transition: 0.3s linear;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
}
.blur.active {
  opacity: 1;
  visibility: visible;
}
header {
  background: white;
  padding: 20px 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
.fixed {
  margin-top: 132px;
}
header .logo img {
  width: 130px;
}
header .col-12 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .rightMenu {
  display: flex;
  align-items: center;
}

header .rightMenu .dropdown-toggle {
  margin-left: 20px;
  background: #ffffff;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.04);
  border-radius: 19px;
  border: unset;
  padding: 1px 15px;
  display: none;
}
.dropdown-toggle {
  display: block !important;
}
.dropdown-menu {
  min-width: auto;
  text-transform: uppercase;
}

.dropdown-item {
  padding: 0.25rem 1rem;
}
.dropdown-toggle::after {
  background-image: url(../img/down.png);
  width: 13px;
  height: 9px;
  background-size: contain;
  background-repeat: no-repeat;
  border: unset;
  vertical-align: unset;
}
.mainBanner .bannerItem {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mainBanner .bannerItem .image {
  background-position: center;
  background-size: cover;
  padding-bottom: 40%;
  width: 100%;
  background-blend-mode: darken;
  background: rgba(0, 0, 0, 0.199);
}
@media (max-width: 768px) {
  .mainBanner .bannerItem .image {
    background-position: bottom;
    background-size: cover !important;
  }
}
.mainBanner .bannerItem .text {
  position: absolute;
  text-align: center;
  width: 1000px;
  z-index: 1;
  text-align: left;
  width: 1470px;
}

.mainBanner .bannerItem .text a h1 {
  font-size: 65px;
  font-weight: bold;
  margin-bottom: 0;
  max-width: 650px;
  color: #fff;
  /* text-shadow: 0px 0px 1px black, 0 0 25px black, 0 0 5px black; */

  /*  color: #2D3163; */
}

.mainBanner .bannerItem:after {
  /* background: rgb(53 53 53 / 42%); */
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.mainBanner .bannerItem .text a {
  /* background: #68A4D3;
    box-sizing: border-box;
    color: white;
    padding: 15px 25px;
    display: inline-block;
    margin-top: 25px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    line-height: 29px;
    border-radius: 4px; */
  text-decoration: none;
}

.mainBanner .flickity-page-dots {
  bottom: 35px;
}

.mainBanner .flickity-page-dots .dot {
  border: 2px solid #c4c4c4;
  width: 20px;
  height: 20px;
  opacity: 1;
  background: unset;
}

.mainBanner .flickity-page-dots .dot.is-selected {
  background: #68a4d3;
  border-color: #68a4d3;
}
.sectionTitle {
  text-align: center;
}

.indexProducts .desc {
  font-size: 18px;
  text-align: center;
  color: #686868;
  width: 720px;
  margin: 0 auto;
  margin-bottom: 40px;
}

.sectionTitle h2 {
  font-weight: 600;
  font-size: 30px;
  line-height: 41px;
  margin-bottom: 25px;
  color: #243665;
}

.indexProducts {
  margin-top: 70px;
}

.indexProducts .item {
  margin-bottom: 28px;
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  height: 360px !important;
  position: relative;
  border: 1px solid rgba(106, 143, 239, 0.66);
}

.indexProducts .item:hover .item__under__hover {
  bottom: 0;
}
.item .item__under__hover {
  background: rgba(106, 143, 239, 0.66);
  height: 100px;
  position: absolute;
  bottom: -40px;
  width: 100%;
  padding: 9px 40px;
  box-sizing: border-box;
  transition: 300ms linear;
}

.item .item__under__hover a {
  text-decoration: none;
}
.item .item__under__hover a h4 {
  font-size: 28px;
  margin-bottom: 0;
  text-align: center;
  color: white;
  margin: 0;
  line-height: 45px;
}

.indexProducts .item .image {
  padding-bottom: 58%;
  background-position: center;
  background-size: cover;
  width: 100%;
}

.indexProducts .item .prImg {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.indexProducts .item .prImg .hovered {
  position: absolute;
  z-index: 1;
}

.hovered {
  background: #68a4d3;
  border-radius: 32px;
  padding: 3px 19px;
  color: white;
  font-size: 20px;
  transition: 0.3s linear;
  opacity: 0;
  visibility: hidden;
  border: 2px solid #68a4d3;
}
.hovered:hover {
  color: #68a4d3;
  background: white;
}
.indexProducts .item .name {
  padding: 40px;
  text-align: center;
  background: rgba(106, 143, 239, 0.66);
}

.indexProducts .item .name h4 {
  font-weight: 600;
  font-size: 28px;
  line-height: 38px;
  color: #fff;
  margin-bottom: 0;
}
.indexProducts .item .prImg a:first-child {
  display: block;
  width: 100%;
  position: relative;
}
/* .indexProducts .item .prImg a:first-child:after {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    content: '';
    background: rgb(72 72 72 / 24%);
    transition: .3s linear;
    opacity: 0;
    visibility: hidden;
} */
.indexProducts .prImg:hover a:first-child:after,
.indexProducts .prImg:hover .hovered {
  opacity: 1;
  visibility: visible;
}

.cta {
  position: relative;
  margin: auto;
  padding: 12px 18px;
  transition: all 0.2s ease;
  border: none;
  background: none;
  margin-bottom: 20px;
}

.cta:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-radius: 50px;
  background: #b1dae7;
  width: 45px;
  height: 45px;
  transition: all 0.3s ease;
}

.cta span {
  position: relative;
  font-family: "Ubuntu", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #234567;
}
.cta span a {
  position: relative;
  font-family: "Ubuntu", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #234567;
}

.cta svg {
  position: relative;
  top: 0;
  margin-left: 10px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #234567;
  stroke-width: 2;
  transform: translateX(-5px);
  transition: all 0.3s ease;
}

.cta:hover:before {
  width: 100%;
  background: #b1dae7;
}

.cta:hover svg {
  transform: translateX(0);
}

.cta:active {
  transform: scale(0.95);
}

.showMore a {
  background: #68a4d3;
  border-radius: 32px;
  padding: 5px 40px;
  color: white;
  font-size: 24px;
  transition: 0.3s linear;
  border: 2px solid #68a4d3;
}
.showMore a:hover {
  background: white;
  color: #68a4d3;
}
.showMore {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 70px;
}
.projects .showMore {
  margin-bottom: 0;
}
.prImage {
  height: 630px;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  background-position: top;
}

.selectedProduct {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.selectedProduct .text {
  position: absolute;
  z-index: 1;
  text-align: center;
}

.selectedProduct:after {
  background: rgba(36, 54, 101, 0.34);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.selectedProduct .text h4 {
  font-size: 40px;
  line-height: 55px;
  margin-bottom: 26px;
  color: white;
  width: 700px;
}

.selectedProduct .text a {
  display: inline-block;
  padding: 7px 35px;
  color: white;
  border: 2px solid white;
  border-radius: 13px;
}
.services {
  background: #f1f2f4;
  padding-bottom: 120px;
  padding-top: 70px;
}

.services .title {
  text-align: center;
  margin-bottom: 70px;
}

.services .title h2 {
  font-size: 32px;
  line-height: 44px;
  color: #243665;
}

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

.services .item h5 {
  color: #5a5a5a;
  font-size: 17px;
  line-height: 25px;
  margin-top: 15px;
  margin-bottom: 0;
}
.projects {
  margin-top: 70px;
}

.projects .col-md-4:first-child,
.projects .col-md-4:nth-child(5) {
  flex: 0 0 40%;
  max-width: 40%;
}

.projects .col-md-4:nth-child(2),
.projects .col-md-4:nth-child(6) {
  flex: 0 0 25%;
  max-width: 25%;
}

.projects .col-md-4:nth-child(3),
.projects .col-md-4:nth-child(4) {
  flex: 0 0 35%;
  max-width: 35%;
}

.projects .item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 4px;
}

.projects .col-md-4:first-child .item .image,
.projects .col-md-4:nth-child(5) .item .image {
  padding-bottom: 61%;
}

.projects .col-md-4:nth-child(2) .item .image,
.projects .col-md-4:nth-child(6) .item .image {
  padding-bottom: 100%;
}

.projects .col-md-4:nth-child(3) .item .image,
.projects .col-md-4:nth-child(4) .item .image {
  padding-bottom: 70%;
}

.projects .item .image {
  background-position: center;
  background-size: cover;
  width: 100%;
}

.projects .item .text {
  position: absolute;
  z-index: 1;
  text-align: center;
  padding: 0 20px;
  width: 100%;
}

.projects .item .text h4 {
  font-size: 28px;
  color: white;
  margin-bottom: 35px;
}
.projects .item > a:first-child {
  display: block;
  width: 100%;
}
.projects .item > a:first-child:after {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  content: "";
  background: rgb(72 72 72 / 24%);
  transition: 0.3s linear;
}

.projects .item:hover .hovered {
  opacity: 1;
  visibility: visible;
}

.projects .item .hovered {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0px);
}
.headerPanel {
  background: #243665;
  width: 100%;
  height: 21px;
  margin-bottom: 70px;
}

.projectPage .title {
  text-align: center;
  margin-top: 15px;
}

.projectPage .title h1 {
  font-size: 28px;
  color: #243665;
  font-weight: bold;
  margin-bottom: 20px;
}

.projectPage .searchProjects {
  text-align: center;
  margin-bottom: 70px;
}

.projectPage .searchProjects .btn-success {
  font-size: 22px;
  background: #68a4d3;
  border-radius: 4px;
  border-color: #68a4d3;
  padding: 7px 25px;
  margin-left: 25px;
}
.projectPage .searchProjects select {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  border-radius: 4px;
  font-size: 22px;
  line-height: 30px;
  color: #787878;
  padding: 10px 15px;
}

.projectPage .searchProjects form {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.projectPage .item {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 4px;
}
.catalog_hover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #000;
  text-align: center;
  line-height: 35px;
  opacity: 0;
  z-index: 9999;
  width: 100%;
  padding: 30px 30px;
  background: #fff;
  transition: 0.3s;
}
.projectView .item a:hover .catalog_hover {
  opacity: 1;
}

.projectPage .item .image {
  padding-bottom: 80%;
  background-size: cover;
  background-position: center;
  height: 600px;
}

.projectPage .item .text {
  position: absolute;
  bottom: -32px;
  width: 100%;
  left: 0;
  background: rgba(106, 143, 239, 0.66);
  color: white;
  text-align: center;
  padding: 27px;
  transition: 0.3s linear;
}

.projectPage .item .hovered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.projectPage .item .text h2 {
  font-size: 28px;
  margin-bottom: 0;
  color: white;
}

.projectPage .item .text p {
  margin-bottom: 0;
  margin-top: 8px;
}

.projectPage .item:hover .hovered {
  opacity: 1;
  visibility: visible;
}

.projectPage .item .text .address {
  opacity: 0;
  visibility: visible;
  transition: 0.3s linear;
}

.projectPage .item:hover .text {
  bottom: 0;
}

.projectPage .item:hover .address {
  opacity: 1;
  visibility: visible;
}
.projectView .item img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s linear;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}

.projectView.projectPage .item .image {
  padding-bottom: 65%;
}
.projectView {
  min-height: 36vh;
}
.projectView .info {
  margin-bottom: 50px;
  font-size: 24px;
  color: #243665;
}

.projectView .item:hover img,
.projectView .item:hover a:after {
  opacity: 1;
  visibility: visible;
}
.projectView .item a {
  position: relative;
  display: block;
}
.projectView .item a:after {
  background: rgba(2, 23, 79, 0.47);
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  transition: 0.3s linear;
  opacity: 0;
  visibility: hidden;
}
.viewbox-content {
  margin: 0;
}

.viewbox-header {
  display: none;
}

.viewbox-footer {
  display: none;
}
.breadCrumbs a {
  margin-right: 10px;
  color: black;
  font-size: 18px;
}

.breadCrumbs img {
  margin-right: 15px;
  margin-bottom: -2px;
}

.breadCrumbs {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
  flex-wrap: wrap;
}
.productPage .item {
  margin-bottom: 40px;
  overflow: hidden;
}

.productPage .item .image {
  padding-bottom: 72%;
  background-position: center;
  background-size: cover;
  border: 1px solid #cccccc;
  transition: 0.3s linear;
}

.productPage .item p {
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  color: #2f488b;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 0;
}

.productPage .item:hover .image {
  border-color: transparent;
  box-shadow: 0 6px 11px rgba(0, 0, 0, 0.1);
}
.productPage .col-md-10 .col-12:first-child {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 50px;
  align-items: center;
}

.productPage .prSearch input {
  background: #ffffff;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  border-radius: 39px;
  width: 385px;
  height: 40px;
  padding: 5px 45px 5px 15px;
  color: #7d7d7d;
  font-size: 17px;
}

.productPage .prSearch .form-group {
  position: relative;
  margin-bottom: 0;
}

.productPage .prSearch .form-group button {
  position: absolute;
  right: 15px;
  background: white;
  border: unset;
  top: 5px;
}

input:focus,
button:focus,
textarea:focus {
  outline: unset;
}

.productPage .selectedCategories a {
  font-weight: 600;
  color: #2f2f2f;
  font-size: 36px;
  line-height: 49px;
}
.productPage .selectedCategories a:not([href]):not([tabindex]) {
  color: #2f488b;
}
.productPage .selectedCategories .mainCat {
  color: black;
  font-weight: 800;
}
.productPage .selectedCategories .subCat {
  color: #2f488b;
  font-weight: 600;
}
.productPage .categoryFilter {
  margin-top: 10px;
}
.productPage .categoryFilter .head h4 {
  font-size: 22px;
  color: #000;
}
.productPage .categoryFilter h4 {
  font-weight: 800;
  font-size: 20px;
  line-height: 27px;
  color: #2f488b;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #d5d0d0;
  padding-bottom: 15px;
  margin-bottom: 15px;
  justify-content: space-between;
  padding-right: 15px;
}
/*.productPage .categoryFilter .card-header h4 img {
    transition: .3s linear;
    transform: rotate(90deg);
}

.productPage .categoryFilter .card-header .collapsed img {
    transform: rotate(0deg);
}*/
.productPage .col-md-2 {
  flex: unset;
  max-width: 370px;
  border: 1px solid #d5d0d0;
}

.productPage .col-md-10 {
  flex: unset;
  max-width: 100%;
}

.productPage .categoryFilter .card {
  border: 0;
  background: unset;
}

.productPage .categoryFilter .card-header {
  border: 0;
  background: unset;
  padding: 0;
}

.productPage .categoryFilter .card-body {
  padding: 0;
}

.productPage .categoryFilter li {
  border-bottom: 1px solid #d5d0d0;
  margin-bottom: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
}

.productPage .categoryFilter li a {
  font-size: 18px;
  line-height: 27px;
  color: #68a4d3;
}
.productPage .categoryFilter li a:hover {
  color: #2f488b;
  transition: all 400ms ease;
}

.productPage .categoryFilter .card-header h4 {
  cursor: pointer;
}
.productPage .categoryFilter h4 a {
  color: inherit;
}
.productRow {
  flex-wrap: nowrap;
}
@media (max-width: 768px) {
  .productRow {
    flex-direction: column-reverse;
  }
}

.productPage .categoryFilter li.active a {
  color: #2f488b;
}
.pagination {
  justify-content: center;
  margin-top: 20px;
}

.pagination ul {
  display: flex;
  align-items: center;
}

.pagination ul li {
  margin: 0 5px;
  width: 26px;
  height: 26px;
}

.pagination ul li:first-child,
.pagination ul li:last-child {
  border-radius: 50%;
  background: #243665;
  width: 20px;
  height: 20px;
}

.pagination ul li:first-child img,
.pagination ul li:last-child img {
  margin-top: 4px;
}

.pagination ul li a {
  font-size: 24px;
  line-height: 28px;
  color: #243665;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 4px;
}

.pagination ul li.active {
  border: 1px solid;
  border-radius: 50%;
}
.imagePanel {
  height: 304px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  position: relative;
  background-position: center;
  background-size: cover;
  margin-bottom: 70px;
}

.imagePanel h1 {
  font-size: 50px;
  z-index: 1;
}

.imagePanel:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(84, 84, 84, 0.3);
}

.contactInfo {
  display: flex;
  margin-bottom: 30px;
  gap: 1.5rem;
}

.contactInfo .contactInfoCol {
  flex: 1;
}

.contactInfo .contactInfoCol h4 {
  font-weight: 600;
  font-size: 26px;
  margin-bottom: 50px;
  color: #243665;
}

.contactInfo .contactInfoCol li {
  display: flex;
  margin-bottom: 40px;
  align-items: center;
}
.contactInfo .contactInfoCol li .icon {
  width: 37px;
  text-align: center;
  margin-right: 20px;
}

.contactInfo .contactInfoCol li a,
.contactInfo .contactInfoCol li p {
  max-width: 320px;
  font-size: 20px;
  line-height: 27px;
  color: #000000;
  margin-bottom: 0;
}

.contactInfo .contactInfoCol li p span {
  display: block;
  font-size: 16px;
  line-height: normal;
}
div#map {
  height: 600px;
  width: 50%;
}

.contactMapForm {
  display: flex;
}

.contactMapForm form {
  background: #243665;
  width: 50%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 30px 100px;
}

.contactMapForm form p {
  font-weight: 600;
  font-size: 26px;
  line-height: 35px;
  color: white;
  margin-bottom: 30px;
}

.contactMapForm form .group {
  display: flex;
  justify-content: space-between;
}

.contactMapForm form .group .form-group {
  width: 48%;
}

.contactMapForm form .group .form-group input,
.contactMapForm form .form-group textarea {
  width: 100%;
  background: #ffffff;
  border-radius: 4px;
  height: 45px;
  border: 0;
  padding: 5px 18px;
  font-size: 20px;
  line-height: 27px;
  color: #585858;
}
.help-block {
  position: absolute;
  color: red;
  font-size: 12px;
}
.contactMapForm form .form-group textarea {
  height: 170px;
  resize: unset;
}

.contactMapForm form .form-group {
  width: 100%;
  margin-bottom: 22px;
}

.contactMapForm form button {
  background: #68a4d3;
  border-radius: 4px;
  border: unset;
  color: white;
  width: 160px;
  height: 55px;
  margin-left: auto;
  font-size: 20px;
}
.about .topPanel {
  padding: 60px 0;
  color: white;
  background: #0d6a9f;
  position: relative;
  margin-bottom: 135px;
}
.about .topPanel .title {
  padding-top: 30px;
}
.about .title h1,
.about .title h2 {
  text-align: center;
  font-weight: 600;
  font-size: 35px;
  margin-bottom: 70px;
  color: #243665;
}

.about .topPanel .title h1 {
  color: white;
}

.about .head h4 {
  color: #243665;
  font-weight: bold;
  font-size: 26px;
  line-height: 35px;
  margin-bottom: 40px;
}

.about .topPanel .head h4 {
  color: white;
}

.about .topPanel .image {
  background-position: center;
  background-size: cover;
  padding-bottom: 58%;
  border-radius: 4px;
  height: 100%;
}

.about .text p {
  color: #484848;
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 0;
}

.about .topPanel .text p {
  padding-right: 50px;
  color: white;
}

.about .topPanel:after {
  content: "";
  width: 100%;
  position: absolute;
  bottom: -20%;
  height: 178px;
  background-image: url(../img/border.PNG);
  background-position: center;
  background-size: cover;
}
.groupCompanies .companiesRow:nth-child(2) .col-md-12 {
  flex-direction: row-reverse;
}

.groupCompanies .companiesRow .col-md-12 {
  display: flex;
  background: #f1f2f4;
  padding: 0;
  /* margin: 0 15px; */
}

.groupCompanies .companiesRow .image {
  width: 58%;
  padding-bottom: 32%;
  background-position: center;
  background-size: cover;
}

.groupCompanies .companiesRow .text {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 55%;
  background: white;
  padding: 50px 20px;
  right: 100px;
  border-radius: 4px;
}

.groupCompanies .companiesRow:nth-child(2) .col-md-12 .text {
  right: unset;
  left: 100px;
}

.companiesRow {
  margin-bottom: 70px;
}

.groupCompanies .companiesRow:nth-child(3) .head {
  text-align: right;
}

.companiesRow .col-12 {
  padding: 0;
}
.companiesRow:last-child {
  margin-bottom: 0;
}
footer {
  padding: 40px 0;
  background: #f1f2f4;
  border-top: 2px solid #243665;
  margin-top: 140px;
}

footer .head h4 {
  font-weight: 600;
  font-size: 24px;
  line-height: 33px;
  color: #2f488b;
  text-transform: uppercase;
  margin-bottom: 28px;
}

footer .partners .head h4 {
  /*text-transform: capitalize;*/
  margin-bottom: 25px;
  /*margin-left: 150px;*/
}
footer .partners a:nth-child(2) img {
  width: 130px;
}
footer .partners a:nth-child(2) {
  display: inline-block;
  margin-right: 60px;
}

footer ul a {
  font-weight: 600;
  font-size: 17px;
  line-height: 23px;
  color: #7d7d7d;
  transition: 0.3s linear;
}

footer ul li {
  margin-bottom: 18px;
}

footer ul li:last-child {
  margin-bottom: 0;
}

footer .col-md-5 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

footer .col-md-5 .head {
  width: 100%;
}

footer ul:last-child {
  padding-right: 50px;
}

footer .social {
  margin-top: 27px;
}

footer .social a {
  margin-right: 20px;
}

footer .social a:last-child {
  margin-right: 0;
}

footer .social a path {
  transition: 0.3s linear;
}

footer .social a:hover path {
  fill: #68a4d3;
}

footer ul a:hover {
  color: #243665;
}
.productSlider {
  display: flex;
  justify-content: space-between;
}

.productSlider .carousel {
  width: 66%;
  margin-right: 20px;
}

.productSlider .carousel-nav {
  width: 32%;
  height: 600px;
  overflow: hidden;
}

.productSlider .carousel .carousel-cell {
  padding-bottom: 75%;
  width: 100%;
}

.productSlider .carousel-nav .carousel-cell {
  width: 100%;
  /*height: 290px;*/
  margin-bottom: 20px;
  padding-bottom: 74%;
}

.productSlider .carousel-cell {
  background-position: center;
  background-size: cover;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.productInfo {
  width: 100%;
  margin-top: 20px;
  position: relative;
}
.productView .productInfo button {
  position: absolute;
  left: 68%;
  top: 0;
  margin-top: 0;
}
.productInfo ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  width: 68%;
}

.productInfo ul li {
  width: 33.3%;
  margin-bottom: 20px;
  padding: 0 10px;
}
.productInfo ul li > div {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 11px 20px;
  height: 100%;
}
.productInfo ul li p {
  text-align: center;
  margin-bottom: 0;
  margin-left: 25px;
  font-size: 15px;
  /* line-height: 19px; */
  color: #4b4b4b;
}

.productInfo ul li p span {
  display: block;
  font-weight: 500;
  color: #243665;
}

.productInfo .share {
  display: flex;
  justify-content: flex-end;
  display: none;
}

.productInfo .share p {
  font-size: 20px;
  line-height: 27px;
  color: #636363;
  margin-right: 35px;
  margin-bottom: 0;
}

.productInfo .share a {
  margin-right: 15px;
}

.productInfo .share a:last-child {
  margin-right: 0;
}

.productView button {
  background: #68a4d3;
  border-radius: 4px;
  border: 0;
  padding: 15px 35px;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #ffffff;
  display: block;
  margin-left: auto;
  margin-top: 30px;
}
.orderForm {
  background: #ffffff;
  padding: 50px 0;
  margin-top: 110px;
  display: none;
}

.orderForm form {
  width: 863px;
  margin: 0 auto;
}

.orderForm input,
.orderForm textarea {
  border: 1px solid rgba(0, 0, 0, 0.18);
  box-sizing: border-box;
  border-radius: 4px;
  font-size: 20px;
  line-height: 27px;
  color: #3e3d3d;
  width: 100%;
  padding: 10px 18px;
}

.orderForm input::placeholder,
.orderForm textarea::placeholder {
  color: #919191;
}

.orderForm .group {
  display: flex;
  justify-content: space-between;
}

.orderForm .group .form-group {
  width: 46%;
  margin-bottom: 30px;
}

.orderForm form textarea {
  height: 150px;
  resize: unset;
}
.sameProducts h3 {
  font-weight: 600;
  font-size: 28px;
  line-height: 38px;
  color: #000000;
  text-align: center;
  margin-bottom: 70px;
  margin-top: 50px;
}

.sameProducts {
  margin-bottom: -40px;
}

#nav-icon1 {
  width: 28px;
  height: 18px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.1s linear;
  -moz-transition: 0.1s linear;
  -o-transition: 0.1s linear;
  transition: 0.1s linear;
  cursor: pointer;
  margin-left: 20px;
}

#nav-icon1 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #243665;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  /*-webkit-transition: .1s linear;*/
  /*-moz-transition: .1s linear;*/
  /*-o-transition: .1s linear;*/
  /*transition: .1s linear;*/
}

#nav-icon1 span:nth-child(1) {
  top: 0px;
}

#nav-icon1 span:nth-child(2) {
  top: 7px;
}

#nav-icon1 span:nth-child(3) {
  top: 14px;
}

#nav-icon1.open span:nth-child(1) {
  top: 8px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#nav-icon1.open span:nth-child(3) {
  top: 8px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.filter {
  margin-top: 30px;
  padding-right: 25px;
  transition: 0.3s linear;
}

.filter .filterItem {
  border: 1px solid #dadde2;
  padding: 30px 34px 40px;
  min-height: 175px;
  margin-bottom: 55px;
}

.filter .filterItem span {
  color: #0a0a0a;
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  display: block;
  margin-bottom: 15px;
}

.filter .filterItem .form-group {
  margin-bottom: 8px;
}

.filter .filterItem .form-group label {
  margin-bottom: 0;
  color: #616161;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.filter .filterItem .form-group label:before {
  content: "";
  border-radius: 4px;
  border: 1px solid #868686;
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-right: 10px;
  transition: 0.3s linear;
}

.filter .filterItem .form-group input[type="checkbox"] {
  display: none;
}

.filter .filterItem .form-group input:checked + label:before {
  background: #2f4892;
  border-color: #2f4892;
}

.filter .filterItem form .form-group {
  display: flex;
  justify-content: space-between;
}

.filter .filterItem form .form-group input {
  width: 48%;
  border: 1px solid #dadde2;
  height: 42px;
  color: #929292;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  padding-left: 18px;
}
.filter .filterItem form .form-group input:focus {
  border-color: #243665;
  color: #243665;
}

.filter .filterItem form button {
  border-radius: 4px;
  border: 1px solid #243665;
  padding: 10px;
  color: #000000;
  font-weight: 500;
  font-size: 16px;
  width: 100%;
  background: white;
}
.filter .filterItem form button:hover {
  color: white;
  background: #243665;
}
.filterBtn {
  display: none;
}
.country .product__title {
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #2f488b;
}
.country p {
  color: rgba(47, 47, 47, 0.75);
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  /* font-style: italic; */
  /* display: flex; */
  /* align-items: center; */
  /* width: 66%; */
  /* justify-content: center; */
  text-align: right;
}

.country p span {
  /* font-style: normal; */
  /* font-weight: bold; */
  margin-left: 5px;
}

.country p:before,
.country p:after {
  content: "";
  width: 70px;
  height: 1px;
  display: inline-block;
  background: #000000;
  margin-top: 6px;
  display: none;
}

.country p:before {
  margin-right: 15px;
}

.country p:after {
  margin-left: 15px;
}

.contactMap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  margin: 3rem 0rem;
}

.contactMap .item__map h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 33px;
  color: #2f488b;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.contactMap iframe {
  width: 100%;
  height: 400px !important;
  border-radius: 4px;
}

.contactMapForm {
  display: flex;
  width: 100%;
  background: #243665;
  justify-content: center;
}

.modal {
  background: rgba(0, 0, 0, 0.7);
}

.modal .close {
  color: #fff !important;
  cursor: pointer;
  font-size: 2.5rem;
  position: relative;
  right: 3rem;
  top: 1rem;
}

.modal-full {
  max-width: 60%;
}

.modal .modal-content {
  margin-top: 6rem;
  background: transparent;
  border: transparent;
}

.nav__form .form__group {
  position: relative;
  border-bottom: 1px solid #fff;
  display: flex;
  justify-content: space-between;
  padding: 0rem 0.8rem;
}

.nav__form input {
  width: 90%;
  background: transparent;
  height: 50px;
  border: none;
  color: #fff;
  font-size: 1.3rem;
}

.nav__form button {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 1.3rem;
}
.open-search {
  margin-left: 20px;
  color: #000 !important;
}
.open-searchMenu {
  position: relative;
  top: 20px;
  width: 100%;
  background: transparent;
  height: 50vh;
  overflow: auto;
  border-radius: 0px 0px 4px 4px;
  display: none;
  padding-right: 10px;
}

.open-searchMenu li a {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0.7rem 0rem;
  border-bottom: 1px solid #9ca5b3;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}

.open-searchMenu li a:hover {
  transition: 0.5s;
  background: #fff;
  color: #000;
}

.open-searchMenu li a span {
  padding: 0px 20px;
}

@media only screen and (max-width: 1024px) {
  .modal-full {
    max-width: 80%;
  }
}

@media (min-width: 1100px) {
  #nav-icon1,
  .back,
  .mainCategory {
    display: none;
  }
  header nav > ul {
    display: flex;
  }

  header nav > ul > li {
    margin-left: 45px;
  }

  header nav > ul > li > a {
    /*font-weight: 500;*/
    font-size: 17px;
    line-height: 21px;
    color: #7d7d7d;
    text-transform: uppercase;
    transition: 0.3s linear;
    position: relative;
  }

  header nav > ul > li:last-child > a {
    background: #68a4d3;
    border-radius: 33px;
    padding: 8px 38px;
    color: white;
    border: 2px solid #68a4d3;
  }

  header nav > ul > li:last-child > a:hover {
    background: white;
    color: #68a4d3;
  }

  header nav > ul > li.active:not(:last-child) > a {
    color: #243665;
  }

  header nav > ul > li:not(:last-child) > a:after {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    left: 0;
    bottom: -10px;
    background: #243665;
    transition: 0.3s linear;
  }

  header nav > ul > li.active > a:after {
    width: 100%;
  }

  header nav > ul > li:hover > a {
    color: #243665;
  }

  header nav > ul > li:hover > a:after {
    width: 100%;
  }
  header nav > ul > li > .subMenu {
    z-index: 2;
    margin-top: 25px;
  }

  header .subMenu > li {
    position: relative;
  }

  header .subMenu > li ul {
    left: 86%;
    z-index: 2;
    top: 0;
  }

  header nav > ul > li ul {
    width: 295px;
    background: white;
    position: absolute;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-top: 4px solid #243665;
    padding: 25px 0;
    transition: 0.3s linear;
    opacity: 0;
    visibility: hidden;
  }

  header nav > ul > li ul a {
    color: #343435;
    font-size: 18px;
    line-height: 25px;
    padding: 3px 44px 3px 25px;
    display: block;
    transition: 0.3s linear;
  }

  header nav > ul > li ul li {
    margin-bottom: 10px;
  }

  header nav > ul > li ul li:last-child {
    margin-bottom: 0;
  }

  header nav > ul > li ul a:hover {
    color: #343435;
    background: #f8f8f8;
  }

  header nav > ul > li:hover > ul {
    opacity: 1;
    visibility: visible;
  }

  header .subMenu > li:hover ul {
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1660px) {
  .container-fluid {
    padding: 0 100px;
    width: 100%;
  }

  header nav > ul > li > a {
    font-size: 16px;
  }

  header nav > ul > li {
    margin-left: 35px;
  }

  header nav > ul > li:last-child > a {
    padding: 8px 30px;
  }

  header nav > ul > li ul {
    width: 260px;
    padding: 20px 0;
  }

  header nav > ul > li ul a {
    font-size: 16px;
  }

  .mainBanner .bannerItem .text h2 {
    /* font-size: 80px; */
  }

  .mainBanner .bannerItem .text {
    padding: 0 100px;
    width: 100%;
  }

  .mainBanner .bannerItem .text a {
    font-size: 19px;
    padding: 15px 20px;
  }

  .indexProducts .item .name h4 {
    font-size: 24px;
  }

  .indexProducts .item .name {
    padding: 30px;
  }

  .hovered {
    font-size: 20px;
    padding: 5px 30px;
  }

  .showMore a {
    font-size: 22px;
  }

  .projects .item .text h4 {
    font-size: 26px;
  }
  .projectPage .item .image {
    height: 550px;
  }

  footer {
    margin-top: 120px;
  }
  .projects .col-md-4:first-child,
  .projects .col-md-4:nth-child(5) {
    flex: 0 0 37%;
    max-width: 37%;
  }

  .projects .col-md-4:nth-child(2),
  .projects .col-md-4:nth-child(6) {
    flex: 0 0 28%;
    max-width: 28%;
  }
  .projects .col-md-4:first-child .item .image,
  .projects .col-md-4:nth-child(5) .item .image {
    padding-bottom: 74%;
  }

  .projects .col-md-4:nth-child(3) .item .image,
  .projects .col-md-4:nth-child(4) .item .image {
    padding-bottom: 78.5%;
  }
}

@media (max-width: 1440px) {
  .productInfo ul {
    width: 77%;
  }

  .productView .productInfo button {
    left: unset;
    right: 0;
  }
  header .rightMenu .dropdown-toggle {
    margin-left: 25px;
  }
  .container-fluid {
    padding: 0 50px;
  }

  header nav > ul > li:last-child > a {
    padding: 8px 20px;
  }

  header nav > ul > li {
    margin-left: 25px;
  }

  .mainBanner .bannerItem .text h2 {
    font-size: 55px;
    line-height: normal;
  }

  .mainBanner .flickity-page-dots .dot {
    width: 17px;
    height: 17px;
  }

  .mainBanner .bannerItem .text {
    padding: 0 50px;
  }

  .mainBanner .bannerItem .text a {
    font-size: 17px;
    margin-top: 30px;
  }

  .mainBanner .flickity-page-dots {
    /*bottom: 50px;*/
  }

  .indexProducts .item .name h4 {
    font-size: 22px;
  }

  .hovered {
    font-size: 16px;
    padding: 5px 20px;
  }

  footer {
    margin-top: 100px;
  }

  footer .head h4 {
    font-size: 22px;
  }

  footer ul a {
    font-size: 16px;
  }

  footer ul li {
    margin-bottom: 15px;
  }
  .productPage .col-md-2 {
    max-width: 300px;
  }

  .productPage .categoryFilter h4 {
    font-size: 18px;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .productPage .categoryFilter li a {
    font-size: 18px;
  }

  .productPage .categoryFilter li {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .productPage .selectedCategories a {
    font-size: 32px;
  }

  .productPage .col-md-10 .col-12:first-child {
    margin-bottom: 35px;
  }

  .headerPanel {
    margin-bottom: 50px;
    height: 17px;
  }

  .productPage .prSearch input {
    width: 320px;
  }
  .productInfo {
    /* width: 77%; */
  }
  .projectPage .item .text h2 {
    font-size: 22px;
  }
  .contactMapForm form {
    width: 60%;
  }
}

@media (max-width: 1299px) {
  .productInfo ul {
    width: 100%;
  }

  .productView .productInfo button {
    position: unset;
  }
  .filter .filterItem {
    padding: 25px 20px;
    margin-bottom: 40px;
    min-height: auto;
  }

  .filter {
    padding-right: 0;
  }

  .filter .filterItem span {
    font-size: 18px;
  }
  header nav > ul > li > a {
    font-size: 14px;
  }
  .prImage {
    height: 550px;
  }

  .mainBanner .bannerItem .text h2 {
    font-size: 45px;
  }

  .mainBanner .bannerItem .text a {
    font-size: 16px;
  }

  .indexProducts {
    margin-top: 50px;
  }

  .sectionTitle h2 {
    font-size: 28px;
  }

  .indexProducts .desc {
    font-size: 16px;
  }

  .indexProducts .item .name {
    padding: 25px;
  }

  .indexProducts .item .name h4 {
    font-size: 20px;
  }

  .showMore a {
    font-size: 20px;
    padding: 5px 30px;
  }

  .showMore {
    margin-top: 30px;
    margin-bottom: 50px;
  }

  .selectedProduct .text h4 {
    font-size: 34px;
    width: 500px;
  }

  .services .title h2 {
    font-size: 30px;
  }

  .services .title {
    margin-bottom: 50px;
  }

  .services {
    padding-bottom: 90px;
    padding-top: 60px;
  }

  .services .item h5 {
    font-size: 16px;
  }

  .projects {
    margin-top: 50px;
  }

  .projects .item .text h4 {
    font-size: 22px;
  }

  footer {
    margin-top: 80px;
  }

  footer ul:last-child {
    padding-right: 0;
  }

  footer .social {
    margin-top: 20px;
  }

  footer .social svg {
    width: 35px;
    height: 35px;
  }
  .about .text p {
    font-size: 18px;
  }

  .groupCompanies .companiesRow .text {
    padding: 30px 20px;
  }

  .groupCompanies .companiesRow .image {
    padding-bottom: 28%;
  }

  .about .head h4 {
    font-size: 22px;
  }

  .about .title h1,
  .about .title h2 {
    font-size: 28px;
    margin-bottom: 50px;
  }

  .companiesRow {
    margin-bottom: 50px;
  }
  .productPage .selectedCategories a {
    font-size: 28px;
  }

  .productPage .prSearch input {
    width: 280px;
  }

  .productPage .categoryFilter li a {
    font-size: 16px;
  }

  .productPage .categoryFilter h4 {
    font-size: 16px;
    padding-right: 0;
  }

  .productPage .col-md-2 {
    max-width: 250px;
  }

  .productPage .item {
    margin-bottom: 30px;
  }

  .productPage .item p {
    font-size: 18px;
    margin-top: 20px;
  }

  .breadCrumbs a {
    font-size: 16px;
  }
  .productInfo {
    width: 100%;
  }
  .imagePanel {
    height: 250px;
  }

  .imagePanel h1 {
    font-size: 46px;
  }

  .contactInfo .contactInfoCol h4 {
    font-size: 24px;
    margin-bottom: 40px;
  }

  .contactInfo .contactInfoCol li a,
  .contactInfo .contactInfoCol li p {
    font-size: 18px;
  }

  .contactInfo .contactInfoCol li {
    margin-bottom: 30px;
  }

  .contactMapForm form {
    padding: 20px 80px;
  }

  .contactMapForm form p {
    font-size: 22px;
  }

  .contactMapForm form .group .form-group input,
  .contactMapForm form .form-group textarea {
    font-size: 16px;
  }

  div#map {
    height: 500px;
  }

  .contactMapForm form .form-group textarea {
    height: 130px;
  }

  .contactMapForm form button {
    font-size: 18px;
    height: 48px;
    width: 140px;
  }
  .about .topPanel:after {
    bottom: -27%;
  }
}

@media (max-width: 1099px) {
  .fixed {
    margin-top: 91px;
  }
  #nav-icon1.open {
    position: fixed;
    z-index: 111;
    right: 15px;
    top: 20px;
  }
  nav {
    position: fixed;
    right: -260px;
    background: white;
    top: 0;
    bottom: 0;
    z-index: 10;
    box-shadow: 0 6px 11px rgba(0, 0, 0, 0.1);
    padding: 50px 30px;
    transition: 0.3s linear;
    width: 260px;
  }
  nav.open {
    right: 0;
  }
  header nav > ul > li ul {
    width: auto;
    padding: 0;
  }

  header nav > ul > li {
    margin-left: 0;
  }

  header nav a {
    color: #243665;
  }

  header nav > ul > li ul {
    position: fixed;
    top: 0;
    right: -260px;
    transition: 0.3s linear;
    width: 260px;
    z-index: 12;
    background: white;
    padding: 50px 30px;
    bottom: 0;
  }

  header nav > ul > li:last-child > a {
    padding: 0;
  }

  header nav a {
    display: block;
  }
  header nav .haveSub ul.open {
    right: 0;
  }
  header nav > ul li {
    margin-bottom: 15px;
  }
  li.mainCategory a {
    background: rgba(36, 54, 101, 0.2);
    padding: 15px 30px;
    margin: 0 -30px 15px;
  }
  li.back a {
    display: flex;
    align-items: center;
  }
  li.back a:before {
    content: "";
    display: inline-block;
    background-image: url(../img/arrDown.png);
    width: 14px;
    height: 8px;
    background-size: cover;
    transform: rotate(90deg);
    margin-right: 10px;
  }

  .container-fluid {
    padding: 0 30px;
  }

  header .logo img {
    width: 140px;
  }

  header {
    padding: 15px 0;
  }

  .mainBanner .bannerItem .text h2 {
    font-size: 35px;
  }

  .mainBanner .bannerItem .text {
    padding: 0 30px;
  }

  .mainBanner .bannerItem .text a {
    padding: 10px 15px;
  }

  .mainBanner .flickity-page-dots {
    bottom: 20px;
  }

  .indexProducts {
    margin-top: 30px;
  }

  .sectionTitle h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }

  .indexProducts .desc {
    font-size: 15px;
  }

  .indexProducts .item .name h4 {
    font-size: 18px;
    line-height: normal;
  }

  .showMore {
    margin-top: 15px;
  }

  .prImage {
    height: 400px;
  }

  .selectedProduct .text h4 {
    font-size: 28px;
    line-height: normal;
    width: 450px;
  }

  .selectedProduct .text a {
    padding: 7px 25px;
  }

  .services {
    padding-top: 30px;
    padding-bottom: 60px;
  }

  .services .title h2 {
    font-size: 26px;
    margin-bottom: 0;
    line-height: normal;
  }

  .services .item h5 {
    font-size: 14px;
    line-height: normal;
  }

  .sectionTitle h2 {
    margin-bottom: 25px;
    font-size: 22px;
  }

  .projects {
    margin-top: 30px;
  }

  .projects .col-md-4 {
    flex: 0 0 33.333333% !important;
    max-width: 33.333333% !important;
  }

  .projects .item .image {
    padding-bottom: 75% !important;
  }

  .projects .item .text h4 {
    font-size: 20px;
  }

  footer {
    margin-top: 60px;
  }

  footer .col-md-7,
  footer .col-md-5 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  footer .head h4 {
    font-size: 20px;
    margin-bottom: 15px;
  }

  footer .partners .head h4 {
    margin-left: 0;
    margin-bottom: 15px;
  }

  footer .partners a:nth-child(2) {
    margin-right: 40px;
  }

  footer ul a {
    font-size: 14px;
  }

  footer ul li {
    margin-bottom: 10px;
  }

  footer .partners a:nth-child(2) img {
    width: 120px;
  }

  footer .partners a:nth-child(3) img {
    width: 200px;
  }
  .about .text p {
    font-size: 15px;
    line-height: 24px;
  }

  .about .head h4 {
    font-size: 20px;
    margin-bottom: 25px;
  }

  .about .topPanel .text p {
    padding-right: 5px;
  }

  .about .title h1,
  .about .title h2 {
    font-size: 26px;
    margin-bottom: 30px;
  }

  .companiesRow {
    margin-bottom: 30px;
  }
  .productPage .selectedCategories a {
    font-size: 22px;
    line-height: normal;
  }

  .productPage .col-md-10 .col-12:first-child {
    margin-bottom: 25px;
  }

  .productPage .prSearch input {
    width: 250px;
    height: 38px;
  }

  .productPage .prSearch .form-group button {
    top: 4px;
  }

  .headerPanel {
    margin-bottom: 30px;
    height: 10px;
  }
  .productSlider .carousel {
    width: 75%;
  }

  .productSlider .carousel-nav {
    width: 24%;
  }

  .sameProducts h3 {
    font-size: 24px;
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .projectPage .item .text h2 {
    font-size: 18px;
  }

  .projectPage .item .text {
    padding: 15px;
  }

  .projectPage .item .text p {
    font-size: 14px;
  }
  .projectPage .searchProjects {
    margin-bottom: 40px;
  }

  .projectPage .searchProjects select {
    font-size: 18px;
    padding: 8px 10px;
  }

  .projectPage .searchProjects .btn-success {
    font-size: 18px;
  }

  .projectPage .title h1 {
    font-size: 24px;
  }
  .contactInfo .contactInfoCol h4 {
    font-size: 20px;
    margin-bottom: 25px;
  }

  .contactInfo .contactInfoCol li a,
  .contactInfo .contactInfoCol li p {
    font-size: 16px;
  }

  .contactInfo .contactInfoCol li .icon {
    width: 27px;
    margin-right: 15px;
  }

  .contactInfo .contactInfoCol li {
    margin-bottom: 20px;
  }

  .contactInfo {
    margin-bottom: 20px;
  }

  .contactMapForm form {
    padding: 15px 40px;
  }

  div#map {
    height: 450px;
  }

  .contactMapForm form .group .form-group input {
    height: 40px;
  }

  .contactMapForm form .form-group textarea {
    height: 120px;
  }

  .contactMapForm form p {
    font-size: 20px;
    margin-bottom: 25px;
  }

  .imagePanel h1 {
    font-size: 40px;
  }

  .imagePanel {
    height: 220px;
    margin-bottom: 50px;
  }
}

@media (max-width: 991px) {
  .productPage .col-md-2 .categoryFilter {
    display: none;
  }

  .filter {
    position: absolute;
    left: -100%;
    z-index: 10;
    background: white;
    margin-top: 63px;
    box-shadow: 0 6px 11px rgb(0 0 0 / 10%);
    padding: 20px;
  }

  .filter .filterItem:last-child {
    margin-bottom: 0;
  }

  .filter.open {
    left: 30px;
  }
  .productPage .col-md-10 .col-12.filterRow {
    justify-content: space-between;
  }
  .filterBtn {
    display: flex;
    cursor: pointer;
    font-size: 18px;
    align-items: center;
  }
  .filterBtn img {
    width: 30px;
    height: 30px;
    margin-left: 10px;
  }
  .orderForm form {
    width: 100%;
  }
  .projects .col-md-4 {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
  .mainBanner .bannerItem .image {
    padding-bottom: 45%;
  }

  .mainBanner .bannerItem .text h2 {
    font-size: 28px;
  }

  .indexProducts .desc {
    width: 100%;
  }

  .services .title h2 {
    font-size: 22px;
  }

  .services .container {
    max-width: 100%;
  }

  .showMore a {
    font-size: 18px;
  }
  .about .container {
    max-width: 97%;
  }

  .about .topPanel {
    padding: 30px 0;
    margin-bottom: 150px;
  }

  .about .topPanel:after {
    bottom: -50%;
  }

  .about .title h1,
  .about .title h2 {
    font-size: 23px;
    margin-bottom: 20px;
  }

  .about .head h4 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .productPage .col-md-2 {
    /* display: none; */
    position: unset;
    max-width: unset;
    width: auto;
    padding: 0;
  }
  .projectView .info {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .contactMapForm {
    display: block;
  }

  div#map {
    width: 100%;
  }

  .contactMapForm form {
    width: 100%;
    margin-top: 30px;
    padding: 30px 100px;
  }
  .groupCompanies .companiesRow .text {
    padding: 15px;
  }
  .projectPage .item .image {
    height: 530px;
  }
}

@media (max-width: 880px) {
  .projectPage .item .image {
    height: 420px;
  }
  .contactMap {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .contactMap iframe {
    height: 350px !important;
  }
}

@media only screen and (max-width: 768px) {
  .modal-full {
    max-width: 95%;
  }
  .open-searchMenu {
    height: 60vh;
  }
}

@media (max-width: 767px) {
  .fixed {
    margin-top: 76px;
  }
  .filter {
    margin-top: 50px;
    width: 95%;
  }

  .filter.open {
    left: 15px;
  }
  .projects .col-md-4 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .mainBanner .bannerItem .image {
    padding-bottom: 60%;
  }

  .mainBanner .bannerItem .text {
    padding: 0 15px;
  }

  .mainBanner .bannerItem .text h2 {
    /*font-size: 20px;*/
    max-width: 400px;
  }

  .mainBanner .bannerItem .text a {
    font-size: 14px;
    padding: 7px 10px;
    margin-top: 15px;
  }

  .mainBanner .flickity-page-dots {
    bottom: 10px;
  }

  .mainBanner .flickity-page-dots .dot {
    width: 15px;
    height: 15px;
  }

  .container-fluid {
    padding: 0 15px;
  }
  .certificate_img {
    padding: 0 15px !important;
  }
  .selectedProduct .text h4 {
    width: 100%;
    font-size: 20px;
  }

  .selectedProduct .text a {
    padding: 5px 15px;
  }

  .prImage {
    height: 350px;
  }

  .services .title h2 {
    font-size: 20px;
  }

  .services .item .image {
    width: 50px;
    margin: 0 auto;
  }

  .services .item .image img {
    width: 100%;
  }

  .services .item {
    margin-bottom: 30px;
  }

  .services {
    padding-bottom: 20px;
  }

  .country p {
    text-align: left;
  }

  footer .col-md-7,
  footer .col-md-5 {
    flex: 0 0 100%;
    max-width: 100%;
  }

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

  footer {
    margin-top: 40px;
    padding: 25px 0;
  }

  footer .social {
    margin-top: 15px;
  }

  header .logo img {
    width: 105px;
  }
  .productPage .col-md-10 .col-12:first-child {
    flex-direction: column;
    align-items: flex-start;
  }

  .productPage .selectedCategories a {
    font-size: 19px;
  }

  .breadCrumbs {
    margin-bottom: 25px;
  }

  .headerPanel {
    margin-bottom: 20px;
    height: 6px;
  }

  .productPage .prSearch input {
    width: 100%;
  }

  .prSearch {
    margin-top: 20px;
    width: 100%;
  }
  .productSlider .carousel-nav {
    display: none;
  }

  .productSlider .carousel {
    width: 100%;
    margin-right: 0;
  }

  .productInfo ul li {
    width: 49%;
  }

  .productInfo ul li p {
    font-size: 13px;
    margin-left: 12px;
  }

  .productInfo ul li .icon {
    width: 30px;
    height: 30px;
  }

  .productInfo ul li .icon img {
    max-width: 100%;
    max-height: 100%;
  }

  .productInfo .share p {
    font-size: 18px;
    margin-right: 20px;
  }

  .productInfo .share a {
    margin-right: 10px;
  }

  .productView button {
    padding: 10px 25px;
    font-size: 16px;
    margin-top: 20px;
  }

  .sameProducts h3 {
    font-size: 19px;
    margin: 20px 0;
  }
  .orderForm .group {
    display: block;
  }

  .orderForm .group .form-group {
    width: 100%;
    margin-bottom: 20px;
  }

  .orderForm input,
  .orderForm textarea {
    font-size: 16px;
    padding: 7px 15px;
  }

  .orderForm {
    padding: 30px 0;
  }
  .about .topPanel:after {
    display: none;
  }

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

  .about .topPanel .text p {
    padding-right: 0;
    margin-bottom: 20px;
  }

  .about .title h1,
  .about .title h2 {
    font-size: 20px;
  }

  .about .head h4 {
    font-size: 17px;
    line-height: normal;
    margin-bottom: 15px;
  }

  .groupCompanies .companiesRow .col-md-12 {
    display: block;
    background-color: unset;
    padding: 0 15px;
  }

  .groupCompanies .companiesRow .text {
    position: unset;
    transform: unset;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }

  .groupCompanies .companiesRow .image {
    width: 100%;
    padding-bottom: 53%;
  }

  .companiesRow .col-12 {
    padding: 0 15px;
  }

  .groupCompanies .companiesRow:nth-child(3) .head {
    text-align: left;
  }
  .contactInfo {
    display: block;
  }

  .contactInfo .contactInfoCol:first-child {
    margin-right: 0;
    margin-bottom: 30px;
  }

  .imagePanel {
    height: 150px;
    margin-bottom: 30px;
  }

  .imagePanel h1 {
    font-size: 28px;
  }

  div#map {
    height: 380px;
  }

  .contactMapForm form {
    padding: 20px;
  }
}

/*showroom*/
.showroomTop-bg {
  width: 100%;
  height: 19px;
  background: #2f00ac;
}

.showroom-title {
  text-align: center;
  padding: 33px;
}

.showroom-title h3 {
  color: rgba(47, 0, 172, 1);
  font-size: 38px;
}

.showroom-title p {
  text-align: left;
  padding: 1% 6%;
  font-size: 18px;
}

.showroom-galery {
  width: 85%;
  height: auto;
  margin: 0px auto;
  padding: 10px 0px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.showroom-galery .showroom_item {
  flex-basis: 31%;
  margin-bottom: 40px;
}

.showroom-galery .showroom_item img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  object-position: center;
  border-radius: 4px;
  cursor: pointer;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.15);
}

.showroom_location {
  background: rgba(249, 250, 255, 1);
  padding: 2%;
}

.location_text h3 {
  text-align: center;
  color: rgba(47, 0, 172, 1);
  font-size: 28px;
  line-height: 36px;
}

.showroom_map {
  width: 90%;
  margin: 40px auto 0px;
}

#gmap_canvas {
  width: 100%;
  height: 500px;
}

@media only screen and (max-width: 1024px) {
  .showroom-galery .showroom_item {
    flex-basis: 48%;
  }

  .showroom-galery .showroom_item img {
    height: 280px;
  }
}

@media only screen and (max-width: 600px) {
  .showroom-title {
    text-align: left;
  }

  .showroom-title p {
    padding: 0%;
    font-size: 16px;
    margin-top: 15px;
    display: inline-block;
  }

  .showroom-galery .showroom_item {
    flex-basis: 100%;
  }

  .showroom-galery .showroom_item img {
    height: 270px;
  }

  #gmap_canvas {
    width: 100%;
    height: 400px;
  }
  .projectPage .searchProjects select {
    font-size: 13px;
    padding: 10px 10px;
    margin-bottom: 15px;
  }
  .projectPage .searchProjects .btn-success {
    margin-left: 0px;
  }
  .back_projects {
    position: static !important;
    left: 0px;
    top: 0px;
    padding: 10px 0px 15px;
  }
  /*.certificate_img {*/
  /*   padding-left: 15px!important; */
  /*}*/
  .about .topPanel .image {
    height: 475px;
  }
}

.back_projects {
  display: flex;
  align-items: center;
  position: fixed;
  left: 15px;
  top: 195px;
  z-index: 600;
}
.circle_bmspark {
  width: 50px;
  height: 50px;
  border: 2px solid #68a4d3;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-right: 30px;
  transition: 0.3s;
  background: #fff;
}
.circle_bmspark span i {
  font-size: 18px;
  color: #68a4d3;
}
.certificate_img {
  padding-left: 0px;
}
/*@media only screen and (max-width: 1600px) {*/
/*     .back_projects{*/
/*           position: static;*/
/*           left: 0px;*/
/*           top: 0px;*/
/*           padding:10px 0px 15px;*/
/*      }*/

/*}*/

@media only screen and (max-width: 600px) {
  .modal .modal-content {
    margin-top: 3rem;
  }
  .modal .close {
    font-size: 2rem;
    right: 1rem;
    top: 1rem;
  }
  .nav__form input {
    font-size: 1rem;
  }
  .nav__form button {
    font-size: 1rem;
  }
  .open-searchMenu li a {
    font-size: 13px;
    line-height: 20px;
  }
}
