	/*!
Theme Name: polecen
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: polecen
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.

polecen 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%;
	scroll-behavior:smooth
}

* {
  outline: 0 !important;
}

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

/**
 * Remove the margin in all browsers.
 */


@font-face {
	/*font-family: apertura, sans-serif;*/
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 400;
} 

body {
	margin: 0;
	/*font-family: apertura, sans-serif !important;*/
	font-family: 'Roboto', sans-serif;
}

/**
 * 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;
	font-size: 0.85vw;
	/* size * 0.0606 */
}



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

/* Typography
--------------------------------------------- */


body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	/*font-size: 1rem;*/
	font-size: 1.4rem;
	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: thin dotted;
}

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%;
}

a,
a:hover {
	text-decoration: none;
}


/**/

header#masthead {
    padding: 40px 0 0;
    padding: 2.4rem 0 0;
}

#masthead .container-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    padding: 0 160px;
    padding: 0 9.7rem; 
    clear: both; 
}

.menu-menu-1-container {
    clear: both;
    display: block;
    float: left;
    width: 100%;
}

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

.main-navigation li {
    float: left;
    position: relative;
}

.main-navigation li a {
    font-size: 25px;
    font-size: 1.5rem;
    color: #0a4787;
    padding: 0 20px;
    padding: 0 2rem;
    font-weight: 800;
    text-transform: uppercase;
    padding-right: 0;
}

.home-page-content {
	width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}

section#first-block {
    padding-top: 90px;
    padding-top: 5.45rem;
}

.home-page-content .col-lg-7 {
	padding-left: 0 !important;
}

.home-page-content .title {
	margin-top: 193px;
	margin-top: 12rem;
}

.home-page-content .col-lg-5 {
	padding-left: 8px !important;
}

.title {
    font-size: 85px;
    font-size: 5.15rem;
    line-height: 1;
    color: #0a4787;
    /*font-family: apertura, sans-serif;*/
    font-family: 'Roboto', sans-serif;
    font-weight: 800;
}

.text-after-title {
	font-size: 43px;
	font-size: 2.6rem;
    color: #4e4d4d;
    line-height: 1.3;
    margin-top: 10px;
    margin-top: 1rem;
}

.two-block-texts {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    justify-content: center;
    margin: 55px auto 50px;
    margin: 4rem auto 3.03rem;
    padding-left: 148px;
    padding-left: 8.96rem;
}


section.home-page.home-block-two {
    padding: 180px 0 80px;
    padding: 11rem 0 4.8rem;
}

.col-lg-4.a-text {
    color: #4e4d4d;
    font-size: 30px;
    font-size: 1.81rem;
    font-weight: 500;
    line-height: 1.4;
}


/*body {
	background: url(img/system-3.png);
	background-size: 100%;
}*/

img.default-logo {
    width: 165px;
    width: 9.9rem; 
}

.home-page-content img {
    height: auto;
    max-width: 95%;
}

.batton-block {
    margin-top: 74px;
    margin-top: 4rem;
    margin-left: 3px;
}

.batton-block a {
    font-size: 24px;
    padding: 24px 74px;
    font-size: 1.45rem;
    text-transform: uppercase;
    font-weight: bold;
    padding: 1.5rem 4.5rem;
    background: #02b9b1;
    color: #fff;
    line-height: 1;
    border-radius: 15px;
}

.block-two-title {
	width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
}

.block-two-title .col-lg-11 {
    padding-left: 0 !important;
}

.two-block-texts .col-lg-3 {
    padding-left: 70px;
}

.a-text {
    color: #4e4d4d;
    font-size: 22px;
}

.b-text {
    color: #4e4d4d;
    font-size: 23px;
    font-size: 1.39rem;
    line-height: 40px;
    line-height: 2.42rem;
}

.c-text {
	font-size: 35px;
	font-size: 2.12rem;
    color: #02b9b1;
    padding-left: 28px;
    line-height: 47px;
    line-height: 2.85rem;
    font-weight: bold;
}

section.home-page.home-block-three .title {
	text-align: center;
}

section.home-page.home-block-three .a-text {
	text-align: center;
}

.home-page.home-block-three .text-after-title {
	font-size: 30px;
	font-size: 1.82rem;
    color: #4e4d4d;
    line-height: 42px;
    line-height: 2.55rem;
    margin-top: 63px;
    margin-top: 3.82rem;
    letter-spacing: 0px;
    text-align: center;
    font-weight: 500;
}

.three-page-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-top: 65px;
    position: relative;
}

