html, body {
}
.logo-header {
	display:none;
}
.video-h {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    top: 0;
    margin-top: -2.5vw;
}
.video__media {
   object-fit: cover;
}
.video-c {
	width: 100%;
	height: 100%;
}
/*.video-c:after{
	content: "";
	display: block;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.7);
	position: absolute;
	top: 0;
	left: 0;
}*/
.need-to-be-fixed {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index: 100000000;
}
.logo img {
	width: 230px;
}
html {
    font-family: "Proxima Nova Rg", sans-serif;
}
.index {
    font-size: 18px;
}
.owl-carousel.owl-header-helper img {
	width: 80px;
}
.owl-theme.owl-header .owl-dots .owl-dot {
    zoom: 1.25;
}
.owl-theme.owl-header .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: transparent;
    border: 1px solid #ffffff;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.owl-theme.owl-header .owl-dots .owl-dot.active span,
.owl-theme.owl-header .owl-dots .owl-dot:hover span {
    background-color: #ffffff;
	zoom: 1.5;
	margin: 2px 6px;
	transition: zoom .2s ease;
}
.owl-theme .owl-dots .owl-dot {
    zoom: 1.25;
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: transparent;
    border: 1px solid #f81435;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #f81435;
}
.owl-header-helper {
	margin-top: -100px;
}
header {
    background-image: url("../img/headerbg.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
h2 {
    text-transform: uppercase;
    font-size: 48px;
}
footer {
    background: #02365e;
    color: #fff;
}
.side-buttons {
    position: fixed;
    right: 0;
    z-index: 10000;
    top: 45%;
}
.side-buttons .call,
.side-buttons .mail,
.side-buttons .question {
    background-color: #fff;
    padding: 10px;
    border-bottom-left-radius: 100px;
    border-top-left-radius: 100px;
    display: flex;
    width: auto;
    transform: translateX(85%);
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
    border: 1px solid #d7d7d7;
    transition: all 0.5s;
}
.side-buttons .call:hover,
.side-buttons .mail:hover,
.side-buttons .question:hover {
    transform: translateX(1px);
}
.side-buttons p {
    margin: 4px 0 0 20px;
}
.side-buttons img {
    width: 30px;
    margin-right: 10px;
}
.shake a {
    display: flex;
    color: #111;
}
.container {
    max-width: 980px;
}
header .owl-theme .owl-nav.disabled+.owl-dots {
    margin: 75px auto 0;
}
header .meta {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 10px;
    position: absolute;
    /*margin-bottom: 100px;*/
}
header .meta:not(.meta-new) {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 10px;
    position: relative;
    /*margin-bottom: 100px;*/
}
.owl-stage {
        margin-top: 12%;
}
header .owl-carousel{
    position: relative;
}

header .owl-dots{
    position: absolute;
    bottom: -70px;
    left:25%;
    right:25%;
}
/**ANIMATE BUTTON**/
header .animate-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 380px;
    margin: -40px auto 50px;
    transition: all 0.3s;
    position: relative;
    z-index: 10000;
}
header .animate-button * {
    transition: all 0.3s;
}
header .animate-button .left-border,
header .animate-button .right-border,
header .animate-button img {
    height: 49px;
}
header .animate-button a {
    background: #f81435;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50px;
    display: block;
    width: 100%;
    max-width: 300px;
    padding: 10px 20px;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
}
.services .animate-button {
    display: flex;
    width: 235px;
    justify-content: center;
    align-items: center;
    margin: 30px auto 0;
    transition: all 0.3s;
}
.services .animate-button * {
    transition: all 0.3s;
}
.services .animate-button a {
    background: #f81435;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50px;
    display: block;
    width: 100%;
    max-width: 230px;
    padding: 10px 20px;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
}
.services .animate-button .left-border,
.services .animate-button .right-border,
.services .animate-button img {
    height: 43px;
    width: 10px!important;
}
.gallery-wrapper .animate-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 240px;
    margin: 60px auto 80px;
}
.gallery-wrapper .animate-button * {
    transition: all 0.3s;
}
.gallery-wrapper .animate-button a {
    background: #f81435;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50px;
    display: block;
    width: 100%;
    max-width: 230px;
    padding: 10px 20px;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
}
.gallery-wrapper .animate-button .left-border,
.gallery-wrapper .animate-button .right-border,
.gallery-wrapper .animate-button img {
    height: 43px;
    width: 10px!important;
}
.forma .animate-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 380px;
    margin: 20px auto 50px;
    transition: all 0.3s;
}
.forma .animate-button * {
    transition: all 0.3s;
}
.forma .animate-button .left-border,
.forma .animate-button .right-border,
.forma .animate-button img {
    height: 49px;
}

.forma .animate-button input {
    background: #f81435;
    cursor: pointer;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50px;
    display: block;
    width: 100%;
    max-width: 300px;
    padding: 14px 20px;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    font-family: "Proxima Nova Lt", sans-serif;
    font-weight: 600;
}

.forma .animate-button input:disabled {
  pointer-events: none;
  opacity: .5;
  cursor: not-allowed;
}

/**ANIMATE BUTTON END**/

