body {
margin: 0;
font-family: 'Mont', Arial, sans-serif;
background: #ffffff;
color: #4c4b4b;
}
a {
cursor: pointer;
color: #4c4b4b;
text-decoration: none;
}
p {
margin: 0;
font-weight: 600;
}
input, textarea {
font-size: 16px;
color: #42434f;
width: 100%;
max-width: 350px;
height: 46px;
line-height: 46px;
padding: 0 30px;
border: 1px solid #87888c;
outline: 0;
margin-bottom: 20px;
font-weight: 400;
}
.ogr {
max-width: 1260px;
margin: auto;
position: relative;
}
#masthead  {
z-index: 3;
position: relative;
background: white;
height: 87px;
}
.logo {
display: inline-block;
vertical-align: top;
padding-top: 18px;
}
.panel {
float: right;
position: relative;
z-index: 1;
}
.mova {
position: relative;
display: inline-block;
padding-left: 23px;
vertical-align: top;
padding-top: 18px;
}
.mova p {
transform: rotate(271deg);
transform-origin: top left;
position: absolute;
margin: 0;
padding: 0;
bottom: -24px;
font-size: 18px;
left: -8px;
letter-spacing: 1px;
}
.menuyazmob {
display: none;
}
.mova ul {
border-left: 1px solid #4c4b4b;
border-right: 1px solid #4c4b4b;
margin: 0;
padding: 0;
width: 48px;
text-align: center;
}
.mova li {
list-style: none;
height: 25px;
line-height: 1.5;
transition: color 0.3s ease;
}
.mova li a {
text-transform: uppercase;
font-weight: 300;
font-size: 14px;
}
.mova li.current-lang {
background: #e59b5c;
}
.mova li.current-lang a {
color: #f6f6f6;
}
.gdekupit {
display: inline-block;
vertical-align: top;
width: 160px;
text-align: center;
margin: 0;
padding: 0;
border-right: 1px solid #4c4b4b;
height: 50px;
line-height: 3.2;
margin-top: 18px;
position: relative;
}
.gdekupit p {
padding: 0;
margin: 0;
}
.gdekupit a {
position: relative;
}
.menuha {
position: relative;
z-index: 1000;
display: inline-block;
vertical-align: top;
margin-left: 20px;
}
.hamburger-menu {
display: flex;
align-items: center;
width: 126px;
justify-content: center;
height: 87px;
background: #e59b5c;
}
.hamburger-menu input {
display: none;
}
.hamburger-menu label {
color: #f4f9ee;
}
.hamburger-menu label span {
display: block;
text-align: center;
cursor: pointer;
}
.tochka {
letter-spacing: 4px;
}
.gdekupit a:before {
content: "";
background: #4c4b4b;
left: -20px;
position: absolute;
bottom: -13px;
width: 124px;
height: 1px;
transition: width 1s ease, height 2s ease .5s;
}
.left {
display: inline-block;
vertical-align: top;
width: 50%;
}
.right {
display: inline-block;
vertical-align: top;
position: relative;
width: 49.6%;
}
.zagolovok {
font-size: 53px;
font-weight: 700;
margin-bottom: 0;
color: #4c4b4b;
padding-top: 13px;
margin-top: 0;
}
.zagolovok span {
color: #d42822;
}
.sashe {
margin: 0;
padding: 0;
text-align: right;
position: relative;
font-size: 14px;
color: #4c4b4b;
padding-right: 69px;
}
.sashe:before {
content: "";
position: absolute;
left: 0;
top: 9px;
border-top: 1px solid #4c4b4b;
width: 318px;
height: 1px;
}
.ekranod  {
padding-top: 83px;
position: relative;
z-index: 2;
-webkit-box-shadow: 1px 1px 10px -4px rgba(0, 0, 0, .36);
-moz-box-shadow: 1px 1px 10px -4px rgba(0,0,0,.36);
box-shadow: 1px 1px 10px -4px rgba(0, 0, 0, .36);
}
.podzag {
font-size: 28px;
color: #4c4b4b;
padding-top: 0;
margin-top: 0;
opacity: 0;
transform: translateY(20px); animation: fadeInUp 1s ease-out forwards;
animation-delay: 0.3s; }
.podzag span {
display: block;
opacity: 0;
transform: translateY(10px);
animation: fadeInUpSpan 0.8s ease-out forwards;
animation-delay: 1.2s; }
@keyframes fadeInUp {
0% {
opacity: 0;
transform: translateY(20px);
}
100% {
opacity: 1;
transform: translateY(0);
}
} @keyframes fadeInUpSpan {
0% {
opacity: 0;
transform: translateY(10px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
.kubik {
margin: 0;
padding: 0;
margin-top: 60px;
}
.kubik li {
font-size: 16px;
color: #4c4b4b;
position: relative;
list-style: none;
padding-left: 104px;
max-width: 401px;
margin-bottom: 43px;
font-weight: 600;
}
.kubik li:before {
content: "";
position: absolute;
left: 38px;
top: 5px;
background: #f8b285;
width: 34px;
height: 34px;
border-radius: 0;
animation: circleToSquare 2.8s ease-out forwards;
}
@keyframes circleToSquare {
0% {
width: 48px;
height: 48px;
border-radius: 50%; opacity: 0;
transform: scale(0.8);
}
50% {
opacity: 1;
transform: scale(1.05);
}
100% {
width: 34px;
height: 34px;
border-radius: 0; transform: scale(1);
}
}
.kubik li:after {
content: "";
position: absolute;
left: 0;
top: 20px;
border-top: 1px solid #4c4b4b;
width: 41px;
height: 1px;
}
.kubik li span {
display: block;
}
.podloz {
position: relative;
min-height: 87px;
}
.podloz:before {
content: "";
background: #ffefe4;
right: 0;
position: absolute;
top: 0;
width: 49.65%;
height: 100%;
}
.site-header:before {
content: "";
background: #ffefe4;
right: 0;
position: absolute;
top: 0;
width: 30%;
height: 87px;
transition: width 2s ease, height 2s ease .5s;
}
.ekranod:before {
content: "";
background: #ffefe4;
right: 0;
position: absolute;
top: 0;
width: 30%;
height: 100%;
transition: width 2s ease, height 2s ease .5s;
}
.ekranod .right:before {
content: "";
background: #ffefe4;
left: 0;
position: absolute;
top: -83px;
width: 100%;
height: calc(100% + 83px);
transition: width 2s ease, height 2s ease .5s;
}
.right img {
position: relative;
display: block;
right: -66px;
z-index: 1;
}
.ekranod .right:after {
content: "";
background: #e6b086;
right: -1px;
position: absolute;
top: -83px;
width: 381px;
height: calc(100% + 83px);
transition: width 2s ease, height 2s ease .5s;
}
.ogr:before {
content: "";
position: absolute;
left: 0;
top: 0;
border-left: 1px solid #a8a09d;
width: 1px;
height: 100%;
opacity: 0.2;
}
.ogr:after {
content: "";
position: absolute;
right: 49.65%;
top: 0;
border-right: 1px solid #a8a09d;
width: 1px;
height: 100%;
opacity: 0.2;
}
.ekranod .ogr:before, .ekranod .ogr:after {
height: calc(100% + 83px);
top: -83px;
}
.virobnik {
position: relative;
max-width: 98px;
float: right;
z-index: 1;
right: 146px;
margin-top: 30px;
}
.virobnik p {
font-size: 18px;
color: #733f13;
}
.virobnik p span {
display: block;
max-width: 98px;
position: relative;
padding-left: 17px;
border-left: 1px solid;
}
.ekranod .right {
padding-bottom: 103px;
}
.perekrandva {
position: relative;
overflow: hidden;
-webkit-box-shadow: 1px 1px 10px -4px rgba(0, 0, 0, .36);
-moz-box-shadow: 1px 1px 10px -4px rgba(0,0,0,.36);
box-shadow: 1px 1px 10px -4px rgba(0, 0, 0, .36);
background: white;
}
.perekrandva:before {
position: absolute;
content: '';
left: 0;
top: 0;
background: #ffefe4;
width: 50%;
height: 802px;
}
.ekrandva {
position: relative;
padding-bottom: 165px;
}
.ekrandva.ekrav2.ekrandva2:before {
position: absolute;
content: '';
left: -65px;
top: 0;
background: #fff;
width: 874px;
height: 802px;
z-index: 1;
}
.kakaocistit {
padding-top: 155px;
font-size: 48px;
font-weight: 600;
color: #733f13;
position: relative;
z-index: 1;
margin-top: 0;
line-height: 1;
}
.kakaocistit span {
display: block;
font-size: 14px;
color: #733f13;
font-weight: 600;
position: relative;
z-index: 1;
}
p.zagkak {
font-size: 18px;
color: #733f13;
padding-top: 30px;
font-weight: 600;
position: relative;
z-index: 1;
}
p.zagkak span {
display: block;
}
p.opiskak {
font-size: 16px;
font-weight: 600;
color: #4c4b4b;
padding-top: 20px;
max-width: 426px;
letter-spacing: .85px;
line-height: 19px;
position: relative;
z-index: 1;
}
.ekrandva:after {
position: absolute;
content: '';
background: url(//blephademodex.com.ua/wp-content/themes/blefademodex/img/glaz.png);
height: 803px;
width: 746px;
background-repeat: no-repeat;
z-index: 2;
top: 0;
right: -364px;
}
@supports (content: url(https://blephademodex.com.ua/wp-content/themes/blefademodex/assets/images/glaz.webp)) {
.ekrandva:after {
content: url(https://blephademodex.com.ua/wp-content/themes/blefademodex/assets/images/glaz.webp);
}
}
.perekrandva .ogr:before,
.perekrandva .ogr:after {
z-index: 2;
}
.perekrandva .ogr {
background: #ffffff;
}
.perekranchet {
background: #ffffff;
height: 685px;
padding-top: 0;
-webkit-box-shadow: 1px 1px 10px -4px rgba(0, 0, 0, .36);
-moz-box-shadow: 1px 1px 10px -4px rgba(0,0,0,.36);
box-shadow: 1px 1px 10px -4px rgba(0, 0, 0, .36);
}
.perekranchet .ogr  {
padding-top: 145px;
min-height: 685px;
}
.perekranchetlef {
display: inline-block;
vertical-align: top;
width: 50%;
}
.kakpreminst {
padding-left: 0;
padding-top: 68px;
}
.instprem {
font-size: 14px;
text-transform: none;
color: #733f13;
padding-top: 32px;
font-weight: 600;
}
.kakprem {
font-size: 48px;
text-transform: lowercase;
color: #733f13;
margin-top: 0;
font-weight: 600;
line-height: 1;
}
.kakprempod {
font-size: 16px;
color: #4c4b4b;
font-weight: 600;
max-width: 427px;
line-height: 19px;
padding-top: 17px;
}
.perekranchetrig {
margin-top: -27px;
margin-left: 0;
display: inline-block;
vertical-align: top;
}
.linsoso span {
font-size: 16px;
font-weight: 600;
color: #733f13;
display: block;
margin-bottom: 19px;
}
.linsoso p {
font-size: 16px;
max-width: 412px;
color: #4c4b4b;
line-height: 1.25;
font-weight: 600;
}
.blockinstruk {
height: 466px;
position: relative;
}
.blockinstruk.bloctruk2.blockin2:before {
position: absolute;
content: '';
right: 0;
top: -82px;
background: #ffefe4;
width: 35%;
height: 542px;
animation: secondaryImageOverlayInnnnn 1.6s 0s, secondaryImageOverlayOutttttt 1.6s 1.6s;
animation-fill-mode: both;
}
.blockinslef {
display: inline-block;
vertical-align: top;
width: 50%;
padding-top: 66px;
}
.blockinsrigh {
display: inline-block;
vertical-align: top;
width: 49%;
position: relative;
padding-top: 43px;
}
.blockinstruk.bloctruk2.blockin2 .blockinsrigh:before {
position: absolute;
content: '';
left: -112px;
top: -82px;
background: #ffefe4;
width: 708px;
height: 542px;
animation: secondaryImageOverlayInnnn 1.6s 0s, secondaryImageOverlayOuttttt 1.6s 1.6s;
animation-fill-mode: both;
}
.accordion {
background: 0 0;
background-color: transparent;
border: none;
}
.blockinsrigh .vopross {
margin-bottom: 52px;
}
.blockinsrigh .accordion span:before {
content: "+";
position: absolute;
background: 0 0;
height: 18px;
width: 18px;
left: -8px;
top: 0;
background-repeat: no-repeat;
background-size: contain;
font-size: 18px;
}
.blockinsrigh .panel {
display: none;
overflow: hidden;
}
.panel.active {
display: block;
opacity: 1;
transition: all 2s linear;
}
.vopross .panel {
opacity: 1;
}
.blockinsrigh .accordion span {
position: relative;
line-height: 2.1;
margin-top: -5px !important;
font-size: 18px;
color: #733f13;
text-transform: uppercase;
text-align: left;
display: inline-block;
cursor: pointer;
padding-left: 10px;
font-weight: 600;
}
.newknopka a {
width: 179px;
height: 56px;
display: block;
background: #f8b285;
color: #ffffff;
font-size: 16px;
text-align: center;
line-height: 3.2;
position: relative;
margin-left: 41px;
margin-top: 60px;
font-weight: 600;
transition: color 0.3s ease;
text-decoration: none;
}
.newknopka a:before {
content: "";
position: absolute;
width: 177px;
height: 51px;
top: 13px;
left: 12px;
border: 1px solid #4c4b4b;
z-index: -1;
transition: top 0.7s ease, left 0.7s ease, border-color 0.7s ease;
}
.newknopka a:hover:before {
top: -5px;
left: -5px;
border-color: #f8b285;
}
.newknopka a:after {
content: "";
position: absolute;
width: 45px;
height: 1px;
top: 26px;
left: -42px;
border-top: 1px solid #4c4b4b;
}
.newknopka {
position: relative;
z-index: 1;
}
.blockinstruk .ogr:after {
display: none;	
}
.blockinstruk .ogr {
min-height: 466px;
}
.textblock  {
-webkit-box-shadow: 1px 1px 10px -4px rgba(0, 0, 0, .36);
-moz-box-shadow: 1px 1px 10px -4px rgba(0,0,0,.36);
box-shadow: 1px 1px 10px -4px rgba(0, 0, 0, .36);
overflow: hidden;
}
.textblock .ogr {
padding-top: 117px;
padding-bottom: 120px;
}
.plashk {
display: inline-block;
vertical-align: top;
max-width: 808px;
position: relative;
padding-top: 49px;
margin-right: 149px;
}
.plashk:before {
content: "";
position: absolute;
width: 722px;
height: 1px;
top: 0;
left: 0;
background: #d3d3d3;
}
.plashk:after {
content: "";
position: absolute;
width: 1px;
height: 602px;
top: 63px;
right: -92px;
background: #d3d3d3;
}
.plashk .textwidget.custom-html-widget {
font-size: 16px !important;
line-height: 1.5;
height: auto !important;
overflow-y: initial !important;
max-width: 714px;
}
.plashk .textwidget.custom-html-widget h1 {
font-size: 46px !important;
font-weight: 600 !important;
line-height: 1.24;
letter-spacing: -.28px;
padding-bottom: 18px;
color: #733f13;
margin-top: 0;
}
.plashk .textwidget.custom-html-widget p {
margin-bottom: 0 !important;
line-height: 1.85 !important;
font-weight: 600 !important;
}
.content_block {
padding-bottom: 50px;
}
.blocknes {
position: relative;
}
.blocknes:before {
content: "";
background: url(//blephademodex.com.ua/wp-content/themes/blefademodex/img/bg1.png);
left: -150px;
position: absolute;
top: -188px;
width: 425px;
height: 518px;
}
.blocknes:after {
content: "";
background: url(//blephademodex.com.ua/wp-content/themes/blefademodex/img/bg2.png);
right: -100px;
position: absolute;
top: 0;
width: 645px;
height: 745px;
z-index: -1;
}
.newknopka .content_toggle {
margin-right: 0;
margin-left: auto;
}
.newblprodu .ogr {
padding-top: 177px;
padding-bottom: 85px;
}
.linprodu {
display: inline-block;
vertical-align: top;
width: 47%;
position: relative;
z-index: 1;
}
.linprodu.pervrec {
margin-right: 15px;
border-right: 1px solid #c6c6c6eb;
padding-right: 5px;
}
.zagprod {
color: #733f13;
font-size: 48px;
}
.zagprod span {
font-size: 14px;
display: block;
}
.texprod span {
font-size: 18px;
display: block;
color: #733f13;
padding-top: 0;
padding-bottom: 24px;
text-transform: uppercase;
}
.texprod {
font-size: 16px;
color: #4c4b4b;
line-height: 1.3;
min-height: 197px;
}
.rigfbl.right:after {
content: "";
background: #e6b086;
right: -1px;
position: absolute;
top: -177px;
width: 381px;
height: calc(100% + 478px);
transition: width 2s 
ease, height 2s 
ease .5s;
z-index: -1;
}
.rigfbl:before {
content: "";
background: #ffefe4;
left: -45px;
position: absolute;
top: -67px;
width: calc(100% + 45px);
height: 535px;
transition: width 2s 
ease, height 2s 
ease .5s;
}
.levfbl.left img {
position: relative;
z-index: 1;
}
.newblprodu {
position: relative;
-webkit-box-shadow: 1px 1px 10px -4px rgba(0, 0, 0, .36);
-moz-box-shadow: 1px 1px 18px -4px rgba(0,0,0,.36);
box-shadow: 1px 1px 10px -4px rgba(0, 0, 0, .36);
}
.newblprodu:after {
content: "";
background: #ffefe4;
right: 0;
position: absolute;
top: 109px;
width: 25%;
height: 535px;
transition: width 2s 
ease, height 2s 
ease .5s;
}
.footer {
-webkit-box-shadow: 1px 1px 10px -4px rgba(0, 0, 0, .36);
-moz-box-shadow: 1px 1px 10px -4px rgba(0,0,0,.36);
box-shadow: 1px 1px 10px -4px rgba(0, 0, 0, .36);
}
.footer .ogr {
padding-top: 155px;
padding-bottom: 73px;
}
.footer .right:after {
content: "";
background: #e6b086;
right: -1px;
position: absolute;
top: -177px;
width: 381px;
height: calc(100% + 250px);
transition: width 2s 
ease, height 2s 
ease .5s;
z-index: -1;
}
.blefa {
font-size: 53px;
color: #4c4b4b;
font-weight: 700;
}
.blefa span {
color: #d42822;
}
.dekupit  {
font-size: 48px;
color: #4c4b4b;
}
.blocknizdva .ogr {
padding-bottom: 74px;
}
.textfoot {
font-size: 10px;
color: #4c4b4b;
line-height: 1.5;
margin-bottom: 31px;
margin-top: 31px;
}
.textfoot p {
font-size: 14px;
font-weight: 600;
padding-bottom: 25px;
}
.blockfootimg ul {
width: 100%;
}
.blockfootimg ul li.revealator-delay2 {
display: inline-block;
vertical-align: top;
width: 318px;
margin-right: 39.5%;
}
.blockfootimg ul.nizssilk li.revealator-delay2, .blockfootimg ul.nizssilk li.revealator-delay6 {
margin-right: 124px;
width: 240px;
margin-top: 0;
}
.blockfootimg ul.nizssilk li a, .blockfootimg ul.nizssilk li a p {
color: #733f13;
}
.blockfootimg ul.nizssilk li a, .blockfootimg ul.nizssilk li a p {
color: #733f13;
}
.blockfootimg ul li a p {
font-size: 12px;
}
.blockfootimg ul a .link-block__arrow {
display: block;
vertical-align: top;
position: relative;
transition: width .3s 
ease;
height: 0;
padding: .5rem 0;
width: 34px;
border-top: 1px solid;
transform: translateZ(0);
margin-left: 0;
margin-top: 15px;
color: #733f13;
}
.link-block__arrow:before {
position: absolute;
left: 0;
right: 0;
bottom: 100%;
height: 100%;
content: '';
}
.link-block__arrow:after {
content: '';
position: absolute;
top: -1px;
left: 100%;
margin-left: -6px;
border: 1px solid;
border-bottom-width: 0;
border-left-width: 0;
width: 8px;
height: 8px;
transform: rotate(45deg);
transform-origin: top right;
}
.blockfootimg ul a:hover .link-block__arrow:after {
content: '';
position: absolute;
top: -1px;
left: 100%;
margin-left: -6px;
border: 1px solid;
border-bottom-width: 0;
border-left-width: 0;
width: 8px;
height: 8px;
transform: rotate(45deg);
transform-origin: top right;
}
.nizssilk li {
list-style: none;
display: inline-block;
vertical-align: top;
}
.vopross .panel p {
font-size: 16px;
color: #4c4b4b;
line-height: 1.5;
padding-top: 10px;
max-width: 80%;
padding-bottom: 30px;
}
.samolikuv p {
text-align: center;
font-size: 35px;
font-weight: 700;
transform: scale(1, 5);
color: #93969a;
padding-top: 38px;
padding-bottom: 0;
text-transform: uppercase;
margin-bottom: 0;
}
.sertif {
margin-top: 150px;
text-align: center;
}
.pobichef  {
text-align: center;
margin: auto;
margin-top: 65px;
font-size: 20px;
color: #4c4b4b;
}
.contzag {
display: flex;
align-items: center;
font-size: 60px;
font-weight: bold;
} .leftzag {
display: flex;
}
.leftzag span {
display: inline-block;
color: #4c4b4b;
opacity: 0;
animation: slideInLeft 1s forwards;
}
.leftzag span:nth-child(1) { animation-delay: 0s; }
.leftzag span:nth-child(2) { animation-delay: 0.1s; }
.leftzag span:nth-child(3) { animation-delay: 0.2s; }
.leftzag span:nth-child(4) { animation-delay: 0.3s; }
.leftzag span:nth-child(5) { animation-delay: 0.4s; } .fallingD {
display: inline-block;
color: #d42822;
opacity: 0;
animation: fallD 1s forwards;
animation-delay: 1.5s;
} .rightzag {
display: flex;
}
.rightzag span {
display: inline-block;
color: #d42822;
opacity: 0;
animation: slideInRight 1s forwards;
}
.rightzag span:nth-child(1) { animation-delay: 2.5s; }
.rightzag span:nth-child(2) { animation-delay: 2.6s; }
.rightzag span:nth-child(3) { animation-delay: 2.7s; }
.rightzag span:nth-child(4) { animation-delay: 2.8s; }
.rightzag span:nth-child(5) { animation-delay: 2.9s; }
.rightzag span:nth-child(6) { animation-delay: 3s; }
.rightzag span:nth-child(7) { animation-delay: 3.1s; }
.rightzag span:nth-child(8) { animation-delay: 3.2s; }
@keyframes slideInLeft {
from { opacity: 0; transform: translateX(-200px); }
to { opacity: 1; transform: translateX(0); }
}
@keyframes slideInRight {
from { opacity: 0; transform: translateX(50px); }
to { opacity: 1; transform: translateX(0); }
}
@keyframes fallD {
0% { opacity: 0; transform: translateY(-200px); }
100% { opacity: 1; transform: translateY(0); }
}
.vnutrin h1  {
font-size: 48px;
color: #733f13;
font-weight: 600;
margin: 0;
padding: 0;
line-height: 1.1;
}
.vnutrin h1 span {
display: block;
font-size: 14px;
}
.vnutrin .samkontakt p {
font-size: 16px;
margin-top: 25px;
margin-bottom: 26px;
}
.ekranod.vnutrin .right:after,
.perekrandva.vnutrin:before {
display: none;
}
.page-template-page-kupit .ekranod.vnutrin .right:after {
display: block;	
}
.page-template-page-kupit .footer .ogr {
padding-top: 0;
}
.page-template-page-kupit.page-id-88 .footer .ogr,
.page-template-page-kupit.page-id-85 .footer .ogr,
.page-template-page-kupit.page-id-94 .footer .ogr {
padding-top: 155px;
padding-bottom: 73px;
}
.page-template-page-kupit .vnutrin .kakaocistit {
max-width: 380px;
}
.vnutrin .ekrandva .newknopka a {
margin-top: 60px;
margin-bottom: 80px;
}
.vnutrin .ekrandva:after {
right: -120px;
}
.vnutrin .kakaocistit {
max-width: 350px;
}
.contact-link {
color: #774316;
text-decoration: none;
font-size: 16px;
}
.contact-link:hover { color: #4c4b4b; } .modal {
display: none;
position: fixed;
z-index: 1000;
left: 0; top: 0;
width: 100%; height: 100%;
background: rgba(0,0,0,0.5);
} .modal-content {
background: #fff;
max-width: 500px;
margin: 5% auto;
padding: 30px;
border-radius: 10px;
position: relative;
text-align: center;
}
.modal-logo {
margin-bottom: 15px;
}
.logo-img {
max-width: 120px;
height: auto;
}
.modal-content h2 {
margin: 10px 0 20px;
}
.contact-form input,
.contact-form textarea {
width: 100%;
padding: 12px 15px;
margin-bottom: 12px;
border: 1px solid #ccc;
border-radius: 8px;
font-size: 16px;
}
.contact-form input:focus,
.contact-form textarea:focus {
outline: none;
border-color: #0073aa;
box-shadow: 0 0 0 2px rgba(0,115,170,0.2);
}
.contact-form button {
color: #ffffff;
cursor: pointer;
border: none;
display: block;
background: #e59b5c;
width: 100%;
padding: 12px 15px;
max-width: 382px;
margin: auto;
margin-bottom: 35px;
margin-top: 25px;
}
.contact-form button:hover {
color: #4c4b4b;
}
.modal-content .close {
position: absolute;
right: 10px;
top: -10px;
font-size: 40px;
font-weight: 300;
cursor: pointer;
}
.accordion-wrapper {
display: flex;
flex-wrap: wrap;
gap: 30px;
padding-top: 50px;
padding-bottom: 50px;
margin-bottom: 10px;
}
.accordion-menu {
flex: 1 1 564px;
}
.accordion-item {
cursor: pointer;
transition: background 0.2s;
color: #733f13;
font-weight: 600;
font-size: 18px;
padding-top: 53px;
padding-bottom: 33px;
position: relative;
padding-left: 16px;
} .accordion-item::before {
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 104%;
height: 1px;
background: #e0e0e0;
} .accordion-item::after {
content: "+";
position: absolute;
left: 0;
top: 65px;
transform: translateY(-50%);
font-size: 18px;
color: #b65b3b;
transition: transform 0.3s, color 0.3s;
}
.accordion-item.active::after {
content: "−";
transform: translateY(-50%) rotate(180deg);
color: #7a3b28;
}
.accordion-content {
flex: 5 1 400px;
padding: 20px;
padding-left: 0;
}
.content-section {
display: none;
}
.content-section.active {
display: block;
}
.accordion-content h3 {
color: #733f13;
font-weight: 600;
font-size: 18px;
padding-left: 0;
}
.accordion-content p {
font-weight: 400;
font-size: 16px;
}
@media (max-width: 768px) {
.accordion-wrapper {
flex-direction: column;
}
.accordion-menu {
border-right: none;
border-bottom: 1px solid #e0e0e0;
}
}
.page-template-page-instrukciya .footer .right:after {
top: -155px;
height: calc(100% + 228px);
}
.page-id-88 .right img,
.page-id-94 .right img{
top: 120px;
right: 0;
}
.page-id-88 .footer .right img,
.page-id-94 .footer .right img{
top:0;
right: 0;
}
.page-id-88 .ekranod .left,
.page-id-94 .ekranod .left {
padding-bottom: 45px;
}
.page-id-88 .ekranod .right:before,
.page-id-94 .ekranod .right:before,
.page-id-88 .ekranod .right:after,
.page-id-94 .ekranod .right:after {
height: calc(100% + 353px);
}
.page-id-88 .newblprodu:after,
.page-id-94 .newblprodu:after {
top: 110px;
}
.virobekan2 .samkontakt p {
position: relative;
z-index: 1;
}
.virobekan2 .ekrandva:after {
position: absolute;
content: '';
background: url(//blephademodex.com.ua/wp-content/themes/blefademodex/img/theaistor.png);
height: 633px;
width: 976px;
background-repeat: no-repeat;
z-index: 2;
top: 0;
right: -336px;
}
.virobekan4 .ekrandva:after {
position: absolute;
content: '';
background: url(//blephademodex.com.ua/wp-content/themes/blefademodex/img/theaistor2.png);
height: 633px;
width: 976px;
background-repeat: no-repeat;
z-index: 2;
top: 0;
right: -350px;
}
.perekranchet.vnutrin.virobekan4 .ogr {
padding-top: 0;
}
.perekranchet.vnutrin.virobekan4 .ekrandva {
padding-bottom: 0;
}
.perekranchet.vnutrin.virobekan4 .ekrandva.ekrav2.ekrandva2:before,
.perekrandva.vnutrin.virobekan2 .ekrandva.ekrav2.ekrandva2:before {
display: none;
}
.perekrandva.vnutrin.virobekan2, .perekrandva.vnutrin.virobekan2 .ogr {
background: #ffefe4;
}
.perekranchet.vnutrin.virobekan4  {
overflow: hidden;
height: 600px;
}
.fullscreen-menu {
position: fixed;
top: 0; left: 0;
width: 100%; height: 100%;
background: #ffefe4;
color: white;
align-items: center;
opacity: 0;
visibility: hidden;
transition: all 0.5s ease;
z-index: 999;
}
.fullscreen-menu.active {
opacity: 1;
visibility: visible;
overflow: hidden;
}
.fullscreen-nav {
list-style: none;
padding: 0;
max-width: 528px;
margin: auto;
text-align: left;
}
.fullscreen-nav ul {
padding: 0;
margin-top: 47px;
}
.fullscreen-nav li {
margin: 0;
font-size: 20px;
transition: transform 0.3s ease;
color: #733f13;
list-style: none;
height: 61px;
line-height: 4.2;
border-bottom: 1px solid;
}
.fullscreen-nav li:hover {
color: #733f13;
}
.fullscreen-nav li a {
color: #733f13;
position: relative;
}
.fullscreen-nav li a:before {
content: "›";
position: absolute;
right: -25px;
top: 50%;
transform: translateY(-50%);
color: #733f13;
font-size: 1.5rem;
transition: transform 0.3s 
ease, color 0.3s 
ease;
}
.fullscreen-nav li a:hover {
color: #e59b5c;
}
.fullscreen-nav li a:hover:before {
transform: translateY(-50%) translateX(5px);
color: #e59b5c;
}
.hamburger-menu label {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
cursor: pointer;
user-select: none;
background: transparent;
color: #fff;
font-weight: 600;
text-align: center;
transition: background 0.3s, color 0.3s;
} .menu-close {
height: 41px;
position: absolute;
top: 10px;
right: 0;
font-size: 32px;
border: none;
color: #0c0c0c;
cursor: pointer;
line-height: 1;
transition: transform 0.3s 
ease, color 0.3s 
ease;
background: #e59b5c;
width: 41px;
font-weight: 100;
}
.menu-close:hover {
transform: rotate(90deg);
color: #ffefe4;
}
.fullscreen-menu.active p {
font-size: 46px;
display: block;
color: #733f13;
}
.verhpomen {
max-width: 528px;
margin: auto;
position: relative;
margin-top: 41px;
}
.samkontakt.dostijen {
padding-top: 47px;
padding-bottom: 32px;
}
.samkontakt.urinform {
padding-top: 170px;
padding-bottom: 170px;
}
.page-template-page-virobnik .perekranchet {
background: #ffefe4;
}
.slider-section {
display: flex;
flex-wrap: wrap;
min-height:585px;
}
.slider-header {
flex: 1 1 40%;
background: #fff;
display: flex;
flex-direction: column;
justify-content: left;
}
.slider-header h2 {
font-size: 2rem;
margin: 0;
}
.slider-header h2 span {
color: #b86a3d;
}
.slider-header p {
color: #4c4b4b;
font-size: 16px;
margin-bottom: 53px;
}
.slider-buttons button {
background: #f8b285;
border: none;
color: #1e1e1e;
font-size: 1.5rem;
padding: 0.5rem 1rem;
margin-right: 42px;
cursor: pointer;
}
.slider-content {
flex: 1 1 60%;
display: flex;
align-items: center;
justify-content: center;
position: relative;
overflow: hidden;
padding: 3rem;
z-index: 1;
}
.slide {
display: none;
flex-direction: row;
align-items: center;
text-align: left;
transition: opacity 0.5s ease;
}
.slide.active {
display: flex;
}
.slide img {
max-width: 200px;
position: relative;
display: inline-block;
right: auto;
vertical-align: top;
}
.slide-info {
max-width: 400px;
display: inline-block;
padding-left: 40px;
vertical-align: top;
margin-top: -30px;
}
.slider-header .left {
width: 100%;
}
.slider-section .right:after {
display: block!important;
}
.slide-info h3 {
font-size: 20px;
color: #733f13;
padding-top: 0;
margin-top: 0;
margin-bottom: 33px;
padding-bottom: 0;
}
.slide-info p {
font-size: 16px;
color: #4c4b4b;
}
.slide-info .pokazanrodukt {
margin-top: 29px;
}
@media (max-width: 768px) {
.slider-section {
flex-direction: column;
}
.slider-content {
padding: 2rem;
}
}
#masthead.site-header.fixed {
position: fixed;
top: 0;
left: 0;
width: 100%;
background: #fff;
z-index: 10;
box-shadow: 0 2px 5px rgba(0,0,0,0.1);
transition: all 0.3s ease;
}
.footer .dekupit {
margin-top: -10px;
}
.newblprodu .newknopka a {
margin-top: 10px;
}
.footer .newknopka a {
margin-top: 42px;
}
.page-template-page-kupit .newblprodu .ogr {
padding-bottom: 72px;
}
.page-template-page-text .ekranod .right p {
position: relative;
padding-left: 34px;
line-height: 1.5;
}
.page-template-page-text .newblprodu .ogr {
padding-top: 77px;
}
.page-template-page-text .newblprodu p {
font-size: 20px;
padding-top: 28px;
line-height: 1.6;
position: relative;
z-index: 2;
}
.page-template-page-text .newblprodu:after {
display: none;	
}
.page-template-page-text .footer .right:after {
top: -153px;
height: calc(100% + 226px);
}
.page-id-173 .ekranod .ogr,
.page-id-242 .ekranod .ogr,
.page-id-245 .ekranod .ogr  {
padding-bottom: 55px;
}
.page-id-173 .ekranod .right:before,
.page-id-242 .ekranod .right:before,
.page-id-245 .ekranod .right:before {
height: calc(100% + 140px);
}
@media (max-width: 1370px) { 
.right img {
right: -36px;
}
}
@media (max-width: 1281px) {
.ogr {
max-width: 1160px;
}
.contzag {
font-size: 50px;
}
.right {
width: 49.5%;
}
.right img {
width: 500px;
object-fit: cover;
}
.samolikuv p {
font-size: 33px;
}
}
@media (max-width: 1190px) {
.blockinstruk.bloctruk2.blockin2 .blockinsrigh:before {
width: calc(100% + 112px);
}
.virobekan2 .ekrandva:after, .virobekan4 .ekrandva:after, .virobekan5 .ekrandva:after {
width: 51%;
right: 0;
}	
}
@media (max-width: 1181px) {
.ogr {
max-width: 1000px;
}
.podzag {
font-size: 24px;
}
.contzag {
font-size: 40px;
}
.sashe:before {
width: 218px;
}
.levfbl.left img {
width: 500px;
object-fit: cover;
}
.zagprod {
font-size: 40px;
}
.blockfootimg ul.nizssilk li.revealator-delay2, .blockfootimg ul.nizssilk li.revealator-delay6 {
margin-right: 34px;
}
.samolikuv p {
font-size: 42px;
line-height: 1;
margin-top: 75px;
}
.sertif {
margin-top: 280px;
}
.newknopka .content_toggle {
margin-right: 125px;
}
.accordion-content {
flex: 5 1 300px;
padding-left: 35px;
}
.accordion-menu {
flex: 1 1 444px;
}
}
@media (max-width: 1078px) {
.right img {
width: 460px;
}
}
@media (max-width: 1015px) {
.left {
display: block;
width: 100%;
max-width: 339px;
margin: auto;
}
.contzag {
font-size: 35px;
}
.sashe {
padding-right: 0;
}
.sashe:before {
width: 138px;
}
.ekranod:before, .ekranod .ogr:before, .ekranod .ogr:after {
display: none;
}
#masthead {
background: #ffefe4;
}
.ogr {
max-width: 100%;
}
.home .ekranod {
min-height: 960px;
}
.home .ekranod .right {
padding-bottom: 0;
position: absolute;
top: 300px;
display: block;
width: 100%;
}
.home .ekranod {
padding-top: 43px;
}
.ekranod .right img {
width: 335px;
margin: auto;
right: 0;
top: -80px;
}
.ekranod .right:after {
right: 0;
top: 112px;
width: 100%;
height: 208px;
}
.virobnik {
float: none;
right: auto;
margin: auto;
margin-top: -80px;
}
.kubik {
margin-top: 490px;
position: relative;
z-index: 1;
}
#masthead.site-header.fixed {
background: #ffefe4;
}
.ekranod .right:before {
top: 300px;
}
.kubik li:before {
left: 0;
}
.kubik li:after {
left: -20px;
width: 31px;
}
.home .ekranod .newknopka a:after {
width: 104px;
left: -100px;
}
.logo {
padding-left: 14px;
}
.kubik li {
padding-left: 50px;
}
.ekrandva:after {
height: 301px;
width: 295px;
right: 0;
background-size: cover;
top: 5px;
}
.kakaocistit {
padding-top: 355px;
max-width: 352px;
display: block;
margin: auto;
}
p.zagkak {
max-width: 352px;
display: block;
margin: auto;
}
p.opiskak {
max-width: 352px;
display: block;
margin: auto;
}
.newknopka a {
margin-left: auto;
margin-right: auto;
}
.perekranchetlef {
display: block;
width: 352px;
margin: auto;
}
.perekranchetrig {
margin-top: 0;
margin-left: auto;
display: block;
margin: auto;
width: 352px;
}
.perekranchet .ogr {
padding-top: 0;
}
.perekranchet {
background: #ffefe4;
height: 745px;
}
.blockinslef {
display: block;
margin: auto;
width: 352px;
padding-bottom: 86px;
}
.blockinsrigh {
display: block;
width: 100%;
}
.blockinstruk.bloctruk2.blockin2:before {
display: none;
}
.vopros-otvet {
margin: auto;
width: 352px;
}
.blockinstruk {
height: auto;
}
.blockinstruk.bloctruk2.blockin2 .blockinsrigh:before {
width: 100%;
left: 0;
top: 0;
}
.blockinstruk .ogr {
min-height: 900px;
}
.blocknes:before, .blocknes:after, .plashk:after, .ogr:before, .ogr:after {
display: none;
}
.plashk:before {
width: 100%;
background: #817e7e;
}
.plashk {
display: block;
max-width: 352px;
margin-right: auto;
padding-top: 29px;
margin: auto;
}
.newblprodu:after {
top: 0;
width: 100%;
height: 100%;
}
.plashk h2 {
color: #733f13;
}
.linprodu.pervrec {
margin-bottom: 50px;
margin-right: auto;
border-right: none;
padding-right: 0;
border-bottom: 1px solid #c6c6c6eb;
padding-bottom: 50px;
}
.linprodu {
display: block;
width: 352px;
margin: auto;
}
.rigfbl.right {
width: 100%;
display: block;
}
.levfbl.left {
max-width: 100%;
text-align: center;
}
.newblprodu .newknopka a {
margin-top: 55px;
}
.texprod {
min-height: auto;
}
.rigfbl.right:after {
display: none;
}
.footer .right {
width: 100%;
display: block;
text-align: center;
}
.footer .right img {
left: 0;
right: 0;
margin: auto;
top: 120px;
object-fit: cover;
width: 334px;
}
.footer .right:after, .page-template-page-instrukciya .footer .right:after,
.page-template-page-text .footer .right:after {
right: 0;
position: absolute;
top: 80px;
width: 180px;
height: 361px;
left: 0;
margin: auto;
}
.footer .ogr {
padding-bottom: 153px;
padding-top: 93px;
}
.textfoot {
padding-left: 14px;
}
.dekupit {
font-size: 35px;
}
.blefa {
font-size: 35px;
}
.newblprodu .ogr {
padding-top: 80px;
}
.ekrandva {
padding-bottom: 85px;
}
.kakpreminst {
padding-top: 48px;
}
.textblock .ogr {
padding-top: 87px;
}
.newknopka a:after {
width: 91px;
left: -88px;
}
.newknopka .content_toggle {
margin-right: auto;
}
.perekrandva:before, .ekrandva.ekrav2.ekrandva2:before {
display: none;
}
.page-template-page-kupit .ekranod .right {
display: none;
}
.page-template-page-kupit .ekranod .left  {
padding-bottom: 75px;
}
.vnutrin .ekrandva:after {
right: 0;
top: 0;
}
.page-template-page-kupit .footer .ogr {
padding-bottom: 0;
} .accordion-wrapper {
display: block !important;
}
.accordion-menu {
width: 80% !important;
padding-left: 14px;
}
.accordion-content {
width: 100% !important;
} .accordion-item {
cursor: pointer;
border-bottom: 1px solid #e5e5e5;
padding: 24px 12px;
font-weight: 600;
display: flex;
justify-content: space-between;
align-items: center;
}
.accordion-item::after {
content: "+";
font-size: 14px;
transition: transform 0.2s ease;
top: 35px;
}
.accordion-item.active::after {
transform: rotate(180deg);
}
.accordion-item.active::after {
top: 25px;
} .content-section {
display: none;
padding: 0 12px 12px;
}
.content-section.active {
display: block;
} .accordion-content {
display: contents !important;
}
.page-template-page-instrukciya .ekranod .right  {
display: none;
}
.page-template-page-instrukciya .ekranod .left {
padding-bottom: 85px;
}
.page-template-page-kupit.page-id-88 .ekranod .right,
.page-template-page-kupit.page-id-94 .ekranod .right {
display: block;
width: 100%;
padding-top: 0;
padding-bottom: 0;
}
.page-template-page-kupit.page-id-88 .ekranod .right:after,
.page-template-page-kupit.page-id-94 .ekranod .right:after {
top: 0;
height: 100%;
}
.page-id-88 .ekranod .right:before, .page-id-94 .ekranod .right:before {
display: none;
}
.page-template-page-kupit.page-id-88 .ekranod .right img,
.page-template-page-kupit.page-id-94 .ekranod .right img {
top: 0;
}
.page-template-page-kupit.page-id-88 .ekranod .left,
.page-template-page-kupit.page-id-94 .ekranod .left {
padding-bottom: 35px;
}
.page-id-88 .newblprodu:after, .page-id-94 .newblprodu:after {
top: 0;
}
.page-template-page-virobnik .ekranod .right {
width: 100%;
}
.page-template-page-virobnik .ekranod .right:before {
top: 0;
height: 280px;
}
.page-template-page-virobnik .ekranod .right img {
top: 45px;
width: 339px;
object-fit: cover;
}
.page-template-page-virobnik .kakaocistit {
padding-top: 65px;
max-width: 339px;
}
.virobekan1 .right, .virobekan3 .right {
width: 100%;
}
.virobekan1 .samkontakt.dostijen {
padding-top: 0;
max-width: 339px;
margin: auto;
}
.vnutrin.virobekan2 .ekrandva:after {
right: 0;
top: 0;
width: 301px;
height: 361px;
background-size: cover;
}
.page-template-page-virobnik .virobekan2 .kakaocistit {
padding-top: 405px;
}
.virobekan2 .samkontakt p {
max-width: 339px;
margin: auto;
margin-top: 25px;
}
.vnutrin.virobekan3 .samkontakt p, .virobekan4 .samkontakt p {
max-width: 339px;
margin: auto;
margin-bottom: 26px;
}
.virobekan4 .samkontakt {
padding-top: 35px;
}
.samkontakt.urinform {
padding-top: 35px;
padding-bottom: 35px;
}
.virobekan4 .ekrandva:after {
display: none;
}
.perekranchet.virobekan4 .ogr {
min-height: 405px;
}
.perekranchet.vnutrin.virobekan4 {
height: auto;
}
.virobekan5 .ekrandva:after {
height: 301px;
width: 295px;
right: 0;
background-size: cover;
top: 0;
}
.virobekan5 .kakaocistit {
padding-top: 355px;
max-width: 352px;
display: block;
margin: auto;
}
.virobekan5 .ekrandva {
padding-bottom: 0;
}
.page-template-page-text .ekranod .left {
margin-left: 14px;
}
.page-template-page-text .ekranod {
padding-top: 63px;
padding-bottom: 63px;
}
.page-template-page-text .ekranod .right {
display: none;
}
.page-template-page-text .newblprodu .pdfemb-viewer {
margin-right: 14px;
margin-left: 14px;
}
.page-template-page-text .newblprodu .ogr {
max-width: 90%;
margin-left: 0;
}
.page-template-page-produkts .ekranod .right {
width: 100%;
margin-top: 55px;
padding-bottom: 35px;
}
.slider-header p {
margin-bottom: 33px;
}
.slide {
flex-direction: column;
}
.page-template-page-produkts .ekranod .right img {
top: 0;
}
.slide-info {
max-width: 352px;
padding-left: 0;
margin-top: 30px;
}
.page-template-page-produkts .ekranod .right:after {
height: calc(100% - 112px);
}
.slider-buttons {
text-align: center;
}
.page-template-page-produkts .ekranod .right:before {
display: none;
}
.page-template-page-produkts .ekranod,
.page-template-page-contacts-php .ekranod {
padding-top: 63px;
}
.page-template-page-contacts-php .ekranod {
padding-bottom: 63px;
}
.page-template-page-contacts-php .ekranod .right {
display: none;
}
.page-template-page-contacts-php .ekrandva, .page-template-page-produkts .ekrandva {
padding-bottom: 0;
}
.page-template-page-text .newblprodu p {
padding-left: 14px;
}
.kakprempod {
padding-bottom: 35px;
}
.linsoso.vtorsil {
margin-top: 35px!important;
}
.footer .right:before {
content: "";
position: absolute;
width: 100%;
height: 1px;
top: 78px;
left: 0;
background: #494646;
}
.page-id-88 .footer .right img,
.page-id-94 .footer .right img{
top:120px;
}
.page-template-page-kupit.page-id-88 .footer .ogr, .page-template-page-kupit.page-id-85 .footer .ogr, .page-template-page-kupit.page-id-94 .footer .ogr {
padding-bottom: 153px;
}
}
@media (max-width: 833px) {
p.zagkak span { display: inline; }
.blockfootimg ul.nizssilk li.revealator-delay2, .blockfootimg ul.nizssilk li.revealator-delay6 {
margin-right: 0;
width: 200px;
}
} .screen-reader-text {
position: absolute !important;
width: 1px; height: 1px;
padding: 0; margin: -1px;
overflow: hidden; clip: rect(0 0 0 0);
white-space: nowrap; border: 0;
}
.menuyazmob { display: none; }
@media (max-width: 801px) {
.samolikuv p {
margin-top: 165px;
}
.sertif {
margin-top: 350px;
}
.pobichef {
padding-left: 14px;
padding-right: 14px;
}
.gdekupit {
display: none;
} .lang-list { display: none !important; }
.menuyazmob { display: inline-block !important; } .mova {
position: relative;
display: inline-flex;
flex-direction: column;
align-items: center;
padding-left: 18px; }
.mova::before {
content: "";
position: absolute;
left: 0;
top: 6px;
bottom: 6px;
width: 1px;
background: rgba(0,0,0,.25); } .current-lang-label {
margin: 0;
line-height: 1;
letter-spacing: .06em
} .menuyazmob {
position: relative;
display: inline-block;
margin-top: 16px;   
min-height: 40px;      
} .menuyazmob::before {
content: "▾";
position: absolute;
left: 50%;
top: -16px; transform: translateX(-50%);
font-size: 12px;
line-height: 1;
opacity: .75;
pointer-events: none;
} .pll-switcher-select {
min-width: 54px; max-width: 80px;
text-align: center;
line-height: 1.2;
padding: 2px 4px;
border: 0;
background: transparent;
outline: none;
cursor: pointer; appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
} .pll-switcher-select:focus { outline: none; }
.pll-switcher-select::-ms-expand { display: none; } .mova p {
transform: none;
position: relative;
bottom: auto;
font-size: 18px;
left: auto;
}
.logo {
padding-top: 13px;
}
}
@media (max-width: 737px) {
.blockfootimg ul.nizssilk li.revealator-delay2, .blockfootimg ul.nizssilk li.revealator-delay6 {
width: 180px;
}
.levfbl.left img {
width: 320px;
object-fit: cover;
}
.newblprodu .ogr {
padding-top: 50px;
}
}
@media (max-width: 678px) {
.blockfootimg ul {
width: 60%;
margin: auto;
padding: 0;
}
.blockfootimg ul.nizssilk li.revealator-delay2, .blockfootimg ul.nizssilk li.revealator-delay6 {
margin-bottom: 35px;
}
.pobichef {
margin-top: 30px;
}
.fullscreen-nav li {
padding-left: 14px;
}
.fullscreen-menu.active p {
font-size: 36px;
padding-left: 14px;
padding-top: 34px;
}
.menu-close {
top: -40px;
}
.menu-menyu-ukr-container {
overflow: scroll;
}
}
@media (max-width: 607px) {
.blockfootimg ul {
width: 80%;
padding-left: 14px;
margin-left: 0;
}
.page-template-page-kupit .vnutrin .kakaocistit {
font-size: 36px;
}
.accordion-menu {
max-width: 339px;
margin: auto;
width: 100% !important;
}
}
@media (max-width: 529px) {
.samolikuv p {
font-size: 39px;
}
}
@media (max-width: 491px) {
.samolikuv p {
margin-top: 215px;
}
.sertif {
margin-top: 420px;
}
}
@media (max-width: 480px) {
.blockfootimg ul.nizssilk li.revealator-delay2, .blockfootimg ul.nizssilk li.revealator-delay6 {
width: 100%;
}
.vnutrin.virobekan2 .ekrandva:after, .virobekan5 .ekrandva:after {
width: 250px;
}
}
@media (max-width: 401px) {
.ekrandva:after {
width: 195px;
}
.page-template-page-kupit .vnutrin .kakaocistit {
padding-left: 14px;
}
.page-id-88 .vnutrin h1, .page-id-94 .vnutrin h1 {
font-size: 36px;
}
}
@media (max-width: 371px) {
.samolikuv p {
margin-top: 285px;
}
.sertif {
margin-top: 480px;
}
}
.sprychem {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
overflow: hidden;
clip: rect(0 0 0 0);
white-space: nowrap;
border: 0;
}