.block-three-img {
    position: absolute;
    right: 0;
    z-index: 1;
    text-align: right;
    max-width: 60%;
}

.three-page-content .col-lg-6 {
	z-index: 2;
}

.three-page-content .col-lg-7 {
    text-align: right;
    padding-right: 0 !important;
}

section.home-page.home-block-three .three-page-text .title {
	text-align: left;
}

section.home-page.home-block-three .three-page-text .text-after-title {
	text-align: left;
    margin-top: 55px;
    margin-top: 3.33rem;
    margin-left: 160px;
    margin-left: 9.7rem;
}

.three-page-text {
    margin-top: 235px;
    margin-left: 145px;
}

.krok-text {
    margin: 175px auto 150px;
    position: relative;
    z-index: 1;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    justify-content: flex-end;
}

.krok-text .krok-text-grey {
    background: #f1f1f1;
    padding: 65px 80px;
    border-radius: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-between;
    width: calc(100% - 80px);
    position: relative;
}

.krok-text-grey:before {
	content: '';
	position: absolute;
    left: 0;
    background: #02b9b1;
    width: 50px;
    width: 3.03rem;
    height: 175px;
    height: 10.6rem;
    border-radius: 0 0 0 40px;
    bottom: 0;
}

.krok-text-title {
    font-size: 30px;
    font-size: 1.82rem;
    color: #4e4d4d;
    font-weight: 500;
    margin-bottom: 13px;
}

.krok-text-block:first-child {
	margin-left: 80px;
	margin-right: 35px;
}

.krok-text-block:last-child {
	margin-right: 25px;
}

section#form-block {
    margin-bottom: 50px;
}

.home-block-form .title {
	text-align: center;
	margin-bottom: 85px;
}

.form-page-grey {
    background: #f1f1f1;
    padding: 65px 160px 0 160px;
    padding: 3.94rem 9.7rem 0 9.7rem;
    border-radius: 40px;
    margin: 0 auto;
    position: relative;
}



