@font-face {
  font-family: "Gilroy Light";
  src: url(/assets/fonts/Gilroy-Light.ttf);
}
@font-face {
  font-family: "Gilroy Regular";
  src: url(/assets/fonts/Gilroy-Regular.ttf);
}
@font-face {
  font-family: "Gilroy SemiBold";
  src: url(/assets/fonts/Gilroy-SemiBold.ttf);
}
@font-face {
  font-family: "Gilroy Bold";
  src: url(/assets/fonts/Gilroy-Bold.ttf);
}
@font-face {
  font-family: "Gilroy Medium";
  src: url(/assets/fonts/Gilroy-Medium.ttf);
}

:root {
  --bg-color1: #ececec;
  --bg-color2: #dbdbdb;
  --bg-color3: #d0d0d0;
  --bg-color4: #dfdfdf;
  --bg-color5: #f4f4f4;
  --tc-color1: #686868;
  --tc-color2: #999999;
  --c-blue: #6188c4;
}

body{
  background-color: var(--bg-color1);
}

header {
  background-color: var(--bg-color1);
}

.header-logo,
.header-city,
.header-phone,
.header-mail {
  margin-top: 65px;
  font-family: "Gilroy Light";
  font-size: 20px;
  color: var(--tc-color1);
  text-align: center;
}
.header-logo{
  padding-left: 0;
}
.header-city a{
  padding-left: 40px;
}

.header-call {
  color: var(--tc-color1);
  cursor: pointer;
}

.header-mail {
  text-decoration: none;
  padding: 0px;
}

.header-phone {
  margin-top: 50px;
  padding-right: 0px;
  color: var(--tc-color1);
}

.header-phone > h3 {
  margin-bottom: 0px;
}

.logo {
  width: 110%;
}

.navigate {
  margin-top: 45px;
  background-color: var(--bg-color2);
  position: relative;
}

.navigate-dropdown {
  background-color: var(--bg-color2);
  display: none;
  transition: all 0.5s ease-in;
  position: absolute;
  margin-right: auto;
  top: 81px;
  z-index: 999;
  width: 100%;
}

.navigate-dropdown .nav-link {
  padding: 15px 50px !important;
}

/* .navigate-dropdown .navbar-drop {
  min-width: 293px;
} */

.nav-drop-left,
.nav-drop-middle {
  border-right: 2px solid #c6c6c6;
}

.nav-link {
  font-family: "Gilroy Regular";
  font-size: 22px;
  padding: 25px 50px 25px 50px !important;
  cursor: pointer;
}

.navbar {
  padding: 0px;
}

.navbar-drop {
  margin-top: 20px;
  margin-bottom: 40px;
  display: block;
  list-style: none;
  padding: 0;
}

.navbar-blue-block {
  background-color: var(--c-blue);
  font-family: "Gilroy Bold";
  color: white;
  font-size: 40px;
  padding: 25px;
  position: relative;
  height: 90%;
}

.navbar-blue-block > a {
  font-family: "Gilroy Regular";
  color: white;
  font-size: 17px;
  bottom: 0;
  position: absolute;
  margin-bottom: 20px;
}

.nav-collapse {
  display: none;
}

.nav-collapse-show {
  display: block;
}

.nav-item-show {
  background-color: #e6e6e6;
}
.lang-btn {
  border-radius: 50%;
  width: 45px;
  height: 45px;
  background-color: #000000;
  color: white;
  font-family: "Gilroy SemiBold";
  margin: 20px 10px 0px 10px;
  border-width: 0px;
  font-size: 22px;
  text-decoration: none;
  padding-top: 6px;
  display: inline-block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.lang-btn-active {
  background-color: var(--c-blue);
}

.offcanvas-bg {
  background-color: var(--bg-color2);
}

.mobilemenu-logo {
  width: 90%;
  justify-content: center;
}
.mobile-logo {
  max-width: 260px;
  display: none;
}

.mobilemenu-nav {
  display: none;
}

.dropdown-menu.show {
  border-radius: 0px;
  border: unset;
  background-color: #ececec;
  font-family: "Gilroy Regular";
  transition: all 1s;
}
.nav-link.show {
  background-color: #ececec;
}

.dropdown {
  display: none;
}

main {
  background-color: var(--bg-color3);
}

#main-video{
  background-color: white;
}
#main-video iframe{
  width: 100%;
  height: 430px;
  margin-bottom: -5px;
}

#about .container{
  padding-right: 0;
}

.about-header {
  padding: 80px 0px 50px 0px;
}
.about-header > h2 {
  display: inline;
  border-bottom: 5px solid var(--c-blue);
  color: var(--c-blue);
  font-family: "Gilroy SemiBold";
}
.logo-vm {
  padding: 5px 0px 0px 0px;
}

