/*!
Theme Name: rhino
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: rhino
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

rhino is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	box-sizing: border-box;
	font-size: 14px;
    font-size: .85vw;
    scroll-behavior: smooth;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: Arial, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
/*a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}*/

a:focus {
	outline: 0;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	/*margin: 0 0 1.5em;*/
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}


.header-content {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    padding: 1.5rem 3rem 1.5rem 2.2rem;
    align-items: center;
}

.site-branding img {
    max-width: 22rem;
    margin-top: .3rem;
    width: 100%;
}

.menu-menu-1-container {
    display: flex;
    justify-content: flex-end;
}

.main-navigation a {
    display: block;
    text-decoration: none;
    color: #2b0000;
    font-weight: 600;
    font-size: 1rem;
    margin-right: 3rem;
}

li#menu-item-27 a {
    background: #340707;
    color: #fff;
    width: 11rem;
    height: 2.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-right: 0;
    border-radius: 0.5rem;
    margin-right: 0.5rem;
    border: 1px solid #9A0000;
}

.main-navigation ul {
    display: flex;
    align-items: center;
}

.site-header {
    background: #fff;
}

/******/



.home-banner-section {
    background: url(https://rhino.tmsys.pl/wp-content/uploads/2024/12/37893c3a2e1dc6ea0b796f7f37b5805d.png);
    position: relative;
    min-height: 98vh;
    background-size: cover;
    background-repeat: no-repeat;
}

.home-banner-section:after {
	content: '';
    position: absolute;
    width: 100%;
    height: 35rem;
    left: 0;
    bottom: 0;
    background: url(/wp-content/uploads/2024/12/Rectangle-111.png) no-repeat;
    z-index: 1;
}

.home-banner-content-block {
    padding-top: 15.5rem;
}

.home-banner-content {
    background: #0a0a0aba;
    width: 100%;
    max-width: 39rem;
    min-height: 16.5rem;
    border-radius: 0;
    border: 0.15rem solid #9A0000;
    padding: 3rem 2rem 1rem 3rem;
    margin-bottom: 2.5rem;
}

.container-rhino {
    width: 100%;
    padding: 0 10rem;
    position: relative;
    z-index: 4;
}

.home-banner-content-title {
    color: #fff;
    font-size: 4rem;
    display: flex;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: 2.5px;
}

.home-banner-content-title div {
    color: #9A0000;
}

.home-banner-content-descr {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.7;
    padding-top: 0.3rem;
}

.red-banner-button a {
    background: #9A0000;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 600;
    width: 15rem;
    display: flex;
    height: 3.6rem;
    border-radius: 0.9rem;
    justify-content: center;
    align-items: center;
    line-height: 1;
    color: #fff;
}

/*******/



section.zw-faqs-section {
    padding-top: 7.6rem;
    padding-bottom: 9rem;
    background: #010101;
    overflow: hidden;
}

.zw-red-section-title {
    color: #9A0000;
    font-size: 4rem;
    font-weight: 600;
    text-align: center;
    line-height: 1.5;
}

.zw-faqs-section-title {
    color: #fff;
    font-size: 4.2rem;
    font-weight: 600;
    line-height: 1.1;
}

.zw-faqs-section-descr {
	color: #fff;
    font-size: 1.5rem;
    padding-top: 0;
    text-align: center;
}


.faq-card {
    /*border-bottom: 2px solid #fff;
    padding: 1rem 0 1rem 4rem;*/
}
    
.question {
    list-style: none;
    font-size: 1.8rem;
    line-height: 2.1rem;
    color: #fff;
    font-weight: bold;
    position: relative;
    width: 100%;
    display: block;
    text-decoration: none;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    border-bottom: 2px solid #fff;
    padding: 1rem 0 1rem 4rem;
}

.question::after {
	content: "";
    position: absolute;
	left: 1.7rem;
    top: 1.7rem;
    width: 1.3rem;
    height: 1.5rem;
    background: url(https://rhino.tmsys.pl/wp-content/uploads/2024/12/Group-21.svg) no-repeat;
    background-size: contain;
    transition: .2s;
}

.question.active::after {
  transform: rotate(180deg);
  top: 1rem;
}

.answercont {
  max-height: 0;
  overflow: hidden;
  transition: 0.5s;
}

.answer {
	padding: 0.5rem 0 1.3rem 4rem;
    font-size: 1.5rem;
    line-height: 1.3;
    color: #fff;
    min-height: 5rem;
}

.answer p {
    margin: 0.3rem 0;
}

.question.active + .answercont {
}

@media screen and (max-width: 790px){

.question {
      font-size: 18px;
    line-height: 22px;
}

.question::after {
		top: 25px;
        width: 20px;
        height: 20px;
}

.question.active::after {
    transform: rotate(180deg);
    top: 17px;
}

span.faq-card-spoiler {
    padding-top: 10px;
    display: block;
}

    .faq-card-spoiler p {
        margin-bottom: 5px;
        line-height: 16px;
        font-size: 14px;
    }

.faq-card-spoiler p {
    margin-bottom: 5px;
    line-height: 16px;
}

}

.zw-faqs-section-content {
    display: flex;
    flex-direction: row;
}

.zw-faqs-section-block {
    width: 100%;
    max-width: 42rem;
    padding-top: 3.3rem;
}

.question.active {
    color: #9A0000;
}

.zw-faqs-section-image {
    width: 100%;
    max-width: 55rem;
    position: relative;
}

.zw-faqs-section-image {
    width: 100%;
    max-width: 55rem;
    position: relative;
}

.zw-faqs-section-image img {
    position: absolute;
    display: block;
    top: 6rem;
    max-width: max-content;
    width: 103%;
    left: 3rem;
}


/*********************************************/

.home-3d-section {
    padding-top: 3rem;
    padding-bottom: 10rem;
    background: #010101;
    overflow: hidden;
}

.home-3d-section-title {
    color: #fff;
    font-size: 4.2rem;
    font-weight: 600;
    line-height: 1.1;
    text-align: center;
    padding-bottom: 3rem;
}

.home-3d-section-block {
    margin-top: 6.7rem;
    width: 100%;
    max-width: 79rem;
    margin: 6.7rem auto 2rem;
    position: relative;
}

.home-3d-section-block img {
	width: 100%;
	position: relative;
	z-index: 1;
	display: block;
}

.red-border1 {
    border: 0.2rem solid #9A0000;
    width: 15rem;
    position: absolute;
    top: -5rem;
    left: -8.3rem;
    height: 15rem;
    z-index: 0;
}

.red-border2 {
    border: 0.2rem solid #9A0000;
    width: 18rem;
    position: absolute;
    top: 5.2rem;
    left: -16.3rem;
    height: 18rem;
    z-index: 0;
}

.red-border3 {
    border: 0.2rem solid #9A0000;
    width: 18rem;
    position: absolute;
    bottom: 2.8rem;
    right: -15.5rem;
    height: 15rem;
    z-index: 0;
}

.red-border4 {
    border: 0.2rem solid #9A0000;
    width: 17.5rem;
    position: absolute;
    bottom: -10.5rem;
    right: -7.5rem;
    height: 18rem;
    z-index: 0;
}


/************************************************************/

.home-wymagania-section {
    padding-top: 3rem;
    background: #010101;
    padding-bottom: 8rem;
}

.home-wymagania-section-content {
    width: 100%;
    max-width: 77.5rem;
    margin: 2.5rem auto 0;
    padding-bottom: 3rem;
}

.home-wymagania-title-blocks {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 9rem;
}

.home-wymagania-title-blocks > div {
}

.home-wymagania-title-blocks > div img {
    width: 3.8rem;
    margin-left: 1rem;
}

.home-wymagania-title-blocks>div {
    font-size: 1.8rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #fff;
    font-weight: 600;
}

.home-wymagania-content {
    width: 100%;
    max-width: 78rem;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.home-wymagania-content-col {
    width: 31rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex: 1;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: stretch;
    max-width: 31rem;
}

.ws-row-block {
    width: 15rem;
    border: 0.2rem solid #fff;
    margin-bottom: 1rem;
    border-radius: 0;
    min-height: 9rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1.5rem 0 1.5rem;
}

.ws-row-block-title {
    color: #9A0000;
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 1;
    padding-bottom: 1rem;
    text-align: center;
}

.ws-row-block-descr {
    color: #fff;
    font-size: 1.2rem;
    text-align: center;
    line-height: 1.2;
}

.ws-row-block-descr p {
    margin: 0;
}

.home-wymagania-content-col-right .ws-row-block:last-child {
    min-height: 13.5rem;
}

	
.home-przetestuj-section {
    padding-top: 6.6rem;
    background: #1E1E1E;
    padding-bottom: 8.5rem;
}

.home-przetestuj-section-content {
    width: 100%;
    border: 0.5rem solid #9A0000;
    min-height: 29rem;
    margin-bottom: 5rem;
    padding: 5rem 5rem 2rem;
    background: #fff;
}

.home-przetestuj-section-content-title {
    color: #1e1e1e;
    text-align: center;
    font-size: 4rem;
    font-weight: 600;
    display: flex;
    justify-content: center;
}

.home-przetestuj-section-content-title div {
	color: #9A0000;
	padding-right: 1rem;
}

.home-przetestuj-section-content-descr {
    color: #1E1E1E;
    text-align: center;
    font-size: 2rem;
}

.home-przetestuj-section-content-button {
    display: flex;
    width: 100%;
    max-width: 64rem;
    margin: 3rem auto 0;
    justify-content: space-between;
}

.black-img-button img {
    display: block;
    width: 2rem;
    margin-left: 2rem;
}

.black-img-button a {
    display: flex;
    align-items: center;
    background: #0A0A0A;
    font-size: 2rem;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    width: 23rem;
    height: 5.3rem;
    justify-content: center;
    border-radius: 1.8rem;
}

/**************************************************************************************************/

.site-footer-top-content {
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 6rem;
    align-items: center;
    padding-bottom: 1.5rem;
}

.site-footer-top-title {
    color: #0A0A0A;
    font-size: 3.3rem;
    line-height: 1.3;
    font-weight: 600;
}

.site-footer-top-button img {
    width: 4rem;
    margin-left: 0.5rem;
}

.site-footer-top-button a {
    color: #9A0000;
    border-bottom: 0.3rem solid #9A0000;
    text-decoration: none;
    font-size: 3.5rem;
    font-weight: 600;
}


.site-footer-container {
    padding: 2rem;
    position: relative;
    z-index: 1;
}

.site-footer-container-top {
    display: flex;
    justify-content: space-between;
        width: 100%;
    position: relative;
        align-items: center;
}	

.site-footer-container-logo {
    display: flex;
    flex-direction: row;
    padding-top: 0;
}

.site-footer-container-logo div {
    width: 100%;
    max-width: 10rem;
    min-width: 4rem;
    display: flex;
    margin-right: 1rem;
    position: relative;
}

.site-footer-container-logo div:first-child:after {
    content: '';
    position: absolute;
    width: .15rem;
    height: 2rem;
    background: #0a0a0a;
    right: 0.5rem;
    top: 0rem;
}

.site-footer-container-logo div img {
    max-height: 2.3rem;
    max-width: 9rem;
}

.site-footer-container-top-adress {
    padding-top: 0.5rem;
    display: flex;
    width: 100%;
    max-width: 58.5rem;
    justify-content: space-between;
}

.site-footer-container-top-adress-title {
    color: #9A0000;
    font-weight: 600;
    font-size: 1rem;
}

.site-footer-container-top-adress-mail p,
.site-footer-container-top-adress-mail a {
    color: #0A0A0A;
    text-decoration: none;
    font-size: 1.5rem;
    padding-top: 0.5rem;
    display: block;
    margin: 0;
}

.site-footer-container-bottom-menu ul {
    display: flex;
    margin: 0;
    padding-left: 0;
}

.site-footer-container-bottom {
    display: flex;
    justify-content: space-between;
    padding: 0rem 2.3rem 2rem;
}

.site-footer-container-bottom-menu ul li {
    list-style: none;
    padding-right: 1rem;
}

.site-footer-container-bottom-menu ul a {
    color: #0A0A0A;
    text-decoration: none;
    font-size: 1.1rem;
    padding-right: 1rem;
    font-weight: 300;
}

.site-footer-container-bottom-date {
	  color: #0A0A0A;
    text-decoration: none;
    font-size: 1.1rem;
    padding-right: 1rem;
    font-weight: 300;
}

.default-page-section h1.entry-title {
    color: #fff;
    font-size: 4rem;
    font-weight: 600;
    line-height: 1.1;
    margin-top: 0;
}

.default-page-section {
	padding-top: 5rem;
	padding-bottom: 9rem;
    background: #1E1E1E;
}

.default-page-section .entry-content {
    color: #fff;
    font-size: 1.3rem;
    padding-top: 1.2rem;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
    color: #fff !important;
    border: 0.1rem solid #9A0000 !important;
    padding: .6rem 1.5rem !important;
    border-radius: 0.7rem !important;
    margin-bottom: 0;
    background: transparent;
    margin-right: 1.2rem;
    font-size: 1rem;
    font-weight: 500;
    width: calc(100% - 1.2rem) !important;
}

textarea::placeholder,
input::placeholder {
    color: #fff;
}

span.wpcf7-form-control.wpcf7-checkbox {
    display: block;
    font-size: .8rem;
    color: #fff;
    margin-bottom: -1rem;
}


span.wpcf7-form-control.wpcf7-checkbox label {
    display: flex;
}

[type="checkbox"], [type="radio"] {
    box-sizing: border-box;
    padding: 0;
    margin-right: 0.5rem;
}

textarea:focus, input:focus { color: #9A0000; outline: none !important; }

.cf7-row {
    display: flex;
    flex-direction: row;
    margin-bottom: 1.2rem;
    justify-content: space-between;
}

.cf7-row p {
    display: flex;
    flex-direction: row;
    margin: 0;
    width: 100%;
}

.cf7-row input:focus-visible {
    border: 1px solid #9A0000 !important;
}

.cf7-row:focus-visible span.cf7-tel {
    display: block;
}

.cf7-row.cf7-row-textarea div:has(textarea:focus-visible) span.cf7-tel, .cf7-row div:has(input:focus-visible) span.cf7-tel {
    display: block;
}

.cf7-row div {
    position: relative;
    width: 50%;
}

.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 0.8rem;
    font-weight: normal;
    display: block;
    text-align: right;
    padding-right: 1.5rem;
    margin-bottom: -1rem;
}

.cf7-row.cf7-row-textarea p,
.cf7-row.cf7-row-textarea span.wpcf7-form-control-wrap {
    width: 100%;
    display: block;
}

.wpcf7-form-control-wrap {
    position: relative;
    width: 100%;
}

span.cf7-tel {
    position: absolute;
    z-index: 1;
    color: #9A0000;
    background: #1E1E1E;
    margin-top: -.7rem;
    margin-left: 1rem;
    padding: 0 .5rem;
    font-weight: 600;
    display: none;
}

.cf7-row:focus-visible span.cf7-tel {
    display: block;
}

textarea::placeholder,
input::placeholder {
    color: #fff;
    font-size: 1rem;
}

.kontakt-section-row-top {
    width: 100%;
    max-width: 50rem;
    position: relative;
    z-index: 1;
}

.kontakt-form {
    padding: 2.5rem 2.3rem 0 0;
}
	
.kontakt-form .wpcf7-checkbox label {
    margin: 0;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    cursor: pointer;
}

.kontakt-form .wpcf7-checkbox label input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.kontakt-form .wpcf7-checkbox label .wpcf7-list-item-label {
    display: inline-flex;
    align-items: flex-start;
    user-select: none;
    font-size: 0.7rem;
}
.kontakt-form .wpcf7-checkbox label .wpcf7-list-item-label::before {
	content: '';
    display: inline-block;
    padding: .5rem;
    width: 1rem;
    height: 1rem;
    border-radius: 0.3rem;
    flex-shrink: 0;
    flex-grow: 0;
    border: 0.1rem solid #9A0000;
    background-color: transparent;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.kontakt-form input[type="checkbox"]:checked + .wpcf7-list-item-label::before {
  border-color: #0b76ef;
  background-color: #0b76ef;
  background-size: 80%;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.kontakt-form .wpcf7-list-item {
    display: inline-block;
    margin: 0;
}

.kontakt-form input.wpcf7-submit {
    color: #1E1E1E;
    background: #fff;
    padding: 0.8rem 1rem;
    min-width: 13rem;
    border-radius: 0.5rem;
    font-size: 1.2rem;
    font-weight: 600;
    border: none;
}
.line-button {
    position: relative;
    margin-top: 5.3rem;
}

.line-button img {
    position: absolute;
    left: 2.4rem;
    width: 1.3rem;
    top: 0.7rem;
}

.demo-big-img {
    position: relative;
}

.demo-big-img img {
    width: 76rem;
    position: absolute;
    height: 62rem;
    display: block;
    max-width: max-content;
    top: -4.3rem;
    left: -12.5rem;
}

.site-footer-container-top-adress-kontakt .site-footer-container-top-adress-block {
	min-width: 22rem;
}


section.kontakt-section-page {
    padding-top: 2.5rem;
    background: #1E1E1E;
    min-height: 51rem;
}

.content-prog {
    padding: 0 2.8rem;
}

.kontakt-section-row {
    display: flex;
    flex-direction: row;
}

.kontakt-section-title {
    color: #fff;
    font-size: 3.5rem;
    display: flex;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: 2.5px;
    padding-top: 6.5rem;
}

.kontakt-section-title div {
	color: #9A0000;
	padding-left: 1rem;
}

.kontakt-section-description {
	color: #fff;
    font-size: 1.5rem;
    padding-top: 1rem;
}

.kontakt-logo img {
    width: 17.5rem;
}

.page-id-79 .demo-big-img img {
    width: 138rem;
    position: absolute;
    height: 70.5rem;
    display: block;
    max-width: max-content;
    top: -16rem;
    left: -34rem;
}

.page-id-79 .kontakt-section-title {
	padding-top: 9rem;
}

.home-3d-section-video {
    position: relative;
    z-index: 2;
}

.home-3d-section-block video {
    width: 100%;
}

.red-border-banner-button a {
    display: flex;
    width: 15.3rem;
    height: 3.6rem;
    justify-content: center;
    align-items: center;
    border: 1px solid #9A0000;
    border-radius: 0.9rem;
    color: #fff;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 600;
    background: #2b0000;
}

.banner-button {
    display: flex;
    padding-top: 0.6rem;
}

.banner-button .red-border-banner-button {
    margin-right: 1rem;	
}

.section-after-banner-section {
    padding-top: 5.2rem;
    background: #1e1e1e;
    padding-bottom: 7rem;
}

.section-after-banner-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.section-after-banner-text {
    width: 100%;
    max-width: 50rem;
    padding-right: 3rem;
    color: #fff;
    font-size: 1.3rem;
    line-height: 1.5;
}

.section-after-banner-text strong {
	font-weight: 400;
	color: #9A0000;
}

.section-after-banner-text p {
    margin: 0.6rem 0 3rem;
}

.section-after-banner-text h3 {
	font-weight: 400;
}

.section-after-banner-buttons {
    width: 100%;
    max-width: 40rem;
}

.section-after-banner-buttons div {
    border: 1px solid #9A0000;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    color: #fff;
    font-weight: 600;
    min-height: 6.9rem;
    margin-bottom: 1.3rem;
}

.tab-link-block-descr {
	display: none;
}	
	
.home-features-section-tabs {
    display: flex;
    flex-direction: row;
    padding-top: 6rem;
}

.cycle-tab-item-tab-top {
    padding: 9rem 0 0 0;
    width: 50rem;
}

.cycle-tab-item-tab-top ul {
    margin: 0;
    padding: 0;
}

.cycle-tab-item-tab-top ul li {
	list-style: none;
	    padding-bottom: 1.25rem;
}

.cycle-tab-item-tab-top ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 1.8rem;
    font-weight: 600;
}


.cycle-tab-item-tab-top ul li.active a {
    font-size: 3rem;
}

.cycle-tab-item {
    width: 100%;
    position: relative;
}

.home-features-section-tabs ul.nav.nav-tabs .nav-link {
    display: block;
    padding: 0;
}

.home-features-section-tabs .tab-content {
    width: 50rem;
    position: relative;
}

.home-features-section-tabs .fade:not(.show) {
    opacity: 0;
}

.home-features-section-tabs .tab-content>.tab-pane {
    display: none;
}

.home-features-section-tabs .tab-content>.active {
    display: block;
    opacity: 1 !important;
}

.cycle-tab-item-content {
    width: 100%;
    min-height: 55rem;
    padding-top: inherit;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.cycle-tab-item-content img {
	width: 100%;
	max-height: 50rem;
}

.tab-content .fade {
    transition: opacity .15s linear;
}

 .tab-content>.tab-pane {
    display: none;
}
.tab-content .fade:not(.show) {
    opacity: 0;
}

.tab-content .fade {
    transition: opacity .15s linear;
}	
	
 .tab-content>.active {
    display: block;
    opacity: 1 !important;
}

.testuj-home-section-content {
    display: flex;
    flex-direction: row;
    min-height: 52rem;
}

.testuj-home-section-img {
    position: relative;
    width: 48rem;
}

.testuj-home-section-img img {
    position: absolute;
    width: 138rem;
    max-width: max-content;
    left: -64.5rem;
    top: -10.5rem;
}

.testuj-home-section-text {
    position: relative;
    z-index: 1;
        padding-top: 16rem;
}

.section-white-title {
    color: #fff;
    font-size: 4rem;
    font-weight: 600;
}

.testuj-home-section-text .zw-red-section-title {
	    text-align: left;
    margin-top: -1.7rem;
}

.testuj-home-section-button {
    display: flex;
    flex-direction: row;
    padding-top: 5rem;
}

.red-img-button a {
    background: #9A0000;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 600;
    width: 15rem;
    display: flex;
    height: 3.6rem;
    border-radius: 0.9rem;
    justify-content: center;
    align-items: center;
    line-height: 1;
    color: #fff;
}

.testuj-home-section-button div {
    margin-right: 1.5rem;
}

.red-img-button img {
    width: 1.5rem;
    margin-right: 0.7rem;
}

.testuj-home-section {
    background: #010101;
}

.site-footer-container-top-adress-kontakt {
    display: flex;
    position: relative;
}


.blog-page {
    padding-top: 5rem;
    padding-bottom: 6.8rem;
    background: #1e1e1e;
    color: #fff;
}

.blog-page .bold-black-title {
	text-transform: uppercase;
	padding: 0 13.6rem;
}

.aktualnosci-content {
    padding: 4.8rem 13.6rem;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex: 1;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: stretch;
}

.aktualnosci-content-block {
    width: 23.8rem;
    margin-bottom: 3rem;
    margin-right: 8.6rem;
}

.blog-page-image {
    width: 100%;
    height: 12.3rem;
    border-radius: 1.5rem;
    background-size: contain;
}

.aktualnosci-content-block-title a {
    text-decoration: none;
    color: #fff;
    font-weight: 900;
    font-size: 1.1rem;
    padding: 1.3rem 0 0;
    display: flex;
    line-height: 1.9;
    height: 6rem;
    overflow: hidden;
}

.read-more a {
    color: #9a0000;
    text-decoration: none;
    font-weight: 900;
    font-size: 1rem;
    display: flex;
    padding-top: 0.2rem;
}

.aktualnosci-content-block:nth-child(3n) {
    margin-right: 0;
}

.pagination {
    display: flex;
    justify-content: center;
    padding-top: 0.4rem;
}

.pagination span {
	text-decoration: none;
    font-weight: 900;
    font-size: 1.1rem;
    display: flex;
    padding: 0 1rem;
    color: #fff;
}

.wp-pagenavi a {
    color: #9a0000;
    text-decoration: none;
    font-weight: 900;
    font-size: 1.1rem;
    display: flex;
    padding: 0 1rem;
}

.wp-pagenavi {
    display: flex;
}

.bold-black-title {
    color: #fff;
    font-size: 3.5rem;
    display: flex;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: 2.5px;
}




.content-prog.single-blog {
    display: flex;
    width: 100%;
    max-width: 97rem;
    margin: 0 auto;
    padding-top: 3rem;
}

.content-prog.single-blog {
    display: flex;
    width: 100%;
    max-width: 97rem;
    margin: 0 auto;
    padding-top: 3rem;
    justify-content: space-between;
}

.single-blog-content {
    width: 100%;
    max-width: 64.5rem;
    margin-right: 4rem;
}

.post-right-block {
    width: 24rem;
}

.post-image img {
    border-radius: 1.8rem;
    overflow: hidden;
    width: 100%;
}

.blog-section-page {
    color: #fff;
    padding-bottom: 6rem;
    background: #1e1e1e;
}

h1.entry-title.post-title {
    padding-top: 1.5rem;
    font-size: 2.4rem;
    line-height: 1.2;
    letter-spacing: -0.5px;
}

.entry-content {
    font-size: 1.2rem;
    color: #fff;
    font-weight: 300;
    line-height: 1.7;
}

.entry-content p {
    margin-bottom: 1rem;
}

.entry-content h1 {
    font-size: 2.4rem;
    margin-top: 1.2rem;
    margin-bottom: 1rem;
}

.entry-content h2 {
    font-size: 2rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.entry-content h3 {
    font-size: 1.7rem;
    margin: 1rem 0;
}

.entry-content h4 {
    margin: 1rem 0 1rem;
    font-size: 1.5rem;
}

.entry-content strong {
    font-size: 1.2rem;
    font-weight: 800;
}

.entry-content .wp-block-contact-form-7-contact-form-selector {
    width: 100%;
    max-width: 40rem;
    padding-top: 0.2rem;
}

.post-right-block aside.inside-aside {
    padding-top: 1.7rem;
}

.post-right-block .aktualnosci-content-block-image img {
    width: 100%;
    border-radius: 1.7rem;
}

.post-right-block-button {
    display: flex;
    background: #01050C;
    height: 18rem;
    border-radius: 1.7rem;
    justify-content: center;
    align-items: center;
}

.post-right-block-button .blue-button a {
	width: 15rem;
    text-align: center;
    font-size: 0.8rem;
    height: 4rem;
    line-height: 1.3;
}

.entry-content input.wpcf7-form-control.wpcf7-submit.has-spinner {
    color: #1e1e1e;
    background: #fff;
    padding: .8rem 1rem;
    min-width: 13rem;
    border-radius: .5rem;
    font-size: 1.2rem;
    font-weight: 600;
    border: none;
}

.post-right-block-title.home-Skontaktuj-soc-title-red {
    font-size: 2rem;
    line-height: 1.2;
}

.aktualnosci-content-block-title a {
    text-decoration: none;
    color: #fff;
    font-weight: 900;
    font-size: 1.1rem;
    padding: 1.3rem 0 0;
    display: flex;
    line-height: 1.9;
    height: 6rem;
    overflow: hidden;
}

.post-right-block .read-more a {
    color: #9a0000;
    text-decoration: none;
    font-weight: 900;
    font-size: 1rem;
    display: flex;
    padding-top: .2rem;
    margin-top: 0.5rem;
    margin-bottom: 3rem;
}


/*******************************************************************************************/

.RhinoLands-home-banner .home-banner-content-block {
    padding-top: 14.1rem;
}

.RhinoLands-home-banner .home-banner-content {
    background: #0a0a0aba;
    width: 100%;
    max-width: 39rem;
    min-height: 16.5rem;
    border-radius: 0;
    border: 0.15rem solid #70B956;
    padding: 3rem 2rem 1rem 3rem;
    margin-bottom: 2.5rem;
}

.RhinoLands-home-banner .home-banner-content-title div {
    color: #70B956;
}

.RhinoLands-home-banner .red-border-banner-button a {
    display: flex;
    width: 15.3rem;
    height: 3.6rem;
    justify-content: center;
    align-items: center;
    border: 1px solid #70B956;
    border-radius: 0.9rem;
    color: #fff;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 600;
    background: #293923;
}

.RhinoLands-home-banner .red-banner-button a {
	background: #70B956;
}

.RhinoLands-home-banner {
    min-height: 55rem;
}

.RhinoLands-home-banner:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 30rem;
	bottom: 0;
	left: 0;
	background: url(/wp-content/uploads/2025/03/fon-banner.png) no-repeat;
	background-repeat: no-repeat;
}



.RhinoLands-home-banner {
    min-height: 55rem;
}

.RhinoLands-home-banner:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 80%;
	bottom: 0;
	left: 0;
	background: url(/wp-content/uploads/2025/03/fon-banner.png) no-repeat;
	background-repeat: no-repeat;
    z-index: 2;
    background-size: cover;
}

section.rhinolands-blocks-section {
    padding-top: 8.3rem;
    padding-bottom: 8.4rem;
    background: #010101;
}

.rhinolands-title-section {
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-size: 3.5rem;
    font-weight: 600;
}

.rhinolands-title-section div {
    color: #70B956;
    margin: 0 0.3rem;
}

.rhinolands-content-row {
    padding-top: 3.8rem;
}

.rhinolands-content-row-block {
    display: flex;
    flex-direction: row;
    padding-bottom: 3.5rem;
}

.rhinolands-content-img {
    width: 49%;
}

.rhinolands-content-block {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    min-height: 22.5rem;
    padding-left: 9rem;
    padding-right: 1rem;
}

.rhinolands-content-title {
    color: #70B956;
    font-size: 1.7rem;
    font-weight: 600;
    padding-bottom: 0.7rem;
}

.rhinolands-content-descr {
    color: #fff;
    font-size: 1.3rem;
}	

.rhinolands-content-descr p {
    margin: 0;
}

.rhinolands-content-row-block:nth-child(even) {
    flex-direction: row-reverse;
}

.rhinolands-content-row-block:nth-child(even) .rhinolands-content-block {
	padding-left: 1rem;
    padding-right: 10rem;
    align-items: flex-end;
    text-align: right;
}

.rhinolands-testuj-section {
    position: relative;
}

.rhinolands-testuj-section-content img {
    position: absolute;
    width: 63.5rem;
    left: -3rem;
    top: -8.5rem;
}

.rhinolands-testuj-right {
    width: 48rem;
    float: right;
    text-align: right;
    padding-top: 6.7rem;
}

.rhinolands-testuj-right .rhinolands-title-section {
	text-align: left;
    justify-content: flex-start;
}

.rhinolands-testuj-right .rhinolands-title-section:last-child {
    margin-top: -0.7rem;	
}

.rhinolands-testuj-section-description {
    color: #fff;
    text-align: left;
    font-size: 1.65rem;
    margin-top: 0.3rem;
    margin-bottom: 5.2rem;
}

.rhinolands-testuj-section {
    position: relative;
    min-height: 42rem;
    background: #1C2118;
}

.rhinolands-testuj-section .red-banner-button a {
	background: #70B956;
}

.rhinolands-dlaczego-content {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex: 1;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: stretch;
    padding-top: 2.3rem;
}

.rhinolands-dlaczego-block {
    width: 32.5%;
    margin-right: 1%;
}

.rhinolands-dlaczego-block:nth-child(3n) {
	margin-right: 0;
}

.rhinolands-daczego-section {
    padding-top: 2.2rem;
    background: #1c2118;
}

.rhinolands-dlaczego-img video {
	width: 100%;
}

.rhinolands-dlaczego-img {
    height: 23rem;
    overflow: hidden;
}

.rhinolands-dlaczego-title {
    color: #70B956;
    font-size: 1.7rem;
    font-weight: 600;
    padding: 2rem 1rem 1rem 0;
    line-height: 1.3;
    min-height: 5rem;
}

.rhinolands-dlaczego-descr p {
    margin: 0;
}

.rhinolands-dlaczego-descr {
    color: #fff;
	font-size: 1.2rem;
    line-height: 1.35;
}

.rhinolands-dlaczego-block-text {
    padding-bottom: 2rem;
}

.rhinolands-dlaczego-block:nth-child(2) .rhinolands-dlaczego-img video {
	display: none;
}

.rhinolands-dlaczego-block:nth-child(2) .rhinolands-dlaczego-img {
	background: url(/wp-content/uploads/2025/03/Dynamic-2D-Documentation-.png) no-repeat;
	background-size: cover;
}

.green-border-cube {
	border-color: #70B956;
}

.home-3d-section.rhinolands-3d-section {
	padding-top: 7rem;
	padding-bottom: 4rem;
	background: #1c2118;
}

.home-3d-section.rhinolands-3d-section .rhinolands-3d-section-last-title {
	padding-top: 3rem;
}

.rhinolands-3d-section .home-3d-section-video {
    position: relative;
    z-index: 2;
}

.rhinolands-3d-section .home-3d-section-block {
    margin-top: 6.7rem;
    width: 100%;
    max-width: 79rem;
    margin: 8rem auto 9rem;
    position: relative;
}

.page-template-rhinolands-page .site-header {
	display: none;
}

.page-template-rhinolands-page .site-header.site-header-RhinoLands-page {
	display: block;
}

.site-header-RhinoLands-page li.red-top-button a {
    background: transparent;
    color: #70B956;
    width: 11rem;
    height: 2.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-right: 0;
    border-radius: .5rem;
    margin-right: .5rem;
    border: 0.1rem solid #70B956;
}

.site-header-RhinoLands-page li.red-top-button a:hover {
	color: #fff;
    background: #70B956;
}

.site-header-RhinoLands-page .current-menu-item a {
    border-bottom: .2rem solid #70B956 !important;
}

.page-template-rhinolands-page .wrap.header-oferta {
    border-bottom: .15rem solid #70b956;	
}

.skanery-top-page-section {
    background: linear-gradient(0deg, rgb(0 0 0 / 77%) 0%, rgba(0, 0, 0, 0) 100%);
    position: relative;
    min-height: 43rem;
    overflow: hidden;
}

.top-skaner-img {
	position: absolute;
    width: 100vw;
    height: auto;
    top: 0;
    left: 0;
    z-index: -1;
    max-width: fit-content;
    min-width: 100%;
}

.skanery-top-page-section .home-banner-content-block {
    padding-top: 7.5rem;
}

.skanery-top-page-section .container-rhino {
	padding: 0 8.8rem;
}

.skanery-top-page-section .home-banner-content {
    background: #0a0a0aba;
    width: 100%;
    max-width: 39rem;
    min-height: 20.5rem;
    border-radius: 0;
    border: 0.15rem solid #9A0000;
    padding: 2.5rem 2rem 1rem 2.5rem;
    margin-bottom: 2.5rem;
}


.skanery-zastosowanie-section {
    padding-top: 13.2rem;
}

.zw-red-section-title-skanery {
	font-size: 2.75rem;
}

.skanery-zastosowanie-content {
    padding-top: 5.5rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    max-width: 52rem;
    margin: 0 auto;
    justify-content: space-between;
}

.skanery-zastosowanie-block {
    width: 22rem;
    min-height: 21.3rem;
    border: 0.2rem solid #9A0000;
    margin-bottom: 4.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.skanery-zastosowanie-block img {
	border-bottom: 0.2rem solid #9A0000;
}

.skanery-zastosowanie-text {
    color: #2B2C28;
    font-size: 1.45rem;
    font-weight: 500;
    min-height: 6.5rem;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -0.3rem;
}

.skanery-oferujemy-block {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 3.3rem;
}

.skanery-oferujemy-block:nth-child(even) {
    flex-direction: row-reverse;
}

.skanery-oferujemy-section {
    padding-top: 13rem;
    padding-bottom: 6rem;
}

.skanery-oferujemy-content {
    padding-top: 6rem;
    width: 100%;
    max-width: 83.2rem;
    margin: 0 auto;
    padding-bottom: 5rem;
}

.skanery-oferujemy-img {
    width: 100%;
    max-width: 37.5rem;
}

.skanery-oferujemy-text {
    width: 100%;
    max-width: 37.5rem;
    padding-top: 3.5rem;
    color: #000;
    font-size: 1.2rem;
    padding-right: 3rem;
}

.skanery-oferujemy-text h3 {
    color: #010101;
    font-size: 1.4rem;
    font-weight: 500;
}

.skanery-oferujemy-img-descr {
    border: 0.2rem solid #9A0000;
    margin-top: 2rem;
    text-align: center;
    min-height: 6.8rem;
    margin-bottom: 1rem;
    padding: 0 3rem;
    color: #000;
    font-size: 1.2rem;
    line-height: 1.6;
}

.skanery-oferujemy-section .red-banner-button {
	display: flex;
    justify-content: center;
}

.skaner-page-tab {
    padding-top: 10.7rem;
}


.tabs {
  display: flex;
  align-items: stretch;
  width: 100%;
  overflow: hidden;
}

.tab-content {
  flex: 1;
  background: transparent;
  min-height: 200px;
}

.zw-red-section-title-skanery-price {
    color: #2B2C28;
    font-size: 1.2rem;
    text-align: center;
    padding: 2.6rem 0 3rem;
}

.skaner-page-tab-content {
    width: 100%;
    max-width: 75rem;
    margin-left: 6rem;
    padding-top: 4.8rem;
}

.skaner-page-tab-content .tab-buttons {
    display: flex;
    flex-direction: column;
    width: 22rem;
}

.skaner-page-tab-content .tab-buttons button {
	padding: 1rem 0rem 1.5rem 3.7rem;
    border: none;
    background: none;
    cursor: pointer;
    text-align: left;
    font-size: 1.29rem;
    font-weight: 600;
}

.skaner-page-tab-content .tab-buttons button.active {
    font-weight: bold;
    color: #9A0000;
}

.skaner-page-tab-content .tab-pane {
  display: none;
}
.skaner-page-tab-content .tab-pane.active {
  display: block;
}

.tab-content-img-block {
    width: 26rem;
    margin-right: 1.3rem;
    display: flex;
    justify-content: center;
}

.tab-content-img-block img {
    height: auto;
    max-height: 20rem;
}

.tab-pane-content {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.tab-content-descr-block {
    border: .2rem solid #9a0000;
    margin-top: 0;
    text-align: left;
    min-height: 6.8rem;
    margin-bottom: 1rem;
    padding: 1rem 1.5rem;
    color: #000;
    font-size: 1.1rem;
    width: 22.5rem;
    line-height: 1.6;
}

.tab-content-link-block a {
    color: #9A0000;
    font-weight: 600;
    font-size: 1rem;
}

.tab-content-descr-block p {
    margin: 0;
}


.tab-content-link-block {
    margin-top: 1rem;
}

.tab-content-descr-block b {
    color: #9A0000;
}

.skaner-black-section {
    background: #010101;
}

.skaner-page-tab.skaner-page-tab-leica {
	padding-bottom: 14rem;
	padding-top: 17.5rem;
}

.skaner-black-section-content {
    display: flex;
    flex-direction: row;
}

.skaner-black-section {
    background: #010101;
    padding: 8rem 0;
}

.skaner-black-section-img {
    width: 28rem;
    margin-left: 11rem;
}

.skaner-black-section-block {
    text-align: left;
    width: 100%;
    max-width: 40rem;
    margin-left: 8rem;
    padding-top: 7.6rem;
}

.skaner-black-section-block .section-white-title {
	font-size: 3.8rem;
}

.skaner-black-section-block .zw-red-section-title {
	color: #9a0000;
    font-size: 3.4rem;
    font-weight: 600;
    text-align: left;
    line-height: 1.5;
    margin-top: -1rem;
}

.skaner-black-section-block .zw-faqs-section-descr {
	text-align: left;
    padding-bottom: 3rem;
}

.einscan-rigil-section-content {
    display: flex;
    position: relative;
    z-index: 1;
}

.einscan-rigil-section {
    padding-top: 15.5rem;
    padding-bottom: 14rem;
    position: relative;
}

.einscan-rigil-section:after {
    content: '';
    border: .2rem solid #9a0000;
    position: absolute;
    width: 53rem;
    height: 16.7rem;
    right: -1rem;
    top: 36.8rem;
}

.einscan-rigil-section .zw-faqs-section-descr {
	color: #000;
    width: 100%;
    max-width: 72rem;
    margin: 3.3rem auto;
}

.einscan-rigil-block-title {
	font-size: 1.5rem;
	font-weight: 500;
	color: #000;
	padding-left: 4.2rem;
	padding-bottom: 2.5rem;
}

.einscan-rigil-section-content-text-block {
    width: 100%;
    max-width: 50rem;
    padding-left: 8.7rem;
    padding-top: 0.5rem;
}

.einscan-rigil-row img {
    width: 2rem;
    margin-right: 2.3rem;
}

.einscan-rigil-row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding-bottom: 2.3rem;
}

.einscan-rigil-row p {
    font-size: 1.2rem;
    margin: 0;
    line-height: 1.6;
    color: #000;
}

.einscan-rigil-section-content-img {
    width: 100%;
    max-width: 37rem;
    margin-top: -1rem;
}

.einscan-rigil-section-content-img img {
	width: 100%;
}

.kontakt-section-page.napisz-do-nas-page .demo-big-img img {
    width: 35rem;
    height: auto;
    display: block;
    max-width: max-content;
    top: 2rem;
    left: 5rem;
}

.cf7-row.cf7-row-textarea > div {
    width: 100%;
}

.cf7-row.cf7-row-textarea textarea {
    resize: none;
    height: 8rem;
    background: #fff;
    color: #2B2C28 !important;
}

.kontakt-section-page.napisz-do-nas-page input[type="tel"], .kontakt-section-page.napisz-do-nas-page input[type="email"] {
 	color: #2B2C28 !important;
 	background: #fff;
 }

.cf7-row.cf7-row-textarea textarea::placeholder,
.kontakt-section-page.napisz-do-nas-page input::placeholder {
	color: #2B2C28 !important;
} 

.kontakt-section-page.napisz-do-nas-page span.cf7-tel {
	background: #fff;
	border-radius: 5px;
}

.kontakt-section-page.napisz-do-nas-page {
    padding-bottom: 8rem;
}



















@media only screen and (max-width: 800px) { 

.skanery-top-page-section .home-banner-content,
.home-banner-content {
    background: #0a0a0aba;
    width: 100%;
    max-width: 400px;
    min-height: 16.5rem;
    border-radius: 3rem;
    border: 0.3rem solid #fff;
    padding: 20px;
    margin-bottom: 25px;
}

.home-banner-content-title {
	font-size: 30px;
}

.home-banner-content-descr {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.7;
    padding-top: 10px;
}

.red-banner-button a {
    font-size: 18px;
    width: 280px;
    height: 44px;
    border-radius: 15px;
}

.home-banner-section {
    position: relative;
    min-height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

section.zw-faqs-section {
    padding-top: 60px;
    padding-bottom: 60px;
    background: #010101;
    overflow: hidden;
}

.zw-faqs-section-title {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.5;
}

.zw-faqs-section-descr {
    color: #fff;
    font-size: 16px;
    padding-top: 15px;
    padding-bottom: 20px;
}

.zw-faqs-section-content {
    flex-direction: column;
}

.zw-faqs-section-block {
    width: 100%;
    max-width: 700px;
    padding-top: 25px;
}

.question {
	padding: 20px 20px 20px 50px;
}

.zw-faqs-section-image {
    width: 100%;
    max-width: 100%;
    position: relative;
}

.zw-faqs-section-image img {
    position: relative;
    display: block;
    top: 20px;
    max-width: 100%;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.home-3d-section-title {
    color: #fff;
    font-size: 30px;
    padding-bottom: 30px;
}

.home-wymagania-content {
    width: 100%;
    max-width: 100%;
}

.home-wymagania-content-col {
    width: 50%;
    max-width: 47%;
}

.ws-row-block {
	width: 98%;
}

.ws-row-block-title {
    color: #9A0000;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    padding-bottom: 10px;
    text-align: center;
}

.ws-row-block-descr {
	font-size: 14px;
}

.home-wymagania-content-col-right .ws-row-block:last-child {
    min-height: 127px;
}

.home-wymagania-content-col-right .ws-row-block:nth-child(5) {
	min-height: 140px;
}

.home-przetestuj-section-content-title {
    color: #1e1e1e;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}

.home-przetestuj-section-content-descr {
    color: #1E1E1E;
    text-align: center;
    font-size: 14px;
    padding: 20px 0;
}
.home-przetestuj-section-content-button {
    width: 100%;
    max-width: 100%;
    margin: 3rem auto 0;
    justify-content: center;
    flex-direction: column;
}

.black-img-button {
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
}

.black-img-button a {
    display: flex;
    align-items: center;
    background: #0A0A0A;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    width: 100%;
    height: 40px;
    justify-content: center;
    border-radius: 16px;
    max-width: 200px;
}

.black-img-button img {
    display: block;
    width: 15px;
    margin-left: 2rem;
}

.site-footer-top-content {
    flex-direction: column;
    justify-content: center;
    padding-top: 4rem;
    align-items: center;
    padding-bottom: 7rem;
}

.site-footer-top-title {
    color: #0A0A0A;
    font-size: 24px;
    line-height: 1.3;
    font-weight: 600;
    text-align: center;
    padding-bottom: 15px;
}

.site-footer-top-button a {
    font-size: 24px;
    font-weight: 600;
}

.site-footer-top-button img {
    width: 25px;
    margin-left: 0.5rem;
}

.site-footer-container-top {
    flex-direction: column;
}

.site-footer-container-logo div {
    width: 100%;
    max-width: 100px;
    min-width: 40px;
    margin-right: 4rem;
    position: relative;
    margin-bottom: 20px;
}

.site-footer-container-logo div img {
    max-height: 40px;
    max-width: 90px;
}

.site-footer-container-logo div:first-child:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 28px;
    background: #0a0a0a;
    right: -1.5rem;
    top: 0rem;
}

.site-footer-container-top-adress {
    padding-top: 0.5rem;
    width: 100%;
    max-width: 70%;
    justify-content: space-between;
    flex-direction: column;
}

.site-footer-container-top-adress-title {
    color: #9A0000;
    font-weight: 600;
    font-size: 14px;
}


.site-footer-container-top-adress-mail a {
    color: #0A0A0A;
    text-decoration: none;
    font-size: 16px;
    padding-top: 0.5rem;
    display: block;
    padding-bottom: 20px;
}

.site-footer-container-bottom {
    padding: 2rem 2.3rem 2rem;
    flex-direction: column;
}

.site-footer-container-bottom-menu ul a {
	font-size: 12px;
	padding: 20px 0 10px;
}

.banner-button {
	flex-direction: column;
}

.banner-button div {
	margin-bottom: 10px;
}

.red-border-banner-button a {
	font-size: 18px;
    width: 280px;
    height: 44px;
    border-radius: 15px;
}

.section-after-banner-row {
    flex-direction: column;
    justify-content: space-between;
}

.section-after-banner-text {
    width: 100%;
    max-width: 100%;
    padding-right: 3rem;
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.section-after-banner-buttons {
    width: 100%;
    max-width: 100%;
}

.section-after-banner-buttons div {
    border: 1px solid #9a0000;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    min-height: 40px;
    margin-bottom: 10px;
    padding: 10px 5px;
    text-align: center;
}

.zw-red-section-title {
    color: #9a0000;
    font-size: 26px;
}

.cycle-tab-item-tab-top {
    padding: 9rem 0 0 0;
    width: 100%;
}

.cycle-tab-item-tab-top .nav {
    display: block !important;
}

.home-features-section-tabs .tab-content {
    display: none;
}

.cycle-tab-item-tab-top ul li.active a {
    font-size: 22px;
}

.cycle-tab-item-tab-top ul li a {
    font-size: 18px;
}


.cycle-tab-item-tab-top ul li.active a .tab-link-block-descr {
    display: block;
    padding: 20px;
    max-width: 550px;
    max-height: 300px;
}

.testuj-home-section-button {
    flex-direction: column;
    padding-top: 20px;
    align-items: center;
}

.red-img-button a {
	font-size: 18px;
    width: 280px;
    height: 44px;
    border-radius: 15px;
    margin-bottom: 10px;
}

.red-img-button img {
    width: 14px;
    margin-right: 7px;
}

.home-wymagania-section {
    padding-top: 60px;
    background: #010101;
    padding-bottom: 60px;
}

.home-wymagania-title-blocks>div {
	font-size: 18px;
}

.home-wymagania-title-blocks {
	padding: 0;
}

.home-wymagania-section-content {
    width: 100%;
    max-width: 100%;
    margin: 2.5rem auto 0;
    padding-bottom: 25px;
}

.home-wymagania-title-blocks>div {
    width: 50%;
    display: flex;
    justify-content: center;
}

.home-3d-section {
    padding-top: 50px;
    padding-bottom: 80px;
    background: #010101;
    overflow: hidden;
}

.testuj-home-section-img {
    position: relative;
    width: 100%;
}

.testuj-home-section-content {
    flex-direction: column;
    min-height: 52rem;
}

.testuj-home-section-img img {
    position: relative;
    width: 100%;
    max-width: 100%;
    left: 0;
    top: 0;
    height: auto;
}

.section-white-title {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

.testuj-home-section-text .zw-red-section-title {
    text-align: center;
    margin-top: 0;
}

.site-footer-container-top-adress-mail p, .site-footer-container-top-adress-mail a {
	font-size: 16px;
}

.site-footer-container-top-adress-kontakt {
    display: flex;
    position: relative;
    flex-direction: column;
    text-align: center;
}

.site-footer-container-bottom-date {
    color: #0A0A0A;
    text-decoration: none;
    font-size: 12px;
    padding-right: 1rem;
    font-weight: 300;
    text-align: center;
    padding-top: 15px;
}

.kontakt-logo {
	display: none;
}

.kontakt-section-row {
    display: flex;
    flex-direction: column;
}

.kontakt-section-row-top {
    width: 100%;
    max-width: 100%;
    position: relative;
    z-index: 1;
    margin: 35px 0;
}

.demo-big-img img {
    width: 100%;
    position: relative;
    height: auto;
    display: block;
    max-width: 100%;
    top: 0;
    left: 0;
}

.kontakt-section-title {
    color: #fff;
    font-size: 28px;
    padding-bottom: 20px;
}
.kontakt-section-description {
    color: #fff;
    font-size: 16px;
    padding-top: 1rem;
    padding-bottom: 25px;
}

.cf7-row div {
    position: relative;
    width: 100%;
    margin-bottom: 15px;
}

.cf7-row {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
    justify-content: space-between;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
    color: #fff !important;
    border: 0.1rem solid #9A0000 !important;
    padding: 7px 15px !important;
    border-radius: 7px !important;
    margin-bottom: 0;
    background: transparent;
    margin-right: 1.2rem;
    font-size: 14px;
    font-weight: 500;
    width: 100% !important;
}

textarea::placeholder,
input::placeholder {
    font-size: 14px;
}

span.cf7-tel {
    position: absolute;
    z-index: 1;
    color: #9A0000;
    background: #1E1E1E;
    margin-top: -9px;
    margin-left: 1rem;
    padding: 0 10px;
    font-weight: 600;
    display: none;
    font-size: 12px;
}

.kontakt-form .wpcf7-checkbox label .wpcf7-list-item-label {
    font-size: 10px;
}

.kontakt-form .wpcf7-checkbox label .wpcf7-list-item-label::before {
	width: 13px;
    height: 13px;
}

.wpcf7-not-valid-tip {
	font-size: 8px;
}

.kontakt-form input.wpcf7-submit {
    color: #1E1E1E;
    background: #fff;
    padding: 15px 1rem;
    min-width: 200px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    border: none;
}

.line-button img {
    position: absolute;
    left: 50px;
    width: 15px;
    top: 14px;
}

.bold-black-title {
    color: #fff;
    font-size: 22px;
    letter-spacing: 2.5px;
    padding: 20px 13.6rem 15px !important;
}

.aktualnosci-content {
	flex-direction: column;
}

.aktualnosci-content-block {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 8.6rem;
    max-width: 400px;
}

.blog-page-image {
    width: 100%;
    height: 185px;
    border-radius: 1.5rem;
    background-size: cover;
    background-repeat: no-repeat;
}

.aktualnosci-content-block-title a {
    text-decoration: none;
    color: #fff;
    font-weight: 900;
    font-size: 14px;
    padding: 1.3rem 0 0;
    height: auto;
    overflow: hidden;
    padding-bottom: 10px;
}

.read-more a {
	font-size: 14px;
}

.content-prog.single-blog {
    display: flex;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding-top: 60px;
    justify-content: flex-start;
    flex-direction: column;
}

.single-blog-content {
    width: 100%;
    max-width: 100%;
    margin-right: 4rem;
}

h1.entry-title.post-title {
    padding-top: 1.5rem;
    font-size: 22px;
    line-height: 1.2;
    letter-spacing: -0.5px;
}

.entry-content {
    font-size: 14px;
    color: #fff;
    font-weight: 300;
    line-height: 1.7;
    padding-bottom: 40px;
}

.entry-content strong {
    font-size: 14px;
    font-weight: 800;
}

.entry-content ul {
	margin: 0;
}

.post-right-block {
    width: 100%;
}

.post-right-block-title.home-Skontaktuj-soc-title-red {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 20px;
}

.RhinoLands-home-banner .home-banner-content {
	max-width: max-content;
}

.RhinoLands-home-banner .red-border-banner-button a {
	font-size: 18px;
        width: 280px;
        height: 44px;
        border-radius: 15px;
}

.rhinolands-title-section {
	font-size: 22px;
}

.rhinolands-title-section div {
    color: #70B956;
    margin: 0 6px;
}

.rhinolands-content-row-block {
    display: flex;
    flex-direction: column;
    padding-bottom: 25px;
}

.rhinolands-content-img {
    width: 100%;
}

.rhinolands-content-block {
	width: 100%;
    height: 100%;
    padding: 20px 0;
}

.rhinolands-content-title {
    color: #70B956;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 10px;
}

.rhinolands-content-descr {
    color: #fff;
    font-size: 14px;
}

.rhinolands-content-row-block:nth-child(even) {
    flex-direction: column;
}

.rhinolands-testuj-section-content img {
	display: none;
}

.rhinolands-testuj-right {
    width: 100%;
}

.rhinolands-testuj-section-description {
    color: #fff;
    text-align: left;
    font-size: 14px;
    margin-top: 15px;
}

.rhinolands-daczego-section {
    padding-top: 50px;
    background: #1c2118;
}

.rhinolands-title-section {
	display: block;
}

.rhinolands-testuj-section-content {
    display: flex;
}

.rhinolands-dlaczego-block {
    width: 100%;
    margin-right: 1%;
    margin-bottom: 30px;
}

.rhinolands-dlaczego-img {
    height: auto;
    overflow: hidden;
    margin-bottom: 20px;
}

.rhinolands-dlaczego-title {
    color: #70b956;
    font-size: 20px;
    font-weight: 600;
    padding: 2rem 1rem 15px 0;
}

.rhinolands-dlaczego-descr {
    color: #fff;
    font-size: 14px;
    line-height: 1.35;
}

.rhinolands-dlaczego-block:nth-child(2) .rhinolands-dlaczego-img {
	min-height: 200px;
}

.page-template-rhinolands-page .site-footer-container-logo div img {
    max-height: max-content;
    max-width: 100%;
}

.page-template-rhinolands-page .site-footer-container-logo div {
        width: 100%;
        max-width: 200px;
        min-width: 100px;
        margin-right: 4rem;
        position: relative;
        margin-bottom: 20px;
    }


.page-id-237 .demo-big-img,
.page-id-225 .demo-big-img {
	display: none;
}

.skanery-zastosowanie-content {
   max-width: 90%;
}

.skanery-zastosowanie-block {
	width: 48%;
}

.skanery-zastosowanie-text {
	font-size: 14px;
	    margin-top: 0;
}

.skanery-oferujemy-block {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-bottom: 3.3rem;
}

.skanery-oferujemy-img {
    width: 100%;
    max-width: 550px;
}

.skanery-oferujemy-img-descr {
	font-size: 14px;
}

.skanery-oferujemy-text {
    width: 100%;
    max-width: 100%;
    padding-top: 3.5rem;
    color: #000;
    font-size: 14px;
    padding-right: 0;
}

.skanery-oferujemy-text h3 {
    color: #010101;
    font-size: 18px;
    font-weight: 500;
}

.skanery-oferujemy-block:nth-child(even) {
    flex-direction: column;
}

.tabs {
    display: flex;
    align-items: stretch;
    width: 100%;
    overflow: hidden;
    flex-direction: column-reverse;
}

.skaner-page-tab-content .tab-buttons {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-bottom: 30px;
}

.skaner-page-tab-content .tab-buttons button {
    padding: 2rem 0rem 3.5rem 3.7rem;
    font-size: 16px;
    font-weight: 600;
}

.tab-pane-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.tab-content-img-block {
    width: 100%;
    margin-right: 1.3rem;
    display: flex;
    justify-content: center;
}

.tab-content-descr-block {
	font-size: 14px;
	width: 100%;
	padding: 15px;
}

.tab-content-link-block a {
	font-size: 14px;
}

.zw-red-section-title-skanery-price {
	font-size: 16px;
}

.tab-content-img-block img {
    height: auto;
    max-height: 200px;
    margin-bottom: 20px;
}

.skaner-black-section-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.skaner-black-section-img {
    width: 130px;
    margin-left: 0;
}

.skaner-black-section-block {
    text-align: left;
    width: 100%;
    max-width: 90%;
    margin-left: 0;
    padding-top: 7.6rem;
}

.skaner-black-section-block .zw-red-section-title {
    color: #9a0000;
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    line-height: 1.5;
    margin-top: 0;
}

.skaner-black-section-block .section-white-title {
    font-size: 26px;
}

.einscan-rigil-section:after {
	display: none;
}

.einscan-rigil-section-content {
    display: flex;
    position: relative;
    z-index: 1;
    flex-direction: column-reverse;
}

.einscan-rigil-section-content-img {
    width: 100%;
    max-width: 250px;
    margin-top: 0;
    margin: 0 auto;
}

.einscan-rigil-block-title {
	font-size: 18px;
}

.einscan-rigil-section-content-text-block {
    width: 100%;
    max-width: 96%;
    padding-left: 8.7rem;
    padding-top: 0.5rem;
}

.einscan-rigil-row p {
    font-size: 14px;
    margin: 0;
    line-height: 1.6;
    color: #000;
}

.einscan-rigil-row img {
    width: 15px;
    margin-right: 15px;
    margin-top: 3px;
}












}