.form-block-select {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

.form-block-select > div {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 40px;
}

.form-block-select select {
    border: 2px solid #02b9b1;
    border-radius: 19px;
    max-width: 560px;
    max-width: 33.94rem;
    width: 100%;
    padding: 27px 40px;
    padding: 1.82rem 2.42rem;
    font-size: 23px;
    font-size: 1.54rem;
    color: #000;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
    background: #fff url(img/tok-1.png) no-repeat 21rem center;
    -webkit-appearance: none;
	  -moz-appearance: none;
	  appearance: none;
}

.form-block-select option {
	max-width: 560px;
    max-width: 33.94rem;
    width: 100%;	
}

select,select:focus,select:active,option,option:focus,option:active {
outline:none;
}

.form-block-select input.license {
	border: 2px solid #02b9b1;
    border-radius: 19px;
    padding: 27px 40px;
    /*padding: 1.5rem 2.42rem;*/
    padding: 1.44rem 2.42rem;
    font-size: 23px;
    font-size: 1.58rem;
    text-transform: uppercase;
    max-width: 300px;
    color: #000;
    font-weight: bold;
    line-height: 1;
}


button.btn.btn-primary.dropdown-toggle {
    background: #fff !important;
    border: 2px solid #02b9b1 !important;
    border-radius: 19px;
    padding: 27px 40px;
    padding: 1.85rem 2.42rem;
    font-size: 23px;
    font-size: 1.54rem;
    color: #000 !important;
    font-weight: bold;
    line-height: 1;
    width: 100%;
    min-width: 31.24rem;
    text-align: left;
    text-transform: uppercase;
}

.dropdown-item {
	font-size: 23px;
    font-size: 1.54rem !important;
    color: #000 !important;
    font-weight: bold !important;
    border-bottom: 1px solid #000;	
}

.dropdown-item a {
	font-size: 12px;
    font-size: 0.72rem;
    line-height: 19px;
    line-height: 1.15rem;
    color: #000 !important;	
}


input.wpcf7-form-control.wpcf7-submit.blue-button,
.blue-button,
.form-block-button .blue-button {
    font-size: 24px;
    font-size: 1.45rem;
    font-weight: bold;
    text-transform: uppercase;
    padding: 24px 55px;
    padding: 1.45rem 3.33rem;
    background: #02b9b1;
    color: #fff !important;
    line-height: 1;
    border-radius: 15px;
    max-width: 440px;
    max-width: 26.66rem;
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
    border: none;
    cursor: pointer;
}

input.wpcf7-form-control.wpcf7-submit.blue-button {
	border: none;
	margin: 10px auto 0;
    display: block;
}

a:hover, a:focus, a:active {
	color: #fff;
}

.form-block-button {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

footer {
    margin: 35px 0 0 0;
    margin: 2.12 0 0 0;
}

.footer-grey-text {
    font-size: 12px;
    font-size: 0.72rem;
    line-height: 19px;
    line-height: 1.15rem;
}

.site-info .footer-grey-text {
	margin: 0 auto 55px;
}

.footer-blue {
    background: #0a4787;
    padding: 45px 0;
    padding: 2.72rem 0;
    text-align: center;
    color: #fff;
    font-size: 19px;
    font-size: 1.15rem;
}

.cena-form-title {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 40px;
    margin-bottom: 2.42rem;
} 

.form-cena-block .form-block-select {
	    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.cena-form-title-title {
    font-size: 23px;
    font-size: 1.39rem;
    color: #000;
    font-weight: bold;
}

.cena-form-title-cena {
    font-size: 89px;
    font-size: 5.39rem;
    margin-left: 25px;
    font-weight: bolder;
    color: #0a4787;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
}

.form-block-select .cena-form-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 40px;
    margin-bottom: 2.42rem;
    padding: 0;
}

.form-block-select .form-logo {
    font-size: 23px;
     font-size: 1.39rem;
    color: #000;
    font-weight: bold;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    margin: 60px 80px 30px;
    margin: 3.64rem 4.85rem 2.11rem;
}

.form-block-select .form-logo div {
	margin: 0 20px 35px 20px;
	/*margin: 0 1.21rem 2.12rem 1.21rem;*/
	margin: 0 1.21rem 1.25rem 1.21rem;
}

.form-block-select .form-logo div img {
	max-height: 60px;
	max-height: 3.64rem;
}

img.form-logo-img.bon {
	width: 50px;
	width: 3rem;
}

img.form-logo-img.sklep {
width: 135px;
width: 8.18rem;
}

img.form-logo-img.Empik {
width: 120px;
width: 7.27rem;
}

img.form-logo-img.Rossmann { 
 width: 230px;
 width: 13.93rem;
}

img.form-logo-img.voj {
width: 190px;
width: 11.51rem;
}

img.form-logo-img.tm-log {
	width: 140px;
	width: 8.48rem;
}

.input-block {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 20px;
}

.input-block input {
	border: 2px solid #02b9b1;
    border-radius: 19px;
    padding: 27px 40px;
    width: calc(100% - 15px);
    max-width: 100%;
    font-size: 23px;
    font-size: 1.39rem;
    color: #000;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
}


.chekboxes .wpcf7-list-item-label {
	font-size: 12px;
	line-height: 19px;
}

.chekboxes input[type="checkbox"] {
	width: 20px;
	width: 1.21rem;
	height: 20px;
	height: 1.21rem;
	border: 2px solid #02b9b1;
	background: #fff;
	border-radius: none;
	-moz-appearance:none;
	-webkit-appearance:none;
	-o-appearance:none;
	outline: none;
	content: none;
	margin-right: 5px;

}

.chekboxes label {
    margin-bottom: 0;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
    margin-bottom: -10px;
}

.chekboxes {
    margin-bottom: 45px;
    margin-bottom: 2.73rem;
}

.form-active {
	display: block;
}

.form-hidden {
	display: none;
}

.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
	color: #000;
    background-color: #fff;
    border-color: #02b9b1;
}

#firma1-block {
	margin-right: 15px;
	width: calc(100% - 80px);
}

#form-grey-one .form-block-select label {
	display: none;
}

#form-grey-one .form-block-select:first-child label {
	display: block;
}

.checkbox-574 span.wpcf7-list-item-label,
.checkbox-404 span.wpcf7-list-item-label,
.checkbox-405 span.wpcf7-list-item-label {
    font-size: 12px;
    line-height: 19px;
}

.checkbox-574 input[type="checkbox"],
.checkbox-404 input[type="checkbox"],
.checkbox-405 input[type="checkbox"] {
    width: 20px;
    width: 1.21rem;
    height: 20px;
    height: 1.21rem;
    border: 2px solid #02b9b1;
    background: #fff;
    border-radius: none;
    margin-right: 5px;
}

.checkbox-574 label,
.checkbox-404 label,
.checkbox-405 label {
	margin-bottom: 0;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
    margin-bottom: -10px;
}

input[type="checkbox"] {
    width: 20px;
    width: 1.21rem;
    height: 20px;
    height: 1.21rem;
    border: 2px solid #02b9b1;
    background: #fff;
    border-radius: none;
    margin-right: 5px;
}

