.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}.lwpcngNotice{position:fixed;z-index:999999;padding:12px 24px;font:16px/20px "Trebuchet MS","Helvetica CY",sans-serif;box-shadow:0 0 8px rgba(0,0,0,.1);border:0 solid}.lwpcngNotice A{text-decoration:underline}.lwpcngNotice A:hover{text-decoration:none}.lwpcngNotice-float{border:1px solid;border-radius:4px}.lwpcngNotice_message{display:inline;margin-right:8px}.lwpcngNotice_accept,.lwpcngNotice_reject{margin:8px 8px;display:inline-block;vertical-align:middle;padding:6px 12px;border:1px solid;white-space:nowrap;cursor:pointer}.lwpcngNotice_accept{font-weight:700}.lwpcngNotice_more{margin:0 6px;display:inline-block;vertical-align:middle;white-space:nowrap;cursor:pointer;font-size:14px}.lwpcngNoticeBar{text-align:center}.lwpcngNoticeBar.lwpcngNotice-sticked{left:0;right:0}.lwpcngNoticeBar-top.lwpcngNotice-sticked{top:0;border-bottom-width:1px}.lwpcngNoticeBar-bottom.lwpcngNotice-sticked{bottom:0;border-top-width:1px}.lwpcngNoticeBar .lwpcngNotice_buttons{display:inline}.lwpcngNoticeBox{max-width:40%}@media screen and (max-width:980px){.lwpcngNoticeBox{max-width:75%}}@media screen and (max-width:600px){.lwpcngNoticeBox{max-width:none;left:0!important;right:0!important;border-radius:0!important;border-width:0}.lwpcngNoticeBox-topLeft,.lwpcngNoticeBox-topRight{top:0!important;border-bottom-width:1px}.lwpcngNoticeBox-bottomLeft,.lwpcngNoticeBox-bottomRight{bottom:0!important;border-top-width:1px}}.lwpcngNoticeBox-bottomLeft.lwpcngNotice-sticked{left:0;bottom:0;border-right-width:1px;border-top-width:1px;border-radius:0 4px 0 0}.lwpcngNoticeBox-bottomRight.lwpcngNotice-sticked{right:0;bottom:0;border-left-width:1px;border-top-width:1px;border-radius:4px 0 0 0}.lwpcngNoticeBox-topLeft.lwpcngNotice-sticked{left:0;top:0;border-right-width:1px;border-bottom-width:1px;border-radius:0 0 4px 0}.lwpcngNoticeBox-topRight.lwpcngNotice-sticked{right:0;top:0;border-left-width:1px;border-bottom-width:1px;border-radius:0 0 0 4px}.lwpcngNoticeBox .lwpcngNotice_buttons{margin-top:6px}.lwpcngNotice-light{background:#fff;background:rgba(255,255,255,.97);color:#000;border-color:#ddd}.lwpcngNotice-light A,.lwpcngNotice-light A:hover,.lwpcngNotice-light A:visited{color:#aaa}.lwpcngNotice-light .lwpcngNotice_accept{border-color:#ddd;background:#fff;color:#00a65a}.lwpcngNotice-light .lwpcngNotice_accept:hover{border-color:#82ccaa;background:#f4fff3}.lwpcngNotice-light .lwpcngNotice_reject{border-color:#ddd;background:#fff;color:#888}.lwpcngNotice-light .lwpcngNotice_reject:hover{border-color:#bbb;background:#f8f8f8;color:#000}.lwpcngNotice-dark{background:#2b2b2b;background:rgba(43,43,43,.97);color:#fff;border-color:#2b2b2b}.lwpcngNotice-dark A,.lwpcngNotice-dark A:hover,.lwpcngNotice-dark A:visited{color:#aaa}.lwpcngNotice-dark .lwpcngNotice_accept{border-color:#555;color:#00a65a}.lwpcngNotice-dark .lwpcngNotice_accept:hover{background:#2b2b2b}.lwpcngNotice-dark .lwpcngNotice_reject{border-color:#555;color:#888}.lwpcngNotice-dark .lwpcngNotice_reject:hover{background:#2b2b2b;color:#aaa}.lwpcngShowAgain{position:fixed;z-index:999999;padding:6px 16px;border:0 solid;border-top-width:1px;font:14px/18px "Trebuchet MS","Helvetica CY",sans-serif;cursor:pointer}.lwpcngShowAgain-bottomSticked{bottom:0}.lwpcngShowAgain-bottomFloat{border-bottom-width:1px}.lwpcngShowAgain-sideSticked.lwpcngShowAgain-bottomRight{right:0}.lwpcngShowAgain-sideSticked.lwpcngShowAgain-bottomLeft{left:0}.lwpcngShowAgain-bottomRight{border-left-width:1px;border-top-left-radius:4px}.lwpcngShowAgain-bottomRight.lwpcngShowAgain-sideFloat{border-right-width:1px;border-top-right-radius:4px}.lwpcngShowAgain-bottomRight.lwpcngShowAgain-sideFloat.lwpcngShowAgain-bottomFloat{border-bottom-right-radius:4px}.lwpcngShowAgain-bottomRight.lwpcngShowAgain-bottomFloat{border-bottom-left-radius:4px}.lwpcngShowAgain-bottomLeft{border-right-width:1px;border-top-right-radius:4px}.lwpcngShowAgain-bottomLeft.lwpcngShowAgain-sideFloat{border-left-width:1px;border-top-left-radius:4px}.lwpcngShowAgain-bottomLeft.lwpcngShowAgain-sideFloat.lwpcngShowAgain-bottomFloat{border-bottom-left-radius:4px}.lwpcngShowAgain-bottomLeft.lwpcngShowAgain-bottomFloat{border-bottom-right-radius:4px}.lwpcngShowAgain-light{background:#fff;background:rgba(255,255,255,.97);border-color:#ddd;color:#000}.lwpcngShowAgain-light:hover{background:#f6f6f6;color:#000}.lwpcngShowAgain-dark{background:#2b2b2b;background:rgba(43,43,43,.97);color:#bbb;border-color:#2b2b2b}.lwpcngShowAgain-dark:hover{background:#2b2b2b;color:#ddd}.lwpcngHide{display:none}@font-face {
font-family: swiper-icons;
src: url(data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);
font-weight: 400;
font-style: normal;
}
:root {
--swiper-theme-color: #007aff;
}
:host {
position: relative;
display: block;
margin-left: auto;
margin-right: auto;
z-index: 1;
}
.swiper {
margin-left: auto;
margin-right: auto;
position: relative;
overflow: hidden;
list-style: none;
padding: 0;
z-index: 1;
display: block;
}
.swiper-vertical > .swiper-wrapper {
flex-direction: column;
}
.swiper-wrapper {
position: relative;
width: 100%;
height: 100%;
z-index: 1;
display: flex;
transition-property: transform;
transition-timing-function: var(
--swiper-wrapper-transition-timing-function,
initial
);
box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
touch-action: pan-y;
}
.swiper-vertical {
touch-action: pan-x;
}
.swiper-slide {
flex-shrink: 0;
width: 100%;
height: 100%;
position: relative;
transition-property: transform;
display: block;
}
.swiper-slide-invisible-blank {
visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
height: auto;
}
.swiper-autoheight .swiper-wrapper {
align-items: flex-start;
transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
transform: translateZ(0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.swiper-3d.swiper-css-mode .swiper-wrapper {
perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
transform-style: preserve-3d;
}
.swiper-3d {
perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
transform-style: preserve-3d;
}
.swiper-css-mode > .swiper-wrapper {
overflow: auto;
scrollbar-width: none;
-ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
content: "";
flex-shrink: 0;
order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
scroll-snap-align: center center;
scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal
> .swiper-wrapper
> .swiper-slide:first-child {
margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
height: 100%;
min-height: 1px;
width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical
> .swiper-wrapper
> .swiper-slide:first-child {
margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
width: 100%;
min-width: 1px;
height: var(--swiper-centered-offset-after);
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
background-image: linear-gradient(
to left,
rgba(0, 0, 0, 0.5),
rgba(0, 0, 0, 0)
);
}
.swiper-3d .swiper-slide-shadow-right {
background-image: linear-gradient(
to right,
rgba(0, 0, 0, 0.5),
rgba(0, 0, 0, 0)
);
}
.swiper-3d .swiper-slide-shadow-top {
background-image: linear-gradient(
to top,
rgba(0, 0, 0, 0.5),
rgba(0, 0, 0, 0)
);
}
.swiper-3d .swiper-slide-shadow-bottom {
background-image: linear-gradient(
to bottom,
rgba(0, 0, 0, 0.5),
rgba(0, 0, 0, 0)
);
}
.swiper-lazy-preloader {
width: 42px;
height: 42px;
position: absolute;
left: 50%;
top: 50%;
margin-left: -21px;
margin-top: -21px;
z-index: 10;
transform-origin: 50%;
box-sizing: border-box;
border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
border-radius: 50%;
border-top-color: transparent;
}
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
--swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
--swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.swiper-virtual .swiper-slide {
-webkit-backface-visibility: hidden;
transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
content: "";
position: absolute;
left: 0;
top: 0;
pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
height: 1px;
width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
width: 1px;
height: var(--swiper-virtual-size);
}
:root {
--swiper-navigation-size: 44px;
}
.swiper-button-next,
.swiper-button-prev {
position: absolute;
top: var(--swiper-navigation-top-offset, 50%);
width: calc(var(--swiper-navigation-size) / 44 * 27);
height: var(--swiper-navigation-size);
margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
z-index: 10;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
opacity: 0.35;
cursor: auto;
pointer-events: none;
}
.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
opacity: 0;
cursor: auto;
pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
display: none !important;
}
.swiper-button-next svg,
.swiper-button-prev svg {
width: 100%;
height: 100%;
object-fit: contain;
transform-origin: center;
}
.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
transform: rotate(180deg);
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
left: var(--swiper-navigation-sides-offset, 10px);
right: auto;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
right: var(--swiper-navigation-sides-offset, 10px);
left: auto;
}
.swiper-button-lock {
display: none;
}
.swiper-button-next:after,
.swiper-button-prev:after {
font-family: swiper-icons;
font-size: var(--swiper-navigation-size);
text-transform: none !important;
letter-spacing: 0;
font-variant: initial;
line-height: 1;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
content: "prev";
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
right: var(--swiper-navigation-sides-offset, 10px);
left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
content: "next";
}
.swiper-pagination {
position: absolute;
text-align: center;
transition: 0.3s opacity;
transform: translate3d(0, 0, 0);
z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
display: none !important;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
bottom: var(--swiper-pagination-bottom, 8px);
top: var(--swiper-pagination-top, auto);
left: 0;
width: 100%;
}
.swiper-pagination-bullets-dynamic {
overflow: hidden;
font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
transform: scale(0.33);
position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
transform: scale(0.33);
}
.swiper-pagination-bullet {
width: var(
--swiper-pagination-bullet-width,
var(--swiper-pagination-bullet-size, 8px)
);
height: var(
--swiper-pagination-bullet-height,
var(--swiper-pagination-bullet-size, 8px)
);
display: inline-block;
border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
background: var(--swiper-pagination-bullet-inactive-color, #000);
opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
border: none;
margin: 0;
padding: 0;
box-shadow: none;
-webkit-appearance: none;
appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
cursor: pointer;
}
.swiper-pagination-bullet:only-child {
display: none !important;
}
.swiper-pagination-bullet-active {
opacity: var(--swiper-pagination-bullet-opacity, 1);
background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
right: var(--swiper-pagination-right, 8px);
left: var(--swiper-pagination-left, auto);
top: 50%;
transform: translate3d(0px, -50%, 0);
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
display: block;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical
> .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
top: 50%;
transform: translateY(-50%);
width: 8px;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
.swiper-pagination-bullet,
.swiper-vertical
> .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
.swiper-pagination-bullet {
display: inline-block;
transition: 0.2s transform, 0.2s top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
.swiper-pagination-bullet {
margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal
> .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
left: 50%;
transform: translateX(-50%);
white-space: nowrap;
}
.swiper-horizontal
> .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
.swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
.swiper-pagination-bullet {
transition: 0.2s transform, 0.2s left;
}
.swiper-horizontal.swiper-rtl
> .swiper-pagination-bullets-dynamic
.swiper-pagination-bullet {
transition: 0.2s transform, 0.2s right;
}
.swiper-pagination-fraction {
color: var(--swiper-pagination-fraction-color, inherit);
}
.swiper-pagination-progressbar {
background: var(
--swiper-pagination-progressbar-bg-color,
rgba(0, 0, 0, 0.25)
);
position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
background: var(--swiper-pagination-color, var(--swiper-theme-color));
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
transform: scale(0);
transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical
> .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
width: 100%;
height: var(--swiper-pagination-progressbar-size, 4px);
left: 0;
top: 0;
}
.swiper-horizontal
> .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
width: var(--swiper-pagination-progressbar-size, 4px);
height: 100%;
left: 0;
top: 0;
}
.swiper-pagination-lock {
display: none;
}
.swiper-scrollbar {
border-radius: var(--swiper-scrollbar-border-radius, 10px);
position: relative;
touch-action: none;
background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}
.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
display: none !important;
}
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
position: absolute;
left: var(--swiper-scrollbar-sides-offset, 1%);
bottom: var(--swiper-scrollbar-bottom, 4px);
top: var(--swiper-scrollbar-top, auto);
z-index: 50;
height: var(--swiper-scrollbar-size, 4px);
width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
position: absolute;
left: var(--swiper-scrollbar-left, auto);
right: var(--swiper-scrollbar-right, 4px);
top: var(--swiper-scrollbar-sides-offset, 1%);
z-index: 50;
width: var(--swiper-scrollbar-size, 4px);
height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-scrollbar-drag {
height: 100%;
width: 100%;
position: relative;
background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
border-radius: var(--swiper-scrollbar-border-radius, 10px);
left: 0;
top: 0;
}
.swiper-scrollbar-cursor-drag {
cursor: move;
}
.swiper-scrollbar-lock {
display: none;
}
.swiper-zoom-container {
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
max-width: 100%;
max-height: 100%;
object-fit: contain;
}
.swiper-slide-zoomed {
cursor: move;
touch-action: none;
}
.swiper .swiper-notification {
position: absolute;
left: 0;
top: 0;
pointer-events: none;
opacity: 0;
z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
transition-timing-function: ease-out;
margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
flex-wrap: wrap;
flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
pointer-events: none;
transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
pointer-events: none;
}
.swiper-fade .swiper-slide-active {
pointer-events: auto;
}
.swiper-fade .swiper-slide-active .swiper-slide-active {
pointer-events: auto;
}
.swiper-cube {
overflow: visible;
}
.swiper-cube .swiper-slide {
pointer-events: none;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
z-index: 1;
visibility: hidden;
transform-origin: 0 0;
width: 100%;
height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
pointer-events: auto;
visibility: visible;
}
.swiper-cube .swiper-cube-shadow {
position: absolute;
left: 0;
bottom: 0px;
width: 100%;
height: 100%;
opacity: 0.6;
z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
content: "";
background: #000;
position: absolute;
left: 0;
top: 0;
bottom: 0;
right: 0;
filter: blur(50px);
}
.swiper-cube .swiper-slide-next + .swiper-slide {
pointer-events: auto;
visibility: visible;
}
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
z-index: 0;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.swiper-flip {
overflow: visible;
}
.swiper-flip .swiper-slide {
pointer-events: none;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
pointer-events: auto;
}
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
z-index: 0;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.swiper-creative .swiper-slide {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
overflow: hidden;
transition-property: transform, opacity, height;
}
.swiper-cards {
overflow: visible;
}
.swiper-cards .swiper-slide {
transform-origin: center bottom;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
overflow: hidden;
}* {
padding: 0px;
margin: 0px;
border: none;
transition: all .3s ease;
}
*,
*::before,
*::after {
box-sizing: border-box;
}
:focus,
:active { }
a:focus,
a:active { } a, a:link, a:visited  { text-decoration: none; }
a:hover  { text-decoration: none;
} aside, nav, footer, header, section, main {
display: block;
}
h1, h2, h3, h4, h5, h6, p {
font-size: inherit;
font-weight: inherit;
}
ul, ul li {
list-style: none;
}
img {
vertical-align: top;
}
img, svg {
max-width: 100%;
height: auto;
}
address {
font-style: normal;
} input, textarea, button, select {
font-family: inherit;
font-size: inherit;
color: inherit;
background-color: transparent;
}
input::-ms-clear {
display: none;
}
button, input[type="submit"] {
display: inline-block;
box-shadow: none;
background-color: transparent;
background: none;
cursor: pointer;
}
input:focus, input:active,
button:focus, button:active {
outline: none;
}
button::-moz-focus-inner {
padding: 0;
border: 0;
}
label {
cursor: pointer;
}
legend {
display: block;
}body {
font-family: "Raleway", sans-serif;
font-optical-sizing: auto;
font-weight: 400;
font-style: normal;
color: rgba(0, 0, 0, 1);
height: 100%;
}
html {
scroll-behavior: smooth;
scroll-padding-top: 150px;
}
.content p {
font-family: Raleway;
font-size: 16px;
font-weight: 400;
line-height: 26px;
text-align: left;
margin: 5px 0px;
}
.content ol {
display: flex;
flex-direction: column;
gap: 5px;
margin: 10px 0px;
text-align: left;
}
.content ul {
display: flex;
flex-direction: column;
gap: 5px;
margin: 10px 0px;
text-align: left;
}
.content ul li {
position: relative;
padding-left: 15px;
}
.content ul li:before {
content: '';
width: 10px;
height: 10px;
position: absolute;
top: 6px;
left: 0px;
border-radius: 100%;
background: #4192FB;
}
._container {
max-width: 1140px;
margin: 0 auto;
padding: 0px 15px;
box-sizing: content-box;
overflow: hidden;
}
._container-shadow {
max-width: 1140px;
margin: 0 auto;
padding: 0px 15px;
box-sizing: content-box;
}
._container-tv {
max-width: 1240px;
margin: 0 auto;
padding: 0px 15px;
box-sizing: content-box;
}
.circle {
width: 100px; height: 100px; background-color: #4192FB;
border-radius: 50%;
filter: blur(244px);
} .footer {
background-color: #242424;
}
.footer__body {
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
padding: 27px 0px 26px 0px;
height: 72px;
}
.footer__body p {
font-size: 16px;
line-height: 18.78px;
color: #fff;
} .main-block {
width: 100%;
height: 100%;
overflow: hidden;
position: relative;
margin-bottom: 120px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
background: url(https://newvpn.io/wp-content/uploads/2025/11/frame-52.webp);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
.main__body {
padding: 147px 0px 0px 0px;
display: flex;
flex-direction: column;
align-items: center;
min-height: 1080px;
height: 100%;
}
.main__body h1 {
font-size: 64px;
font-weight: 800;
line-height: 75.14px;
text-align: center;
color: #fff;
max-width: 778px;
}
.main__body p {
font-size: 18px;
line-height: 29px;
text-align: center;
max-width: 711px;
color: #fff;
margin: 30px 0px;
}
.main__body a {
background-color: #4192FB;
color: #fff;
border-radius: 90px;
font-size: 20px;
font-weight: 600;
line-height: 23.48px;
text-align: center;
padding: 21px 10px;
max-width: 267px;
width: 100%;
transition: .3s;
display: inline-block;
text-decoration: none;
}
.main__body a:hover { }
@keyframes blur-and-shrink {
0% {
filter: blur(0);
background-color: #4192FB;
color: #fff;
}
50% {
filter: blur(150px);
background-color: #fff;
color: #4192FB;
}
100% {
filter: blur(0);
background-color: #fff;
color: #4192FB;
}
}
.main__body-block {
position: relative;
}
.img-main {
position: absolute;
width: 100%;
display: flex;
justify-content: center;
bottom: -100px;
}
.img-main img {
position: relative;
display: inline-block;
}
.img-main img {
display: block;
transition: transform 0.3s, filter 0.3s;
}
.image-container img::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(255, 255, 255, 0.5); opacity: 0;
transition: opacity 0.3s;
pointer-events: none; }
.img-main img:hover::before {
opacity: 1;
}
.img-main:hover img {
transform: scale(1.05); filter: brightness(1.2); }
@media(max-width: 768px) {
.img-main {
position: relative;
bottom: 0;
margin-top: 30px;
}
.main__body {
min-height: 100%;
}
.main__body p {
font-size: 14px;
line-height: 20px;
margin: 20px 0px;
}
.main__body h1 {
font-size: 42px;
line-height: 58px;
}
.main-block {
margin-bottom: 60px;
}
} .adv__body h2 {
font-size: 40px;
font-weight: 800;
line-height: 46.96px;
margin-bottom: 30px;
}
.adv__item {
max-width: 256px;
width: 100%;
display: flex;
flex-direction: column;
align-items: baseline;
}
.adv__item p {
font-size: 16px;
font-weight: 400;
line-height: 26px;
}
.adv-title {
font-size: 18px;
font-weight: 700;
line-height: 21.94px;
margin: 10px 0px;
}
.num {
position: relative;
color: rgba(65, 146, 251, 1);
font-size: 70px;
font-weight: 900;
line-height: 78.02px;
transition: .3s;
}
.num:before {
position: absolute;
content: '';
width: 40px;
height: 40px;
border-radius: 100%;
border: 1px solid #C9C9C9;
background-image: url(//newvpn.io/wp-content/themes/vps/assets/img/gl.svg);
background-color: rgba(255, 255, 255, 0.7);
background-repeat: no-repeat;
background-position: center;
right: -23px;
top: 23px;
}
.adv__content {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(260px, 4fr));
gap: 29px;
}
.adv {
margin-bottom: 120px;
}
.adv__item:hover .num {
transform: scale(1.1);
transition: .3s;
}
@media(max-width: 768px) {
.adv__item {
max-width: 100%;
}
.adv__body h2 {
font-size: 32px;
line-height: 42.96px;
margin-bottom: 20px;
}
.adv__content {
gap: 10px;
}
.adv {
margin-bottom: 60px;
}
} .var-zak {
display: flex;
flex-direction: row;
align-items: center;
padding: 21px 58px;
border: 1px dashed rgba(65, 146, 251, 1);
border-radius: 20px;
}
.var-zak p {
font-size: 24px;
font-weight: 500;
line-height: 36px;
text-align: left;
max-width: 574px;
}
.var-zak img {
margin-right: 38px;
max-width: 119px;
}
.var-zak a {
background: rgba(65, 146, 251, 1);
border: 1px solid rgba(65, 146, 251, 1);
color: #fff;
border-radius: 90px;
font-size: 16px;
font-weight: 600;
line-height: 18.78px;
text-align: center;
max-width: 243px;
width: 100%;
height: 43px;
display: flex;
align-items: center;
justify-content: center;
margin-left: 48px;
transition: .3s;
}
.var-zak a:hover {
transition: .3s;
background: #fff;
color: rgba(65, 146, 251, 1);
}
.var-zak:hover img {
transition: .3s;
}
.var-zak:hover img {
transition: .3s;
transform: scale(1.1);
}
.var {
margin-bottom: 120px;
}
.var__body h2 {
font-family: Raleway;
font-size: 40px;
font-weight: 800;
line-height: 46.96px;
margin-bottom: 30px;
} .price__item-1 a {
background: rgba(65, 146, 251, 1);
border: 1px solid rgba(65, 146, 251, 1);
color: #fff;
border-radius: 90px;
font-size: 16px;
font-weight: 600;
line-height: 18.78px;
text-align: center;
max-width: 165px;
width: 100%;
height: 43px;
display: flex;
align-items: center;
justify-content: center;
transition: .3s;
}
.num-price {
transition: .3s;
}
.price__item-1:hover .num-price {
transform: scale(1.1);
transition: .3s;
}
.price__item-2:hover .num-price {
transform: scale(1.1);
transition: .3s;
}
.price__item-1 a:hover {
transition: .3s;
background: #fff;
color: rgba(65, 146, 251, 1);
}
.var__body-block .price__item-1 .price-title {
font-size: 36px;
font-weight: 800;
line-height: 42.26px;
text-align: left;
margin-bottom: 18px;
color: #22344C;
}
.var__body-block .price__item-1 {
padding: 30px;
max-width: 100%;
width: 100%;
border-radius: 20px;
background: url(//newvpn.io/wp-content/themes/vps/assets/img/price-bg1.svg);
background-repeat: no-repeat;
background-size: cover;
}
.price__item-1 .price-con-item {
display: flex;
flex-direction: row;
align-items: center;
gap: 13px;
}
.price__item-1 .price-contact {
display: flex;
flex-direction: row;
align-items: center;
gap: 10px 31px;
}
.price__item-1 .price-con-item p {
font-size: 32px;
font-weight: 600;
line-height: 37.57px;
color: rgba(34, 52, 76, 1);
}
.price__item-1 .price-con-item p span {
font-size: 16px;
line-height: 18.78px;
} .price__item-2 a {
background: rgba(65, 146, 251, 1);
border: 1px solid rgba(65, 146, 251, 1);
color: #fff;
border-radius: 90px;
font-size: 16px;
font-weight: 600;
line-height: 18.78px;
text-align: center;
max-width: 165px;
width: 100%;
height: 43px;
display: flex;
align-items: center;
justify-content: center;
transition: .3s;
}
.price__item-2 a:hover {
transition: .3s;
background: #fff;
color: rgba(65, 146, 251, 1);
}
.var__body-block .price__item-2 .price-title {
font-size: 36px;
font-weight: 800;
line-height: 42.26px;
text-align: left;
margin-bottom: 18px;
color: rgba(255, 255, 255, 1);
}
.var__body-block .price__item-2 {
padding: 30px;
max-width: 100%;
width: 100%;
border-radius: 20px;
background: url(//newvpn.io/wp-content/themes/vps/assets/img/price-bg2.svg);
background-repeat: no-repeat;
background-size: cover;
}
.price__item-2 .price-con-item {
display: flex;
flex-direction: row;
align-items: center;
gap: 13px;
}
.price__item-2 .price-contact {
display: flex;
flex-direction: row;
align-items: center;
gap: 10px 31px;
}
.price__item-2 .price-con-item p {
font-size: 32px;
font-weight: 600;
line-height: 37.57px;
color: rgba(255, 255, 255, 1);
}
.price__item-2 .price-con-item p span {
font-size: 16px;
line-height: 18.78px;
}
.price__item-2, .price__item-1 {
position: relative;
height: auto;
}
.num-price {
font-family: Raleway;
font-size: 200px;
font-weight: 800;
line-height: 234.8px;
opacity: 0.1;
color: rgba(255, 255, 255, 1);
position: absolute;
bottom: 0;
right: 0;
bottom: -69px;
right: 12px;
}
.btn-price span {
font-size: 20px;
font-weight: 400;
line-height: 23.48px;
color: rgba(255, 255, 255, 1);
}
.btn-price {
display: flex;
flex-direction: row;
align-items: center;
gap: 21px;
margin-top: 40px;
}
.var__body-block {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(440px, 2fr));
gap: 20px;
margin-bottom: 20px;
}
.price-con-item img {
width: 22px;
height: 22px;
object-fit: contain;
}
@media(max-width: 768px) {
.var__body-block .price__item-1 .price-title, .var__body-block .price__item-2 .price-title {
font-size: 22px;
line-height: 30.26px;
}
.price__item-1 .price-con-item p, .price__item-2 .price-con-item p {
font-size: 18px;
line-height: 28.57px;
}
.btn-price {
flex-direction: column;
align-items: center;
}
.var__body h2 {
font-size: 32px;
line-height: 42.96px;
margin-bottom: 20px;
}
.var-zak {
flex-direction: column;
align-items: center;
gap: 15px;
}
.var-zak p {
font-size: 18px;
line-height: 28px;
max-width: 100%;
text-align: center;
}
.var-zak a {
margin-left: 0;
}
.var-zak img {
margin-right: 0;
}
}
@media(max-width: 400px) {
.var__body-block {
grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}
} .zak-1 {
background: url(//newvpn.io/wp-content/themes/vps/assets/img/bg-zak1.svg);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
margin-bottom: 120px; position: relative;
}
.zak1__body {
display: flex;
flex-direction: row;
align-items: center;
position: relative;
min-height: 550px;
height: 100%;
}
.zak1-titel {
font-size: 40px;
font-weight: 800;
line-height: 46.96px;
color: #fff;
max-width: 500px;
}
.zak1-content {
margin-left: 64px;
}
.zak1-content p {
font-size: 30px;
font-weight: 400;
line-height: 35.22px;
text-align: left;
color: #fff;
max-width: 500px;
margin: 20px 0px 40px 0px;
}
.zak1-content a {
background: rgba(65, 146, 251, 1);
border: 1px solid rgba(65, 146, 251, 1);
color: #fff;
border-radius: 90px;
font-size: 16px;
font-weight: 600;
line-height: 18.78px;
text-align: center;
max-width: 305px;
width: 100%;
height: 62px;
display: flex;
align-items: center;
justify-content: center;
transition: .3s;
}
.zak1-content a:hover {
transition: .3s;
background: #fff;
color: rgba(65, 146, 251, 1);
}
.zak1-img {
position: absolute;
right: 64px;
bottom: 0;
}
.zak1-img img {
max-width: 445px;
width: 100%;
min-width: 400px;
height: 595px;
object-fit: contain;
}
.zak1-content, .zak1-img {
z-index: 1;
}
@media(max-width: 950px) {
.zak1-img {
right: 0;
}
.zak1__body {
flex-direction: column;
align-items: center;
padding: 30px 10px 0px 10px;
gap: 15px;
min-height: 100%;
}
.zak1-content {
margin-left: 0px;
}
.zak1-img {
position: relative;
}
.zak1-content {
flex-direction: column;
display: flex;
align-items: center;
}
.zak1-content p, .zak1-titel {
text-align: center;
}
.zak1-img img {
min-height: 100%;
min-width: 100%;
height: 100%;
}
}
@media(max-width: 768px) {
.zak1-titel {
font-size: 32px;
line-height: 42.96px;
margin-bottom: 20px;
}
.zak1-content p {
font-size: 22px;
line-height: 28.22px;
margin: 20px 0px 20px 0px;
}
.zak-1 {
margin-bottom: 60px;
}
} .zak-2 {
background: url(//newvpn.io/wp-content/themes/vps/assets/img/bg-zak2.svg);
position: relative;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
margin-bottom: 120px;
overflow-x: clip; }
.zak2__body {
display: flex;
flex-direction: row;
align-items: center;
min-height: 572px;
height: 100%;
position: relative;
}
.zak2-img {
position: absolute;
bottom: -98px;
right: -325px;
max-width: 1113px;
width: 100%;
height: 719px;
}
.zak2-titel {
color: #fff;
font-size: 40px;
font-weight: 800;
line-height: 46.96px;
max-width: 408px;
}
.zak2-content p {
font-size: 20px;
font-weight: 400;
line-height: 30px;
color: #fff;
max-width: 481px;
margin: 18px 0px 20px 0px;
}
.zak2-content a {
background: rgba(65, 146, 251, 1);
border: 1px solid rgba(65, 146, 251, 1);
color: #fff;
border-radius: 90px;
font-size: 16px;
font-weight: 600;
line-height: 18.78px;
text-align: center;
max-width: 246px;
width: 100%;
height: 48px;
display: flex;
align-items: center;
justify-content: center;
transition: .3s;
}
.zak2-img {
z-index: 0;
}
.zak2-content {
z-index: 1;
}
.zak2-img img {
transition: .3s;
}
.zak2-content a:hover {
transition: .3s;
background: #fff;
color: rgba(65, 146, 251, 1);
}
.zak2__body:hover .zak2-img img  {
transition: .3s;
transform: scale(1.02);
}
@media(max-width: 1000px) {
.zak2-img {
height: 100%;
max-width: 100%;
width: 100%;
}
}
@media(max-width: 768px) {
.zak2__body {
flex-direction: column;
align-items: center;
gap: 15px;
}
.zak2__body {
padding: 30px 10px 0px 10px;
}
.zak2-titel, .zak2-content p {
text-align: center;
max-width: 100%;
}
.zak2-content {
display: flex;
flex-direction: column;
align-items: center;
}
.zak2-img {
position: relative;
bottom: 0px;
right: 0px;
height: 100%px;
}
.zak2-titel {
font-size: 32px;
line-height: 42.96px;
margin-bottom: 20px;
}
.zak2-content p {
font-size: 22px;
line-height: 28.22px;
margin: 20px 0px 20px 0px;
}
} .faq {
margin: 120px 0px;
}
.acc-item {
box-shadow: 0px 4px 28.5px 0px rgba(0, 0, 0, 0.07);
background: rgba(255, 255, 255, 1);
width: 100%;
padding: 18px 0px;
border-radius: 9px;
}
.faq__body h2 {
font-size: 40px;
font-weight: 800;
line-height: 46.96px;
max-width: 800px;
width: 100%;
margin-bottom: 30px;
}
.accordion-faq {
display: flex;
flex-direction: column;
gap: 20px;
}
.line-faq {
border: 1px solid rgba(222, 222, 222, 1);
margin-bottom: 22px;
margin-top: 17px;
}
.acc-title,
.content-faq {
margin: 0px 30px 0px 40px;
}
.acc-item .acc-content {
max-height: 0;
overflow: hidden;
transition: max-height 0.2s ease-out;
}
.uslugi-content-acc {
max-height: 0;
overflow: hidden;
transition: max-height 0.2s ease-out;
}
.acc-title {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
cursor: pointer;
}
.arrow-faq {
width: 34px;
min-width: 34px;
height: 34px;
border-radius: 100%;
background: rgba(65, 146, 251, 1);
position: relative;
display: flex;
justify-content: center;
align-items: center;
transition: 0.3s;
}
.arrow-faq::after {
content: "";
width: 12px;
height: 32px;
background: url(//newvpn.io/wp-content/themes/vps/assets/img/+1.svg);
background-repeat: no-repeat;
background-position: center;
}
.acc-title.arrow-price-active p {
color: rgba(65, 146, 251, 1);
}
.acc-title.arrow-price-active .arrow-faq {
background: rgba(141, 141, 141, 1);
transition: 0.3s;
}
.acc-title.arrow-price-active .arrow-faq::after {
background: url(//newvpn.io/wp-content/themes/vps/assets/img/-1.svg);
background-repeat: no-repeat;
background-position: center;
}
.acc-title p {
font-weight: 400;
font-size: 20px;
line-height: 23.83px;
}
.content-faq p {
font-size: 16px;
font-weight: 400;
line-height: 26px;
}
@media (max-width: 768px) {
.faq__body h2 {
font-size: 32px;
line-height: 42.96px;
margin-bottom: 20px;
max-width: 100%;
}
.acc-item {
padding: 16px 0px;
}
.acc-title,
.content-faq {
margin: 0px 20px;
}
.acc-title p {
font-size: 18px;
line-height: 21.13px;
}
.arrow-faq {
width: 28px;
min-width: 28px;
height: 28px;
}
.arrow-faq::after {
width: 8px;
height: 22px;
}
.faq {
margin: 60px 0px;
}
} .swiper {
width: 100%;
height: 100%;
}
.swiper-slide {
text-align: center;
font-size: 18px;
background: #fff;
display: flex;
justify-content: center;
align-items: center;
}
.swiper-slide img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}
.stat h2 {
font-size: 40px;
font-weight: 800;
line-height: 46.96px;
margin-bottom: 30px;
}
.slider__item-stat {
max-width: 368px;
width: 100%;
display: flex;
flex-direction: column;
align-items: baseline;
}
.item-stat-title {
font-size: 20px;
font-weight: 500;
line-height: 23.48px;
text-align: left;
margin: 20px 0px 8px 0px;
}
.slider__item-stat span {
font-family: Raleway;
font-size: 13px;
font-weight: 400;
line-height: 15.26px;
text-align: left;
}
.slider__item-stat p {
font-size: 16px;
font-weight: 400;
line-height: 26px;
text-align: left;
margin: 10px 0px;
}
.slider__item-stat a {
font-size: 16px;
font-weight: 500;
line-height: 24px;
text-align: left;
color: rgba(65, 146, 251, 1);
position: relative;
}
.slider__item-stat a:before {
content: '';
position: absolute;
width: 100%;
height: 1px;
background-color: rgba(65, 146, 251, 1);
bottom: 3px;
left: 0;
}
.slider__item-stat a:hover:before {
display: none;
}
.item-stat-img {
width: 100%;
overflow: hidden;
max-width: 368px;
height: 244px;
background-color: rgba(213, 213, 213, 1);
box-shadow: 0px 4px 28.5px 0px rgba(0, 0, 0, 0.07);
}
.item-stat-img img {
max-width: 368px;
height: 244px;
object-fit: cover;
}
.stat {
margin-bottom: 70px;
}
.mySwiper-stat {
padding-bottom: 50px;
}
.swiper-pagination-bullet {
width: 22px;
height: 22px;
opacity: 0.1;
}
.swiper-pagination-bullet-active {
opacity: 1;
background: rgba(65, 146, 251, 1);
}
@keyframes pulse {
0% {
transform: scale(1);
}
50% {
transform: scale(1.02);
}
100% {
transform: scale(1);
}
}
.slider__item-stat a {
animation: pulse 2s infinite; 
}
@media(max-width: 850px) {
.item-stat-img img, .item-stat-img, .slider__item-stat  {
max-width: 100%;
}
}
@media(max-width: 768px) {
.stat h2 {
font-size: 32px;
line-height: 42.96px;
margin-bottom: 20px;
max-width: 100%;
}
.zak-2 {
margin-bottom: 60px;
}
} .item-tv {
max-width: 100%;
width: 100%;
height: 158px;
overflow: hidden;
border-radius: 10px;
transition: .3s;
}
.item-tv:hover {
transform: scale(1.05);
transition: .3s;
}
.item-tv img {
width: 100%;
height: 153px;
object-fit: cover;
box-shadow: 0px 4px 28.5px 0px rgba(0, 0, 0, 0.07);
border-radius: 10px;
}
.mark-tv {
background: url(//newvpn.io/wp-content/themes/vps/assets/img/bgg.svg);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.mark-tv {
height: 100%;
overflow: hidden;
padding: 120px 0px;
}
.mark-tv h2 {
font-family: Raleway;
font-size: 40px;
font-weight: 800;
line-height: 46.96px;
text-align: left;
color: #fff;
max-width: 600px;
margin-bottom: 30px;
margin-left: 50px;
}
.mySwiper-tv {
overflow: visible;
padding-bottom: 76px;
}
.mySwiper-tv .swiper-pagination .swiper-pagination-bullet  {
background: #383941;
opacity: 1;
}
.mySwiper-tv .swiper-pagination .swiper-pagination-bullet-active {
opacity: 1;
background: rgba(65, 146, 251, 1);
}
.swiper-slide.item-tv {
background: none;
}
._container-tv {
position: relative; 
}
.item-tv {
opacity: 0.5;
}
.item-tv.swiper-slide-active, .item-tv.swiper-slide-next {
opacity: 1;
}
.item-tv.swiper-slide-next + .swiper-slide.item-tv {
opacity: 1;
}
.mark-tv {
margin-bottom: 120px;
}
@media(max-width: 768px) {
.mark-tv  {
padding: 30px 0px
}
.mark-tv h2 {
margin-left: 0;
font-size: 32px;
line-height: 42.96px;
margin-bottom: 20px;
}
} .faq-slider {
display: flex;
flex-direction: column;
align-items: baseline;
padding: 20px 20px 25px 20px;
box-shadow: 0px 4px 28.5px 0px rgba(0, 0, 0, 0.07);
}
.faq-slider {
text-align: left;
height: auto;
border-radius: 10px;
}
.mySwiper-faq {
overflow: visible;
padding-bottom: 75px;
}
.faq-slider p {
font-size: 16px;
font-weight: 400;
line-height: 26px;
}
.faq-sl-title {
font-family: Raleway;
font-size: 13px;
font-weight: 600;
line-height: 15.26px;
margin-bottom: 5px;
}
.faq-sl-num {
font-family: Raleway;
font-size: 12px;
font-weight: 400;
line-height: 14.09px;
opacity: 0.4;
}
.faq-prev {
width: 53px;
height: 53px;
background: rgba(65, 146, 251, 1);
border-radius: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
font-family: Raleway;
font-size: 24px;
font-weight: 800;
line-height: 28.18px;
text-align: center;
color: white;
}
.faq-slider-body {
display: flex;
flex-direction: row;
align-items: center;
margin-bottom: 20px;
gap: 17px;
}
.faq-slider {
opacity: 0.5;
}
.faq-slider.swiper-slide-active, .faq-slider.swiper-slide-next {
opacity: 1;
}
.faq-slider.swiper-slide-next + .swiper-slide.faq-slider {
opacity: 1;
}
.faq-ot h2 {
font-family: Raleway;
font-size: 40px;
font-weight: 800;
line-height: 46.96px;
text-align: left;
margin-bottom: 30px;
}
.faq-ot {
overflow: hidden;
}
@media(max-width: 768px) {
.mark-tv, .var {
margin-bottom: 60px;
}
}
.faq-ot {
position: relative;
}
.faq-ot:before {
content: '';
background: url(//newvpn.io/wp-content/themes/vps/assets/img/q.svg);
height: 119px;
width: 119px;
position: absolute;
top: 0;
right: 88px;
}
.faq-slider {
transition: .3s;
}
.faq-slider:hover {
transform: scale(1.05);
transition: .3s;
} .main-txt__content a {
background: rgba(65, 146, 251, 1);
border: 1px solid rgba(65, 146, 251, 1);
color: #fff;
border-radius: 90px;
font-size: 16px;
font-weight: 600;
line-height: 18.78px;
text-align: center;
max-width: 197px;
width: 100%;
height: 54px;
display: flex;
align-items: center;
justify-content: center;
transition: .3s;
margin-top: 30px;
}
.main-txt__content a:hover {
transition: .3s;
background: #fff;
color: rgba(65, 146, 251, 1);
}
.main-txt__content h2 {
font-size: 40px;
font-weight: 800;
line-height: 46.96px;
text-align: left;
max-width: 400px;
margin-bottom: 30px;
}
.main-txt__body {
display: flex;
flex-direction: row;
justify-content: end;
position: relative;
}
.main-txt__content {
max-width: 590px;
width: 100%;
z-index: 1;
background-color: #fff;
padding: 20px 0px 80px 20px;
}
.main-txt__img {
position: absolute;
left: -122px;
bottom: -68px;
z-index: -1;
}
.main-txt__img img {
max-width: 898px;
height: 690px;
}
.main-txt__body {
transition: .3s;
}
.main-txt__body:hover .main-txt__img img {
transform: scale(1.1);
transition: .3s;
}
@media(max-width: 768px) {
.main-txt__content {
padding: 0;
max-width: 100%;
}
.main-txt__img {
display: none;
}
.main-txt__body {
align-items: center;
justify-content: center;
}
.main-txt__block {
margin: 60px 0px;
}
.main-txt__content h2 {
margin-left: 0;
font-size: 32px;
line-height: 42.96px;
margin-bottom: 20px;
max-width: 100%;
}
} .instr {
margin: 80px 0px;
}
.inst-content {
display: flex;
flex-direction: column;
align-items: baseline;
max-width: 653px;
width: 100%;
margin-left: 60px;
}
.inst-title {
font-size: 40px;
font-weight: 800;
line-height: 46.96px;
text-align: left;
margin-bottom: 30px;
}
.item-instr {
align-items: flex-start;
}
.instr-img {
max-width: 427px;
width: 100%;
overflow: hidden;
border-radius: 20px;
height: 408px;
}
.pag-instr .swiper-button-prev, .pag-instr .swiper-rtl .swiper-button-next {
left: 0;
right: 0;
position: relative;
}
.pag-instr .swiper-button-next, .pag-instr .swiper-rtl .swiper-button-prev {
left: 0;
right: 0;
position: relative;
}
.pag-instr {
display: flex;
flex-direction: row-reverse;
width: 100%;
max-width: 653px;
flex-direction: row;
justify-content: space-between;
}
.inst-content .content {
padding-bottom: 80px;
}
.pag-instr .swiper-pagination {
position: relative;
top: 0;
left: 0;
bottom: 0;
}
.pag-instr .swiper-pagination.swiper-pagination-fraction {
width: max-content;
}
.pag-instr .swiper-pagination span {
font-family: Raleway;
font-size: 40px;
font-weight: 400;
line-height: 46.96px;
text-align: left;
color: rgba(0, 0, 0, 1)
}
.pag-btn {
display: flex;
flex-direction: row-reverse;
max-width: 99px;
width: 100%;
justify-content: space-between;
align-items: center;
}
.tt__pag {
max-width: 100%;
width: 100%;
position: relative;
bottom: 60px;
display: flex;
justify-content: end;
}
.pag-btn div {
color: rgba(65, 146, 251, 1);
border: 1px solid rgba(65, 146, 251, 1);
border-radius: 100%;
width: 41px;
height: 41px;
}
.pag-btn .swiper-button-next:after, .pag-btn .swiper-button-prev:after {
font-size: 20px;
}
.pag-btn .swiper-button-next, .pag-btn .swiper-button-prev {
top: 0;
margin-top: 0;
}
@media(max-width: 1170px) {
.tt__pag {
bottom: 0;
justify-content: center;
padding-top: 20px;
}
.inst-content .content {
padding: 0;
}
.pag-instr {
max-width: 300px;
}
}
@media(max-width: 768px) {
.inst-content {
margin-left: 0;
max-width: 100%;
}
.item-instr {
flex-direction: column-reverse;
gap: 15px;
align-items: center;
}
.instr-img {
max-width: 100%;
height: 100%;
}
.inst-title {
margin-left: 0;
font-size: 32px;
line-height: 42.96px;
margin-bottom: 20px;
max-width: 100%;
}
.instr {
margin: 60px 0px;
}
.faq-ot:before {
right: 0;
}
} .popup {
display: none;
position: fixed;
z-index: 1;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgba(0, 0, 0, 0.8);
}
.popup-content {
margin: 15% auto;
display: block;
width: 80%;
max-width: 700px;
}
.close {
position: absolute;
top: 15px;
right: 35px;
color: #f1f1f1;
font-size: 40px;
font-weight: bold;
transition: 0.3s;
}
.close:hover,
.close:focus {
color: #bbb;
text-decoration: none;
cursor: pointer;
}
.instr-img {
cursor: pointer;
transition: .3s;
}
.instr-img:hover {
transform: scale(1.07);
opacity: 0.6;
transition: .3s;
} .nav ul li a {
font-size: 16px;
font-weight: 400;
line-height: 18.78px;
text-align: left;
color: #fff;
}
.nav ul li a:hover {
text-decoration: underline;
}
.nav ul {
display: flex;
flex-direction: row;
align-items: center;
gap: 15px 70px;
flex-wrap: wrap;
justify-content: center;
flex-wrap: wrap;
}
.wrapper {
position: relative;
}
.header {
position: fixed;
z-index: 9999;
width: 100%;
display: flex;
align-items: center;
padding: 36px 0px;
transition: background-color 0.3s, top 0.3s;
}
.close {
display: none;
}
.menu__icon {
display: none;
}
@media(max-width: 750px) {
.main__body {
padding-top: 60px;
}
.header._active {
left: 0;
background-color: rgb(36, 36, 36);
}
.header {
height: 100%;
left: -100%;
}
.nav ul  {
flex-direction: column;
}
.close {
display: flex;
position: absolute;
top: 30px;
right: 30px;
}
.menu__icon {
z-index: 11;
display: block;
position: relative;
width: 22px;
height: 17px;
cursor: pointer;
}
.menu__icon {
top: 30px;
right: 30px;
position: fixed;
}
.menu__icon:before,
.menu__icon span,
.menu__icon:after {
left: 0;
position: absolute;
height: 3px;
width: 100%;
transition: all 0.3s ease 0s;
border-radius: 90px;
background-color: rgba(65, 146, 251, 1);
}
.menu__icon:before,
.menu__icon:after {
content: "";
}
.menu__icon:before {
top: 0;
}
.menu__icon:after {
bottom: 0;
}
.menu__icon span {
top: 50%;
transform: scale(1) translate(0px, -50%);
}
.menu__icon._active span {
transform: scale(0) translate(0px, -50%);
}
.menu__icon._active::before {
top: 48%;
transform: rotate(-45deg) translate(0px, -50%);
}
.menu__icon._active::after {
bottom: 47%;
transform: rotate(45deg) translate(0px, 50%);
}
.menu__icon {
order: 3;
}
.menu__icon {
margin-left: 12px;
}
}
@media(max-width: 600px) {
.header {
background-color: #242424;
}
}
.faq-slider {
justify-content: flex-start;
}
.body__sing {
display: flex;
flex-direction: column;
gap: 20px;
margin: 80px 0px 30px 0px;
}
.title-sing h1 {
font-size: 64px;
font-weight: 800;
line-height: 75.14px;
text-align: left;
}
.slider__item-stat p {
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}
.header__any a {
background: rgba(65, 146, 251, 1);
border: 1px solid rgba(65, 146, 251, 1);
color: #fff;
border-radius: 90px;
font-size: 16px;
font-weight: 600;
line-height: 18.78px;
text-align: center;
max-width: 246px;
width: 100%;
height: 48px;
display: flex;
align-items: center;
justify-content: center;
transition: .3s;
}
.header__any {
background-color: rgb(36, 36, 36);
padding: 15px 0px;
position: fixed;
z-index: 9999;
width: 100%;
padding: 15px 0px;
transition: background-color 0.3s, top 0.3s;
}
.reg__body {
display: flex;
flex-direction: row;
align-items: center;
gap: 10px;
}
.reg__body a {
padding: 8px 15px;
border-radius: 20px;
border: 1px solid white;
color: white;
transition: .3s ease;
}
.reg__body a:hover {
background: white;
color: black;
}
.nav {
display: flex;
flex-direction: row;
align-items: center;
gap: 20px;
justify-content: space-between;
}
.header ._container-shadow {
width: 100%;
}
.content h2 {
font-size: 40px;
margin-bottom: 15px;
line-height: 140%;
}
.tarif-mew__body h2 {
font-family: Raleway;
font-size: 40px;
font-weight: 800;
line-height: 46.96px;
margin-bottom: 30px;
}
.tarif-mew__body-links {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 20px;
}
.tarif-mew {
margin: 120px 0px;
}
.tarif-mew__body-item {
padding: 20px;
border: 1px solid red;
border-radius: 20px;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.tarif-mew__body-title {
text-align: center;
font-size: 22px;
font-weight: 500;
margin-bottom: 15px;
}
.tarif-mew__price {
text-align: center;
font-size: 32px;
margin-bottom: 8px;
font-weight: 700;
}
.tarif-mew__adr {
text-align: center;
font-size: 15px;
}
.tarif-mew__body-content ul {
display: flex;
flex-direction: column;
gap: 20px;
margin: 20px 0px;
}
.tarif-mew__body-content ul li {
display: flex;
flex-direction: row;
gap: 10px;
align-items: center;
}
.tarif-mew__body-item a {
padding: 15px;
border-radius: 20px;
background: rgba(65, 146, 251, 1);
text-align: center;
color: black;
font-weight: 500;
transition: .3s ease;
}
.tarif-mew__body-item a:hover {
opacity: 0.8;
}
.tarif-mew__body-content ul li img {
width: 16px;
height: 16px;
min-width: 16px;
}
@media(max-width: 860px) {
.tarif-mew__body-links {
grid-template-columns: repeat(2, 1fr);
}
}
@media(max-width: 670px) {
.tarif-mew__body-links {
grid-template-columns: repeat(1, 1fr);
}
}
.content h3 {
font-size: 25px;
line-height: 120%;
font-weight: 700;
}
.footer__body-info {
justify-content: center;
padding: 10px 0px;
height: max-content;
}
.footer-menu {
display: flex;
flex-direction: row;
gap: 20px;
flex-wrap: wrap;
align-items: center;
}
.footer-menu li a {
color: white;
opacity: 0.7;
text-decoration: underline;
font-size: 12px; 
transition: .3s ease;
}
.footer-menu li a:hover {
text-decoration: none;
opacity: 1;
}
.map {
margin: 30px 0px 100px 0px;
}
@media(max-width: 768px) {
.content h2 {
font-size: 32px;
}
.tarif-mew {
margin: 50px 0px;
}
.content h3 {
font-size: 23px;
}
.tarif-mew__body h2 {
font-size: 32px;
line-height: 42.96px;
}
.title-sing h1 {
font-size: 36px;
line-height: 140%;
}
.nav, .reg__body {
flex-direction: column;
}
}