.about-text {
  font-family: "Gilroy Regular";
  color: black;
  padding: 0px 0px 0px 50px;
  font-size: 24px;
  line-height: 27px;
}

.features {
  font-family: "Gilroy Semibold";
  font-weight: bold;
  color: black;
  font-size: 20px;
  padding: 40px 15px 50px 0px;
  line-height: 24px;
}

.nav-carousel-left {
  width: 40px;
  position: absolute;
  left: 50px;
  top: 150px;
}
.nav-carousel-right {
  width: 40px;
  position: absolute;
  right: 50px;
  top: 150px;
}

.scaleX {
  transform: scaleX(-1);
}

.slider-name {
  font-family: "Gilroy SemiBold";
  color: var(--c-blue);
}

#slider .container-fluid {
  margin-top: 80px;
}

.owl-stage-outer {
  -webkit-mask-image: linear-gradient(
    80deg,
    transparent,
    #000 25%,
    #000 80%,
    transparent 100%
  );
  mask-image: linear-gradient(
    80deg,
    transparent,
    #000 25%,
    #000 80%,
    transparent 100%
  );
}
.owl-carousel{
  z-index: 0 !important;
}

#presentation{
  background-image: url("/assets/images/Прямоугольник\ 9.png");
  background-repeat: no-repeat;
  position: relative;
  min-height: 907px;
  margin-top: -75px;
  background-size: 100% 100%;
}

.pres-headers {
  color: white;
  position: absolute;
  right: 0;
  bottom: 30%;
}

.pres-headers > h2 {
  font-family: "Gilroy SemiBold";
  font-size: 50px;
}

.pres-headers > h5 {
  font-family: "Gilroy Regular";
  font-size: 27px;
}

.pres-btn {
  font-family: "Gilroy Regular";
  font-weight: 400;
  font-size: 19px;
  text-transform: uppercase;
  background-color: var(--bg-color4);
  border: none;
  border-radius: 0;
  width: 35%;
  height: 70px;
  margin-top: 50px;
}

.pres-btn:hover {
  background-color: rgb(197, 197, 197);
  transition: 0.5s;
}

.pres-image {
  position: absolute;
  bottom: 4%;
}

#videos > .container {
  padding-right: 0;
}

.video-header {
  padding: 80px 0px 30px 0px;
}
.video-header > h2 {
  color: var(--c-blue);
  font-family: "Gilroy SemiBold";
}

.video-underline {
  margin-top: 20px;
  width: 13%;
  border-top: 5px solid var(--c-blue);
}
.video-subtitle {
  padding-left: 0;
  font-family: "Gilroy Regular";
  font-size: 22px;
}

.video-integration {
  width: 100%;
  height: 280px;
}

.video-block {
  padding-left: 0;
}

.video-title {
  font-family: "Gilroy Regular";
  font-size: 22px;
  margin-bottom: 50px;
}

main > #description,
#products {
  background-color: var(--bg-color1);
}

#description {
  padding-left: 112px;
}

.aquaform-description {
  padding: 80px 60px 50px 0px;
}
.aquaform-description > h2 {
  color: var(--c-blue);
  font-family: "Gilroy SemiBold";
  font-size: 40px;
}
.aquaform-description > p {
  font-family: "Gilroy Regular";
  font-size: 23px;
  line-height: 26px;
  padding-top: 20px;
}

.aquaform-params {
  font-family: "Gilroy SemiBold";
  background-color: var(--bg-color4);
  padding: 40px 70px 50px 30px;
  width: 44%;
}

#secondBlock {
  margin-left: auto;
  margin-right: 4.4%;
}

.aquaform-params > h2 {
  color: var(--c-blue);
}

.aquaform-params > h2 {
  font-size: 40px;
}

.aquaform-params > p {
  font-size: 23px;
  line-height: 26px;
  font-weight: bolder;
  padding-bottom: 40px;
}

.aquaform-params-header {
  padding-left: 0px;
  font-size: 23px;
  font-family: "Gilroy Semibold";
  padding-bottom: 20px;
}

.products-img {
  width: 101%;
  padding-bottom: 50px;
}

main > #question-form {
  background-color: var(--bg-color1);
}

#question-form {
  padding-top: 50px;
}

.contacts-info {
  padding-left: 40px;
  margin-bottom: 60px;
}

.contacts-info > h2 {
  font-family: "Gilroy SemiBold";
  color: var(--c-blue);
  padding-bottom: 0;
  margin-bottom: 0;
  font-size: 33px;
}
.contacts-info > p {
  font-family: "Gilroy Medium";
  color: var(--tc-color2);
  font-size: 23px;
  line-height: 26px;
  padding-bottom: 16px;
}

.contacts-info > .container {
  padding-left: 0;
  padding-right: 40px;
}