::-webkit-input-placeholder,
:-ms-input-placeholder,
::placeholder {
	color: #000;
}

.wpcf7 p:empty:before {
	display: none !important;
}

.wpcf7-not-valid-tip,
.wpcf7 form .wpcf7-response-output {
	font-size: 1rem;
}

.wpcf7 .ajax-loader {
	margin: 20px auto 0 !important;
	display: block !important;
	background-color: #02b9b1 !important;
}


/*====*/

.three-page-text {
    margin-top: 250px;
    margin-left: 145px;
    margin-top: 15.15rem;
    margin-left: 8.78rem;
}

section.home-page.home-block-three .three-page-text .title {
	letter-spacing: -2px;
	font-size: 5.13rem;
}

.block-three-img {
	max-width: 53%;
}

.krok-text {
	margin: 175px auto 105px;
	margin: 10.6rem auto 6.3rem;
}

.krok-text .krok-text-grey {
	padding: 75px 80px;
	padding: 4.55rem 4.85rem;
}

/*.title {
	font-size: 5.13rem;
}*/


input#blue-button {
    margin-bottom: -30px;
}

footer {
    margin: 95px 0 0 0;
    margin: 2.12 0 0 0;
}

.form-block-select #wpcf7-f21-o1 {
	margin-bottom: -140px !important;
}


/*======  preloader  ========*/

div#page-preloader {
            width: 100%;
            height: 80%;
            position: absolute;
            top: 0;
            text-align: center;
        }

        .preloader {
      position: fixed;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      overflow: hidden;
      /* фоновый цвет */
      background: #f1f1f1;
      z-index: 1001;
    }

    .preloader__image {
      position: relative;
      top: 50%;
      left: 50%;
      width: 70px;
      height: 70px;
      margin-top: -35px;
      margin-left: -35px;
      text-align: center;
      animation: preloader-rotate 2s infinite linear;
    }

    @keyframes preloader-rotate {
      100% {
        transform: rotate(360deg);
      }
    }

    .hide
        {
          display: none !important;
        }



/**/

/*======  new select  ========*/

.select2.select2-container {
    border: 2px solid #02b9b1;
    border-radius: 19px;
    max-width: 560px;
    /*max-width: 29rem;*/
    max-width: 28.98rem;
    width: 100%;
    padding: 27px 40px;
    padding: 1.3rem 2.42rem;
    font-size: 23px;
    font-size: 1.54rem;
    color: #000;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
    background: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.select2-container--default .select2-selection--multiple,
.select2 input[type="search"],
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: none !important;
    outline: 0;
    font-size: 23px;
    font-size: 1.54rem;
    color: #000 !important;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #fff !important;
    border: none !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    position: absolute;
    right: 20px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #f2f2f2 !important;
    color: white;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: #fff url(https://programpolecen.tmsys.pl/wp-content/themes/polecen/img/arrow-1.svg) no-repeat 22rem center !important;
}


.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
    padding-right: 0;
    border: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #02b9b1 transparent transparent transparent;
    border-style: solid;
    border-width: 12px 10px 0 10px;
    border-width: 0.72rem 0.6px 0 0.6rem;
    height: 0;
    left: 50%;
    margin-left: -25px;
    margin-top: 1rem;
    position: absolute;
    top: 50%;
    width: 0;
}

.select2-container--open .select2-dropdown--below {
    display: block;
    margin-top: -16px;
    border: 2px solid #02b9b1;
    border-top: 0;
    margin-right: -2px;
    margin-left: 0;
    border-radius: 0 0 19px 19px;
    overflow: hidden;
    padding-top: 15px;
}

.select2-results .firm-title {
    font-size: 23px;
    font-size: 1.54rem;
    color: #000;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.select2-results .firm-descr {
    font-size: 12px;
    font-size: 0.72rem;
    color: #000;
    font-weight: bold;
    line-height: 1;
}

.select2-results li {
    padding: 27px 40px;
    padding: 1.46rem 0;
    margin: 0 1.42rem 0 2.42rem;
    border-bottom: 1px solid #cbcbcb;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #02b9b154;
}

.selection .select2-selection__rendered .firm-descr {
  display: none;
}

/*.select2-results__options li:first-child {
  display: none;
}*/