.item img {
    width: 100%;
    max-width: 140px;
    height: 100%;
    max-height: 120px;
    display: block;
    margin: 0 auto 50px;
}
.item .text {
    color: #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    max-width: 960px;
    margin: 0 auto 50px;
}
.item .text h3 {
    text-transform: uppercase;
}
nav {
    background-color: #07365d;
}
nav ul a {
    font-size: 18px;
}
header .site-tickets, header .contact {
    color: #fff;
    font-size: 18px;
    display: flex;
    align-items: flex-start;
    padding: 0px 45px;
}
header .site-tickets img, header .contact img {
    width: 30px;
    margin: 4px 10px 0 0;
}
.facts {
    margin-bottom: 110px;
}
.facts .index {
    border-right: 1px solid #d7d7d7;
    width: 40px;
    padding-top: 10px;
    font-size: 18px;
    margin: -20px auto 0;
}
.facts h2 {
    text-align: center;
}
.facts .fact {
    display: flex;
    align-items: flex-start;
}
.facts .fact .meta {
    margin-left: 20px;
}
.facts .fact p {
    margin: 0;
    line-height: 1.2;
    font-size: 18px;
}
.facts .fact span {
    font-size: 48px;
    font-weight: bold;
    color: #f81435;
    font-family: "Proxima Nova Lt", sans-serif;
}
.services {
    /*background-image: url("../img/bg3.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;*/
    /*min-height: 763px;*/
}
.services h2 {
    margin: 0 0 40px 20px;
}
.services p.index {
    margin-top: 115px;
    margin-bottom: 40px;
    margin-left: 20px;
}
.services h3 {
    font-size: 22px;
    text-transform: uppercase;
    font-family: "Proxima Nova Lt", sans-serif;
    font-weight: 600;
}
.services .list {
    display: flex;
    align-items: flex-end;
    margin-top: -150px;
}
.services .list > div:not(.active) {
    text-align: left;
    padding: 10px 30px;
    margin-left: 20px;
    display: flex;
    border: 1px solid #357894;
}
.services .list > div.active {
    text-align: center;
    margin-right: 35px;
    margin-left: 20px;
}
.services .list > div.active img {
    width: 140px;
    margin-bottom: 25px;
}
.services .list > div:not(.active) h3 {
    font-size: 18px;
}
.services .list > div:not(.active) img {
    align-self: flex-start;
    margin-top: 40px;
    margin-right: 20px;
}

