@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap");
@font-face {
font-family: 'SourceSansPro-Bold';
src: url(https://nezlamnidveri.com.ua/wp-content/themes/nezlamnidveri/fonts/Source Sans Pro/SourceSansPro-Bold.ttf) format('truetype');
}
:active,
:hover,
:focus {
outline: 0;
outline-offset: 0;
}
html {
scroll-behavior: smooth;
}
body {
font-family: 'Open Sans', sans-serif;
font-size: 14px;
line-height: normal;
}
* {
padding: 0;
margin: 0;
box-sizing: border-box;
}
*:before,
*:after {
box-sizing: border-box;
}
img {
max-width: 100%;
height: auto;
}
button {
cursor: pointer;
}
ins {
text-decoration: none;
font-weight: normal;
}
button,
input,
input::placeholder,
select,
textarea,
textarea::placeholder {
outline: none;
font-family: 'Open Sans', sans-serif;
font-size: 14px;
opacity: 1;
color: #000;
background: none;
border: none;
}
input {
border-radius: 0;
-webkit-border-radius: 0;
}
button,
input,
select,
textarea {
outline: none;
font-family: 'Open Sans', sans-serif;
font-size: 14px;
}
a {
text-decoration: none;
outline: none;
color: #000;
}
.container {
width: 100%;
max-width: 1250px;
margin: 0 auto;
}
header {
background: #222222;
}
.header {
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 999;
}
.header.scroll .breadcrumb-sect {
display: none;
} .admin-bar header {
top: 32px;
}
.header-top {
display: flex;
align-items: center;
justify-content: space-between;
padding: 5px 0;
}
.home .header-top {
-webkit-animation: slide-in-top 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
animation: slide-in-top 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
.header-top-left,
.header-top-right {
display: flex;
align-items: center;
}
.header-top-right {
padding-right: 15px;
}
.header-tels {
display: flex;
flex-direction: column;
align-items: flex-end;
gap: 5px;
}
.header-tels>a {
font-weight: 600;
color: #FFFFFF;
}
.header-top-left>a span {
margin-left: 10px;
}
.header-top-s-icons {
margin-left: 35px;
display: flex;
align-items: center;
}
.header-top-s-icons a {
margin: 0 7px;
}
.header-top-s-icons a:first-child {
margin-left: 0;
}
.header-top-s-icons a:last-child {
margin-right: 0;
}
.header-top-center a {
font-weight: 700;
font-family: 'SourceSansPro-Bold', sans-serif;
font-size: 40px;
color: #FFFFFF;
position: relative;
z-index: 2;
}
.header-top-center a::after {
content: '';
width: 105%;
height: 10px;
display: block;
background: #F95656;
position: absolute;
margin: 0;
bottom: 0;
left: 50%;
margin-right: -50%;
transform: translate(-50%, -50%);
z-index: -1;
}
.header-top-center.logo-img a::after {
display: none;
}
.header-top-center a img {
width: 80px;
}
.header-bottom ul.sub-menu {
display: none;
position: absolute;
left: -15px;
top: 30px;
background: rgb(249 86 86);
padding: 10px;
text-align: center;
list-style: none;
z-index: 9;
}
.header-bottom ul.sub-menu a {
color: #fff;
}
.menu-item-has-children::before {
content: "";
position: absolute;
display: block;
width: 150%;
height: 200%;
z-index: 5;
}
.menu-item-has-children::after {
content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' class='bi bi-caret-down-fill' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");
position: absolute;
right: -20px;
top: 2px;
transform: scale(0.7);
transition: all 0.3s ease-in-out 0s;
}
.menu-item-has-children.hovered::after {
transform: rotate(180deg) scale(0.7);
top: 0px;
}
.header-bottom ul.sub-menu li {
z-index: 9;
margin: 0;
}
.header-bottom ul.sub-menu li a {
display: block;
padding: 3px 0;
font-size: 12px;
}
.transparent-btn {
font-weight: 600;
color: #FFFFFF;
border: 1px solid #FFFFFF;
min-width: 180px;
padding: 10px;
display: inline-block;
text-align: center;
box-shadow: inset 0 0 0 0 #fff;
-webkit-transition: ease-out 0.2s;
-moz-transition: ease-out 0.2s;
transition: ease-out 0.2s;
}
.transparent-btn:hover {
box-shadow: inset 180px 0 0 0 #fff;
color: #000;
}
.black.transparent-btn {
color: #000;
border: 1px solid #000;
box-shadow: inset 0 0 0 0 #000;
-webkit-transition: ease-out 0.2s;
-moz-transition: ease-out 0.2s;
transition: ease-out 0.2s;
}
.black.transparent-btn .rotate-white,
.black.transparent-btn:hover .rotate-black {
display: none;
}
.black.transparent-btn:hover {
box-shadow: inset 180px 0 0 0 #000;
color: #fff;
}
.black.transparent-btn:hover .rotate-white {
display: inline;
}
.red.transparent-btn {
background: #F95656;
color: #FFFFFF;
border: none;
padding: 14px;
}
.red.transparent-btn:hover {
box-shadow: inset 180px 0 0 0 #a74d4d;
color: #fff;
}
.oneclick-btn:hover {
box-shadow: none !important;
}
.transparent-btn.icon {
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto;
}
.transparent-btn.icon img {
margin-left: 10px;
}
.center-btn {
text-align: center;
}
.lang {
font-weight: 700;
color: #FFFFFF;
position: relative;
margin-left: 20px;
}
.lang-current {
position: relative;
cursor: pointer;
text-transform: uppercase;
}
.lang-current::after {
content: '';
display: block;
width: 10px;
height: 100%;
margin: 0;
position: absolute;
top: 50%;
right: -10px;
margin-right: -50%;
background: url(https://nezlamnidveri.com.ua/wp-content/themes/nezlamnidveri/img/dropdown.svg) no-repeat right center;
transition: all .27s ease-in-out;
transform: rotate(0deg) translate(-50%, -50%);
}
.lang-current.click::after {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
top: 0;
}
.langs-list {
display: none;
position: absolute;
top: 20px;
left: -3px;
background: #FFFFFF;
box-shadow: 0px 2px 13px rgb(221 221 221);
padding: 10px;
width: 200%;
z-index: 9;
list-style: none;
}
.langs-list-item,
.lang-item {
margin-bottom: 10px;
color: #000;
text-transform: uppercase;
cursor: pointer;
}
.langs-list-item:last-child,
.lang-item:last-child {
margin-bottom: 0;
}
.header-bottom {
background: #F95656;
padding: 10px;
}
.header-bottom ul.menu {
list-style: none;
display: flex;
align-items: center;
justify-content: center;
}
.header-bottom ul li {
margin: 0 20px;
position: relative;
}
.header-bottom ul li:first-child {
margin-left: 0;
}
.header-bottom ul li:last-child {
margin-right: 0;
}
.header-bottom ul li a {
font-weight: 600;
color: #FFFFFF;
position: relative;
z-index: 9;
}
header .current-menu-item > a::after {
content: '';
position: absolute;
top: auto;
right: auto;
left: 0;
bottom: -3px;
width: 100%;
height: 2px;
background: #fff;
transform: none;
}
footer .current-menu-item::after {
display: none;
}
.front-main-sect,
.consult-form-sect {
position: relative;
}
.front-main-sect::after,
.consult-form-sect::after {
content: '';
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
display: block;
background-color: rgba(0, 0, 0, .6);
}
.front-main-sect video {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
display: block;
object-fit: cover;
}
.front-main {
padding: 330px 0 190px 0;
position: relative;
z-index: 1;
text-align: center;
color: #FFFFFF;
-webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
animation-delay: 1s;
}
.front-main h1 {
font-weight: 700;
font-size: 48px;
margin-bottom: 30px;
}
.front-main p {
font-size: 18px;
margin-bottom: 25px;
}
.advantages-sect,
.consult-form-sect {
padding: 55px 0 50px 0;
}
.advantages { padding-bottom: 30px;
}
.advantages div img {
display: block;
margin-bottom: 15px;
}
.advantages div span {
display: block;
font-size: 16px;
font-weight: 700;
line-height: normal;
text-transform: uppercase;
margin-bottom: 20px;
}
.advantages div p {
font-size: 12px;
line-height: 18px;
}
.text-media-sect {
background: #121212;
padding: 100px 0;
color: #B3B3B3;
}
.text-media-block {
display: grid;
grid-template-columns: 45% 45%;
align-items: center;
gap: 10%;
padding: 0 90px;
}
.section-title,
.woocommerce-products-header__title.page-title {
display: block;
font-weight: 700;
font-size: 26px;
margin-bottom: 20px;
}
.section-title.white {
color: #fff;
}
.section-title.line,
.woocommerce-products-header__title.page-title {
display: flex;
align-items: center;
margin-bottom: 40px;
}
.section-title.line::after,
.woocommerce-products-header__title.page-title::after {
content: '';
height: 2px;
background: #C4C4C4;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
margin-left: 30px;
}
.text-media-block-left p {
line-height: 26px;
letter-spacing: 1px;
text-align: justify;
margin-bottom: 25px;
}
.text-media-block-right img {
width: 100%;
}
.our-product-sect {
padding: 50px 0;
}
.our-product-wrapper {
display: grid;
grid-template-columns: repeat(5, 1fr);
gap: 0 6%;
align-items: center;
}
.our-product-wrapper a {
text-align: center;
}
.our-product-wrapper a img,
.ark-woo-single-product-related .swiper-slide a img {
display: block;
margin: 0 auto;
margin-bottom: 15px;
}
.our-product-wrapper a>span,
.archive-product-sect .products li a h2,
.archive-product-sect .products li a > span,
.ark-woo-single-product-related .swiper-slide a>span {
color: #484C51;
display: block;
margin-bottom: 5px;
font-size: 14px;
font-weight: 400;
}
.our-product-wrapper a p,
.archive-product-sect .products li a p,
.ark-woo-single-product-related .swiper-slide a p {
font-weight: 700;
}
.our-product-wrapper a p u,
.archive-product-sect .products li a p u,
.ark-woo-single-product-related .swiper-slide a p u {
text-decoration: none;
}
.our-product-wrapper a p s,
.archive-product-sect .products li a p s,
.ark-woo-single-product-related .swiper-slide a p s {
color: red;
}
.our-product-wrapper a p bdi,
.archive-product-sect .products li a p bdi,
.ark-woo-single-product-related .swiper-slide a p bdi {
display: flex;
align-items: center;
justify-content: center;
}
.our-product a.transparent-btn.icon {
margin-top: 40px;
width: max-content;
}
.our-works-sect {
margin-bottom: 95px;
}
.our-works-sect.padding {
margin-top: 95px;
}
.our-works-wrapper {
display: grid;
grid-template-columns: 47% 22% 27%;
gap: 0 2%;
align-items: center;
}
.our-works-wrapper a,
.our-works-wrapper div {
height: 100%;
display: flex;
flex-direction: column;
gap: 5%;
}
.our-works-wrapper a img {
width: 100%;
height: 100%;
object-fit: cover;
}
.consult-form-thank {
display: none;
}
.consult-form-sect form,
.consult-form-thank {
position: relative;
z-index: 1;
color: #fff;
text-align: center;
}
.consult-form-sect form>span,
.consult-form-thank span {
font-weight: 700;
font-size: 36px;
display: block;
margin-bottom: 10px;
}
.consult-form-sect form p,
.consult-form-thank p {
font-size: 20px;
margin-bottom: 40px;
}
.consult-form-inputs {
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 15px;
}
.consult-form-inputs input {
border: 1px solid #fff;
min-width: 230px;
padding: 12px 18px;
margin: 0 7px;
color: #fff;
}
.consult-form-inputs input:first-child {
margin-left: 0;
}
.consult-form-inputs input:last-child {
margin-right: 0;
}
.consult-form-inputs input::placeholder {
color: #fff;
}
.consult-form-sect form label {
margin-bottom: 20px;
display: flex;
align-items: center;
justify-content: center;
}
.consult-form-sect form label span {
margin-left: 5px;
}
.consult-form-sect form label span a {
font-weight: 600;
text-decoration: underline;
color: #fff;
}
input[type="checkbox"] {
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
position: relative;
width: 18px;
height: 18px;
display: inline-block !important;
}
input[type="checkbox"]::before {
content: '';
display: block;
width: 18px;
height: 18px;
border: 1px solid #fff;
border-radius: 18%;
cursor: pointer;
background: rgba(217, 217, 217, .2);
}
input[type="checkbox"]:checked::before {
content: '';
display: block;
width: 18px;
height: 18px;
border: 1px solid #fff;
border-radius: 18%;
background-image: url(https://nezlamnidveri.com.ua/wp-content/themes/nezlamnidveri/img/checkbox.svg);
background-repeat: no-repeat;
background-position: center center;
}
.our-partners-sect {
margin: 70px 0 80px 0;
}
.our-partners .swiper-slide {
display: flex;
align-items: center;
justify-content: center;
height: auto;
}
.our-partners .swiper-slide img {
width: 100%;
}
.partners-pagination,
.design-pagination,
.swiper-pagination {
position: static;
padding-top: 35px;
}
footer {
background: #222222;
color: #E6DCD7;
}
.footer-top {
padding: 50px 0 40px 0;
display: grid;
grid-template-columns: 34% 11% 11% 18%;
gap: 0 8%;
}
.footer-logo {
margin-bottom: 20px;
}
.footer-top p {
line-height: 22.4px;
margin-bottom: 30px;
}
.footer-s-icons {
display: flex;
align-items: center;
}
.footer-s-icons a {
margin: 0 10px;
}
.footer-s-icons a:first-child {
margin-left: 0;
}
.footer-s-icons a:last-child {
margin-right: 0;
}
.footer-top span {
font-weight: 600;
font-size: 18px;
color: #fff;
display: block;
margin-bottom: 35px;
text-transform: uppercase;
}
.footer-top ul {
list-style: none;
}
.footer-top ul li {
margin-bottom: 10px;
}
.footer-top ul li a {
color: #E6DCD7;
font-size: 16px;
}
.footer-top address {
font-size: 16px;
font-style: normal;
margin-bottom: 20px;
}
.footer-top address u {
display: block;
text-decoration: none;
}
.footer-tels {
margin-bottom: 15px;
}
.footer-tels a,
.footer-mail {
font-weight: 600;
color: #FFFFFF;
display: block;
}
.footer-bottom a {
color: #fff;
}
.footer-bottom-wrapper {
background: #1B1B1B;
padding: 10px;
text-align: center;
color: #E6DCD7;
font-size: 12px;
}
.breadcrumb-sect {
background: #222222;
padding: 15px 0;
font-size: 12px;
}
.breadcrumb ul li:after {
content: "/";
margin: 0 0.8em;
color: #B0B0B0;
}
.breadcrumb ul li:last-child:after {
display: none;
}
.breadcrumb ul {
list-style: none;
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 10px 0;
}
.breadcrumb ul li a {
color: #B0B0B0;
}
.breadcrumb ul li.active {
color: #FFFFFF;
}
.faq-sect {
padding: 50px 0;
}
.faq-sect .section-title.line {
margin-bottom: 35px;
}
.faq-wrapper {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 10px 15px;
}
.faq .faq-item {
position: relative;
padding: 20px;
border: 1px solid #D3DAE0;
height: max-content;
}
.faq .tab-btn-dwn {
font-weight: 600;
font-size: 16px;
cursor: pointer;
position: relative;
padding-right: 35px;
}
.faq .tab-content {
margin-top: 10px;
display: none;
font-size: 13px;
color: #393D41;
}
.faq .tab-content.first {
display: block;
}
.faq .tab-btn-dwn::after {
content: url(https://nezlamnidveri.com.ua/wp-content/themes/nezlamnidveri/img/dropdown-faq.svg);
position: absolute;
right: 0;
top: 0;
transition: all .5s ease-in-out;
}
.faq .tab-btn-dwn.active::after {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
}
.seo-sect {
margin-bottom: 60px;
}
.seo-sect.padding {
margin-top: 60px;
}
.seo-wrapper {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 0 25px;
line-height: 26px;
color: #393D41;
}
.seo-wrapper p,
.seo-wrapper h1,
.seo-wrapper h2,
.seo-wrapper h3,
.seo-wrapper h4,
.seo-wrapper h5,
.seo-wrapper h6,
.seo-wrapper ol,
.seo-wrapper ul {
margin-bottom: 15px;
list-style-position: inside;
}
.seo-wrapper table {
border: 1px solid #000;
border-collapse: collapse;
margin-bottom: 15px;
}
.seo-wrapper table td {
border: 1px solid #000;
padding: 10px;
}
.seo-wrapper h1 {
font-size: 28px;
line-height: 38px
}
.seo-wrapper h2 {
font-size: 21px;
line-height: 31px
}
.seo-wrapper h3 {
font-size: 18px;
line-height: 28px
}
.gallery-sect {
padding: 50px 0;
}
.gallery-wrapper {
display: grid;
grid-template-columns: 24.5% 24.5% 24.5% 24.5%;
gap: 50px 2%;
margin-bottom: 35px;
}
.swiper-button-next::after,
.swiper-button-prev::after {
color: #fff;
transform: scale(.6);
}
.gallery-load-more {
display: none;
}
.pagination {
text-align: center;
}
.pagination .nav-links span,
.pagination .nav-links a {
font-weight: 700;
}
.pagination .nav-links * {
margin: 0 4px;
}
.pagination .nav-links .current {
border: 1px solid #C4C4C4;
padding: 0px 6px;
}
.pagination-block .load-more-button-wrapper {
margin-bottom: 20px;
}
.gallery-wrapper a img {
display: block;
}
.gallery-wrapper a p,
.ark-woo-single-product-design .swiper a p {
color: #393D41;
text-align: center;
margin-top: 20px;
}
.services-sect {
padding: 50px 0;
}
.services-item {
display: grid;
grid-template-columns: 51% 45%;
gap: 4%;
align-items: center;
margin-bottom: 60px;
padding: 0 55px;
}
.services-item:nth-child(even) {
direction: rtl;
text-align: left;
}
.services-item:last-child {
margin-bottom: 0;
}
.services-item-left span {
font-weight: 700;
font-size: 21px;
color: #222222;
display: block;
margin-bottom: 10px;
direction: ltr;
}
.services-item-descr {
font-weight: 300;
line-height: 26px;
margin-bottom: 20px;
}
.services-item-descr > * {
margin-bottom: 20px;
}
.services-item-descr > *:last-child {
margin-bottom: 0;
}
.services-item-right img {
display: block;
width: 100%;
}
.single-service-sect {
padding: 50px 0;
}
.single-service-wrapper {
display: grid;
grid-template-columns: 56% 41%;
gap: 0 3%;
}
.about-sect {
padding: 50px 0 90px 0;
}
.about-wrapper {
display: grid;
grid-template-columns: 43% 45%;
gap: 12%;
align-items: center;
padding: 0 90px;
}
.about-left span {
font-weight: 700;
font-size: 26px;
line-height: 38.85px;
display: block;
margin-bottom: 15px;
}
.about-left div {
line-height: 26px;
color: #393D41;
letter-spacing: -1px;
}
.about-right img {
display: block;
width: 100%;
}
#sb_instagram #sbi_images {
display: grid;
grid-template-columns: repeat(6, 1fr);
}
.ins-fe-ed img {
display: block;
width: 100%;
}
.contacts-sect {
padding: 50px 0 70px 0;
}
.contacts-wrapper {
display: grid;
grid-template-columns: 43% 54%;
gap: 0 3%;
}
.contact-sub>span {
font-weight: 700;
font-size: 18px;
display: block;
margin-bottom: 15px;
}
.contacts-address-text {
display: flex;
align-items: flex-start;
margin-bottom: 20px;
}
.contacts-address-text img {
margin-right: 15px;
}
.contacts-address-text address {
font-style: normal;
line-height: 26px;
}
.contact-sub {
margin-bottom: 35px;
}
.contact-sub:last-child {
margin-bottom: 0;
}
.contacts-connect-links a {
display: flex;
align-items: center;
margin-bottom: 15px;
}
.contacts-connect-links a:last-child {
margin-bottom: 0;
}
.contacts-connect-links a img {
margin-right: 10px;
}
.contacts-connect-links {
margin-bottom: 25px;
}
.contacts-right iframe {
width: 100%;
height: 345px;
}
.page-404-sect {
padding: 50px 0 70px 0;
}
.page-404-wrapper {
display: grid;
grid-template-columns: 50% 50%;
align-items: center;
}
.page-404-left span {
font-weight: 700;
font-size: 96px;
display: block;
margin-bottom: 5px;
line-height: 1;
}
.page-404-left p {
font-weight: 600;
font-size: 20px;
margin-bottom: 30px;
}
.hidden {
display: none;
}
.no-post {
text-align: center;
}
.index-page-sect .no-post {
padding: 10vh 0;
}
.index-page-sect {
padding: 10vh 0;
}
.index-page-title {
margin-bottom: 25px;
}
.index-page-post-item {
margin-bottom: 15px;
}
.archive-product-sect {
padding: 50px 0 20px 0;
}
.woocommerce-products-header {
background: transparent;
}
.archive-product-sect .products {
display: grid;
grid-template-columns: repeat(5, 1fr);
gap: 50px 1%;
list-style: none;
padding: 25px 0px;
}
.archive-product-sect .products li {
display: flex;
align-items: center;
justify-content: center;
text-align: center;
}
.archive-product-sect .products li a img {
width: 80%;
display: block;
margin: 0 auto;
margin-bottom: 15px;
}
.woocommerce-product-gallery {
opacity: 1 !important;
}
.single-product-sect {
padding: 50px 0 110px 0;
}
.ark-woo-single-product-wrapper {
display: grid;
grid-template-columns: 26% 69%;
gap: 5%;
}
.ark-woo-order-wrapper {
margin-top: 50px;
}
.ark-woo-order-wrapper .price {
margin-bottom: 20px;
}
.product-type-simple .ark-woo-single-product-bottom > form > span,
.ark-woo-single-product-bottom .qib-container {
display: none !important;
}
.oneclick-btn {
margin-top: 20px !important;
}
.ark-woo-single-product-wrapper .summary.entry-summary>p.price,
.reset_variations, .single_add_to_cart_button,
.single-product-gallery-nav-next,
.single-product-gallery-nav-prev,
.single_add_to_cart_button,
.tm-has-options .woocommerce-variation,
.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled > span,
.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled .qib-container,
.tm-options-totals,
dt.tm-final-totals{
display: none !important;
}
.tc-label-wrap span {
margin: 0 !important;
}
.ark-woo-single-product-middle {
margin-bottom: 20px;
}
.product_title {
font-weight: 600;
font-size: 34px;
line-height: 37.4px;
padding-bottom: 15px;
border-bottom: 1px solid #E7E7E7;
margin-bottom: 25px;
text-transform: uppercase;
}
.single-product table.variations {
width: 100%;
padding-bottom: 25px;
border-bottom: 1px solid #E7E7E7;
margin-bottom: 20px;
}
.single-product .tm-has-options table.variations {
border-bottom: none;
padding-bottom: 0;
}
.tm-has-options.product-type-variable .tc-extra-product-options {
padding-bottom: 25px;
border-bottom: 1px solid #E7E7E7;
}
.single-product table.variations tbody {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
gap: 15px 25px;
}
.single-product table.variations tbody th {
display: block;
text-align: left;
font-weight: 600;
margin-bottom: 10px;
}
.single-product table.variations tbody td {
display: block;
width: 100%;
}
.single-product table.variations select {
padding: 7px 15px;
border: 1px solid #E7E7E7;
width: 100%;
font-size: 13px;
}
.single-product-sliders-wrapper {
text-align: center;
}
#ua-lang .woocommerce-variation.single_variation::before,
#ua-lang p.price::before,
#ua-lang .price.amount.final::before{
content: "Ціна";
display: block;
margin-bottom: 5px;
font-weight: 600;
font-size: 14px;
}
#ru-lang .woocommerce-variation.single_variation::before,
#ru-lang p.price::before,
#ru-lang .price.amount.final::before{
content: "Цена";
display: block;
margin-bottom: 5px;
font-weight: 600;
font-size: 14px;
}
.sale p.price::before {
position: absolute;
top: 0px;
left: 0px;
}
.price,
.price bdi {
font-size: 26px;
font-weight: 600;
}
.sale .price {
display: flex;
flex-direction: row-reverse;
justify-content: flex-end;
}
.sale .price del {
color: red;
margin-left: 15px;
}
.product-type-simple .ark-woo-single-product-bottom p.price {
margin-bottom: 25px !important;
}
.product-type-simple.sale .ark-woo-single-product-bottom p.price {
padding-top: 20px;
position: relative;
}
.single-product .variations_form.cart .woocommerce-Price-currencySymbol {
font-weight: 400;
}
.variations_form.cart {
margin-bottom: 20px;
}
.oneclick-btn,
dl.tm-extra-product-options-totals dd.tm-final-totals,
.woocommerce-variation.single_variation,
.product-type-simple.sale .ark-woo-single-product-bottom p.price,
.product-type-simple .ark-woo-single-product-bottom p.price {
max-width: 340px;
margin: 0 0 0 auto;
}
.product-type-variable .ark-woo-single-product-bottom p.price {
margin-bottom: 20px !important;
}
.oneclick-btn {
display: block;
width: 100%;
}
.tm-extra-product-options ul.tmcp-ul-wrap.tm-element-ul-radio,
.decor-checkbox ul.tmcp-ul-wrap.tm-element-ul-checkbox{
gap: 20px 35px;
max-height: 280px;
overflow-x: hidden;
overflow-y: auto;
padding-right: 20px;
}
.tm-extra-product-options ul.tmcp-ul-wrap.tm-element-ul-radio::-webkit-scrollbar-track,
.tm-extra-product-options ul.tmcp-ul-wrap.tm-element-ul-checkbox::-webkit-scrollbar-track {
border-radius: 10px;
background-color: #F5F5F5;
}
.tm-extra-product-options ul.tmcp-ul-wrap.tm-element-ul-radio::-webkit-scrollbar,
.tm-extra-product-options ul.tmcp-ul-wrap.tm-element-ul-checkbox::-webkit-scrollbar {
width: 6px;
background-color: #fff;
}
.tm-extra-product-options ul.tmcp-ul-wrap.tm-element-ul-radio::-webkit-scrollbar-thumb,
.tm-extra-product-options ul.tmcp-ul-wrap.tm-element-ul-checkbox::-webkit-scrollbar-thumb {
border-radius: 10px;
background-color: #8498A1;
}
.tc-section-label-text {
color: #222;
font-size: 26px !important;
font-weight: 700 !important;
}
.decor-checkbox .checkbox-image-label {
display: none;
}
.single-product-gallery-nav .swiper-slide,
.single-product-gallery-nav .swiper-slide img {
width: 75px;
height: 75px;
object-fit: cover;
cursor: pointer;
}
.single-product-gallery-for {
margin-bottom: 40px;
}
.increase {
position: absolute;
bottom: 0;
right: 0;
z-index: 99;
cursor: pointer;
}
.ark-woo-single-product-design .swiper {
margin-bottom: 35px;
}
.ark-woo-single-product-design-sect {
margin: 40px 0;
}
.ark-woo-single-product-additional-gallery-sect {
margin-top: 40px;
margin-bottom: 60px;
}
.single-product .gallery-wrapper {
margin-bottom: 0;
}
.ark-woo-single-product-related .swiper-wrapper {
align-items: center;
}
.ark-woo-single-product-related .swiper-slide {
text-align: center;
}
.ark-woo-single-product-related {
padding-bottom: 40px;
}
.ark-woo-single-product-model {
display: block;
font-weight: 600;
margin-bottom: 15px;
}
.ark-woo-single-product-model u {
text-decoration: none;
font-weight: 400;
}
.ark-woo-single-product-content {
font-weight: 400;
line-height: 26px;
text-align: justify;
}
.quantity .screen-reader-text,
.product-type-variable .ark-woo-single-product-bottom p.price,
.product-type-simple .ark-woo-single-product-bottom .single_add_to_cart_button,
.tc-col.tc-label.radio-image-label{
display: none !important;
}
.product-type-simple .ark-woo-single-product-bottom>form {
display: flex;
align-items: center;
margin-top: 30px;
margin-bottom: 25px;
padding-bottom: 40px;
border-bottom: 1px solid #E7E7E7;
} .tm-has-options .tc-extra-product-options {
margin-bottom: 25px;
}
.tm-epo-totals {
padding: 0 !important;
}
.tm-has-options.product-type-simple .tm-final-totals {
display: none;
}
.product-type-simple .ark-woo-single-product-bottom>form > span {
font-weight: 600;
margin-right: 70px;
}
.qib-button:not(#qib_id):not(#qib_id),
.qib-container .quantity input.qty:not(#qib_id):not(#qib_id) {
background: transparent !important;
border: none !important;
}
.qib-button:not(#qib_id):not(#qib_id) {
color: #666666 !important;
font-weight: 900;
font-size: 25px !important;
}
.qib-container:not(#qib_id):not(#qib_id) {
border: 1px solid #E7E7E7;
}
.ark-overlay-1clickbuy,
.ark-overlay-feedback,
.ark-overlay-tels {
display: none;
position: fixed;
top: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.75);
z-index: 999;
backdrop-filter: blur(4px);
}
.ark-overlay-1clickbuy .popup-1clickbuy,
.ark-overlay-feedback .popup-feedback,
.ark-overlay-tels .popup-tels {
position: fixed;
width: 345px;
z-index: 4;
margin: 0;
top: 50%;
left: 50%;
margin-right: -50%;
transform: translate(-50%, -50%);
}
.ark-overlay-tels .popup-tels {
top: 90px;
left: 0;
transform: none;
width: 100%;
}
.ark-overlay-1clickbuy .popup-close-1clickbuy,
.ark-overlay-feedback .popup-close-feedback,
.ark-overlay-tels .popup-close-tels{
position: absolute;
right: -35px;
top: -35px;
cursor: pointer;
z-index: 99;
padding: 19px;
border-radius: 100%;
}
.ark-overlay-tels .popup-close-tels {
left: 15px;
top: -55px;
}
.ark-overlay-1clickbuy .popup-close-1clickbuy::before,
.ark-overlay-1clickbuy .popup-close-1clickbuy::after,
.ark-overlay-feedback .popup-close-feedback::before,
.ark-overlay-feedback .popup-close-feedback::after,
.ark-overlay-tels .popup-close-tels::before,
.ark-overlay-tels .popup-close-tels::after {
position: absolute;
left: 18px;
top: 8px;
content: ' ';
height: 22px;
width: 2px;
border-radius: 4px;
background-color: #fff;
z-index: 100;
}
.ark-overlay-1clickbuy .popup-close-1clickbuy::before,
.ark-overlay-feedback .popup-close-feedback::before,
.ark-overlay-tels .popup-close-tels::before{
transform: rotate(45deg);
}
.ark-overlay-1clickbuy .popup-close-1clickbuy::after,
.ark-overlay-feedback .popup-close-feedback::after,
.ark-overlay-tels .popup-close-tels::after{
transform: rotate(-45deg);
}
.popup-content-1clickbuy,
.popup-content-feedback {
background: #fff;
padding: 30px 50px 50px 50px;
}
.popup-content-tels {
padding: 60px 20px;
background: #F95656;
}
#form-1clickbuy>span,
.form-1clickbuy-thank span,
#form-feedback>span,
.form-feedback-thank span {
color: #231F20;
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 700;
text-transform: uppercase;
display: block;
margin-bottom: 35px;
}
.form-1clickbuy-thank span,
.form-feedback-thank span {
margin-bottom: 15px;
font-size: 32px;
}
.form-1clickbuy-inputs,
.form-feedback-inputs {
margin-bottom: 20px;
}
.form-1clickbuy-inputs input,
.form-feedback-inputs input {
border: 1px solid #000;
height: 45px;
padding: 0 20px;
width: 100%;
margin-bottom: 10px;
}
.form-1clickbuy-inputs input:last-child,
.form-feedback-inputs input:last-child {
margin-bottom: 0;
}
#form-1clickbuy input[type="checkbox"],
#form-feedback input[type="checkbox"] {
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
position: relative;
width: 18px;
height: 18px;
display: inline-block !important;
}
#form-1clickbuy input[type="checkbox"]::before,
#form-feedback input[type="checkbox"]::before {
content: '';
display: block;
width: 18px;
height: 18px;
border: 1px solid #000;
cursor: pointer;
}
#form-1clickbuy input[type="checkbox"]:checked::before,
#form-feedback input[type="checkbox"]:checked::before {
content: '';
display: block;
width: 18px;
height: 18px;
border: 1px solid #000;
background-image: url(https://nezlamnidveri.com.ua/wp-content/themes/nezlamnidveri/img/check.svg);
background-repeat: no-repeat;
background-position: center center;
}
#form-1clickbuy label,
#form-feedback label {
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 25px;
}
#form-1clickbuy label span,
#form-feedback label span {
font-size: 9px;
margin-left: 5px;
}
#form-1clickbuy label span a,
#form-feedback label span a {
font-weight: 600;
text-decoration: underline;
}
.button-wrapper,
.form-1clickbuy-thank,
.form-feedback-thank {
text-align: center;
}
.form-1clickbuy-thank,
.form-feedback-thank {
margin: 50px 0px;
display: none;
}
.form-1clickbuy-thank p,
.form-feedback-thank p {
font-size: 18px;
line-height: 28px;
max-width: 80%;
margin: 0 auto;
margin-bottom: 30px;
}
.no-scroll {
overflow: hidden;
}
.adaptive-menu-btn {
display: none;
}
.adaptive-menu-btn div {
width: 35px;
height: 3px;
background: #fff;
margin-bottom: 5px;
border-radius: 12px;
}
.tel-menu {
background: #F95656;
padding: 30px 0;
position: fixed;
width: 100%;
height: 100vh;
top: 0;
left: 0;
z-index: 999;
overflow: hidden;
transform: translateY(-100%);
transition: all 0.2s ease;
opacity: 0;
}
.tel-menu.showNav {
top: 0;
opacity: 1;
z-index: 99999;
}
.showNav {
transform: translateY(0);
}
.tel-menu-top {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 60px;
}
.tel-menu-top .lang {
margin-left: 0;
font-size: 24px;
}
.tel-menu-top .lang-current::after {
background: url(https://nezlamnidveri.com.ua/wp-content/themes/nezlamnidveri/img/tel-menu-dropdown.svg) no-repeat right center;
width: 15px;
}
.tel-menu-top .langs-list {
top: 35px;
}
.tel-menu-center ul {
list-style: none;
text-align: center;
}
.tel-menu-center ul li {
margin-bottom: 35px;
}
.tel-menu-center ul li a {
font-weight: 600;
font-size: 20px;
color: #fff;
}
.tel-menu-center .header-top-s-icons {
margin-left: 0;
justify-content: center;
margin-top: 60px;
margin-bottom: 70px;
}
.tel-menu-center .header-top-s-icons img {
width: 30px;
height: 30px;
}
.tel-menu-center ul .sub-menu {
display: none;
margin-top: 15px;
margin-bottom: 35px;
}
.tel-menu-center ul .sub-menu li {
margin-bottom: 15px;
}
.tel-menu-center ul .sub-menu li a {
font-size: 16px;
}
.tel-menu-center ul .sub-menu.show-sub {
display: block;
}
.tel-menu-center .menu-item-has-children {
position: relative;
}
.tel-menu-center .menu-item-has-children::after {
content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' class='bi bi-caret-down-fill' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");
position: absolute;
right: 0;
top: 2px;
transform: scale(1);
transition: all 0.3s ease-in-out 0s;
}
.tel-menu-center .menu-item-has-children.hovered::after {
transform: rotate(180deg);
top: 0;
}
.tel-menu-bottom a {
display: block;
width: 100%;
}
.tel-menu .container {
height: 100%;
}
.tel-menu-wrapper {
height: 100%;
display: flex;
flex-direction: column;
overflow: auto;
}
.swiper-pagination {
display: flex;
align-items: center;
justify-content: center;
}
.swiper-pagination-bullet {
width: 25px;
height: 2px;
}
.swiper-pagination-bullet-active {
background: #000;
}
.product-mob-title {
display: none;
} .tc-section-label-text {
font-size: 16px;
font-weight: bold;
}
.tc-row.tm-collapse {
border: none;
background: transparent;
}
.tm-extra-product-options .tm-collapse .tc-epo-label.tm-section-label {
padding-left: 0 !important;
}
.tc-image, .tm-extra-product-options .tmcp-field-wrap .tc-label-wrap .tc-image {
width: 50px;
height: 50px;
border-radius: 100%;
}
.tm-extra-product-options .tmcp-field-wrap.tc-active.tc-mode-text, .tm-extra-product-options .tmcp-field-wrap.tc-active .tc-label-wrap .tc-image {
border-radius: 60px;
border: 3px solid #F95656;
}
.tm-extra-product-options .add_var .tmcp-field-wrap label {
gap: 0;
position: relative;
}
.tm-extra-product-options .add_var .tmcp-field-wrap label::after {
content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z'/%3E%3C/svg%3E");
top: 17px;
right: 10px;
position: absolute;
width: 15px;
}
.tm-extra-product-options .add_var .tmcp-field-wrap label select {
-webkit-appearance: none !important;
-moz-appearance: none !important;
padding-right: 30px;
}
.tm-extra-product-options .add_var .cpf-type-select ul.tmcp-ul-wrap.fullwidth-ul li.tmcp-field-wrap .tc-field-label-wrap {
grid-template-columns: 82% 16%;
}
.tcfa-angle-down::before {
font-size: 22px;
}
.tcfa-search::before {
content: url(data:image/jpg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAYGBgYGBgYHBwYJCgkKCQ0MCwsMDRQODw4PDhQfExYTExYTHxshGxkbIRsxJiIiJjE4Ly0vOEQ9PURWUVZwcJYBBgYGBgYGBgcHBgkKCQoJDQwLCwwNFA4PDg8OFB8TFhMTFhMfGyEbGRshGzEmIiImMTgvLS84RD09RFZRVnBwlv/CABEIABMAEgMBEQACEQEDEQH/xAAXAAADAQAAAAAAAAAAAAAAAAAEBQYH/9oACAEBAAAAANwGfIVNMYJYf//EABQBAQAAAAAAAAAAAAAAAAAAAAD/2gAIAQIQAAAAAH//xAAUAQEAAAAAAAAAAAAAAAAAAAAA/9oACAEDEAAAAAB//8QAIhAAAgMAAQQCAwAAAAAAAAAAAQIDBBEAEhMhMQUiECMy/9oACAEBAAE/AL17s9LukksssnRGif07YWwbgHgcq/Id6YQyQPFIULprKyuqnD0spPrRvF+SuKoUTHAOX60s/YkhCGSJm+jkqrq6lWUsASPe8oUbNOzRVaKpVRZlAWbuOryYet9A+vjPG/i/GkduVUXF3ijWHEqVuhP0r6HP/8QAFBEBAAAAAAAAAAAAAAAAAAAAMP/aAAgBAgEBPwAf/8QAFBEBAAAAAAAAAAAAAAAAAAAAMP/aAAgBAwEBPwAf/9k=);
}
.tc-lightbox-button {
border-radius: 4px;
overflow: hidden;
background: none;
opacity: 1;
}
.tc-lightbox-wrap {
right: -10px;
}
.tc-extra-product-options .cpf-type-select .tmcp-field-wrap label.fullwidth select, .tc-extra-product-options .cpf-type-select .tmcp-field-wrap label.fullwidth > * {
border: 1px solid #878787;
border-radius: 4px;
}
.add_var .tc-cell > .tc-row {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 15px 30px;
}
.add_var .tc-epo-element-label-text {
font-size: 14px;
font-weight: 600;
line-height: 22px;
}
.add_var select {
padding: 15px;
font-size: 13px;
border-radius: 0 !important;
border: 1px solid #E7E7E7 !important;
}
.add_var .tc-element-inner-wrap .tc-row {
gap: 10px;
}
.ark-woo-product-cat-aside {
display: none;
}
.term-dveri .ark-woo-product-cat-aside,
.term-dvery .ark-woo-product-cat-aside{
display: block;
}
.ark-woo-archive-product-wrapper {
display: grid;
grid-template-columns: 20% 75%;
gap: 5%;
}
.ark-woo-sidebar-categories {
list-style: none;
}
.ark-woo-sidebar-categories li {
margin-bottom: 10px;
}
.ark-woo-sidebar-categories li:last-child {
margin-bottom: 0;
}
.ark-woo-sidebar-categories a {
font-size: 16px;
}
.ark-woo-sidebar-categories a i {
font-style: normal;
color: gray;
}
.popup-content-tels a {
display: flex;
align-items: center;
gap: 10px;
font-size: 20px;
font-weight: 700;
letter-spacing: 0px;
color: #fff;
margin-bottom: 15px;
}
.popup-content-tels a:last-child {
margin-bottom: 0;
}
.popup-content-tels a img {
width: 20px;
}
@-webkit-keyframes fade-in-bottom {
0% {
-webkit-transform: translateY(50px);
transform: translateY(50px);
opacity: 0;
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 1;
}
}
@keyframes fade-in-bottom {
0% {
-webkit-transform: translateY(50px);
transform: translateY(50px);
opacity: 0;
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 1;
}
}
@-webkit-keyframes slide-in-top {
0% {
-webkit-transform: translateY(-1000px);
transform: translateY(-1000px);
opacity: 0;
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 1;
}
}
@keyframes slide-in-top {
0% {
-webkit-transform: translateY(-1000px);
transform: translateY(-1000px);
opacity: 0;
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 1;
}
} @media (max-width: 1300px) {
.container {
max-width: 942px;
}
.text-media-block {
padding: 0;
}
.ark-woo-single-product-wrapper .summary.entry-summary {
padding-right: 0;
}
.about-wrapper {
padding: 0;
}
}
@media (max-width: 992px) {
.container {
max-width: 718px;
}
.adaptive-menu-btn {
display: block;
}
.header-top-right>a,
.header-top-right .lang,
.header-top-left .header-top-s-icons,
.header-top-left a span,
.header-bottom {
display: none;
}
.header-top-left a img {
width: 25px;
height: 25px;
}
.header-top-right {
padding-right: 0;
}
.our-product-wrapper {
display: block;
}
.our-product-wrapper a {
display: block;
margin-bottom: 30px;
}
.our-product-wrapper a img,
.ark-woo-single-product-related .swiper-slide a img {
width: 40%;
}
.footer-top {
grid-template-columns: 1fr 1fr;
gap: 70px 8%;
}
.archive-product-sect .products {
display: block;
}
.archive-product-sect .products li {
margin-bottom: 50px;
}
.archive-product-sect .products li:last-child{
margin-bottom: 0;
}
.archive-product-sect .products {
margin-bottom: 50px;
padding: 0;
}
.gallery-wrapper.swiper-wrapper {
display: flex;
gap: 0;
}
.admin-bar .tel-menu {
height: calc(100vh - 32px);
top: 32px;
}
.services-item {
padding: 0;
}
.single-service-wrapper {
display: flex;
flex-direction: column-reverse;
}
.single-service-right img {
width: 100%;
}
.single-service-right {
margin-bottom: 50px;
}
.ark-woo-archive-product-wrapper {
display: block;
}
.term-dveri .ark-woo-product-cat-aside {
margin-bottom: 40px;
}
.menu-item-has-children::before,
.header-top-right .transparent-btn {
display: none;
}
}
@media (max-width: 768px) {
.container {
max-width: 526px;
}
.text-media-block {
display: flex;
flex-direction: column-reverse;
}
.text-media-block-right {
margin-bottom: 40px;
width: 100%;
}
.text-media-sect {
padding: 50px 0;
}
.our-product-wrapper a img,
.ark-woo-single-product-related .swiper-slide a img {
width: 50%;
}
.our-works-wrapper {
grid-template-columns: 1fr 1fr;
grid-template-areas:
"work-1 work-1"
"work-double work-4";
gap: 15px 5px;
}
.work-1 {
grid-area: work-1;
}
.work-double {
grid-area: work-double;
}
.work-4 {
grid-area: work-4;
}
.our-works-wrapper a,
.our-works-wrapper div {
gap: 5px;
}
.faq-wrapper,
.seo-wrapper {
display: block;
}
.faq-item {
margin-bottom: 15px;
}
.seo-sect .section-title.line {
margin-bottom: 15px;
}
.ark-woo-single-product-wrapper {
display: block;
}
.product-mob-title {
display: block;
border-bottom: none;
padding-bottom: 0;
font-size: 30px;
}
.single-product-sect .section-title.line,
.ark-woo-single-product-top .product_title {
display: none;
}
.single-product-sliders-wrapper {
margin-bottom: 40px;
}
.single-product-sect {
padding: 50px 0 50px 0;
}
.admin-bar .tel-menu {
height: calc(100vh - 46px);
top: 46px;
}
.gallery-wrapper {
grid-template-columns: 49% 49%;
gap: 2%;
}
.services-item {
display: flex;
flex-direction: column-reverse;
}
.services-item-right img,
.services-item-right {
width: 100%;
}
.services-item-right {
margin-bottom: 20px;
}
.services-item-left a {
display: block;
width: 100%;
}
.single-service-left .black.transparent-btn {
display: block;
width: 100%;
}
.black.transparent-btn:hover {
color: #000;
box-shadow: inset 0 0 0 0 #000;
}
.about-wrapper {
display: flex;
flex-direction: column-reverse;
}
.about-right {
width: 100%;
margin-bottom: 20px;
}
.contacts-wrapper {
display: block;
}
.contacts-left {
margin-bottom: 50px;
}
.page-404-wrapper {
display: block;
}
.page-404-left {
margin-bottom: 30px;
text-align: center;
}
.oneclick-btn, dl.tm-extra-product-options-totals dd.tm-final-totals, .woocommerce-variation.single_variation, .product-type-simple.sale .ark-woo-single-product-bottom p.price, .product-type-simple .ark-woo-single-product-bottom p.price {
max-width: 100%;
margin: 0 auto;
}
.single-product table.variations tbody {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 15px 25px;
}
.ark-woo-single-product-slider-order-wrap {
margin-bottom: 50px;
}
}
@media (max-width: 576px) {
.container {
max-width: 100%;
padding: 0 20px;
} .header-top-center a {
font-size: 27px;
}
.header-top-center a::after {
height: 8px;
}
.front-main {
padding: 210px 0 175px 0;
}
.front-main h1 {
font-size: 40px;
line-height: 59.85px;
}
#ru-lang .front-main h1 {
font-size: 36px;
line-height: 56px;
}
.advantages-sect {
padding: 40px 0 25px 0;
}
.text-media-sect {
padding: 30px 0;
}
.text-media-block-right {
margin-bottom: 20px;
}
.section-title,
.woocommerce-products-header__title.page-title {
font-size: 20px;
}
.text-media-block-left p {
margin-bottom: 15px;
}
.text-media-block-left a {
display: block;
width: 100%;
}
.consult-form-sect {
padding: 40px 0 70px 0;
}
.consult-form-sect form>span {
font-size: 21px;
margin-bottom: 20px;
}
.consult-form-sect form p {
display: none;
}
.consult-form-inputs {
flex-direction: column;
}
.consult-form-inputs input {
margin: 0 0 15px 0;
min-width: 260px;
}
.consult-form-inputs input:last-child {
margin-bottom: 0;
}
input[type="checkbox"]::before,
input[type="checkbox"],
input[type="checkbox"]:checked::before {
width: 12px;
height: 12px;
}
.consult-form-sect form label span {
font-size: 9px;
}
.consult-form-sect .transparent-btn {
min-width: 260px;
}
.footer-top {
padding: 40px 0 30px 0;
grid-template-areas:
"f1 f1"
"f2 f3"
"f4 f4";
}
.f1 {
grid-area: f1;
}
.f2 {
grid-area: f2;
}
.f3 {
grid-area: f3;
}
.f4 {
grid-area: f4;
}
.footer-logo a {
font-size: 40px !important;
}
.breadcrumb-sect {
padding-top: 5px;
}
.our-product-sect {
margin-top: 25px;
}
.archive-product-sect .products li a img {
width: 50%;
}
.archive-product-sect .products {
margin-bottom: 25px;
}
.woocommerce-products-header__title.page-title {
margin-bottom: 25px;
}
.archive-product-sect {
padding: 25px 0 50px 0;
}
.product-mob-title {
font-size: 24px;
}
.single-product table.variations tbody {
display: block;
}
.single-product table.variations tbody tr {
width: 100%;
display: block;
margin-bottom: 20px;
}
.single-product table.variations tbody tr:last-child {
margin-bottom: 0;
}
.single-product-gallery-nav .swiper-slide, .single-product-gallery-nav .swiper-slide img {
width: 60px;
height: 60px;
object-fit: contain;
}
.single-product-gallery-for .swiper-slide img {
width: 70%;
}
.single-product-sect {
padding: 25px 0 40px 0;
}
.ark-woo-single-product-design .section-title.line {
margin-bottom: 20px;
}
.gallery-wrapper {
display: block;
}
.gallery-sect {
padding: 25px 0;
}
.gallery-wrapper > div {
margin-bottom: 30px;
}
.gallery-wrapper a:last-child {
margin-bottom: 0;
}
.services-item {
margin-bottom: 40px;
}
.services-sect,
.single-service-sect,
.about-sect {
padding-top: 25px;
}
.services .section-title,
.single-service .section-title,
.about-sect .section-title {
margin-bottom: 20px;
}
.about-sect {
padding-bottom: 50px;
}
.about-left span {
font-size: 21px;
}
#sb_instagram #sbi_images {
display: block;
} #sb_instagram {
overflow: auto;
}
.sbi_item.sbi_type_image, .sbi_photo_wrap, .sbi_photo_wrap a {
width: 100% !important;
}
.contacts-right iframe {
width: 100%;
height: 200px;
}
.contacts-sect {
padding: 20px 0 40px 0;
}
.contacts-sect .section-title {
margin-bottom: 40px;
}
.page-404-sect {
padding: 20px 0 30px 0;
}
.page-404-left a {
display: block;
}
.tc-section-label-text {
font-size: 18px !important;
}
.add_var .tc-cell > .tc-row {
grid-template-columns: 1fr;
}
.product-type-simple .ark-woo-single-product-bottom>form > span {
margin-right: 20px;
}
.header-top-center a img {
width: 42px;
}
.admin-bar header.scroll {
top: 0;
}
.product-type-simple .ark-woo-single-product-bottom > form > span,
.ark-woo-single-product-bottom .qib-container {
display: block !important;
}
}