html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
body {
margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
display: block;
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden],
template {
display: none;
}
a {
background: transparent;
}
a:active,
a:hover {
outline: 0;
}
abbr[title] {
border-bottom: 1px dotted;
}
b,
strong {
font-weight: bold;
}
dfn {
font-style: italic;
}
h1 {
font-size: 2em;
margin: 0.67em 0;
}
mark {
background: #ff0;
color: #000;
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
img {
border: 0;
max-width: 99%;
}
svg:not(:root) {
overflow: hidden;
}
figure {
margin: 1em 40px;
}
hr {
-moz-box-sizing: content-box;
box-sizing: content-box;
height: 0;
}
pre {
overflow: auto;
}
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0;
}
button {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
html input[type="button"] {
-webkit-appearance: button;
cursor: pointer;
}
button[disabled],
html input[disabled] {
cursor: default;
}
button input::-moz-focus-inner {
border: 0;
padding: 0;
}
input {
line-height: normal;
}
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
input[type="search"] {
-webkit-appearance: textfield;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
legend {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
}
optgroup {
font-weight: bold;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
td,
th {
padding: 0;
} .swiper-container {
margin: 0 auto;
position: relative;
overflow: hidden; z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
float: left;
}
.swiper-container-vertical > .swiper-wrapper {
-webkit-box-orient: vertical;
-moz-box-orient: vertical;
-ms-flex-direction: column;
-webkit-flex-direction: column;
flex-direction: column;
}
.swiper-wrapper {
position: relative;
width: 100%;
height: 100%;
z-index: 1;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-transition-property: -webkit-transform;
-moz-transition-property: -moz-transform;
-o-transition-property: -o-transform;
-ms-transition-property: -ms-transform;
transition-property: transform;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
-webkit-transform: translate3d(0px, 0, 0);
-moz-transform: translate3d(0px, 0, 0);
-o-transform: translate(0px, 0px);
-ms-transform: translate3d(0px, 0, 0);
transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
-webkit-box-lines: multiple;
-moz-box-lines: multiple;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
-webkit-transition-timing-function: ease-out;
-moz-transition-timing-function: ease-out;
-ms-transition-timing-function: ease-out;
-o-transition-timing-function: ease-out;
transition-timing-function: ease-out;
margin: 0 auto;
}
.swiper-slide {
-webkit-flex-shrink: 0;
-ms-flex: 0 0 auto;
flex-shrink: 0;
width: 100%;
height: 100%;
position: relative;
} .swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
-webkit-box-align: start;
-ms-flex-align: start;
-webkit-align-items: flex-start;
align-items: flex-start;
-webkit-transition-property: -webkit-transform, height;
-moz-transition-property: -moz-transform;
-o-transition-property: -o-transform;
-ms-transition-property: -ms-transform;
transition-property: transform, height;
} .swiper-container .swiper-notification {
position: absolute;
left: 0;
top: 0;
pointer-events: none;
opacity: 0;
z-index: -1000;
} .swiper-wp8-horizontal {
-ms-touch-action: pan-y;
touch-action: pan-y;
}
.swiper-wp8-vertical {
-ms-touch-action: pan-x;
touch-action: pan-x;
} .swiper-button-prev,
.swiper-button-next {
position: absolute;
top: 50%;
width: 27px;
height: 44px;
margin-top: -22px;
z-index: 10;
cursor: pointer;
-moz-background-size: 27px 44px;
-webkit-background-size: 27px 44px;
background-size: 27px 44px;
background-position: center;
background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
opacity: 0.35;
cursor: auto;
pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
left: 10px;
right: auto;
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
right: 10px;
left: auto;
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
} .swiper-pagination {
position: absolute;
text-align: center;
-webkit-transition: 300ms;
-moz-transition: 300ms;
-o-transition: 300ms;
transition: 300ms;
-webkit-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
opacity: 0;
} .swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
bottom: 10px;
left: 0;
width: 100%;
} .swiper-pagination-bullet {
width: 8px;
height: 8px;
display: inline-block;
border-radius: 100%;
background: #000;
opacity: 0.2;
}
button.swiper-pagination-bullet {
border: none;
margin: 0;
padding: 0;
box-shadow: none;
-moz-appearance: none;
-ms-appearance: none;
-webkit-appearance: none;
appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
background: #fff;
}
.swiper-pagination-bullet-active {
opacity: 1;
background: #007aff;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
background: #000;
}
.swiper-container-vertical > .swiper-pagination-bullets {
right: 10px;
top: 50%;
-webkit-transform: translate3d(0px, -50%, 0);
-moz-transform: translate3d(0px, -50%, 0);
-o-transform: translate(0px, -50%);
-ms-transform: translate3d(0px, -50%, 0);
transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
margin: 5px 0;
display: block;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
margin: 0 5px;
} .swiper-pagination-progress {
background: rgba(0, 0, 0, 0.25);
position: absolute;
}
.swiper-pagination-progress .swiper-pagination-progressbar {
background: #007aff;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
-webkit-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
-webkit-transform-origin: left top;
-moz-transform-origin: left top;
-ms-transform-origin: left top;
-o-transform-origin: left top;
transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
-webkit-transform-origin: right top;
-moz-transform-origin: right top;
-ms-transform-origin: right top;
-o-transform-origin: right top;
transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progress {
width: 100%;
height: 4px;
left: 0;
top: 0;
}
.swiper-container-vertical > .swiper-pagination-progress {
width: 4px;
height: 100%;
left: 0;
top: 0;
}
.swiper-pagination-progress.swiper-pagination-white {
background: rgba(255, 255, 255, 0.5);
}
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
background: #fff;
}
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
background: #000;
} .swiper-container-3d {
-webkit-perspective: 1200px;
-moz-perspective: 1200px;
-o-perspective: 1200px;
perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
-ms-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0))); background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
.swiper-container-3d .swiper-slide-shadow-right {
background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0))); background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
.swiper-container-3d .swiper-slide-shadow-top {
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0))); background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
.swiper-container-3d .swiper-slide-shadow-bottom {
background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0))); background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); } .swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper { -ms-perspective: 1200px;
} .swiper-container-cube,
.swiper-container-flip {
overflow: visible;
}
.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
pointer-events: none;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
backface-visibility: hidden;
z-index: 1;
}
.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
pointer-events: none;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
pointer-events: auto;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
z-index: 0;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
backface-visibility: hidden;
} .swiper-container-cube .swiper-slide {
visibility: hidden;
-webkit-transform-origin: 0 0;
-moz-transform-origin: 0 0;
-ms-transform-origin: 0 0;
transform-origin: 0 0;
width: 100%;
height: 100%;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
-webkit-transform-origin: 100% 0;
-moz-transform-origin: 100% 0;
-ms-transform-origin: 100% 0;
transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
pointer-events: auto;
visibility: visible;
}
.swiper-container-cube .swiper-cube-shadow {
position: absolute;
left: 0;
bottom: 0px;
width: 100%;
height: 100%;
background: #000;
opacity: 0.6;
-webkit-filter: blur(50px);
filter: blur(50px);
z-index: 0;
} .swiper-container-fade.swiper-container-free-mode .swiper-slide {
-webkit-transition-timing-function: ease-out;
-moz-transition-timing-function: ease-out;
-ms-transition-timing-function: ease-out;
-o-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
pointer-events: none;
-webkit-transition-property: opacity;
-moz-transition-property: opacity;
-o-transition-property: opacity;
transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
pointer-events: auto;
} .swiper-scrollbar {
border-radius: 10px;
position: relative;
-ms-touch-action: none;
background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
position: absolute;
left: 1%;
bottom: 3px;
z-index: 50;
height: 5px;
width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
position: absolute;
right: 3px;
top: 1%;
z-index: 50;
width: 5px;
height: 98%;
}
.swiper-scrollbar-drag {
height: 100%;
width: 100%;
position: relative;
background: rgba(0, 0, 0, 0.5);
border-radius: 10px;
left: 0;
top: 0;
}
.swiper-scrollbar-cursor-drag {
cursor: move;
} .swiper-lazy-preloader {
width: 42px;
height: 42px;
position: absolute;
left: 50%;
top: 50%;
margin-left: -21px;
margin-top: -21px;
z-index: 10;
-webkit-transform-origin: 50%;
-moz-transform-origin: 50%;
transform-origin: 50%;
-webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
-moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
display: block;
content: "";
width: 100%;
height: 100%;
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
background-position: 50%;
-webkit-background-size: 100%;
background-size: 100%;
background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
100% {
-webkit-transform: rotate(360deg);
}
}
@keyframes swiper-preloader-spin {
100% {
transform: rotate(360deg);
}
}
@font-face {
font-family: "Myriad Pro";
src: url(//lef.org.ua/wp-content/themes/fonts/MyriadProRegular.eot);
src: url(//lef.org.ua/wp-content/themes/fonts/MyriadProRegular.eot?#iefix) format("embedded-opentype"), url(//lef.org.ua/wp-content/themes/fonts/MyriadProRegular.woff) format("woff"), url(//lef.org.ua/wp-content/themes/fonts/MyriadProRegular.ttf) format("truetype");
font-style: normal;
font-weight: normal;
}
@font-face {
font-family: "Myriad Pro";
src: url(//lef.org.ua/wp-content/themes/fonts/MyriadProBold.eot);
src: url(//lef.org.ua/wp-content/themes/fonts/MyriadProBold.eot?#iefix) format("embedded-opentype"), url(//lef.org.ua/wp-content/themes/fonts/MyriadProBold.woff) format("woff"), url(//lef.org.ua/wp-content/themes/fonts/MyriadProBold.ttf) format("truetype");
font-style: normal;
font-weight: bold;
}
@font-face {
font-family: 'OpenSans-CondensedLightItalic';
src: url(//lef.org.ua/wp-content/themes/fonts/OpenSans-CondensedLightItalic.eot?#iefix) format('embedded-opentype'), url(//lef.org.ua/wp-content/themes/fonts/OpenSans-CondensedLightItalic.woff) format('woff'), url(//lef.org.ua/wp-content/themes/fonts/OpenSans-CondensedLightItalic.ttf) format('truetype'), url(//lef.org.ua/wp-content/themes/fonts/OpenSans-CondensedLightItalic.svg#OpenSans-CondensedLightItalic) format('svg');
font-weight: normal;
font-style: normal;
}
html,
body {
height: 100%;
min-height: 100%;
}
#wrapper {
//  min-height: 100%;
// padding-bottom: 335px;
}
footer {
min-height: 315px;
// margin-top: -315px;
}
* {
outline: none !important; text-decoration: none;
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
color: #5c5c5c;
font-family: "Open Sans";
font-size: 16px;
}
.pull-left {
float: left;
}
.pull-right {
float: right;
}
.clearfix:after {
content: "";
display: table;
clear: both;
}
.fwidth {
max-width: 960px;
padding: 0 10px;
width: 100%;
margin: auto;
}
a {
color: #85bc21;
}
a:hover {
text-decoration: underline;
}
.button {
background-color: #85bc21;
background-image: linear-gradient(to top, rgba(114, 164, 22, 0.06) 0%, rgba(131, 189, 26, 0.06) 35%, rgba(139, 200, 28, 0.06) 51%, rgba(133, 188, 33, 0.06) 100%);
border-radius: 3px;
box-shadow: 0 0 3px rgba(0, 0, 0, 0.21);
color: white;
font-family: "Open Sans";
font-weight: 400;
display: inline-block;
text-decoration: none !important;
text-align: center;
}
.button:hover {
opacity: .9;
}
h3 {
color: #5c5c5c;
font-size: 30px;
font-weight: 700;
text-align: center; position: relative;
}
h3:after {
background-color: #d6d6d6;
height: 1px;
position: absolute;
left: 30px;
right: 30px;
top: 50%;
content: "";
}
h3 span {
font-size: 30px;
background-color: #fff;
padding: 0 40px;
position: relative;
z-index: 2;
}
.to-top {
width: 27px;
height: 40px;
background-color: #706e6c;
border-radius: 2px;
position: fixed;
text-align: center;
color: #fff;
bottom: 7px;
right: 13px;
z-index: 1000;
font-size: 20px;
-webkit-transform: scaleY(1.2);
transform: scaleX(1.5);
line-height: 41px;
text-shadow: 0 0 1px #fff;
cursor: pointer;
}
header {
position: relative;
z-index: 20;
}
header:after {
display: block;
content: "";
height: 4px;
background-color: #85bc21;
box-shadow: 0.1px 1px 8px rgba(0, 0, 0, 0.41);
}
header .top {
height: 30px;
line-height: 30px;
background-color: #f8f8f8;
box-shadow: 0.1px 1px 0 #e6e9ed;
position: relative;
z-index: 1;
}
header .top .email {
display: inline-block;
padding-left: 43px;
background-image: url(//lef.org.ua/wp-content/themes/lef/images/ico-header-mail.png);
background-position: 16px center;
background-repeat: no-repeat;
margin-right: 27px;
color: #706e6c;
font-family: "Myriad Pro";
font-size: 14px;
font-weight: 400;
}
header .top .phone {
display: inline-block;
padding-left: 38px;
background-image: url(//lef.org.ua/wp-content/themes/images/ico-header-phone.png);
background-position: 16px center;
background-repeat: no-repeat;
color: #706e6c;
font-family: "Myriad Pro";
font-size: 14px;
font-weight: 400;
}
header .top .phone.no-ico {
background-image: none;
padding-left: 22px;
}
header .top .social {
display: inline-block;
}
header .top .social a {
display: inline-block;
margin-left: 10px;
}
header .top .social a img {
vertical-align: middle;
position: relative;
top: -1px;
}
header .top .social a:hover {
opacity: .9;
}
header .top .lng {
display: inline-block;
margin-left: 15px;
}
header .top .lng a {
display: inline-block;
margin-left: 20px;
font-family: "Roboto";
font-size: 14px;
font-weight: 700;
color: #716f6d;
}
header .top .lng a.active {
color: #85bc21;
}
header .mid {
min-height: 90px;
background-image: url(http://lef.org.ua/wp-content/themes/lef/images/header-bg.jpg);
text-align: center;
padding-top: 10px;
}
header .mid .text {
color: #f8f8f8;
font-size: 34px;
display: inline-block;
font-family: 'OpenSans-CondensedLightItalic';
line-height: 70px;
}
header .mid .button {
width: 221px;
height: 47px;
font-size: 17px;
line-height: 47px;
margin-top: 13px;
}
header .bottom {
height: 50px;
background-color: #5c5c5c;
box-shadow: 0 0 7px rgba(255, 255, 190, 0.28);
}
header .bottom.fixed {
position: fixed;
top: 0;
left: 0;
right: 0;
}
header .bottom .show_nav {
width: 50px;
height: 50px;
display: none;
position: relative;
float: right;
}
header .bottom .show_nav span {
position: absolute;
top: 50%;
margin-top: -1px;
left: 10px;
width: 30px;
background-color: #85bc21;
height: 2px;
}
header .bottom .show_nav span:before,
header .bottom .show_nav span:after {
position: absolute;
left: 0;
width: 100%;
background-color: #85bc21;
content: "";
height: 2px;
}
header .bottom .show_nav span:before {
top: -10px;
}
header .bottom .show_nav span:after {
bottom: -10px;
}
header .bottom .fwidth > ul {
font-size: 0;
text-align: right;
}
header .bottom .fwidth > ul > li {
display: inline-block;
position: relative;
}
header .bottom .fwidth > ul > li:after {
width: 1px;
height: 44px;
background-color: dimgrey;
box-shadow: 0.1px 1px 1px rgba(154, 154, 154, 0.75);
display: inline-block;
content: "";
vertical-align: top;
}
header .bottom .fwidth > ul > li:last-of-type:after {
display: none;
}
header .bottom .fwidth > ul > li > a {
padding: 0 30px;
line-height: 50px;
display: inline-block;
color: white;
font-size: 18px;
font-weight: 400;
vertical-align: top;
}
header .bottom .fwidth > ul > li > a:hover {
background-color: rgba(255, 255, 255, 0.1);
text-decoration: none;
color: #85bc21;
}
header .bottom .fwidth > ul > li > ul {
display: none;
position: absolute;
top: 50px;
left: 0;
width: 300px;
background-color: #693;
text-align: left;
}
header .bottom .fwidth > ul > li > ul li {
line-height: 20px;
border-top: 1px solid #85BC21;
}
header .bottom .fwidth > ul > li > ul li a {
display: block;
padding: 10px 15px;
color: #fff;
font-size: 14px;
font-weight: 400;
}
header .bottom .fwidth > ul > li > ul li a:hover {
background-color: rgba(255, 255, 255, 0.1);
text-decoration: none;
color: #fff;
}
@media (min-width:800px) {
header .bottom .fwidth > ul {
display: block!important;
}
header .bottom .fwidth > ul >li:hover >ul {
display: block!important;
}
.show-plus:after{
display: none;
}
.show-minus:after{
display: none;
}
}
@media (max-width: 800px) {
.history-container{
width: 100% !important;
text-align: center;
}
.calendar-container{
padding-left: 0px !important;
}
.history-info{
width: 100% !important;
padding-bottom: 10px;
}
.show-plus:after {
content: "+";
float: right;
width: 22px;
font-size: 40px;
color: #85bc21;
}
.show-minus:after {
content: "-";
float: right;
width: 22px;
line-height: 38px;
font-size: 61px;
color: #f8f8f8;
}
header .top {
height: auto;
text-align: center;
}
header .top .pull-left,
header .top .pull-right {
float: none;
}
header .mid {
padding-bottom: 10px;
background-size: cover;
}
header .mid .text {
display: none;
}
header .mid .logo {
max-width: 45%;
}
header .mid .logo img {
max-width: 100%;
}
header .mid .button {
max-width: 45%;
}
header .bottom {
position: relative;
}
header .bottom .fwidth > ul {
display: block;
position: absolute;
left: 0;
right: 0;
top: 50px;
background-color: #5c5c5c;
text-align: left;
padding: 0 10px;
}
header .bottom .fwidth > ul > li {
display: block;
border-top: 1px solid rgba(255, 255, 255, 0.2);
}
header .bottom .fwidth > ul > .plus > a:after {
position: absolute;
content: "";
top: 50%;
margin-top: -1px;
right: 20px;
width: 20px;
background-color: #85bc21;
height: 2px;
}
header .bottom .fwidth > ul > .plus > a:before {
position: absolute;
content: "";
top: 15px;
right: 29px;
height: 20px;
background-color: #85bc21;
width: 2px;
}
header .bottom .fwidth > ul > li:nth-child(2) > a.active:before {
background-color: transparent;
}
header .bottom .fwidth > ul > li:nth-child(2) > a.active:after {
background-color: #85bc21;
}
header .bottom .fwidth > ul > li > a {
display: block;
padding-left: 10px;
margin-left: -10px;
padding-right: 10px;
margin-right: -10px;
position: relative;
}
header .bottom .fwidth > ul > li:after {
display: none;
}
header .bottom .fwidth > ul > li ul {
display: none;
position: static;
width: auto;
margin-left: -10px;
margin-right: -10px;
}
header .bottom .fwidth > ul > li ul li {
border-top: 1px solid rgba(255, 255, 255, 0);
}
header .bottom .fwidth > ul > li ul li a {
padding-left: 10px;
padding-right: 10px;
}
header .bottom .show_nav {
display: block;
}
}
@media (max-width: 500px) {
header .mid .text {
display: none;
}
header .mid .logo {
font-size: 0;
line-height: 70px;
}
header .mid .logo img {
vertical-align: middle;
}
header .mid .logo:after {
content: " ";
}
header .mid .button {
overflow: hidden;
}
}
footer {
background-color: #706e6c;
padding-bottom: 60px;
position: relative;
}
footer .top {
padding-top: 30px;
}
footer .col {
width: 33.33%; text-align: center;
float: right;
color: #fff;
font-size: 12px;
}
footer .col:nth-child(1) { }
footer .col:nth-child(1) a {
padding-bottom: 10px;
display: inline-block;
display: block;
width: 100%;
}
footer .col:nth-child(1) a img {
max-width: 100%;
}
footer .col:nth-child(2) { }
footer .col:nth-child(2) span {
width: 160px;
padding-left: 12px;
background-position: left center;
background-repeat: no-repeat;
margin:0 auto;
margin-bottom: 10px;
display: block;
text-transform: uppercase;
}
footer .col:nth-child(2) span img{ }
footer .col:nth-child(2) .addr {
background-image: url(//lef.org.ua/wp-content/themes/images/ico-footer-addr.png);
}
footer .col:nth-child(2) .phone {
background-image: url(//lef.org.ua/wp-content/themes/images/ico-footer-phone.png);
}
footer .col:nth-child(2) .mail {
background-image: url(//lef.org.ua/wp-content/themes/images/ico-footer-mail.png);
}
footer .col:nth-child(3) form {
position: relative;
margin-bottom: 25px;
}
footer .col:nth-child(3) form input {
border: 0;
width: 100%;
height: 33px;
background-color: #858482;
border-radius: 2px;
padding-left: 10px;
padding-right: 90px;
}
footer .col:nth-child(3) form button {
width: 72px;
height: 25px;
border: none;
position: absolute;
right: 4px;
top: 4px;
bottom: 4px;
}
footer .col:nth-child(3) a {
margin-right: 10px;
}
footer .col:nth-child(4) {
padding-left: 5%;
}
footer .col:nth-child(4) img {
width: 100%;
}
footer .col .title {
color: white;
font-family: "Myriad Pro";
font-size: 12px;
font-weight: 400;
line-height: 18px;
text-transform: uppercase;
margin-bottom: 18px;
}
footer .bottom {
height: 54px;
background-color: #85bc21;
position: absolute;
bottom: 0;
left: 0;
right: 0;
text-align: right;
font-size: 0;
line-height: 54px;
}
footer .bottom li {
display: inline-block;
}
footer .bottom li:after {
color: #fff;
content: "·";
margin: 0 10px;
font-size: 14px;
}
footer .bottom li:last-of-type:after {
display: none;
}
footer .bottom a {
color: #fff;
font-size: 14px;
}
@media (max-width: 800px) {
footer .col {
width: 33%;
}
footer .col:nth-child(4) {
display: none;
}
}
@media (max-width: 540px) {
footer .col { }
footer .col:nth-child(1) { }
footer .bottom {
text-align: left;
}
}
@media (max-width: 400px) {
footer .bottom a {
font-size: 12px;
}
footer .bottom li:after {
margin: 0 2px;
}
}
.main-slider {
margin-bottom: 20px;
}
.main-slider .swiper-container {
height: 460px;
}
.main-slider .swiper-container .swiper-slide {
height: 460px;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.main-slider .swiper-container .swiper-pagination .swiper-pagination-bullet {
width: 14px;
height: 13px;
background-color: white;
box-shadow: inset 0.1px 1px 1px rgba(0, 0, 0, 0.68);
opacity: 1;
}
.main-slider .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
background-color: #85bc21;
box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 900px) {
.main-slider .swiper-container {
height: 400px;
}
.main-slider .swiper-container .swiper-slide {
height: 400px;
}
}
@media (max-width: 800px) {
.main-slider .swiper-container {
height: 350px;
}
.main-slider .swiper-container .swiper-slide {
height: 350px;
}
}
@media (max-width: 700px) {
.main-slider .swiper-container {
height: 300px;
}
.main-slider .swiper-container .swiper-slide {
height: 300px;
}
footer .col{
width: 100% !important;
margin-bottom: 30px;
}
}
@media (max-width: 600px) {
.main-slider .swiper-container {
height: 250px;
}
.main-slider .swiper-container .swiper-slide {
height: 250px;
}
}
@media (max-width: 500px) {
.main-slider .swiper-container {
height: 200px;
}
.main-slider .swiper-container .swiper-slide {
height: 200px;
}
}
@media (max-width: 400px) {
.main-slider .swiper-container {
height: 150px;
}
.main-slider .swiper-container .swiper-slide {
height: 150px;
}
}
.what-we-do {
padding-bottom: 30px;
}
.what-we-do ul {
margin-left: -10px;
margin-right: -10px;
text-align: center;
font-size: 0;
}
.what-we-do ul li {
display: inline-block;
vertical-align: top;
width: 25%;
padding: 0 10px;
padding-top: 120px;
background-position: center top;
background-repeat: no-repeat;
}
.what-we-do ul li .ttl {
color: #5c5c5c;
font-size: 18px;
font-weight: 700;
line-height: 20px;
margin-bottom: 15px;
display: block;
}
.what-we-do ul li .text {
color: #5c5c5c;
font-size: 16px;
font-weight: 400;
line-height: 18px;
text-align: left;
display: block;
text-indent: 5px;
}
@media (max-width: 700px) {
.what-we-do ul li {
width: 50%;
margin-bottom: 20px;
}
}
@media (max-width: 500px) {
.what-we-do ul li {
width: 100%;
}
}
.join {
padding-top: 18px;
padding-bottom: 40px;
background-color: #e9e9e9;
}
.join h3 span {
background-color: #e9e9e9;
}
.join ul {
margin-left: -10px;
margin-right: -10px;
text-align: center;
font-size: 0;
}
.join ul li {
display: inline-block;
vertical-align: top;
width: 25%;
padding: 0 10px;
}
.join ul li .inner {
text-align: left;
background-color: #fff;
border-radius: 8px 8px 0 0;
display: block;
padding-bottom: 15px;
}
.join ul li .ttl {
background-color: #85bc21;
line-height: 1.3;
color: #fff;
font-size: 18px;
font-weight: 700;
display: block;
padding-left: 10px;
border-radius: 8px 8px 0 0;
}
.join ul li .image {
margin-bottom: 12px;
height: 200px;
width: 100%;
display: block;
position: relative;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.join ul li .image .date {
width: 110px;
height: 29px;
background-color: #85bc21;
border-radius: 8px 0 0 8px;
color: white;
font-size: 14px;
font-weight: 700;
display: block;
position: absolute;
right: 0;
bottom: 8px;
text-align: center;
line-height: 29px;
}
.join ul li .subttl {
color: #5c5c5c;
font-family: "Myriad Pro";
font-size: 14px;
font-weight: 700;
padding: 0 10px;
}
.join ul li .text {
color: #5c5c5c;
font-size: 14px;
font-weight: 400;
line-height: 18px;
text-align: left;
display: block;
margin-bottom: 15px;
padding: 0 10px;
max-height: 54px;
overflow: hidden;
}
.join ul li .button {
margin-right: 10px;
float: right;
text-transform: uppercase;
width: 70px;
height: 24px;
line-height: 24px;
font-size: 12px;
}
@media (max-width: 800px) {
.join ul li {
width: 50%;
margin-bottom: 20px;
}
}
@media (max-width: 450px) {
.join ul li {
width: 100%;
}
}
.’ {
padding-bottom: 30px;
padding-top: 19px;
}
.testimonials ul {
margin-left: -10px;
margin-right: -10px;
text-align: center;
font-size: 0;
}
.testimonials ul li {
display: inline-block;
vertical-align: top;
width: 50%;
padding: 0 10px;
padding-left: 160px;
background-position: center top;
background-repeat: no-repeat;
min-height: 120px;
position: relative;
margin-bottom: 40px;
text-align: left;
}
.testimonials ul li .image {
width: 115px;
height: 115px;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
border-radius: 50%;
position: absolute;
left: 10px;
top: 0;
}
.testimonials ul li .text {
color: #5c5c5c;
font-size: 16px;
font-weight: 400;
line-height: 18px;
text-align: left;
display: block;
font-style: italic;
margin-bottom: 15px;
}
.testimonials ul li .author {
color: #85bc21;
font-size: 16px;
font-weight: 700;
line-height: 20px;
display: block;
}
@media (max-width: 700px) {
.testimonials ul li {
width: 100%;
}
}
@media (max-width: 400px) {
.testimonials ul li {
width: 100%;
} }
@media (min-width: 800px) {
header .bottom .fwidth > ul {
display: block;
}
}
@media (max-width: 800px) {
header .bottom .fwidth > ul {
display: none;
}
}
.contacts {
padding-top: 20px;
background-color: #e9e9e9;
}
.contacts h3:after {
display: none;
}
.contacts h3 {
padding: 0;
margin-bottom: 10px;
margin-top: 10px;
font: 700 30px / 30px OpenSans;
text-transform: uppercase;
}
h4 {
font: 400 18px / 30px OpenSans;
text-align: center;
}
.contact-form {
width: 100%;
}
.input-info {
float: left;
width: 50%;
}
.contact-info {
padding-left: 10px;
padding-left: 10%;
float: right;
width: 50%;
}
.message {
float: left;
width: 100%;
}
.contacts h5 {
font: 700 20px / 36px OpenSans;
}
.clearfix:before,
.clearfix:after {
content: " ";
display: table;
}
.clearfix:after {
clear: both;
}
.contacts input {
display: block;
}
.contacts button {
float: right;
}
.contacts span {
padding-left: 25px;
background-position: left center;
background-repeat: no-repeat;
margin-bottom: 20px;
display: block;
}
.contacts .addr {
background-image: url(//lef.org.ua/wp-content/themes/images/location-green.png);
}
.contacts .phone {
background-image: url(//lef.org.ua/wp-content/themes/images/phone-green.png);
}
.contacts .mail {
background-image: url(//lef.org.ua/wp-content/themes/images/mail-green.png);
}
.contact-form input,
textarea,
select,
input {
background-color: #e9e9e9;
border: 3px solid white;
outline: 0;
padding: 1em;
border-radius: 10px;
display: block;
width: 100%;
margin-top: 2em;
font: 200 15px/18px OpenSans;
resize: none;
}
.contact-info h5 {
margin-bottom: 1em;
}
::-webkit-input-placeholder {
color: #3c3c3c;
}
:-moz-placeholder { color: #3c3c3c;
}
::-moz-placeholder { color: #3c3c3c;
}
:-ms-input-placeholder {
color: #3c3c3c;
}
.send {
margin: 40px 0;
height: 40px;
width: 150px;
background-color: #81b71e;
border: 0;
border-radius: 8px;
box-shadow: 0 0 3px rgba(0, 0, 0, 0.21);
color: white;
font: 700 18px / 20px "OpenSans";
text-align: center;
text-transform: uppercase;
}
.send:hover {
opacity: .9;
}
.map {
width: 1200px;
margin: auto;
}
.map img {
width: 100%;
height: auto;
display: block;
position: relative;
margin: auto;
}
.contact-info img {
margin-right: 20px
}
.bur {
padding-top: 18px;
padding-bottom: 40px;
background-color: #e9e9e9;
}
.bur h3 span {
background-color: #e9e9e9;
}
.bur-info {
float: left;
width: 30%;
}
.bur-info h2 {
color: #85bc21;
font: 700 20px OpenSans;
}
.bur-info p {
color: #5c5c5c;
font: 700 14px / 24px OpenSans;
text-indent: 5px;
}
.bur-info ul {
padding-left: 20px;
margin-top: 10px;
}
.bur-info li {
padding: 5px;
font: 400 18px RobotoSlab;
list-style: square url(//lef.org.ua/wp-content/themes/images/ellipse.png);
}
.bur-info button {
padding: 5px 20px;
margin-right: 10px;
margin-top: 20px;
float: right;
background-color: #81b71e;
border: 0;
border-radius: 4px;
box-shadow: 0 0 3px rgba(0, 0, 0, 0.21);
color: white;
font: 700 18px / 20px "OpenSans";
text-align: center;
text-transform: uppercase;
}
.bur-photo {
float: right;
width: 70%;
}
.bur-photo img,
.history-map img {
width: 100%;
height: 100%;
}
.history {
padding-top: 20px;
padding-bottom: 20px;
}
.history-map {
float: left;
width: 50%;
background-color: #e9e9e9;
}
.history-info { width: 100%;
padding-left: 0%;
text-align: center;
}
.history-info button {
padding: 6px 30px;
margin-top: 20px;
float: center;
background-color: #81b71e;
border: 0;
border-radius: 4px;
box-shadow: 0 0 3px rgba(0, 0, 0, 0.21);
color: white;
font: 700 18px / 20px "OpenSans";
text-align: center;
text-transform: uppercase;
}
@media (max-width: 896px) {
.bur-info li {
font: 400 14px RobotoSlab;
}
}
@media (max-width: 800px) {
.bur-info li {
padding: 5px;
font: 400 18px RobotoSlab;
}
.bur-info li {
font: 400 18px RobotoSlab;
}
.bur-info h3 {
margin-bottom: 20px;
}
.bur-info ul {
padding-left: 50px;
}
.bur-info {
padding-bottom: 10px;
}
.bur-info,
.bur-photo {
width: 100%;
}
.history-info,
.history-map {
width: 100%;
}
.history-info {
padding-left: 0;
padding-top: 10px;
}
}
@media (max-width: 700px) {
.contact-info {
display: none;
width: 0;
}
.input-info {
width: 100%;
}
}
.aligncenter,
img.aligncenter {
margin-right: auto;
margin-left: auto;
display: block;
clear: both;
width: 100%;
height: auto;
}
.left-header > div{
display:inline-block;
vertical-align:middle;
}
.left-header .lang-switcher
{
margin-top:13px;
padding-left:10px;
width:46px;
}
.lang-switcher{
text-align:center;
font-family: sans-serif;
font-size:12px;
color:#fff;
}
.lang-switcher a{
color:#fff;
display:block;
text-align:center; }
.lang-switcher a:nth-child(1){ padding-bottom:2px;
}
lang-switcher a:nth-child(2){
padding-top:2px;
}
.mb-vissible{
display:none;
}
@media all and (max-width: 900px) {
.mb-hidden{
display:none!important;
}
.mb-vissible{
display:block!important;
}
}
ul.page-numbers {
margin: 0;
padding: 0;
display: inline-block;
}
ul.page-numbers li {
display: inline-block;
}