@import url("https://fonts.googleapis.com/css2?family=Geologica:wght,CRSV@100..900,0&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
vertical-align: baseline;
font-family: "Geologica", sans-serif;
font-optical-sizing: auto;
}
html {
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
img, fieldset, a img {
border: none;
}
input[type=text], input[type=email], input[type=tel] {
-webkit-appearance: none;
}
textarea {
-webkit-appearance: none;
}
input[type=submit], button {
cursor: pointer;
}
input[type=submit]::-moz-focus-inner, button::-moz-focus-inner {
padding: 0;
border: 0;
}
textarea {
overflow: auto;
}
input {
margin: 0;
padding: 0;
border: 0;
}
button {
margin: 0;
padding: 0;
border: 0;
}
button:disabled {
background: #242424;
}
sub {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
top: -0.5em;
bottom: -0.5em;
}
a {
text-decoration: none;
}
div, input, textarea, select, button, img, li, i, h1, h2, h3, h4, h5, h6, a, span, a:focus {
outline: none !important;
-webkit-tap-highlight-color: transparent;
}
div, section {
display: block;
}
ul {
list-style-type: none;
}
ol {
margin: 0;
padding: 0;
border: 0;
vertical-align: baseline;
}
table {
border-spacing: 0;
border-collapse: collapse;
}
html {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
* {
-webkit-box-sizing: inherit;
box-sizing: inherit;
}
*:before, *:after {
-webkit-box-sizing: inherit;
box-sizing: inherit;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder, input::-moz-placeholder, textarea::-moz-placeholder, input:-moz-placeholder, textarea:-moz-placeholder, input:-ms-input-placeholder, textarea:-ms-input-placeholder {
opacity: 1;
-webkit-transition: opacity 0.2s ease;
-o-transition: opacity 0.2s ease;
-moz-transition: opacity 0.2s ease;
-ms-transition: opacity 0.2s ease;
transition: opacity 0.2s ease;
color: rgba(0, 0, 0, 0.5);
}
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder, input:focus::-moz-placeholder, textarea:focus::-moz-placeholder, input:focus:-moz-placeholder, textarea:focus:-moz-placeholder, input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
opacity: 0;
-webkit-transition: opacity 0.2s ease;
-o-transition: opacity 0.2s ease;
-moz-transition: opacity 0.2s ease;
-ms-transition: opacity 0.2s ease;
transition: opacity 0.2s ease;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
textarea::-webkit-outer-spin-button, textarea::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
@media (prefers-reduced-motion: reduce) {
* {
-webkit-transition: none !important;
-o-transition: none !important;
transition: none !important;
}
}
@media screen and (max-width: 767px) {
* {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
}
button, input, textarea {
font-family: "TT Hoves", sans-serif;
font-weight: 400;
background: transparent;
}
b, strong {
font-weight: 700;
}
svg path, svg circle  {
-webkit-transition: fill 0.5s, stroke 0.5s;
-o-transition: fill 0.5s, stroke 0.5s;
transition: fill 0.5s, stroke 0.5s;
}
html {
overflow-x: hidden;
overflow-y: auto;
}
body {
--black: #000;
--accent: #BF0BEA;
--white: #fff;
--gray: #202020;
width: 100%;
line-height: 1.4;
min-height: 100vh;
font-family: "Manrope", sans-serif;
font-weight: 400;
color: #191919;
background: var(--white);
position: relative;
overflow-x: hidden;
}
.row {
width: 100%;
max-width: 1560px;
padding: 0 20px;
margin: 0 auto;
}
.btn {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding: 0 40px;
height: 66px;
background: var(--accent);
border-radius: 6px;
font-size: 15px;
font-weight: 600;
text-transform: uppercase;
color: var(--white);
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
white-space: nowrap;
-webkit-transition: -webkit-box-shadow 0.5s;
transition: -webkit-box-shadow 0.5s;
-o-transition: box-shadow 0.5s;
transition: box-shadow 0.5s;
transition: box-shadow 0.5s, -webkit-box-shadow 0.5s;
}
.btn.arrow::after {
content: "";
float: right;
margin: auto 0 auto 10px;
width: 11px;
height: 11px;
background: url(//obyomka.pro/wp-content/themes/obyomka/img/icon-arrow2-white.svg) center/contain no-repeat;
-webkit-transition: -webkit-transform 0.5s;
transition: -webkit-transform 0.5s;
-o-transition: transform 0.5s;
transition: transform 0.5s;
transition: transform 0.5s, -webkit-transform 0.5s;
}
.btn.border {
background: transparent;
border: 1px solid rgba(80, 212, 250, 0.2);
text-transform: none;
color: var(--black);
font-weight: 500;
}
.btn.border::after {
background-image: url(//obyomka.pro/wp-content/themes/obyomka/img/icon-arrow2-black.svg);
}
.btn.gray {
color: var(--black);
background: rgba(0, 0, 0, 0.1);
border-radius: 30px;
height: 50px;
padding: 0 10px;
}
.header {
position: fixed;
width: 100%;
top: 0;
left: 0;
right: 0;
z-index: 101;
-webkit-transition: background 0.5s, padding 0.5s, -webkit-box-shadow 0.5s;
transition: background 0.5s, padding 0.5s, -webkit-box-shadow 0.5s;
-o-transition: background 0.5s, box-shadow 0.5s, padding 0.5s;
transition: background 0.5s, box-shadow 0.5s, padding 0.5s;
transition: background 0.5s, box-shadow 0.5s, padding 0.5s, -webkit-box-shadow 0.5s;
}
.header__top {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-flow: wrap;
flex-flow: wrap;
width: 100%;
padding: 15px 0;
-webkit-transition: padding 0.5s;
-o-transition: padding 0.5s;
transition: padding 0.5s;
}
.header__top .header__logo {
display: none;
}
.header__soc {
float: left;
margin: auto 0;
}
.header__soc li {
float: left;
margin-right: 8px;
}
.header__soc li:last-child {
margin: 0;
}
.header__soc li a {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 40px;
height: 40px;
border-radius: 50%;
background: rgba(255, 255, 255, 0.07);
-webkit-transition: background 0.5s;
-o-transition: background 0.5s;
transition: background 0.5s;
}
.header__soc li a img, .header__soc li a svg {
display: block;
width: auto;
height: auto;
margin: auto;
}
.header__email {
float: left;
margin: auto 0 auto 20px;
padding-left: 45px;
font-size: 15px;
line-height: 20px;
font-weight: 500;
color: var(--white);
position: relative;
border-left: 1px solid rgba(255, 255, 255, 0.1);
-webkit-transition: border 0.5s, color 0.5s;
-o-transition: border 0.5s, color 0.5s;
transition: border 0.5s, color 0.5s;
}
.header__email::before {
content: "";
position: absolute;
width: 19px;
height: 14px;
background: url(//obyomka.pro/wp-content/themes/obyomka/img/icon-email.svg) center/contain no-repeat;
top: calc(50% - 7px);
left: 18px;
}
.header__link {
float: right;
margin: auto 0 auto auto;
}
.header__link-item {
float: left;
width: 40px;
height: 40px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-right: 5px;
-webkit-transition: opacity 0.5s;
-o-transition: opacity 0.5s;
transition: opacity 0.5s;
}
.header__link-item:last-child {
margin: 0;
}
.header__link-item img, .header__link-item svg {
display: block;
width: auto;
height: auto;
margin: auto;
}
.header__cart {
float: left;
margin: auto 0 auto 10px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
cursor: pointer;
-webkit-transition: opacity 0.5s;
-o-transition: opacity 0.5s;
transition: opacity 0.5s;
}
.header__cart-icon {
float: left;
width: 40px;
height: 40px;
background: url(//obyomka.pro/wp-content/themes/obyomka/img/icon-cart.svg) center no-repeat;
position: relative;
-webkit-transition: background 0.5s;
-o-transition: background 0.5s;
transition: background 0.5s;
}
.header__cart-icon span {
position: absolute;
width: 16px;
height: 15px;
top: 0;
right: 0;
background: var(--accent);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
text-align: center;
font-weight: 500;
font-size: 10px;
color: var(--white);
border-radius: 4px;
}
.header__cart-name {
float: left;
padding-left: 10px;
font-size: 14px;
font-weight: 500;
color: var(--white);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-transition: color 0.5s;
-o-transition: color 0.5s;
transition: color 0.5s;
}
.header__base {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-flow: wrap;
flex-flow: wrap;
padding: 14px;
background: #010319;
border-radius: 8px;
-webkit-transition: padding 0.5s, background 0.5s;
-o-transition: padding 0.5s, background 0.5s;
transition: padding 0.5s, background 0.5s;
}
.header__humb {
display: none;
}
.header__logo {
float: left;
margin: auto 0;
width: 219px;
height: auto;
}
.header__logo img {
display: block;
width: 100%;
height: auto;
}
.header__catalog {
float: left;
margin: auto 0 auto 40px;
position: relative;
}
.header__catalog-list {
position: absolute;
top: calc(100% + 10px);
-webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
background: var(--white);
border-radius: 6px;
padding: 10px;
margin-top: -10px;
opacity: 0;
visibility: hidden;
pointer-events: none;
-webkit-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;
}
.header__catalog-list ul {
display: block;
}
.header__catalog-list ul li {
display: block;
}
.header__catalog-list ul li.active a {
background: rgba(193, 34, 221, 0.1);
}
.header__catalog-list ul li a {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 100%;
border-radius: 4px;
height: 36px;
white-space: nowrap;
font-size: 15px;
color: #010318;
padding: 0 16px;
-webkit-transition: color 0.5s;
-o-transition: color 0.5s;
transition: color 0.5s;
}
.header__catalog-but {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
height: 48px;
border: 1px solid #c122dd;
border-radius: 6px;
padding: 0 20px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-transition: background 0.5s;
-o-transition: background 0.5s;
transition: background 0.5s;
}
.header__catalog-but.open {
background: var(--accent);
}
.header__catalog-but.open p {
color: var(--white) !important;
}
.header__catalog-but.open i {
background: rgba(255, 255, 255, 0);
}
.header__catalog-but.open i::before {
-webkit-transform: translateY(6px) rotate(45deg);
-ms-transform: translateY(6px) rotate(45deg);
transform: translateY(6px) rotate(45deg);
background: var(--white) !important;
}
.header__catalog-but.open i::after {
-webkit-transform: translateY(-6px) rotate(-45deg);
-ms-transform: translateY(-6px) rotate(-45deg);
transform: translateY(-6px) rotate(-45deg);
background: var(--white) !important;
}
.header__catalog-but.open + div {
opacity: 1;
visibility: visible;
margin: 0;
pointer-events: auto;
}
.header__catalog-but i {
float: left;
position: relative;
width: 19px;
height: 2px;
background: #fff;
border-radius: 3px;
margin: auto 0;
-webkit-transition: background 0.5s, width 0.4s;
-o-transition: background 0.5s, width 0.4s;
transition: background 0.5s, width 0.4s;
}
.header__catalog-but i::before, .header__catalog-but i::after {
content: "";
position: absolute;
width: 100%;
height: 2px;
background: #fff;
border-radius: 3px;
left: 0;
-webkit-transform: translateY(0) rotate(0deg);
-ms-transform: translateY(0) rotate(0deg);
transform: translateY(0) rotate(0deg);
-webkit-transition: background 0.5s, -webkit-transform 0.3s;
transition: background 0.5s, -webkit-transform 0.3s;
-o-transition: background 0.5s, transform 0.3s;
transition: background 0.5s, transform 0.3s;
transition: background 0.5s, transform 0.3s, -webkit-transform 0.3s;
}
.header__catalog-but i::before {
top: -6px;
}
.header__catalog-but i::after {
top: 6px;
}
.header__catalog-but p {
display: block;
padding-left: 11px;
font-weight: 600;
font-size: 15px;
color: var(--white);
-webkit-transition: color 0.5s;
-o-transition: color 0.5s;
transition: color 0.5s;
}
.header__nav {
float: left;
margin: auto;
}
.header__nav > ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.header__nav > ul > li {
margin-right: 30px;
position: relative;
}
.header__nav > ul > li:last-child {
margin: 0;
}
.header__nav > ul > li > a {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-weight: 300;
font-size: 15px;
padding: 10px 0;
color: var(--white);
-webkit-transition: color 0.5s;
-o-transition: color 0.5s;
transition: color 0.5s;
}
.header__nav > ul > li > a:has(+ ul)::after {
content: "";
float: right;
width: 12px;
height: 6px;
margin: auto 0 auto 8px;
background: url(//obyomka.pro/wp-content/themes/obyomka/img/icon-arrow1-white.svg) center/contain no-repeat;
-webkit-transition: background 0.5s, -webkit-transform 0.5s;
transition: background 0.5s, -webkit-transform 0.5s;
-o-transition: background 0.5s, transform 0.5s;
transition: background 0.5s, transform 0.5s;
transition: background 0.5s, transform 0.5s, -webkit-transform 0.5s;
}
.header__nav > ul > li ul {
position: absolute;
top: 100%;
-webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
background: var(--white);
border-radius: 6px;
padding: 10px;
margin-top: -10px;
opacity: 0;
visibility: hidden;
pointer-events: none;
-webkit-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;
}
.header__nav > ul > li ul li {
display: block;
}
.header__nav > ul > li ul li:hover:not(.active) a {
color: var(--accent);
}
.header__nav > ul > li ul li.active a {
background: rgba(193, 34, 221, 0.1);
}
.header__nav > ul > li ul li a {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 100%;
border-radius: 4px;
height: 36px;
white-space: nowrap;
font-size: 15px;
color: #010318;
padding: 0 16px;
-webkit-transition: color 0.5s;
-o-transition: color 0.5s;
transition: color 0.5s;
}
.header__phone {
float: right;
margin: auto 0;
height: 48px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 0 20px 0 40px;
border-radius: 6px;
border: 1px solid rgba(255, 255, 255, 0.1);
font-weight: 700;
font-size: 15px;
color: var(--white);
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: relative;
}
.header__phone::before {
content: "";
position: absolute;
width: 14px;
height: 20px;
top: calc(50% - 10px);
left: 16px;
background: url(//obyomka.pro/wp-content/themes/obyomka/img/icon-phone.svg) center/contain no-repeat;
}
.header__order {
margin: auto 0 auto 10px;
}
.header__order .btn {
height: 48px;
padding: 0 20px;
font-size: 13px;
}
.teaser {
position: relative;
width: 100%;
height: auto;
min-height: 100vh;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding-top: 100px;
}
.teaser.min {
padding: 240px 0 160px;
min-height: 800px;
}
.teaser__image {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 0;
background: #011224;
}
.teaser__image img {
display: block;
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
opacity: 0.8;
}
.teaser .row {
margin: auto;
}
.teaser__block {
width: 100%;
position: relative;
z-index: 2;
}
.teaser__title {
font-weight: 800;
font-size: 62px;
line-height: 110%;
color: var(--white);
margin-top: 30px;
}
.teaser__title:first-child {
margin-top: 0;
}
.teaser__desc {
display: block;
margin-top: 55px;
font-size: 18px;
font-weight: 500;
line-height: 160%;
color: var(--white);
}
.teaser__list {
display: block;
margin-top: 45px;
}
.teaser__list li {
display: block;
margin-top: 10px;
font-weight: 500;
font-size: 18px;
color: var(--white);
padding-left: 30px;
position: relative;
}
.teaser__list li:first-child {
margin: 0;
}
.teaser__list li::before {
content: "";
position: absolute;
width: 18px;
height: 16px;
left: 0;
top: calc(50% - 8px);
background: url(//obyomka.pro/wp-content/themes/obyomka/img/icon-list.svg) center/contain no-repeat;
}
.teaser__but {
margin-top: 50px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.title {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-flow: wrap;
flex-flow: wrap;
}
.title__name {
float: left;
margin: auto 0;
width: calc(100% - 300px);
font-size: 48px;
line-height: 125%;
color: #191919;
font-weight: 600;
}
.title__name.min {
font-size: 40px;
}
.title__name:first-child:last-child {
width: 100%;
}
.title__but {
float: right;
margin: auto 0 auto auto;
}
.service {
width: 100%;
background: #EDF1F4;
padding: 100px 0;
}
.service__block {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-flow: wrap;
flex-flow: wrap;
margin: 20px -10px 0;
width: calc(100% + 20px);
}
.service__block:first-child {
margin-top: -20px;
}
.service__item {
float: left;
width: calc(33.3333% - 20px);
margin: 20px 10px 0;
height: 360px;
border-radius: 8px;
overflow: hidden;
position: relative;
}
.service__item-image {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 0;
}
.service__item-image::before {
content: "";
position: absolute;
width: 100%;
height: 33%;
bottom: 0;
left: 0;
z-index: 2;
background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 9, 0)), to(#000009));
background: -o-linear-gradient(top, rgba(0, 0, 9, 0) 0%, #000009 100%);
background: linear-gradient(180deg, rgba(0, 0, 9, 0) 0%, #000009 100%);
}
.service__item-image img {
display: block;
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
-webkit-transition: -webkit-transform 0.5s;
transition: -webkit-transform 0.5s;
-o-transition: transform 0.5s;
transition: transform 0.5s;
transition: transform 0.5s, -webkit-transform 0.5s;
}
.service__item-name {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
padding: 27px 32px;
font-weight: 800;
font-size: 20px;
line-height: 120%;
color: var(--white);
z-index: 2;
text-transform: uppercase;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.service__item-name::after {
content: "";
float: right;
margin: auto 0 auto auto;
width: 18px;
height: 18px;
background: url(//obyomka.pro/wp-content/themes/obyomka/img/icon-arrow3-white.svg) center/contain no-repeat;
-webkit-transition: -webkit-transform 0.5s;
transition: -webkit-transform 0.5s;
-o-transition: transform 0.5s;
transition: transform 0.5s;
transition: transform 0.5s, -webkit-transform 0.5s;
}
.slick-slider {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-flow: wrap;
flex-flow: wrap;
width: 100%;
position: relative;
}
.slick-slider:has(.slick-dots) {
padding-bottom: 80px;
}
.slick-list {
width: 100%;
height: auto;
float: left;
}
.slick-track {
width: 100%;
height: auto;
}
.slick-arrow {
position: absolute;
width: 66px;
height: 66px;
border-radius: 50%;
background: #e9ecf3;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
font-size: 0;
z-index: 5;
-webkit-transition: background 0.5s;
-o-transition: background 0.5s;
transition: background 0.5s;
}
.slick-arrow.slick-disabled {
opacity: 0.3;
pointer-events: none;
}
.slick-arrow::before {
content: "";
display: block;
width: 16px;
height: 16px;
margin: auto;
background: url(//obyomka.pro/wp-content/themes/obyomka/img/icon-arrow3-black.svg) center/contain no-repeat;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.slick-prev {
left: 0;
}
.slick-prev::before {
-webkit-transform: scale(-1, 1) rotate(45deg);
-ms-transform: scale(-1, 1) rotate(45deg);
transform: scale(-1, 1) rotate(45deg);
}
.slick-next {
right: 0;
}
.slick-list {
width: 100%;
position: relative;
z-index: 0;
}
.slick-track {
width: 100%;
}
.products {
width: 100%;
padding: 85px 0;
overflow: hidden;
}
.products .title {
padding-right: 160px;
}
.products__slider {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-flow: wrap;
flex-flow: wrap;
position: relative;
margin-top: 15px;
}
.products__slider:has(.slick-dots) {
padding-bottom: 30px;
}
.products__slider .slick-track {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.products__slider .slick-arrow {
bottom: calc(100% + 16px);
}
.products__slider .slick-next {
right: -20px;
}
.products__slider .slick-prev {
right: 60px;
left: auto;
}
.products__slider .slick-dots {
position: absolute;
width: 400px;
bottom: 0;
left: calc(50% - 200px);
height: 3px;
background: #ebebeb;
border-radius: 2px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.products__slider .slick-dots li {
float: left;
width: 100%;
height: 100%;
background: #50d4fa;
font-size: 0;
opacity: 0;
-webkit-transition: opacity 0.5s;
-o-transition: opacity 0.5s;
transition: opacity 0.5s;
}
.products__slider .slick-dots li.slick-active {
opacity: 1;
}
.products__slider .slick-dots li button {
display: none;
}
.prod {
float: left;
width: 25%;
padding: 25px;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
border-radius: 8px;
background: var(--white);
z-index: 1;
-webkit-transition: -webkit-box-shadow 0.5s;
transition: -webkit-box-shadow 0.5s;
-o-transition: box-shadow 0.5s;
transition: box-shadow 0.5s;
transition: box-shadow 0.5s, -webkit-box-shadow 0.5s;
}
.prod__wish {
position: absolute;
width: 46px;
height: 46px;
top: 25px;
right: 20px;
background: #ebebeb;
border-radius: 50%;
cursor: pointer;
}
.prod__wish.active::before {
background-image: url(//obyomka.pro/wp-content/themes/obyomka/img/icon-wish-accent-full.svg) !important;
}
.prod__wish::before {
content: "";
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background: url(//obyomka.pro/wp-content/themes/obyomka/img/icon-wish-black.svg) center/18px auto no-repeat;
-webkit-transition: background 0.5s;
-o-transition: background 0.5s;
transition: background 0.5s;
}
.prod__image {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
height: 270px;
}
.prod__image img {
display: block;
width: auto;
height: auto;
max-width: 100%;
max-height: 100%;
margin: auto;
}
.prod__name {
display: block;
margin-top: 10px;
font-weight: 600;
font-size: 20px;
line-height: 140%;
}
.prod__name a {
color: #191919;
}
.prod__list {
display: block;
margin-top: 15px;
}
.prod__list li {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
width: 100%;
font-size: 14px;
line-height: 2;
white-space: nowrap;
}
.prod__list li p {
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
max-width: 50%;
overflow: hidden;
white-space: nowrap;
}
.prod__list li p:first-child {
padding-right: 10px;
color: #5d6067;
}
.prod__but {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-flow: wrap;
flex-flow: wrap;
margin-top: auto;
padding-top: 20px;
}
.prod__but .btn {
margin-left: auto;
height: 54px;
padding: 0 30px;
}
.prod__but .btn.added {
position: relative;
}
.prod__but .btn.added span {
opacity: 0;
}
.prod__but .btn.added::before {
content: '';
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background: url(//obyomka.pro/wp-content/themes/obyomka/img/icon-check-white.svg) center/16px auto no-repeat;
z-index: 1;
}
.added_to_cart {
display: none;
}
.prod__price {
float: left;
margin: auto 0;
font-weight: 700;
font-size: 24px;
line-height: 120%;
}
.prod__price-old {
font-size: 16px;
font-weight: 400;
text-decoration: line-through;
color: #5d6067;
}
.support {
width: 100%;
padding: 100px 0;
background: #f4f8fa;
position: relative;
z-index: 2;
}
.support__block {
width: calc(100% + 20px);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-flow: wrap;
flex-flow: wrap;
margin: 30px -10px 0;
}
.support__block:has(.active) .support__item {
opacity: 0.5;
}
.support__item {
float: left;
width: calc(33.3333% - 20px);
margin: 20px 10px 0;
background: var(--white);
padding: 30px 30px 90px 30px;
border-radius: 8px;
border: 1px solid #e7eef0;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.support__item.active {
opacity: 1 !important;
}
.support__item.active .support__item-list {
display: block;
}
.support__item-sub {
margin-right: auto;
border-radius: 4px;
height: 28px;
padding: 0 10px;
background: #50d4fa;
font-weight: 700;
font-size: 13px;
color: var(--white);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.support__item-name {
padding-right: 110px;
margin-top: 12px;
font-size: 22px;
line-height: 145%;
font-weight: 700;
text-transform: uppercase;
}
.support__item-desc {
display: block;
margin-top: 12px;
font-size: 15px;
line-height: 160%;
color: #5d6067;
}
.support__item-list {
display: none;
position: absolute;
width: calc(100% + 2px);
height: auto;
top: calc(100% - 75px);
left: -1px;
border: 1px solid #e7eef0;
border-top: 0;
background: var(--white);
border-radius: 0 0 8px 8px;
padding: 0 30px 90px;
z-index: 5;
}
.support__item-list ul {
display: block;
}
.support__item-list ul li {
display: block;
padding-left: 20px;
font-size: 14px;
line-height: 140%;
position: relative;
margin-top: 8px;
}
.support__item-list ul li:first-child {
margin: 0;
}
.support__item-list ul li::before {
content: "";
position: absolute;
width: 6px;
height: 6px;
left: 0;
top: 8px;
background: #2c8ac2;
border-radius: 50%;
}
.support__item-list p {
display: block;
margin-top: 10px;
padding: 10px 14px;
background: #edf5f8;
border-radius: 4px;
font-size: 14px;
line-height: 150%;
color: #5d6067;
font-style: italic;
}
.support__item-list::before, .support__item-list::after {
content: "";
position: absolute;
width: 100%;
height: 60px;
bottom: 0;
left: 0;
cursor: pointer;
}
.support__item-list::before {
border-top: 1px solid #e7eef0;
}
.support__item-list::after {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
background: url(//obyomka.pro/wp-content/themes/obyomka/img/support-arrow.svg) center no-repeat;
}
.support__item-image {
position: absolute;
width: 100px;
height: 100px;
top: 30px;
right: 30px;
background: #e8f2f5;
border-radius: 6px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.support__item-image img {
display: block;
width: auto;
height: auto;
max-width: 90%;
max-height: 90px;
margin: auto;
}
.support__item::before {
content: "";
position: absolute;
width: 100%;
height: 60px;
bottom: 0;
left: 0;
cursor: pointer;
border-top: 1px solid #e7eef0;
background: url(//obyomka.pro/wp-content/themes/obyomka/img/support-arrow.svg) center no-repeat;
}
.info {
width: 100%;
padding: 100px 0;
position: relative;
}
.info__image {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 0;
background: #000009;
}
.info__image img {
display: block;
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.info__block {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-flow: wrap;
flex-flow: wrap;
width: 100%;
position: relative;
z-index: 2;
}
.info__title {
float: left;
width: 47%;
}
.info__title-name {
display: block;
font-weight: 600;
font-size: 48px;
line-height: 116%;
color: var(--white);
}
.info__title-desc {
display: block;
margin-top: 30px;
font-size: 16px;
line-height: 150%;
color: var(--white);
opacity: 0.8;
}
.info__title-but {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-top: 30px;
}
.info__list {
float: right;
margin: auto 0 0 auto;
width: 50%;
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-flow: wrap;
flex-flow: wrap;
}
.info__list-item {
float: left;
width: 50%;
border-top: 1px solid rgba(255, 255, 255, 0.1);
padding: 30px 30px 30px 50px;
position: relative;
}
.info__list-item:nth-child(2n)::after {
display: none;
}
.info__list-item::before {
content: "";
position: absolute;
width: 30px;
height: 30px;
top: 30px;
left: 0;
background: url(//obyomka.pro/wp-content/themes/obyomka/img/info-list.svg) center no-repeat;
border-radius: 50%;
border: 1px solid #50d4fa;
}
.info__list-item::after {
content: "";
position: absolute;
width: 1px;
height: calc(100% - 30px);
top: 15px;
right: 20px;
background: rgba(255, 255, 255, 0.1);
}
.info__list-item p {
font-weight: 600;
font-size: 15px;
line-height: 146%;
color: var(--white);
}
.faq {
width: 100%;
padding: 100px 0;
}
.faq__block {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-flow: wrap;
flex-flow: wrap;
margin: 25px -10px 0;
width: calc(100% + 20px);
}
.faq__item {
float: left;
width: calc(50% - 20px);
margin: 20px 10px 0;
border: 1px solid #ededed;
border-radius: 17px;
margin-bottom: auto;
}
.faq__item-cap {
position: relative;
width: 100%;
padding: 30px 80px 30px 30px;
font-weight: 700;
font-size: 20px;
line-height: 120%;
color: #2c2e30;
cursor: pointer;
}
.faq__item-cap.open::before {
background-color: #2C2E30;
background-image: url(//obyomka.pro/wp-content/themes/obyomka/img/icon-minus-white.svg) !important;
}
.faq__item-cap::before {
content: "";
position: absolute;
width: 50px;
height: 50px;
border-radius: 50%;
top: calc(50% - 25px);
right: 15px;
background: #f5f5f5 url(//obyomka.pro/wp-content/themes/obyomka/img/icon-plus.svg) center no-repeat;
-webkit-transition: background 0.5s;
-o-transition: background 0.5s;
transition: background 0.5s;
}
.faq__item-desc {
display: none;
padding: 0 30px 30px;
margin-top: -10px;
font-size: 15px;
line-height: 150%;
color: #5d6067;
}
.faq__item-desc p {
display: block;
margin-top: 10px;
}
.faq__item-desc p:first-child {
margin: 0;
}
.text.white {
color: var(--white);
}
.text.white a {
color: var(--white);
}
.text *:first-child {
margin-top: 0;
}
.text > div {
margin-top: 30px;
}
.text h1, .text h2, .text h3, .text h4, .text h5, .text h6 {
display: block;
font-weight: 500;
margin-top: 25px;
}
.text h1 {
font-size: 40px;
}
.text h2 {
font-size: 36px;
}
.text h3 {
font-size: 30px;
}
.text h4 {
font-size: 24px;
}
.text h5 {
font-size: 20px;
}
.text h6 {
font-size: 16px;
}
.text iframe {
border-radius: 20px;
margin-top: 20px;
}
.text a {
color: var(--black);
text-decoration: underline;
}
.text b, .text strong {
font-weight: 400;
}
.text img {
display: block;
width: auto;
height: auto;
max-width: 100%;
margin-top: 20px;
border-radius: 6px;
}
.text p {
display: block;
margin-top: 15px;
font-size: 16px;
line-height: 140%;
}
.text ul {
display: block;
margin-top: 15px;
}
.text ul li {
display: block;
padding-left: 20px;
font-size: 16px;
line-height: 140%;
position: relative;
margin-top: 8px;
}
.text ul li:first-child {
margin: 0;
}
.text ul li::before {
content: "";
position: absolute;
width: 6px;
height: 6px;
left: 0;
top: 9px;
background: #2C8AC2;
border-radius: 50%;
}
.text ol {
display: block;
width: calc(100% - 15px);
margin-top: 15px;
margin-left: 15px;
}
.text ol li {
font-size: 16px;
line-height: 140%;
margin-top: 4px;
position: relative;
}
.text ol li:first-child {
margin: 0;
}
.text ol ol, .text ol ul {
margin-top: 10px !important;
}
.seo {
padding: 50px 0;
background: #f4f7fa;
}
.footer {
width: 100%;
padding: 60px 0 25px;
background: #0f0912;
}
.footer__base {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-flow: wrap;
flex-flow: wrap;
}
.footer__info {
float: left;
width: 33.3333%;
padding-right: 20px;
}
.footer__name {
display: block;
font-weight: 700;
font-size: 18px;
color: var(--white);
text-transform: uppercase;
}
.footer__contact {
display: block;
margin-top: 20px;
padding-left: 28px;
position: relative;
}
.footer__contact-name {
display: block;
font-size: 15px;
color: rgba(255, 255, 255, 0.7);
}
.footer__contact-icon {
position: absolute;
width: 20px;
height: 20px;
top: 0;
left: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.footer__contact-icon img {
display: block;
width: auto;
height: auto;
margin: auto;
}
.footer__contact-list {
display: block;
margin-top: 7px;
}
.footer__contact-list li {
display: block;
font-size: 15px;
font-weight: 600;
color: var(--white);
}
.footer__contact-list li a {
color: var(--white);
}
.footer__menu {
display: block;
margin-top: 15px;
}
.footer__menu li {
display: block;
}
.footer__menu li a {
display: block;
line-height: 240%;
font-size: 15px;
color: var(--white);
white-space: nowrap;
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
-webkit-transition: color 0.5s;
-o-transition: color 0.5s;
transition: color 0.5s;
}
.footer__end {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-flow: wrap;
flex-flow: wrap;
width: 100%;
margin-top: 35px;
padding-top: 25px;
border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer__end-info {
float: left;
margin: auto 0;
}
.footer__end-info p {
float: left;
margin-right: 12px;
padding-right: 12px;
border-right: 1px solid rgba(255, 255, 255, 0.1);
font-size: 15px;
line-height: 160%;
color: rgba(255, 255, 255, 0.6);
}
.footer__end-info p:last-child {
margin: 0;
padding: 0;
border: 0;
}
.footer__end-link {
float: left;
margin: auto;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.footer__end-link li {
float: left;
margin-right: 24px;
}
.footer__end-link li:last-child {
margin: 0;
}
.footer__end-link li a {
display: block;
font-size: 15px;
line-height: 160%;
color: var(--white);
white-space: nowrap;
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
-webkit-transition: color 0.5s;
-o-transition: color 0.5s;
transition: color 0.5s;
}
.footer__end-soc {
float: left;
margin: auto 0;
}
.footer__end-soc li {
float: left;
margin-right: 8px;
}
.footer__end-soc li:last-child {
margin: 0;
}
.footer__end-soc li a {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 40px;
height: 40px;
border-radius: 50%;
background: rgba(255, 255, 255, 0.07);
-webkit-transition: background 0.5s;
-o-transition: background 0.5s;
transition: background 0.5s;
}
.footer__end-soc li a img, .footer__end-soc li a svg {
display: block;
width: auto;
height: auto;
margin: auto;
}
.content {
padding: 90px 0;
}
.content:has(.text:first-child) {
padding: 25px 0 90px;
}
.about {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-flow: wrap;
flex-flow: wrap;
margin-top: 65px;
}
.about:first-child {
margin-top: 0;
}
.about__title {
float: left;
width: 49%;
}
.about__title:not(:last-child) {
margin: auto 0;
}
.about__title:first-child:last-child {
width: 100%;
}
.about__title-name {
display: block;
font-weight: 600;
font-size: 32px;
line-height: 120%;
}
.about__title-desc {
display: block;
margin-top: 30px;
font-size: 15px;
line-height: 160%;
}
.about__info {
float: right;
margin-left: auto;
width: 49%;
padding: 35px 40px;
background: #00010a;
border-radius: 8px;
overflow: hidden;
position: relative;
margin-bottom: auto;
}
.about__info:first-child:last-child {
width: 100%;
}
.about__info:first-child:last-child::before {
width: 800px;
right: calc(50% - 400px);
top: -100px;
}
.about__info::before {
content: "";
position: absolute;
width: 400px;
height: 200px;
right: -50px;
bottom: -50px;
border-radius: 50%;
background: #bf0bea;
-webkit-filter: blur(150px);
filter: blur(150px);
}
.about__info.center {
text-align: center;
}
.about__info.center .about__info-but {
justify-content: center;
}
.about__info-name {
display: block;
font-weight: 700;
font-size: 28px;
line-height: 135%;
color: var(--white);
position: relative;
z-index: 2;
}
.about__info-name.large {
font-size: 36px;
}
.about__info-name span {
color: #50d4fa;
}
.about__info-desc {
display: block;
margin-top: 14px;
font-size: 18px;
line-height: 160%;
color: var(--white);
position: relative;
z-index: 2;
}
.about__info-but {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-top: 30px;
position: relative;
z-index: 2;
}
.process {
width: 100%;
margin-top: 75px;
}
.process__block {
width: calc(100% + 20px);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin: 15px -10px 0;
}
.process__item {
float: left;
width: calc(33.3333% - 20px);
margin: 20px 10px 0;
background: #f4f7fa;
border-radius: 6px;
min-height: 160px;
padding: 30px 30px 30px 130px;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.process__item-image {
position: absolute;
width: 100px;
height: 100px;
top: calc(50% - 50px);
left: 15px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.process__item-image img {
display: block;
width: auto;
height: auto;
max-width: 90%;
max-height: 90px;
margin: auto;
}
.process__item-name {
display: block;
font-weight: 700;
font-size: 20px;
line-height: 150%;
}
.process__item-desc {
display: block;
margin-top: 5px;
font-size: 15px;
line-height: 160%;
color: #5d6067;
}
.applic {
width: 100%;
margin-top: 75px;
}
.applic__block {
width: calc(100% + 20px);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin: 15px -10px 0;
}
.applic__item {
float: left;
width: calc(33.3333% - 20px);
margin: 20px 10px 0;
background: #f4f7fa;
border-radius: 6px;
padding: 30px;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
flex-direction: column;
}
.applic__item-image {
display: block;
width: 100px;
height: 100px;
margin: 0 auto;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.applic__item-image img {
display: block;
width: auto;
height: auto;
max-width: 90%;
max-height: 90px;
margin: auto;
}
.applic__item-name {
display: block;
font-weight: 700;
font-size: 20px;
line-height: 130%;
margin-top: 15px;
}
.applic__item-name:first-child {
margin-top: 0;
}
.applic__item-desc {
display: block;
margin-top: 10px;
font-size: 14px;
line-height: 150%;
color: #5d6067;
}
.technology {
width: 100%;
margin-top: 100px;
}
.technology__block {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: calc(100% + 20px);
margin: 20px -10px 0;
}
.technology__item {
float: left;
width: calc(50% - 20px);
margin: 20px 10px 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.technology__item-image {
display: block;
width: 100%;
height: 415px;
}
.technology__item-image img {
display: block;
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
border-radius: 8px;
}
.technology__item-name {
display: block;
margin-top: 30px;
font-size: 20px;
font-weight: 700;
line-height: 120%;
}
.technology__item-desc {
display: block;
margin-top: 15px;
font-size: 15px;
line-height: 160%;
}
.technology__item-list {
display: block;
padding-top: 25px;
margin-top: auto;
border-bottom: 1px solid #eaeaea;
}
.technology__item-list li {
display: block;
padding: 15px 0;
border-top: 1px solid #eaeaea;
}
.technology__item-list li p {
display: block;
font-size: 15px;
}
.technology__item-list li p:first-child {
font-weight: 500;
color: #25afd7;
}
.technology__item-list li p:nth-child(2) {
margin-top: 5px;
}
.technology__item-list li p b {
font-weight: 700;
}
.material {
width: 100%;
margin-top: 95px;
}
.material__block {
display: block;
margin-top: 30px;
border-bottom: 1px solid #EAEAEA;
}
.material__item {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-flow: wrap;
flex-flow: wrap;
padding: 15px 0;
border-top: 1px solid #EAEAEA;
}
.material__item-name {
float: left;
width: 25%;
min-height: 55px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding-right: 20px;
padding-left: 20px;
position: relative;
border-right: 1px solid #EAEAEA;
font-weight: 700;
font-size: 15px;
color: #2c2e30;
}
.material__item-name::before {
content: "";
position: absolute;
width: 6px;
height: 6px;
border-radius: 50%;
top: calc(50% - 3px);
left: 0;
background: #25afd7;
}
.material__item-desc {
float: left;
width: 75%;
padding-left: 20px;
margin: auto 0;
font-size: 15px;
}
.cap {
width: 100%;
padding-top: 165px;
}
.cap + .service, .cap + .seo {
margin-top: 50px;
}
.cap__bread {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
overflow-x: auto;
overflow-y: hidden;
width: calc(100% + 30px);
margin-left: -15px;
margin-right: -15px;
padding: 0 15px;
}
.cap__bread ul {
float: left;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.cap__bread ul li {
float: left;
font-size: 16px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
white-space: nowrap;
}
.cap__bread ul li::after {
float: right;
content: "/";
padding: 0 5px;
color: #8d8d8d;
}
.cap__bread ul li:last-child::after {
display: none;
}
.cap__bread ul li:last-child a {
color: #2c8ac2;
}
.cap__bread ul li a {
display: block;
color: #8d8d8d;
-webkit-transition: color 0.5s;
-o-transition: color 0.5s;
transition: color 0.5s;
}
.cap__title {
display: block;
margin-top: 50px;
font-size: 40px;
font-weight: 600;
line-height: 150%;
}
.cap__title:first-child {
margin: 0;
}
.catalog {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-flow: wrap;
flex-flow: wrap;
margin-top: 40px;
padding-bottom: 95px;
}
.catalog__block {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-flow: wrap;
flex-flow: wrap;
}
.catalog__aside {
float: left;
width: 24%;
}
.catalog__filter {
display: none;
}
.catalog__base {
float: left;
width: calc(76% - 20px);
margin-left: auto;
}
.catalog__category {
width: calc(100% + 12px);
margin: 0 -6px;
overflow: hidden;
position: relative;
}
.catalog__category .slick-arrow {
top: calc(50% - 33px);
-webkit-transform: scale(0.8);
-ms-transform: scale(0.8);
transform: scale(0.8);
}
.catalog__category .slick-prev {
left: 5px;
}
.catalog__category .slick-next {
right: 5px;
}
.catalog__category-item {
float: left;
width: calc(25% - 12px);
margin: 0 6px;
border-radius: 6px;
border: 1px solid #ededed;
-webkit-transition: border 0.5s;
-o-transition: border 0.5s;
transition: border 0.5s;
}
.catalog__category-image {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
height: 230px;
padding: 10px;
}
.catalog__category-image img {
display: block;
width: auto;
height: auto;
max-width: 100%;
max-height: 100%;
margin: auto;
}
.catalog__category-name {
display: block;
padding: 10px 15px 15px;
text-align: center;
font-size: 15px;
color: #191919;
-webkit-transition: color 0.5s;
-o-transition: color 0.5s;
transition: color 0.5s;
}
.catalog__sort {
width: 100%;
margin-top: 30px;
border-bottom: 1px solid #ededed;
}
.catalog__sort:first-child {
margin-top: 0;
}
.catalog__sort ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.catalog__sort ul li {
float: left;
margin-right: 20px;
}
.catalog__sort ul li.active a {
color: #191919 !important;
position: relative;
}
.catalog__sort ul li.active a::before {
content: "";
position: absolute;
width: 100%;
height: 2px;
bottom: 0;
left: 0;
background: #2c8ac2;
}
.catalog__sort ul li a {
display: block;
white-space: nowrap;
font-size: 15px;
font-weight: 600;
color: #848484;
padding-bottom: 15px;
-webkit-transition: color 0.5s;
-o-transition: color 0.5s;
transition: color 0.5s;
}
.catalog__products {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-flow: wrap;
flex-flow: wrap;
}
.catalog__products .prod {
width: 33.3333%;
}
.catalog__products .prod:has(+ .prod:hover)::before {
opacity: 0;
}
.catalog__products .prod:nth-child(3n)::before {
display: none;
}
.catalog__products .prod::before {
content: "";
position: absolute;
width: 1px;
height: calc(100% - 40px);
top: 20px;
right: 0;
background: #d9d9d9;
-webkit-transition: opacity 0.3s;
-o-transition: opacity 0.3s;
transition: opacity 0.3s;
}
.catalog__pagination {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-top: 50px;
}
.catalog__pagination ul {
margin: 0 auto;
}
.catalog__pagination ul li {
float: left;
margin: 0 6px;
font-size: 14px;
color: #a99e9e;
line-height: 40px;
}
.catalog__pagination ul li.arrow a {
font-weight: 300;
font-size: 21px;
}
.catalog__pagination ul li.active a {
color: var(--white) !important;
background: #2c8ac2;
border: 0;
}
.catalog__pagination ul li a {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 40px;
height: 40px;
line-height: 120%;
border: 1px solid #e9edf1;
border-radius: 8px;
font-size: 13px;
color: #292f39;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.filter {
width: 100%;
}
.filter__item {
margin-top: 40px;
}
.filter__item:first-child {
margin-top: 0;
}
.filter__item-name {
display: block;
font-weight: 600;
font-size: 16px;
line-height: 150%;
}
.filter__item-block {
display: block;
margin-top: 20px;
}
.filter__price {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.filter__price input {
float: left;
width: calc(50% - 7px);
height: 56px;
border: 1px solid #e6e6e6;
border-radius: 6px;
padding: 0 16px;
font-size: 16px;
color: var(--black);
}
.filter__price input::-webkit-input-placeholder {
color: #848484;
}
.filter__price input::-moz-placeholder {
color: #848484;
}
.filter__price input:-ms-input-placeholder {
color: #848484;
}
.filter__price input::-ms-input-placeholder {
color: #848484;
}
.filter__price input::placeholder {
color: #848484;
}
.filter__check-item {
display: block;
margin-top: 12px;
position: relative;
overflow: hidden;
}
.filter__check-item:first-child {
margin: 0;
}
.filter__check-item input {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
opacity: 0;
z-index: 2;
cursor: pointer;
}
.filter__check-item input:checked + p::before {
background: var(--accent) url(//obyomka.pro/wp-content/themes/obyomka/img/icon-check-white.svg) center/14px auto no-repeat;
border: 0;
}
.filter__check-item p {
display: block;
padding-left: 40px;
font-size: 15px;
line-height: 26px;
}
.filter__check-item p::before {
content: "";
position: absolute;
width: 26px;
height: 26px;
border: 1px solid #e6e6e6;
border-radius: 4px;
left: 0;
top: 0;
}
.product {
width: 100%;
padding-top: 60px;
}
.product__block {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-flow: wrap;
flex-flow: wrap;
}
.product__image {
float: left;
width: 52%;
position: relative;
}
.product__image-nav {
float: left;
width: 110px;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-flow: wrap;
flex-flow: wrap;
}
.product__image-nav .slick-list {
overflow: hidden;
}
.product__image-nav .slick-prev {
display: none !important;
}
.product__image-nav .slick-next {
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
right: calc(50% - 33px);
top: 100%;
background: transparent;
-webkit-transition: opacity 0.5s;
-o-transition: opacity 0.5s;
transition: opacity 0.5s;
}
.product__image-nav .slick-next::before {
background-image: url(//obyomka.pro/wp-content/themes/obyomka/img/icon-arrow1-black.svg);
background-size: 14px auto;
}
.product__image-nav_item {
float: left;
width: 100%;
height: 95px;
border-radius: 8px;
border: 1px solid var(--white);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
cursor: pointer;
-webkit-transition: border 0.5s;
-o-transition: border 0.5s;
transition: border 0.5s;
}
.product__image-nav_item.slick-current {
border-color: var(--accent);
}
.product__image-nav_item img {
display: block;
width: auto;
height: auto;
max-width: 100%;
max-height: 100%;
margin: auto;
}
.product__image-slider {
float: left;
width: calc(100% - 130px);
margin-left: auto;
}
.product__image-slider_item {
float: left;
width: 100%;
height: 620px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.product__image-slider_item img {
display: block;
width: auto;
height: auto;
max-width: 100%;
max-height: 100%;
margin: auto;
border-radius: 8px;
}
.product__wish {
position: absolute;
width: 46px;
height: 46px;
top: 5px;
right: 0;
background: #ebebeb;
border-radius: 50%;
z-index: 5;
cursor: pointer;
}
.product__wish.active::before {
background-image: url(//obyomka.pro/wp-content/themes/obyomka/img/icon-wish-accent-full.svg) !important;
}
.product__wish::before {
content: "";
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background: url(//obyomka.pro/wp-content/themes/obyomka/img/icon-wish-black.svg) center/18px auto no-repeat;
-webkit-transition: background 0.5s;
-o-transition: background 0.5s;
transition: background 0.5s;
}
.product__base {
float: right;
width: 42%;
margin-left: auto;
}
.product__title {
display: block;
font-weight: 600;
font-size: 36px;
}
.product__info {
display: block;
border-top: 1px solid rgba(0, 0, 0, 0.1);
margin-top: 25px;
}
.product__info li {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.product__info li p {
padding: 18px 0;
font-size: 15px;
}
.product__info li p:first-child {
color: #5d6067;
width: 55%;
}
.product__info li p:last-child {
font-weight: 500;
width: 45%;
}
.product__status {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-top: 30px;
}
.product__status-name {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 0 20px;
height: 40px;
border-radius: 20px;
font-size: 15px;
font-weight: 500;
background: rgba(0, 0, 0, 0.1);
}
.product__status-name.active {
background: rgba(51, 204, 51, 0.1);
color: #3c3;
}
.product__status-name.active::before {
content: "";
float: left;
width: 14px;
height: 14px;
margin: auto 8px auto 0;
background: url(//obyomka.pro/wp-content/themes/obyomka/img/icon-status-active.svg) center no-repeat;
}
.product__but {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-top: 12px;
}
.product__but .btn {
padding: 0 30px;
width: 100%;
}
.product__but .btn + .btn {
margin-left: 20px;
}
.product__but .btn.added {
position: relative;
}
.product__but .btn.added span {
opacity: 0;
}
.product__but .btn.added::before {
content: '';
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background: url(//obyomka.pro/wp-content/themes/obyomka/img/icon-check-white.svg) center/16px auto no-repeat;
z-index: 1;
}
.product__but .btn + .added_to_cart + .btn {
margin-left: 20px;
}
.product__but .btn.border {
border-color: var(--accent);
color: var(--accent);
}
.product__price {
float: left;
margin: auto 0;
font-weight: 700;
font-size: 34px;
line-height: 110%;
white-space: nowrap;
margin-right: 20px;
}
.product__price-old {
font-size: 16px;
font-weight: 400;
line-height: 110%;
text-decoration: line-through;
color: #9c9c9c;
}
.product__tab {
width: 100%;
margin-top: 40px;
}
.product__box {
width: 100%;
margin-top: 25px;
}
.product__box-item {
display: none;
}
.product__box-item.active {
display: block;
}
.product__text {
width: 100%;
max-width: 1100px;
}
.product__feature {
display: block;
border-top: 1px solid rgba(0, 0, 0, 0.1);
max-width: 900px;
}
.product__feature li {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.product__feature li p {
padding: 18px 0;
font-size: 15px;
}
.product__feature li p:first-child {
color: #5d6067;
width: 55%;
}
.product__feature li p:last-child {
font-weight: 500;
width: 45%;
}
.tab {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}
.tab ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.tab ul li {
float: left;
margin-right: 30px;
padding-bottom: 16px;
position: relative;
font-size: 20px;
color: #5d6067;
font-weight: 600;
cursor: pointer;
-webkit-transition: color 0.3s;
-o-transition: color 0.3s;
transition: color 0.3s;
}
.tab ul li a {
color: #5d6067;
-webkit-transition: color 0.3s;
-o-transition: color 0.3s;
transition: color 0.3s;
}
.tab ul li a::before {
content: "";
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
}
.tab ul li.active {
color: var(--black);
}
.tab ul li.active::before {
opacity: 1;
}
.tab ul li.active a {
color: var(--black);
}
.tab ul li:last-child {
margin: 0;
}
.tab ul li::before {
content: "";
position: absolute;
width: 100%;
height: 2px;
bottom: -1px;
left: 0;
background: #2c8ac2;
opacity: 0;
-webkit-transition: opacity 0.3s;
-o-transition: opacity 0.3s;
transition: opacity 0.3s;
}
.contact {
width: 100%;
padding-bottom: 95px;
}
.contact__block {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-flow: wrap;
flex-flow: wrap;
padding-top: 15px;
}
.contact__info {
float: left;
width: 50%;
}
.contact__info-text {
display: block;
font-size: 15px;
line-height: 160%;
padding-bottom: 45px;
}
.contact__info-item {
display: block;
padding-left: 60px;
position: relative;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
padding-bottom: 20px;
padding-top: 10px;
margin-bottom: 20px;
}
.contact__info-name {
display: block;
font-size: 15px;
color: #5d6067;
}
.contact__info-icon {
position: absolute;
width: 42px;
height: 42px;
background: #50d4fa;
top: 0;
left: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
border-radius: 50%;
}
.contact__info-icon img {
display: block;
width: auto;
height: auto;
margin: auto;
}
.contact__info-list {
display: block;
margin-top: 5px;
}
.contact__info-list li {
display: block;
font-size: 20px;
font-weight: 600;
color: #1b191a;
}
.contact__info-list li a {
color: #1b191a;
}
.contact__form {
float: right;
margin-left: auto;
margin-bottom: auto;
width: 41%;
padding: 50px 90px;
border: 2px solid #e7f0f3;
border-radius: 8px;
}
.contact__form-name {
display: block;
font-weight: 600;
font-size: 28px;
}
.contact__form-block {
margin-top: 20px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.contact__form-block .btn {
margin: 25px 0 0 auto;
}
.contact__map {
display: block;
margin-top: 95px;
height: 500px;
background: #FAFAF3;
border-radius: 8px;
}
.input {
display: block;
width: 100%;
margin-top: 30px;
}
.input:first-child {
margin: 0;
}
.input p {
display: block;
font-size: 15px;
color: #5d6067;
}
.input input {
display: block;
width: 100%;
height: 20px;
line-height: 20px;
border: 0;
border-radius: 0;
border-bottom: 1px solid rgba(27, 25, 26, 0.2);
color: var(--black);
}
.input textarea {
display: block;
width: 100%;
height: 40px;
line-height: 20px;
border: 0;
border-radius: 0;
border-bottom: 1px solid rgba(27, 25, 26, 0.2);
color: var(--black);
}
.check {
display: block;
margin-top: 25px;
position: relative;
overflow: hidden;
}
.check:first-child {
margin: 0;
}
.check input {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
opacity: 0;
z-index: 2;
cursor: pointer;
}
.check input:checked + p::before {
background: var(--accent) url(//obyomka.pro/wp-content/themes/obyomka/img/icon-check-white.svg) center/12px auto no-repeat;
border: 0;
}
.check p {
display: block;
padding-left: 34px;
font-size: 13px;
line-height: 140%;
}
.check p::before {
content: "";
position: absolute;
width: 20px;
height: 20px;
border: 1px solid #d1d1d1;
border-radius: 4px;
left: 0;
top: 2px;
}
.check p a {
position: relative;
z-index: 2;
color: var(--black);
text-decoration: underline;
}
.delivery {
width: 100%;
padding-top: 30px;
padding-bottom: 90px;
}
.delivery__box-item {
display: none;
}
.delivery__box-item.active {
display: block;
}
.delivery .faq__item {
float: none;
width: 100%;
margin: 0;
border-radius: 0;
border-top: 0;
border-left: 0;
border-right: 0;
}
.delivery .faq__item-cap::before {
right: auto;
left: 0;
background: url(//obyomka.pro/wp-content/themes/obyomka/img/icon-arrow1-black.svg) left center/12px auto no-repeat !important;
-webkit-transition: -webkit-transform 0.5s;
transition: -webkit-transform 0.5s;
-o-transition: transform 0.5s;
transition: transform 0.5s;
transition: transform 0.5s, -webkit-transform 0.5s;
}
.delivery .faq__item-cap.open::before {
-webkit-transform: scale(1, -1);
-ms-transform: scale(1, -1);
transform: scale(1, -1);
}
.delivery__info {
margin-top: 40px;
}
.delivery__info-text:not(:last-child) {
padding-bottom: 20px;
}
.delivery .contact__info-item {
border: 0;
margin: 20px 0 0;
padding-top: 0;
padding-bottom: 0;
min-height: 42px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.delivery .contact__info-item:first-child {
margin-top: 0;
}
.delivery .contact__info-list {
margin: auto 0;
}
.open-modal {
cursor: pointer;
}
.open-image, .open-video {
cursor: pointer;
}
.modal {
position: fixed;
width: 100vw;
height: 100vh;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 115;
-webkit-transition: visibility 0.5s, opacity 0.5s;
-o-transition: visibility 0.5s, opacity 0.5s;
transition: visibility 0.5s, opacity 0.5s;
}
.modal.hide {
visibility: hidden;
opacity: 0;
}
.modal.hide .modal__cot {
-webkit-transform: translate(-50%, -50%) scale(0.5);
-ms-transform: translate(-50%, -50%) scale(0.5);
transform: translate(-50%, -50%) scale(0.5);
}
.modal.hide .modal__cart {
-webkit-transform: translateX(100%);
-ms-transform: translateX(100%);
transform: translateX(100%);
}
.modal__bg {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 0;
background: rgba(28, 42, 54, 0.6);
}
.modal__video {
display: block;
width: 100vw;
height: auto;
max-width: 1200px;
position: relative;
}
.modal__video::before {
content: "";
display: block;
width: 100%;
height: auto;
padding-top: 60%;
}
.modal__video iframe {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 1;
}
.modal__cot {
position: absolute;
width: auto;
height: auto;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
z-index: 1;
-webkit-transition: -webkit-transform 0.5s;
transition: -webkit-transform 0.5s;
-o-transition: transform 0.5s;
transition: transform 0.5s;
transition: transform 0.5s, -webkit-transform 0.5s;
}
.modal__cot.image {
width: 100%;
max-height: 100vh;
overflow-y: auto;
overflow-x: hidden;
}
.modal__cot.image img {
display: block;
width: auto;
height: auto;
max-width: 98vw;
margin: auto;
}
.modal__close {
position: absolute;
width: 50px;
height: 50px;
cursor: pointer;
top: 10px;
right: 10px;
z-index: 2;
}
.modal__close::before {
content: "";
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background: url(//obyomka.pro/wp-content/themes/obyomka/img/icon-close.svg) center no-repeat;
-webkit-transition: -webkit-transform 0.5s;
transition: -webkit-transform 0.5s;
-o-transition: transform 0.5s;
transition: transform 0.5s;
transition: transform 0.5s, -webkit-transform 0.5s;
}
.modal__block {
width: 100vw;
height: auto;
max-width: 595px;
max-height: 100vh;
background: var(--white);
position: relative;
padding: 55px 65px;
border-radius: 14px;
overflow-x: hidden;
overflow-y: auto;
}
.modal__title {
display: block;
}
.modal__title-name {
display: block;
font-size: 30px;
font-weight: 600;
}
.modal__title-but {
margin-top: 12px;
}
.modal__title-desc {
display: block;
margin-top: 12px;
font-size: 16px;
color: #70797d;
}
.modal__form {
margin-top: 35px;
}
.modal__form .btn {
width: 100%;
margin-top: 20px;
}
@media screen and (max-width: 1499px) and (min-width: 1024px) {
.row {
padding: 0 15px;
}
.header__nav > ul > li {
margin-right: 22px;
}
.header__nav > ul > li > a {
font-size: 14px;
}
.header__logo {
width: 205px;
}
.header__catalog {
margin-left: 30px;
}
.header__catalog-but {
padding: 0 16px;
}
.header__catalog-but p {
font-size: 14px;
}
.header__catalog-but p span {
display: none;
}
.header__phone {
font-size: 14px;
}
.header__order .btn {
font-size: 12px;
}
}
@media screen and (max-width: 1299px) and (min-width: 1024px) {
.header__top .header__logo {
display: block;
width: 170px;
margin-right: 30px;
}
.header__base .header__logo {
display: none;
}
.header__catalog {
margin-left: 0;
}
.teaser__title {
font-size: 64px;
}
.teaser__title br {
display: none;
}
.service__item {
height: 320px;
}
.service__item-name {
padding: 22px 25px;
font-size: 18px;
}
.service__item-name::after {
width: 16px;
height: 16px;
}
.footer__end-info {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.footer__end-link {
padding: 15px 0;
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.footer__end-soc {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.catalog__products .prod {
width: 50%;
}
.product__image-slider_item {
height: 500px;
}
.product__but {
-ms-flex-flow: wrap;
flex-flow: wrap;
}
.product__but .btn {
width: calc(50% - 10px);
}
.product__price {
width: 100%;
margin: 0;
padding-bottom: 15px;
}
.product__info li p {
padding: 15px 0;
font-size: 14px;
}
.contact__form {
padding: 40px 45px;
}
}
@media screen and (min-width: 1024px) {
.process__block:has(.process__item:nth-child(5)) {
-ms-flex-flow: wrap;
flex-flow: wrap;
}
.technology__block:not(.min):has(.technology__item:nth-child(4)) {
-ms-flex-flow: wrap;
flex-flow: wrap;
}
.technology__block:has(.technology__item:nth-child(3)) .technology__item-image {
height: 315px;
}
.technology__block.min .technology__item-image {
height: 215px !important;
}
.technology__block.min .technology__item-name {
margin-top: 20px;
}
.technology__block.min .technology__item-desc {
margin-top: 12px;
font-size: 14px;
}
.header.white:not(.fixed) .header__soc li a:not(:hover) {
background: rgba(34, 34, 34, 0.07);
}
.header.white:not(.fixed) .header__soc li a:not(:hover) svg path {
fill: var(--black);
}
.header.white:not(.fixed) .header__email {
border-color: rgba(0, 0, 0, 0.1);
color: var(--black);
}
.header.white:not(.fixed) .header__link-item svg path {
stroke: var(--black);
}
.header.white:not(.fixed) .header__link-item svg circle {
stroke: var(--black);
}
.header.white:not(.fixed) .header__cart-icon {
background-image: url(//obyomka.pro/wp-content/themes/obyomka/img/icon-cart-black.svg);
}
.header.white:not(.fixed) .header__cart-name {
color: var(--black);
}
.header.fixed {
background: #010319;
-webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
.header.fixed .header__top {
padding: 4px 0;
}
.header.fixed .header__base {
padding: 4px 0 10px;
background: transparent;
}
.header__nav .mob {
display: none;
}
.text img.alignright {
float: right;
margin-left: 20px;
margin-bottom: 20px;
}
.text img.alignleft {
float: left;
margin-right: 20px;
margin-bottom: 20px;
}
.btn:hover {
-webkit-box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.2);
box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.2);
}
.btn:hover::after {
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.header__soc li a:hover {
background: var(--accent);
}
.header__link-item:hover {
opacity: 0.6;
}
.header__cart:hover {
opacity: 0.6;
}
.header__catalog-list ul li:hover:not(.active) a {
color: var(--accent);
}
.header__catalog-but:hover i {
background: var(--accent);
}
.header__catalog-but:hover i::before, .header__catalog-but:hover i::after {
background: var(--accent);
}
.header__catalog-but:hover p {
color: var(--accent);
}
.header__nav > ul > li:hover > a {
color: var(--accent);
}
.header__nav > ul > li:hover > a::after {
background-image: url(//obyomka.pro/wp-content/themes/obyomka/img/icon-arrow1-accent.svg);
-webkit-transform: scale(1, -1);
-ms-transform: scale(1, -1);
transform: scale(1, -1);
}
.header__nav > ul > li:hover ul {
pointer-events: auto;
visibility: visible;
opacity: 1;
margin: 0;
}
.service__item:hover .service__item-image img {
-webkit-transform: scale(1.05);
-ms-transform: scale(1.05);
transform: scale(1.05);
}
.service__item:hover .service__item-name::after {
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.slick-arrow:hover {
background: var(--accent);
}
.slick-arrow:hover::before {
background-image: url(//obyomka.pro/wp-content/themes/obyomka/img/icon-arrow3-white.svg);
}
.prod:hover {
-webkit-box-shadow: 0 4px 24px 0 rgba(158, 158, 158, 0.25);
box-shadow: 0 4px 24px 0 rgba(158, 158, 158, 0.25);
z-index: 2;
}
.prod__wish:hover::before {
background-image: url(//obyomka.pro/wp-content/themes/obyomka/img/icon-wish-accent.svg);
}
.faq__item-cap:hover::before {
background-color: var(--accent);
background-image: url(//obyomka.pro/wp-content/themes/obyomka/img/icon-plus-white.svg);
}
.footer__menu li a:hover {
color: var(--accent);
}
.footer__end-link li a:hover {
color: var(--accent);
}
.footer__end-soc li a:hover {
background: var(--accent);
}
.cap__bread ul li a {
display: block;
color: #8d8d8d;
-webkit-transition: color 0.5s;
-o-transition: color 0.5s;
transition: color 0.5s;
}
.cap__bread ul li a:hover {
color: var(--accent);
}
.catalog__category-item:hover {
border-color: var(--accent);
}
.catalog__category-item:hover .catalog__category-name {
color: var(--accent);
}
.catalog__sort ul li a:hover {
color: var(--accent);
}
.catalog__products .prod:hover {
-webkit-transition: opacity 0.3s;
-o-transition: opacity 0.3s;
transition: opacity 0.3s;
}
.catalog__products .prod:hover::before {
opacity: 0;
}
.catalog__pagination ul li a:hover {
border-color: var(--accent);
color: var(--accent);
}
.product__image-nav .slick-next:hover {
opacity: 0.6;
}
.product__image-nav_item:hover {
border-color: rgba(0, 0, 0, 0.2);
}
.product__wish:hover::before {
background-image: url(//obyomka.pro/wp-content/themes/obyomka/img/icon-wish-accent.svg);
}
.tab ul li:hover:not(.active) {
color: var(--accent);
}
.modal__close:hover::before {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
}
@media screen and (max-width: 1023px) {
.row {
padding: 0 15px;
}
.btn {
padding: 0 30px;
height: 60px;
font-size: 14px;
}
.btn.arrow::after {
width: 10px;
height: 10px;
}
.header {
padding: 15px;
}
.header.open .header__top {
background: transparent;
}
.header.open .header__humb i {
background: rgba(255, 255, 255, 0);
}
.header.open .header__humb i::before {
-webkit-transform: translateY(6px) rotate(45deg);
-ms-transform: translateY(6px) rotate(45deg);
transform: translateY(6px) rotate(45deg);
}
.header.open .header__humb i::after {
-webkit-transform: translateY(-6px) rotate(-45deg);
-ms-transform: translateY(-6px) rotate(-45deg);
transform: translateY(-6px) rotate(-45deg);
}
.header.open .header__nav, .header.open .header__phone, .header.open .header__order {
visibility: visible;
opacity: 1;
pointer-events: auto;
}
.header.fixed:not(.open) {
padding: 0 15px;
background: #010319;
-webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
}
.header.fixed:not(.open) .header__top {
padding: 6px 0;
border-radius: 0;
background: transparent;
}
.header .row {
padding: 0;
}
.header__top {
background: #010319;
border-radius: 8px;
width: 100%;
padding: 5px 10px;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.header__top .header__logo {
display: block;
}
.header__soc {
display: none;
}
.header__email {
display: none;
}
.header__humb {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 50px;
height: 50px;
margin-right: -5px;
border: 1px solid rgba(193, 34, 221, 0.4);
border-radius: 5px;
position: relative;
z-index: 5;
}
.header__humb i {
float: left;
position: relative;
width: 19px;
height: 2px;
background: #fff;
border-radius: 3px;
margin: auto;
-webkit-transition: background 0.5s, width 0.4s;
-o-transition: background 0.5s, width 0.4s;
transition: background 0.5s, width 0.4s;
}
.header__humb i::before, .header__humb i::after {
content: "";
position: absolute;
width: 100%;
height: 2px;
background: #fff;
border-radius: 3px;
left: 0;
-webkit-transform: translateY(0) rotate(0deg);
-ms-transform: translateY(0) rotate(0deg);
transform: translateY(0) rotate(0deg);
-webkit-transition: background 0.5s, -webkit-transform 0.3s;
transition: background 0.5s, -webkit-transform 0.3s;
-o-transition: background 0.5s, transform 0.3s;
transition: background 0.5s, transform 0.3s;
transition: background 0.5s, transform 0.3s, -webkit-transform 0.3s;
}
.header__humb i::before {
top: -6px;
}
.header__humb i::after {
top: 6px;
}
.header__link {
float: right;
margin: auto 0 auto auto;
position: relative;
z-index: 5;
}
.header__link-item {
margin-right: 0;
width: 36px;
}
.header__link-item img, .header__link-item svg {
max-width: 20px;
max-height: 20px;
}
.header__cart {
margin: auto 10px auto 0;
width: 36px;
position: relative;
z-index: 5;
}
.header__cart-icon {
background: url(//obyomka.pro/wp-content/themes/obyomka/img/icon-cart.svg) center/20px auto no-repeat;
}
.header__cart-name {
display: none;
}
.header__base {
padding: 0;
background: transparent;
border-radius: 0;
}
.header__base .header__logo {
display: none;
}
.header__logo {
width: 140px;
position: relative;
z-index: 5;
}
.header__catalog {
display: none;
}
.header__nav {
position: absolute;
width: 100%;
height: 100vh;
top: 0;
left: 0;
margin: 0;
background: #010319;
z-index: 1;
padding: 90px 25px 150px;
visibility: hidden;
opacity: 0;
pointer-events: none;
-webkit-transition: opacity 0.5s, visibility 0.5s;
-o-transition: opacity 0.5s, visibility 0.5s;
transition: opacity 0.5s, visibility 0.5s;
}
.header__nav > ul {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
max-height: 100%;
overflow-x: hidden;
overflow-y: auto;
}
.header__nav > ul > li {
width: 100%;
margin-right: 0;
}
.header__nav > ul > li > a {
font-size: 18px;
padding: 15px 0;
font-weight: 600;
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
position: relative;
}
.header__nav > ul > li > a::after {
content: "";
position: absolute;
width: 10px !important;
height: 10px !important;
top: calc(50% - 5px);
right: 0;
background: url(//obyomka.pro/wp-content/themes/obyomka/img/icon-arrow3-white.svg) center/contain no-repeat !important;
}
.header__nav > ul > li ul {
display: none;
}
.header__phone {
position: absolute;
width: calc(100% - 50px);
left: 25px;
top: calc(100vh - 140px);
margin: 0;
z-index: 5;
visibility: hidden;
opacity: 0;
pointer-events: none;
-webkit-transition: opacity 0.5s, visibility 0.5s;
-o-transition: opacity 0.5s, visibility 0.5s;
transition: opacity 0.5s, visibility 0.5s;
}
.header__order {
position: absolute;
width: calc(100% - 50px);
left: 25px;
top: calc(100vh - 80px);
margin: 0;
z-index: 5;
visibility: hidden;
opacity: 0;
pointer-events: none;
-webkit-transition: opacity 0.5s, visibility 0.5s;
-o-transition: opacity 0.5s, visibility 0.5s;
transition: opacity 0.5s, visibility 0.5s;
}
.header__order .btn {
height: 48px;
padding: 0 20px;
font-size: 13px;
}
.teaser {
padding-bottom: 40px !important;
min-height: 530px !important;
}
.teaser .row {
margin: auto auto 0;
}
.teaser__image {
overflow: hidden;
}
.teaser__image img {
width: 300%;
opacity: 0.6;
-webkit-transform: translateX(-49%);
-ms-transform: translateX(-49%);
transform: translateX(-49%);
}
.teaser__title {
font-size: 26px;
line-height: 130%;
}
.teaser__list {
margin-top: 25px;
}
.teaser__list li {
font-size: 16px;
}
.teaser__but {
margin-top: 30px;
}
.teaser__but .btn {
width: 100%;
}
.title__name {
width: 100%;
margin: 0;
max-width: 100%;
font-size: 24px;
}
.title__name.min {
font-size: 24px;
}
.title__name br {
display: none;
}
.title__but {
width: 100%;
margin: 20px 0 0;
float: none;
}
.title__but .btn {
height: 50px;
font-size: 13px;
}
.service {
padding: 45px 0;
}
.service__block {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-flow: wrap;
flex-flow: wrap;
margin: 20px -10px 0;
width: calc(100% + 20px);
}
.service__item {
width: calc(50% - 10px);
margin: 5px 5px 0;
height: 200px;
}
.service__item-name {
padding: 21px 24px;
font-size: 16px;
}
.service__item-name::after {
width: 16px;
height: 16px;
}
.products {
padding: 35px 0;
}
.products .title {
padding-right: 0;
}
.products__slider {
width: calc(100% + 30px);
margin: 15px -15px 0;
padding: 0 10px;
}
.products__slider:has(.slick-dots) {
padding-bottom: 20px;
}
.products__slider .slick-arrow {
top: 90px;
-webkit-transform: scale(0.6);
-ms-transform: scale(0.6);
transform: scale(0.6);
}
.products__slider .slick-next {
right: 0;
}
.products__slider .slick-prev {
right: auto;
left: 0;
}
.products__slider .slick-dots {
max-width: calc(100vw - 30px);
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.prod {
width: 25%;
padding: 8px;
}
.prod__wish {
position: absolut;
width: 36px;
height: 36px;
top: 1px;
right: 1px;
}
.prod__wish::before {
background-size: 14px auto;
}
.prod__image {
height: 130px;
}
.prod__name {
font-size: 14px;
}
.prod__list {
display: none;
}
.prod__but {
padding-top: 10px;
}
.prod__but .btn {
width: 100%;
margin: 10px 0 0;
height: 48px;
padding: 0 20px;
}
.prod__price {
width: 100%;
margin: 0;
font-size: 18px;
}
.prod__price-old {
font-size: 12px;
}
.support {
padding: 40px 0;
}
.support__block {
width: calc(100% + 10px);
margin: 10px -5px 0;
}
.support__item {
width: calc(50% - 10px);
margin: 10px 5px 0;
padding: 20px 20px 65px 20px;
opacity: 1 !important;
overflow: hidden;
}
.support__item-name {
font-size: 16px;
padding-right: 90px;
}
.support__item-desc {
font-size: 14px;
}
.support__item-image {
position: absolute;
width: 85px;
height: 85px;
top: 20px;
right: 20px;
}
.support__item::before {
height: 40px;
background-size: 10px auto;
}
.support__item-list {
position: relative;
top: auto;
left: auto;
z-index: 2;
border: 0;
border-radius: 0;
width: calc(100% + 40px);
margin: 0 -20px -65px;
padding: 10px 20px 65px;
}
.support__item-list ul li {
padding-left: 16px;
font-size: 13px;
margin-top: 5px;
}
.support__item-list ul li::before {
width: 5px;
height: 5px;
top: 7px;
}
.support__item-list p {
margin-top: 8px;
padding: 6px 10px;
font-size: 13px;
}
.support__item-list::before, .support__item-list::after {
height: 40px;
background-size: 10px auto;
}
.info {
padding: 45px 0;
}
.info__title {
width: 100%;
}
.info__title-name {
font-size: 24px;
line-height: 133%;
}
.info__title-desc {
margin-top: 18px;
font-size: 14px;
}
.info__title-but {
margin-top: 18px;
}
.info__title-but .btn {
width: 100%;
}
.info__list {
margin: 20px 0 0;
width: 100%;
border-bottom: 0;
}
.info__list-item {
width: 100%;
border-top: 1px solid rgba(255, 255, 255, 0.1);
padding: 20px 0 20px 50px;
position: relative;
}
.info__list-item:first-child {
border-top: 0;
}
.info__list-item::before {
top: 20px;
}
.info__list-item::after {
display: none;
}
.text img {
max-width: 100% !important;
}
.text h1 {
font-size: 36px;
}
.text h2 {
font-size: 30px;
}
.text h3 {
font-size: 24px;
}
.text h4 {
font-size: 20px;
}
.text h5 {
font-size: 16px;
}
.text h6 {
font-size: 14px;
}
.text p {
font-size: 14px;
}
.text ul li {
font-size: 14px;
}
.text ul li::before {
top: 7px;
}
.text ol li {
font-size: 14px;
}
.faq {
padding: 45px 0;
}
.faq__block {
margin: 20px 0 0;
width: 100%;
}
.faq__item {
width: 100%;
margin: 6px 0 0;
}
.faq__item-cap {
padding: 20px 80px 20px 20px;
font-size: 16px;
}
.faq__item-cap::before {
right: 6px;
-webkit-transform: scale(0.8);
-ms-transform: scale(0.8);
transform: scale(0.8);
}
.faq__item-desc {
padding: 0 20px 20px;
font-size: 14px;
}
.seo {
padding: 30px 0;
}
.footer {
padding: 40px 0 25px;
}
.footer__info {
width: 100%;
padding: 30px 0 0;
}
.footer__info:first-child {
padding: 0;
}
.footer__name {
font-size: 16px;
}
.footer__end-info {
margin: 0;
width: 100%;
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
}
.footer__end-link {
width: 100%;
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
margin: 0;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
padding: 18px 0;
}
.footer__end-link li {
margin: 0 0 10px;
}
.footer__end-link li:last-child {
margin: 0;
}
.footer__end-soc {
margin: 0;
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.content {
padding: 45px 0;
}
.content:has(.text:first-child) {
padding: 15px 0 45px;
}
.about {
margin-top: 45px;
}
.about__title {
width: 100%;
}
.about__title-name {
font-size: 24px;
}
.about__title-desc {
margin-top: 15px;
font-size: 14px;
line-height: 150%;
}
.about__info {
margin: 20px 0 0;
width: 100%;
padding: 20px;
}
.about__info:first-child:last-child {
margin-top: 0;
}
.about__info::before {
width: 300px;
height: 100px;
}
.about__info-name {
font-size: 22px;
}
.about__info-name.large {
font-size: 26px;
}
.about__info-name br {
display: none;
}
.about__info-desc {
margin-top: 12px;
font-size: 15px;
}
.about__info-but {
margin-top: 20px;
}
.process {
margin-top: 55px;
}
.process__block {
width: calc(100% + 10px);
margin: 10px -5px 0;
flex-direction: column;
flex-flow: wrap;
}
.process__item {
width: calc(50% - 10px);
margin: 10px 5px 0;
min-height: 140px;
padding: 20px 20px 20px 100px;
}
.process__item-image {
width: 80px;
height: 80px;
top: calc(50% - 40px);
left: 10px;
}
.process__item-name {
font-size: 18px;
}
.process__item-desc {
margin-top: 4px;
font-size: 14px;
}
.technology {
margin-top: 55px;
}
.technology__block {
width: 100%;
flex-direction: column;
margin: 20px 0 0;
}
.technology__item {
width: 100%;
margin: 30px 0 0;
}
.technology__item:first-child {
margin-top: 0;
}
.technology__item-image {
height: 215px;
}
.technology__item-name {
margin-top: 20px;
font-size: 18px;
}
.technology__item-desc {
font-size: 14px;
margin-top: 12px;
}
.technology__item-list {
padding-top: 20px;
margin-top: 0;
}
.technology__item-list li {
padding: 12px 0;
}
.technology__item-list li p {
font-size: 14px;
}
.technology__item-list li p:nth-child(2) {
margin-top: 4px;
}
.material {
margin-top: 55px;
}
.material__block {
margin-top: 20px;
}
.material__item {
padding: 15px 0;
}
.material__item-name {
width: 100%;
min-height: 0;
padding-right: 0;
border: 0;
font-size: 15px;
}
.material__item-desc {
width: 100%;
margin: 10px 0 0;
font-size: 14px;
}
.cap {
padding-top: 85px;
}
.cap__bread ul li {
font-size: 13px;
}
.cap__bread ul li::after {
padding: 0 3px;
}
.cap__title {
margin-top: 15px;
font-size: 24px;
}
.catalog {
margin-top: 15px;
padding-bottom: 55px;
}
.catalog__aside {
width: 100%;
}
.catalog__filter {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
height: 50px;
border-radius: 8px;
border: 1px solid #e9ebeb;
font-weight: 500;
font-size: 14px;
color: var(--black);
}
.catalog__filter::after {
content: "";
float: left;
width: 20px;
height: 20px;
margin: auto 0 auto 6px;
background: url(//obyomka.pro/wp-content/themes/obyomka/img/icon-filter.svg) center/contain no-repeat;
}
.catalog__base {
width: 100%;
margin: 20px 0 0;
}
.catalog__category {
width: calc(100% + 30px);
margin: 0 -15px;
padding-left: 13px;
padding-right: 60px;
}
.catalog__category .slick-track {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.catalog__category .slick-arrow {
-webkit-transform: scale(0.6);
-ms-transform: scale(0.6);
transform: scale(0.6);
}
.catalog__category .slick-prev {
display: none;
}
.catalog__category .slick-next {
right: 0;
}
.catalog__category-item {
width: calc(25% - 4px);
margin: 0 2px;
}
.catalog__category-image {
height: 100px;
padding: 5px;
}
.catalog__category-name {
padding: 2px 10px 10px;
font-size: 13px;
}
.catalog__sort {
width: calc(100% + 30px);
margin: 20px -15px 0;
padding: 0 15px;
overflow-x: auto;
overflow-y: hidden;
}
.catalog__sort ul {
border-bottom: 1px solid #ededed;
}
.catalog__sort ul li a {
font-size: 14px;
padding-bottom: 12px;
}
.catalog__products {
margin-top: 10px;
}
.catalog__products .prod {
width: 33.3333%;
}
.catalog__products .prod::before {
display: none;
}
.catalog__pagination {
margin-top: 35px;
}
.catalog__pagination ul li {
margin: 0 2px;
font-size: 13px;
}
.filter {
display: none;
padding-top: 10px;
}
.filter__item {
margin-top: 25px;
}
.filter__item:first-child {
margin-top: 0;
}
.filter__item-name {
font-size: 14px;
}
.filter__item-block {
margin-top: 12px;
}
.filter__price input {
height: 50px;
padding: 0 14px;
font-size: 14px;
}
.filter__check-item {
margin-top: 10px;
}
.filter__check-item input:checked + p::before {
background: var(--accent) url(//obyomka.pro/wp-content/themes/obyomka/img/icon-check-white.svg) center/12px auto no-repeat;
}
.filter__check-item p {
padding-left: 34px;
font-size: 14px;
line-height: 22px;
font-size: 14px;
}
.filter__check-item p::before {
width: 22px;
height: 22px;
}
.product {
padding-top: 30px;
}
.product__block {
position: relative;
}
.product__image {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
padding-top: 15px;
}
.product__image-nav {
width: calc(100% + 6px);
margin: 15px -3px 0;
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.product__image-nav .slick-arrow {
display: none !important;
}
.product__image-nav_item {
width: 25%;
height: 72px;
margin: 0 3px;
}
.product__image-slider {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
width: 100%;
margin: 0;
}
.product__image-slider_item {
width: 100%;
height: 420px;
}
.product__base {
width: 100%;
margin: 25px 0 0;
}
.product__title {
font-size: 24px;
position: absolute;
top: 0;
left: 0;
}
.product__info {
margin-top: 0;
}
.product__info li p {
padding: 12px 0;
font-size: 13px;
}
.product__info li p:first-child {
width: 57%;
}
.product__info li p:last-child {
width: 43%;
}
.product__status {
margin-top: 15px;
}
.product__but {
-ms-flex-flow: wrap;
flex-flow: wrap;
}
.product__but .btn {
width: calc(50% - 10px);
}
.product__price {
width: 100%;
margin: 0;
padding-bottom: 15px;
font-size: 24px;
}
.product__price-old {
font-size: 14px;
}
.product__box {
margin-top: 15px;
}
.product__feature li p {
padding: 12px 0;
font-size: 13px;
}
.product__feature li p:first-child {
width: 57%;
}
.product__feature li p:last-child {
width: 43%;
}
.tab {
width: calc(100% + 30px);
max-width: 100vw !important;
margin-left: -15px;
margin-right: -15px;
padding: 0 15px;
overflow-x: auto;
overflow-y: hidden;
}
.tab ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.tab ul li {
margin-right: 20px;
padding-bottom: 18px;
font-size: 16px;
white-space: nowrap;
}
.contact {
padding-bottom: 55px;
}
.contact__block {
padding-top: 10px;
}
.contact__info {
width: 100%;
}
.contact__info-text {
font-size: 14px;
padding-bottom: 25px;
}
.contact__info-item {
padding-bottom: 12px;
margin-bottom: 12px;
}
.contact__info-name {
font-size: 14px;
}
.contact__info-list li {
font-size: 16px;
}
.contact__form {
margin: 15px 0 0;
width: 100%;
padding: 25px 30px;
}
.contact__form-name {
font-size: 20px;
}
.contact__form-block .btn {
width: 100%;
margin: 25px 0 0;
}
.contact__map {
margin-top: 25px;
height: 300px;
}
.check p {
font-size: 12px;
}
.delivery .faq__item-cap {
padding-right: 0;
padding-left: 25px !important;
}
.delivery .faq__item-desc {
padding-left: 25px !important;
padding-right: 0;
}
.modal__close {
top: 0;
right: 0;
-webkit-transform: scale(0.8);
-ms-transform: scale(0.8);
transform: scale(0.8);
}
.modal__block {
padding: 25px 20px;
border-radius: 0;
}
.modal__title {
display: block;
}
.modal__title-name {
display: block;
font-size: 30px;
font-weight: 600;
}
.modal__title-desc {
display: block;
margin-top: 12px;
font-size: 16px;
color: #70797d;
}
.applic {
margin-top: 55px;
}
.applic__block {
width: 100%;
margin: 15px 0 0;
flex-direction: column;
}
.applic__item {
width: 100%;
margin: 10px 0 0;
padding: 20px;
}
.applic__item:has(.applic__item-image) {
padding-left: 110px;
min-height: 120px;
justify-content: center;
}
.applic__item-image {
position: absolute;
width: 80px;
height: 80px;
top: 20px;
left: 15px;
margin: 0;
}
.applic__item-name {
font-size: 18px;
margin-top: 0;
}
.applic__item-desc {
margin-top: 8px;
}
}
@media screen and (max-width: 767px) {
.service__item {
width: calc(100% - 10px);
}
.prod {
width: 50%;
}
.support__item {
width: calc(100% - 10px);
}
.process__item {
width: calc(100% - 10px);
}
.catalog__products .prod {
width: 50%;
}
.product__image-slider_item {
height: 315px;
}
}
#wpadminbar {
top: auto !important;
bottom: 0 !important;
}
.screen-reader-text {
position: absolute;
visibility: hidden;
opacity: 0;
pointer-events: none;
display: none !important;
}