html {
font-size: calc(100vw / 908 * 10);
} * {
padding: 0.0rem;
margin: 0.0rem;
border: none;
}
*,
*::before,
*::after {
box-sizing: border-box;
}
a{
color: unset;
text-decoration: none;
}
a:hover  {
text-decoration: none;
}
aside, nav, footer, header, section, main {
display: block;
}
h1, h2, h3, h4, h5, h6, p {
font-size: inherit;
font-weight: inherit;
}
ul, ul li {
list-style: none;
}
img {
vertical-align: top;
}
img, svg {
max-width: 100%;
height: auto;
}
address {
font-style: normal;
}
input, textarea, button, select {
font-family: inherit;
font-size: inherit;
color: inherit;
background-color: transparent;
}
input::-ms-clear {
display: none;
}
button, input[type="submit"] {
display: inline-block;
box-shadow: none;
background-color: transparent;
background: none;
cursor: pointer;
}
input:focus, input:active,
button:focus, button:active {
outline: none;
}
button::-moz-focus-inner {
padding: 0;
border: 0;
}
label {
cursor: pointer;
}
legend {
display: block;
} @font-face {
font-family: 'Muller';
src: url(//force-time.ru/wp-content/themes/force-theme/css/fonts/MullerRegular.ttf) format('truetype');
font-weight: normal; font-style: normal;
}
@font-face {
font-family: 'Muller';
src: url(//force-time.ru/wp-content/themes/force-theme/css/fonts/MullerBold.ttf) format('truetype');
font-weight: bold; font-style: normal;
}
@font-face {
font-family: 'Muller';
src: url(//force-time.ru/wp-content/themes/force-theme/css/fonts/MullerBlack.ttf) format('truetype');
font-weight: 900; font-style: normal;
} body{
background: rgb(28, 28, 28) url(//force-time.ru/wp-content/themes/force-theme/images/bg.png);
color: white;
font-weight: 400;
line-height: 1;
font-family: Muller, serif;
}
.site{
padding-top: 3.2rem;
position: relative;
}
.btn{
transition: transform 0.2s ease, color 0.2s ease;
}
.btn:active {
transform: scale(0.95);
}
.bold{
font-weight: 700;
}
@media (min-width: 767.99px){
.pc-none{
display: none !important;
}
}
@media (max-width: 767.9808px) {
.mobile-none{
display: none !important;
}
} .promo-banner{
display: flex;
flex-direction: column;
align-items: center;
padding: 1.1rem 10rem;
background: rgb(33, 165, 181);
min-height: 5.2rem;
}
.promo-banner span{
font-size: 1.6rem;
}
.promo-banner span:first-of-type{
font-weight: 600;
} .site-header{
display: flex;
justify-content: space-between;
align-items: center;
padding: 0 4rem;
}
.site-header .left-group{
display: flex;
align-items: center;
gap: 2.4rem;
}
.site-header .site-logo{
width: 11.7rem;
height: 5rem;
}
.site-header .header-element{
color: rgb(204, 204, 204);
font-size: 1.6rem;
line-height: 1.6rem;
text-align: center;
}
.header-btn{
display: flex;
justify-content: center;
min-width: 17.5rem;
height: 3.1rem;
border-radius: 10rem;
background: rgb(33, 165, 181);
font-size: 1.6rem;
font-weight: 700;
padding: 0.9rem 1rem;
} .main-slider{
margin-top: 5.3rem;
padding: 0 2.7rem;
}
.main-slider-body{
display: flex;
flex-direction: column;
gap: 7.1rem;
height: 40.3rem;
}
.main-slider-slide{
display: flex;
flex-direction: column;
gap: 2.8rem;
}
.main-slider-slide .top-label{
height: 20rem;
padding-top: 1.7rem;
}
.main-slider-slide .top-label span{
display: inline-block;
color: rgb(64, 64, 64);
font-size: 12.8rem;
line-height: 10rem;
font-weight: 700;
}
.main-slider-slide .second-label{
color: rgb(204, 204, 204);
font-size: 3.2rem;
font-weight: 700;
line-height: 3.2rem;
}
.main-slider-background{
position: absolute;
width: 52.7rem;
height: 54.2rem;
top: 0;
right: 0;
z-index: -1;
opacity: 1;
transition: opacity 0.8s ease-in-out;
}
.main-slider-pagination{
display: flex;
justify-content: center;
gap: 1.3rem;
}
.main-slider-pagination .mark{
width: 1.245rem;
height: 1.245rem;
background: rgb(64, 64, 64);
border-radius: 50%;
cursor: pointer;
transition: background 0.3s ease;
}
.main-slider-pagination .mark-checked{
width: 1.245rem;
height: 1.245rem;
background: rgb(33, 165, 181);
border-radius: 50%;
}
.main-advantages{
margin-top: 7.3rem;
display: flex;
justify-content: center;
gap: 3.3rem;
align-items: center;
}
.main-advantages .first-block{
color: rgb(217, 217, 217);
font-size: 1.6rem;
font-weight: 700;
text-align: center;
width: 14.7rem;
}
.main-advantages .second-block{
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: flex-start;
gap: 3rem;
}
.main-advantages .second-block .item{
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: flex-start;
}
.main-advantages .second-block .item-count{
color: rgb(33, 165, 181);
font-size: 3.6rem;
font-weight: 700;
}
.main-advantages .second-block .item-label{
color: rgb(204, 204, 204);
font-size: 1.1rem;
}
.main-advantages .second-block .separator{
width: 0.1rem;
background-color: rgb(89, 90, 91);
height: 5rem;
}
.main-catalog{
margin-top: 8rem;
display: flex;
flex-direction: column;
gap: 3.5rem;
align-items: center;
}
.main-catalog .title{
color: rgb(33, 165, 181);
font-size: 3.2rem;
font-weight: 700;
}
.main-catalog .cards{
display: flex;
gap: 1.2rem;
}
.main-catalog .card{
width: 19.8rem;
height: 27.7rem;
background-size: cover;
border: 0.1rem solid #1E96A5;
border-radius: 2.4rem;
position: relative;
overflow: hidden;
}
.main-catalog .card::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(
0deg,
rgba(28, 28, 28, 0.8) 0%,
rgba(28, 28, 28, 0.5) 100%
);
pointer-events: none; }
.main-catalog .card-name{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
color: rgb(204, 204, 204);
font-size: 2.4rem;
font-weight: 700;
text-align: center;
width: 80%;
}
.main-catalog .card-date{
position: absolute;
bottom: 1.4rem;
left: 50%;
transform: translateX(-50%);
color: rgb(204, 204, 204);
font-size: 1.4rem;
font-weight: 400;
text-align: center;
width: 80%;
}
.main-about{
margin-top: 9.1rem;
display: flex;
gap: 2.6rem;
padding-left: 4.3rem;
padding-right: 1.435rem;
}
.main-about .text-part{
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: flex-start;
gap: 5.7rem;
width: 28.2rem;
margin-top: 1.1rem;
}
.main-about .text-content{
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: flex-start;
gap: 2.8rem;
}
.main-about .text-content .first-block{
color: rgb(33, 165, 181);
font-size: 3.2rem;
font-weight: 700;
text-transform: uppercase;
}
.main-about .text-content .second-block{
color: rgb(204, 204, 204);
font-size: 1.4rem;
}
.main-about .more-btn{
display: flex;
justify-content: center;
width: 15.2rem;
height: 3.9rem;
border-radius: 10rem;
background: rgb(33, 165, 181);
font-size: 1.6rem;
font-weight: 700;
padding: 1.2rem 1rem;
}
.main-about .video-part{
position: relative;
width: 54.265rem;
height: 26.9rem;
background-size: contain;
background-repeat: no-repeat;
padding: 3rem 2.765rem 3.1rem 2.6rem;
}
.main-about .video-container{
border-radius: 0.5rem;
box-shadow: 0 0.4rem 0.4rem 0 rgba(0, 0, 0, 0.25);
width: 100%;
height: 100%;
}
.main-news{
margin-top: 6rem;
display: flex;
flex-direction: column;
padding: 0 3.3rem;
}
.main-news .title{
color: rgb(33, 165, 181);
font-size: 3.2rem;
font-weight: 700;
}
.main-news .cards{
margin-top: 4.5rem;
display: flex;
gap: 2.6rem;
}
.main-news .cards-item{
border-radius: 1rem;
background: rgb(51, 50, 51);
width: 50%;
}
.main-news .cards-item img{
border-radius: 1rem;
height: 19.1rem;
object-fit: cover;
width: 100%;
}
.main-news .cards-item  .item-info{
display: flex;
flex-direction: column;
gap: 1.4rem;
padding: 1.5rem 0.8rem;
}
.main-news .cards-item .item-title{
font-size: 1.6rem;
font-weight: 700;
line-height: 2.4rem;
height: 4.48rem;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}
.main-news .cards-item .item-date{
color: rgb(204, 204, 204);
font-size: 1.2rem;
}
.main-news .more-link{
margin-top: 2.3rem;
color: rgb(217, 217, 217);
font-size: 1.4rem;
text-decoration-line: underline;
}
.main-reviews{
margin-top: 5rem;
padding: 0 3.3rem;
}
.main-reviews .title{
color: rgb(33, 165, 181);
font-size: 3.2rem;
font-weight: 700;
}
.main-reviews .cards{
margin-top: 3.1rem;
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: repeat(2, 1fr);
gap: 1.9rem 2.7rem;
}
.main-reviews .cards-item:first-child {
grid-column: 1;
grid-row: span 2;
height: 30.1rem;
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: space-between;
}
.main-reviews .cards-item{
border-radius: 1.5rem;
background: rgb(51, 50, 51);
height: 14.1rem;
padding: 2.4rem 0.9rem 1.1rem 1.6rem;
}
.main-reviews .cards-item .item-rating{
display: flex;
gap: 1.3rem;
}
.main-reviews .cards-item .item-author{
color: rgb(217, 217, 217);
font-size: 2rem;
font-weight: 700;
}
.main-reviews .cards-item .rating .star{
width: 1.7rem;
height: 1.5rem;
}
.main-reviews .cards-item .item-text{
margin-top: 1rem;
font-size: 1.4rem;
line-height: 1.6rem;
display: -webkit-box;
-webkit-line-clamp: 5;
-webkit-box-orient: vertical;
overflow: hidden;
}
.main-reviews .cards-item .item-link{
color: rgb(33, 165, 181);
font-size: 1.4rem;
text-decoration-line: underline;
margin-bottom: 3.6rem;
}
@media (max-width: 767.9808px) {
.main-slider-body {
height: unset;
}
.main-slider-slide .top-label span{
color: #FFFFFF;
font-size: 4.8rem;
font-weight: 700;
line-height: 4.8rem;
}
.main-slider-slide .top-label span br{
display: none;
}
.main-slider-background{
width: 39.1rem;
height: 40.3rem;
}
.main-slider-slide .second-label{
font-size: 1.4rem;
font-weight: 700;
line-height: 1.4rem;
}
.main-slider-slide{
gap: 0rem;
}
.main-slider-slide .top-label{
height: 24.5rem;
padding-top: 20rem;
}
.header-element{
display: none;
}
.header-btn{
display: none;
}
.main-slider-body{
gap: 2.8rem;
}
.main-slider-pagination .mark{
width: 1.3rem;
height: 1.3rem;
}
.main-slider-pagination .mark-checked{
width: 1.3rem;
height: 1.3rem;
}
.main-news .cards-item{
width: unset;
}
.site-menu{
display: block;
width: 3rem;
height: 1.6rem;
}
.main-catalog{
margin-top: 6.8rem;
gap: 1.8rem;
}
.main-catalog .cards{
display: grid;
grid-template-columns: repeat(2, 1fr);
}
.main-catalog .card{
width: 16.68rem;
height: 23.335rem;
}
.main-about{
margin-top: 5rem;
padding:  0 1.7rem;
flex-direction: column;
}
.main-about .more-btn{
width: 100%;
order: 4;
}
.main-about .text-part{
display: contents;
}
.main-about .video-part{
width: 36.1rem;
height: 17.895rem;
padding: 2rem 1.765rem 2.1rem 1.6rem;
}
.main-about .text-content{
padding-left: 0.9rem;
gap: 1.6rem;
}
.main-advantages .first-block {
text-align: left;
}
.main-advantages .second-block{
display: contents;
}
.main-advantages{
display: grid;
column-gap: 2.3rem;
row-gap: 5.2rem;
grid-template-areas:
"element1 element2 element3" "element4 element5 element6"; }
.main-advantages .first-block{
grid-area: element1;
}
.main-advantages .element-2{
grid-area: element2;
}
.main-advantages .element-3{
grid-area: element3;
}
.main-advantages .element-4{
grid-area: element4;
}
.main-advantages .element-5{
grid-area: element5;
}
.main-advantages .element-6{
grid-area: element6;
}
.main-news {
margin-top: 6rem;
padding: 0 1.7rem;
}
.main-news .cards {
margin-top: 2.1rem;
flex-direction: column;
gap: 2.1rem;
}
.main-news .cards-item .item-title {
height: unset;
}
.main-reviews {
margin-top: 3rem;
padding: 0 1.7rem;
}
.main-reviews .cards {
display: flex;
flex-direction: column;
}
.main-about .text-content .second-block {
max-width: 28.2rem;
}
} .about-block{
padding-left: 4.1rem;
padding-top: 9.5rem;
height: 44.6rem;
}
.about-block-content{
display: flex;
flex-direction: column;
gap: 3rem;
width: 45.6rem;
height: 30.2rem;
}
.about-block .first-label{
color: rgb(64, 64, 64);
font-size: 12.8rem;
font-weight: 700;
text-transform: uppercase;
}
.about-block .second-label{
color: rgb(204, 204, 204);
font-size: 2.4rem;
}
.about-block .background{
position: absolute;
top: 0;
right: 0;
z-index: -1;
height: 52.9rem;
}
.about-block .background-blackout{
position: absolute;
top: 0;
right: 0;
height: 52.9rem;
width: 100%;
z-index: -1;
background: linear-gradient(180.00deg, rgba(28, 28, 28, 0), rgb(28, 28, 28) 100%);
}
.about-advantages{
margin-top: 6rem;
display: flex;
gap: 4rem;
justify-content: center;
}
.about-advantages .advantage-block{
width: 16.1rem;
display: flex;
gap: 1.4rem;
flex-direction: column;
}
.about-advantages .advantage-gallery{
width: 100%;
position: relative;
height: 17.2rem;
background: rgb(28, 28, 28) url(//force-time.ru/wp-content/themes/force-theme/images/advantage-border.svg);
background-size: contain;
}
.about-advantages .advantage-gallery img{
position: absolute;
width: 15.1rem;
height: 16.2rem;
left: 0.5rem;
top: 0.5rem;
border-radius: 1.5rem;
}
.about-advantages .advantage-gallery .gallery-pagination{
display: flex;
justify-content: center;
gap: 0.9rem;
position: absolute;
bottom: 1.4rem;
left: 50%;
transform: translateX(-50%);
}
.about-advantages .advantage-gallery .mark{
width: 0.845rem;
height: 0.845rem;
background: rgb(64, 64, 64);
border-radius: 50%;
cursor: pointer;
transition: background 0.3s ease;
}
.about-advantages .advantage-gallery .mark-checked{
background: rgb(33, 165, 181);
}
.about-advantages .advantage-label{
color: rgb(204, 204, 204);
font-size: 1.6rem;
font-weight: 700;
text-align: center;
}
.about-video{
margin-top: 6rem;
display: flex;
flex-direction: column;
gap: 1.1rem;
padding: 0 4rem;
}
.about-video .title{
color: rgb(33, 165, 181);
font-size: 3.2rem;
font-weight: 700;
text-transform: uppercase;
}
.about-video .videos {
display: flex;
gap: 3rem;
overflow-x: auto;
padding-bottom: 1rem;
} .about-video .videos::-webkit-scrollbar {
height: 0.8rem; }
.about-video .videos::-webkit-scrollbar-track {
background: #222222; border-radius: 1rem;
}
.about-video .videos::-webkit-scrollbar-thumb {
background-color: #3BB3C3; border-radius: 1rem;
border: 0.2rem solid #222222; }
.about-video .videos::-webkit-scrollbar-thumb:hover {
background-color: #2DAAB2; }
.about-video .video-card{
display: flex;
flex-direction: column;
flex-shrink: 0;
gap: 2.6rem;
width: 33.8rem;
}
.about-video .video-card .video-frame{
width: 100%;
height: 14.93rem;
border-radius: 0.5rem;
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.about-video .description{
display: flex;
flex-direction: column;
gap: 1.5rem;
}
.about-video .description .top-label{
color: rgb(204, 204, 204);
font-size: 1.6rem;
font-weight: 700;
}
.about-video .description .bottom-label{
color: rgb(204, 204, 204);
font-size: 1.4rem;
}
.about-contacts{
margin-top: 6rem;
padding: 0 9rem;
display: flex;
flex-direction: column;
align-items: center;
gap: 4.9rem;
}
.about-contacts .contacts-header{
display: flex;
flex-direction: column;
align-items: center;
gap: 2rem;
width: 45.6rem;
}
.about-contacts .contacts-header .top-label{
color: rgb(33, 165, 181);
font-size: 3.2rem;
font-weight: 700;
text-transform: uppercase;
}
.about-contacts .contacts-header .contact-link{
color: rgb(33, 165, 181);
}
.about-contacts .contacts-header .bottom-label{
font-size: 1.4rem;
font-weight: 400;
text-align: center;
}
.about-contacts .contacts-body{
display: flex;
gap: 5.1rem;
}
.about-contacts .contact-form{
width: 20rem;
display: flex;
flex-direction: column;
align-items: center;
gap: 1.5rem;
padding: 1.9rem 1.5rem 1.9rem 1.5rem;
border-radius: 5px;
background: rgb(51, 50, 51);
}
.about-contacts .contact-form .title{
font-size: 1.2rem;
font-weight: 700;
text-align: center;
}
.about-contacts .contact-form input, .about-contacts .contact-form textarea {
width: 100%;
background: rgb(64, 64, 64);
font-size: 1rem;
border: 0.1rem solid rgb(64, 64, 64);
}
.about-contacts .contact-form input{
border-radius: 1.5rem;
padding: 0.5rem 0.9rem;
}
.about-contacts .contact-form textarea{
border-radius: 0.3rem;
padding: 0.7rem 0.9rem;
resize: none;
height: 9.2rem;
}
.about-contacts .contact-form input:focus, .about-contacts .contact-form textarea:focus {
outline: none;
border: 0.1rem solid #00bcd4;
}
.about-contacts .contact-form button {
background-color: rgb(33, 165, 181);
padding: 0.8rem 1.1rem;
border-radius: 1.5rem;
font-size: 1rem;
font-weight: 700;
text-align: center;
cursor: pointer;
border: none;
}
.about-contacts .contact-form button:hover {
background-color: #0097a7;
}
.about-contacts .right-group{
width: 47.7rem;
display: flex;
flex-direction: column;
align-items: center;
gap: 4.4rem;
}
.about-contacts .communication-methods{
display: flex;
flex-direction: row;
gap: 0.3rem;
}
.about-contacts .single-method{
display: flex;
flex-direction: column;
align-items: center;
gap: 1rem;
width: 15.7rem;
}
.about-contacts .single-method img{
width: 2.4rem;
height: 2.4rem;
}
.about-contacts .single-method a{
color: rgb(217, 217, 217);
font-size: 1rem;
text-align: center;
}
.about-contacts .map-container{
width: 42.38rem;
height: 16.583rem;
}
.about-contacts .map-container iframe{
background: rgb(255, 255, 255);
border-radius: 0.5rem;
}
.about-contacts-more{
margin-top: 8.2rem;
padding: 0 22.6rem;
display: flex;
flex-direction: column;
gap: 3.6rem;
}
.about-contacts-more .first-block{
display: flex;
flex-direction: column;
align-items: center;
gap: 2rem;
}
.about-contacts-more .first-block .top-label{
color: rgb(33, 165, 181);
font-size: 3.2rem;
font-weight: 700;
text-transform: uppercase;
}
.about-contacts-more .first-block .bottom-label{
color: rgb(217, 217, 217);
font-size: 1.4rem;
text-align: center;
}
.about-contacts-more .second-block{
display: flex;
gap: 3.5rem;
justify-content: center;
}
.about-contacts-more .second-block img{
width: 3.7rem;
height: 3.7rem;
}
@media (max-width: 767.9808px) {
.about-block{
height: 22.5rem;
padding-top: 13.75rem;
padding-left: 2.1rem;
}
.about-block .background{
height: 35.9rem;
width: 28.3rem;
}
.about-block-content{
width: 36.5rem;
height: 4.3rem;
gap: 0;
}
.about-block .first-label{
color: #FFFFFF;
font-size: 4.8rem;
}
.about-block .second-label{
width: 34.7rem;
height: 5.5rem;
font-size: 1.4rem;
}
.about-advantages {
padding: 0 0 1rem 0;
justify-content: start;
margin: 5rem 1.5rem 0;
overflow-x: auto;
gap: 2.5rem;
}
.about-advantages .advantage-block{
width: 16.124rem;
flex-shrink: 0;
}
.about-advantages::-webkit-scrollbar {
height: 1.2rem;
}
.about-advantages::-webkit-scrollbar-track {
background: #222222;
border-radius: 1rem;
}
.about-advantages::-webkit-scrollbar-thumb {
background-color: #3BB3C3;
border-radius: 1rem;
border: 0.2rem solid #222222;
}
.about-advantages::-webkit-scrollbar-thumb:hover {
background-color: #2DAAB2;
}
.about-video {
margin-top: 4.3rem;
padding: 0 2rem;
}
.about-video .videos {
flex-direction: column;
gap: 2rem;
overflow-x: unset;
}
.about-video .video-card {
width: unset;
}
.about-video .videos > *:nth-child(n+4) {
display: none;
}
.about-contacts{
padding: 0;
margin-top: 4rem;
}
.about-contacts .contacts-header {
width: unset;
}
.about-contacts .contacts-header .bottom-label{
padding: 0 1.3rem;
}
.about-contacts .right-group{
display: none;
}
.about-contacts .map-container{
display: none;
}
.about-contacts .single-method {
gap: 1.4rem;
width: 19.6rem;
}
.about-contacts .contacts-body{
height: 60.3rem;
}
.about-contacts-more{
display: none;
}
.about-contacts .contact-form{
width: 39.3rem;
height: 63.7rem;
gap: 2.5rem;
padding: 3.4rem 3rem 0 3rem;
}
.about-contacts .contact-form .title{
font-size: 2rem;
}
.about-contacts .contact-form textarea{
border-radius: 1.5rem;
}
.about-contacts .contact-form input, .about-contacts .contact-form textarea{
padding: 0.738rem 1.7rem;
font-size: 1.4rem;
height: 2.951rem;
}
.about-contacts .contact-form button{
width: 100%;
font-size: 1.6rem;
}
.about-contacts .communication-methods{
flex-direction: column;
gap: 1.8rem;
}
.about-contacts .single-method a{
font-size: 1.4rem;
}
.about-contacts .single-method img{
width: 2.2rem;
height: 2.2rem;
}
.about-contacts-more-mob{
margin-top: 5.496rem;
display: flex;
flex-direction: column;
gap: 3.6rem;
}
.about-contacts-more-mob .first-block{
display: flex;
flex-direction: column;
align-items: center;
gap: 2rem;
}
.about-contacts-more-mob .second-block{
display: flex;
gap: 3.5rem;
justify-content: center;
}
.about-contacts-more-mob .first-block .top-label{
color: rgb(33, 165, 181);
font-size: 3.2rem;
font-weight: 700;
line-height: 3.2rem;
text-transform: uppercase;
}
.about-contacts-more-mob .first-block .bottom-label{
color: rgb(217, 217, 217);
font-size: 1.4rem;
text-align: center;
}
.about-contacts-more-mob .second-block img{
width: 3.7rem;
height: 3.7rem;
}
} .breadcrumbs{
margin-top: 3.8rem;
padding: 0 4rem;
color: rgb(204, 204, 204);
font-size: 1.6rem;
}
@media (max-width: 767.9808px) {
.breadcrumbs{
margin-top: 5rem;
padding: 0 2rem;
}
}
.product-content{
margin-top: 3.3rem;
display: flex;
gap: 3.3rem;
padding: 0 3.4rem 0 4.5rem;
}
.product-content .gallery-part{
width: 36.18rem;
display: flex;
flex-direction: column;
gap: 0.92rem;
flex-shrink: 0;
}
.product-content .gallery-part .image-container{
width: 36.2rem;
height: 40.65rem;
background: url(//force-time.ru/wp-content/themes/force-theme/images/frame gloves.png);
background-size: contain;
padding: 3rem 3rem 3rem 4.3rem;
display: flex;
justify-content: center;
}
.product-content .gallery-part .image-container img{
height: 100%;
object-fit: contain;
opacity: 1;
transition: opacity 0.3s ease-in-out;
}
.product-content .gallery-part .image-container img.fade-out {
opacity: 0;
}
.product-content .variants{
display: flex;
justify-content: center;
gap: 0.61rem;
}
.product-content .variant-container{
background: rgb(51, 50, 51);
width: 5.8rem;
height: 5.8rem;
padding: 0.5rem;
display: flex;
justify-content: center;
cursor: pointer;
}
.product-content .variant-container img{
height: 100%;
object-fit: contain;
}
.product-content .description-part{
flex: 1;
}
.product-content .description-part .top-part{
display: flex;
justify-content: space-between;
gap: 2rem;
}
.product-content .description-part .top-part .title{
color: rgb(33, 165, 181);
font-size: 3.2rem;
font-weight: 700;
flex: 1;
}
.product-content .description-part .top-part .rating{
flex-shrink: 0;
}
.product-content .description-part .star{
width: 1.6rem;
height: 1.5rem;
}
.product-content .description-part .prices{
display: flex;
flex-direction: column;
justify-content: space-between;
gap: 2rem;
margin-top: 2rem;
}
.product-content .description-part .price-block{
display: flex;
gap: 1rem;
font-size: 1.6rem;
}
.product-content .description-part .price-block .price{
color: rgb(204, 204, 204);
}
.product-content .description-part .price-block .marketplace{
color: rgb(33, 165, 181);
}
.product-content .params{
margin-top: 2rem;
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 1rem 2rem;
}
.product-content .params .color{
color: rgb(204, 204, 204);
font-size: 1.6rem;
display: flex;
gap: 1.1rem;
}
.product-content .params .color .marks{
display: flex;
gap: 0.5rem;
}
.product-content .params .color .mark{
width: 1.5rem;
height: 1.5rem;
border: 0.1rem solid rgba(255, 255, 255, 0.5);
border-radius: 50%;
cursor: pointer;
}
.product-content .params .size{
display: flex;
gap: 1rem;
align-items: center;
}
.product-content .params .size span{
color: rgb(204, 204, 204);
font-size: 1.6rem;
}
.product-content .params .size .marks{
display: flex;
gap: 0.6rem;
}
.product-content .params .size .mark{
min-width: 2.9rem;
height: 2.3rem;
border-radius: 0.5rem;
background: rgb(217, 217, 217);
color: rgb(51, 50, 51);
font-size: 1.2rem;
text-align: center;
padding: 0.7rem 0.4rem 0.4rem;
}
.product-content .params .appointment{
display: flex;
gap: 1rem;
align-items: center;
}
.product-content .params .appointment span{
color: rgb(204, 204, 204);
font-size: 1.6rem;
}
.product-content .params .appointment .marks{
display: flex;
gap: 0.6rem;
}
.product-content .params .appointment .mark{
width: 2.4rem;
height: 2.4rem;
object-fit: contain;
}
.product-content .description-part .description{
width: 42.298rem;
margin-top: 1rem;
background: url(//force-time.ru/wp-content/themes/force-theme/images/border-description.png) no-repeat;
padding: 3.4rem 2rem;
height: 24.6rem;
background-size: contain;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.product-content .description-part .description .top-label{
font-size: 1.4rem;
color: rgb(204, 204, 204);
max-height: 15rem;
overflow: auto;
}
.product-content .description .top-label::-webkit-scrollbar {
width: 0.8rem; }
.product-content .description .top-label::-webkit-scrollbar-track {
background: #0D0D0D; border-radius: 0.4rem;
}
.product-content .description .top-label::-webkit-scrollbar-thumb {
background-color: #1E6F77; border-radius: 0.4rem;
border: 0.1rem solid #0D0D0D; }
.product-content .description .top-label::-webkit-scrollbar-thumb:hover {
background-color: #3BB3C3; }
.product-content .description-part .description .bottom-label{
font-size: 1.4rem;
font-weight: 700;
color: rgb(33, 165, 181);
text-transform: uppercase;
}
.product-more{
margin-top: 6.6rem;
padding: 0 7rem;
}
.product-more .cards{
display: flex;
gap: 4rem;
width: 77rem;
overflow: auto;
padding-bottom: 1rem;
}
.product-more .cards::-webkit-scrollbar {
height: 0.9rem;
}
.product-more .cards::-webkit-scrollbar-track {
background: #101010;
border-radius: 0.8rem;
}
.product-more .cards::-webkit-scrollbar-thumb {
background-color: #1E6F77;
border-radius: 0.8rem;
border: 0.1rem solid #101010;
}
.product-more .cards::-webkit-scrollbar-thumb:hover {
background-color: #2DAAB2;
}
.product-more .cards .card-container{
flex-shrink: 0;
display: flex;
width: 16.1rem;
flex-direction: column;
gap: 2.5rem;
}
.product-more .cards .photo-container{
background: url(//force-time.ru/wp-content/themes/force-theme/images/more-border.png) no-repeat;
background-size: contain;
padding: 1.1rem;
}
.product-more .cards .card-container img{
height: 100%;
object-fit: contain;
}
.product-more .cards .card-container span{
color: rgb(204, 204, 204);
font-size: 1.6rem;
text-align: center;
}
@media (max-width: 767.9808px) {
.page-product .breadcrumbs{
font-size: 1.6rem;
padding: 0 1.3rem;
}
.product-content{
flex-direction: column;
padding: 0 1.8rem 0 1.3rem;
}
.product-content .params{
margin-bottom: 4.1rem;
}
.product-content .gallery-part{
width: 36.182rem;
}
.product-more{
padding: 0 1.8rem 0 1.3rem;
}
.product-more .cards{
width: unset;
display: grid;
grid-template-columns: repeat(2, 1fr);
overflow: unset;
gap: 3rem 4rem;
}
.product-content .description-part .top-part{
margin-bottom: 3rem;
}
.product-content .description-part .description{
width: unset;
height: unset;
padding: 2.4rem 2rem;
}
.product-content .description-part .description .bottom-label{
display: none;
}
.product-content .description-part .description .top-label{
max-height: 16rem;
}
.product-content .description .top-label::-webkit-scrollbar{
width: 0.401rem;
}
.cards .card-container:nth-child(5) {
display: none;
}
.product-more .cards .card-container {
gap: 1.5rem;
width: 14.8rem;
}
.product-more .cards .photo-container {
aspect-ratio: 161 / 172;
}
} @media (max-width: 767.9808px) {
html {
font-size: calc(100vw / 393 * 10);
}
} @media (max-width: 767.9808px) {
.promo-banner{
display: none;
}
} .site-header-mob{
display: none;
}
.mobile-nav-wrapper {
overflow: hidden;
max-height: 0;
transition: max-height 0.5s ease-in-out;
}
.mobile-nav {
padding: 3.6rem 3.2rem;
}
@media (max-width: 767.9808px) {
.site-header{
display: none;
}
.site-header-mob{
display: block;
}
.site-header-mob .first-block{
display: flex;
justify-content: space-between;
align-items: center;
padding: 0 2rem;
}
.site-header-mob .site-logo{
width: 8.5rem;
}
.ico-menu-open{
height: 1.6rem;
cursor: pointer;
}
.ico-menu-open.active{
height: 3.2rem;
}
.site-header-mob .mobile-nav{
display: flex;
flex-direction: column;
gap: 2rem;
color: rgb(204, 204, 204);
font-size: 2rem;
font-weight: 700;
}
} .footer{
margin-top: 4rem;
padding: 3.1rem 3.9rem 2.7rem 4rem;
display: flex;
gap: 7.4rem;
justify-content: space-between;
background: rgb(32, 32, 32);
}
.footer .first-group{
display: flex;
flex-direction: column;
gap: 2.4rem;
color: rgb(217, 217, 217);
font-size: 1.6rem;
font-weight: 700;
}
.footer .second-group{
display: flex;
flex-direction: column;
gap: 2.3rem;
}
.footer .second-group .item img {
position: absolute;
bottom: 10%;
}
.footer .second-group .item:nth-child(1) img {
width: 2rem;
}
.footer .second-group .item:nth-child(2) img {
width: 1.52rem;
}
.footer .second-group .item:nth-child(3) img {
width: 2.2rem;
}
.footer .second-group .item{
color: rgb(217, 217, 217);
display: flex;
position: relative;
}
.footer .second-group .item-info{
padding-left: 5rem;
display: flex;
flex-direction: column;
gap: 0.8rem;
}
.footer .second-group .item-title{
font-size: 1.3rem;
}
.footer .second-group .item-value{
font-size: 1.6rem;
max-width: 20rem;
}
.footer .third-group{
display: flex;
flex-direction: column;
justify-content: space-between;
}
.footer .third-group .top-part{
display: flex;
flex-direction: column;
}
.footer .third-group .mail-btn{
display: flex;
align-items: center;
height: 4.7rem;
border-radius: 10rem;
background: rgb(33, 165, 181);
font-size: 2rem;
font-weight: 700;
padding: 0 2.7rem;
text-decoration-line: underline;
justify-content: center;
}
.footer .third-group span{
color: rgb(217, 217, 217);
font-size: 1.6rem;
text-align: center;
margin-top: 1.5rem;
}
.footer .third-group .social{
display: flex;
gap: 3.5rem;
justify-content: center;
}
.footer .third-group .social img{
width: 3.7rem;
height: 3.7rem;
}
@media (max-width: 767.9808px) {
.footer{
padding: 4.4rem 2.9rem;
flex-direction: column;
gap: 0;
}
.footer .first-group{
display: none;
}
.footer .third-group {
display: contents;
}
.footer .third-group .top-part {
order: 1;
}
.footer .second-group {
order: 2;
margin-top: 2.7rem;
}
.footer .third-group .social {
order: 3;
margin-top: 4rem;
}
.footer .third-group .mail-btn {
height: 4.3rem;
font-weight: 400;
padding: 0 2.7rem;
}
.footer .third-group span {
font-size: 1.4rem;
margin-top: 0.9rem;
}
.footer .third-group span::after {
content: '';
display: block;
width: 100%;
border: 0.1rem solid rgb(255, 255, 255);
margin-top: 1.75rem;
}
.footer .second-group .item-info {
padding-left: 4rem;
}
.footer .second-group .item-title {
font-size: 1.4rem;
}
.footer .second-group .item-value {
font-size: 2rem;
max-width: 25rem;
}
.footer .second-group .item img {
bottom: 30%;
}
} .news-page-title{
color: rgb(204, 204, 204);
font-size: 1.6rem;
font-weight: 700;
padding: 0 4rem;
margin-top: 4.2rem;
}
.news-cards{
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 3.6rem 2.6rem;
padding: 0 3.3rem;
margin-top: 2.2rem;
}
.news-cards-item:first-child {
grid-column: span 2;
border-radius: 1rem;
height: 28.8rem;
background-size: cover !important;
padding: 1.1rem 1.8rem;
display: flex;
flex-direction: column;
justify-content: flex-end;
gap: 1.4rem;
}
.news-cards-item:first-child .item-title {
width: 27.1rem;
}
.news-cards-item .item-title{
font-size: 1.6rem;
font-weight: 700;
line-height: 2.4rem;
}
.news-cards-item .item-date{
color: rgb(204, 204, 204);
font-size: 1.2rem;
}
.news-cards-item:not(:first-child) {
border-radius: 1rem;
background: rgb(51, 50, 51);
}
.news-cards-item:not(:first-child) img {
border-radius: 1rem;
aspect-ratio: 263 / 191;
object-fit: cover;
}
.news-cards-item:not(:first-child) .item-info {
display: flex;
flex-direction: column;
gap: 1.4rem;
padding: 1.5rem 0.8rem;
}
.news-cards-item:not(:first-child) .item-info .item-title {
height: 4.48rem;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}
.news-pagination{
margin-top: 5rem;
display: flex;
justify-content: center;
gap: 2rem;
align-items: center;
font-size: 2rem;
}
.news-pagination .page-numbers.current {
color: rgb(33, 165, 181);
font-weight: 700;
}
.news-pagination img {
width: 0.7rem;
cursor: pointer;
filter: invert(1);
}
@media (max-width: 767.9808px) {
.news-page-title{
padding: 0 2rem;
}
.news-cards {
padding: 0 2rem;
grid-template-columns: repeat(1, 1fr);
}
.news-cards-item:first-child {
grid-column: unset;
height: 25.6rem;
gap: 1.2rem;
padding: 1rem 1.2rem;
}
.news-cards-item:not(:first-child) .item-info {
gap: 1.2rem;
padding: 1.3rem 1.2rem;
}
.news-cards-item:not(:first-child) .item-info .item-title {
height: unset;
}
} .single-news-head{
margin-top: 4.2rem;
display: flex;
flex-direction: column;
padding: 0 4rem;
gap: 1.2rem;
}
.single-news-head .title{
color: rgb(33, 165, 181);
font-size: 3.2rem;
font-weight: 700;
}
.single-news-head .date{
color: rgb(204, 204, 204);
font-size: 1.2rem;
}
.single-news-content{
margin-top: 4.2rem;
padding-left: 4rem;
width: 68.6rem;
color: rgb(204, 204, 204);
font-size: 1.4rem;
line-height: 1.6rem;
}
.single-news-container{
margin-top: 2.9rem;
padding: 0 4rem;
}
.single-news-container .title{
color: rgb(33, 165, 181);
font-size: 2rem;
font-weight: 700;
text-transform: uppercase;
}
.single-news-gallery{
margin-top: 1.8rem;
padding-left: 3.19rem;
}
.single-news-gallery .cards{
display: flex;
gap: 4rem;
width: 77rem;
overflow: auto;
padding-bottom: 1rem;
}
.single-news-gallery .cards::-webkit-scrollbar {
height: 0.9rem;
}
.single-news-gallery .cards::-webkit-scrollbar-track {
background: #101010;
border-radius: 0.8rem;
}
.single-news-gallery .cards::-webkit-scrollbar-thumb {
background-color: #1E6F77;
border-radius: 0.8rem;
border: 0.1rem solid #101010;
}
.single-news-gallery .cards::-webkit-scrollbar-thumb:hover {
background-color: #2DAAB2;
}
.single-news-gallery .cards .card-container{
flex-shrink: 0;
display: flex;
width: 16.1rem;
flex-direction: column;
gap: 2.5rem;
}
.single-news-gallery .cards .photo-container{
background: url(//force-time.ru/wp-content/themes/force-theme/images/more-border.png) no-repeat;
background-size: contain;
aspect-ratio: 161 / 172;
}
.single-news-gallery .cards .card-container img{
height: 100%;
object-fit: contain;
border-radius: 1.9rem;
padding: 0.5rem;
aspect-ratio: 161 / 172;
object-fit: cover;
}
.single-news-gallery .cards .card-container span{
color: rgb(204, 204, 204);
font-size: 1.6rem;
text-align: center;
}
.single-news-video {
margin-top: 1.8rem;
width: 83.1rem;
height: 35.35rem;
box-shadow: 0 0.4rem 0.4rem 0 rgba(0, 0, 0, 0.25);
background: #272727;
border-radius: 1rem;
}
.single-news-video iframe{
width: 100%;
height: 100%;
border-radius: 1rem;
}
.single-news-gallery.catalog .cards{
display: flex;
gap: 1.2rem;
}
.single-news-gallery.catalog .card{
width: 19.8rem;
height: 27.7rem;
background-size: cover;
border: 0.1rem solid #1E96A5;
border-radius: 2.4rem;
position: relative;
overflow: hidden;
}
.single-news-gallery.catalog .card::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(
0deg,
rgba(28, 28, 28, 0.8) 0%,
rgba(28, 28, 28, 0.5) 100%
);
pointer-events: none; }
.single-news-gallery.catalog .card-name{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
color: rgb(204, 204, 204);
font-size: 2.4rem;
font-weight: 700;
text-align: center;
width: 80%;
}
.single-news-gallery.catalog .card-date{
position: absolute;
bottom: 1.4rem;
left: 50%;
transform: translateX(-50%);
color: rgb(204, 204, 204);
font-size: 1.4rem;
font-weight: 400;
text-align: center;
width: 80%;
}
@media (max-width: 767.9808px) {
.single-news-head {
margin-top: 2.1rem;
padding: 0 2rem;
gap: 1.1rem;
}
.single-news-head .title {
font-size: 3.1rem;
}
.single-news-content {
margin-top: 2.1rem;
padding: 0 2rem;
width: unset;
font-size: 1.4rem;
line-height: 1.4rem;
}
.single-news-container {
margin-top: 4.4rem;
padding: 0 2rem;
}
.single-news-gallery {
margin-top: 1.8rem;
padding-left: 0;
}
.single-news-video {
margin-top: 1.8rem;
width: 34.5rem;
height: 14.93rem;
box-shadow: 0 0.4rem 0.4rem 0 rgba(0, 0, 0, 0.25);
background: #272727;
border-radius: 1rem;
}
.single-news-gallery .cards {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 3.9rem 1.8rem;
width: unset;
overflow: unset;
padding-bottom: unset;
}
.single-news-gallery .cards .card-container {
gap: 1.4rem;
}
.single-news-gallery-mobile{
background: url(//force-time.ru/wp-content/themes/force-theme/images/more-border.png) no-repeat;
background-size: contain;
margin-top: 3rem;
aspect-ratio: 354 / 378;
position: relative;
}
.single-news-gallery-mobile img{
border-radius: 4.7rem;
padding: 1rem 1rem;
aspect-ratio: 161 / 172;
object-fit: cover;
}
.single-news-gallery-mobile .main-slider-pagination {
position: absolute;
bottom: 4rem;
left: 50%;
transform: translateX(-50%);
}
.main-slider-pagination {
flex-wrap: wrap;
}
.single-news-gallery.catalog .cards{
display: grid;
grid-template-columns: repeat(2, 1fr);
}
.single-news-gallery.catalog .card{
width: 16.68rem;
height: 23.335rem;
}
} .size-page-title{
margin-top: 3.8rem;
color: rgb(204, 204, 204);
font-size: 1.6rem;
font-weight: 700;
padding: 0 4rem;
}
.size-page-content{
padding: 0 4rem;
margin-top: 3.2rem;
display: flex;
flex-direction: row;
gap: 8.1rem;
margin-bottom: 10rem;
}
.size-page-content .left-group{
display: flex;
flex-direction: column;
gap: 2.2rem;
width: 37.3rem;
}
.size-page-content .left-group .title{
color: rgb(33, 165, 181);
font-size: 3.2rem;
font-weight: 700;
}
.size-page-content .left-group ol{
font-size: 1.4rem;
line-height: 2.4rem;
list-style-position: inside;
}
.size-page-content .pdf-btn{
display: flex;
align-items: center;
height: 3.2rem;
width: 17.5rem;
border-radius: 10rem;
background: rgb(64, 64, 64);
font-size: 1.6rem;
font-weight: 700;
padding: 0 1rem;
justify-content: center;
}
.size-page-content .right-group{
height: 28.7rem;
width: 35.7rem;
}
@media (max-width: 767.9808px) {
.size-page-title{
margin-top: 4.8rem;
padding: 0 2rem;
}
.size-page-content{
margin-top: 3.6rem;
flex-direction: column;
gap: 1rem;
padding: 0 2rem;
margin-bottom: 2rem;
}
.size-page-content .left-group{
width: unset;
}
.size-page-content .right-group{
height: 54rem;
width: 35.2rem;
}
}
@media (max-width: 760px){
.main-reviews .cards-item:first-child{
height: auto;
}
.about-contacts .contacts-body{
height: auto;
}
.about-contacts .contact-form{
height: auto;
}
}
.about-contacts .contact-form input.error {
border: 1px solid #ff0000;
}
label.error {
color: #ff0000;
font-weight: normal;
font-size: 13px;
}