html {
    scroll-behavior: smooth;
}

@font-face {
	font-family:'Jost';
	src: url("../fonts/Jost-Light.woff2"), url("../fonts/Jost-Light.woff");
	font-weight:300;
	font-display:swap;
	font-style:normal;
}

@font-face {
	font-family:'Jost';
	src: url("../fonts/Jost-Regular.woff2"), url("../fonts/Jost-Regular.woff");
	font-weight:400;
	font-display:swap;
	font-style:normal;
}

@font-face {
	font-family:'Jost';
	src: url("../fonts/Jost-Bold.woff2"), url("../fonts/Jost-Bold.woff");
	font-weight:700;
	font-display:swap;
	font-style:normal;
}

body {
    background: #fff;
    font-size: 15px;
	font-family: 'Jost', sans-serif;
    margin: 0;
    padding: 0;
    position: relative;
    word-break: break-word;
}

a {
    text-decoration: none;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

a:hover {
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.container {
    max-width:1300px;
    margin: 0 auto;
    padding: 0 12px;
}

.container-fullwidth {
    margin: 0 auto;
}

.sticky-top {
    position: sticky;
    top:0;
    z-index: 9999;
}

.img-fluid {
    max-width:100%;
    height:auto;
}

.img-filled {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.ovrflw-hdn {
    overflow: hidden;
}

.zakladka {
    position:absolute;
    margin-top:-50px;
	height:0;
}

.bg-gray {
    background: #f6f6f6;
}

.bg-blue {
    background: blue;
}

.bg-red {
    background: red;
}

.bg-yellow {
    background: yellow;
}

.bg-green {
    background: green;
}

.bg-teal {
    background: teal;
}

.bg-purple {
    background: purple;
}

.bs-block {
    display: flex;
    flex-wrap: wrap;
}

.bs-block-2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}

.bs-block-3 {
    display: flex;
    flex-wrap: nowrap;
}

.d-grid {
    display: grid;
}

.d-flex {
    display: flex;
}

.main-block-padding {
    padding-top: 70px;
    padding-bottom: 70px;
}

.a-s-s {
    align-self: flex-start;
}

.a-s-e {
    align-self: flex-end;
}

.j-c-s {
	justify-content: flex-start;
}

.j-c-e {
	justify-content: flex-end;
}

.j-c-c {
    justify-content: center;
}

.j-c-a {
    justify-content: space-around;
}

.j-c-b {
    justify-content: space-between;
}

.a-i-c {
    align-items: center;
}

.a-c-c {
    align-content: center;
}

.t-a-c {
    text-align: center;
}

.t-a-l {
    text-align: left;
}

.t-a-r {
    text-align: right;
}

.txt-white {
    color: #fff;
}

.txt-teal {
    color: teal;
}

.txt-orange {
    color: orange;
}

.txt-yellow {
    color: yellow;
}

.txt-color-1 {
    color:#652d94;
}

.txt-color-2 {
    color:#1e9149;
}

.txt-upper {
    text-transform: uppercase;
}

.txt-lower {
    text-transform: lowercase;
}

.txt-shadow {
    text-shadow: 0 0 10px rgba(0,0,0,.5);
}

.f-w-b {
    font-weight: bold;
}

.f-w-r {
    font-weight: 500;
}

.padd-0 {
    padding: 0!important;
    margin: 0!important;
}

.padd-40 {
    padding: 40px 0;
}

.lh150 {
    line-height: 150%;
}

.lh140 {
    line-height: 140%;
}

.lh130 {
    line-height: 130%;
}

.lh120 {
    line-height: 120%;
}

.lh110 {
    line-height: 110%;
}

.lh100 {
    line-height: 100%;
}

.mt5 {
    margin-top: 5px;
}

.mb5 {
    margin-bottom: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mb10 {
    margin-bottom: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mb15 {
    margin-bottom: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mb20 {
    margin-bottom: 20px;
}

.mt25 {
    margin-top: 25px;
}

.mb25 {
    margin-bottom: 25px;
}

.mt30 {
    margin-top: 30px;
}

.mb30 {
    margin-bottom: 30px;
}

.mt35 {
    margin-top: 35px;
}

.mb35 {
    margin-bottom: 35px;
}

.mt40 {
    margin-top: 40px;
}

.mb40 {
    margin-bottom: 40px;
}

.mt50 {
    margin-top: 50px;
}

.mb50 {
    margin-bottom: 50px;
}

.mt60 {
    margin-top: 60px;
}

.mb60 {
    margin-bottom: 60px;
}

.mt70 {
    margin-top: 70px;
}

.mb70 {
    margin-bottom: 70px;
}

.mr5 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

.mr15 {
    margin-right: 15px;
}

.mr20 {
    margin-right: 20px;
}

.w50pr {
    width: 50%;
}

.w100pr {
    width: 100%;
}

.h100pr {
    height: 100%;
}

.an-del-01 {
    animation-delay: .05s;
}

.an-del-02 {
    animation-delay: .10s;
}

.an-del-03 {
    animation-delay: .15s;
}

.an-del-04 {
    animation-delay: .20s;
}

.an-del-05 {
    animation-delay: .25s;
}

.an-del-06 {
    animation-delay: .30s;
}

.an-del-07 {
    animation-delay: .35s;
}

.an-del-08 {
    animation-delay: .40s;
}

.an-del-09 {
    animation-delay: .45s;
}

.hidden-big {
    display: none;
}

.brad5 {
    border-radius: 5px;
    -webkit-border-radius:;
    -moz-border-radius:;
    -ms-border-radius:;
    -o-border-radius:;
}

.brad8 {
    border-radius: 8px;
    -webkit-border-radius:;
    -moz-border-radius:;
    -ms-border-radius:;
    -o-border-radius:;
}

.brad12 {
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.filter-inv {
    filter: invert(1);
}

.padd-lr {
    padding-left: 10px;
    padding-right: 10px;
}

.padd-20 {
    padding: 20px;
}

.marg-lr {
    margin-left: 10px;
    margin-right: 10px;
}

.rew-wrap {
	flex-wrap: wrap-reverse;
}

.fs13 {
	font-size:13px;
}


/*------ СТИЛИ СТРАНИЦЫ НАЧАЛО ------*/

.cells__block {
    position: fixed;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    opacity: .3;
}

.header-block a {
    color: darkslategrey;
}

.header-block a:hover {
    color: lightcoral;
}

.main-fon__box {
    min-height: 40vh;
}

.img-darker {
    filter: brightness(.5);
    -webkit-filter: brightness(.5);
}

.about-company__header h2 {
    margin-block-start: 0;
    margin-block-end: 0;
}

.our-products__block {
    position: relative;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 0 25pc rgba(0,0,0,.1);
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    padding: 15px;
    height: 215px;
}

.our-products__block:hover {
    box-shadow: 0 0 25pc rgba(0,0,0,.3);
    transition: all .3s;
}

.our-products__block:hover .our-products__block__header {
    transform: translateY(-200px);
    -webkit-transform: translateY(-200px);
    -moz-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    -o-transform: translateY(-200px);
}

.our-products__block:hover .our-products__block__bg-box {
    transform: perspective(400px) translate3d(0, 0, 16px);
    filter: brightness(.4);
    transition: all .3s;
    -webkit-filter: brightness(.3);
}

.our-products__block:hover .our-products__block__txt {
    transform: translateY(0);
    transition: all .5s;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    opacity: 1;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.our-products__block__bg-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    filter: brightness(.5);
    -webkit-filter: brightness(.5);
    z-index: -1;
    transform: perspective(400px) translate3d(0, 0, 0px);
    transition: all .3s;
    -webkit-transform: perspective(400px) translate3d(0, 0, 0px);
    -moz-transform: perspective(400px) translate3d(0, 0, 0px);
    -ms-transform: perspective(400px) translate3d(0, 0, 0px);
    -o-transform: perspective(400px) translate3d(0, 0, 0px);
}

.our-products__block__header {
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    font-size: 1.7em;
    line-height: 120%;
    text-align: center;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.our-products__block__txt {
    color: #fff;
    text-align: center;
    line-height: 120%;
    transition: all .3s ease-in-out;
    position: absolute;
    left: 0;
    top: 0;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -moz-transform: translateY(200px);
    -ms-transform: translateY(200px);
    -o-transform: translateY(200px);
    opacity: 0;
}

.our-products__block__bg1 {
    background: url(../img/sect-gates-bg.webp) no-repeat center center;
    background-size: cover;
}

.our-products__block__bg2 {
    background: url(../img/rolstavni-bg.webp) no-repeat center center;
    background-size: cover;
}

.our-products__block__bg3 {
    background: url(../img/rollets-bg.webp) no-repeat center center;
    background-size: cover;
}

.our-products__block__bg4 {
    background: url(../img/movein-bg.webp) no-repeat center center;
    background-size: cover;
}

.our-products__block__bg5 {
    background: url(../img/prom-bg.webp) no-repeat center center;
    background-size: cover;
}

.our-products__block__bg6 {
    background: url(../img/auto-bg.webp) no-repeat center center;
    background-size: cover;
}

.our-products__block__bg7 {
    background: url(../img/peregruz-bg.webp) no-repeat center center;
    background-size: cover;
}

.our-products__block__bg8 {
    background: url(../img/shlag-bg.webp) no-repeat center center;
    background-size: cover;
}

.our-products__block__bg9 {
    background: url(../img/smart-bg.webp) no-repeat center center;
    background-size: cover;
}

.our-products__block__bg10 {
    background: url(../img/video-bg.webp) no-repeat center center;
    background-size: cover;
}

.our-products__block__bg11 {
    background: url(../img/stellazh-bg.webp) no-repeat center center;
    background-size: cover;
}

.our-products__block__bg12 {
    background: url(../img/vektor-bg.webp) no-repeat center center;
    background-size: cover;
}

.link-to-site {
    padding: 8px 25px;
    border-radius: 12px;
    -webkit-border-radius:;
    -moz-border-radius:;
    -ms-border-radius:;
    -o-border-radius:;
    border: solid 2px #fff;
    color: #fff;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    text-shadow: none;
}

.link-to-site:hover {
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    background: #fff;
    color: #000;
}

.contact-link__box__link {
    border-radius: 16px;
    overflow: hidden;
    margin: 5px;
    padding-bottom: 0!important;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}

.contact-link__box__link img {
    height: 60px;
    transform: perspective(400px) translate3d(0, 0, 0px);
    transition: all .5s;
    -webkit-transform: perspective(400px) translate3d(0, 0, 0px);
    -moz-transform: perspective(400px) translate3d(0, 0, 0px);
    -ms-transform: perspective(400px) translate3d(0, 0, 0px);
    -o-transform: perspective(400px) translate3d(0, 0, 0px);
    margin-bottom: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.contact-link__box__link:hover img {
    transform: perspective(400px) translate3d(0, 0, 35px);
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    -webkit-transform: perspective(400px) translate3d(0, 0, 35px);
    -moz-transform: perspective(400px) translate3d(0, 0, 35px);
    -ms-transform: perspective(400px) translate3d(0, 0, 35px);
    -o-transform: perspective(400px) translate3d(0, 0, 35px);
}

.map-block iframe {
    margin-bottom: -6px!important;
    border-width: 0px!important;
    padding-bottom: 0px!important;
}

/*------ СТИЛИ СТРАНИЦЫ КОНЕЦ ------*/


/*------ СТИЛИ ФУТЕРА НАЧАЛО ------*/

.footer-block {
    padding: 30px 15px;
    color: #fff;
    background: #1f1e1d;
    text-align: center;
}

.footer-block a {
    color: teal;
}

.footer-block a:hover {
    color: lightgray;
}

/*------ СТИЛИ ФУТЕРА КОНЕЦ ------*/