.services ul {
    text-align: center;
}
.services .list > div:not(.active) ul {
    text-align: left;
}
.services ul li {
    margin: 5px 0;
}
.about-us {
    margin-top: 90px;
    margin-bottom: 95px;
}
.about-us p {
    font-size: 18px;
}
.about-us img {
    width: 350px;
    margin-top: 45px;
}
.fs {
    background-image: url("../img/bg5-6.png");
    background-repeat: no-repeat;
    background-size: 1920px 1720px;
    background-position: center top;
}
.stages {
    background-image: url("../img/bg5.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 832px;
    color: #fff;
}
.stages .container{
    max-width: 1200px;
    width: 80%;
}
.stages img {
    width: 100%;
    max-width: 70px;
}
.stages h2 {
    text-align: center;
}
.stages .stage {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    text-align: right;
    margin-bottom: -50px;
    position: relative;
}
.stages .stage.reverse {
    flex-direction: row-reverse;
    text-align: left;
    position: relative;
}
.stages .stage .meta:before, .stages .stage .meta:after,
.stages .stage.reverse .meta:before, .stages .stage.reverse .meta:after {
    content: "";
    background: #fff;
    position: absolute;
}
.stages .stage .meta:before {
    width: 46px;
    height: 1px;
    top: 10px;
    right: 243px;
    bottom: 0;
}
.stages .stage .meta:after {
    width: 1px;
    height: 105px;
    top: 10px;
    /* left: 300px; */
    right: 242px;
    bottom: 0;
}
.stages .stage.reverse .meta:before {
    width: 46px;
    height: 1px;
    top: 10px;
    left: 281px;
    right: 0;
    bottom: 0;
}
.stages .stage.reverse .meta:after {
    width: 1px;
    height: 105px;
    top: 10px;
    left: 281px;
    right: 0;
    bottom: 0;
}
.stages .stage h3 {
    margin: 0;
    font-size: 30px;
    text-transform: uppercase;
}
.stages .stage.reverse img, .stages .stage img {
    margin: 0 40px 0 30px;
    position: relative;
}
.meta-img {
    position: relative;
}
.stages .stage .meta-img:before, .stages .stage .meta-img:after,
.stages .stage.reverse .meta-img:before, .stages .stage.reverse .meta-img:after {
    content: "";
    background: #fff;
    width: 45px;
    height: 1px;
    position: absolute;
}
.stages .stage .meta-img:before {
    top: 36px;
    left: -36px;
    right: 0;
    bottom: 0;
}
.stages .stage .meta-img:after {
    top: 36px;
    left: 130px;
    right: 0;
    bottom: 0;
    width: 80px;
}
.stages .stage.reverse .meta-img:before {
    top: 36px;
    left: -70px;
    right: 0;
    bottom: 0;
    width: 80px;
}
.stages .stage.reverse .meta-img:after {
    top: 36px;
    left: 130px;
    right: 0;
    bottom: 0;
}
.stages .stage .number  {
    margin-left: 60px;
    margin-right: -58px;
    background: #f81435;
    border: 1px solid #fff;
    border-radius: 100px;
    width: 52px;
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    line-height: 20px;
    position: relative;
}
.stages .stage .number:not(.last):after {
    content: "";
    width: 1px;
    height: 52px;
    position: absolute;
    top: 51px;
    left: 25px;
    bottom: 0;
    right: 0;
    background: #fff;
}
.stages .stage.reverse .number {
    margin-right: 60px;
    margin-left: -18px;
}
.stages .stage .meta  {
    margin-left: 0;
    margin-right: 35px;
    padding: 15px;
    font-size: 18px;
}
.stages .stage.reverse .meta {
    margin-right: 0;
    margin-left: 35px;
}
.gallery-wrapper .index {
    border-right: 1px solid #d7d7d7;
    width: 40px;
    padding-top: 45px;
    font-size: 18px;
    margin: -20px auto 0;
}
.gallery-wrapper h2 {
    text-align: center;
    margin-bottom: 45px;
}
.gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.gallery .images {
    margin-left: 5px;
    position: relative;
}
.gallery .images .card-info {
    background-color: rgba(4, 60, 123, 0.8);
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 5px);
    opacity: 0;
    transition: all 0.4s;
    padding: 15px;
    cursor: pointer;
}
.gallery .card-info div {
    width: 100%;
    height: 100%;
    justify-content: center;
    display: flex;
    align-items: center;
    border: 1px solid #eee;
}
.gallery .images .card-info:hover {
    opacity: 1;
}
.gallery .card-info p {
    color: #fff;
    text-align: center;
    font-size: 18px;
}
.video {
    background-image: url("../img/bg7.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 690px;
}
.video .container {
    max-width: 940px;
}
.video .inner {
    padding-top: 90px;
}
.video .vd {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: -45px;
}
.video p {
    font-size: 18px;
}
.video .vd .videos {

}
.videos:not(.fst) img {
    align-self: center;
    width: 100%;
    max-width: 316px;
}
.videos.fst img {
    align-self: center;
    width: 100%;
    max-width: 652px;
}
.companies {
    margin-bottom: 100px;
    text-align: center;
}
.companies .owl-stage {
    display: flex;
    align-items: center;
}
.companies .index {
    border-right: 1px solid #d7d7d7;
    width: 40px;
    padding-top: 33px;
    font-size: 18px;
    margin: -20px auto 0;
}
.owl-company {
    position: relative;
}
.owl-company .owl-nav {
    position: absolute;
    top: 0;
    width: 100%;
}
.owl-company .owl-nav #company-prev {
    position: absolute;
    left: -50px;
    width: 50px;
}
.owl-company .owl-nav #company-next {
    position: absolute;
    right: -50px;
    width: 50px;
    transform: rotate(180deg);
}
.owl-company .item {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 120px;
}
.owl-company .item .vl {
    width: 1px;
    height: 50px;
    background-color: #cbcbcb;
}
.owl-company .item img {
    width: auto!important;
    display: block;
    align-self: center;
    margin: 0;
    height: auto;
}
.feedback {
    background-image: url("../img/fdbkbg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 762px;
}
.feedback .container {
    max-width: 980px;
}
.feedback .inner {
    padding-top: 150px;
}
.owl-feedback {
    width: 100%;
    max-width: 966px;
    margin: 0 auto;
}
.owl-feedback .item img {
    width: 100%;
    display: block;
    height: auto;
    max-width: 278px;
    max-height: none;
}
.owl-theme.owl-feedback .owl-nav.disabled+.owl-dots {
    margin-top: -10px;
    display: flex;
    justify-content: flex-end;
}
.contacts {

}
.contacts .index {
    border-right: 1px solid #d7d7d7;
    width: 40px;
    padding-top: 33px;
    font-size: 18px;
    margin: -20px auto 0;
}
.contacts .container {
    max-width: 1200px;
}
.contacts .container img {
    width: 100%;
    max-width: 50px;
    margin: 0 15px;
}
.contacts .container-fluid img {
    width: 100%;
}
.contacts h2 {
    text-align: center;
    margin-bottom: 50px;
}
.contacts .item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.contacts .item div,
.contacts .item a {
    font-size: 16px;
    color: #111;
    font-weight: 600;
}
.contacts #map {
    margin-top: 80px;
}
.form-feedback {
    background-image: url("../img/bg9.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.form-feedback #conv {
    display: block;
    width: 100%;
    max-width: 105px;
    margin: 75px auto 0;
}
.form-header {
    color: #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    text-align: center;
}
.page-footer {
    color: #fff;
    background-color: #02365e;
    margin-top: -20px;
    padding: 20px 0;
}
.success-page-footer {
	color: #fff;
    background-color: #02365e;
    margin-top: -20px;
    padding: 20px 0;
	height: 100px;
}
.success-header {
  min-height: calc(100vh - 100px);
}
.footer {

}
.image-to-page {
	max-width: 350px;
	align-self: center;
}
input:not([type]), input[type=text]:not(.browser-default), input[type=password]:not(.browser-default), input[type=email]:not(.browser-default), input[type=url]:not(.browser-default), input[type=time]:not(.browser-default), input[type=date]:not(.browser-default), input[type=datetime]:not(.browser-default), input[type=datetime-local]:not(.browser-default), input[type=tel]:not(.browser-default), input[type=number]:not(.browser-default), input[type=search]:not(.browser-default), textarea.materialize-textarea {
    background-color: transparent;
    border: none;
	color: #fff;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    outline: none;
    height: 3rem;
    width: 100%;
    font-size: 16px;
    margin: 0 0 8px 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: border .3s, -webkit-box-shadow .3s;
    transition: border .3s, -webkit-box-shadow .3s;
    transition: box-shadow .3s, border .3s;
    transition: box-shadow .3s, border .3s, -webkit-box-shadow .3s;
}
.input-field>label {
    color: #ffffff;
}
.form-feedback .container {
    max-width: 1080px;
}
.form-feedback .container.forma {
    max-width: 980px;
}
.modal .input-field>label {
    color: #111;
}
.modal input:not([type]),
.modal input[type=text]:not(.browser-default),
.modal input[type=password]:not(.browser-default),
.modal input[type=email]:not(.browser-default),
.modal input[type=url]:not(.browser-default),
.modal input[type=time]:not(.browser-default),
.modal input[type=date]:not(.browser-default),
.modal input[type=datetime]:not(.browser-default),
.modal input[type=datetime-local]:not(.browser-default),
.modal input[type=tel]:not(.browser-default),
.modal input[type=number]:not(.browser-default),
.modal input[type=search]:not(.browser-default),
.modal textarea.materialize-textarea {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #111;
    border-radius: 0;
    outline: none;
    height: 3rem;
    width: 100%;
    font-size: 16px;
    margin: 0 0 8px 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: border .3s, -webkit-box-shadow .3s;
    transition: border .3s, -webkit-box-shadow .3s;
    transition: box-shadow .3s, border .3s;
    transition: box-shadow .3s, border .3s, -webkit-box-shadow .3s;
}
.to-top {
    position: fixed;
    bottom: 5%;
    right: 5%;
    opacity: 0;
    transition: opacity .3s;
    z-index: 1000;
}
.show {
    opacity: 1;
}
.owl-company-mobile {
    display: none!important;
}
.hepler-image {
    display: none;
}
.sidenav {
    width: 320px;
    height: calc(100% - 120px);
    background-image: url("../img/bgside.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.sidenav .close {
    position: absolute;
    top: 10px;
    right: 10px;
}
.sidenav i {
    color: #fff;
}
.sidenav li.first {
    margin-top: 45px;
}
.sidenav li {
    padding: 0 20px;
}
.sidenav li>a {
    color: #fff;
    text-align: center;
    font-size: 18px;
    padding: 0;
}
.sidenav li>a:hover {
    background: #f81435;
    border-radius: 50px;
}

@media all and (max-width: 1200px) {
    .video-h {
	margin-top: 64px;
    }
    .video__media{
	height: 960px;
    }
    .owl-theme.owl-header .owl-dots .owl-dot {
        zoom: 1.25;
    }
    .owl-theme.owl-header .owl-dots .owl-dot span {
        width: 10px;
        height: 10px;
        margin: 5px 7px;
        background: transparent;
        border: 1px solid #ffffff;
        display: block;
        -webkit-backface-visibility: visible;
        transition: opacity .2s ease;
        border-radius: 30px;
    }
    .owl-theme.owl-header .owl-dots .owl-dot.active span,
    .owl-theme.owl-header .owl-dots .owl-dot:hover span {
        background-color: #ffffff;
    }
    .owl-theme .owl-dots .owl-dot {
        zoom: 1.25;
    }
    .owl-theme .owl-dots .owl-dot span {
        width: 10px;
        height: 10px;
        margin: 5px 7px;
        background: transparent;
        border: 1px solid #f81435;
        display: block;
        -webkit-backface-visibility: visible;
        transition: opacity .2s ease;
        border-radius: 30px;
    }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
        background-color: #f81435;
    }
    header {
        background-image: url("../img/headerbg.png");
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        margin-bottom: 20px;
	margin-top: 0;
    }

    h2 {
        text-transform: uppercase;
        font-size: 48px;
    }
    footer {
        background: #02365e;
        color: #fff;
    }
    .side-buttons {
        position: fixed;
        right: 0;
        z-index: 10000;
        top: 45%;
    }
    .side-buttons .call,
    .side-buttons .mail,
    .side-buttons .question {
        background-color: #fff;
        padding: 10px;
        border-bottom-left-radius: 100px;
        border-top-left-radius: 100px;
        display: flex;
        width: fit-content;
        transform: translateX(85%);
        justify-content: flex-start;
        align-items: center;
        margin-bottom: 10px;
        border: 1px solid #d7d7d7;
        transition: all 0.5s;
    }
    .side-buttons .call:hover,
    .side-buttons .mail:hover,
    .side-buttons .question:hover {
        transform: translateX(1px);
    }
    .side-buttons p {
        margin: 4px 0 0 20px;
    }
    .side-buttons img {
        width: 30px;
        margin-right: 10px;
    }
    .shake a {
        display: flex;
        color: #111;
    }
    .container {
        max-width: 980px;
    }
    header .owl-theme .owl-nav.disabled+.owl-dots {
        margin: 75px auto -80px;
    }
    header .meta {
        display: flex;
	position: relative;
        justify-content: space-between;
        align-items: flex-end;
        margin-top: 10px;
        margin-bottom: 100px;
    }
    header .meta:not(.meta-new) {
	display: flex;
	position: relative;
        justify-content: space-between;
        align-items: flex-end;
        margin-top: 10px;
        margin-bottom: 100px;
    }
    header .owl-carousel{
        position: relative;
	margin-top: 0;
    }

    header .owl-dots{
        position: absolute;
        bottom: -70px;
        left:25%;
        right:25%;
    }
    /**ANIMATE BUTTON**/
    header .animate-button {
        margin: 20px auto 50px;
    }
    header .animate-button a {
        background: #f81435;
        color: #fff;
        border: 1px solid #fff;
        border-radius: 50px;
        display: block;
        width: 100%;
        max-width: 300px;
        padding: 10px 20px;
        margin: 0 auto;
        text-align: center;
        text-transform: uppercase;
        font-size: 18px;
    }

    .services .animate-button {
        margin: 30px auto 0;
    }
    .services .animate-button a {
        background: #f81435;
        color: #fff;
        border: 1px solid #fff;
        border-radius: 50px;
        display: block;
        width: 100%;
        max-width: 230px;
        padding: 10px 20px;
        margin: 0 auto;
        text-align: center;
        text-transform: uppercase;
        font-size: 14px;
    }

    .gallery-wrapper .animate-button {
        margin: 60px auto 80px;
    }
    .gallery-wrapper .animate-button a {
        background: #f81435;
        color: #fff;
        border: 1px solid #fff;
        border-radius: 50px;
        display: block;
        width: 100%;
        max-width: 230px;
        padding: 10px 20px;
        margin: 0 auto;
        text-align: center;
        text-transform: uppercase;
        font-size: 16px;
    }
    /**ANIMATE BUTTON END**/
    .item img {
        width: 100%;
        max-width: 140px;
        height: 100%;
        max-height: 120px;
        display: block;
        margin: 0 auto 50px;
    }
    .item .text {
        color: #fff;
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
        max-width: 660px;
        margin: 0 auto 50px;
    }
    .item .text h3 {
        text-transform: uppercase;
        font-size: 2.3rem;
    }
    nav {
        background-color: #07365d;
    }
    nav ul a {
        font-size: 13px;
    }
    header .site-tickets, header .contact {
        color: #fff;
        font-size: 14px;
        display: flex;
        align-items: flex-start;
    }
    header .site-tickets img, header .contact img {
        width: 30px;
        margin: 4px 10px 0 0;
    }
    .facts {
        margin-bottom: 110px;
    }
    .facts .index {
        border-right: 1px solid #d7d7d7;
        width: 40px;
        padding-top: 10px;
        font-size: 18px;
        margin: -20px auto 0;
    }
    .facts h2 {
        text-align: center;
    }
    .facts .fact {
        display: flex;
        align-items: flex-start;
        margin-top: 15px;
    }
    .facts .fact .image {
        width: 80px;
    }
    .facts .fact .meta {
        margin-left: 20px;
    }
    .facts .fact p {
        margin: 0;
        line-height: 1.2;
        font-size: 18px;
    }
    .facts .fact span {
        font-size: 48px;
        font-weight: bold;
        color: #f81435;
        font-family: "Proxima Nova Lt", sans-serif;
    }
    .services {
        /*background-image: url("../img/bg3.png");*/
        background-repeat: no-repeat;
        background-position: -480px 0;
        background-size: cover;
        min-height: 763px;
    }
    .services .container {
        width: 100%;
    }
    .services h2 {
        margin: 0 0 40px 20px;
    }
    .services p.index {
        margin-top: 115px;
        margin-bottom: 40px;
        margin-left: 20px;
    }
    .services h3 {
        font-size: 22px;
        text-transform: uppercase;
        font-family: "Proxima Nova Lt", sans-serif;
        font-weight: 600;
    }
    .services .list {
        display: flex;
        align-items: flex-end;
        margin-top: 0px;
    }
    .services .list > div:not(.active) {
        text-align: left;
        padding: 10px 30px;
        margin-left: 20px;
        display: flex;
        border: 1px solid #357894;
    }
    .services .list > div.active {
        text-align: center;
        margin-right: 75px;
        margin-left: 20px;
    }
    .services .list > div.active img {
        width: 140px;
        margin-bottom: 25px;
    }
    .services .list > div:not(.active) h3 {
        font-size: 14px;
    }
    .services .list > div:not(.active) img {
        display: none;
    }

    .services ul {
        text-align: center;
    }
    .services .list > div:not(.active) ul {
        text-align: left;
    }
    .services ul li {
        margin: 5px 0;
        font-size: 0.9rem;
    }
    .about-us {
        margin-top: 90px;
        margin-bottom: 95px;
    }
    .about-us p {
        font-size: 18px;
    }
    .about-us img {
        width: 350px;
        margin-top: 45px;
    }
    .fs {
        background-image: url("../img/bg5-6.png");
        background-repeat: no-repeat;
        background-size: 1920px 1720px;
        background-position: center top;
    }
    .stages {
        min-height: 832px;
        color: #fff;
    }
    .stages .container{
        max-width: 1200px;
        width: 100%;
    }
    .stages img {
        width: 100%;
        max-width: 70px;
    }
    .stages h2 {
        text-align: center;
        margin-bottom: 60px;
    }
    .stages .stage {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        align-items: center;
        text-align: right;
        margin-bottom: -50px;
        position: relative;
    }
    .stages .stage.reverse {
        flex-direction: row-reverse;
        text-align: left;
        position: relative;
    }
    .stages .stage .meta:before, .stages .stage .meta:after,
    .stages .stage.reverse .meta:before, .stages .stage.reverse .meta:after {
        content: "";
        background: #fff;
        position: absolute;
    }
    .stages .stage .meta:before {
        width: 0;
        height: 1px;
        top: 10px;
        right: 243px;
        bottom: 0;
    }
    .stages .stage .meta:after {
        width: 0;
        height: 105px;
        top: 10px;
        right: 242px;
        bottom: 0;
    }
    .stages .stage.reverse .meta:before {
        width: 0;
        height: 1px;
        top: 10px;
        left: 281px;
        right: 0;
        bottom: 0;
    }
    .stages .stage.reverse .meta:after {
        width: 0;
        height: 105px;
        top: 10px;
        left: 281px;
        right: 0;
        bottom: 0;
    }
    .stages .stage h3 {
        margin: 0;
        font-size: 30px;
        text-transform: uppercase;
    }
    .stages .stage.reverse img, .stages .stage img {
        margin: 0 5px;
        position: relative;
    }
    .meta-img {
        position: relative;
    }
    .stages .stage .meta-img:before, .stages .stage .meta-img:after,
    .stages .stage.reverse .meta-img:before, .stages .stage.reverse .meta-img:after {
        content: "";
        background: #fff;
        width: 0;
        height: 1px;
        position: absolute;
    }
    .stages .stage .meta-img:before {
        top: 36px;
        left: -36px;
        right: 0;
        bottom: 0;
    }
    .stages .stage .meta-img:after {
        top: 36px;
        left: 130px;
        right: 0;
        bottom: 0;
        width: 0;
    }
    .stages .stage.reverse .meta-img:before {
        top: 36px;
        left: -70px;
        right: 0;
        bottom: 0;
        width: 0;
    }
    .stages .stage.reverse .meta-img:after {
        top: 36px;
        left: 130px;
        right: 0;
        bottom: 0;
    }
    .stages .stage .number {
        margin-left: 20px;
        margin-right: -58px;
        background: #f81435;
        border: 1px solid #fff;
        border-radius: 100px;
        width: 52px;
        height: 52px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 20px;
        line-height: 20px;
        position: relative;
    }
    .stages .stage .number:not(.last):after {
        content: "";
        width: 1px;
        height: 52px;
        position: absolute;
        top: 51px;
        left: 25px;
        bottom: 0;
        right: 0;
        background: #fff;
    }
    .stages .stage.reverse .number {
        margin-right: 20px;
        margin-left: -15px;
    }
    .stages .stage .meta  {
        margin-left: 0;
        margin-right: 0;
        padding: 9px;
        font-size: 16px;
    }
    .stages .stage.reverse .meta {
        margin-right: 0;
        margin-left: 0;
    }
    .gallery-wrapper .index {
        border-right: 1px solid #d7d7d7;
        width: 40px;
        padding-top: 45px;
        font-size: 18px;
        margin: -20px auto 0;
    }
    .gallery-wrapper h2 {
        text-align: center;
        margin-bottom: 45px;
    }
    .gallery {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .gallery .images {
        margin-left: 5px;
        position: relative;
    }
    .gallery .images .card-info {
        background-color: rgba(4, 60, 123, 0.8);
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 0;
        left: 0;
        width: 100%;
        height: calc(100% - 5px);
        opacity: 0;
        transition: all 0.4s;
        padding: 15px;
        cursor: pointer;
    }
    .gallery .card-info div {
        width: 100%;
        height: 100%;
        justify-content: center;
        display: flex;
        align-items: center;
        border: 1px solid #eee;
    }
    .gallery .images .card-info:hover {
        opacity: 1;
    }
    .gallery .card-info p {
        color: #fff;
        text-align: center;
        font-size: 18px;
    }
    .video {
        background-image: url("../img/bg7.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        min-height: 702px;
    }
    .video .container {
        max-width: 940px;
    }
    .video .inner {
        padding-top: 90px;
    }
    .video .vd {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        margin-top: 55px;
    }
    .video p {
        font-size: 16px;
    }
    .video .vd .videos {

    }
    .video img {
        align-self: center;
    }
    .companies {
        margin-bottom: 100px;
        text-align: center;
    }
    .companies .owl-stage {
        display: flex;
        align-items: center;
    }
    .companies .index {
        border-right: 1px solid #d7d7d7;
        width: 40px;
        padding-top: 33px;
        font-size: 18px;
        margin: -20px auto 0;
    }
    .owl-company {
        position: relative;
    }
    .owl-company .owl-nav {
        position: absolute;
        top: 0;
        width: 100%;
    }
    .owl-company .owl-nav #company-prev {
        position: absolute;
        left: -50px;
        width: 50px;
    }
    .owl-company .owl-nav #company-next {
        position: absolute;
        right: -50px;
        width: 50px;
        transform: rotate(180deg);
    }
    .owl-company .item {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 120px;
    }
    .owl-company .item .vl {
        width: 1px;
        height: 50px;
        background-color: #cbcbcb;
    }
    .owl-company .item img {
        width: auto!important;
        display: block;
        align-self: center;
        margin: 0;
        height: auto;
    }
    .feedback {
        background-image: url("../img/fdbkbg.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        min-height: 762px;
    }
    .feedback .container {
        max-width: 980px;
    }
    .feedback .inner {
        padding-top: 100px;
    }
    .owl-feedback {
        width: 100%;
        max-width: 966px;
        margin: 0 auto;
    }
    .owl-feedback .item img {
        width: 100%;
        display: block;
        height: auto;
        max-width: 278px;
        max-height: none;
    }
    .owl-theme.owl-feedback .owl-nav.disabled+.owl-dots {
        margin-top: -10px;
        display: flex;
        justify-content: flex-end;
    }
    .contacts {

    }
    .contacts .index {
        border-right: 1px solid #d7d7d7;
        width: 40px;
        padding-top: 33px;
        font-size: 18px;
        margin: -20px auto 0;
    }
    .contacts .container {
        max-width: 1200px;
    }
    .contacts .container img {
        width: 100%;
        max-width: 50px;
        margin: 0 15px;
    }
    .contacts .container-fluid img {
        width: 100%;
    }
    .contacts h2 {
        text-align: center;
        margin-bottom: 50px;
    }
    .contacts .item {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }
    .contacts .item div,
    .contacts .item a {
        font-size: 16px;
        color: #111;
        font-weight: 600;
    }
    .contacts #map {
        margin-top: 80px;
    }
    .form-feedback {
        background-image: url("../img/bg9.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .form-feedback #conv {
        display: block;
        width: 100%;
        max-width: 105px;
        margin: 75px auto 0;
    }
    .form-header {
        color: #fff;
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
        text-align: center;
    }
    .page-footer {
        color: #fff;
        background-color: #02365e;
        margin-top: -20px;
        padding: 20px 0;
    }

    input:not([type]), input[type=text]:not(.browser-default), input[type=password]:not(.browser-default), input[type=email]:not(.browser-default), input[type=url]:not(.browser-default), input[type=time]:not(.browser-default), input[type=date]:not(.browser-default), input[type=datetime]:not(.browser-default), input[type=datetime-local]:not(.browser-default), input[type=tel]:not(.browser-default), input[type=number]:not(.browser-default), input[type=search]:not(.browser-default), textarea.materialize-textarea {
        background-color: transparent;
        border: none;
        border-bottom: 1px solid #fff;
        border-radius: 0;
        outline: none;
        height: 3rem;
        width: 100%;
        font-size: 16px;
        margin: 0 0 8px 0;
        padding: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        -webkit-transition: border .3s, -webkit-box-shadow .3s;
        transition: border .3s, -webkit-box-shadow .3s;
        transition: box-shadow .3s, border .3s;
        transition: box-shadow .3s, border .3s, -webkit-box-shadow .3s;
    }
    .input-field>label {
        color: #ffffff;
    }
    .form-feedback .container {
        max-width: 1080px;
    }
    .form-feedback .container.forma {
        max-width: 980px;
    }
    .modal .input-field>label {
        color: #111;
    }
    .modal input:not([type]),
    .modal input[type=text]:not(.browser-default),
    .modal input[type=password]:not(.browser-default),
    .modal input[type=email]:not(.browser-default),
    .modal input[type=url]:not(.browser-default),
    .modal input[type=time]:not(.browser-default),
    .modal input[type=date]:not(.browser-default),
    .modal input[type=datetime]:not(.browser-default),
    .modal input[type=datetime-local]:not(.browser-default),
    .modal input[type=tel]:not(.browser-default),
    .modal input[type=number]:not(.browser-default),
    .modal input[type=search]:not(.browser-default),
    .modal textarea.materialize-textarea {
        background-color: transparent;
        border: none;
        border-bottom: 1px solid #111;
        border-radius: 0;
        outline: none;
        height: 3rem;
        width: 100%;
        font-size: 16px;
        margin: 0 0 8px 0;
        padding: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        -webkit-transition: border .3s, -webkit-box-shadow .3s;
        transition: border .3s, -webkit-box-shadow .3s;
        transition: box-shadow .3s, border .3s;
        transition: box-shadow .3s, border .3s, -webkit-box-shadow .3s;
    }
    .to-top {
        position: fixed;
        bottom: 5%;
        right: 5%;
        opacity: 0;
        transition: opacity .3s;
        z-index: 1000;
    }
    .show {
        opacity: 1;
    }
    .owl-company-mobile {
        display: none!important;
    }
	.image-to-page {
		max-width: 150px;
		align-self: center;
	}
}

@media all and (max-width: 600px) {
	.logo-header {
		display:block;
	}
	.logo:not(.logo-header){
		display: none;
	}
	.video-h {
		margin-top: 56px;
	}
	.video__media{
		height: 980px!important
	}
	.image-to-page {
		max-width: 100px;
		align-self: center;
	}
	.logo{
		display: block;
		margin: 0 auto;
	}
    .index {
        font-size: 18px;
    }
    .owl-theme.owl-header .owl-dots .owl-dot {
        zoom: 1.25;
    }
    .owl-theme.owl-header .owl-dots .owl-dot span {
        width: 10px;
        height: 10px;
        margin: 5px 7px;
        background: transparent;
        border: 1px solid #ffffff;
        display: block;
        -webkit-backface-visibility: visible;
        transition: opacity .2s ease;
        border-radius: 30px;
    }
    .owl-theme.owl-header .owl-dots .owl-dot.active span,
    .owl-theme.owl-header .owl-dots .owl-dot:hover span {
        background-color: #ffffff;
    }
    .owl-theme .owl-dots .owl-dot {
        zoom: 1.25;
    }
    .owl-theme .owl-dots .owl-dot span {
        width: 10px;
        height: 10px;
        margin: 5px 7px;
        background: transparent;
        border: 1px solid #f81435;
        display: block;
        -webkit-backface-visibility: visible;
        transition: opacity .2s ease;
        border-radius: 30px;
    }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
        background-color: #f81435;
    }
    header {
        padding-bottom: 60px;
        margin-bottom: 20px;
	margin-top: -10px;
    }
    h2 {
        text-transform: uppercase;
        font-size: 30px;
    }
    footer {
        background: #02365e;
        color: #fff;
    }
    .side-buttons {
        display: none;
    }
    header .owl-theme .owl-nav.disabled+.owl-dots {
        margin: 75px auto -80px;
    }
    header .meta {
        display: flex;
	position: relative;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        margin-top: 10px;
        margin-bottom: 50px;
    }
    header .meta:not(.meta-new) {
	display: flex;
	position: relative;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        margin-top: 10px;
        margin-bottom: 50px;
    }
    header .owl-carousel{
        position: relative;
    }

    header .owl-dots{
        position: absolute;
        bottom: -70px;
        left:25%;
        right:25%;
    }
    /**ANIMATE BUTTON**/
    header .animate-button {
        margin: 20px auto 50px;
        width: 100%;
    }
    .forma .animate-button {
        width: 100%;
    }
    header .animate-button a {
        background: #f81435;
        color: #fff;
        border: 1px solid #fff;
        border-radius: 50px;
        display: block;
        width: 100%;
        max-width: 300px;
        padding: 10px 20px;
        margin: 0 auto;
        text-align: center;
        text-transform: uppercase;
        font-size: 18px;
    }

    .services .animate-button {
        margin: 30px auto 0;
    }
    .services .animate-button a {
        background: #f81435;
        color: #fff;
        border: 1px solid #fff;
        border-radius: 50px;
        display: block;
        width: 100%;
        max-width: 230px;
        padding: 10px 20px;
        margin: 0 auto;
        text-align: center;
        text-transform: uppercase;
        font-size: 14px;
    }

    .gallery-wrapper .animate-button {
        margin: 60px auto 80px;
    }
    .gallery-wrapper .animate-button a {
        background: #f81435;
        color: #fff;
        border: 1px solid #fff;
        border-radius: 50px;
        display: block;
        width: 100%;
        max-width: 230px;
        padding: 10px 20px;
        margin: 0 auto;
        text-align: center;
        text-transform: uppercase;
        font-size: 16px;
    }
    /**ANIMATE BUTTON END**/
    .item img {
        width: 100%;
        max-width: 140px;
        height: 100%;
        max-height: 120px;
        display: block;
        margin: 0 auto 50px;
    }
    .item .text {
        color: #fff;
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
        margin: 0 auto 50px;
    }
    .item .text h3 {
        text-transform: uppercase;
        font-size: 20px;
    }
    nav {
        background-color: #07365d;
    }
    nav ul a {
        font-size: 18px;
    }
    header .site-tickets, header .contact {
        margin-top: 10px;

    }
    header .site-tickets img, header .contact img {
        width: 30px;
        margin: 4px 10px 0 0;
    }
    .facts {
        margin-bottom: 40px;
        border-bottom: 1px solid #d7d7d7;
    }
    .facts .index {
        border-right: 1px solid #d7d7d7;
        width: 40px;
        padding-top: 10px;
        font-size: 18px;
        margin: -20px auto 0;
    }
    .facts .fact {
        margin-top: 15px;
        justify-content: center;
    }
    .facts .fact .image {
        width: 60px;
    }
    .facts .fact .meta {
        margin-left: 20px;
    }
    .facts .fact p {
        margin: 0;
        line-height: 1.2;
        font-size: 18px;
    }
    .facts .fact span {
        font-size: 48px;
        font-weight: bold;
        color: #f81435;
        font-family: "Proxima Nova Lt", sans-serif;
    }
    .services {
        background-image: none;
    }
    .services h2 {
        margin: 0 0 20px;
        text-align: center;
    }
    .services p.index {
        margin-top: -40px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        padding-top: 40px;
        width: 50px;
        border-right: 1px solid #d7d7d7;
    }
    .services h3 {
        font-size: 22px;
    }
    .services .list {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .services .list > div:not(.active) {
        text-align: center;
        padding: 0;
        margin-left: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        border: none;
    }
    .services .list > div.active {
        text-align: center;
        margin-right: 0;
        margin-left: 0;
    }
    .services .list > div.active img {
        width: 140px;
        margin-bottom: 25px;
    }
    .services .list > div:not(.active) h3 {
        font-size: 18px;
    }
    .services .list > div:not(.active) img {
        align-self: center;
        margin-top: 40px;
        margin-right: 0;
    }

    .services ul {
        text-align: center;
    }
    .services .list > div:not(.active) ul {
        text-align: center;
    }
    .services ul li {
        margin: 5px 0;
    }
    .about-us {
        margin-top: 90px;
        margin-bottom: 95px;
    }
    .about-us p {
        font-size: 16px;
    }
    .about-us img {
        width: 100%;
        margin-top: 15px;
    }
    .fs {
        background-image: none;
    }
    .stages {
        background-color: #004c88;
        min-height: 832px;
        color: #fff;
        overflow-x: hidden;
    }
    .stages .container{
        max-width: 1200px;
    }
    .stages img {
        width: 100%;
        max-width: 70px;
    }
    .stages h2 {
        text-align: center;
    }
    .stages .stage {
        margin-bottom: 20px;
    }
    .stages .stage.reverse {
        flex-direction: row-reverse;
        text-align: left;
        position: relative;
    }
    .stages .stage .meta:before, .stages .stage .meta:after,
    .stages .stage.reverse .meta:before, .stages .stage.reverse .meta:after {
        display: none;
    }
    .stages .stage h3 {
        margin: 0;
        font-size: 22px;
        text-transform: uppercase;
    }
    .stages .stage.reverse img, .stages .stage img {
        margin: 0 25px 0 20px;
        position: relative;
    }
    .meta-img {
        position: relative;
    }
    .stages .stage .meta-img:before, .stages .stage .meta-img:after,
    .stages .stage.reverse .meta-img:before, .stages .stage.reverse .meta-img:after {
        display: none;
    }
    .stages .stage .number {
        display: none;
    }
    .stages .stage .number:not(.last):after {
        display: none;
    }
    .stages .stage .meta  {
        margin-left: 0;
        margin-right: 0;
        padding: 0;
        font-size: 14px;
    }
    .stages .stage.reverse .meta {
        margin-right: 0;
        margin-left: 35px;
    }
    .gallery-wrapper .index {
        border-right: 1px solid #d7d7d7;
        width: 40px;
        padding-top: 45px;
        font-size: 18px;
        margin: 0 auto;
    }
    .gallery-wrapper h2 {
        text-align: center;
        margin-bottom: 45px;
    }
    .gallery {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .gallery .images {
        margin-left: 5px;
        position: relative;
    }
    .gallery .images img {
        width: 100%;
    }

    .gallery .images .card-info {
        background-color: rgba(4, 60, 123, 0.8);
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 0;
        left: 0;
        width: 100%;
        height: calc(100% - 5px);
        opacity: 0;
        transition: all 0.4s;
        padding: 15px;
        cursor: pointer;
    }
    .gallery .card-info div {
        width: 100%;
        height: 100%;
        justify-content: center;
        display: flex;
        align-items: center;
        border: 1px solid #eee;
    }
    .gallery .images .card-info:hover {
        opacity: 1;
    }
    .gallery .card-info p {
        color: #fff;
        text-align: center;
        font-size: 18px;
    }
    .video {
        background-image: url("../img/bg7.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        min-height: 702px;
    }
    .video .container {
        max-width: 940px;
    }
    .video .inner {
        padding-top: 90px;
    }
    .video p {
        font-size: 14px;
    }
    .video img {
        width: 100%;
    }
    .companies {
        margin-bottom: 100px;
        text-align: center;
    }
    .companies .owl-stage {
        display: flex;
        align-items: center;
    }
    .companies .index {
        border-right: 1px solid #d7d7d7;
        width: 40px;
        padding-top: 33px;
        font-size: 18px;
        margin: -20px auto 0;
    }
    .owl-company {
        display: none!important;
    }
    .owl-company-mobile {
        display: block!important;
    }
    .owl-company .owl-nav {
        position: absolute;
        top: 0;
        width: 100%;
    }
    .owl-company .owl-nav #company-prev {
        position: absolute;
        left: -50px;
        width: 50px;
    }
    .owl-company .owl-nav #company-next {
        position: absolute;
        right: -50px;
        width: 50px;
        transform: rotate(180deg);
    }
    .owl-company .item {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 120px;
    }
    .owl-company .item .vl {
        width: 1px;
        height: 50px;
        background-color: #cbcbcb;
    }
    .owl-company .item img {
        width: auto!important;
        display: block;
        align-self: center;
        margin: 0;
        height: auto;
    }
    .feedback .inner {
        padding-top: 0;
    }
    .owl-feedback {
        width: 100%;
        max-width: 966px;
        margin: 0 auto;
    }
    .owl-feedback .item img {
        width: 100%;
        display: block;
        height: auto;
        max-width: 278px;
        max-height: none;
    }
    .owl-theme.owl-feedback .owl-nav.disabled+.owl-dots {
        margin-top: -10px;
        display: flex;
        justify-content: center;
    }
    .contacts .container img {
        width: 100%;
        max-width: 50px;
        margin: 0 15px;
    }
    .contacts .container-fluid img {
        width: 800px;
    }
    .contacts h2 {
        text-align: center;
        margin-bottom: 50px;
    }
    .contacts .item {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        margin-bottom: 15px;
    }
    .contacts .item div,
    .contacts .item a {
        font-size: 16px;
        color: #111;
        font-weight: 600;
    }
    .contacts #map {
        margin-top: 40px;
        display: flex;
        justify-content: center;
        overflow: hidden;
    }
    .form-feedback {
        background-image: url("../img/bg9.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .form-feedback #conv {
        display: block;
        width: 100%;
        max-width: 105px;
        margin: 75px auto 0;
    }
    .form-header {
        border: none;
    }
}
@media all and (max-width: 400px) {
	.image-to-page {
		max-width: 120px;
		align-self: center;
	}
}

.owl-carousel.owl-sert .owl-item img {
max-height: 450px;
max-width: 350px;
    }

    .spin-figure a {
        display: none!important;
        opacity: 0;
    }