.question-form {
  border-radius: unset;
  padding-left: 20px;
  background-color: var(--bg-color5);
  font-family: "Gilroy Medium";
  min-height: 60px;
}

.question-form::placeholder {
  color: var(--tc-color2);
}

#question-field {
  padding-bottom: 150px;
  margin-bottom: 25px;
}

.questionsend-btn {
  font-family: "Gilroy Medium";
  background-color: var(--c-blue);
  color: white;
  border: unset;
  width: 100%;
  height: 60px;
}
.questionsend-btn:hover {
  background-color: var(--bg-color3);
  transition: 0.5s;
}

.questionsend-checkbox {
  margin-top: 20px;
}
.form-check > label {
  font-family: "Gilroy Medium";
  color: var(--tc-color2);
  line-height: 20px;
  padding-top: 16px;
}

#map {
  background-color: var(--bg-color2);
}

.yandex-map {
  padding: 0;
  margin: 0;
}

.yandex-map > iframe {
  width: 100%;
  min-height: 400px;
}

#equipment-slider {
  background-color: var(--bg-color1);
}

#equipment-slider {
  padding-top: 50px;
}

#equipment-description {
  background-color: var(--bg-color1);
}

#equipment-description > .container > .row {
  background-color: var(--bg-color3);
}

.equip-advantages {
  padding: 45px 70px 45px 40px;
}

.equip-advantages > h2 {
  color: var(--c-blue);
  font-family: "Gilroy SemiBold";
  font-size: 40px;
}
.equip-advantages > p {
  font-family: "Gilroy Regular";
  font-size: 23px;
  line-height: 26px;
  padding-top: 20px;
}

.equipment-image{
  display: flex;
}

.equipment-image img{
  width: 100%;
  align-self: center;
}

.equip-function {
  text-align: center;
  background-color: var(--bg-color1);
  padding: 70px 70px;
}

.equip-function > p {
  padding-top: 15px;
}

#search {
  background-color: var(--bg-color1);
}

#search-form {
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
#search > .container {
  min-height: 100%;
  padding-bottom: 103px;
}

.search-result > ul > li > a > h2 {
  font-family: "Gilroy SemiBold";
}

.search-result > ul > li > a {
  text-decoration: none;
  color: rgb(45, 45, 45);
}
.search-result > ul > li {
  list-style: none;
}
.search-result > ul {
  padding-left: 0;
}
.search-result > p {
  font-family: "Gilroy Regular";
  font-size: 18px;
}
.result-counter {
  text-align: center;
  font-size: 20px !important;
}

#catalog {
  padding-top: 30px;
  background-color: var(--bg-color1);
}

#catalog > .container{
  padding-left: 0;
}

#catalog > .container > .row > .col-lg-9 {
  padding-right: 0;
}

.nav-block {
  background-color: var(--bg-color2);
  padding: 20px;
  border-bottom: 3px solid #9d9d9d;
}

.nav-block > h2 {
  font-family: "Gilroy SemiBold";
  color: var(--c-blue);
  padding-left: 10px;
}

.nav-block > ul {
  padding-left: 0;
}
.nav-block > ul > li {
  list-style: none;
  line-height: 35px;
  padding-left: 10px;
}
.nav-block > ul > li:hover {
  background-color: var(--bg-color3);
  transition: 0.5s;
}
.nav-block > ul > li > a {
  color: black;
  text-decoration: none;
  font-family: "Gilroy Regular";
  display: block;
  width: 100%;
}

#last-nav-block {
  border: none;
}

.product-blocks-header {
  font-family: "Gilroy SemiBold";
  color: var(--c-blue);
}

.product-blocks {
  background-color: var(--bg-color4);
  padding-bottom: 60px;
  width: 48%;
  position: relative;
  margin-bottom: 30px;
  margin-right: 0;
}
#second-block {
  margin-left: auto;
}
.product-blocks > h2 {
  font-family: "Gilroy SemiBold";
  color: var(--c-blue);
  padding: 0px 20px;
}
.product-blocks > p {
  font-family: "Gilroy Regular";
  padding: 0px 20px;
  font-size: 17px;
}
.product-blocks > a {
  color: #c2c2c2;
  padding: 0px 20px;
  position: absolute;
  bottom: 35px;
}
.product-blocks > img {
  width: 100%;
  padding: 0;
}

.collage > div>  img {
  width: 120%;
  margin-left: -75px;
}
.collage-mini{
  display: inline;
  margin: 0 auto;
}
.collage-mini a{
  padding: 0;
}
.collage-mini img{
  width: 24%;
  margin: 30px auto;
  max-height: 130px;
}

.fixed {
  display: inline-block;
  position: fixed;
  z-index: 99;
  top: 0 !important;
  /* width: 27%; */
}

