@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; }

a{
  text-decoration: none;
 color:#000;
 font-style: normal;
}
address{
  font-style: normal !important;
}

body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: "Gilroy";
  font-weight: 400; }

.pus-wrapper {
  max-width: 1240px;
  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: #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: #0b4163; }
  .div-now-header__contacts {
    margin: 0 10px; }
    @media only screen and (min-width: 1250px) {
      .div-now-header__contacts {
        margin: 0 10px; } }
    .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 {
      max-width: 230px;
      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 {
      z-index: 10;
      height: 60px;
      width: 60px;
      background-color: #104f76;
      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: 100px;
    display: none;
    padding: 0 20px;
    height: calc(100vh - 80px);
    overflow: auto; }
    .div-now-header__menu.open {
      display: block;
    background-color: #fff;
    height: calc(100vh - 200px); 
  border-bottom: solid 1px rgb(0,0,0,0.3);}
    @media only screen and (min-width: 1250px) {
      .div-now-header__menu {
        position: relative;
        display: block;
        top: 0;
        padding: 0;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        overflow: initial; } }
    .div-now-header__menu ul.menu-fixed-parent {
      background-color: #fff;
      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;
          position: relative; } }
    .div-now-header__menu ul.child-menu {
      left: 0;
      z-index: 2;
      background-color: #104f76;
      display: none;
      padding: 0;
      -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
              box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      overflow: auto;
      overflow-y:overlay;
      height: 500px;
    }
      @media only screen and (min-width: 1250px) {
        .div-now-header__menu ul.child-menu {
          position: absolute;
          top: calc(100% - 8px);
          width: -webkit-max-content;
          width: -moz-max-content;
          width: max-content;
          border-radius: 8px; } }
      @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:hover {
        background-color: #0b4163; }
      .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 #fff; }
        @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 {
        color: #fff;
        font-size: 14px;
        padding: 14px 12px; }
        .div-now-header__menu ul.child-menu a:hover {
          opacity: 1; }
    .div-now-header__menu li {
      display: block;
      position: relative;
      border-bottom: 1px solid #104f76; }
      .div-now-header__menu li.parent-child > a {
        pointer-events: none; }
      .div-now-header__menu li.parent-child span {
        height: 100%;
        width: 100%;
        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: 14px; } }
      .div-now-header__menu li a {
        font-size: 15px;
        display: block;
        text-transform: uppercase;
        text-decoration: none;
        color: #104f76;
        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: #104f76;
  border: none;
  height: 60px;
  width: 60px;
  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 {
  margin-top: 120px !important; }


