.stroke-black[data-event="true"], .stroke-white[data-event="true"] {
  visibility: hidden;
  transition: visibility 0.5s ease;
}

.stroke-black[data-event="false"], .stroke-white[data-event="false"] {
  visibility: visible;
  transition: visibility 0.5s ease;
}

.footer-contacts-switch {
    display: inline-flex;
    justify-content: center;
}

.footer-contacts-switch-item a {
    display: inline-block;
    padding: 5px 15px;
    font-family: FuturaFuturisC;
    font-size: 20px;
    text-decoration: none;
    color: #111;
    letter-spacing: 3px;
    transition: all .25s;
}

.footer-contacts-switch-item a.active, .footer-contacts-switch-item a:hover {
    color: #fff;
    background: #e41c26;
    transition: all .25s;
}

.footer-switchable-contact-item {
    display: none;
}

.footer-switchable-contact-item.active {
    display: block;
}

.contacts-block .contacts-block-big {
  margin-top: 20px;
}

.contacts-block .container .header .right .right-content {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.contacts-block .container .header .right .right-content .link {
    padding-top: 10px;
}

.contacts-block .container .header .right .right-content .link:before {
    top: 23px;
}

@media screen and (min-width: 1024px) {
    .contacts-block .container .header .stroke-black {
	width: calc(100% - 500px)
    }

    .contacts-block .container .header .right {
	width: 500px;
    }

    .footer-contacts-switch-item a {
	font-size: 30px;
    }
    
}
.with-image-block-align img {
  width: 100%;
  max-height: 100%;
  object-fit: cover;
  display: block;
  height: 100%;
}

.template-photo-photo-photo {
  overflow-x: unset;
}
.template-photo-photo-photo__left {
    height: 125vh;
    min-height: 900px
}
@media screen and (max-width: 768px) {
  .template-photo-photo-photo__left {
      height: auto;
      min-height: unset
  }
}
.template-gallery__item img {
    width: 100%;
    height: 101%;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

@media screen and (max-width: 768px) {
 .template-gallery__item {
    width: 75vw;
    height: 45vh;
    padding-top: 0;
 }
.template-gallery__item img {
 object-fit: cover;
}
}