.absolute {
  display: inline-block;
  position: absolute;
  z-index: 99;
  width: 27%;
}

#infotable {
  padding-top: 80px;
  background-color: var(--bg-color1);
}

.main-specifications {
  padding-top: 50px;
  line-height: 0px;
}
.main-specifications > p {
  font-size: 20px;
  font-family: "Gilroy Regular";
}

.specifications {
  color: var(--tc-color2);
  line-height: 14px;
  padding-top: 20px;
}

.specifications > div > .col-lg {
  padding: 0;
}

.data-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.data-list li {
  display: block;
  overflow: hidden;
  position: relative;
  line-height: 25px;
}

.item__label {
  display: inline-block;
  position: relative;
  font-family: "Gilroy Medium";
}

.item__label:after {
  content: "";
  position: absolute;
  left: 100%;
  right: -9999px;
  bottom: 6px;
  border-bottom: 1px solid var(--tc-color2);
}

.left {
  width: 50%;
  overflow: hidden;
  position: relative;
  float: left;
}

.item__cor {
  width: 50%;
  float: right;
  font-family: "Gilroy Semibold";
}

.order-btn {
  border: 2px solid var(--c-blue);
  font-family: "Gilroy Regular";
  color: var(--tc-color2);
  width: 40%;
  height: 50px;
  margin-bottom: 60px;
  margin-top: 40px;
}
.order-btn:hover {
  background-color: rgb(204, 204, 204);
  transition: 0.5s;
}

.additional-equipment {
  padding-left: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}
.additional-equipment > p {
  font-family: "Gilroy Regular";
  color: var(--tc-color2);
}

.additional > p {
  font-family: "Gilroy Medium";
  padding: 0px 60px 0px 0px;
  font-size: 13px;
}
.additional-phonenumber {
  font-weight: 500;
  font-size: 17px !important;
  margin-top: -10px;
}

.block-end-border {
  border-bottom: 2px solid var(--tc-color2);
  padding-left: 0;
  width: 95%;
}

.main-specifications-block > .row > .col-lg-12 {
  padding-left: 0;
}
.main-specifications-block > .row > .col-lg-6 {
  padding-left: 0;
}

.info-align{
  padding-left: 0;
}

.form-detailed {
  padding-left: 0;
  padding-right: 1px;
  padding-top: 40px;
}
.form-detailed > .container{
  padding-right: 0;
}

footer {
  background-color: var(--bg-color2);
  padding-bottom: 60px;
}

.footer-nav {
  font-family: "Gilroy Regular";
  margin-top: 5px;
  padding-left: 0;
}
.footer-nav > li > a {
  text-decoration: none;
  color: var(--tc-color1);
}
.footer-nav > li {
  list-style: none;
  line-height: 18px;
  padding-bottom: 20px;
}
.footer-main-point {
  text-transform: uppercase;
}

/* .footer-nav {
  text-decoration: none;
  color: var(--tc-color1);
  font-family: "Gilroy Regular";
  padding-left: 30px;
} */
/* .footer-href > li > a {
  text-decoration: none;
  color: var(--tc-color1);
  font-family: "Gilroy Regular";
  margin-top: 15px;
}
.footer-href > li {
  list-style: none;
  margin-top: 15px;
  line-height: 16px;
} */
.footer-logo {
  width: 95%;
}
.footer-col {
  margin-top: 40px;
  padding-left: 0;
}
.footer-col > a {
  margin-top: 6px;
}
.footer-text {
  color: var(--tc-color1);
  font-family: "Gilroy Regular";
  font-size: 15px;
}
.footer-mail {
  text-decoration: none;
  color: var(--tc-color1);
  font-family: "Gilroy Regular";
  font-size: 15px;
}
.footer-phone {
  padding-top: 15px;
  font-family: "Gilroy Light";
  font-size: 20px;
  padding-right: 0px;
  color: var(--tc-color1);
}
.footer-form {
  background-color: var(--bg-color2);
  margin-top: 30px;
  border: 2px solid #6188c4;
  border-radius: 0px;
  padding-right: 0 !important;
  width: 85%;
  margin-left: auto;
}

.call-form{
  text-align: start;
}

.call-close{
  width: 20%;
  background-color: var(--tc-color2);
}
.call-send{
  width: 50%;
}

/* .contacts{
  position: relative;
}
.contact-form-footer{
  position: absolute;
  background-color: var(--bg-color3);
  top: -565px;
  display: none;
  text-align: left;
  border-radius: 5px;
  padding: 25px;
  right: 0;
}
.contact-form-footer>form>input{
  width: 100%;
  background-color: var(--bg-color5);
}
.contact-form-footer .question-form{
  min-height: unset;
}
.contact-btn{
  margin-top: 20px;
}
#message{
  padding-bottom: 150px;
} */