.select2-container--default .select2-selection--single {
    background-color: transparent !important;
    border: none !important;
    border-radius: none !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #02b9b1 transparent transparent transparent !important;
    border-style: solid;
    border-width: 14px 10px 0 10px !important;
    height: 0;
    left: 50% !important;
    margin-left: -25px !important;
    margin-left: -1.51rem !important;
    margin-top: 10px !important;
    margin-top: 0.6rem !important;
    position: absolute;
    top: 50%;
    width: 0;
}

.select2-results__options {
  padding-top: 10px;
}

.select2-container .select2-selection--single {
  height: 2.1rem !important;
}

/**/

.select2-container .select2-search--inline .select2-search__field {
    margin-top: 0 !important;
    line-height: 1;
}

.firma1-block.fir-bl0.select-border span.select2.select2-container,
span.select2.select2-container.select2-container--default.select-border {
    border: 2px solid rgba(255, 0, 0, 0.6);  
}

.select2-container .select2-selection--multiple {
  min-height: 32px;
  min-height: 1.93rem !important;
}

/*.select2-container--default .select2-results>.select2-results__options {
    max-height: 250px;
    overflow-y: auto;
    width: 100%;
    max-width: 560px;
    max-width: 29rem;
}*/
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
	padding: 0 !important; 
}

/*======  new css  ========*/


.krok-text {
	margin: 175px auto 105px;
	margin: 10.6rem auto 6.3rem;
}

.home-block-form .title {
    text-align: center;
    margin-bottom: 100px;
    margin-bottom: 6.06rem;
}

.select2.select2-container {
    border: 3px solid #02b9b1;
    border-radius: 20px;
    max-width: 560px;
    max-width: 36.98rem;
    width: 100%;
    padding: 27px 40px;
    padding: 1.53rem 2.42rem;
    font-size: 23px;
    font-size: 1.54rem;
    color: #000;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
    background: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 7px 5px;
}

.form-block-select input.license {
    border: 3px solid #02b9b1;
    border-radius: 20px;
    padding: 27px 40px;
    padding: 1.5rem 2.42rem;
    font-size: 23px;
    font-size: 1.58rem;
    text-transform: uppercase;
    max-width: 300px;
    max-width: 17.8rem;
    color: #000;
    font-weight: bold;
    line-height: 1;
    margin: 6px 5px;
}

.form-block-select > div {
    margin-bottom: 30px;
}

input.wpcf7-form-control.wpcf7-submit.blue-button, .blue-button, .form-block-button .blue-button {
	margin-bottom: 40px;
}

.select2-container .select2-search--inline {
    float: left;
    width: 100%;
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: #fff url(https://programpolecen.tmsys.pl/wp-content/themes/polecen/img/arrow-1.svg) no-repeat 27rem center !important;
    width: 100% !important;
}

.select2-container--default .select2-selection--multiple, .select2 input[type="search"], .select2-container--default.select2-container--focus .select2-selection--multiple {
    border: none !important;
    outline: 0;
    font-size: 23px;
    font-size: 1.3rem;
    color: #000 !important;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
}

/*.select2-container--default .select2-results>.select2-results__options {
    max-height: 250px !important;
 }*/

 .select2-container--default .select2-results>.select2-results__options {
    max-height: 235px !important;
    max-height: 14.24rem;
    overflow-y: auto;
    width: 100%;
    
}

.select2-results .firm-title {
    font-size: 23px;
    font-size: 1.54rem;
    color: #000;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 3px;
    font-size: 23px;
    font-size: 1.3rem;
    color: #000 !important;
}

.select2-results li {
    padding: 27px 40px;
    padding: 10px 0;
    margin: 0 1.42rem 0 2.42rem;
    border-bottom: 1px solid #cbcbcb;
}

span.select2.select2-container.select2-container--default.select2-container--below .select2-container .select2-search--inline {
	display: none !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: #fff !important;
    border: none !important;
    margin-bottom: -25px;
    z-index: 999;
    display: block;
    position: relative;
    width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #000 !important;
    cursor: pointer !important;
    display: inline-block;
    font-weight: bold !important;
    margin-right: 2px;
    font-size: 22px;
    margin-top: -3px;
}

.select2-container--open .select2-dropdown--below {
    display: block;
    margin-top: -16px;
    border: 3px solid #02b9b1;
    border-top: 0;
    margin-right: -2px;
    margin-left: 0;
    border-radius: 0 0 20px 20px;
    overflow: hidden;
    padding-top: 15px;
}

.form-page-grey {
    padding: 4.1rem 9.7rem 0 9.7rem;
}


.cena-form-title-title {
    font-size: 23px;
    font-size: 1.35rem;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    margin-left: -75px;
}

