

/* Start:/local/components/custom/notify/templates/.default/style.css?16480258251205*/
.notify {
  display: none;
  position: relative;
  width: 100%;
  margin: 0 auto;
  background: #0f2345;
  padding: 15px 0;
  text-align: center; }
  .notify__close {
    position: absolute;
    right: 15px;
    height: 30px;
    width: 30px;
    top: calc(50% - 15px);
    cursor: pointer;
    z-index: 1; }
    .notify__close:before {
      content: "";
      position: absolute;
      background: url("/local/static/build/img/svg/close-yellow.svg") no-repeat;
      background-position: 50% 50% !important;
      background-size: cover !important;
      top: calc(50% - 10px);
      left: calc(50% - 10px);
      height: 20px;
      width: 20px;
      transition: all .3s ease; }
    .notify__close:hover:before {
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }
  .notify__text {
    position: relative;
    padding: 0 40px;
    color: #ffffff;
    font: 24px/130% "DaxPro-Light", "Arial", sans-serif; }
    @media only screen and (max-width: 991px) {
      .notify__text {
        font: 20px/140% "DaxPro-Light", "Arial", sans-serif; } }
    @media only screen and (max-width: 767px) {
      .notify__text {
        font: 18px/130% "DaxPro-Light", "Arial", sans-serif; } }

/* End */


/* Start:/local/templates/.default/components/bitrix/menu/menu-mapsite/style.css?16480257842819*/
.menu-mapsite {
  display: -webkit-flex;
  display: flex;
  max-width: 1200px;
  width: 100%;
  position: relative;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: left;
  padding: 20px 20px;
  margin: 0 auto; }
  .menu-mapsite__item-wrap {
    position: relative;
    width: 32%; }
    @media only screen and (max-width: 767px) {
      .menu-mapsite__item-wrap {
        width: 50%; } }
    @media only screen and (max-width: 479px) {
      .menu-mapsite__item-wrap {
        width: 100%; } }
  .menu-mapsite__item {
    margin: 0 0 15px 0; }
    .menu-mapsite__item--lonely {
      margin: 0 0 5px 0;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: column;
      flex-direction: column; }
  .menu-mapsite__link {
    display: inline-block;
    font: 24px/100% "DaxPro-CondBlack", "Arial", sans-serif;
    color: #cfd3da;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
    margin: 0 0 15px 0;
    cursor: default; }

