

/* Start:/local/templates/nik/template_styles.css?17809293159286*/
.row.headergrid{
  display: grid;
  grid-column: revert;
  grid-template-columns: 2fr 1fr;
}

#emailConfirmForm .text-2{
	line-height: 1;
 	 margin-bottom: 20px;
}
.svyaz2 .h2{margin-top: 0;}
.kontakty .detail a.elementor-social-icon{text-decoration:none; margin-right:20px;}
.kontakty .elementor-icon svg {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
}

.kontakty{
    max-width: 1200px;
    margin: 0 auto;
}

.kontakty .elementor-widget-wrap{
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 30px;
}
/* мобильная версия */
@media (max-width:768px){

.kontakty table,
.kontakty table tbody,
.kontakty table tr,
.kontakty table td{
    display:block;
    width:100%;
}

.kontakty table tr{
    display:grid;
    grid-template-columns: 1fr;
    gap:6px;
    padding:12px;
    border:1px solid #e5e5e5;
    border-radius:8px;
    margin-bottom:10px;
    background:#fff;
}

.kontakty table td{
    border:none;
    padding:4px 0;
}

/* подписи */
.kontakty table td::before{
    content:attr(data-label);
    display:block;
    font-size:12px;
    color:#777;
    margin-bottom:2px;
}
}
.phone-element__title{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

.elementor-icon-box-content span,
.icon-box-content span{
    display: block;
    margin-bottom: 8px;
    font-size: 15px;
    color: #333;
}

.elementor-icon-box-content a{
    color: #1f3c88;
    text-decoration: none;
}

.elementor-icon-box-content a:hover{
    text-decoration: underline;
}

.main__inner {
  padding-bottom: 2.5rem;
}

.gallery-preview-grid {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.5rem; }
  .gallery-preview-grid__col {
    position: relative;
    grid-column-end: span 3;
    grid-row-end: span 1;
    height: auto;
    padding-bottom: 100%; }
    .gallery-preview-grid__col > .gallery-preview-item {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0; }
  @media (max-width: 575.98px) {
    .gallery-preview-grid--odd .gallery-preview-grid__col:nth-last-child(-n + 3) {
      height: 6.25rem;
      grid-column-end: span 2; }
    .gallery-preview-grid .gallery-preview-item__caption {
      line-height: 1.125rem;
      font-size: 0.75rem; } }
  @media (min-width: 576px) {
    .gallery-preview-grid {
      grid-template-columns: repeat(4, 1fr);
      gap: 1rem; }
      .gallery-preview-grid__col {
        grid-column-end: span 2;
        grid-row-end: span 2; }
      .gallery-preview-grid__col:nth-last-child(-n + 4) {
        height: auto;
        grid-column-end: span 1;
        grid-row-end: span 1; }
        .gallery-preview-grid__col:nth-last-child(-n + 4) .gallery-preview-item__caption {
          line-height: 1.125rem;
          font-size: 0.75rem; } }

.gallery-preview-item {
  position: relative;
  display: block;
  overflow: hidden;
  text-decoration: none;
  border-radius: 0.25rem;
  border: 1px solid transparent;
  color: var(--bs-light); }
  .gallery-preview-item:not(.gallery-preview-item--detail):before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 0.25rem;
    background: rgba(0, 0, 0, 0.25);
    z-index: 2;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    z-index: 1; }
  .gallery-preview-item__image {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translateZ(0);
            transform: translateZ(0); }
    .gallery-preview-item__image.icon-svg {
      font-size: 8rem;
      color: #dee2e6; }
  .gallery-preview-item__caption {
    position: absolute;
    bottom: 0;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 1rem;
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translateY(0.75rem);
        -ms-transform: translateY(0.75rem);
            transform: translateY(0.75rem); }
  .gallery-preview-item:hover {
    color: var(--bs-light);
    text-decoration: none; }
  .gallery-preview-item:hover .gallery-preview-item__caption {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
  .gallery-preview-item:hover .gallery-preview-item__image {
    -webkit-filter: blur(1px);
            filter: blur(1px); }
  .gallery-preview-item:not(.gallery-preview-item--detail):hover:before {
    opacity: 1; }
  .gallery-preview-item--detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: var(--bs-white);
    border: 1px solid rgba(var(--bs-primary-rgb), 0.2);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    color: var(--bs-primary);
    padding: 0.5rem 0;
    font-size: 0.75rem; }
    html.bvi-active[data-bvi-theme] .gallery-preview-item--detail {
      color: var(--bs-body-color); }
    .gallery-preview-item--detail svg {
      margin-bottom: 0.25rem;
      width: 2.5rem;
      height: 2.5rem; }
    .gallery-preview-item--detail:hover {
      border-color: var(--bs-primary-rgb); }
    html.bvi-active[data-bvi-theme] .gallery-preview-item--detail {
      border-color: var(--bs-body-color); }
  @media (min-width: 576px) {
    .gallery-preview-item--detail svg {
      width: 4rem;
      height: 4rem;
      margin-bottom: 1rem; }
    .gallery-preview-item--detail {
      font-size: 1rem; } }


.nav-main {
  background-color: var(--navbar-bg-color); }
  .nav-main .nav-link {
    color: var(--navbar-text-color);
    font-size: 0.875rem;
    padding: 0 0.9375rem;
    transition: opacity 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    height: 3.75rem; }
  .nav-main .nav-megamenu {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 999; }
    .nav-main .nav-megamenu:after {
      content: "";
      position: absolute;
      width: 100%;
      height: 0.5rem;
      top: -0.5rem;
      left: 0; }
  .nav-main .dropdown-menu {
    right: 0;
    margin-top: 1px; }
    .nav-main .dropdown-menu:after {
      content: "";
      position: absolute;
      width: 100%;
      height: 0.125rem;
      top: -0.125rem;
      left: 0; }
  .nav-main:hover .nav-link,
  .nav-main:focus-within .nav-link {
    opacity: 0.7; }
  .nav-main .nav-item.is-active > .nav-link,
  .nav-main .nav-item:focus-within .nav-link {
    opacity: 1;
    position: relative;
    background-color: var(--navbar-active-bg-color); }
  .nav-main .nav-item.is-nested.is-active > .nav-link:after {
    position: absolute;
    height: 0.125rem;
    background-color: currentColor;
    bottom: 0;
    left: 0;
    width: 100%; }
  .nav-main .nav-item.is-active > .dropdown-menu,
  .nav-main .nav-item.is-active > .nav-megamenu {
    display: block; }

.nav-megamenu {
  --megamenu-bg-color: var(--navbar-active-bg-color);
  --megamenu-link-color: var(--navbar-text-color);
  background-color: var(--megamenu-bg-color);
  color: var(--megamenu-link-color);
  padding: 2.375rem 0 2rem;
  font-size: 0.875rem;
  line-height: 1.25rem; }
  .nav-megamenu__columns {
    columns: 3;
    --bs-gutter-x: 2rem;
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5); }
  .nav-megamenu .nav-item {
    max-width: 18rem;
    display: block;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5); }
  .nav-megamenu .nav-link  {
    display: inline-block;
    color: var(--megamenu-link-color);
    text-decoration: none;
    margin-bottom: 2.375rem; 
     white-space: normal !important; align-items: baseline !important; margin-bottom: 15px; height: auto !important;}
    .nav-megamenu .nav-link:hover, .nav-megamenu .nav-link:focus {
      color: var(--megamenu-link-color);
      text-decoration: underline; }

.collapse{display:none;}

.collapse.show{display:block;}
.map_passport { padding: 0px 50px 50px 50px; float: left; clear: both; }
.map_h2 { text-transform: uppercase; margin: 0px 0px 20px 0px; }
.map_passport ul { float: left; width: 50%; }
.map_passport ul li { position: relative; padding: 0px 0px 0px 20px; font-size: 22px; margin: 0px 0px 15px -20px;  }
.map_passport ul li span {  }
.map_passport ul li:before {content: ''; width: 8px; height: 8px; background: #147fc1; position: absolute; left: 0px; top: 10px; color: #df5a19; border-radius: 50%;}

/* End */
/* /local/templates/nik/template_styles.css?17809293159286 */