.cena-form-title-cena {
    font-size: 89px;
    font-size: 5.39rem;
    margin-left: 40px;
    font-weight: bolder;
    color: #0a4787;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
}

.form-block-select .cena-form-title {
	margin-bottom: -25px;
}

.form-block-select .form-logo div {
	text-transform: uppercase;
}

.form-block-select .form-logo div img {
    max-height: 60px;
    max-height: 2.3rem;
}

.form-block-select .form-logo div {
    margin: 0 20px 35px 20px;
    margin: 0 1.21rem 2.5rem 1.21rem;
    text-transform: uppercase;
}

.input-block input {
	text-transform: uppercase;
    margin: 10px 5px;
    border-radius: 20px;
    padding: 27px 40px;
    border: 3px solid #02b9b1;
}

.checkbox-574 span.wpcf7-list-item-label, .checkbox-404 span.wpcf7-list-item-label, 
.checkbox-405 span.wpcf7-list-item-label {
	font-size: 12px;
    line-height: 15px;
}

span.wpcf7-form-control-wrap.checkbox-574,
span.wpcf7-form-control-wrap.checkbox-404 {
	margin-bottom: -48px;
	margin-bottom: -2.42rem;
    display: block;
    color: #000;
}

input.wpcf7-form-control.wpcf7-submit.blue-button {
    border: none;
    margin: -5px auto 0;
    display: block;
}

footer {
    margin: 90px 0 0 0;
    margin: 2.12 0 0 0;
}

.site-info .footer-grey-text {
    margin: 0 auto 40px;
}

.input-block {
	margin-bottom: 5px;
}

.form-block-select .form-logo {
	margin: 3.64rem 4.85rem 1.6rem;
}

.c-text {
	margin-bottom: 10px;
}

input.wpcf7-form-control.wpcf7-submit.blue-button, .blue-button, .form-block-button .blue-button {
	    padding: 1.5rem 3.33rem;
}

input#blue-button-add {
	margin-bottom: 50px;
}

.select2-results li {
    padding: 27px 40px;
    padding: 20px 0;
    margin: 0 1.42rem 0 2.42rem;
    border-bottom: 1px solid #cbcbcb;
    font-size: 14px;
}

.firma1-block.fir-bl0.select-border span.select2.select2-container, 
span.select2.select2-container.select2-container--default.select-border {
	border: 3px solid rgba(255, 0, 0, 0.6);
}


/*======  preloader  ========*/

@media (max-width: 1450px) {

.title {
    font-size: 70px;
    font-size: 4.24rem;
    letter-spacing: 1px;
}	


}


@media (max-width: 780px) {

html {
    font-size: 10px;
}	

.input-block,
.form-block-select .cena-form-title,
.krok-text .krok-text-grey,
.three-page-content,
.home-page-content {
	flex-direction: column;
}

.two-block-texts {
	flex-direction: column;
	padding-left: 0;
}

.block-three-img {
	position: relative;
    max-width: 100%;
}

.three-page-text {
    margin-top: 0px;
    margin-left: 0;
}

.krok-text-block:first-child {
    margin-left: 0;
}

.krok-text-block {
    margin-bottom: 25px;
}

.krok-text .krok-text-grey {
	width: 100%;
}

.form-block-select {
	align-items: center;
    flex-direction: column;
}

.form-block-select > div {
	width: 100%;
}

.form-block-select select, 
.form-block-select input.license {
	max-width: 100%;
    width: 100%;
}


.form-block-select select {
	background: #fff url(img/tok-1.png) no-repeat 90% center;
}

img.default-logo {
	width: 135px;
}

.two-block-texts,
.block-two-title .col-lg-11,
.home-page-content .col-lg-5 {
    padding-left: 25px !important;
}

.form-page-grey,
.krok-text .krok-text-grey {
	margin: 3%;
    width: 94%;
}

.form-after-title {
	text-align: center;
}

.checkbox-574 input[type="checkbox"], .checkbox-404 input[type="checkbox"], .checkbox-405 input[type="checkbox"] {
	width: 40px;
    height: 40px;
}

#masthead .container-header {
	padding: 0 10px;
}


}


@media (max-width: 450px) {

section.home-page.home-block-three .three-page-text .text-after-title {
	margin-left: 10px;
}

.form-page-grey {
	padding: 3.94rem 6.7rem 0 6.7rem;
}

.checkbox-574 label, .checkbox-404 label, .checkbox-405 label {
	margin-bottom: 0;
}



}



/*  home sept 2022  */ 

