le type="text/css">
.body {
position: relative;
max-width: 870px;
width: 100%;
margin: 0 auto;
font-size: 16px !important;
line-height: 24px;
color: #43413a !important;
font-family: "Inter", sans-serif;
font-weight: 300 !important;
overflow: hidden;
background-color: #fff;
z-index: 0;
}
.container {
margin: 0 auto;
padding: 0 20px;
max-width: 760px;
}
.btn {
display: block;
position: relative;
width: fit-content;
padding: 15px 40px;
color: #fff !important;
text-decoration: none !important;
transition: all .3s;
border-radius: 50px;
font-weight: 700 !important;
background-color: rgba(2, 160,45, 1);
}
.btn:hover {
box-shadow: 0px 20px 70px 0px rgba(2, 160,45, 0.7);
}
.title {
position: relative;
padding-left: 75px;
padding-right: 50px;
width: fit-content;
font-size: 26px;
line-height: 1.2;
margin: 0 !important;
margin-bottom: 65px !important;
font-weight: 300 !important;
}
.title span {
font-weight: 800 !important;
}
.title:before,
.title:after {
position: absolute;
}
.title:before {
content: url(https://i.postimg.cc/hjfxG4LB/barbell.png);
top: -15px;
left: 35px;
}
.title:after {
content: url();
right: 5px;
bottom: -30px;
}
.title-1:before {
content: url(https://i.postimg.cc/K8G1zvbH/free-icon-tent-701861.png);
top: -30px;
left: 5px;
}
.title-1:after {
content: url(https://i.postimg.cc/N0MSfggK/icons8-invert-files-selection-40.png);
right: 10px;
bottom: -20px;
}
.advantages-1__inner,
.top__inner,
.work__inner,
.order__inner,
.reviews__inner,
.why-us__inner {
display: flex;
justify-content: space-around;
flex-wrap: wrap;
}
.advantages-1 {
position: relative;
padding-top: 70px;
padding-bottom: 50px;
}
.item {
position: relative;
padding: 30px 20px;
border-radius: 15px;
background-color: rgb(255, 255, 255);
transition: all .3s;
}
.item img {
display: block;
}
.item .color {
display: none;
}
.item h3 {
font-size: 18px;
line-height: 1.2;
font-weight: 700;
margin-bottom: 10px;
margin-top: 20px;
}
.item p {
margin: 0 !important;
}
.item:before {
position: absolute;
content: "";
height: 10px;
width: 90%;
left: 50%;
transform: translate(-50%);
bottom: -10px;
border-bottom-right-radius: 15px;
border-bottom-left-radius: 15px;
background-image: -moz-linear-gradient( 0deg, rgb(229,230,227) 40%, rgb(229,230,227) 100%);
background-image: -webkit-linear-gradient( 0deg, rgb(2, 160,45) 40%, rgb(229,230,227) 100%);
background-image: -ms-linear-gradient( 0deg, rgb(229,230,227) 40%, rgb(229,230,227) 100%);
opacity: 0;
transition: all .3s;
}
.item:hover:before {
opacity: 1;
}
.item:hover .color {
display: block;
}
.item:hover .static {
display: none;
}
.item:hover {
box-shadow: 0px 20px 70px 0px rgba(63, 65, 68, 0.06);
}
.advantages-1__item-1 {
max-width: 190px;
margin-left: 10px;
transform: translate(-10px);
margin-bottom: 20px;
}
.advantages-1__item-1::after {
position: absolute;
content: "";
top: 0;
right: -73px;
width: 3px;
height: 100%;
background-color: rgb(2, 160,45);
}
.advantages-1__item-1:last-of-type:after {
display: none;
}
.top {
position: relative;
padding-top: 50px;
}
.top__item {
position: relative;
display: flex;
justify-content: space-between;
flex-direction: column;
max-width: 210px;
width: 100%;
padding: 10px;
border-radius: 15px;
text-align: center;
margin-bottom: 30px;
margin-left: 10px;
transform: translate(-10px);
color: inherit !important;
text-decoration: none !important;
border: 1px solid #f1f5f8;
transition: all .3s;
}
.top__item img {
border-radius: 15px
}
.top__item-name {
font-weight: 700;
}
.top__item-buy {
display: block;
margin: 0 auto;
margin-top: 10px;
font-size: 14px;
color: rgb(2, 160,45);
text-decoration: underline !important;
}
.top .btn {
margin: 0 auto;
}
.work {
position: relative;
padding-top: 60px;
}
.work__inner {
max-width: 450px;
}
.work__item {
max-width: 175px;
width: 100%;
margin-bottom: 30px;
margin-left: 10px;
transform: translate(-10px);
}
.work__item p {
margin-bottom: 0 !important;
}
.reviews {
position: relative;
padding-top: 50px;
padding-bottom: 30px;
background: url() no-repeat center;
}
.reviews__item {
max-width: 200px;
width: 100%;
margin-left: 10px;
transform: translate(-10px);
margin-bottom: 20px;
}
.reviews__item p {
margin-top: 0 !important;
}
.order {
position: relative;
padding-top: 50px;
padding-bottom: 90px;
background: url() no-repeat bottom right;
}
.order__item {
position: relative;
max-width: 180px;
width: 100%;
margin-bottom: 30px;
margin-left: 10px;
transform: translate(-10px);
}
.order__item::after {
position: absolute;
content: "";
top: 0;
right: -9px;
width: 3px;
height: 100%;
background-color: #b7b8b5;
}
.order__item:last-of-type:after {
display: none;
}
.img-dec {
position: absolute;
}
.img-dec-1 {
bottom: 0;
right: 10px;
-webkit-animation: catalogAnimationZoom 3s cubic-bezier(.42,0,.58,1) infinite alternate;
animation: catalogAnimationZoom 3s cubic-bezier(.42,0,.58,1) infinite alternate;
z-index: -1;
}
.img-dec-2 {
left: 15px;
bottom: 130px;
}
.img-dec-3 {
top: 0;
left: 0;
z-index: -1;
}
.img-dec-4 {
top: 40px;
right: 40px;
-webkit-animation: catalogAnimationRotateAll 7s cubic-bezier(.42,0,.58,1) infinite alternate;
animation: catalogAnimationRotateAll 7s cubic-bezier(.42,0,.58,1) infinite alternate;
}
.img-dec-5 {
top: 40%;
left: 52%;
-webkit-animation: catalogAnimationRotateAll 4s cubic-bezier(.42,0,.58,1) infinite alternate;
animation: catalogAnimationRotateAll 4s cubic-bezier(.42,0,.58,1) infinite alternate;
}
.img-dec-6 {
left: 0;
bottom: -70px;
z-index: -1;
}
.img-dec-7 {
right: 0;
bottom: 210px;
}
.img-dec-71 {
top: 0;
left: 0;
}
.img-dec-8 {
top: 0;
left: 30px;
}
.img-dec-9 {
right: 120px;
top: -37px;
-webkit-animation: catalogAnimationZoom 5s cubic-bezier(.42,0,.58,1) infinite alternate;
animation: catalogAnimationZoom 5s cubic-bezier(.42,0,.58,1) infinite alternate;
}
.img-dec-10 {
top: -120px;
left: 30%;
}
.img-dec-11 {
left: 5px;
bottom: 35%;
z-index: 4;
-webkit-animation: catalogAnimationRotateAll 4s cubic-bezier(.42,0,.58,1) infinite alternate;
animation: catalogAnimationRotateAll 4s cubic-bezier(.42,0,.58,1) infinite alternate;
}
.img-dec-12 {
right: 60px;
bottom: 17px;
z-index: 5;
-webkit-animation: catalogAnimationRotateAll 4s cubic-bezier(.42,0,.58,1) infinite alternate;
animation: catalogAnimationRotateAll 4s cubic-bezier(.42,0,.58,1) infinite alternate;
}
.img-dec-13 {
right: 130px;
top: -10px;
}
.img-dec-14 {
right: 60px;
top: -30px;
}
.img-dec-15 {
left: 37%;
bottom: 70px;
z-index: 5;
-webkit-animation: catalogAnimationRotateAll 4s cubic-bezier(.42,0,.58,1) infinite alternate;
animation: catalogAnimationRotateAll 4s cubic-bezier(.42,0,.58,1) infinite alternate;
}
.img-dec-16 {
left: 55px;
top: 10px;
}
.img-dec-17 {
right: 0;
width: 18%;
bottom: -70px;
z-index: -1;
-webkit-animation: catalogAnimationZoom 3s cubic-bezier(.42,0,.58,1) infinite alternate;
animation: catalogAnimationZoom 3s cubic-bezier(.42,0,.58,1) infinite alternate;
}
.img-dec-18 {
right: 10px;
bottom: 30%;
}
.img-dec-19 {
right: 275px;
bottom: -50px;
-webkit-animation: catalogAnimationRotateAll 4s cubic-bezier(.42,0,.58,1) infinite alternate;
animation: catalogAnimationRotateAll 4s cubic-bezier(.42,0,.58,1) infinite alternate;
}
.img-dec-20 {
right: 12px;
top: -5px;
-webkit-animation: catalogAnimationRotateAll 4s cubic-bezier(.42,0,.58,1) infinite alternate;
animation: catalogAnimationRotateAll 4s cubic-bezier(.42,0,.58,1) infinite alternate;
}
.img-dec-21 {
left: 40px;
bottom: 30%;
z-index: 5;
}
.img-dec-22 {
right: 140px;
bottom: 20px;
z-index: 5;
-webkit-animation: catalogAnimationRotateAll 4s cubic-bezier(.42,0,.58,1) infinite alternate;
animation: catalogAnimationRotateAll 4s cubic-bezier(.42,0,.58,1) infinite alternate;
}
.img-dec-00 {
top: -30px;
left: 84%;
}
/* media */
@media (max-width: 1200px) {
.advantages-1__inner, .top__inner, .work__inner, .order__inner, .reviews__inner, .why-us__inner {
justify-content: center;
}
.advantages-1__item-1::after,
.order__item::after {
display: none;
}
}
@media (max-width: 1050px) {
.img-dec-1,
.img-dec-17 {
display: none;
}
.banner__text {
max-width: 100%;
text-align: center;
}
.banner .btn {
margin: 0 auto;
}
.work__inner {
max-width: 100%;
}
}
@media (max-width: 800px) {
.img-dec-9 {
display: none;
}
.item {
padding: 20px 10px;
}
}
@media (max-width: 500px) {
.banner {
padding: 30px 0;
}
.banner h2 {
font-size: 25px;
}
.img-dec-4,
.img-dec-5,
.img-dec-7,
.img-dec-71,
.img-dec-10,
.img-dec-8,
.img-dec-14,
.img-dec-13,
.img-dec-16,
.img-dec-22 {
display: none;
}
.banner .phone {
display: inline-block;
}
.advantages-1__item-1,
.work__item,
.reviews__item,
.order__item {
max-width: 100%;
width: 100%;
margin-left: 0;
transform: translate(0);
text-align: center;
margin-bottom: 0;
}
.item img,
.title {
margin: 0 auto;
}
.title {
margin: 0 auto !important;
text-align: center;
margin-bottom: 30px !important;
}
.titles {
margin: 0 auto;
}
.titles {
margin: 0 auto !important;
text-align: center;
margin-bottom: 30px !important;
}
}
@keyframes catalogAnimationRotateAll {
0% {
transform: rotate(0);
}
100% {
transform: rotate(360deg);
}
}
@keyframes catalogAnimationZoom {
0%, 10% {
transform: scale(1.2);
}
90%, 100% {
transform: scale(1);
}
}
.bodys {
position: relative;
max-width: 860px;
margin: 0 auto;
font-size: 16px !important;
line-height: 1.2;
color: #43413a !important;
font-family: "Inter", sans-serif;
font-weight: 400 !important;
overflow: hidden;
background-color: #fff;
z-index: 0;
word-wrap: normal !important;
}
@media screen and (max-width: 450px){
.bodys{
max-width: 350px;
}
}
.containers {
margin: 0 auto;
padding: 0 20px;
max-width: 800px;
}
.containers-wide {
max-width: 870px;
padding: 0;
}
.yellow {
padding: 48px 0;
background-color: rgb(2, 160,45);
max-width: 574px;
margin-left: auto;
margin-right: auto;
transform: rotate(354deg);
margin-bottom: 32px;
margin-top: -73px;
}
.uc-numbers {
border-bottom: 1px solid #f4f4f4;
font-family: "Inter", sans-serif;
text-align: center;
}
.uc-numbers-inner {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
position: center;
z-index: 0;
}
.banner__inners,
.advantages__inners,
.top__inners,
.order__inners,
.why-us__inners,
.work__inners {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
font-weight: 100;
}
.why-us {
position: relative;
top: -20px;
}
.why-us__inners,
.advantages__inners,
.top__inners {
justify-content: center;
}
.why-us__items,
.why-us__items:hover,
.advantages__items:hover {
box-shadow: 0px 15px 57px 0px rgba(154, 136, 119, 0.35);
}
@media (max-width: 1400px) {
.banner__text {
padding-left: 40px;
}
.banner__img {
right: 0;
}
.rect:nth-child(2),
.rect:nth-child(3) {
right: 38%;
}
.work-img {
width: 40%;
}
}
@media (max-width: 750px) {
.why-us__items, .advantages__items {
width: 100%;
margin-left: 0;
}
}
.advantages-1__items-1 {
max-width: 335px;
margin-left: 10px;
transform: translate(-10px);
margin-bottom: 20px;
}
.advantages-1__items-1:last-of-type:after {
display: none;
}
.titles {
position: relative;
padding-left: 75px;
padding-right: 50px;
width: fit-content;
color: #43413a !important;
font-size: 26px;
line-height: 1.2;
margin: 0 !important;
margin-bottom: 35px !important;
font-weight: 300 !important;
}
.titles span {
font-weight: 800 !important;
}
.titles:before,
.titles:after {
position: absolute;
}
.titles:before {
content: url(https://i.postimg.cc/hjfxG4LB/barbell.png);
top: -15px;
left: 37px;
}
.titles:after {
content: url(https://i.postimg.cc/K8G1zvbH/free-icon-tent-701861.png);
right: 5px;
bottom: -50px;
}
Олимпийский гриф, имеет длину рабочей области 1,2 м, хромированную поверхность, эффективно используется при выполнении упражнений разного рода сложности, так как для этого присутствует широкий хват и достаточная, необходимая длина.
Вид: прямой, олимпийский.
Диаметр грифа: 50 мм.
Длина: 1,2 м.
Зажим: клипса.
Ключевые особенности
наших товаров
Лучшее качество.
Высокое качество продукции в соотношении цены Вас приятно удивит.
Широкий ассортимент.
Большой выбор продукции для спорта, отдыха и туризма.
Первоклассный сервис.
Мы всегда готовы проконсультировать каждого и помочь подобрать наиболее подходящие оснащение с учетом нужд клиента.
Рады всем и каждому.
Мы реализуем спортивное и туристическое снаряжение как для частных лиц, так и для спортивных секций, учебных заведений, тренажерных залов.
Почему
нам можно доверять?