a.menu-mapsite__link {
  cursor: pointer;
  color: #0f2345; }
  a.menu-mapsite__link:hover {
    color: #ecaf2a; }

.mapsite-down {
  display: block;
  width: 100%;
  position: relative;
  transition: all 0.5s ease;
  text-align: left; }
  .mapsite-down__wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    position: relative; }
  .mapsite-down__item-wrap {
    width: 100%;
    position: relative;
    display: block;
    padding: 0 20px 0 0; }
  .mapsite-down__item {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 0 10px 0;
    padding: 0 0 0 20px; }
    .mapsite-down__item a {
      display: inline-block;
      font: 16px/130% "DaxPro-Bold", "Arial", sans-serif;
      color: #0f2345;
      text-transform: uppercase;
      transition: all 0.3s ease;
      position: relative; }
      .mapsite-down__item a:hover {
        opacity: 0.6;
        color: #ecaf2a; }
      .mapsite-down__item a:active, .mapsite-down__item a:focus {
        opacity: 1; }
    .mapsite-down__item--down {
      display: block; }
  .mapsite-down__down {
    position: relative;
    display: block;
    margin: 10px 0; }
  .mapsite-down__down-item {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 0 10px 0;
    padding: 0 0 0 20px; }
    .mapsite-down__down-item a {
      display: inline-block;
      font: 14px/130% "DaxPro-CondRegular", "Arial", sans-serif;
      color: #0f2345;
      text-transform: none;
      transition: all 0.3s ease;
      position: relative; }
      .mapsite-down__down-item a:hover {
        opacity: 0.6;
        color: #ecaf2a; }
      .mapsite-down__down-item a:active, .mapsite-down__down-item a:focus {
        opacity: 1; }
    .mapsite-down__down-item:last-child {
      margin: 0; }

/* End */


/* Start:/local/templates/.default/components/bitrix/menu/header-menu/style.css?164802578416021*/
.header-menu {
  height: 100%;
  display: table;
  width: 100%;
  background: #ffffff; }
  @media only screen and (max-width: 991px) {
    .header-menu {
      display: block;
      height: auto;
      background: #0f2345;
      border-bottom: 1px solid #344465;
      padding: 0 0 20px 0; } }
  .header-menu__item {
    display: table-cell;
    vertical-align: middle;
    text-align: center; }
    @media only screen and (max-width: 991px) {
      .header-menu__item {
        text-align: left;
        position: relative;
        display: block; } }
    @media only screen and (min-width: 992px) {
      .header-menu__item {
        width: 10%; }
        .header-menu__item .header-menu__link {
          padding: 0 10px; }
        .header-menu__item:hover .header-menu__link {
          z-index: 10;
          box-shadow: 0 0 10px 0 rgba(155, 155, 155, 0.3); } }
    @media only screen and (min-width: 992px) {
      .header-menu__item--down {
        position: relative; }
        .header-menu__item--down:after {
          content: '';
          position: absolute;
          left: 0;
          right: 0;
          display: block;
          bottom: -10px;
          height: 20px;
          background: white;
          z-index: 21;
          display: none; }
        .header-menu__item--down:hover .menu-down, .header-menu__item--down:hover:after {
          display: block; } }
  .header-menu__link {
    display: inline-block;
    width: 100%;
    font: 15px/68px "DaxPro-Bold", "Arial", sans-serif;
    color: #0f2345;
    text-transform: uppercase;
    white-space: nowrap;
    background: #ffffff;
    position: relative;
    background: #ffffff;
    z-index: 2;
    border: 1px solid #ffffff;
    transition: all 0.3s ease;
    padding: 0 27px;
    cursor: default; }
    .header-menu__link:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: -2px;
      background: #ffffff;
      opacity: 0;
      z-index: -1;
      border: 1px solid #ebebeb;
      transition: all 0.3s ease; }
    @media only screen and (max-width: 1199px) {
      .header-menu__link {
        font-size: calc( (100vw - 768px)/(1200 - 768) * (15 - 11) + 11px);
        padding-left: calc( (100vw - 992px)/(1300 - 992) * (27 - 11) + 11px);
        padding-right: calc( (100vw - 992px)/(1300 - 992) * (27 - 11) + 11px); } }
    @media only screen and (max-width: 991px) {
      .header-menu__link {
        font: 16px/130% "DaxPro-Bold", "Arial", sans-serif;
        padding: 10px 10px;
        border: 0 none !important;
        background: #0f2345 !important;
        color: #ffffff !important;
        border: 0 none !important;
        padding: 15px 0;
        width: auto;
        display: inline-block;
        white-space: normal;
        cursor: pointer; }
        .header-menu__link:before {
          display: none; } }
    .header-menu__link:focus, .header-menu__link:active {
      color: #0f2345 !important; }
  .header-menu a {
    cursor: pointer !important; }
  .header-menu__icon {
    display: none; }
    @media only screen and (max-width: 991px) {
      .header-menu__icon {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 50px;
        cursor: pointer; }
        .header-menu__icon:before {
          content: '';
          position: absolute;
          top: calc(50% - 5px);
          right: 0;
          background-image: url(/local/static/build/img/sprite/sprite.png);
          background-position: -75px -85px;
          width: 16px;
          height: 10px;
          z-index: 1; } }

.header-menu__item:hover .header-menu__link:hover {
  color: #ecaf2a !important; }

.header-menu__item:active .header-menu__link {
  color: #0f2345 !important; }

.header-menu__item:focus .header-menu__link {
  color: #0f2345 !important; }

@media only screen and (max-width: 991px) {
  .header-menu__item.active .header-menu__link {
    color: #ecaf2a; } }

.header-menu__item--down:hover .header-menu__link {
  color: #ecaf2a !important; }

.header-menu__item--down .header-menu__link {
  background: #ffffff;
  color: #0f2345; }

.header-menu__item--orient--portrait {
  display: none; }

@media only screen and (max-width: 991px) and (orientation: portrait) {
  .header-menu__item--orient--portrait {
    display: block; } }

.menu-down {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 68px;
  opacity: 1;
  overflow: hidden;
  padding: 25px 0 40px;
  min-height: 250px;
  background: #ebebeb;
  border: 1px solid #0f2345;
  text-align: left;
  z-index: 1;
  display: none; }
  .menu-down:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 275px;
    background-image: url("/local/static/build/img/svg/pattern-menu.svg");
    background-repeat: no-repeat;
    background-position: 50% 30%;
    background-size: 275px 503px; }
  .menu-down__wrapper {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    min-width: 320px;
    padding: 0 15px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%; }
  .menu-down__item-wrap {
    width: 25%;
    position: relative;
    display: block;
    padding: 0 20px 0 0; }
  .menu-down__item {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 0 30px 0;
    font: 14px/130% "DaxPro-Bold", "Arial", sans-serif;
    color: #0f2345;
    text-transform: uppercase; }
    .menu-down__item a {
      display: inline-block;
      font: 14px/130% "DaxPro-Bold", "Arial", sans-serif;
      color: #0f2345;
      text-transform: uppercase;
      transition: all 0.3s ease;
      position: relative;
      z-index: 1; }
      .menu-down__item a:hover, .menu-down__item a:active, .menu-down__item a:focus {
        opacity: 0.6; }
    .menu-down__item--down {
      display: block; }
  .menu-down__down {
    position: relative;
    display: block;
    margin: 10px 0; }
  .menu-down__down-item {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 0 10px 0; }
    .menu-down__down-item a {
      display: inline-block;
      font: 14px/130% "DaxPro-Light", "Arial", sans-serif;
      color: #0f2345;
      text-transform: none;
      transition: all 0.3s ease;
      position: relative;
      z-index: 1; }
      .menu-down__down-item a:hover, .menu-down__down-item a:active, .menu-down__down-item a:focus {
        opacity: 0.6; }
  .menu-down__title {
    display: none; }
  .menu-down__icon {
    display: none; }
    @media only screen and (max-width: 991px) {
      .menu-down__icon {
        display: block;
        position: absolute;
        left: -70px;
        top: 0;
        bottom: 0;
        width: 50px;
        cursor: pointer;
        z-index: 1080; }
        .menu-down__icon:before {
          content: '';
          position: absolute;
          top: calc(50% - 5px);
          right: calc(50% - 8px);
          background-image: url(/local/static/build/img/sprite/sprite.png);
          background-position: -118px -68px;
          width: 16px;
          height: 10px;
          z-index: 1080; } }
  @media only screen and (min-width: 992px) {
    .menu-down {
      top: 70px;
      padding: 10px 8px 20px;
      width: 270px;
      min-height: auto;
      border: none;
      right: auto;
      background: white;
      border-bottom: 3px solid #ebaf2a;
      box-shadow: 0 0 10px 0 rgba(155, 155, 155, 0.3);
      z-index: 11; }
      .menu-down:before {
        display: none; }
      .menu-down__wrapper {
        display: block;
        padding: 0;
        min-width: 200px; }
      .menu-down__item-wrap:before, .menu-down__item:before {
        display: none; }
      .menu-down__item-wrap {
        display: block;
        padding: 0;
        width: 100%; }
      .menu-down__item {
        margin: 0; }
      .menu-down__item > div > a, .menu-down__item > a, .menu-down__down-item a {
        display: block;
        text-transform: none !important; }
        .menu-down__item > div > a, .menu-down__item > div > a:hover, .menu-down__item > div > a:active, .menu-down__item > a, .menu-down__item > a:hover, .menu-down__item > a:active, .menu-down__down-item a, .menu-down__down-item a:hover, .menu-down__down-item a:active {
          opacity: 1;
          color: #0f2345; }
        .menu-down__item > div > a:hover, .menu-down__item > a:hover, .menu-down__down-item a:hover {
          background: #e7e8ec; }
      .menu-down__item > div > a, .menu-down__item > a {
        padding: 8px 23px 8px 21px;
        font: 18px/110% "DaxPro-CondRegular", "Arial", sans-serif !important; }
      .menu-down__down {
        margin: 0; }
      .menu-down__down-item {
        margin: 0; }
        .menu-down__down-item a {
          padding: 0 29px 0 40px;
          font: 16px/36px "DaxPro-CondLight", "Arial", sans-serif !important; } }

.header-fix .header-menu__link {
  font: 14px/52px "DaxPro", "Arial", sans-serif; }
  @media only screen and (max-width: 991px) {
    .header-fix .header-menu__link {
      font: 16px/130% "DaxPro-Bold", "Arial", sans-serif;
      background: #0f2345 !important;
      color: #ffffff;
      border: 0 none;
      padding: 15px 0;
      width: auto;
      display: inline-block; } }

.header-fix .menu-down {
  top: 54px; }

@media only screen and (max-width: 991px) {
  .header-fix .header-mobail.active .header-menu {
    background: #0f2345;
    border-bottom: 1px solid #344465;
    padding: 0 0 20px 0; }
    .header-fix .header-mobail.active .header-menu__item {
      text-align: left;
      position: relative; }
    .header-fix .header-mobail.active .header-menu__link {
      font: 16px/130% "DaxPro-Bold", "Arial", sans-serif;
      background: #0f2345 !important;
      color: #ffffff;
      border: 0 none;
      padding: 15px 0;
      width: auto;
      display: inline-block; }
      .header-fix .header-mobail.active .header-menu__link:before {
        display: none; }
    .header-fix .header-mobail.active .header-menu__item.active .menu-down {
      right: 0;
      opacity: 1; }
    .header-fix .header-mobail.active .header-menu__item.active .menu-down__wrapper {
      right: 0;
      opacity: 1; }
    .header-fix .header-mobail.active .header-menu .menu-down {
      padding: 20px 20px !important;
      width: 270px;
      height: 100% !important;
      min-height: 100% !important;
      top: 65px !important;
      right: -100%;
      left: auto;
      position: fixed;
      z-index: 1060;
      overflow: visible !important;
      background: #0f2345;
      transition: right .3s ease;
      display: block !important; }
      .header-fix .header-mobail.active .header-menu .menu-down:before {
        display: none; }
      .header-fix .header-mobail.active .header-menu .menu-down__wrapper {
        display: block;
        padding: 0 0 100px;
        width: 270px;
        min-width: 270px;
        right: -100%;
        overflow-y: scroll !important;
        height: 100% !important;
        min-height: 100% !important;
        background: #0f2345; }
      .header-fix .header-mobail.active .header-menu .menu-down__item-wrap {
        display: block;
        width: 100%; }
        .header-fix .header-mobail.active .header-menu .menu-down__item-wrap:last-child {
          margin: 0 0 50px 0; }
      .header-fix .header-mobail.active .header-menu .menu-down__item {
        position: relative;
        display: block;
        width: 100%; }
        .header-fix .header-mobail.active .header-menu .menu-down__item a {
          display: inline-block;
          font: 14px/130% "DaxPro", "Arial", sans-serif;
          color: #ffffff;
          text-transform: uppercase; } }
    @media only screen and (max-width: 991px) and (max-width: 991px) {
      .header-fix .header-mobail.active .header-menu .menu-down__title {
        position: relative;
        display: block;
        font: 16px/130% "DaxPro", "Arial", sans-serif;
        text-transform: uppercase;
        padding: 0 0 5px 0;
        color: #ecaf2a;
        border-bottom: 1px solid #ecaf2a;
        margin: 0 0 20px 0; } }

@media only screen and (max-width: 991px) {
      .header-fix .header-mobail.active .header-menu .menu-down__down {
        padding: 20px 20px 0;
        margin: 0; }
      .header-fix .header-mobail.active .header-menu .menu-down__down-item {
        padding: 10px 0;
        margin: 0; }
        .header-fix .header-mobail.active .header-menu .menu-down__down-item a {
          display: inline-block;
          font: 14px/100% "DaxPro-Light", "Arial", sans-serif;
          color: #9caccd;
          text-transform: none;
          position: relative;
          z-index: 1; }
          .header-fix .header-mobail.active .header-menu .menu-down__down-item a:hover, .header-fix .header-mobail.active .header-menu .menu-down__down-item a:active, .header-fix .header-mobail.active .header-menu .menu-down__down-item a:focus {
            opacity: 0.6; } }

@media only screen and (max-width: 991px) {
  .header-mobail.active .header-menu__link {
    font: 16px/130% "DaxPro-Bold", "Arial", sans-serif;
    background: #0f2345 !important;
    color: #ffffff;
    border: 0 none;
    padding: 15px 0;
    width: auto;
    display: inline-block; }
    .header-mobail.active .header-menu__link:before {
      display: none; }
  .header-mobail.active .header-menu__item.active .menu-down {
    right: 0;
    opacity: 1; }
  .header-mobail.active .header-menu__item.active .menu-down__wrapper {
    right: 0;
    opacity: 1; }
  .header-mobail.active .header-menu .menu-down {
    padding: 20px 20px !important;
    width: 270px;
    height: 100% !important;
    min-height: 100% !important;
    top: 65px !important;
    right: -100%;
    left: auto;
    position: fixed;
    z-index: 1060;
    overflow: visible !important;
    background: #0f2345;
    transition: right .3s ease;
    display: block !important; }
    .header-mobail.active .header-menu .menu-down:before {
      display: none; }
    .header-mobail.active .header-menu .menu-down__wrapper {
      display: block;
      padding: 0 0 100px;
      width: 270px;
      right: -100%;
      overflow-y: scroll !important;
      height: 100% !important;
      min-height: 100% !important;
      min-width: 270px;
      background: #0f2345; }
    .header-mobail.active .header-menu .menu-down__item-wrap {
      display: block;
      width: 100%; }
      .header-mobail.active .header-menu .menu-down__item-wrap:last-child {
        margin: 0 0 50px 0; }
    .header-mobail.active .header-menu .menu-down__item {
      position: relative;
      display: block;
      width: 100%; }
      .header-mobail.active .header-menu .menu-down__item a {
        display: inline-block;
        font: 14px/130% "DaxPro", "Arial", sans-serif;
        color: #ffffff;
        text-transform: uppercase; } }
  @media only screen and (max-width: 991px) and (max-width: 991px) {
    .header-mobail.active .header-menu .menu-down__title {
      position: relative;
      display: block;
      font: 16px/130% "DaxPro", "Arial", sans-serif;
      text-transform: uppercase;
      padding: 0 0 5px 0;
      color: #ecaf2a;
      border-bottom: 1px solid #ecaf2a;
      margin: 0 0 20px 0; } }

@media only screen and (max-width: 991px) {
    .header-mobail.active .header-menu .menu-down__down {
      padding: 20px 20px 0;
      margin: 0; }
    .header-mobail.active .header-menu .menu-down__down-item {
      padding: 10px 0;
      margin: 0; }
      .header-mobail.active .header-menu .menu-down__down-item a {
        display: inline-block;
        font: 14px/100% "DaxPro-Light", "Arial", sans-serif;
        color: #9caccd;
        text-transform: none;
        position: relative;
        z-index: 1; }
        .header-mobail.active .header-menu .menu-down__down-item a:hover, .header-mobail.active .header-menu .menu-down__down-item a:active, .header-mobail.active .header-menu .menu-down__down-item a:focus {
          opacity: 0.6; } }

/* End */


/* Start:/local/templates/.default/components/bitrix/menu/footer-menu/style.css?16480257841469*/
.footer-menu {
  position: relative;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  height: 50px; }
  @media only screen and (max-width: 767px) {
    .footer-menu {
      display: none; } }
  .footer-menu__item {
    display: block;
    position: relative;
    color: #0f2345;
    font: 16px/50px "DaxPro-Bold", "Arial", sans-serif;
    text-transform: uppercase;
    padding-left: calc((100vw - 768px) / (1200 - 768) * (25 - 15) + 15px);
    padding-right: calc((100vw - 768px) / (1200 - 768) * (25 - 15) + 15px);
    transition: color 0.3s ease; }
    @media only screen and (max-width: 1199px) {
      .footer-menu__item {
        font-size: calc((100vw - 768px) / (1200 - 768) * (16 - 10) + 10px); } }
    @media only screen and (max-width: 991px) {
      .footer-menu__item {
        font: 14px/50px "DaxPro-Bold", "Arial", sans-serif; } }
    @media only screen and (min-width: 1199px) {
      .footer-menu__item {
        padding: 0 25px; } }
    .footer-menu__item.active {
      color: #ecaf2a; }
      .footer-menu__item.active:hover, .footer-menu__item.active:active, .footer-menu__item.active:focus {
        color: #ecaf2a; }

.header-mobail__footer-menu .footer-menu__item {
  color: #9aa7c1; }
  .header-mobail__footer-menu .footer-menu__item:active {
    color: #ecaf2a; }

/* End */


/* Start:/local/components/custom/form/templates/lk-header/style.css?16480258282848*/
.lk-header {
  position: relative;
  max-width: 420px !important;
  width: 100%;
  margin: 0 auto !important; }
  @media only screen and (max-width: 767px) {
    .lk-header {
      max-width: 250px; } }
  .lk-header textarea,
  .lk-header input {
    padding: 0;
    position: relative;
    display: inline-block;
    font: 24px/100% "DaxPro-Light", "Arial", sans-serif;
    transition: background .3s ease, border .3s ease;
    width: 100%;
    height: 50px;
    border: 0 none;
    border-bottom: 1px solid #cfd5dc;
    background-color: transparent;
    border-radius: 0;
    color: #ffffff; }
    @media only screen and (max-width: 991px) {
      .lk-header textarea,
      .lk-header input {
        font: 18px/100% "DaxPro-Light", "Arial", sans-serif; } }
    @media only screen and (max-width: 767px) {
      .lk-header textarea,
      .lk-header input {
        height: 40px;
        font: 14px/100% "DaxPro-Light", "Arial", sans-serif; } }
    .lk-header textarea:hover, .lk-header textarea:focus,
    .lk-header input:hover,
    .lk-header input:focus {
      background-color: transparent;
      border: 0 none;
      border-bottom: 1px solid #cfd5dc; }
    .lk-header textarea.error,
    .lk-header input.error {
      border: 0 none;
      border-bottom: 1px solid #e76565;
      background-color: transparent; }
      .lk-header textarea.error:hover, .lk-header textarea.error:focus,
      .lk-header input.error:hover,
      .lk-header input.error:focus {
        background-color: transparent;
        border: 0 none;
        border-bottom: 1px solid #cfd5dc; }
  .lk-header input::-webkit-input-placeholder, .lk-header textarea::-webkit-input-placeholder {
    color: #ffffff !important;
    opacity: 1 !important; }
  .lk-header input::-moz-placeholder, .lk-header textarea::-moz-placeholder {
    color: #ffffff !important;
    opacity: 1 !important; }
  .lk-header input::-moz-placeholder, .lk-header textarea::-moz-placeholder {
    color: #ffffff !important;
    opacity: 1 !important; }
  .lk-header input::-ms-input-placeholder, .lk-header textarea::-ms-input-placeholder {
    color: #ffffff !important;
    opacity: 1 !important; }
  .lk-header input::-webkit-autofill, .lk-header textarea::-webkit-autofill, .lk-header select::-webkit-autofill {
    background-color: transparent !important; }
  .lk-header input::-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 50px #0f2345 !important;
    -webkit-text-fill-color: #ffffff !important;
    color: #ffffff !important; }
  .lk-header input::-moz-autofill {
    -moz-box-shadow: inset 0 0 0 50px #0f2345 !important;
    -moz-text-fill-color: #ffffff !important;
    color: #ffffff !important; }
  .lk-header input::-ms-autofill {
    -moz-box-shadow: inset 0 0 0 50px #0f2345 !important;
    -moz-text-fill-color: #ffffff !important;
    color: #ffffff !important; }

/* End */


/* Start:/local/templates/.default/components/bitrix/breadcrumb/blog-i-novosti/style.css?1648025780841*/
.breadcrumbs {
  position: relative;
  display: block;
  font: 400 13px/130% "DaxPro", "Arial", sans-serif;
  margin: 0 0 15px 0;
  color: #8891a3; }
  @media only screen and (max-width: 767px) {
    .breadcrumbs {
      display: none; } }
  .breadcrumbs__element {
    transition: all .3s ease;
    text-decoration: none;
    color: #8891a3; }
    .breadcrumbs__element--link {
      position: relative;
      margin: 0 7px 0 0;
      color: #8891a3; }
      .breadcrumbs__element--link:hover, .breadcrumbs__element--link:active, .breadcrumbs__element--link:focus {
        color: #ecaf2a; }
  .breadcrumbs__element + .breadcrumbs__element {
    margin: 0 7px; }
  .breadcrumbs__novost {
    color: #8891a3 !important; }
    .breadcrumbs__novost--link {
      pointer-events: none;
      cursor: default;
      color: #8891a3 !important; }

/* End */


/* Start:/local/components/custom/form/templates/subscribe/style.css?164802582839665*/
.form-subscribe {
  background: #ebebeb;
  position: relative; }
  @media only screen and (min-width: 768px) {
    .form-subscribe {
      display: -webkit-flex;
      display: flex;
      padding: 30px 25px; } }
  @media only screen and (max-width: 767px) {
    .form-subscribe {
      display: block;
      padding: 20px 0 0; } }
  .form-subscribe__pic {
    right: 0;
    bottom: 0;
    z-index: 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    width: 455px;
    height: 110px; }
    @media only screen and (min-width: 768px) {
      .form-subscribe__pic {
        position: absolute; } }
    @media only screen and (min-width: 992px) {
      .form-subscribe__pic {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='449' height='107' viewBox='0 0 449 107'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h556v116H0z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='none' d='M-1101-2820H819V559h-1920z'/%3E%3Cg opacity='.6' transform='translate(-6 -9)'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cg stroke='%23002048' stroke-width='.75' mask='url(%23b)'%3E%3Cg transform='translate(6 9)'%3E%3Cpath stroke-linecap='square' stroke-linejoin='bevel' d='M140.674 47.764h-4.608v35.828a15.874 15.874 0 0 0 4.048 10.485l3.616 2.912 14.558 10.248 22.228-15.766V47.764H149.16M386.47 74.362h18.228v49.09h-38.634M351.526 74.362h7.664M263.046 74.362h67.406M227.42 74.362h19.335M257.831 123.451h-42.21v-37.22'/%3E%3Cpath stroke-linecap='square' stroke-linejoin='bevel' d='M231.313 153.64V74.361s-.304-29.544 0-29.863c.304-.319 15.947 0 15.947 0M262.763 91.363v32.088M278.488 123.451V44.377h-16.474M294.212 74.362v49.09M309.93 74.362v49.09M325.656 74.362v49.09M357.105 74.362v49.09M372.83 88.085v35.366M388.555 74.362v49.09M351.526 90.955h53.172M215.622 90.955h114.83M386.47 74.362c.009 5.552-3.31 10.562-8.406 12.693a13.58 13.58 0 0 1-14.872-2.962 13.784 13.784 0 0 1-2.966-14.958c2.11-5.13 7.085-8.476 12.604-8.476 7.526 0 13.63 6.131 13.64 13.703z'/%3E%3Cellipse cx='215.603' cy='74.356' stroke-linecap='square' stroke-linejoin='bevel' rx='11.799' ry='11.87' transform='rotate(-84.35 215.603 74.356)'/%3E%3Cpath stroke-linecap='square' stroke-linejoin='bevel' d='M291.575 82.648a5.145 5.145 0 0 1-3.158 4.754 5.091 5.091 0 0 1-5.574-1.118 5.167 5.167 0 0 1-1.104-5.61 5.113 5.113 0 0 1 4.73-3.17c1.355 0 2.655.542 3.612 1.507a5.154 5.154 0 0 1 1.494 3.637zM228.399 99.052a5.145 5.145 0 0 1-3.154 4.759 5.091 5.091 0 0 1-5.576-1.114 5.167 5.167 0 0 1-1.107-5.61 5.113 5.113 0 0 1 4.73-3.172c2.82 0 5.107 2.3 5.107 5.137zM388.555 76.601v-22.79l12.069 4.588-12.069 4.16M298.496 95.136l7.239 7.29M305.735 95.136l-7.239 7.29M272.436 83.28a1.528 1.528 0 0 0-1.1-.543h-1.308a2.3 2.3 0 0 0-.93-2.301 3.555 3.555 0 0 0-.554-.394c-4.938-2.511-6.557-7.031-7.218-12.108-.203-1.547-.324-3.101-.48-4.75.797-.096 1.195-.68 1.35-1.609a2.502 2.502 0 0 0 1.896-2.572 2.812 2.812 0 0 0-1.673-2.749c.257-.14.468-.352.607-.61 2.395-4.015 1.55-9.184-1.998-12.213a9.461 9.461 0 0 0-12.302 0c-3.548 3.03-4.394 8.198-1.998 12.212.14.26.354.472.613.611a2.832 2.832 0 0 0-1.666 2.776 2.51 2.51 0 0 0 1.903 2.572c.155.93.553 1.514 1.349 1.609-.155 1.622-.277 3.176-.472 4.75-.675 5.077-2.287 9.597-7.225 12.108-.195.117-.38.248-.554.394a2.28 2.28 0 0 0-.924 2.3h-1.315c-.426.022-.823.218-1.1.544a3.41 3.41 0 0 0-.513 3.033c.082.43.342.806.716 1.032-.351 1.622.35 3.02 1.68 3.271.787.144 1.586.217 2.387.217h26.539c.8 0 1.6-.073 2.388-.217 1.35-.25 2.024-1.649 1.687-3.271.371-.227.629-.602.708-1.032a3.41 3.41 0 0 0-.493-3.06zM422.164 92.964l-17.466 10.147v20.293l17.466 10.14 17.465-10.14V103.11z'/%3E%3Cpath stroke-linecap='square' stroke-linejoin='bevel' d='M439.629 62.586l-17.465 10.147v20.292l17.465 10.14 17.465-10.14V72.733zM401.561 103.355c-.087-.387-.202-.455-.6-.455h-.162a.68.68 0 0 0-.317-.678 1.22 1.22 0 0 0-.196-.13 2.9 2.9 0 0 1-1.51-2.47c-.075-.678-.095-1.357-.136-2.036.23 0 .344-.142.351-.407a.5.5 0 0 0 .263-.197h.223c.21.024.4-.128.425-.34.162-1.071.324-2.137.479-3.21a.416.416 0 0 0-.432-.474h-1.208c-.296 0-.425.115-.465.42-.04.306-.088.747-.135 1.14h-.31v-.99c0-.441-.135-.577-.58-.577h-.979c-.438 0-.573.136-.58.577v.99h-.31a48.87 48.87 0 0 0-.128-1.14c-.047-.373-.169-.42-.466-.42h-1.207a.409.409 0 0 0-.432.475c.148 1.072.317 2.138.479 3.21a.374.374 0 0 0 .425.34h.216a.52.52 0 0 0 .263.196c0 .265.121.394.35.407-.04.679-.053 1.358-.134 2.036a2.893 2.893 0 0 1-1.504 2.47c-.072.037-.14.08-.203.13a.68.68 0 0 0-.31.678h-.162c-.398 0-.52.068-.6.455a1.727 1.727 0 0 0 0 .618.27.27 0 0 0 .242.258.355.355 0 0 0 0 .156.68.68 0 0 0 .21.538c.146.14.346.206.546.181h7.663a.713.713 0 0 0 .532-.196.721.721 0 0 0 .224-.523.355.355 0 0 0-.04-.156.27.27 0 0 0 .249-.258c.02-.207.008-.415-.034-.618z'/%3E%3Cpath stroke-linecap='square' d='M326.984 36.03a1.854 1.854 0 0 0 1.849 1.852h1.619v64.788c0 5.855 4.718 10.6 10.537 10.6 5.82 0 10.537-4.745 10.537-10.6V37.882h1.626c1.017 0 1.842-.83 1.842-1.853a1.854 1.854 0 0 0-1.842-1.84h-24.32c-1.012 0-1.836.821-1.848 1.84z'/%3E%3Cpath stroke-linecap='square' d='M351.317 60.991a7.277 7.277 0 0 1-5.167 2.157 7.277 7.277 0 0 1-5.168-2.157 7.277 7.277 0 0 0-5.164-2.153 7.277 7.277 0 0 0-5.164 2.153M347.991 54.55c0 .964-.776 1.745-1.733 1.745-.958 0-1.734-.781-1.734-1.744 0-.964.776-1.745 1.734-1.745.957 0 1.733.781 1.733 1.745zM374.564 74.362c0 .963-.776 1.744-1.734 1.744-.957 0-1.734-.781-1.734-1.744 0-.964.777-1.745 1.734-1.745.958 0 1.734.781 1.734 1.745zM341.347 48.239a3.218 3.218 0 0 1-1.962 2.994 3.184 3.184 0 0 1-3.497-.692 3.231 3.231 0 0 1-.688-3.519 3.197 3.197 0 0 1 2.976-1.973 3.207 3.207 0 0 1 3.17 3.19z'/%3E%3Cellipse cx='346.182' cy='23.884' stroke-linecap='square' rx='2.732' ry='2.749' transform='rotate(-88.76 346.182 23.884)'/%3E%3Cpath stroke-linecap='square' stroke-linejoin='bevel' d='M439.629 50.207v12.135M266.75 91.24l-3.974 3.998M278.562 103.118l-3.98 4.004M270.622 90.983l-7.92 7.967M278.636 99.039l-7.92 7.974M274.494 90.983l-11.84 11.904M278.663 95.17l-11.84 11.911M262.763 107.407l-15.725 16.044V91.363M278.488 90.983l-15.813 15.901M235.313 91.24l-3.98 3.998M247.119 103.118l-3.974 4.004M239.186 90.983l-7.92 7.967M247.2 99.039l-7.92 7.974M243.058 90.983l-11.84 11.904M247.22 95.17l-11.84 11.911M247.045 90.983l-15.806 15.901'/%3E%3Cpath d='M223.967 82.757a11.755 11.755 0 0 1-16.69 0c-3.684-3.71-3.684-9.721 0-13.431a7.523 7.523 0 0 1 10.679 0 6.086 6.086 0 0 1 1.772 4.296 6.086 6.086 0 0 1-1.772 4.296 4.815 4.815 0 0 1-3.417 1.425 4.815 4.815 0 0 1-3.417-1.425 3.912 3.912 0 0 1 0-5.498 3.083 3.083 0 0 1 4.378 0 2.508 2.508 0 0 1 0 3.523 2.015 2.015 0 0 1-2.8 0 1.593 1.593 0 0 1 0-2.253'/%3E%3Cpath stroke-linecap='square' stroke-linejoin='bevel' d='M451.367 82.88s-5.107 6.067-11.4 6.067c-6.295 0-11.408-6.068-11.408-6.068s5.106-6.067 11.407-6.067c6.3 0 11.4 6.067 11.4 6.067z'/%3E%3Cpath stroke-linecap='square' stroke-linejoin='bevel' d='M445.99 82.88c0 3.35-2.7 6.067-6.03 6.067-3.331 0-6.031-2.717-6.031-6.068 0-3.35 2.7-6.067 6.03-6.067a6.006 6.006 0 0 1 4.267 1.775 6.08 6.08 0 0 1 1.764 4.292z'/%3E%3Cpath stroke-linecap='square' stroke-linejoin='bevel' d='M441.592 82.88c0 .906-.73 1.641-1.633 1.641a1.638 1.638 0 0 1-1.632-1.642c0-.907.73-1.642 1.632-1.642.902 0 1.633.735 1.633 1.642zM119.768 91.797h-12.25l9.41 8.531h8.925zM116.928 100.328l3.818-11.463M104.306 99.826l4.304-10.96h-3.285a.984.984 0 0 0-.853.495.996.996 0 0 0 0 .99.984.984 0 0 0 .853.496h.391'/%3E%3Cpath stroke-linecap='square' stroke-linejoin='bevel' d='M119 100.328c0 3.808 3.068 6.896 6.853 6.896 3.785 0 6.854-3.088 6.854-6.896s-3.069-6.895-6.854-6.895-6.854 3.087-6.854 6.895zM97.318 100.328c0 3.808 3.068 6.896 6.853 6.896 3.786 0 6.854-3.088 6.854-6.896s-3.068-6.895-6.854-6.895c-3.785 0-6.853 3.087-6.853 6.895z'/%3E%3Cpath stroke-linecap='square' d='M118.183 88.736h5.72v-1.982a.803.803 0 0 0-.274-.614.793.793 0 0 0-.643-.186l-4.108.576a.813.813 0 0 0-.675.801l-.02 1.405z'/%3E%3Cpath stroke-linecap='square' stroke-linejoin='bevel' d='M215.622 123.451l-57.341-15.847 57.34-16.649M176.515 120.757c6.156-7.538 5.691-18.528-1.079-25.512M215.622 62.491v-6.746c-10.22 0-18.504 8.335-18.504 18.617h6.705'/%3E%3Cpath stroke-linecap='square' d='M372.83 72.617v-8.463M373.93 75.699l3.622 3.65'/%3E%3Cpath stroke-linecap='square' stroke-linejoin='bevel' d='M341.38 113.27V61.366M346.561 63.15v48.485M335.815 58.84v53.087M140.674 45.429v11.517l4.358-3.332 4.128 3.163V45.429z'/%3E%3Cpath stroke-linecap='square' d='M104.779 125.61c.01 7.891-4.706 15.012-11.95 18.04a19.303 19.303 0 0 1-21.138-4.211c-5.55-5.577-7.214-13.969-4.215-21.26 3-7.293 10.07-12.048 17.915-12.048 10.698-.004 19.376 8.715 19.388 19.478z'/%3E%3Cpath stroke-linecap='square' d='M71.143 125.61c0-10.771 6.382-19.506 14.248-19.506 7.865 0 14.247 8.735 14.247 19.505'/%3E%3Cpath stroke-linecap='square' d='M76.904 125.61c0-10.771 3.818-19.506 8.52-19.506s8.52 8.735 8.52 19.505M85.39 106.104v19.505'/%3E%3Cpath stroke-linecap='square' stroke-linejoin='bevel' d='M117.38 54.842h8.561v13.771h-8.561zM117.387 61.731h8.56'/%3E%3Cpath stroke-linecap='square' d='M136.053 47.832v31.436h-28.772V47.832l14.383-12.346z'/%3E%3Cpath stroke-linecap='square' stroke-linejoin='bevel' d='M200.288 85.94s-2.813 3.353-6.274 3.353c-3.46 0-6.273-3.353-6.273-3.353s2.813-3.346 6.273-3.346c3.461 0 6.274 3.346 6.274 3.346z'/%3E%3Cpath stroke-linecap='square' stroke-linejoin='bevel' d='M187.97 85.94l-2.408 2.416v-4.825z'/%3E%3Cpath stroke-linecap='square' d='M180.489 47.77l-12.224-12.297M168.265 35.473h-46.601M396.057 79.906a2.07 2.07 0 0 1-1.247 1.937 2.048 2.048 0 0 1-2.253-.427 2.08 2.08 0 0 1-.462-2.26A2.058 2.058 0 0 1 394 77.87a2.07 2.07 0 0 1 2.058 2.036zM400.988 85.282a2.07 2.07 0 0 1-1.255 1.94 2.048 2.048 0 0 1-2.257-.443 2.08 2.08 0 0 1-.44-2.271 2.057 2.057 0 0 1 1.928-1.262 2.03 2.03 0 0 1 2.024 2.036zM400.583 78.44l-8.493 8.545'/%3E%3Cpath d='M304.574 15.668l3.191-5.382A44.476 44.476 0 0 0 303.003.031s-6.746 9.977-6.746 22.289c0 12.311 6.746 22.295 6.746 22.295s6.745-9.984 6.745-22.295a37.699 37.699 0 0 0-1.153-9.068l-4.02 2.416zM303.003 19.93v30.738M295.069 53.947h16.008v3.231h-16.008z'/%3E%3Cpath d='M309.762 60.279V57.17h-13.37v3.109h-3.71a2.927 2.927 0 0 0-2.205 1 2.964 2.964 0 0 0-.71 2.325l1.207 9.502a1.183 1.183 0 0 0 1.167 1.038h21.871a1.183 1.183 0 0 0 1.167-1.038l1.214-9.502a2.971 2.971 0 0 0-.714-2.326 2.934 2.934 0 0 0-2.207-1h-3.71z'/%3E%3Cpath stroke-linecap='square' d='M330.452 50.668h-51.964M330.452 45.293h-51.964M300.439 39.911h-84.817M330.452 39.911h-24.88M298.3 34.536h-82.678M327.74 34.536h-20.036M296.648 29.154h-81.026M296.25 23.779h-80.628M296.472 18.397h-80.85M330.452 29.154h-21.095M330.452 23.779h-20.69M330.452 18.397h-20.825M242.585 10.884c.675 1.513-.526 3.603-2.759 4.669-2.233 1.066-4.627.679-5.342-.814-.715-1.494.526-3.604 2.759-4.67 2.233-1.065 4.627-.699 5.343.815zM234.308 13.503v17.49M231.778 12.811h13.513M257.09 37.156c-.716-1.514.519-3.604 2.758-4.67 2.24-1.065 4.621-.678 5.337.808.715 1.486-.52 3.61-2.766 4.676-2.247 1.066-4.621.7-5.33-.814zM265.367 34.536v-17.49M271.357 31.244c-.708-1.513.526-3.604 2.76-4.67 2.232-1.065 4.627-.678 5.342.809.715 1.486-.52 3.61-2.76 4.676-2.239 1.065-4.627.699-5.342-.815zM279.641 28.625v-17.49M279.641 11.135l-14.274 5.911v5.912l14.274-5.912zM265.367 26.392l14.274-5.912M215.622 18.397v37.389'/%3E%3Cpath stroke-linecap='square' stroke-linejoin='bevel' d='M442.712 41.927c0-2.064.816-4.044 2.266-5.504a7.825 7.825 0 0 0 1.89-8.494 7.746 7.746 0 0 0-7.112-4.955 7.743 7.743 0 0 0-7.239 4.766 7.826 7.826 0 0 0 1.668 8.54l.128.156a7.788 7.788 0 0 1 2.267 5.511M442.746 48.734h-6.234l-.317-6.556h6.874zM440.816 49.956h-2.368a1.225 1.225 0 0 1-1.22-1.222h4.802c0 .675-.543 1.222-1.214 1.222zM377.822 53.091a1.001 1.001 0 0 1-.937-.936 6.034 6.034 0 0 1 1.733-4.588l.263-.265c1.04-1.038 2.098-.414 3.137.631 1.04 1.045 1.666 2.111.628 3.156l-.264.258a5.91 5.91 0 0 1-4.56 1.744z'/%3E%3Cpath stroke-linecap='square' stroke-linejoin='bevel' d='M382.018 47.933a4.073 4.073 0 0 1 1.107 1.636l.54-1.154a1.616 1.616 0 0 0-.313-1.83 1.592 1.592 0 0 0-1.82-.314l-1.146.55c.627.23 1.188.612 1.632 1.112zM366.583 53.953a4.09 4.09 0 0 1-.848-4.41 4.048 4.048 0 0 1 3.702-2.512h9.734l-6.887 6.922a4.03 4.03 0 0 1-5.7 0zM376.035 63.462a4.03 4.03 0 0 0 4.389.86 4.072 4.072 0 0 0 2.498-3.731v-9.794l-6.887 6.93a4.09 4.09 0 0 0 0 5.735z'/%3E%3Cpath stroke-linecap='square' stroke-linejoin='bevel' d='M376.932 49.277l-4.648 4.676c-.099.1-.202.196-.31.285a14.322 14.322 0 0 0-.999 3.821.913.913 0 0 0 .265.71.9.9 0 0 0 .706.26h.061a14.034 14.034 0 0 0 3.825-1.085l.203-.217 4.587-4.615M195.12 55.134a.677.677 0 0 1-.613.618 3.906 3.906 0 0 1-3.009-1.154l-.175-.17c-.675-.678-.27-1.357.418-2.083.688-.726 1.35-1.106 2.071-.414l.169.17c.795.8 1.21 1.904 1.14 3.033z'/%3E%3Cpath stroke-linecap='square' stroke-linejoin='bevel' d='M191.741 52.345a2.516 2.516 0 0 1 1.073-.733l-.763-.36a1.048 1.048 0 0 0-1.197.207c-.316.317-.398.8-.206 1.205l.358.76c.15-.416.404-.787.735-1.08zM195.687 62.6c-.773.732-1.9.94-2.881.532a2.714 2.714 0 0 1-1.665-2.426v-6.468l4.546 4.568a2.727 2.727 0 0 1 0 3.794zM201.927 56.315c.763-.765.991-1.917.579-2.917a2.658 2.658 0 0 0-2.46-1.65h-6.436l4.546 4.567a2.643 2.643 0 0 0 3.771 0z'/%3E%3Cpath stroke-linecap='square' stroke-linejoin='bevel' d='M192.618 55.725l3.07 3.088c.066.064.129.132.188.203a9.312 9.312 0 0 0 2.51.679.592.592 0 0 0 .479-.186.6.6 0 0 0 .155-.493v-.04a9.411 9.411 0 0 0-.675-2.545 1.413 1.413 0 0 1-.148-.136l-3.029-3.04M439.629 18.81v-4.73M430.218 22.808l-3.326-3.339M427.385 30.939h-4.702'/%3E%3Cpath stroke-linecap='square' d='M107.281 79.275h-7.407M87.11 77.972c-3.518-.948-5.792-4.374-5.317-8.007.476-3.633 3.554-6.35 7.197-6.35 3.642 0 6.72 2.717 7.196 6.35.476 3.633-1.8 7.059-5.318 8.007'/%3E%3Cpath stroke-linecap='square' d='M88.183 75.74c-2.51-.406-4.291-2.685-4.089-5.236.202-2.55 2.318-4.517 4.862-4.517 2.543 0 4.66 1.967 4.862 4.517.202 2.551-1.578 4.83-4.09 5.235M95.118 62.546h4.189v2.586h-4.189zM79.299 64.168h3.036v1.873h-3.036zM78.395 61.263h4.844v1.283h-4.844zM73.599 60.672h2.739v1.873h-2.739z'/%3E%3Cpath stroke-linecap='square' d='M91.34 79.275h8.602a.585.585 0 0 0 .587-.597V61.935a.589.589 0 0 0-.587-.59H85.35v1.2H72.101a.585.585 0 0 0-.594.591v15.542a.592.592 0 0 0 .594.597h14.342M71.507 77.646h14.511M100.333 77.646h-8.574M71.507 67.201h11.178M95.435 67.201h5.094M71.507 67.201H41.818M71.507 77.504H41.818M41.818 67.201v10.303M41.818 77.504l23.43 23.578M53.826 77.504l23.328 23.476M97.318 100.98H49.542M42.365 108.167l7.177-7.221M132.707 100.328h15.421M44.058 69.21h4.473M50.52 69.21h4.473M56.983 69.21h4.473M63.453 69.21h4.466M44.058 75.122h4.473M50.52 75.122h4.473M56.983 75.122h4.473M63.453 75.122h4.466'/%3E%3Cpath stroke-linecap='square' d='M91.61 80.219a2.66 2.66 0 0 1-2.65 2.667 2.66 2.66 0 0 1-2.652-2.667c0-1.473 2.651-5.749 2.651-5.749a39.185 39.185 0 0 1 1.91 3.489c.38.702.632 1.467.741 2.26zM85 87.073a1.792 1.792 0 0 1-1.785 1.688c-.945 0-1.726-.739-1.784-1.688 0-.99 1.787-3.868 1.787-3.868S85 86.082 85 87.073zM91.07 94.865c0 .99-.797 1.791-1.78 1.791-.984 0-1.781-.802-1.781-1.791 0-.991 1.78-3.862 1.78-3.862s1.782 2.87 1.782 3.862z'/%3E%3Cellipse cx='42.365' cy='108.167' stroke-linecap='square' rx='9.977' ry='10.038'/%3E%3Cpath stroke-linecap='square' d='M38.06 139.224L8.427 109.409.398 89.293h52.713M.398 89.293v-6.699M6.86 89.293v-6.699M13.323 89.293v-6.699M19.786 89.293v-6.699M26.249 89.293v-6.699M32.711 89.293v-6.699M39.174 89.293v-6.699M45.637 89.293v-6.699M6.854 82.594a4.574 4.574 0 0 1-6.496 0M13.337 82.594a4.574 4.574 0 0 1-6.497 0M19.806 82.594a4.581 4.581 0 0 1-6.503 0M26.31 82.594a4.574 4.574 0 0 1-6.497 0M32.738 82.594a4.574 4.574 0 0 1-6.496 0M39.208 82.594a4.574 4.574 0 0 1-6.497 0M45.677 82.594a4.581 4.581 0 0 1-6.503 0'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A"); } }
    @media only screen and (max-width: 991px) and (min-width: 768px) {
      .form-subscribe__pic {
        top: inherit;
        width: 336px;
        height: 102px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='337' height='102' viewBox='0 0 337 102'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23002048' stroke-width='.75' opacity='.6' transform='translate(1)'%3E%3Cpath stroke-linecap='square' stroke-linejoin='bevel' d='M147.373 50.642h-4.884v37.44a16.458 16.458 0 0 0 4.29 10.958l3.833 3.043 15.43 10.71 23.56-16.476V50.642h-33.234M276.934 78.264h71.245M239.014 78.264h20.684M271.189 130.057h-44.815V90.925'/%3E%3Cpath stroke-linecap='square' stroke-linejoin='bevel' d='M242.606 162.283V78.789s-.326-31.115 0-31.451c.325-.336 17.092 0 17.092 0M275.785 95.528v33.378M293.022 130.057V47.189h-17.237M309.11 78.264v51.793M325.197 78.264v51.793M226.374 95.528H347.03'/%3E%3Cellipse cx='226.374' cy='78.264' stroke-linecap='square' stroke-linejoin='bevel' rx='12.64' ry='12.66' transform='rotate(-84.35 226.374 78.264)'/%3E%3Cpath stroke-linecap='square' stroke-linejoin='bevel' d='M305.662 86.896a5.18 5.18 0 0 1-3.194 4.786 5.165 5.165 0 0 1-5.636-1.126 5.185 5.185 0 0 1-1.116-5.647 5.17 5.17 0 0 1 9.946 1.987zM240.163 104.153a5.18 5.18 0 0 1-3.189 4.79 5.165 5.165 0 0 1-5.638-1.12 5.185 5.185 0 0 1-1.12-5.648 5.17 5.17 0 0 1 9.947 1.978zM313.706 100.132l8.044 8.057M321.75 100.132l-8.044 8.057M285.443 87.629a1.59 1.59 0 0 0-1.145-.566h-1.363a2.398 2.398 0 0 0-.969-2.398 3.702 3.702 0 0 0-.576-.41c-5.14-2.617-6.827-7.327-7.515-12.617-.21-1.612-.337-3.232-.499-4.95.83-.1 1.244-.708 1.405-1.677a2.607 2.607 0 0 0 1.974-2.68 2.93 2.93 0 0 0-1.742-2.864c.268-.146.488-.367.632-.637 2.494-4.183 1.614-9.569-2.08-12.726a9.844 9.844 0 0 0-12.808 0c-3.694 3.157-4.575 8.543-2.08 12.726.146.27.368.492.638.637a2.952 2.952 0 0 0-1.734 2.892 2.614 2.614 0 0 0 1.98 2.68c.162.97.576 1.578 1.405 1.677-.162 1.69-.288 3.31-.492 4.95-.702 5.29-2.38 10-7.522 12.617a4.516 4.516 0 0 0-.576.41 2.377 2.377 0 0 0-.962 2.398h-1.37a1.604 1.604 0 0 0-1.144.566 3.556 3.556 0 0 0-.534 3.161c.085.449.356.84.744 1.075-.365 1.69.366 3.147 1.75 3.409.82.15 1.652.225 2.486.226h27.63a13.953 13.953 0 0 0 2.486-.226c1.405-.262 2.107-1.719 1.756-3.409.387-.236.655-.627.738-1.075a3.556 3.556 0 0 0-.513-3.19zM280.382 95.528l-4.597 4.604M283.829 95.528l-8.044 8.057M288.425 95.528l-12.64 12.66M293.022 100.132l-12.64 12.66'/%3E%3Cpath stroke-linecap='square' stroke-linejoin='bevel' d='M275.785 112.217l-16.087 16.689V95.528M291.873 95.528l-16.088 17.264M248.207 95.528l-4.597 4.604M251.654 95.528l-8.044 8.057M255.101 95.528l-12.64 12.66M259.698 100.132l-12.64 12.66M258.549 95.528l-16.088 17.264'/%3E%3Cpath d='M235.567 86.219c-4.902 4.74-12.845 4.74-17.746 0-3.918-3.795-3.918-9.943 0-13.738 3.136-3.031 8.218-3.031 11.355 0a6.106 6.106 0 0 1 1.884 4.394c0 1.65-.678 3.23-1.884 4.394a5.224 5.224 0 0 1-3.634 1.458 5.224 5.224 0 0 1-3.633-1.458 3.894 3.894 0 0 1 0-5.622 3.37 3.37 0 0 1 4.656 0 2.496 2.496 0 0 1 0 3.602 2.204 2.204 0 0 1-2.977 0 1.598 1.598 0 0 1-.496-1.152c0-.433.179-.847.496-1.152'/%3E%3Cpath stroke-linecap='square' stroke-linejoin='bevel' d='M125.664 96.68h-13.052l10.026 9.207h9.51zM122.954 104.736l3.448-11.51M109.165 104.736l4.596-11.51h-3.508c-.376 0-.723.199-.911.52a1.03 1.03 0 0 0 0 1.041c.188.322.535.52.91.52h.419'/%3E%3Cpath stroke-linecap='square' stroke-linejoin='bevel' d='M125.252 105.311c0 4.132 3.345 7.481 7.47 7.481s7.469-3.349 7.469-7.48c0-4.132-3.344-7.482-7.47-7.482-4.124 0-7.469 3.35-7.469 7.481zM102.27 105.311c0 4.132 3.344 7.481 7.47 7.481 4.125 0 7.469-3.349 7.469-7.48 0-4.132-3.344-7.482-7.47-7.482-4.125 0-7.469 3.35-7.469 7.481z'/%3E%3Cpath stroke-linecap='square' d='M124.103 94.377h5.746v-2.45a1.106 1.106 0 0 0-.276-.76.698.698 0 0 0-.646-.23l-4.126.713c-.39.081-.676.5-.677.99l-.02 1.737z'/%3E%3Cpath stroke-linecap='square' stroke-linejoin='bevel' d='M226.374 130.057l-59.754-16.84 59.754-17.689M185.004 126.604c6.545-7.822 6.05-19.225-1.147-26.472M226.374 65.788v-7.09c-10.789 0-19.535 8.76-19.535 19.566h7.079M148.235 48.34V61l4.72-3.663 4.472 3.476V48.34zM122.954 57.547h9.193v14.962h-9.193zM122.954 64.453h9.193'/%3E%3Cpath stroke-linecap='square' d='M142.49 49.812v33.056h-29.878V49.812l14.935-12.982z'/%3E%3Cpath stroke-linecap='square' stroke-linejoin='bevel' d='M210.286 89.77s-2.834 3.456-6.32 3.456-6.32-3.456-6.32-3.456 2.834-3.45 6.32-3.45 6.32 3.45 6.32 3.45zM197.646 89.77l-2.298 2.305v-4.603z'/%3E%3Cpath stroke-linecap='square' d='M189.602 49.49l-12.64-12.66M176.962 36.83h-49.411'/%3E%3Cpath d='M319.909 16.55l3.26-5.696A47.869 47.869 0 0 0 318.303 0s-6.894 10.56-6.894 23.59c0 13.032 6.894 23.599 6.894 23.599s6.895-10.567 6.895-23.598a41.247 41.247 0 0 0-1.18-9.597l-4.108 2.557zM318.302 20.717v32.226M310.258 56.396h17.237v3.453h-17.237zM325.211 63.221V59.85h-13.824v3.372h-3.836a2.967 2.967 0 0 0-2.28 1.085 3.323 3.323 0 0 0-.734 2.523l1.249 10.309c.077.642.593 1.124 1.207 1.126h22.613c.613-.002 1.13-.484 1.207-1.126l1.255-10.309a3.33 3.33 0 0 0-.739-2.523 2.974 2.974 0 0 0-2.281-1.085h-3.837z'/%3E%3Cpath stroke-linecap='square' d='M348.179 52.943h-55.157M348.179 47.189h-55.157M316.004 41.434h-89.63M347.03 41.434H320.6M313.706 36.83h-87.332M343.583 36.83h-20.684M311.408 31.075h-85.034M311.408 25.32h-85.034M311.408 19.566h-85.034M347.03 31.075h-21.833M347.03 25.32h-21.833M347.03 19.566h-21.833M254.899 11.827c.73 1.56-.57 3.715-2.987 4.814-2.418 1.098-5.01.7-5.784-.84-.775-1.539.57-3.715 2.987-4.813 2.417-1.099 5.01-.721 5.784.84zM245.909 13.811v18.415M243.61 13.811h13.79M270.26 38.814c-.774-1.56.56-3.715 2.983-4.813 2.422-1.098 4.997-.7 5.77.833.773 1.532-.562 3.722-2.99 4.82-2.43 1.098-4.998.72-5.764-.84zM279.233 36.83V18.415M285.194 33.06c-.766-1.56.569-3.715 2.982-4.814 2.414-1.098 5.003-.7 5.776.833.773 1.532-.562 3.722-2.983 4.82-2.42 1.099-5.002.72-5.775-.84zM294.171 29.925V11.509M294.171 11.51l-14.938 6.33v6.33l14.938-6.33zM279.233 27.623l14.938-5.755M226.374 19.566v39.132'/%3E%3Cpath stroke-linecap='square' stroke-linejoin='bevel' d='M205.681 58.012a.746.746 0 0 1-.68.679 4.345 4.345 0 0 1-3.33-1.267l-.194-.187c-.747-.745-.3-1.49.463-2.288.761-.797 1.493-1.214 2.292-.454l.187.186a4.324 4.324 0 0 1 1.262 3.331zM201.156 55.304a2.55 2.55 0 0 1 1.087-.741l-.773-.364a1.063 1.063 0 0 0-1.213.21c-.32.32-.403.809-.209 1.218l.363.77c.153-.422.409-.797.745-1.093zM206.009 66.008c-.836.74-2.055.951-3.116.538-1.06-.414-1.764-1.374-1.8-2.454v-6.545l4.916 4.622a2.634 2.634 0 0 1 0 3.839z'/%3E%3Cpath stroke-linecap='square' stroke-linejoin='bevel' d='M211.795 58.998c.77-.82 1.001-2.058.585-3.132-.417-1.074-1.399-1.774-2.486-1.772h-6.502l4.593 4.904c.503.545 1.19.851 1.905.851.716 0 1.402-.306 1.905-.85zM202.243 59.044l3.302 3.31c.072.07.14.142.203.218.862.368 1.771.612 2.7.728a.638.638 0 0 0 .683-.728v-.043a10.057 10.057 0 0 0-.726-2.728 1.518 1.518 0 0 1-.16-.146l-3.259-3.259'/%3E%3Cpath stroke-linecap='square' d='M112.612 82.868h-8.043M91.719 81.717c-3.62-.989-5.96-4.558-5.472-8.345.49-3.787 3.657-6.617 7.405-6.617s6.916 2.83 7.405 6.617c.489 3.787-1.852 7.356-5.472 8.345'/%3E%3Cpath stroke-linecap='square' d='M92.833 79.415c-2.662-.43-4.55-2.85-4.335-5.56.214-2.71 2.458-4.798 5.154-4.798 2.697 0 4.94 2.088 5.155 4.798.214 2.71-1.674 5.13-4.336 5.56M99.972 65.604h4.596v2.302h-4.596zM83.885 67.906h3.447v2.302h-3.447zM82.736 64.453h4.596v1.151h-4.596zM76.99 63.302h3.447v2.302H76.99z'/%3E%3Cpath stroke-linecap='square' d='M95.895 82.868h9.195a.639.639 0 0 0 .446-.18.596.596 0 0 0 .182-.433V65.059a.617.617 0 0 0-.628-.606h-15.6v1.234H75.328a.639.639 0 0 0-.449.175.596.596 0 0 0-.186.43v15.963a.596.596 0 0 0 .184.435c.12.116.282.18.45.178H90.66M74.692 81.717H89.63M105.718 81.717h-9.193M74.692 70.208h11.49M99.972 70.208h5.746M74.692 70.208H43.666M74.692 81.717H43.666M43.666 70.208v10.358M43.666 81.717l24.131 25.32M56.306 81.717l24.131 24.17M45.964 72.51h4.597M52.859 72.51h4.596M59.753 72.51h4.597M66.648 72.51h4.597M45.964 79.415h4.597M52.859 79.415h4.596M59.753 79.415h4.597M66.648 79.415h4.597'/%3E%3Cpath stroke-linecap='square' d='M96.525 84.553c0 1.612-1.286 2.919-2.873 2.919-1.586 0-2.873-1.307-2.873-2.919 0-1.61 2.873-6.289 2.873-6.289a43.001 43.001 0 0 1 2.069 3.817c.412.768.685 1.606.804 2.472zM88.481 91.478c-.056.983-.811 1.748-1.724 1.748-.912 0-1.667-.765-1.723-1.748 0-1.026 1.727-4.006 1.727-4.006s1.72 2.98 1.72 4.006zM95.376 99.46c0 1.006-.772 1.823-1.724 1.823s-1.724-.817-1.724-1.824c0-1.008 1.724-3.93 1.724-3.93s1.724 2.922 1.724 3.93zM39.409 147.32l-31.01-31.613L0 94.377h55.157M0 93.226v-6.905M6.895 93.226v-6.905M13.79 93.226v-6.905M20.684 93.226v-6.905M27.579 93.226v-6.905M34.473 93.226v-6.905M41.368 93.226v-6.905M48.262 93.226v-6.905M6.895 86.32c-1.904 1.535-4.991 1.535-6.895 0M13.79 86.32c-1.905 1.535-4.991 1.535-6.895 0M20.684 86.32c-1.905 1.535-4.99 1.535-6.895 0M27.579 86.32c-1.904 1.535-4.991 1.535-6.895 0M34.473 86.32c-1.904 1.535-4.99 1.535-6.894 0M41.368 86.32c-1.904 1.535-4.99 1.535-6.895 0M48.262 86.32c-1.904 1.535-4.99 1.535-6.894 0'/%3E%3C/g%3E%3C/svg%3E%0A"); } }
    @media only screen and (max-width: 767px) {
      .form-subscribe__pic {
        position: relative;
        margin-top: 8px;
        width: 100%;
        height: 76px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='290' height='70' viewBox='0 0 290 70'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h399v83H0z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd' opacity='.6' transform='translate(-47 -6)'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cg stroke='%23002048' stroke-width='.75' mask='url(%23b)'%3E%3Cg transform='translate(4 6)'%3E%3Cpath stroke-linecap='square' stroke-linejoin='bevel' d='M101.03 34.038h-3.31v25.533a11.264 11.264 0 0 0 2.907 7.473l2.597 2.075 10.455 7.303 15.964-11.236V34.038h-22.519M277.556 52.993h13.09v34.984H262.9M252.46 52.993h5.504M188.915 52.993h48.41M163.33 52.993h13.885M185.17 87.977h-30.314V61.453'/%3E%3Cpath stroke-linecap='square' stroke-linejoin='bevel' d='M166.125 109.49V52.993s-.218-21.054 0-21.281c.218-.227 11.453 0 11.453 0M188.711 65.109v22.868M200.005 87.977V31.625h-11.831M211.298 52.993v34.984M222.587 52.993v34.984M233.88 52.993v34.984M256.467 52.993v34.984M267.76 62.773v25.204M279.053 52.993v34.984M252.46 64.819h38.187M154.856 64.819h82.469M277.556 52.993a9.78 9.78 0 0 1-6.037 9.046 9.808 9.808 0 0 1-10.681-2.11 9.768 9.768 0 0 1-2.13-10.66 9.796 9.796 0 0 1 9.052-6.04c5.405 0 9.788 4.369 9.796 9.764z'/%3E%3Cellipse cx='154.842' cy='52.989' stroke-linecap='square' stroke-linejoin='bevel' rx='8.474' ry='8.459' transform='rotate(-84.35 154.842 52.989)'/%3E%3Cpath stroke-linecap='square' stroke-linejoin='bevel' d='M209.404 58.899c0 1.483-.896 2.82-2.268 3.387a3.677 3.677 0 0 1-4.003-.797 3.662 3.662 0 0 1-.793-3.997 3.672 3.672 0 0 1 3.396-2.26 3.67 3.67 0 0 1 2.595 1.075 3.658 3.658 0 0 1 1.073 2.592zM164.032 70.589a3.666 3.666 0 0 1-2.265 3.391 3.677 3.677 0 0 1-4.004-.794 3.662 3.662 0 0 1-.796-3.997 3.672 3.672 0 0 1 3.397-2.261 3.664 3.664 0 0 1 3.668 3.661zM279.053 54.59V38.347l8.668 3.27-8.668 2.964M214.375 67.798l5.198 5.195M219.573 67.798l-5.198 5.195M195.659 59.349a1.1 1.1 0 0 0-.79-.387h-.94a1.634 1.634 0 0 0-.668-1.64 2.553 2.553 0 0 0-.398-.28c-3.546-1.79-4.709-5.011-5.184-8.629-.145-1.103-.232-2.21-.344-3.386.572-.067.858-.483.97-1.146a1.785 1.785 0 0 0 1.36-1.833 2.002 2.002 0 0 0-1.2-1.959c.184-.1.336-.25.435-.435a6.807 6.807 0 0 0-1.435-8.703 6.835 6.835 0 0 0-8.835 0 6.807 6.807 0 0 0-1.435 8.703c.101.185.255.336.441.435a2.016 2.016 0 0 0-1.197 1.978 1.79 1.79 0 0 0 1.367 1.833c.111.663.397 1.079.969 1.147-.112 1.156-.199 2.263-.34 3.385-.484 3.618-1.642 6.84-5.188 8.629-.14.083-.273.177-.398.28a1.619 1.619 0 0 0-.663 1.64h-.945a1.11 1.11 0 0 0-.79.387 2.415 2.415 0 0 0-.368 2.162c.059.307.245.574.514.735-.252 1.156.251 2.152 1.206 2.331.566.103 1.14.154 1.715.155h19.06c.575 0 1.149-.052 1.715-.155.969-.179 1.453-1.175 1.21-2.33.268-.162.453-.43.51-.736a2.415 2.415 0 0 0-.354-2.181zM303.19 66.25l-12.543 7.231v14.462l12.543 7.226 12.543-7.226V73.48z'/%3E%3Cpath stroke-linecap='square' stroke-linejoin='bevel' d='M315.733 44.602l-12.543 7.23v14.462l12.543 7.226 12.544-7.226V51.832zM288.394 73.655c-.063-.275-.145-.324-.431-.324h-.116a.483.483 0 0 0-.228-.483.877.877 0 0 0-.14-.092 2.065 2.065 0 0 1-1.086-1.76c-.053-.484-.068-.968-.097-1.452.165 0 .247-.101.252-.29a.358.358 0 0 0 .19-.14h.159a.276.276 0 0 0 .305-.242c.116-.764.233-1.524.344-2.288a.295.295 0 0 0-.31-.338h-.867c-.213 0-.305.082-.334.3-.03.217-.063.532-.097.812h-.223v-.706c0-.314-.097-.411-.417-.411h-.702c-.315 0-.412.097-.417.41v.707h-.223c-.029-.28-.058-.546-.092-.812-.034-.266-.121-.3-.334-.3h-.867a.29.29 0 0 0-.31.338c.106.764.227 1.524.343 2.288a.266.266 0 0 0 .306.242h.155a.373.373 0 0 0 .189.14c0 .189.087.28.252.29-.03.484-.04.968-.097 1.451a2.06 2.06 0 0 1-1.08 1.76.916.916 0 0 0-.146.093.483.483 0 0 0-.223.483h-.116c-.286 0-.373.049-.431.324a1.222 1.222 0 0 0 0 .44.194.194 0 0 0 .174.184.251.251 0 0 0 0 .112.483.483 0 0 0 .543.512h5.503a.514.514 0 0 0 .543-.512.251.251 0 0 0-.029-.112.194.194 0 0 0 .18-.183 1.487 1.487 0 0 0-.025-.44z'/%3E%3Cpath stroke-linecap='square' d='M234.834 25.676c.003.73.597 1.32 1.328 1.32h1.163v46.17c0 4.173 3.388 7.556 7.567 7.556 4.18 0 7.568-3.383 7.568-7.555v-46.17h1.167c.73 0 1.323-.592 1.323-1.321a1.326 1.326 0 0 0-1.323-1.31h-17.465c-.728 0-1.32.584-1.328 1.31z'/%3E%3Cpath stroke-linecap='square' d='M252.31 43.465a5.247 5.247 0 0 1-7.423 0 5.247 5.247 0 0 0-7.417 0M249.921 38.875a1.244 1.244 0 1 1-2.488-.002 1.244 1.244 0 0 1 2.488.002zM269.005 52.993a1.244 1.244 0 1 1-2.488-.002 1.244 1.244 0 0 1 2.488.002zM245.149 34.377a2.292 2.292 0 0 1-1.409 2.134 2.3 2.3 0 0 1-2.511-.494 2.29 2.29 0 0 1-.494-2.507 2.297 2.297 0 0 1 4.414.867z'/%3E%3Cellipse cx='248.622' cy='17.021' stroke-linecap='square' rx='1.962' ry='1.959' transform='rotate(-88.76 248.622 17.02)'/%3E%3Cpath stroke-linecap='square' stroke-linejoin='bevel' d='M315.733 35.78v8.648M328.296 66.28l7.452 4.4M191.575 65.022l-2.854 2.849M194.356 64.838l-5.688 5.678M197.137 64.838l-8.503 8.484M200.13 67.822l-8.502 8.489M188.711 76.543l-11.293 11.434V65.109M200.005 64.838L188.648 76.17M168.998 65.022l-2.859 2.849M171.779 64.838l-5.688 5.678M174.56 64.838l-8.503 8.484M177.549 67.822l-8.503 8.489M177.423 64.838L166.07 76.17'/%3E%3Cpath d='M160.849 58.976a8.489 8.489 0 0 1-11.986 0 6.763 6.763 0 0 1 0-9.572 5.433 5.433 0 0 1 7.669 0 4.32 4.32 0 0 1 0 6.124 3.472 3.472 0 0 1-4.908 0 2.773 2.773 0 0 1 0-3.918 2.226 2.226 0 0 1 3.144 0 1.778 1.778 0 0 1 0 2.51 1.455 1.455 0 0 1-2.01 0 1.13 1.13 0 0 1 0-1.606'/%3E%3Cpath stroke-linecap='square' stroke-linejoin='bevel' d='M324.163 59.063s-3.667 4.324-8.187 4.324-8.193-4.324-8.193-4.324 3.668-4.324 8.193-4.324c4.525 0 8.187 4.324 8.187 4.324z'/%3E%3Cpath stroke-linecap='square' stroke-linejoin='bevel' d='M320.302 59.063a4.328 4.328 0 0 1-4.331 4.324 4.328 4.328 0 0 1-4.331-4.324 4.328 4.328 0 0 1 4.33-4.324 4.33 4.33 0 0 1 3.065 1.265 4.315 4.315 0 0 1 1.267 3.06z'/%3E%3Cpath stroke-linecap='square' stroke-linejoin='bevel' d='M317.143 59.063a1.171 1.171 0 1 1-2.343-.002 1.171 1.171 0 0 1 2.343.002zM86.015 65.419h-8.798l6.759 6.08h6.41zM83.976 71.498l2.742-8.169M74.91 71.14l3.092-7.81h-2.36a.708.708 0 0 0-.612 1.058c.126.219.36.353.613.353h.28'/%3E%3Cpath stroke-linecap='square' stroke-linejoin='bevel' d='M85.463 71.498a4.918 4.918 0 0 0 4.922 4.914c2.719 0 4.923-2.2 4.923-4.914a4.918 4.918 0 0 0-4.923-4.914 4.918 4.918 0 0 0-4.922 4.914zM69.892 71.498a4.918 4.918 0 0 0 4.922 4.914c2.719 0 4.922-2.2 4.922-4.914a4.918 4.918 0 0 0-4.922-4.914 4.918 4.918 0 0 0-4.922 4.914z'/%3E%3Cpath stroke-linecap='square' d='M84.877 63.237h4.108v-1.412a.57.57 0 0 0-.659-.57l-2.95.41a.58.58 0 0 0-.485.571l-.014 1.001z'/%3E%3Cpath stroke-linecap='square' stroke-linejoin='bevel' d='M154.856 87.977l-41.181-11.294 41.18-11.864M126.77 86.057a13.622 13.622 0 0 0-.775-18.181M154.856 44.534v-4.808c-7.34 0-13.29 5.94-13.29 13.267h4.816'/%3E%3Cpath stroke-linecap='square' d='M267.76 51.75V45.72M268.55 53.946l2.601 2.602'/%3E%3Cpath stroke-linecap='square' stroke-linejoin='bevel' d='M245.173 80.722v-36.99M248.894 45.003v34.553M241.176 41.932v37.832M101.03 32.375v8.207l3.13-2.374 2.964 2.254v-8.087zM84.3 39.083h6.148v9.814H84.3zM84.305 43.992h6.148'/%3E%3Cpath stroke-linecap='square' d='M97.71 34.087V56.49H77.049V34.087l10.329-8.798z'/%3E%3Cpath stroke-linecap='square' stroke-linejoin='bevel' d='M143.843 61.245s-2.02 2.389-4.505 2.389c-2.486 0-4.506-2.39-4.506-2.39s2.02-2.384 4.506-2.384c2.485 0 4.505 2.385 4.505 2.385z'/%3E%3Cpath stroke-linecap='square' stroke-linejoin='bevel' d='M134.997 61.245l-1.73 1.721v-3.438z'/%3E%3Cpath stroke-linecap='square' d='M129.624 34.043l-8.78-8.764M120.845 25.28H87.377M284.44 56.945a1.48 1.48 0 0 1-2.514 1.076 1.473 1.473 0 0 1 1.037-2.527 1.481 1.481 0 0 1 1.478 1.45zM287.982 60.775c.01.601-.346 1.148-.9 1.383a1.48 1.48 0 0 1-1.622-.315 1.473 1.473 0 0 1 1.069-2.519c.802 0 1.453.65 1.453 1.451zM287.692 55.9l-6.1 6.09'/%3E%3Cpath d='M218.74 11.166l2.291-3.835a31.583 31.583 0 0 0-3.42-7.309s-4.845 7.11-4.845 15.884c0 8.774 4.845 15.888 4.845 15.888s4.845-7.114 4.845-15.888a26.67 26.67 0 0 0-.829-6.462l-2.887 1.722zM217.61 14.203V36.11M211.913 38.445h11.497v2.302h-11.497z'/%3E%3Cpath d='M222.465 42.957v-2.215h-9.602v2.215h-2.665a2.102 2.102 0 0 0-2.093 2.37l.868 6.771a.847.847 0 0 0 .838.74h15.707a.847.847 0 0 0 .838-.74l.872-6.77a2.106 2.106 0 0 0-2.098-2.37h-2.665z'/%3E%3Cpath stroke-linecap='square' d='M237.325 36.109h-37.32M237.325 32.278h-37.32M215.77 28.442h-60.914M237.325 28.442h-17.868M214.234 24.612h-59.378M235.377 24.612h-14.39M213.047 20.776h-58.191M212.761 16.946h-57.905M212.921 13.11h-58.065M237.325 20.776h-15.15M237.325 16.946h-14.86M237.325 13.11h-14.956M174.22 7.756c.485 1.079-.377 2.568-1.981 3.328-1.604.76-3.324.483-3.837-.58-.514-1.065.378-2.569 1.981-3.328 1.604-.76 3.324-.498 3.837.58zM168.276 9.623v12.464M166.46 9.13h9.703M184.637 26.479c-.514-1.079.373-2.568 1.981-3.328 1.609-.76 3.32-.483 3.833.576.513 1.059-.373 2.573-1.987 3.332-1.613.76-3.318.498-3.827-.58zM190.582 24.612V12.148M194.884 22.266c-.509-1.079.378-2.568 1.981-3.328 1.604-.759 3.324-.483 3.837.576.514 1.06-.373 2.573-1.981 3.332-1.609.76-3.324.499-3.837-.58zM200.833 20.4V7.934M200.833 7.935l-10.251 4.213v4.213l10.251-4.213zM190.582 18.808l10.251-4.213M154.856 13.11v26.645'/%3E%3Cpath stroke-linecap='square' stroke-linejoin='bevel' d='M317.948 29.879c0-1.471.586-2.882 1.627-3.923a5.546 5.546 0 0 0 1.357-6.052 5.562 5.562 0 0 0-5.107-3.532 5.562 5.562 0 0 0-5.199 3.397 5.546 5.546 0 0 0 1.198 6.086l.092.111a5.528 5.528 0 0 1 1.628 3.927M317.972 34.73h-4.477l-.228-4.672h4.937zM316.586 35.6h-1.7a.876.876 0 0 1-.877-.87h3.45c0 .48-.391.87-.873.87zM271.345 37.835a.716.716 0 0 1-.673-.667 4.281 4.281 0 0 1 1.245-3.27l.189-.188c.746-.74 1.506-.295 2.253.45.746.744 1.196 1.504.45 2.248l-.189.184a4.263 4.263 0 0 1-3.275 1.243z'/%3E%3Cpath stroke-linecap='square' stroke-linejoin='bevel' d='M274.359 34.16c.356.317.63.717.794 1.165l.388-.822a1.15 1.15 0 0 0-1.531-1.528l-.824.391c.45.164.853.437 1.173.793zM263.274 38.45a2.898 2.898 0 0 1-.61-3.144 2.907 2.907 0 0 1 2.659-1.79h6.991l-4.947 4.933a2.91 2.91 0 0 1-4.093 0zM270.061 45.226a2.91 2.91 0 0 0 3.153.613 2.902 2.902 0 0 0 1.794-2.66V36.2l-4.947 4.939a2.898 2.898 0 0 0 0 4.087z'/%3E%3Cpath stroke-linecap='square' stroke-linejoin='bevel' d='M270.706 35.117l-3.339 3.332c-.07.072-.145.14-.222.204-.365.87-.606 1.786-.717 2.723a.647.647 0 0 0 .697.691h.044a10.139 10.139 0 0 0 2.747-.774l.145-.154 3.295-3.29M140.132 39.291a.484.484 0 0 1-.44.44 2.817 2.817 0 0 1-2.161-.822l-.126-.121c-.485-.484-.194-.967.3-1.485.494-.517.969-.788 1.487-.295l.121.121c.571.57.87 1.358.82 2.162z'/%3E%3Cpath stroke-linecap='square' stroke-linejoin='bevel' d='M137.705 37.303c.207-.238.472-.418.77-.522l-.547-.257a.757.757 0 0 0-1.008 1.007l.257.541c.108-.296.29-.56.528-.769zM140.54 44.611a1.94 1.94 0 0 1-3.266-1.35v-4.608l3.265 3.255a1.932 1.932 0 0 1 0 2.703zM145.02 40.133a1.903 1.903 0 0 0-1.351-3.255h-4.622l3.265 3.255a1.906 1.906 0 0 0 2.709 0z'/%3E%3Cpath stroke-linecap='square' stroke-linejoin='bevel' d='M138.335 39.712l2.204 2.2c.048.047.093.095.136.146a6.729 6.729 0 0 0 1.802.483.427.427 0 0 0 .456-.483v-.03a6.666 6.666 0 0 0-.485-1.813 1.012 1.012 0 0 1-.107-.097l-2.175-2.167M315.733 13.405v-3.37M308.975 16.254l-2.389-2.38M306.94 22.048h-3.377M327.817 22.048h-3.377M322.826 16.254l2.389-2.38'/%3E%3Cpath stroke-linecap='square' d='M77.048 56.495h-5.32M62.561 55.566a5.204 5.204 0 0 1-3.819-5.706 5.21 5.21 0 0 1 5.169-4.525 5.21 5.21 0 0 1 5.168 4.525 5.204 5.204 0 0 1-3.819 5.706'/%3E%3Cpath stroke-linecap='square' d='M63.332 53.975a3.498 3.498 0 0 1-2.937-3.73 3.5 3.5 0 0 1 3.492-3.22 3.5 3.5 0 0 1 3.491 3.22 3.498 3.498 0 0 1-2.937 3.73M68.312 44.573h3.009v1.843h-3.009zM56.951 45.729h2.18v1.335h-2.18zM56.302 43.659h3.479v1h-3.479zM52.857 43.238h1.967v1.335h-1.967z'/%3E%3Cpath stroke-linecap='square' d='M65.6 56.495h6.176a.422.422 0 0 0 .422-.426V44.137a.421.421 0 0 0-.422-.42h-10.48v.856h-9.514a.422.422 0 0 0-.427.42V56.07a.42.42 0 0 0 .427.426h10.3M51.355 55.334h10.422M72.057 55.334H65.9M51.355 47.89h8.028M68.54 47.89h3.658M51.355 47.89H30.033M51.355 55.233H30.033M30.033 55.233L46.86 72.035M38.657 55.233l16.753 16.73M40.924 49.322h3.213M45.57 49.322h3.208M40.924 53.535h3.213M45.57 53.535h3.208'/%3E%3Cpath stroke-linecap='square' d='M65.793 57.167c0 1.05-.853 1.901-1.904 1.901a1.902 1.902 0 0 1-1.904-1.9c0-1.05 1.904-4.097 1.904-4.097a27.86 27.86 0 0 1 1.371 2.486c.274.5.454 1.046.533 1.61zM61.045 62.052a1.283 1.283 0 0 1-2.563 0c0-.706 1.284-2.757 1.284-2.757s1.279 2.051 1.279 2.757zM65.405 67.605a1.278 1.278 0 1 1-2.558 0c0-.706 1.28-2.752 1.28-2.752s1.278 2.046 1.278 2.752z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A"); } }

.subscribe {
  display: -webkit-flex;
  display: flex; }
  @media only screen and (max-width: 767px) {
    .subscribe {
      display: block;
      padding: 0 15px; } }
  .subscribe__field {
    font: 16px/122% "DaxPro", "Arial", sans-serif;
    color: #0f2345;
    height: 50px;
    background: #ffffff;
    border: 1px solid #0f2345;
    margin-right: 30px;
    width: 415px;
    max-width: 415px;
    padding: 15px 20px;
    position: relative;
    z-index: 2; }
    @media only screen and (max-width: 1199px) {
      .subscribe__field {
        width: 54.04vw; } }
    @media only screen and (max-width: 991px) {
      .subscribe__field {
        width: 55.45vw; } }
    @media only screen and (max-width: 767px) {
      .subscribe__field {
        width: 100%;
        max-width: 100%;
        height: 40px;
        margin-right: 0;
        margin-bottom: 20px;
        font: 15px/122% "DaxPro", "Arial", sans-serif; } }
    .subscribe__field::-webkit-input-placeholder {
      color: #0f2345; }
    .subscribe__field:-ms-input-placeholder {
      color: #0f2345; }
    .subscribe__field::-ms-input-placeholder {
      color: #0f2345; }
    .subscribe__field::-moz-placeholder {
      color: #0f2345; }
    .subscribe__field::placeholder {
      color: #0f2345; }
  .subscribe__success {
    font: 36px/122% "DaxPro", "Arial", sans-serif;
    color: #0f2345;
    margin: 30px 0;
    text-align: center;
    display: none; }
  .subscribe .help-block {
    position: absolute;
    bottom: 12px;
    left: 25px;
    font: 13px/122% "DaxPro", "Arial", sans-serif;
    color: #e76565; }
    @media only screen and (max-width: 767px) {
      .subscribe .help-block {
        bottom: unset;
        font: 11px/130% "DaxPro", "Arial", sans-serif;
        top: 30%;
        left: 20px; } }

.title-decor-div {
  font: 36px/130% "DaxPro-CondLight", sans-serif; }

/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/social-network/style.css?16480258186395*/
.social-network {
  position: relative;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 12px; }
  @media only screen and (max-width: 768px) {
    .social-network {
      margin-top: 8px; } }
  .social-network__item {
    position: relative;
    display: block;
    margin: 0 8px;
    width: 44px;
    height: 44px;
    background-color: #102245;
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 50%;
    transition: background-color .2s, -webkit-transform .2s;
    transition: background-color .2s, transform .2s;
    transition: background-color .2s, transform .2s, -webkit-transform .2s; }
    .social-network__item[href="https://album21.letovo.ru/"] {
      background-size: 60%;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23fff' d='M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm16 336c0 8.822-7.178 16-16 16H48c-8.822 0-16-7.178-16-16V112c0-8.822 7.178-16 16-16h416c8.822 0 16 7.178 16 16v288zM112 232c30.928 0 56-25.072 56-56s-25.072-56-56-56-56 25.072-56 56 25.072 56 56 56zm0-80c13.234 0 24 10.766 24 24s-10.766 24-24 24-24-10.766-24-24 10.766-24 24-24zm207.029 23.029L224 270.059l-31.029-31.029c-9.373-9.373-24.569-9.373-33.941 0l-88 88A23.998 23.998 0 0 0 64 344v28c0 6.627 5.373 12 12 12h360c6.627 0 12-5.373 12-12v-92c0-6.365-2.529-12.47-7.029-16.971l-88-88c-9.373-9.372-24.569-9.372-33.942 0zM416 352H96v-4.686l80-80 48 48 112-112 80 80V352z'%3E%3C/path%3E%3C/svg%3E");
      display: none; }
    .social-network__item[href="https://t.me/letovonews"] {
      background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 300 300' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='%23fff' d='M187.3,226c-1.3,0-2.5-0.4-3.6-1.1l-41-27.8l-22,15.8c-1.7,1.2-4,1.6-6,0.8c-2-0.7-3.5-2.4-4.1-4.4 l-11.1-41.9L60,152.3c-2.5-1-4.1-3.3-4.2-6c0-2.7,1.6-5.1,4.1-6l150.2-59.8c0.7-0.3,1.4-0.5,2.1-0.5c0.3,0,0.5,0,0.8,0 c1.5,0.1,3,0.7,4.1,1.8c0.1,0.1,0.2,0.2,0.3,0.4c1,1.1,1.5,2.4,1.6,3.8c0,0.3,0,0.7,0,1c0,0.2-0.1,0.5-0.1,0.7l-25.3,133 c-0.4,2.1-1.9,3.9-3.9,4.8C189,225.8,188.1,226,187.3,226z M146.2,183.9l36.6,24.8l19.7-103.5l-71.2,68.5l14.8,10 C146.1,183.8,146.2,183.8,146.2,183.9z M115.8,178.4l4.9,18.5l10.5-7.6l-13.8-9.4C116.8,179.5,116.2,179,115.8,178.4z M80.1,146.1 l27.1,10.4c1.9,0.7,3.4,2.4,3.9,4.4l3.4,13c0.2-1.5,0.8-2.9,1.9-4l67.9-65.3L80.1,146.1z'/%3E%3C/g%3E%3C/svg%3E%0A"); }
    .social-network__item[href="https://www.youtube.com/channel/UCSkWjIXaMQ0cCupncopH2-Q"] {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 43 43'%3E%3Cpath fill='%23fff' d='M30.9 15.6c-.7-.9-2.1-1.2-4.7-1.2h-9.4c-2.7 0-4 .4-4.8 1.3-.7.9-.7 2.2-.7 4.1v3.5c0 3.6.8 5.4 5.5 5.4h9.4c2.3 0 3.5-.3 4.3-1.1.8-.8 1.2-2.1 1.2-4.3v-3.5c0-2-.1-3.4-.8-4.2zM24.4 22l-4.3 2.2c-.1 0-.2.1-.3.1-.1 0-.2 0-.3-.1-.2-.1-.3-.3-.3-.6v-4.5c0-.2.1-.4.3-.6.2-.1.4-.1.6 0l4.3 2.2c.2.1.4.3.4.6-.1.3-.2.6-.4.7zm0 0'/%3E%3C/svg%3E"); }
    .social-network__item[href="https://vk.com/letovoschool"] {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 43 43'%3E%3Cpath fill='%23fff' d='M33.9 28.2c0-.1-.1-.1-.1-.2-.4-.8-1.3-1.7-2.5-2.9-.6-.5-.9-.9-1.1-1.1-.3-.3-.3-.7-.2-1.1.1-.3.5-.8 1.2-1.7.4-.5.6-.8.8-1.1 1.5-2 2.2-3.3 2-3.8l-.1-.1c-.1-.1-.2-.1-.4-.2H28.3l-.1.1c-.1.1-.1.1-.1.2-.4 1-.9 2-1.4 2.9-.3.5-.6 1-.9 1.4-.3.4-.5.7-.7.9-.2.2-.3.3-.5.4-.1.1-.3.2-.3.1-.1 0-.2 0-.2-.1l-.3-.3c-.1-.1-.1-.3-.1-.5v-.5-.6-.5-1.1-.9-.7-.6c0-.1-.1-.3-.1-.4-.1-.1-.1-.2-.3-.3-.1-.1-.3-.1-.4-.2-.5-.1-1-.2-1.8-.2-1.6 0-2.7.1-3.1.3-.2.1-.3.2-.5.4s-.2.3-.1.3c.5.1.9.3 1.1.6l.1.2c.1.1.1.3.2.6s.1.6.1 1v1.6c0 .5-.1.8-.1 1.1 0 .3-.1.5-.2.6-.1.2-.1.3-.2.3 0 0 0 .1-.1.1s-.2.1-.4.1c-.1 0-.3-.1-.4-.2-.2-.1-.4-.3-.5-.5-.2-.2-.4-.5-.6-.9-.2-.4-.5-.8-.7-1.4l-.2-.4c-.1-.2-.3-.6-.5-1.1-.2-.5-.4-.9-.6-1.3-.1-.2-.2-.3-.3-.4H14s-.1-.1-.2-.1-.2-.1-.3-.1H9.9c-.4 0-.6.1-.7.2l-.2.2v.2c0 .1 0 .2.1.4.5 1.2 1.1 2.4 1.7 3.5.6 1.1 1.1 2.1 1.6 2.7.5.7.9 1.3 1.4 2 .5.6.8 1 .9 1.2l.4.4.3.3c.2.2.5.5.9.7.4.3.9.6 1.3.9.5.3 1.1.5 1.7.7.7.2 1.3.2 1.9.2h1.5c.3 0 .5-.1.7-.3l.1-.1c0-.1.1-.1.1-.2v-.4c0-.4 0-.7.1-1 .1-.3.1-.5.2-.7.1-.2.2-.3.3-.4l.2-.2h.1c.2-.1.5 0 .7.2.3.2.5.5.8.8.2.3.5.6.9 1 .3.4.7.7.9.8l.3.2c.2.1.4.2.7.3.3.1.5.1.7.1l3.3-.1c.3 0 .6-.1.8-.2.2-.1.3-.2.3-.4v-.4-.3zm0 0'/%3E%3C/svg%3E"); }
    .social-network__item[href="https://www.facebook.com/letovoschool/"] {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 43 43'%3E%3Cpath fill='%23fff' d='M27 10.5h-2.8c-3.2 0-5.3 2.1-5.3 5.4v2.5H16c-.2 0-.4.2-.4.4v3.6c0 .2.2.4.4.4h2.9V32c0 .2.2.4.4.4H23c.2 0 .4-.2.4-.4v-9.1h3.3c.2 0 .4-.2.4-.4v-3.6c0-.1 0-.2-.1-.3-.1-.1-.2-.1-.3-.1h-3.3v-2.1c0-1 .2-1.5 1.6-1.5h1.9c.2 0 .4-.2.4-.4V11c.1-.3-.1-.5-.3-.5zm0 0'/%3E%3C/svg%3E"); }
    .social-network__item[href="https://www.instagram.com/letovoschool/"] {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 43 43'%3E%3Cpath fill='%23fff' d='M26.7 10H16.3c-3.5 0-6.3 2.8-6.3 6.3v10.3c0 3.5 2.8 6.3 6.3 6.3h10.3c3.5 0 6.3-2.8 6.3-6.3V16.3c.1-3.5-2.7-6.3-6.2-6.3zM31 26.7c0 2.3-2 4.3-4.3 4.3H16.3C14 31 12 29 12 26.7V16.3c0-2.3 2-4.3 4.3-4.3h10.3c2.4 0 4.4 2 4.4 4.3v10.4zm0 0'/%3E%3Cpath fill='%23fff' d='M21.5 15.6c-3.3 0-5.9 2.7-5.9 5.9 0 3.3 2.7 5.9 5.9 5.9 3.3 0 5.9-2.7 5.9-5.9 0-3.3-2.6-5.9-5.9-5.9zm0 9.8c-2.1 0-3.9-1.7-3.9-3.9s1.7-3.9 3.9-3.9c2.1 0 3.9 1.7 3.9 3.9s-1.8 3.9-3.9 3.9zm0 0M27.7 13.8c-.4 0-.8.2-1.1.4-.3.3-.4.7-.4 1.1 0 .4.2.8.4 1.1.3.3.7.4 1.1.4.4 0 .8-.2 1.1-.4.3-.3.4-.7.4-1.1 0-.4-.2-.8-.4-1.1-.3-.2-.7-.4-1.1-.4zm0 0'/%3E%3C/svg%3E"); }
    .social-network__item:hover {
      background-color: #ecaf2a; }
    .social-network__item:active {
      -webkit-transform: scale(0.95);
      transform: scale(0.95); }
    @media only screen and (max-width: 768px) {
      .social-network__item {
        width: 34px;
        height: 34px; } }

/* End */


/* Start:/local/components/custom/cookie.agree/templates/.default/style.css?16480258221803*/
.pop-cookie {
  display: none;
  position: fixed;
  font-size: 13px;
  padding: 10px 0;
  width: 100%;
  left: 0;
  bottom: 0;
  line-height: 30px;
  color: white;
  background: rgba(15, 35, 69, 0.8);
  z-index: 100;
  filter: alpha(Opacity=80); }
  @media only screen and (max-width: 767px) {
    .pop-cookie {
      padding: 10px 0;
      line-height: 18px;
      font-size: 13px; } }
  .pop-cookie .cookies-block {
    opacity: 1; }
    .pop-cookie .cookies-block__left {
      display: inline-block;
      width: 85%;
      padding: 3px 0;
      font-size: 12px !important; }
      .pop-cookie .cookies-block__left a {
        color: #ebae29;
        text-decoration: underline !important;
        transition: 0.2s; }
        .pop-cookie .cookies-block__left a:hover {
          color: #ffc442; }
      @media only screen and (max-width: 479px) {
        .pop-cookie .cookies-block__left {
          width: 100%; } }
    .pop-cookie .cookies-block__right {
      display: block;
      float: right;
      text-transform: uppercase;
      width: 150px;
      margin: 3px 0;
      cursor: pointer;
      background: #ecaf2a;
      text-align: center;
      color: #0f2345;
      font-size: 13px;
      transition: .2s; }
      .pop-cookie .cookies-block__right:hover {
        background: #ffc442; }
      @media only screen and (max-width: 479px) {
        .pop-cookie .cookies-block__right {
          float: none;
          margin: 5px 0 0 0;
          line-height: 26px; } }

.pop-cookie .pop-wrapper {
  margin: 0 auto;
  position: relative;
  max-width: 1200px;
  min-width: 320px;
  padding: 0 15px; }

.pop-cookie .pop-cookie__closer {
  background-size: contain;
  width: 14px;
  height: 14px;
  right: 20px;
  top: 0; }

.pop-cookie .pop-cookie__closer:hover {
  background-size: contain; }

/* End */
/* /local/components/custom/notify/templates/.default/style.css?16480258251205 */
/* /local/templates/.default/components/bitrix/menu/menu-mapsite/style.css?16480257842819 */
/* /local/templates/.default/components/bitrix/menu/header-menu/style.css?164802578416021 */
/* /local/templates/.default/components/bitrix/menu/footer-menu/style.css?16480257841469 */
/* /local/components/custom/form/templates/lk-header/style.css?16480258282848 */
/* /local/templates/.default/components/bitrix/breadcrumb/blog-i-novosti/style.css?1648025780841 */
/* /local/components/custom/form/templates/subscribe/style.css?164802582839665 */
/* /local/templates/.default/components/bitrix/news.list/social-network/style.css?16480258186395 */
/* /local/components/custom/cookie.agree/templates/.default/style.css?16480258221803 */