.home-sept.home-sept-first-section {
    padding: 6rem 0;
    width: 100%;
}

.home-sept-first-section-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.home-sept-first-section-content-logo {
    width: 19rem;
    margin-bottom: 4rem;
}

.home-sept-first-section-title {
    font-size: 7rem;
    color: #fff;
    font-weight: 800;
    line-height: 124%;
    -webkit-text-stroke: 3px #4f4f4e;
    text-stroke: 3px #4f4f4e;
    font-family: 'Rubik', sans-serif;
    margin-bottom: 5rem;
}

.home-sept-first-section-title span {
	color: #2B4984;
	-webkit-text-stroke: 0px #4f4f4e;
    font-family: 'Rubik', sans-serif;
}

.sept-blue-button a {
    color: #fff;
    font-weight: 800;
    background: #2b4984;
    font-family: 'Rubik', sans-serif;
    font-size: 2rem;
    width: 28rem;
    height: 6rem;
    display: flex;
    border-radius: 2rem;
    justify-content: center;
    align-items: center;
}

.home-sept-container-left {
    padding-left: calc((100% - 100rem)/2);
        width: 100%;
    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;
}

.home-sept-title {
    color: #707070;
    font-size: 2.7rem;
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
    padding-top: 3.5rem;
    margin-bottom: 1rem;
}

.home-sept-jak-dziala-left {
    width: 40%;
}

.home-sept-jak-dziala-right {
    width: 60%;
    position: relative;
}

.home-sept-jak-dziala-right:after {
	content: '';
    position: absolute;
    width: 100%;
    height: 150%;
    background: url(https://programpolecen.tmsys.pl/wp-content/uploads/2022/09/vouchery.png) no-repeat;
    background-size: cover;
    background-position: -1rem -6rem;
}

.home-sept-description p {
    color: #707070;
    font-size: 1.3rem;
    line-height: 142%;
}

.home-sept-description .small p {
    font-size: 1rem;
    width: 70%;
    line-height: 1;
}

.home-sept-container {
    width: 100%;
    max-width: 100rem;
    margin: 0 auto;
}

.home-sept-jak-wziac-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: 2rem;
}	

.home-sept-jak-wziac-big {
    font-size: 6.6rem;
    color: #fff;
    font-weight: 800;
    line-height: 124%;
    -webkit-text-stroke: 4px #2B4984;
    text-stroke: 2px #2B4984;
    font-family: 'Rubik', sans-serif;
    margin-bottom: 0;
}

.home-sept-jak-wziac-block {
    border-top: 3px solid #707070;
    width: 24rem;
    margin-right: 9rem;
}

.home-sept-jak-wziac-text {
    color: #707070;
    font-size: 1.2rem;
    line-height: 140%;
    font-family: 'Rubik', sans-serif;
}

.home-sept.home-sept-form-block {
    padding-top: 6rem;
    min-height: 33rem;
}

.home-sept.home-sept-form-block .home-sept-title {
	text-align: center;
}

section.home-sept.home-sept-jak-wziac {
    padding-top: 4rem;
}

.form-title {
    color: #707070;
    font-size: 2.7rem;
    font-family: 'Rubik',sans-serif;
    font-weight: 700;
    padding-top: 3.5rem;
    margin-bottom: 2rem;
    text-align: center;
}

#phone-email-two,
input#phone-email {
    margin: 0 auto;
    display: block;
    border: none;
    border-bottom: 3px solid #6F6F6F;
    width: 100%;
    max-width: 25rem;
    border-radius: 0;
    color: #2B4984;
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
}

.home-sept ::-webkit-input-placeholder { 
  	color: #2B4984;
    font-size: 2rem;
    font-weight: 700;
    font-family: 'Rubik',sans-serif;
    text-align: center;
}
.home-sept ::-moz-placeholder { 
  	color: #2B4984;
    font-size: 2rem;
    font-weight: 700;
    font-family: 'Rubik',sans-serif;
    text-align: center;
}
.home-sept :-ms-input-placeholder { 
  	color: #2B4984;
    font-size: 2rem;
    font-weight: 700;
    font-family: 'Rubik',sans-serif;
    text-align: center;
}
.home-sept :-moz-placeholder { 
  	color: #2B4984;
    font-size: 2rem;
    font-weight: 700;
    font-family: 'Rubik',sans-serif;
    text-align: center;
}

.form-small-text {
    text-align: center;
    color: #707070;
    font-family: 'Rubik',sans-serif;
    font-size: 1.2rem;
}

.home-sept-form-block .cf7mls-btns {
    text-align: center;
    display: flex;
    justify-content: center;
}

