.header2__wrap.on-hp{margin-bottom:0}.intro__advnt{text-align:center}.intro__advnt-title{margin-bottom:12px;font-size:32px;font-weight:600}.intro__advnt-text{font-size:16px}.intro__advntlist .intro__advnt{margin:0 20px 30px;width:220px}.intro__section{position:relative;margin:-100px 0 0;padding:180px 0 100px;color:#fff;text-align:center}.intro__section::after{display:block;content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.6)}.intro__section-cover{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.intro__section-h1{margin-bottom:32px}.intro__section-h1 h1{font-weight:bold}.intro__section-h1 span{display:block;color:#ffc535}.intro__section .container{position:relative;z-index:10}.intro__section .btn-backcall{height:48px;width:220px;font-size:16px}.advnt__section{position:relative;padding:100px 0 70px;color:#fff}.advnt__section::after{display:block;content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.6)}.advnt__section-cover{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.advnt__section .container{position:relative;z-index:10}.advnt__item{text-align:center}.advnt__item-icon{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 auto 12px;width:60px;height:60px}.advnt__item-icon::before{display:block;content:"";position:absolute;top:50%;left:50%;-webkit-transform:translate(-70%, -70%);transform:translate(-70%, -70%);width:100%;height:100%;background:rgba(255,197,53,.1);border-radius:50%}.advnt__item-icon img{position:relative;z-index:5;width:auto;max-width:100%;max-height:100%}.advnt__item-text{font-size:18px}.advnt__row .advnt__item{margin:0 20px 40px;width:calc(20% - 40px)}@media only screen and (max-width: 1679px){.advnt__row .advnt__item-text{font-size:16px}}@media only screen and (max-width: 1480px){.advnt__row .advnt__item{margin:0 10px 40px;width:calc(20% - 20px)}}@media only screen and (max-width: 1480px){.advnt__row .advnt__item{margin:0 5px 40px;width:calc(20% - 10px)}}@media only screen and (max-width: 1199px){.advnt__row{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.advnt__row .advnt__item{margin:0 14px 40px;width:calc(33% - 40px)}}@media only screen and (min-width: 992px){.header2__wrap.on-hp{margin:0}.header2__wrap.on-hp:not(.is-sticky) .header2__bwrap{background:rgba(0,0,0,0)}.header2__wrap.on-hp:not(.is-sticky) .header2__title{color:#d3d3d3}.header2__wrap.on-hp:not(.is-sticky) .header2__search .icon-search{color:#fff}.header2__wrap.on-hp:not(.is-sticky) .header2__search input{color:#d3d3d3;background:rgba(238,242,244,.2)}.header2__wrap.on-hp:not(.is-sticky) .footer__dots{background:rgba(255,255,255,.15)}.header2__wrap.on-hp:not(.is-sticky) .header__catalog-a,.header2__wrap.on-hp:not(.is-sticky) .header2__catalog-a{border-color:rgba(255,255,255,.3)}.header2__wrap.on-hp:not(.is-sticky) .header__catalog-a span,.header2__wrap.on-hp:not(.is-sticky) .header2__catalog-a span{color:rgba(255,255,255,.7)}.header2__wrap.on-hp:not(.is-sticky) .header__catalog-a:hover,.header2__wrap.on-hp:not(.is-sticky) .header2__catalog-a:hover{border-color:#ffc535}.header2__wrap.on-hp:not(.is-sticky) .header__catalog-a:hover span,.header2__wrap.on-hp:not(.is-sticky) .header2__catalog-a:hover span{color:#ffc535}}@media only screen and (max-width: 991px){.intro__section{margin:0;padding:60px 0}}@media only screen and (max-width: 767px){.intro__section{padding-top:44px}.intro__advntlist{margin-bottom:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.intro__advnt-title{font-size:24px}.intro__advnt-text{font-size:14px}.advnt__secton{padding:60px 0 30px}.advnt__row{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.advnt__row .advnt__item{margin:0 10px 40px;width:calc(50% - 20px)}.advnt__row .advnt__item-text{font-size:14px}}

.advnt__row .advnt__item {
    margin: 0 20px 40px;
    width: calc(100% / 9);
}
@media(max-width: 1479px) {
    .advnt__row .advnt__item {
		width: calc(100% / 5);
    }
}
@media (max-width: 576px) {
    .advnt__row .advnt__item {
        width: calc(100% / 3);
    }
}