@font-face {
    font-family: "HarmoniaSansProCyr-Bold";
    src: url("../font/HarmoniaSansProCyr-Bold.woff") format("woff");
  }
  @font-face {
    font-family: "HarmoniaSansProCyr-Regular";
    src: url("../font/HarmoniaSansProCyr-Regular.woff") format("woff");
  }
  * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: "HarmoniaSansProCyr-Bold";
	font-weight: normal;
}

.bg-video-wrap {
    position: relative;
    overflow: hidden;
    min-height: 75vh;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    max-height: 85vh;
}

video {
    width: 100%;
    z-index: 1;
    /*! position: absolute; */
    /*! background-size: cover; */
    height: 100%;
}

.overlay {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    background-size: 3px 3px;
    z-index: 2;
}

.bg-video-content {
    text-align: center;
    color: #fff;
    position: absolute;
    top: 90px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 9;
    max-width: 80%;
}

footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
    align-items: center;
    padding: 25px;
}

footer .footer-social,
footer .footer-logo {
    width: 30%;
}

footer .footer-social li a {
    background-color: #000;
    border-radius: 50%;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

footer .footer-social li {
    margin-right: 22px;
}

footer .footer-social li:last-child {
    margin-right: 0;
}

footer .footer-social li a svg {
    width: 48px;
    height: 48px;
}

footer .footer-contact li a {
    color: #000;
    text-decoration: none;    
    font-family: "HarmoniaSansProCyr-Regular";
}

footer .footer-contact li {
    margin-right: 10px;
    position: relative;
}

footer .footer-contact li:before {
    background-color: #000;
    content: " ";
    width: 1px;
    height: 16px;
    top: 2px;
    right: -5px;
    position: absolute;
}

footer .footer-contact ul li:last-child:before {
    display: none;
}

footer .footer-contact li:last-child {
    margin-right: 0;
}


footer .footer-contact {
    width: 40%;
}

footer ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
}
.banner-text {
	font-size: 30px;
	max-width: 1100px;
	margin: 0 auto;
}
.banner-text.mb-14 {
	margin-bottom: 25px;
}
footer .footer-contact h2 {
	margin-bottom: 10px;
}
.bg-video-wrap::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    z-index: 8;
  }
/*------------------------------- Responsive ------------------------------------*/

@media (min-width: 1280px) {
    footer .footer-social li a svg {
        width: 28px;
        height: 28px;
    }
    footer .footer-social ul {
        justify-content: flex-start;
    }
    footer .footer-social {
      width: 25%;
    }
    footer .footer-logo {
      width: 25%;
      text-align: right;
    }
    footer .footer-logo img {
      width: 70%;
    }
}

@media only screen and (max-width: 1499px) {}

@media only screen and (max-width: 1366px) {
    footer .footer-logo img {
        width: 70%;
    }
    footer .footer-social li a svg {
        width: 30px;
        height: 30px;
    }
    .bg-video-content {
        max-width: 90%;
    }
}

@media only screen and (max-width: 1280px) {}

@media only screen and (max-width: 1199px) {
    .bg-video-wrap {
        min-height: unset;
    }
}

@media only screen and (max-width: 1024px) {}

@media only screen and (max-width: 991px) {

    footer .footer-contact,
    footer .footer-social,
    footer .footer-logo {
        width: 100%;
        margin-bottom: 30px;
    }
    .banner-text {
        font-size: 20px;
    }
    .bg-video-content {
        top: 30px;
    }

}

@media only screen and (max-width: 768px) {
    footer .footer-social li a svg {
        width: 20px;
        height: 20px;
    }

    footer .footer-logo img {
        width: 200px;
    }

}

@media only screen and (max-width: 639px) {}

@media only screen and (max-width: 480px) {
    .banner-text {
        font-size: 15px;
        line-height: 16px;
    }
}
@media (max-width: 439px) {
    footer .footer-contact li::before {
        display: none;
    }
}
@media only screen and (max-width: 414px) {}

@media only screen and (max-width: 375px) {}

@media only screen and (max-width: 320px) {}