@font-face {
  font-family: "Gilroy";
  src: url("./fonts/Gilroy-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Gilroy";
  src: url("./fonts/Gilroy-Bold.ttf") format("truetype");
  font-weight: 600;
}
html {
  height: 100%;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: "Gilroy";
  font-weight: 400;
}

.pus-wrapper {
  /*   max-width: 1240px; */
  max-width: 1200px;
  margin: 0 auto;
  height: inherit;
  position: relative;
  z-index: 2;
  /*   padding-left: 20px;
  padding-right: 20px; */
}

.div-now-header {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: fixed;
  background-color: #fff;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 4;
}
.div-now-header__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.div-now-header__logo {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.div-now-header__logo img {
  height: 60px !important;
  width: 140px !important;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
.div-now-header__btns {
  display: none;
}
@media only screen and (min-width: 1250px) {
  .div-now-header__btns {
    display: block;
  }
}
.div-now-header__btns button {
  color: #fff;
  background-color: #cc2b44;
  /*   background-color: #104f76; */
  padding: 16px 22px;
  font-size: 12px;
  border-radius: 8px;
  border: none;
  font-family: "Gilroy";
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
}
.div-now-header__btns button:hover {
  background-color: #c56977;
}
.div-now-header__contacts {
  margin: 0 15px;
}
@media only screen and (min-width: 1250px) {
  .div-now-header__contacts {
    margin: 0 15px;
  }
}
.div-now-header__contacts--desctop {
  display: none;
}
@media only screen and (min-width: 1250px) {
  .div-now-header__contacts--desctop {
    display: block;
  }
}
.div-now-header a.div-now-header__place:hover span {
  color: #104f76;
  opacity: 0.7;
}
.div-now-header__place {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}
.div-now-header__place + .div-now-header__place {
  margin-top: 5px;
}
.div-now-header__place span {
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  color: initial;
}
.div-now-header__place img,
.div-now-header__place svg {
  height: 16px;
  width: 16px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16px;
  flex: 0 0 16px;
  margin-right: 4px;
}
.div-now-header__place--phone {
  height: 50px;
  width: 50px;
  background-color: #cc2b44;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.div-now-header__place--phone svg {
  margin-right: 0;
  width: 30px;
  height: 30px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30px;
  flex: 0 0 30px;
  stroke: #fff;
}
.div-now-header__place--phone span {
  font-size: 0;
}
@media only screen and (min-width: 1250px) {
  .div-now-header__place--phone {
    width: initial;
    height: initial;
    background-color: transparent;
    border-radius: initial;
  }
  .div-now-header__place--phone svg {
    height: 16px;
    width: 16px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16px;
    flex: 0 0 16px;
    margin-right: 4px;
    stroke: #000;
  }
  .div-now-header__place--phone span {
    font-size: 14px;
  }
}
.div-now-header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.div-now-header__menu {
  position: fixed;
  width: 100%;
  left: 0;
  top: 80px;
  display: none;
  padding: 0 40px;
  height: calc(100vh - 80px);
  background-color: #fff;
  overflow: auto;
}
.div-now-header__menu.open {
  display: block;
}
@media only screen and (min-width: 1250px) {
  .div-now-header__menu {
    position: relative;
    display: block;
    top: 0;
    padding: 0px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    overflow: initial;
  }
}
.div-now-header__menu ul.menu-fixed-parent {
  padding: 0;
}
@media only screen and (min-width: 1250px) {
  .div-now-header__menu ul.menu-fixed-parent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0px;
    padding-bottom: 10px;
    position: relative;
  }
}
.div-now-header__menu ul.child-menu {
  left: 0;
  z-index: 2;
  transition: 0.3s;
  background-color: #e9e3d6;
  display: none;
  padding: 0;
  border-radius: 5px;

  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 2px rgba(0, 0, 0, 1);
  overflow: hidden;
}

@media only screen and (min-width: 1250px) {
  .div-now-header__menu ul.child-menu {
    position: absolute;
    top: calc(100% + 0px);
    left: -30px;
    width: 220px;
    /*     width: -webkit-max-content;
    width: -moz-max-content;
    width: fit-content; */
  }
}
@media only screen and (max-width: 1250px) {
  .div-now-header__menu ul.child-menu.open {
    display: block;
  }
}

.div-now-header__menu ul.child-menu li {
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
}
.div-now-header__menu ul.child-menu li:nth-child(2n) {
  background-color: #cc2b44 /*   background-color: rgb(255, 255, 255) */;
}

.div-now-header__menu ul.child-menu li:nth-child(2n + 1) {
  /*   background-color: rgb(247, 244, 244); */
  background-color: #cc2b44;
}

.div-now-header__menu ul.child-menu li:hover {
  background-color: #ffffff;
}
.div-now-header__menu ul.child-menu li {
  padding: 0;
}
.div-now-header__menu ul.child-menu li + li {
  margin-left: 0;
  border-top: 1px solid #7a2c2c;
}
@media only screen and (min-width: 1250px) {
  .div-now-header__menu ul.child-menu li + li {
    border-top: none;
  }
}
.div-now-header__menu ul.child-menu a {
  font-weight: 900;
  color: #ffffff;
  font-size: 14px;
  padding: 14px 12px;
  transition: 0.3s;
}

.div-now-header__menu ul.child-menu a:hover {
  opacity: 1;
  color: #cc2b44;
}
.div-now-header__menu li {

  display: block;
  position: relative;
  border-bottom: 1px solid #104f76;
}

.div-now-header__menu li a{
  font-size: 14px !important;

}

.div-now-header__menu >ul>li> a{
  font-size: 16px !important;

}

.div-now-header__menu li.parent-child > a {
  pointer-events: none;
}
.div-now-header__menu li.parent-child span {
  height: 100%;
  width: fit-content;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.div-now-header__menu li.parent-child span.open::after {
  opacity: 0;
}
@media only screen and (max-width: 1250px) {
  .div-now-header__menu li.parent-child span::before {
    position: absolute;
    right: 10px;
    top: 22px;
    margin-top: -1px;
    content: "";
    width: 20px;
    height: 2px;
    background-color: #0b4163;
  }
  .div-now-header__menu li.parent-child span::after {
    position: absolute;
    right: 19px;
    top: 22px;
    margin-top: -10px;
    content: "";
    height: 20px;
    width: 2px;
    background-color: #0b4163;
  }
}
@media only screen and (min-width: 1250px) {
  .div-now-header__menu li {
    padding: 14px 12px;
    border-bottom: none;
    padding: 12px 0;
  }
  .div-now-header__menu li:hover ul.child-menu {
    display: block;
  }
}
@media only screen and (min-width: 1250px) {
  .div-now-header__menu li + li {
    margin-left: 24px;
  }
}
.div-now-header__menu li a {
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  color: #cc2b44;
  letter-spacing: 0.02em;
  font-weight: 600;
  padding: 12px 0;
}
@media only screen and (min-width: 1250px) {
  .div-now-header__menu li a {
    padding: 0;
  }
}
.div-now-header__menu li a:hover {
  opacity: 0.7;
}

.burger-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #cc2b44;
  border: none;
  height: 50px;
  width: 50px;
  margin-right: 10px;
  border-radius: 8px;
  position: relative;
}
.burger-btn::before {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  width: 30px;
  margin-left: -15px;
  margin-top: -7px;
  height: 2px;
  background-color: #fff;
}
.burger-btn::after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  width: 30px;
  margin-left: -15px;
  margin-top: 6px;
  height: 2px;
  background-color: #fff;
}
.burger-btn.open::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -1px;
}
.burger-btn.open::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: -1px;
}
@media only screen and (min-width: 1250px) {
  .burger-btn {
    display: none;
  }
}

.pre-product {
  display: block !important;
  height: 80px !important;
}
@media only screen and (min-width: 1250px) {
  .pre-product {
    display: block;
  }
}

@media only screen and (min-width: 1250px) {
  .mobile-contacts {
    display: none;
  }
}

/* .slider-sec.article-slider {
  padding-top: 160px;
} */

@media only screen and (min-width: 300px) {
  .div-now-header__right {
  }
  .pus-wrapper {
    padding: 0px 15px;
  }

  .div-now-header__logo img {

    height: 60px !important;
    width: 240px !important;
  }
}



@media only screen and (max-width: 600px) {


  .div-now-header__logo img {

    height: 60px !important;
    width: 140px !important;
  }
}