.reset-button,
.home-sept-form-block [type="button"],
.home-sept-form-block [type="submit"] {
    color: #fff;
    font-weight: 500 !important;
    background: #2b4984;
    font-family: 'Rubik',sans-serif;
    font-size: 1.3rem;
    width: 18rem;
    height: 3.6rem;
    display: flex;
    border-radius: 2rem !important;
    justify-content: center;
    align-items: center;
    margin: 0 auto !important;
}

.home-sept-form-block .form-submit {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.home-sept.home-sept-form-block .home-sept-container {
	position: relative;
}

.home-sept-form-reset {
    position: absolute;
    top: 0;
    text-align: center;
    width: 100%;
}

.home-sept-small-text p {
	font-size: 0.9rem;
    line-height: 1;
}


@media (max-width: 850px) { 

.home-sept .home-page-content {
    padding: 0 15px;
}

.home-sept-container-left {
    padding-left: 15px;
    padding-right: 15px;
    flex-direction: column;
}

.home-sept-jak-dziala-left {
    width: 100%;
}

.home-sept-jak-dziala-right {
    width: 100%;
    position: relative;
    min-height: 290px;
}

.home-sept-jak-dziala-right:after {
    height: 100%;
    background-size: 425px;
    background-position: 0;
}

.home-sept-container {
    padding: 0 15px;
}

.form-title,
.home-sept-title {
    font-size: 30px;
    font-family: 'Rubik',sans-serif;
    font-weight: 700;
    padding-top: 30px;
    margin-bottom: 10px;
}

.home-sept-description p {
    color: #707070;
    font-size: 16px;
    line-height: 142%;
}

.home-sept-description .small p {
    font-size: 12px;
    width: 70%;
    line-height: 1;
}

.home-sept-jak-wziac-text {
    font-size: 16px;
}

.home-sept-jak-wziac-block {
    border-top: 3px solid #707070;
    width: 45%;
    margin-right: 5%;
    margin-bottom: 35px;
}

#phone-email-two, input#phone-email {
    width: 100%;
    max-width: 300px;
    font-size: 20px;
    font-weight: 700;
}

.form-small-text {
    font-size: 12px;
    margin-top: -10px;
}

.sept-blue-button a {
    color: #fff;
    font-weight: 800;
    background: #2b4984;
    font-family: 'Rubik',sans-serif;
    font-size: 20px;
    width: 280px;
    height: 60px;
    display: flex;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
}

.home-sept-first-section-title {
	font-size: 55px;
	margin-bottom: 45px;
}

.reset-button, .home-sept-form-block [type="button"], .home-sept-form-block [type="submit"] {
    color: #fff;
    font-weight: 500!important;
    background: #2b4984;
    font-family: 'Rubik',sans-serif;
    font-size: 16px;
    width: 180px;
    height: 40px;
    display: flex;
    border-radius: 20px!important;
    justify-content: center;
    align-items: center;
    margin: 0 auto !important;
}

.home-sept-jak-wziac-big {
	font-size: 60px;
}

.home-sept ::-webkit-input-placeholder { 
    color: #707070;
    font-family: 'Rubik',sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    opacity: 0.6;
    text-align: center;
}
.home-sept ::-moz-placeholder { 
    color: #707070;
    font-family: 'Rubik',sans-serif;
    font-size: 1.2rem;
        font-weight: 400;
    opacity: 0.6;
    text-align: center;
}
.home-sept :-ms-input-placeholder { 
    color: #707070;
    font-family: 'Rubik',sans-serif;
    font-size: 1.2rem;
        font-weight: 400;
    opacity: 0.6;
    text-align: center;
}
.home-sept :-moz-placeholder { 
    color: #707070;
    font-family: 'Rubik',sans-serif;
    font-size: 1.2rem;
        font-weight: 400;
    opacity: 0.6;
    text-align: center;
}

.form-small-text {
   margin-top: 0;
}

section.home-sept.home-sept-jak-wziac {
    padding-top: 4rem;
}




}

@media (max-width: 420px) {  


.home-sept-first-section-title {
    font-size: 45px;
    margin-bottom: 45px;
    -webkit-text-stroke: 2px #4f4f4e;
}

.home-sept-jak-wziac-block {
    border-top: 3px solid #707070;
    width: 95%;
    margin-right: 5%;
    margin-bottom: 35px;
}

.form-title {
	font-size: 24px;
	margin-bottom: 25px;
}

.home-sept-form-reset {
    width: 90%;
}


