.newHeader {
  position: fixed;
  background: #ffffff;
  padding: 14px 0;
  z-index: 95;
  width: 100%;
  top: 0;
  left: 0;
  right: 0; }
  .newHeader .headerGrid {
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 60px;
    max-width: 1170px;
    margin: 0 auto; }
    @media (max-width: 1180px) {
      .newHeader .headerGrid {
        max-width: 1000px;
        grid-gap: 10px; } }
    @media (max-width: 1000px) {
      .newHeader .headerGrid {
        grid-template-columns: auto auto auto;
        align-items: center; } }
    .newHeader .headerGrid .header-left {
      width: 100%;
      order: inherit; }
      .newHeader .headerGrid .header-left .logo {
        width: fit-content;
        justify-content: center;
        display: grid;
        grid-template-columns: 1fr auto;
        grid-gap: 10px; }
        @media (max-width: 1000px) {
          .newHeader .headerGrid .header-left .logo .brand_description {
            display: none; } }
        .newHeader .headerGrid .header-left .logo p {
          width: max-content; }
        .newHeader .headerGrid .header-left .logo .brand_name_text {
          font-family: 'Roboto';
          font-style: normal;
          font-weight: 300;
          font-size: 20px;
          line-height: 23px;
          text-transform: uppercase;
          color: #341008; }
          @media (max-width: 1000px) {
            .newHeader .headerGrid .header-left .logo .brand_name_text {
              display: block !important;
              font-weight: 300;
              font-size: 16px !important;
              line-height: 19px !important; } }
    .newHeader .headerGrid .header-right {
      display: grid;
      grid-gap: 26px;
      grid-template-columns: auto auto auto; }
      @media (max-width: 1000px) {
        .newHeader .headerGrid .header-right {
          display: none;
          position: absolute;
          top: 100%;
          width: 100%;
          background: #ffffff;
          grid-template-columns: 1fr; } }
      @media (max-width: 1180px) {
        .newHeader .headerGrid .header-right {
          grid-gap: 10px;
          padding: 0 15px 15px; } }
      .newHeader .headerGrid .header-right .main-navigation {
        display: grid;
        grid-template-columns: repeat(5, auto);
        grid-gap: 20px;
        height: 100%; }
        @media (max-width: 1180px) {
          .newHeader .headerGrid .header-right .main-navigation {
            grid-gap: 10px; } }
        @media (max-width: 1000px) {
          .newHeader .headerGrid .header-right .main-navigation {
            grid-template-columns: 1fr;
            grid-gap: 20px; }
            .newHeader .headerGrid .header-right .main-navigation li a {
              font-family: 'Roboto';
              font-style: normal;
              font-weight: 400;
              font-size: 18px;
              line-height: 150%;
              color: #341008; } }
        .newHeader .headerGrid .header-right .main-navigation li {
          list-style: none;
          height: 100%;
          display: flex;
          align-items: center;
          position: relative; }
          .newHeader .headerGrid .header-right .main-navigation li:after {
            content: '';
            opacity: 0;
            width: 0%;
            height: 2px;
            background: #651365;
            position: absolute;
            bottom: -14px;
            transition: 0.3s; }
          .newHeader .headerGrid .header-right .main-navigation li:hover:after {
            content: '';
            width: 100%;
            opacity: 1; }
          @media (max-width: 1180px) {
            .newHeader .headerGrid .header-right .main-navigation li a {
              font-size: 14px; } }
          .newHeader .headerGrid .header-right .main-navigation li a:hover {
            color: #651365 !important; }
          .newHeader .headerGrid .header-right .main-navigation li a:after {
            content: none; }
        .newHeader .headerGrid .header-right .main-navigation .main-navigation__submenu {
          left: 0; }
          .newHeader .headerGrid .header-right .main-navigation .main-navigation__submenu li:after {
            display: none !important; }
      .newHeader .headerGrid .header-right .adrBlock {
          
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 1px; }
        
        @media (max-width: 1000px) {
          .newHeader .headerGrid .header-right .adrBlock {
            padding: 0 15px;
            margin-top: 100px; } }
        .newHeader .headerGrid .header-right .adrBlock .adrTel {
          font-family: 'Roboto';
          font-style: normal;
          font-weight: 400!important;
          font-size: 24px;
          line-height: 28px;
          text-align: right;
          color: #212529; }
          @media (max-width: 1180px) {
            .newHeader .headerGrid .header-right .adrBlock .adrTel {
              font-size: 18px; } }
          @media (max-width: 1000px) {
            .newHeader .headerGrid .header-right .adrBlock .adrTel {
              line-height: 150%;
              color: #341008;
              text-align: left; } }
        .newHeader .headerGrid .header-right .adrBlock address {
          font-family: 'Roboto';
          font-style: normal;
          font-weight: 400;
          font-size: 16px;
          line-height: 19px;
          width: max-content;
          text-align: right;
          color: #858585; }
          @media (max-width: 1180px) {
            .newHeader .headerGrid .header-right .adrBlock address {
              font-size: 14px; } }
          @media (max-width: 1000px) {
            .newHeader .headerGrid .header-right .adrBlock address {
              display: none; } }
      .newHeader .headerGrid .header-right .callHeader {
        border: 1px solid #651365;
        border-radius: 5px;
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
        color: #651365;
        padding: 15px 20px;
        transition: 0.3s; }
        .newHeader .headerGrid .header-right .callHeader:hover {
          background: #651365;
          color: #ffffff; }
        @media (max-width: 1000px) {
          .newHeader .headerGrid .header-right .callHeader {
            margin: 20px auto 0;
            width: 100%;
            text-align: center;
            display: block;
            background: #651365;
            border-radius: 5px;
            color: #FFFFFF; } }
    .newHeader .headerGrid .mobTel {
      display: none;
      width: 36px;
      height: 36px;
      background: url("/local/templates/homka/images/mobcallback.svg") no-repeat center; }
      @media (max-width: 1000px) {
        .newHeader .headerGrid .mobTel {
          display: block; } }
    .newHeader .headerGrid .mobBureger {
      display: none;
      width: 36px;
      height: 36px;
      background: url("/local/templates/homka/images/mobburger.svg") no-repeat center; }
      @media (max-width: 1000px) {
        .newHeader .headerGrid .mobBureger {
          display: block; } }
    .newHeader .headerGrid .closemobBureger {
      background: url("/local/templates/homka/images/closemobBurger.svg") no-repeat center !important; }

.conBlock {
  padding: 85px 0; }
  .conBlock .conGrid {
    display: grid;
    grid-template-columns: 465fr 545fr;
    grid-gap: 80px;
    max-width: 1170px;
    margin: 0 auto;
    padding: 40px;
    background: #dedede;
    align-items: center; }
    @media (max-width: 1000px) {
      .conBlock .conGrid {
        grid-template-columns: 1fr;
        grid-gap: 20px;
        padding: 20px;
        max-width: none; } }
    .conBlock .conGrid .conLeft {
      display: grid;
      grid-template-columns: 1fr;
      grid-gap: 30px;
      height: fit-content; }
      .conBlock .conGrid .conLeft .conTtl {
        font-family: 'Lora';
        font-style: normal;
        font-weight: 400;
        font-size: 48px;
        line-height: 120%; }
        .conBlock .conGrid .conLeft .conTtl span {
          color: #651365; }
        @media (max-width: 1000px) {
          .conBlock .conGrid .conLeft .conTtl {
            font-size: 32px; } }
      .conBlock .conGrid .conLeft .conTxt {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
        color: #341008; }
        @media (max-width: 1000px) {
          .conBlock .conGrid .conLeft .conTxt {
            font-size: 16px; } }
      .conBlock .conGrid .conLeft .conBut {
        background: #651365;
        border-radius: 5px;
        color: #ffffff;
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
        padding: 18px 30px;
        width: fit-content;
        cursor: pointer; }
        .conBlock .conGrid .conLeft .conBut:hover {
          opacity: 0.95; }
        @media (max-width: 1000px) {
          .conBlock .conGrid .conLeft .conBut {
            margin: 0 auto; } }
        @media (max-width: 480px) {
          .conBlock .conGrid .conLeft .conBut {
            width: 100%;
            text-align: center; } }
    .conBlock .conGrid .conRight {
      background: url("/local/templates/homka/images/Elementscon.png") no-repeat center;
      background-size: cover; }
      @media (max-width: 1000px) {
        .conBlock .conGrid .conRight {
          grid-row-start: 1; } }
      .conBlock .conGrid .conRight img {
        display: block;
        margin-top: -113px;
        margin-left: -50px; }
        @media (max-width: 1000px) {
          .conBlock .conGrid .conRight img {
            margin: -30px auto 0;
            max-height: 227px;
            width: auto;
            object-fit: contain; } }

/*# sourceMappingURL=aff.css.map */
