.frontpage__block-01__outer {
    position: relative;
}

.block-01-fon {
    background-image: url(../img/block-01-fon.webp);
}

.frontpage__block-01 {
    min-height: 90vh;
    align-content: center;
}

.block__arrow-down__graphite {
    position: relative;
}

.block__arrow-down__graphite:after {
    position: absolute;
    content: '';
    width: 50px;
    height: 50px;
    background: url(../img/arrow-down-graphite-orange.svg) no-repeat center center;
    background-size: cover;
    left: calc(50% - 25px);
    bottom: -25px;
    z-index: 2;
}

.block__arrow-down__gray {
    position: relative;
}

.block__arrow-down__gray:after {
    position: absolute;
    content: '';
    width: 50px;
    height: 50px;
    background: url(../img/arrow-down-gray-orange.svg) no-repeat center center;
    background-size: cover;
    left: calc(50% - 25px);
    bottom: -25px;
    z-index: 2;
}

.block__arrow-down__black {
    position: relative;
}

.block__arrow-down__black:after {
    position: absolute;
    content: '';
    width: 50px;
    height: 50px;
    background: url(../img/arrow-down-black-orange.svg) no-repeat center center;
    background-size: cover;
    left: calc(50% - 25px);
    bottom: -25px;
    z-index: 2;
}

.block-01__logo-box {
    width: 70%;
}

.cta-btn-box {
    padding-top: 40px;
    padding-bottom: 70px;
    overflow-x: hidden;
}

.txt-color-1 {
    color: var(--orange-color);
}

.txt-color-2 {
    color: #3b4954;
}

.cta-btn__yellow {
    position: relative;
    color: var(--orange-color);
    border: solid 1px var(--orange-color);
    padding: 8px 35px;
    height: 27px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    font-size: 19px;
    line-height: 18px;
    text-transform: uppercase;
    cursor: pointer;
    letter-spacing: 1px;
    outline: none!important;
}

.cta-btn__yellow:hover {
    background: var(--orange-color);
    color: #3b4954;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.cta-btn__yellow:after {
    position: absolute;
    content: '+';
    background: transparent;
    width: 28px;
    height: 28px;
    top: 0px;
    right: 0px;
    font-size: 41px;
    line-height: 41px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    opacity: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    background: var(--orange-color);
}

.cta-btn__yellow:hover:after {
    opacity: 1;
    right: -36px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.site-nav__btn {
    padding: 8px 25px;
    border: solid 1px #fff;
    color: #fff!important;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    font-size: 14px;
    letter-spacing: 1px;
}

.site-nav__btn:hover {
    background: #fff;
    color: #25272d!important;
}

.frontpage__block-02 {
    background: #25272d;
}

.profit-header {
    font-size: clamp(1.25rem, 1.1563rem + 0.5vw, 1.5625rem);
}

.profit-txt {
    font-weight: 300;
    color: #fff;
    position: relative;
    padding-top: 28px;
}

.profit-txt:before {
    position: absolute;
    content: '';
    background: url(../img/check-icon-orange.svg) no-repeat center center;
    background-size: cover;
    width: 20px;
    height: 20px;
    left: 0;
    top: 0;
}

.goodsname-block {
    border: solid 1px #fff;
    color: #f6f6f6;
    font-size: clamp(1.125rem, 1.05rem + 0.4vw, 1.375rem);
    padding: 8px 35px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.goodsname-block:hover {
    border: solid 1px #25272d;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.goodsname-block:before {
    position: absolute;
    content: '';
    left: -100px;
    bottom: -200px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #25272d;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    z-index: -1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    filter: blur(8px);
    -webkit-filter: blur(8px);
    transform-origin: center;
}

.goods__price-box {
    min-width: 40%;
    text-align: right;
    font-weight: bold;
    color: var(--orange-color);
}

.goodsname-block:hover:before {
    left: -20%;
    bottom: -300px;
    width: 600px;
    height: 600px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.cta-01-bg {
    background-image: url(../img/cta-01-fon.webp);
}

.cta-03-bg {
    background-image: url(../img/cta-3-fon__pc.webp);
}

.cta-04-bg {
    background-image: url(../img/cta-4-fon__pc.webp);
}

.cta-block {
    min-height: 90vh;
    align-content: center;
}

.cta__black-shore {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 55%;
    background: linear-gradient(to right, #000, rgba(0,0,0,.8), rgba(0,0,0,.5), transparent);
    z-index: -1;
}

.frontpage__block-03 {
    background: #25272d;
}

.midi-header {
    font-size: clamp(1.125rem, 1.05rem + 0.4vw, 1.375rem);
}

.counter-block {
    background: #25272d;
}

.counter__digit {
    font-size: clamp(2.5rem, 1.9375rem + 3vw, 4.375rem);
    color: var(--orange-color);
    font-weight: bold;
    margin-bottom: 10px;
    padding-top: 25px;
    position: relative;
}

.counter__digit:after {
    position: absolute;
    content: '+';
    font-size: clamp(2.5rem, 1.9375rem + 3vw, 4.375rem);
    color: var(--orange-color);
    font-weight: bold;
    right: 15px;
}

.counter__digit:before {
    position: absolute;
    content: '';
    background: url(../img/check-icon-orange.svg) no-repeat center center;
    background-size: cover;
    width: 20px;
    height: 20px;
    left: calc(50% - 10px);
    top: 0;
}

.counter__text {
    font-size: clamp(1.125rem, 0.9rem + 1.2vw, 1.875rem);
    color: #fff;
    line-height: 110%;
}

.about-us__txt {
    padding: 20px 35px;
    background: #000;
}

.main-page__news-block {
    background: #25272d;
}

.news-box__outer {
    color: #fff!important;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.news-box__outer:hover {
    color: #888888!important;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.ar1x1 {
    aspect-ratio: 1 / 1;
}

.ar16x9 {
    aspect-ratio: 16 / 9;
}

.news-box__outer__img-box {
    height: 60px;
}

.magn-img__block {
    overflow: hidden;
}

.magn-img__block img {
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
    transform: perspective(400px) translate3d(0, 0, 1px);
	-webkit-transform: perspective(400px) translate3d(0, 0, 1px);
	-moz-transform: perspective(400px) translate3d(0, 0, 1px);
	-ms-transform: perspective(400px) translate3d(0, 0, 1px);
	-o-transform: perspective(400px) translate3d(0, 0, 1px);
}

.magn-img__block:hover img {
    transform: perspective(400px) translate3d(0, 0, 20px);
    -webkit-transform: perspective(400px) translate3d(0, 0, 20px);
    -moz-transform: perspective(400px) translate3d(0, 0, 20px);
    -ms-transform: perspective(400px) translate3d(0, 0, 20px);
    -o-transform: perspective(400px) translate3d(0, 0, 20px);
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}