@import url("royal_preloader.min.css");
@import url("bootstrap.min.css");
@import url("font-awesome.min.css");
@import url("animate.min.css");
@import url("slick.css");
@import url("slick-theme.css");
@import url("owl.carousel.min.css");
@import url("../fancybox20/jquery.fancybox.min.css");
@import url("../fancybox20/jquery.fancybox-thumbs.min.css");
@import url("scheme-anim.css");
@import url("effect.min.css");
@import url("style.min.css");
/*@import url("styles/theme.css");*/


.factory-flag{visibility:hidden;}

/*30.05.2019*/
.slider-top{
	background-position: center;
	height: auto;
	background-image: none;
}

@media (max-width: 991px) {
	section#about{
		padding-top: 20px;
	}
	.slider-top{
		padding-top: 0 !important;
		padding-bottom: 0;
		height: auto !important;
	}
}

@media (min-width: 768px) and (max-width: 991px){
	section#about{
		padding-top: 100px;
	}
}
.slider-top img{
	width: 100%;
}
.nav>li>a.hover-effect{
	padding: 5px 10px 1px !important;
}
.nav>li>a{
	padding: 5px 10px 1px !important;
}
/*.fancybox-inner, .fancybox-wrap {
	min-width: 460px;
	min-height: 650px;
	max-width: 460px;
	max-height: 650px;
}*/

/* block */
.g-section {
    display: flex;
	
    width: 100%;
	margin-bottom: 40px;
}

.g-container {
    display: flex;
    width: 83.33%;
    max-width: 1250px;
}

.g-fuel {
    justify-content: center;
    background: #bae5f9;
    padding: 60px 20px 60px 20px;
}
.g-fuel__inner {
    justify-content: space-between;
	padding: 0 15px;
}
@media screen and (max-width: 990px) {
    .g-fuel__inner {
        flex-direction: column;
        align-items: center;
    }
}
.g-fuel__info {
    display: flex;
    flex-direction: column;
}
@media screen and (max-width: 990px) {
    .g-fuel__info {
        align-items: center;
    }
}
.g-fuel__title {
    width: 100%;
    max-width: 550px;
	margin-top: 0;
    margin-bottom: 38px;
    line-height: 145%;
    font-size: 22px;
	text-align: left!important;
    color: #1285cf;
    font-family: "Gotham";
}
@media screen and (max-width: 990px) {
    .g-fuel__title {
        text-align: center;
    }
}
.g-fuel__stap-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 50px;
}
@media screen and (max-width: 990px) {
    .g-fuel__stap-container {
        align-items: center;
    }
}
.g-fuel__stap {
    display: flex;
    align-items: center;
    width: 100%;
}
.g-fuel__stap:not(:last-child) {
    margin-bottom: 20px;
}
.g-fuel__stap p {
	margin: 0;
    line-height: 140%;
    color: #333333;
    font-size: 14px;
    font-family: "Lolka";
}
.g-fuel__stap:nth-child(1) {
	padding-right: 20px;
    max-width: 320px;
    background: #016cba;
}
.g-fuel__stap:nth-child(1) p {
    color: #fff;
}
@media screen and (max-width: 990px) {
    .g-fuel__stap:nth-child(1) {
        padding-right: 20px;
    }
}
.g-fuel__stap:nth-child(2) {
    max-width: 320px;
}
.g-fuel__stap:nth-child(3) {
    max-width: 486px;
}
.g-fuel__stap-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    margin-right: 10px;
}
.g-fuel__link-download {
    display: flex;
    margin-top: auto;
}
.g-fuel__link-download-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 5px;
    margin-right: 2px;
    border-radius: 2px;
    background: linear-gradient(180deg, #15abe0 0%, #0b78b6 100%);
}
.g-fuel__link-download-word {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 200px;
    border-radius: 2px;
    background: linear-gradient(180deg, #15abe0 0%, #0b78b6 100%);
    line-height: 267%;
    font-family: "Gotham2";
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
}
@media screen and (max-width: 990px) {
    .g-fuel__link-download-word {
        min-width: 200px;
    }
}
.g-fuel__info-img-wrap {
    position: relative;
    width: 100%;
    max-width: 530px;
}
.g-fuel__info-img-wrap::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    padding-bottom: 76.5%;
}
.g-fuel__info-img-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
@media screen and (max-width: 990px) {
    .g-fuel__info-img-wrap {
        margin-top: 40px;
    }
}

/* block end */